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+apertis1bv2024dev3b1
Depends: libacl1 (= 2.3.1-3+apertis1bv2024dev3b1), libc6 (>= 2.34)
Filename: pool/target/a/acl/acl_2.3.1-3+apertis1bv2024dev3b1_arm64.deb
Size: 62132
MD5sum: 6f0205e1685b8285b687dae0f47f1b56
SHA1: 93ec5fc59518cf3d31c10d8e9b2922b6795b894c
SHA256: a92c6c56020fbfe539c9d68e801ee6fd98abce8df032cf727a97f7c381582369
SHA512: fa25b34df81ac80d3d9c90b8c6e26f9dd9fbcec05fbb7eb7f883ddba5a5d90cebbf24d4ef563c8b272b1f6ed1b78d1072d0d6241f2760202f629e453b9d90576
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+apertis1bv2024dev3b1
Depends: acl (= 2.3.1-3+apertis1bv2024dev3b1)
Filename: pool/target/a/acl/acl-dbgsym_2.3.1-3+apertis1bv2024dev3b1_arm64.deb
Size: 59276
MD5sum: 7b406adc7ce4c162fb8cf4e8d220f2f4
SHA1: 47ba97c31e98f04ce6002359e82adaffffef4c4f
SHA256: 65fdfd87936018c1a2f667c74b957c256f9dbfef5046f8424a7c362e007ee54f
SHA512: cf3edafefa4fc6c0eeae096cefd1e4b50fab835c2ff716d23ccf15d5fc9b5eed72def1b00276314abf70317044b4379771b3ac9f84bf38c13074a200f589133b
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+apertis7bv2024dev3b1
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+apertis7bv2024dev3b1_arm64.deb
Size: 38240
MD5sum: dcdbe145d4d3e3da64841e27a5befaf3
SHA1: d668d2c8d2e4f85f82b3a9382bd776086d65eb37
SHA256: dd159ff1ec2807926a2a31788b3f459d830ce4a947cb326717e26c2dc8edc76a
SHA512: 2c60fe50479fbd1019a1357055a4d8e34217aceefb51ba2b74f9b20819a68a7f82b0465153d89080c16f2da98564d7841eb527d1b51d50f8369b2d933bf4bc7b
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+apertis7bv2024dev3b1
Depends: agl-compositor (= 10.93.0-1+apertis7bv2024dev3b1)
Filename: pool/target/a/agl-compositor/agl-compositor-dbgsym_10.93.0-1+apertis7bv2024dev3b1_arm64.deb
Size: 125828
MD5sum: 088d50aa931725dc5beda9e21a342ab4
SHA1: df0c74e377ffd822694c032e7feac8eb4ef65652
SHA256: 58c8a23657891102672a7adf2f56f6e4301194e9df7f607126d7e43dcf444b3b
SHA512: 32f92635e28fb0ef1533e9cf7f935b827695dde683db461d2e7f6f82571f756b6cc6ee05a0eea2ee857a7443f6c6a251a509818ef4345e564575e86c47b7621e
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.1bv2024dev3b1
Filename: pool/target/a/apertis-archive-keyring/apertis-archive-keyring_0.8.1bv2024dev3b1_all.deb
Size: 3396
MD5sum: 9b89f887b277dd1cbf712578cba3e4dd
SHA1: 134161e1fd8478cdbf3041d7d0808e344d2788b0
SHA256: 476baa141957471d7d6876427c21e236118273b300e162944c62dfadedd45205
SHA512: 3e9be54430e506025d2001fb7075ca456a919ac7cae9a120b8f50873782e7da1f417a256c5b31526f6905e09da06d495304071e80c3fc99dd2c659c79623b354
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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 592340
MD5sum: 920f0bf9b68100fb08206013bd63a133
SHA1: 3a866102907b41be73e2dcba249d06103b44bbb4
SHA256: 3aad6598176987aa224339be8c51d941305e0ee533251925c8871fa46ef45d09
SHA512: 8a920cbddb78e00f87cbabf040c14b600e1177d216643a9dade2da8949e80c15a0dc13e937721d07413c65916653767479686e6bf47af0ccdab772419ab79fff
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+apertis1bv2024dev3b1
Depends: apparmor (= 3.0.8-3+apertis1bv2024dev3b1)
Filename: pool/target/a/apparmor/apparmor-dbgsym_3.0.8-3+apertis1bv2024dev3b1_arm64.deb
Size: 2271848
MD5sum: d455edbd258fb1b2fe344f42631bfa1e
SHA1: 6970eed1767c98d7562ec199325321a96b057010
SHA256: 0eae5a10eb168363e1036e1e1ade3cf4f6487f52e8012c8c01318918a9cb59a7
SHA512: 28cd79b811f843ff51f1176829e29d1614168a1efd2b97cd8843d958e291daa41027162482d9fe251c016d5921cc35fb73f138c8afd9757685ce57d7839cfbdd
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+apertis1bv2024dev3b1
Depends: python3-apparmor, python3-libapparmor, python3-notify2, python3-psutil, python3:any
Filename: pool/target/a/apparmor/apparmor-notify_3.0.8-3+apertis1bv2024dev3b1_all.deb
Size: 28292
MD5sum: f91532a0a212327dc9ab599bf9e18238
SHA1: 871a19c8a43ff980c8cfc8412739bc71c71f7195
SHA256: 5271eb84687153f01182c4270c75add9a4466502820a1a9b7b0d8d600a3f17b0
SHA512: d0599e12d6d469dadd98b862fa8451de6d24f8fe1117f4070397d593afa7f15b390047d80cbf6716d508a8a8b7e0733101cee4bda761bb94e61f631afa80c883
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+apertis1bv2024dev3b1
Depends: apparmor
Filename: pool/target/a/apparmor/apparmor-profiles_3.0.8-3+apertis1bv2024dev3b1_all.deb
Size: 47912
MD5sum: 9f961f985d22a39ea9e469a11dfe0cd5
SHA1: 815b42e1d9f2bfe84077a2eba08aa50853d45d33
SHA256: ce5c65924c1b5ac828df0a621401b76c31756ccb2ed388aa24f292151bc08e23
SHA512: d1d2c0a9c3ee317c1fb941c3e3db2c8e0838f179f532fb3b45dbabaa2e7e09eb33513d13bc17a757c9c21c9a469cc27b151c51269e09217c6a4f38452312ecf6
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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 147980
MD5sum: 248aa61e2ce73420539cf31b6b060f96
SHA1: 02f6f93da3c725b37fdd50752ee3b35e2a2e408b
SHA256: 37be1bfe053b3ef751192c5676ee6ce5f158b243ee0574bc02b97c56fd2ea541
SHA512: 747c5382f5a8aee162ebc14b423a4efaf7929bef94120322082f253e75087a991b72151219faa8f30f3d9f9d5176bba62a66c1d9960b7d5b7d4b670b1ccd30eb
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+apertis1bv2024dev3b1
Depends: apparmor-tests (= 3.0.8-3+apertis1bv2024dev3b1)
Filename: pool/target/a/apparmor/apparmor-tests-dbgsym_3.0.8-3+apertis1bv2024dev3b1_arm64.deb
Size: 415816
MD5sum: c6f5bba4dbdcc3c82048b506a38e3227
SHA1: 2045d66a1ea3d2876ee852f6b8a20a57dd6fa0f4
SHA256: 20901e8080ae1bcf1f43b1b289e4d4cc53c4d4dc65120955e4cbfb23254c67bd
SHA512: aa6bd6d4a7d12a67fbfa5bc85a0f6e99b5248f18f7b2de9adeec7c0fbc2eba077d96abfd3e693970b3d94d733f018c7f7aa6e685e96988561f96546db4279256
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+apertis1bv2024dev3b1
Replaces: apparmor-easyprof (<< 3.0.3-4)
Provides: apparmor-easyprof
Depends: apparmor, python3-apparmor (= 3.0.8-3+apertis1bv2024dev3b1), python3:any
Suggests: vim-addon-manager
Breaks: apparmor-easyprof (<< 3.0.3-4)
Filename: pool/target/a/apparmor/apparmor-utils_3.0.8-3+apertis1bv2024dev3b1_all.deb
Size: 100200
MD5sum: ddf6e1e96c638126ad527cdde6c73a82
SHA1: f0101da6aaf1191f810819497d0c10f9fb42fcbf
SHA256: bbcf0802472b04e88a5b0572559dc90c86e3d55e74df51a4bba9073c4315f9b4
SHA512: 7d5c07553a01127f79c03bc0abe24d168eae4bd12d542a2a49c8e8ce9b2bdcd640f7d3d76395818a1abac81c81b34fab0794204855ec79d1192f59f290ed9735
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+apertis1bv2024dev3b1
Depends: apparmor-utils, iputils-ping, aa-status, python3:any
Filename: pool/target/a/apparmor/apparmor-utils-tests_3.0.8-3+apertis1bv2024dev3b1_arm64.deb
Size: 91800
MD5sum: 80e05c9f094475a3921ef545811c489c
SHA1: 80d3a492e9f3068eb2d8dd53c94572dce9fe1191
SHA256: d3b1415cedec7f89f861d9a8eaef9a28b45d5164cfdf8a0aad42a80c11a5556a
SHA512: da6c7c54ba6aa7bcde706f09dfeb6a18bbf12d23d0715fe518eb97670d4b9a6a251fcf154c71271c1778d88ba8022d97a84faa80413fe8c8bd0c7924e2b83baa
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: 1377
Maintainer: PkgUtopia Team <team+pkgutopia-team@tracker.debian.org>
Architecture: all
Source: appstream-glib
Version: 0.8.2-1+apertis1bv2024dev3b1
Filename: pool/target/a/appstream-glib/appstream-glib-doc_0.8.2-1+apertis1bv2024dev3b1_all.deb
Size: 80804
MD5sum: 025229f9101ace0c9368ef719806c786
SHA1: b2e3a4e78489871ba708a40496901a3c8f3f2d42
SHA256: 1f291a1ba13396475ac36ab7415a99611d8a36c2f1feb4e6eed41d7a3e193aaf
SHA512: 000bc5aa46e226fc88c5da9871e5fe408c5d8b635ac34c876fd7379b02de699cd26fa14c0a1ec79d1309dcc6e476e0fbacd70364a6536e79b18e065d8727d0b2
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: 917
Maintainer: PkgUtopia Team <team+pkgutopia-team@tracker.debian.org>
Architecture: arm64
Source: appstream-glib
Version: 0.8.2-1+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 139924
MD5sum: e16a026f34e89a700e15599d1efde47a
SHA1: ae90b28adf603d0be4f8a9df7335eed38e64dfc1
SHA256: c61e4e7b380c9c0e18fa2052aae157f0a99c2ecc49c0e67fd35546f5dc4d55b4
SHA512: 1c93e370d79a4617f0da9fb274eb834e012e434b4d9137cf68046df421aa51f2ea2ea67dd97793890cd239aa676def683765b1f08e0321414b31f18de99ac4e2
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+apertis1bv2024dev3b1
Depends: appstream-util (= 0.8.2-1+apertis1bv2024dev3b1)
Filename: pool/target/a/appstream-glib/appstream-util-dbgsym_0.8.2-1+apertis1bv2024dev3b1_arm64.deb
Size: 114992
MD5sum: 3d3448a274d55ec9ee5585154a2556c7
SHA1: 1a517eb964b873fcdd6e0f078efe372bb1d0d2b7
SHA256: c2adaf91023161a266cc5e1b5246bfefa45f51518be3156aac97adf455b9ea90
SHA512: ce24c98a199b27dafddb5e7983b624cfb7f5da3417097386c07fd6904909bafdad5c66a4e2354bc8955bb363545166043e9cc67b353c39378f09f1fee3f2e143
Description: debug symbols for appstream-util
Auto-Built-Package: debug-symbols
Build-Ids: 3604e91b60709b3460c6bdbbaaae21799b81ee0b e03c1a80e14df215b589efc0e2defda301c4135f

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: 89
Maintainer: Luca Bruno <lucab@debian.org>
Architecture: arm64
Version: 0~20171227-0.3+deb12u1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/a/argon2/argon2_0~20171227-0.3+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 22420
MD5sum: 39649e0068aa8d8c06ba08657e0a271b
SHA1: 30f92ad8581aa9218d81de831f43fcc10392487d
SHA256: b03a91f575a17592d0430496891107e05e2e5488cd389c3d8ac01015cb86ed0a
SHA512: 21b4a8bf8d182ef1380d4996410cbb3cd9d5a8afd9051b27ed78532ca970ce0b64f50f880887d70f98e4dc52a0967feb2b5498ef54604c11df113b24b2e71e7b
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+apertis1bv2024dev3b1
Depends: argon2 (= 0~20171227-0.3+deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/a/argon2/argon2-dbgsym_0~20171227-0.3+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 55272
MD5sum: efeb459000d8a12a11b163778729dad7
SHA1: b0b7c05092e5bf7edc888eef397b412b243c1a2e
SHA256: 82dd918609a2fc99c0383df901f28b7af9a8626cca4c08232d22da98d5d73502
SHA512: 5ebf438c3727a0e1d200fe4e1316dbcfc2af1ac7f4036a04d1e414baa9b0280b55da097c794127be7a45ef13c82583d1d93d68740f9db94c838671d660919140
Description: debug symbols for argon2
Auto-Built-Package: debug-symbols
Build-Ids: 6d65c556d1b7af5ff025b7a5416869e772f0396c

Package: arm-trusted-firmware
Priority: optional
Section: admin
Installed-Size: 2869
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Architecture: arm64
Version: 2.8.0+dfsg-1+apertis5bv2024dev3b1
Breaks: u-boot-rockchip (<< 2020.01~rc5)
Filename: pool/target/a/arm-trusted-firmware/arm-trusted-firmware_2.8.0+dfsg-1+apertis5bv2024dev3b1_arm64.deb
Size: 388456
MD5sum: 32b151b4e63fb1a032c7334c9ad1c9ba
SHA1: 50f1c15d090931badb5c37df78e19e898c07eee4
SHA256: 28caa54f6a0b6b622b8086f505be78601e15fd6f6e43f88db5c6cfd58b81c168
SHA512: ab4b3e48dfd060497eb77a352c4256f36b654304e172a52683677022086cc6636286d48bdcd2e754971e6647bfac1aaf3cd96b9283901ba6dc88503f7b60aa0d
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+apertis5bv2024dev3b1
Depends: arm-trusted-firmware (= 2.8.0+dfsg-1+apertis5bv2024dev3b1)
Filename: pool/target/a/arm-trusted-firmware/arm-trusted-firmware-dbgsym_2.8.0+dfsg-1+apertis5bv2024dev3b1_arm64.deb
Size: 20036
MD5sum: 2a64ac244a4229e5c8bed5208daff991
SHA1: 4816532021f9eae5691e68f4db1b92a1f5bba3f3
SHA256: 0035f578c6fb5f7b0c3e2b6c00e7e1a5d16c08f3584b621c71a5092f83831693
SHA512: 6d28f31b2f4867fc373747d8e9b531d2c0fa2f0d2402cdf45a3a20e3632b04781c8a83b74c6059bccf5c532677fe2e6644a5c88e08a95aa587798873dc4ccaaa
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+apertis5bv2024dev3b1
Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0)
Filename: pool/target/a/arm-trusted-firmware/arm-trusted-firmware-tools_2.8.0+dfsg-1+apertis5bv2024dev3b1_arm64.deb
Size: 39292
MD5sum: 042334b1cfa0b3ca2f3ac295d37cfaa9
SHA1: 8bfc0abe057695fb3465ec487b0785c081fe67b7
SHA256: 30fad0a255ec62b7bf2d47adb610f731725e713823cace80620522092f81aff0
SHA512: becd31fca55359bbcb1555b8253a9a47c625f858789ddae4050ca6e1f78e7bd06c02ae929dae059ad6bff4760d9d542a4519fc9eca3ad21dea470202505ee276
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+apertis5bv2024dev3b1
Depends: arm-trusted-firmware-tools (= 2.8.0+dfsg-1+apertis5bv2024dev3b1)
Filename: pool/target/a/arm-trusted-firmware/arm-trusted-firmware-tools-dbgsym_2.8.0+dfsg-1+apertis5bv2024dev3b1_arm64.deb
Size: 60232
MD5sum: 4c250327836297458699eec121010de6
SHA1: 219d31556a4c75db38d8d8dc4d8d96b834cce160
SHA256: d8d6525bfe8d6b91314d31c99491143b596d1eabe3dabb84d9ab87b15d172bd1
SHA512: 14f5c6dc47c80ded40a3f7fe574066938c0a294bcbec35a49c35889fb6c6be713a14f41992bb598ddd82b95bcec83f470f512792ed9bf8a22d84080bda010dfd
Description: debug symbols for arm-trusted-firmware-tools
Auto-Built-Package: debug-symbols
Build-Ids: 93412a28a9668649575d5d926a147bcc124d003c 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: 1469
Maintainer: Agustin Martin Domingo <agmartin@debian.org>
Architecture: arm64
Version: 0.60.8-4+apertis1bv2024dev3b1
Replaces: aspell-bin (<< 0.60.3-2)
Provides: aspell-bin
Depends: libaspell15 (= 0.60.8-4+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 250844
MD5sum: 5cb0929197f4c639f12da8d3945d9cea
SHA1: 40633d5f407c8c100a16e2468b31efb43328d7a6
SHA256: d44da0d82d23bde8c4a40fcda72e40975b99e00537e2b530363c554e3803d795
SHA512: 9e196de4dfa25f3fadbd29207f78522df034bd1a1252cbfbd53ea8efb7bffd6082f0164af2c209d09d1b6c41bfa7f93c6b3c5bc5a08bb02e769394f42d3fd841
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+apertis1bv2024dev3b1
Depends: aspell (= 0.60.8-4+apertis1bv2024dev3b1)
Filename: pool/target/a/aspell/aspell-dbgsym_0.60.8-4+apertis1bv2024dev3b1_arm64.deb
Size: 562248
MD5sum: 2526e5440339347484dcdc302098799c
SHA1: bd75fff01dfda029e2caf26d3d3cd87931092502
SHA256: 3968a684c15c90d619ce9e49a64b34e713c9d3c3faed2b9228adc5d34df863f4
SHA512: 5d5fb00d24c33022e81b3b53a6fbc8b05a961a7e29dd518c6d6ef4c298c44a194de00b5771b603c0dcfccdbcb4fdc0f6d488aa321e69070e684b65648f133401
Description: debug symbols for aspell
Auto-Built-Package: debug-symbols
Build-Ids: 1ac6badafd968dc3c8f3788ff74787cb544c415c 2071e28e998609c034f3c1f5bb9959d63aad3a4d c1d8183f9d61403a6d3975c9634234296eccfa6a

Package: aspell-doc
Priority: optional
Section: doc
Installed-Size: 917
Maintainer: Agustin Martin Domingo <agmartin@debian.org>
Architecture: all
Source: aspell
Version: 0.60.8-4+apertis1bv2024dev3b1
Suggests: aspell
Filename: pool/target/a/aspell/aspell-doc_0.60.8-4+apertis1bv2024dev3b1_all.deb
Size: 220868
MD5sum: 786fc99869e89400eca724b97314cee8
SHA1: c83dd596294de540e7263d954ba53a224a6e59b0
SHA256: f110628f2175781adac4725418eb34be459a5da15bcddf8c40ab70113961b9e4
SHA512: 106d0d6f2187bcac3b23109448d19182de093bfbf9a7bddb6840935914bab869f1ceabf8ca360c89a9915c9e28f7080e104f20ff5c5095632992f7229d3a3ff6
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: 1316
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: all
Source: at-spi2-core
Version: 2.46.0-5+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_all.deb
Size: 163604
MD5sum: 653ad952f3434f34056d5f84cb2f6b54
SHA1: b4a762fedb819f0ea8784208d85af6b1e52580ff
SHA256: 398db4455a52762027ad8d0fa791b32f4cb4327382519d10d6aeebd5d2914c14
SHA512: 7aa4ef0c981ea4ba72de3e7252c5b9c8b2539da06f6a026b75a45225426ca68d1ab387d6da46bff870026d6c42eb4badb9b03d4c81bf69e56ed1368e21da16b6
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: 266
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: arm64
Version: 2.46.0-5+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 58136
MD5sum: f5558a61b6cc872148c0fede02868442
SHA1: 95fa39aa983964e9187285c79271830093ecd83f
SHA256: 049d13baebe6502041a76e29f8026d252a8aa4006433880b80bfc79cd620a106
SHA512: f4eeb6833084755ade0dfd855d9b97aa1ef0dd84bc5c1e759ff34f1ab585ec9b6b491cdaebcd3092b79a2508fbbbc42cb25dcb00cdcf15d278bd4f8b354d8344
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+apertis1bv2024dev3b1
Depends: at-spi2-core (= 2.46.0-5+apertis1bv2024dev3b1)
Filename: pool/target/a/at-spi2-core/at-spi2-core-dbgsym_2.46.0-5+apertis1bv2024dev3b1_arm64.deb
Size: 113616
MD5sum: 7ca2014d6f49505252a4ac94f4bee1bf
SHA1: 5c5fdce396146ff6af6c261cdd461a25d125b2fc
SHA256: 425d225694cce7fb2f259d523d30baef300db655794e5cb40d0d205d217be7be
SHA512: 3ad5232f586c87e734b8f5917310cb96ec005758b7b57059d1d8de043fb404a2f95b63ad98a9537a8b9948514b29cb16d737f0bbbd197396e1982f08bc34c5de
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: 1162
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: all
Source: at-spi2-core
Version: 2.46.0-5+apertis1bv2024dev3b1
Suggests: devhelp
Filename: pool/target/a/at-spi2-core/at-spi2-doc_2.46.0-5+apertis1bv2024dev3b1_all.deb
Size: 105592
MD5sum: ed45369fefb2bacf41e99f957ac9bf62
SHA1: b155e1f1168a19dccbfcc9a7b801d0dfc95e0f23
SHA256: 0eb41466eafa226c0c11284b5540133e16de9decabf0f5602b37f517f4d0eb11
SHA512: 2b4ed344d946b8e2f7c8c4181581ce11fb5bb9c7f3a733f3f71ad0b19f50a99dae81b4b6621b990fbdc678d4f4418f9e1abb2bb56b2b778528eb558b2bcb86e7
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: 301
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: arm64
Version: 1:2.5.1-4+apertis1bv2024dev3b1
Depends: libattr1 (= 1:2.5.1-4+apertis1bv2024dev3b1), libc6 (>= 2.34)
Filename: pool/target/a/attr/attr_2.5.1-4+apertis1bv2024dev3b1_arm64.deb
Size: 42564
MD5sum: 07fa3e0da472391f2b0d0d6d59a5285d
SHA1: dc2b08f7c6628015e76a05e15eb90be39c17738a
SHA256: 39399721593b85d7b0f1cafcfa446a6cc914ed39a650730d27e0bf2851b157f1
SHA512: 18e567660469ec6276743c0035b6a0b9b619fc3dcf534eb6b88bb6e16b4b07d9e8df6e55408ee1a915d41cd70eaaa7652b79ce59d46591c652e3c586319a5a67
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+apertis1bv2024dev3b1
Depends: attr (= 1:2.5.1-4+apertis1bv2024dev3b1)
Filename: pool/target/a/attr/attr-dbgsym_2.5.1-4+apertis1bv2024dev3b1_arm64.deb
Size: 35492
MD5sum: d3130b5b61beca1c46c27ddd1c851ceb
SHA1: 3fa7461c6965df84125d20dcea7cb3c1ee8851b5
SHA256: 9fca933de78bae4b22051acf8162358c8eff8e556683a9e4f8be29bff812fede
SHA512: b176188f439d54711c6fcad621ff29d101cbc05a6e970dcc99f7a6becf4c65ecd29b5b83a35b24f232b65f4e20e483fd7213e97070e5a435d914caaf8e0e3765
Description: debug symbols for attr
Auto-Built-Package: debug-symbols
Build-Ids: 4a4cf095b6da1b695a95e9258f5cc0e0e6cb4ac4 77f2a962c7bad3af462686f1871e0e6f3e43972e 9daf585858e2412d6637fdcd5d2f3f4e282cf157

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+apertis2bv2024dev3b1
Depends: auditd (= 1:3.0.9-1+apertis2bv2024dev3b1), libauparse0 (= 1:3.0.9-1+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 47204
MD5sum: 6ddf5bfde86341e0c13c23ab6ffeeef2
SHA1: a8e3d19bedcec8a41857f092b3a65875f8584344
SHA256: b3638a4ea0d2032d5d127871b00c903cb16642747a05ac0928b8a2ca703d466d
SHA512: 0f4e5a6dc3e0035f4c39e2fc9a3eda4ddd1aaa66a016c0fef624a97f008f18fb6b502397f6076d068acfcff7b8ff0b4a27a0b82f0cf82b67c1a9346899c17869
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+apertis2bv2024dev3b1
Depends: audispd-plugins (= 1:3.0.9-1+apertis2bv2024dev3b1)
Filename: pool/target/a/audit/audispd-plugins-dbgsym_3.0.9-1+apertis2bv2024dev3b1_arm64.deb
Size: 77104
MD5sum: 4b5c1cde92e9ca624466f9a708cc4502
SHA1: e98bfd98f26f3836df5de2e113985e616fbc84dd
SHA256: dee15dfe542c369553b720e6d831b0c25b6443c7b25bca5adf712016803553c1
SHA512: e8e63ffa942bcc1e81929503c98c7d0f1cbe016c1f458a553500361a35a8cd150693d2d6cc1ed1905b3b4a526e7c3bdaff8bd78cf2d0a2a29dc153132b6280b9
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+apertis2bv2024dev3b1
Depends: libaudit1 (= 1:3.0.9-1+apertis2bv2024dev3b1), libauparse0 (= 1:3.0.9-1+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 209408
MD5sum: 2fbe31a1cd0b65934fc5e93f4ad6bded
SHA1: 8ad9fd3ab1201b161295463fa652dfe8ada49ae0
SHA256: 530af3f38f85854e97e5ec085dd8fe2ab8f796c0f972d0c578979906daec34b1
SHA512: 57c16724000c120ee42a6263ca81f9b64964fd879c680f79866243cc8449d93fc0a5ad98b1a73ea0b869dcabcb8bfcb4516feb3d8fd4c0022e3e399b7c1db53e
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+apertis2bv2024dev3b1
Depends: auditd (= 1:3.0.9-1+apertis2bv2024dev3b1)
Filename: pool/target/a/audit/auditd-dbgsym_3.0.9-1+apertis2bv2024dev3b1_arm64.deb
Size: 517708
MD5sum: b1ff5a829fa9d0b51d4a98db71ea5655
SHA1: f13eedef73b34c719d86a9b6e0663f43665a8f1a
SHA256: c0032ccdc1b9d863a9cfeb2407ab4b367da328b3a572b6ecc1e1330dafc779d2
SHA512: 4375fdb563d35112184d76cd0a99e882a486a787db4add4aca377e05505d7757c2561d47a9b7f88b0da8504820d7f49d2d7a1d73e80dac34b2c7821ee403a588
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+deb12u1+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+deb12u1+apertis3bv2024dev3b1_arm64.deb
Size: 58176
MD5sum: ea37eb3ca78ff08499efde824754fb28
SHA1: 68d245bb0bad47f057f257af3ab397e81ea31e7d
SHA256: b72d76499016bbccb2c9791bcd783f3d0322d6ba4f224db6dd64084fe68ced81
SHA512: 3b417d0272ae6788bd66b9acfae3cfde66d3bc52e9ff77877980adeb8c5758dab7250bbd9124c9c345b689fe593c879868d4320832f8aee23c88e872b8956457
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 50496
MD5sum: c6464cc9bf43d6dcc33d6483972e5f4f
SHA1: 74f88ecec5f8b3a0cedc788c94c8bcacbfcdfbab
SHA256: e1c43222cf57b384a3d458abebd5ab8958db0d3c2f6b6e035e2ba5fcb61e7669
SHA512: 900e89dcb826bc721cf57c1b51ad19a944f2897dcbf2f3bbef7873df07ee9f6551c1d319c66652685ac290003c3b0e747c7db30e324802da59983eedcca0fcd4
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+apertis2bv2024dev3b1
Depends: base-passwd (= 3.6.1+apertis2bv2024dev3b1)
Filename: pool/target/b/base-passwd/base-passwd-dbgsym_3.6.1+apertis2bv2024dev3b1_arm64.deb
Size: 29928
MD5sum: 9f803ce8da45b5eb864179bb1b6c6138
SHA1: 8b0ceee3de81ac341762b09bd689a5dc4dc1b266
SHA256: 1ad0c87a57f998df680b8247de7305ba2d4b01a79d2a06ac48243cd7fe05ba78
SHA512: 78b629d400fb873006c93457d1c627d4173660d46d6ce32a146787dd92aa2cc7481bcd6b469aa6e1f11b82d25082dcf15f78a056de4061c05f4230cb08a21a99
Description: debug symbols for base-passwd
Auto-Built-Package: debug-symbols
Build-Ids: ceee5049cf5c4fd9a7f9d9408a14b88444f11bdc

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: 1450
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: arm64
Version: 1:9.18.16-1~deb12u1+apertis2bv2024dev3b1
Replaces: bind (<< 1:9.13.6~)
Depends: adduser, bind9-libs (= 1:9.18.16-1~deb12u1+apertis2bv2024dev3b1), bind9-utils (= 1:9.18.16-1~deb12u1+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 461440
MD5sum: bcd61e8949ad071da4897e17293f5dd5
SHA1: 84a604fc2aa44e6b0566beff4ede1ed6dbc66078
SHA256: 07c46a113f1f2c7a856f5370f587c56659c641c25c09659de262c930549ec7d6
SHA512: 7411ebbfbf5cb525e59046dbb2456130bad5bff97380c4b3fcdbc004b82bac3db3e99244e578067c037375286989aef272f3beb2817e6906fd7ea08561f63833
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+apertis2bv2024dev3b1
Depends: bind9 (= 1:9.18.16-1~deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/b/bind9/bind9-dbgsym_9.18.16-1~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 627232
MD5sum: 8c971d92775616851fdf0f43c00be178
SHA1: 05ad0fa7ffdb3938a33921b5b3995f08da01f4ab
SHA256: 3666fd8b4021515bbe0f75ca213ffbfe77493cb99b52a9bd44e0480e2ce87ec4
SHA512: ee744adc062562faa17a7104a4d463800b7ab95e3dce80a2cd8614e707b6e098a8035e2c5722d53250f32b6f7b349a5d8c0d01ace677eaf61238505b7b892cca
Description: debug symbols for bind9
Auto-Built-Package: debug-symbols
Build-Ids: 1ad58e69487ba9c605b77a6b5463d9620a83d723 257672216927de15ce95b4dfd2a02727bd89cdb9 2ba23e3653386778bede3929b01966e804ddf466 3b20181cfbf20e7fc149945ff6e9c701fd856301 8821a2d2b0ee2d4a467aa6b3cc820a20dc11a518 8c8d98e190ebfb1525a81d04d5bca3e7cc648d5c 8e5b23512fd0383a53331931b6bd3cfb1082a94a acbdfb2c265387a022277e8a43a4b6008c0889fc bf0f7a889dbbed8b97646185efe902961651530c

Package: bind9-dev
Priority: optional
Section: devel
Installed-Size: 1807
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: arm64
Source: bind9
Version: 1:9.18.16-1~deb12u1+apertis2bv2024dev3b1
Replaces: libbind-dev (<< 1:9.16.0~)
Depends: bind9-libs (= 1:9.18.16-1~deb12u1+apertis2bv2024dev3b1)
Breaks: libbind-dev (<< 1:9.16.0~)
Filename: pool/target/b/bind9/bind9-dev_9.18.16-1~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 516228
MD5sum: 019b1e5fc3c71a03925ad0a56c58dbc7
SHA1: 7f7d0a3951394d6ad87af0565ff0c42f88c0033f
SHA256: 9fa6c31ae9e0d7d0e77376c32639a79b753a6f9e345bbf9bcf2377a38332fd8b
SHA512: c21df2d38ad99a9381a42fba866b802d5e2406fb5b1daac38ed2716a0888b68e64fa2458eb85c8ee17f53856062a180defa9f0cfda629fb8a70b870ae867db17
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: 765
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: arm64
Source: bind9
Version: 1:9.18.16-1~deb12u1+apertis2bv2024dev3b1
Provides: dnsutils
Depends: bind9-host | host, bind9-libs (= 1:9.18.16-1~deb12u1+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 392660
MD5sum: c3c8b9da84e2fa2a00f794a8a2728b5e
SHA1: 8a904d1d19171e59bb037131c48b116483ee51d2
SHA256: de0e5f116cdeff67fe5d6242073c66803ff714ddf98cd6f67c89255580f11dc8
SHA512: 043f007fcc029133d6164592ad9a334aec671d7169e133c4157c3c9858a48b39034d8c34bec716b08b7cecdfc855a2d3803646c754178bc78592d618dce67acf
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: 459
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: arm64
Source: bind9
Version: 1:9.18.16-1~deb12u1+apertis2bv2024dev3b1
Depends: bind9-dnsutils (= 1:9.18.16-1~deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/b/bind9/bind9-dnsutils-dbgsym_9.18.16-1~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 371832
MD5sum: 1dfbe192b3673efca5867f8622a495a4
SHA1: 05e64ce2d94cdb9377286096704deb13f886f8b2
SHA256: 376cc2bec653ccba6530ca0897de7be0836ce829840f7511999ee78e435bec6a
SHA512: 99c9c9bed25a56f2e8c99608b979f3d2a6a5730eb4ac08002be50cf013ba07be639f237fe4b68bf0ff1955c8cfd0598ff33629739f1af1a489c489e009ae054d
Description: debug symbols for bind9-dnsutils
Auto-Built-Package: debug-symbols
Build-Ids: 453083f635997c425d17011e24817e3be1ca1b6f 6c1068e3641d9b4fa1417808415a9493fd16ebd6 a16fd5dce490ea5261c53b8314a28f84cc14e15a b0bf18218f260b0e9c66e9088a4878f481617bab b7f7e5c6cbdba4d53aeb33a5f9985e2ac1f05b3f

Package: bind9-doc
Priority: optional
Section: doc
Installed-Size: 7444
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: all
Source: bind9
Version: 1:9.18.16-1~deb12u1+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_all.deb
Size: 3442904
MD5sum: e0037426a2cd5c4656e67d1ae19db0d5
SHA1: 3999625607486bb6ee94ccceb8f6aaa4da68cb2b
SHA256: 5173a065b02ac974a8d40807498bf0b3b08ab8a3ea95c4a733b275d1ab41910e
SHA512: feaab6dffa79eee8efc8333bad6063e0e50f295e3b48e749e3dbd5913e4766d95c1e7eaea11308f00fc1d9491aca0fa5a767b38c5811d92f7d1020a450af044b
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: 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: 405
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: arm64
Source: bind9
Version: 1:9.18.16-1~deb12u1+apertis2bv2024dev3b1
Replaces: bind-host (<< 1:9.13.6~)
Provides: host
Depends: bind9-libs (= 1:9.18.16-1~deb12u1+apertis2bv2024dev3b1), libc6 (>= 2.34)
Breaks: bind-host (<< 1:9.13.6~)
Filename: pool/target/b/bind9/bind9-host_9.18.16-1~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 302344
MD5sum: 841de653845b2267da4465d26c96e7eb
SHA1: c80f367236cbb96128a1c85164d25cc0e8a1191a
SHA256: c86eefa663cf6bfdd714c32d5b6f41f9a25c6b0dbe83d07d33817a5bccd44e84
SHA512: 0cb5c5b09797dfc32255e1b2be86a0c20eb6c2e7b3058f915d19204311106c45ba7538fa62d2cbbc1a221a886753310a32800ff20ce9606104d483c9bf614412
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+apertis2bv2024dev3b1
Depends: bind9-host (= 1:9.18.16-1~deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/b/bind9/bind9-host-dbgsym_9.18.16-1~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 99104
MD5sum: 86866d75f6bad7c35fe6de2d7d3b69a4
SHA1: 7542de304a7fd4919c98cb09f2153f70d8ec849d
SHA256: 500d1205348f45594a0115fc69bb5b6ca6eff31261ed39d6d797841b14c62a69
SHA512: ed33cfc1af0cdc2eb991d04e915a882652debf898251d9d28339e01ad904dc74c2131c7fac92cb7da6e49ae1801210964a5bda4e7c637a72ad841c678f55c72e
Description: debug symbols for bind9-host
Auto-Built-Package: debug-symbols
Build-Ids: 083c85b74074b810b85e83d7247e9296430b2c97

Package: bind9-libs
Priority: standard
Section: libs
Installed-Size: 8924
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: arm64
Source: bind9
Version: 1:9.18.16-1~deb12u1+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 1280840
MD5sum: b6ae6577fa3c84cb48a24343485453c2
SHA1: e29491184e7702b2fbb88d0cc3246591810c1f6c
SHA256: 7f907331c01c583256222207195740c4680d5e3bebcfbb83c5956ca9e2171059
SHA512: 8ffcfb371e965612212db541db4dd7ad1e7fed555365c6eb0134241940129da907b1c29f10ea2683ab0c661581d3eff32576a701d0b97ab0fc8f38767adeea52
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+apertis2bv2024dev3b1
Depends: bind9-libs (= 1:9.18.16-1~deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/b/bind9/bind9-libs-dbgsym_9.18.16-1~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 3541924
MD5sum: 07189b577eddac9b9fef1ec44970d83f
SHA1: edde023a52d75a2026dedc762cfd3d5a4ce38f6f
SHA256: 96973c500dd3bf0a96f666747279f80c0a11b1608d81bffdcdcb803eebd45ec6
SHA512: 6069d3a1a759e3ca9310f166fb8f87c4f914b52660fc85abf8ea90bf7c071bf138614a69e920f4395f09f1c8afd5ceaeb9de343371f14464a134a0fede3047ae
Description: debug symbols for bind9-libs
Auto-Built-Package: debug-symbols
Build-Ids: 2e67acbd9e40a81e86d1f0a08ea10a8a7d5f1b1b 311b5308beb02136a721714eb33566746d8101d5 8678dc0fcbde13bb07305b10d6fc794c37aabd60 890addf8507dd5242ff593a4b92bf4fe48eb3f1a 8b9f42c0dfe86f01b8311172e431dbbadcbdae0d a5e075391a59eb92ded5686305fbed9f6b3ae27c d92a1ae39d75bd3244b034b1bcdc672c8959add6
Multi-Arch: same

Package: bind9-utils
Priority: optional
Section: net
Installed-Size: 1259
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: arm64
Source: bind9
Version: 1:9.18.16-1~deb12u1+apertis2bv2024dev3b1
Replaces: bind-utils (<< 1:9.13.6~), bind9utils (<< 1:9.12.0~)
Provides: bind9utils
Depends: bind9-libs (= 1:9.18.16-1~deb12u1+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 402056
MD5sum: d1ea84559e16eabecaaf6e44da920bea
SHA1: 2e58ed4a4053b0b58eb39d695c9d5228704de2eb
SHA256: 17720853c1aafcb21fa4ee4646a743fe0470601a122b33bc5d58928516678382
SHA512: d6e37b21907e8054c819effdeeabe98aad18106420537bf817cd3c81ef37a321005a965ce7ff39b0bd19937a7d14ce85f4e3a56d0bccfed8e3cd715f62ea5bc6
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: 539
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: arm64
Source: bind9
Version: 1:9.18.16-1~deb12u1+apertis2bv2024dev3b1
Depends: bind9-utils (= 1:9.18.16-1~deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/b/bind9/bind9-utils-dbgsym_9.18.16-1~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 387288
MD5sum: cf12105e59d79961b6dcbb87b46df76c
SHA1: da551e87ae4dcbc57939991159a5571669d3fd2b
SHA256: 84c7ca148b6133723ea7aef73296a65932e5363c5ee494deac6820d3113366d0
SHA512: f5801b6cc47983415ee1b9c7a38f01c3f70330ff2ed5a52fbb8f882565af472e4bcc40527a307d0eeba57de45621135f387336da2f62dcd2d5d12d1c8198b68d
Description: debug symbols for bind9-utils
Auto-Built-Package: debug-symbols
Build-Ids: 0c01baf49456a7f810dad8b671a032fe7d00ba84 36e703350bed8aa0f49da61f3dc5e8d0114ec01e 4a940fb78e540a82c4e4f8890f1fe973a739b506 4f0beb595962b7dece56be0bb91368436d88550f 5f7ec26a826daa3600425b5c8740dcc63927b4dc 62c59f8f7842ab1e43f627af3b9c5e29feeac5b6 6eac5b76e520c47a13deb4f2fd0b52c341918cb5 86be1abd00178c0bdd334c875969b95d850effa9 87a0269314741e706ad252d632c858bf258969af 9d930101ac1a2757e23dce53ca3802e5efa61fed d44fd7cb4b1693124342c3efc98a10769089acfe e5d79562fb4be0fe15a0ba402520941de9b9bb4e

Package: bind9utils
Priority: optional
Section: oldlibs
Installed-Size: 267
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: all
Source: bind9
Version: 1:9.18.16-1~deb12u1+apertis2bv2024dev3b1
Depends: bind9-utils
Filename: pool/target/b/bind9/bind9utils_9.18.16-1~deb12u1+apertis2bv2024dev3b1_all.deb
Size: 262080
MD5sum: 4b0dd5bfc11d73c0b30fbed40094093d
SHA1: 3020e7ade0f5949005d23d6b326e8843042bb474
SHA256: 7d97265670c2921db1ba302fe2073b327d97285f0564d813b66913440353904a
SHA512: 1fa978683f34d7d55646dcd90bbb038047551da1547642531817568c182179e379cba0d1f8e8271963b4639c0f275abba1a23bc3a714f9d125c7f2a9187f9f24
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: 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+apertis2bv2024dev3b1
Depends: bluez
Suggests: bluez-cups, bluez-obexd, bluez-meshd
Filename: pool/target/b/bluez/bluetooth_5.66-1+apertis2bv2024dev3b1_all.deb
Size: 44384
MD5sum: f55f04b50e1563d8d8d9da893f10329a
SHA1: 1788942c16d5ecf3c5b8b48e3b291bfe3b926815
SHA256: 004a811355d28a09db18e670bf13acef97884d64411709c29aaf17ba113df602
SHA512: d8f465f4dd8f8824182980a032b380abaf43440604d8a2462415d7a855fe187ad94fa7b9359f258ef87a148deca668ab216570c64dcfc6e49a5235d8bff042d5
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+apertis2bv2024dev3b1
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+apertis1bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 1071100
MD5sum: b0d6488efc3df1202ce17aa6741c0396
SHA1: bdd0f01b9ea825b325e1014c69de6da532c8de2e
SHA256: 58e5a4d68043ace0290989487d064dd809b021dc4a11bd62add68950d4e67ae1
SHA512: 45d9931590757d8a00c2811e7638476051bcb7a1e4e7c9664b93c2c128d67d7d2a72142cadf51fd04272437cd982093ac5606bde4a8ba1190e54d34fb7c38207
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 59916
MD5sum: 2592c45e888de618bcae8c74e65fb14b
SHA1: 91ab85034428dd060bc0bde48670a459da269faa
SHA256: 03c6c16d65a14271ff79ba17b15e5c6b91146d924336827ce241a6fb21ec54c3
SHA512: 10f0840cd1d3345d3d1d9dd8009c4cf87ae75f19571a32fa15212e6e601a999aef056afba144393cfbfcfdc88e7315ebb8827fd73dc5080e43e4f91848f9b862
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+apertis2bv2024dev3b1
Depends: bluez-cups (= 5.66-1+apertis2bv2024dev3b1)
Filename: pool/target/b/bluez/bluez-cups-dbgsym_5.66-1+apertis2bv2024dev3b1_arm64.deb
Size: 82172
MD5sum: 7510171d15b76e69d5fdfd858056bd9f
SHA1: 541e377acd1379660b6f8795198874a87708413a
SHA256: 1797790b33f66aca003e2b0331bdfd9eb6dcdcf2e604edb31910708d4b3e6adc
SHA512: fecd125fc5c102e77aea7955c437a95694917866ce2018e5542d9f5f3cfdf19b22199395b6e2da4c71bb8752c27898b57f8c2c698e59c92a4ce0c6230a7c3e1a
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+apertis2bv2024dev3b1
Depends: bluez (= 5.66-1+apertis2bv2024dev3b1)
Filename: pool/target/b/bluez/bluez-dbgsym_5.66-1+apertis2bv2024dev3b1_arm64.deb
Size: 4557428
MD5sum: b156c9c60818580855e3c0aa73c32081
SHA1: b0d0d4323f2120a9452d0c1d87db9269a70d2c15
SHA256: 3c850601c9e1519f9ce97a3d798cbfa13f7080e689cb9bb013e09256a2d6a9f4
SHA512: 1a71f57b22de0ed4f461fd2db31881719f2cbb7d957fffe7756c6c5ac30dda6ce03b5faacbffa1b9a1f3c6ba5f4a1a290f0589cc77752cfe27522153341ba353
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+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/b/bluez/bluez-hcidump_5.66-1+apertis2bv2024dev3b1_arm64.deb
Size: 158404
MD5sum: 706d5390b95c1d005c3febce647676bd
SHA1: 52b2c472c2d9e11c2ded901dc8387f01695c02a0
SHA256: e259eef919e17bf89caf79b6493228c9d6a0b83cfbeed562f2708a5d37356a95
SHA512: 53716b37d3b9dd6597121cb6a63f592d2e8c7709e68c239f0830e3a301e75f4446e89330dc4fd61a949bfd084d19ab57a40e9b3f02a281db7bd0420d2a47fa8b
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+apertis2bv2024dev3b1
Depends: bluez-hcidump (= 5.66-1+apertis2bv2024dev3b1)
Filename: pool/target/b/bluez/bluez-hcidump-dbgsym_5.66-1+apertis2bv2024dev3b1_arm64.deb
Size: 398528
MD5sum: 61ac826d7d666c3ae2e0a4d0c98a0a09
SHA1: d48e08b5c3688a125a7fe42e4aeea56535a6b91a
SHA256: bcd93d2fe52a6ea1ac01e1f2d21cfe5e24bf60c791f99e814eec1b80e12ae7c2
SHA512: 8ac0c2845b9f9362907c1e0643bb2aa0b1914aad388fab92b82bb01c6373bed75619337445c379ae2926faa8f284a22017faeb290f46fc2de882052fed45f30c
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+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libedit2 (>= 3.1-20221030-2+apertis1bv2024dev3b1), libell0 (>= 0.40), libglib2.0-0 (>= 2.28.0), libjson-c5 (>= 0.15)
Filename: pool/target/b/bluez/bluez-meshd_5.66-1+apertis2bv2024dev3b1_arm64.deb
Size: 270140
MD5sum: c2b262699485070d8af3b7fe524c9dd8
SHA1: c77602fc8510730ee9d09ce22960f74a7554b66b
SHA256: a332546636aecc1e69912f5f62fb73a6dd3887337038a78416ac09145e076d70
SHA512: aef15afdc7635072faa72978ef48bc6f889c7903031a76717737188da52f1372df1842b0f45d406d9909a15f22481460159c3b5e47bfad6897b77d2eac1f5674
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+apertis2bv2024dev3b1
Depends: bluez-meshd (= 5.66-1+apertis2bv2024dev3b1)
Filename: pool/target/b/bluez/bluez-meshd-dbgsym_5.66-1+apertis2bv2024dev3b1_arm64.deb
Size: 926664
MD5sum: adfe5a94c38191f44f67281800bf97c4
SHA1: 8b19cfd1274f8112f8682eaaed1c12a015c71ffa
SHA256: c005441c243415457bb26b73fabe3b910adde5b7ee1a1a78216dc1da2e102bb1
SHA512: 0df7c2e6b7ec1a4c27601b91da719465b68e1438539e92a4b689fb94cdf0d7fabba5faca8b7638278e839df96282c8ea26761deb1dbfa766f5d8ed71d03a0220
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 231360
MD5sum: 0e41f3edd100e6ba044e7cc6176833b1
SHA1: f3f21ce38676b7d6aca1e92834770408d6791063
SHA256: 720e5cdba256ff0d13c5f77e59cc17d1b8d5b025ca92eb052d6b3b291fbc260f
SHA512: a0e14d9d474b808c542fd2e6417d34213e8310143533e7a7dba5d78019a0290387dc88e682fbd6c79083ad6ec0bfe46e3a73cc1655c435ae25a118bd205a78e0
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+apertis2bv2024dev3b1
Depends: bluez-obexd (= 5.66-1+apertis2bv2024dev3b1)
Filename: pool/target/b/bluez/bluez-obexd-dbgsym_5.66-1+apertis2bv2024dev3b1_arm64.deb
Size: 581812
MD5sum: c15c8cc82b6a6d41c6430c64752ba42a
SHA1: 065cb24bbe23ad8f6b37c48d2a5459bb65405d34
SHA256: de8935411ae2c498aaa95f25c56fa57cd9943a8dadcf9bd4f1e2479f482b0614
SHA512: 30d6276843bb60acdbadbcb258ce54428cc143747f50f7a3c5635d1a6ef2d77460256214dfaf0bc4f36b9e52df5548a0bc5913cdd710eabcf73f2f85e1210028
Description: debug symbols for bluez-obexd
Auto-Built-Package: debug-symbols
Build-Ids: ce18809ab09f1a309014c70f2851a6d2d9c13d00

Package: bluez-source
Priority: optional
Section: admin
Installed-Size: 86236
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: all
Source: bluez
Version: 5.66-1+apertis2bv2024dev3b1
Filename: pool/target/b/bluez/bluez-source_5.66-1+apertis2bv2024dev3b1_all.deb
Size: 88264964
MD5sum: 0d552b118a01dc587b6579741e21d99c
SHA1: db77d841d1f4e705893249e97dff8f452678e0b9
SHA256: 053bae99b36dd4a3f94faf1364c8b32b8fd4fb83f9950583fcc752b3d3873f6d
SHA512: 76c30d31d61f070f7901679315f0d4d4c730cf0baac4d9c0ededecf5e399accf74e3c0a8e6ffe97afc4504dfdfb1eca85836685eab6d8dc2392e0f1141ed6c66
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+apertis2bv2024dev3b1
Filename: pool/target/b/bluez/bluez-test-scripts_5.66-1+apertis2bv2024dev3b1_all.deb
Size: 81028
MD5sum: 4bb6116fc7efd8de404d0cf45e30cff5
SHA1: 012879e6564940d28efb1d7e7762b78f1798d243
SHA256: b32971ed00aae62ae2ebbbe5ad0a7cac3f8ac252effab51b9770379ae2233121
SHA512: 7638a0aa3826b42a380276154d875ebdc38b56405e1d08c86eddf60bdf7c51409cddf38d65d5c6d08c3fa104b556c688d133f24bb5acf000ee448acc9a697ac8
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+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.28.0), bluez (= 5.66-1+apertis2bv2024dev3b1)
Filename: pool/target/b/bluez/bluez-test-tools_5.66-1+apertis2bv2024dev3b1_arm64.deb
Size: 352856
MD5sum: 8889cc823715113c5b2c069004b2ff10
SHA1: acea08d1a8ddd43d51d0b004223bfc92e563f759
SHA256: bd77c0daa8d35482d60a305376cf2af0e5250673cd33cb7522411e758859b421
SHA512: 19a9571f6fe93703c1b3483a170c7e6ca207cf222aafb26326b7d2d33f9d4e2f4423b3de4ca02009be35468b1c0ea78a74c0b5f96568d48facf545dbfa433815
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+apertis2bv2024dev3b1
Depends: bluez-test-tools (= 5.66-1+apertis2bv2024dev3b1)
Filename: pool/target/b/bluez/bluez-test-tools-dbgsym_5.66-1+apertis2bv2024dev3b1_arm64.deb
Size: 3513872
MD5sum: 332a773b6be820803aed7b8ef79a76d8
SHA1: 72ed0e3502f7a45cbd364bd9c0de674008425a58
SHA256: 07dd45f8b56e23f0b12081331fdf6b2c0f4b86d4dad9b3b01e28e445a69132a4
SHA512: c6e5c7a1997a9f30254e080147725af26d99fd0373354bb32fc7bddf9f5527a6de4dccc959c44163d9b9b0ef8ca83a4f2874a8fe472bfed89809fa8b3ad675ab
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: 247
Maintainer: Debian sysvinit maintainers <debian-init-diversity@chiark.greenend.org.uk>
Architecture: arm64
Source: sysvinit
Version: 3.06-4+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 65924
MD5sum: 15892a7910e2819c5b8097421ab54216
SHA1: 9c04f676f2141aba4050825200a04af3229c7446
SHA256: cc7a93092d4b09af90e32edebdea8cb0dea4f08dbb5f92522c778d1ddde25eb7
SHA512: f99075fae6f4acb0cb0e5c71397de20cf409d46dc44f0307aad5697767edfa127559ab3cb1abee8abc72568643cc6f801c2839b3a0c4005ad2862a0f3446c74b
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+apertis1bv2024dev3b1
Depends: bootlogd (= 3.06-4+apertis1bv2024dev3b1)
Filename: pool/target/s/sysvinit/bootlogd-dbgsym_3.06-4+apertis1bv2024dev3b1_arm64.deb
Size: 22528
MD5sum: 38ae1aa6b58135db8824ec1648fb16c9
SHA1: 7d8fc6839e7e94bf8ab28e0cea2b7ceab40c7752
SHA256: 5f914aba67f7a8b23d127228cfddfe5f6168a6d810811166ce290aa91ceda851
SHA512: e7d8d8b5c66e5d2424c69bb10c3a43eea104be4c3d0fafa839e6e7e0696cce639f42b14799cd922fbb6fbf329c425bc8c63cb9f1a8f3fc1c062a826251347979
Description: debug symbols for bootlogd
Auto-Built-Package: debug-symbols
Build-Ids: 30f5fa7ff69f42be6ee7d08f9beae191cd0ea595 8f454fb2ac655d4e2260279a970f74e590f7c642

Package: bpftool
Priority: optional
Section: devel
Installed-Size: 1848
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux (6.3.7-1+apertis3bv2024dev3b1)
Version: 7.2.0+6.3.7-1+apertis3bv2024dev3b1
Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libelf1 (>= 0.144), zlib1g (>= 1:1.2.3.3)
Filename: pool/target/l/linux/bpftool_7.2.0+6.3.7-1+apertis3bv2024dev3b1_arm64.deb
Size: 1426528
MD5sum: 4773741ebddca6ad4585fb9f9b37566e
SHA1: 82e954587ae2df9a8e1b0d404fcedc1b975943d4
SHA256: 0c9122fb87e1788984e40fe58adb52e28ce6d90be4f3209b14e1b562dd07a8c2
SHA512: 68158663a5b9c7fde95f130a67bafe0a6178133dec5ca8e80cdc66fd7dffac97c4d0ea53b7347722b12ee4a4b18c7cd975cd10065ab9eac2058ef990e47cfa3a
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: 870
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux (6.3.7-1+apertis3bv2024dev3b1)
Version: 7.2.0+6.3.7-1+apertis3bv2024dev3b1
Depends: bpftool (= 7.2.0+6.3.7-1+apertis3bv2024dev3b1)
Filename: pool/target/l/linux/bpftool-dbgsym_7.2.0+6.3.7-1+apertis3bv2024dev3b1_arm64.deb
Size: 834812
MD5sum: a5494a10b8ed5437bd6f3de4a3e12dc6
SHA1: 16542f2cf550f499a0e0edc494d2e681ca970201
SHA256: 83c494b8430a1ed605f7bccc04b37218f3f27891adcded9dde0974e6b7723ca8
SHA512: 382608576611bd349c674fd4a616d48ebeb4f2a063a0b5ead17d26585e61556f7d140bc2815299ca00b1a776e2b9179c68e2667d28b62320cb2ede9fba4f4b48
Description: debug symbols for bpftool
Auto-Built-Package: debug-symbols
Build-Ids: 239a936aa6cbc3d7ef750dc68577de0327477d5f

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+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libselinux1 (>= 3.1~)
Recommends: procps
Filename: pool/target/b/bubblewrap/bubblewrap_0.8.0-2+apertis1bv2024dev3b1_arm64.deb
Size: 45588
MD5sum: 8895c48fab7515a5bb291974be8ee52e
SHA1: d5f3f8ef4df8c2e7a84294672c4e74f6f3f23375
SHA256: 609c1cba6935051393897bca9d817f0d6e4ec6b2b1273534ef9dbadba3ec135f
SHA512: 55c2a18ed4a92eba8cab8c61cc3c6ddd3aef683d676c127a116abc1065cb68392b89a6730edc99aaae8ab5a4dbe445f3d559a34439d3b7616319ad1dfa7a7edc
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+apertis1bv2024dev3b1
Depends: bubblewrap (= 0.8.0-2+apertis1bv2024dev3b1)
Filename: pool/target/b/bubblewrap/bubblewrap-dbgsym_0.8.0-2+apertis1bv2024dev3b1_arm64.deb
Size: 75812
MD5sum: d7ae8e1cc787635e485ef8ddd627e6cb
SHA1: e43d72bcf16ec0bdcd173e7190629f1fcae74fcd
SHA256: 12b75f3e966499391516fb48e07f6a73f289297732aa1dd8d7c050bc999db4c3
SHA512: 7b4f613de94c86d369379afadf9dac1423e20e1b819f0c62c39bdf1b9c3fa439936a32f4d2d5a0055e0c3cf69d30ede8a6938d8d4f8c80fcf71d1f5982a0e538
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+apertis5bv2024dev3b1
Replaces: busybox-static
Depends: libc6 (>= 2.34)
Conflicts: busybox-static
Filename: pool/target/b/busybox/busybox_1.35.0-4+apertis5bv2024dev3b1_arm64.deb
Size: 447148
MD5sum: abc121816d3a6cc9e0f9bbfd3c8b36f9
SHA1: a90d6c1edcd26e4f9a1d1acfd95ce4a7061f9e95
SHA256: 3725940ad82ca78a4e28a4143e3c827b5e540b7c6a6e6940ea89b5c7633c5ae8
SHA512: 41d0a336525e926eda5fc6f3bcd939da1c262e1774ac91f748875176613bfd76982ece4be2c835590d1da059dfc263df034a69e7e71679dc4368f297e1b10d52
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+apertis5bv2024dev3b1
Depends: busybox (= 1:1.35.0-4+apertis5bv2024dev3b1)
Filename: pool/target/b/busybox/busybox-dbgsym_1.35.0-4+apertis5bv2024dev3b1_arm64.deb
Size: 1372748
MD5sum: 5a0010710f9111d9617af8419ee4dc66
SHA1: d8ec53dad4ed8c16bc8e371ccfaa366392cc9917
SHA256: 5e6f270e5d11a0a225fb2ab7002bda8a4b269520a820728c278c83d38f636986
SHA512: 95d9a108df3a63b31fe3322079235fe6ff3d8785d12666c52d2ce7a8375b705b6cbd5c8939bb915dceee006c334671611ed63c43e3ffec78744eb2caf49599b4
Description: debug symbols for busybox
Auto-Built-Package: debug-symbols
Build-Ids: 1719e70ffb57dec59b5c88fd52e28ae2389778a3

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+apertis5bv2024dev3b1
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+apertis5bv2024dev3b1_arm64.deb
Size: 29256
MD5sum: fac6c68884193185579360accf78fca1
SHA1: 21990a47f5cfe7d26f96030c869930f6ee703127
SHA256: 64bf2dd84e7a0d315d4ea604651ab53a0e2acd8e3ea334fd647bb814716bd13a
SHA512: 94c71d28ac689c2b775c3ef74e2216179fd39df37586900459a078587762ce18de457d5ae96fe1b5518b107bdff83e9568d03b035652200622251baa4c186d8b
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+apertis5bv2024dev3b1
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+apertis5bv2024dev3b1_arm64.deb
Size: 29256
MD5sum: deca395baa9884a9a554cc7454dc1939
SHA1: f0b3953b3eaec2f63fdbc3c35c1d16af1bd9f2db
SHA256: 004ffa9489e39dc1eee698c839bbdcf00d91d2f4d2d5473289b3b50f422f4dc5
SHA512: 745a2630dd635be6020b8dd6044c2a8b925aeb19cac07a77525cf303e77ce03bc55246ffb76f5a87d394d8c92574110d6df692628ad23b4b33e4499934aadcb5
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+apertis5bv2024dev3b1
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+apertis5bv2024dev3b1_arm64.deb
Size: 29264
MD5sum: 30f980a338299297f29ce6bbef7651a7
SHA1: a77bb52bced95869ce486427b4b811ea4902e2c1
SHA256: cbe5bdc0ed2abf52459d6d2b0ff2dccaab3025f5e38d6e784c0b4d63f14ce8d8
SHA512: 271bd6119f0812cf66e890527ac434ac49814aaced60c8e5c66eccea14f87b348c38c24eddc5cfbe2c1bf9363cafd918f1d1a54f7afd9a2c403eb8a939ebce34
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+apertis5bv2024dev3b1
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+apertis5bv2024dev3b1_all.deb
Size: 29212
MD5sum: 5715228dce831119662a96c123dd6360
SHA1: f88b3e8e11778f0addd5306e7f151237941a5420
SHA256: 42362fd8b22ea783ebbb1a33ccdd512580b362a665baed11957aeed83ee0fc1c
SHA512: 68f3d7f10b8c97ed88a8cdb3adc779690779688845d08d80f16197777ff0331b00745536d71729477bd4cc51843894ded65237c58f334a1ade1dc8f2d767db9a
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+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+apertis5bv2024dev3b1
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+apertis5bv2024dev3b1_arm64.deb
Size: 29236
MD5sum: 860e19f5bfdaf017d3ba274a775a80f1
SHA1: f56c84793f5e8162b94ddb03882e0cd5215e9672
SHA256: 0ff92b2c644f646b670c54332a122f20a060204af0a05257de755a5158c2e92a
SHA512: 401caaa85c34513fe1429e689d7f548058013959dbd1fcca7a66d3890a8b8b2181ba4e85146c8a3810652bf1619d87d4621c33495079f9aabf8316fb10af370a
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+apertis5bv2024dev3b1
Replaces: busybox
Provides: busybox
Conflicts: busybox
Filename: pool/target/b/busybox/busybox-static_1.35.0-4+apertis5bv2024dev3b1_arm64.deb
Size: 846484
MD5sum: 86c8aefe625b2a4df00bb3cb986ef45c
SHA1: 1906fe0e496309a820a9ad8f22b0acfd5b65b9de
SHA256: 713dfc9623fcbcf3e0945fd2bc68c194d3918e03c1016b0151a91e806e7d3221
SHA512: e9fe3d1346c684875f2d0747c7e714d4b59818050d301730a9b7babb6a9414f9b64af74f8bb53ab267c0743435174bfb5a8415eac4b363eb2b07a5c6e62eb310
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+deb12u1+apertis1bv2024dev3b1)
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+apertis5bv2024dev3b1
Depends: busybox-static (= 1:1.35.0-4+apertis5bv2024dev3b1)
Filename: pool/target/b/busybox/busybox-static-dbgsym_1.35.0-4+apertis5bv2024dev3b1_arm64.deb
Size: 1489932
MD5sum: d549c72f18dbc7e9c81902c8308929fe
SHA1: 9ff068eb33ba08c7acd7f3a5345aae397dc59b12
SHA256: b59f0d4879be74acd5735daa6a273bcc2a74d178476e92d9c71bc229001b696b
SHA512: baf660a404c51f1e401eb6b41d211f495bc7a85203e3d41c607877118f2268e7cc0ee60eb478798312a272af182c34158ca6661c6147acb54540f4fc3446d510
Description: debug symbols for busybox-static
Auto-Built-Package: debug-symbols
Build-Ids: dd379abde66ba3e37c5748bace1d06c2ef81b4d3

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+apertis5bv2024dev3b1
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+apertis5bv2024dev3b1_all.deb
Size: 32212
MD5sum: a353575212190bd84083006f7872aeb8
SHA1: e0e2533e8cfad97ef8aa098ce6e50738132fffe2
SHA256: c17f92f6250b818c3b88ca4c7fabb2274fd0a3141c7c439da9b7bdb7003a234b
SHA512: 0f01e49da853c5badf560e138bba82a3e48bdb5c71a60c1a9369994d99a9ed47c07d06fbfc1970f55d62037992b6014291d7375f6be640b23a19364cd52e9f51
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+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: 195
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Architecture: arm64
Version: 1.0.8-5+apertis1bv2024dev3b1
Replaces: libbz2 (<< 0.9.5d-3)
Depends: libbz2-1.0 (= 1.0.8-5+apertis1bv2024dev3b1), libc6 (>= 2.34)
Suggests: bzip2-doc
Filename: pool/target/b/bzip2/bzip2_1.0.8-5+apertis1bv2024dev3b1_arm64.deb
Size: 40188
MD5sum: 93616f86d3c3d66f59c5f277633fd9e8
SHA1: fec69bf7283e77d1e552a0f1a52884b56eca79ce
SHA256: 0f319419ff5dd2357516629b52ca2f2a81298d7a9ed510693f92b51787cf63c8
SHA512: d9209f7f6c90a3548253895fbdb5040b89ba0543a66f2faa08a2e57367fdfeac4a56a0610e681ae67b2b8cdba365877ef621d65ba358f6385ea652922a3edc1c
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+apertis1bv2024dev3b1
Depends: bzip2 (= 1.0.8-5+apertis1bv2024dev3b1)
Filename: pool/target/b/bzip2/bzip2-dbgsym_1.0.8-5+apertis1bv2024dev3b1_arm64.deb
Size: 38168
MD5sum: 9edcbddf38bd6e765ab21c58484780bc
SHA1: 594688d21d1269b0fd76ed6ee7d5aaa7eb41c5c7
SHA256: cc91a39ca886046a79b0f7c747809da19412fab95019312a87c28fea759e0f02
SHA512: 593d7d0c1d696d98031f25641de8461e8baff9febf95a95ca51c7671b916c7c101e1842598ccda0a67d07f6a6edc48ec8d662152c8e10d847c81cf7d7a3484b2
Description: debug symbols for bzip2
Auto-Built-Package: debug-symbols
Build-Ids: 98d1d1307390344b10b099f390adea88f6a1333a bb1d3bc07e5449b30c47748e0ac65996c3874198

Package: bzip2-doc
Priority: optional
Section: doc
Installed-Size: 606
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Architecture: all
Source: bzip2
Version: 1.0.8-5+apertis1bv2024dev3b1
Replaces: bzip2 (<< 1.0.4-0ubuntu2)
Filename: pool/target/b/bzip2/bzip2-doc_1.0.8-5+apertis1bv2024dev3b1_all.deb
Size: 505752
MD5sum: b60d24d5b63789310f792ef469d19698
SHA1: 3d504b966311ca007c451f27b59a5692b2a90653
SHA256: 826d7d1753f216220623e4790dbee6bfdb2cfce310d8d2b00d8cf0e649216e2a
SHA512: 52d27df14994b765be5115815b67d8c6d17198453701a53c3fc92a270b3966fb8719639c6b0917a3b9064a40000451698668a8f46193563dc6ec094dc11ba71c
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: 99
Maintainer: Optical Media Tools Team <pkg-opt-media-team@lists.alioth.debian.org>
Architecture: arm64
Version: 3.10.2+debian-14+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libcdparanoia0 (>= 3.10.2+debian)
Filename: pool/target/c/cdparanoia/cdparanoia_3.10.2+debian-14+apertis1bv2024dev3b1_arm64.deb
Size: 37416
MD5sum: 55b8342595f04a7baaaf0522265966fd
SHA1: 60359d7532ebdabc2f5bb0373e1196e82621922c
SHA256: 099fd40c0b7bed0ad3b2c41fd30e10fbf72e2dcd7e4e07da5492682ed5b3f8f1
SHA512: 00889f5d2d378ba87c56cae4262f77a32ced52264f8f751e9369f7c91f8dc82aee84135cd9f0b9a8411f29c7256a40ee8b1b8ce61a5a23d930d845f546bc82cc
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+apertis1bv2024dev3b1
Depends: cdparanoia (= 3.10.2+debian-14+apertis1bv2024dev3b1)
Filename: pool/target/c/cdparanoia/cdparanoia-dbgsym_3.10.2+debian-14+apertis1bv2024dev3b1_arm64.deb
Size: 43360
MD5sum: 1ecb4907e1380e313c2b5dc7fe020f58
SHA1: 04efb458345bd9ed30015f2377f0d3d6beee2b7d
SHA256: 1889b24caf625ef6dbeb959930d23a5d18eff32e3e045962a265857573802576
SHA512: c5fd1917fdd6976dcbbc29813b0ac65e09f7c867e1d7f1986c6c0cbd4a61fb776128d807821403dfa9bb1e892683e81aa179e9bb834d618334b9fdef0c4d21dd
Description: debug symbols for cdparanoia
Auto-Built-Package: debug-symbols
Build-Ids: a06ea0921083293a40b91a39f3a100378c2b2800

Package: chaiwala-apparmor-profiles
Priority: optional
Section: utils
Installed-Size: 53
Maintainer: Apertis packagers <packagers@lists.apertis.org>
Architecture: all
Source: apertis-customizations
Version: 1.2023.0bv2024dev3b1
Depends: apparmor
Filename: pool/target/a/apertis-customizations/chaiwala-apparmor-profiles_1.2023.0bv2024dev3b1_all.deb
Size: 11432
MD5sum: aea3352676d47a3a206d08cd04ebd322
SHA1: 6dec096c5cb1ea239506abcc8cba78bcdc456e4c
SHA256: 32592f7d56236ce9a5d55d3f60bcfe16283312a4d5eda66767fe5f081451a634
SHA512: f9ec9ad570a55c79578b8dc62c3d7c144519fbcd446e97eb3142a1f040579fa0f12bd5deb8bd88c459e44185d3ea8015a7eeeb7c397eed7e74ed68faf3305e70
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: oldlibs
Installed-Size: 31
Maintainer: Apertis packagers <packagers@lists.apertis.org>
Architecture: all
Source: apertis-customizations
Version: 1.2023.0bv2024dev3b1
Depends: chaiwala-apparmor-profiles
Recommends: apparmor, apparmor-profiles
Filename: pool/target/a/apertis-customizations/chaiwala-apparmor-session-lockdown_1.2023.0bv2024dev3b1_all.deb
Size: 8220
MD5sum: c01954825ee3d31d839b7cbc5ffaeb79
SHA1: 8e237fb8e555ccdc3add89da1d5c9460c6ece41b
SHA256: 7164be260a16dd33a9ea0fdbefd0cedf174b6ee44925215b24a81cf8e686d254
SHA512: 415bfdafbb9a094b4b46bf28faafde4895dd80015deb0ea6455fd2588e849fc72ab774e64200699876c9ecf19fea4b212e4e8f47ef006560b07424c4ce377c15
Description: Transitional package can be safetly removed.
 Replaced by chaiwala-apparmor-profiles.

Package: clang-15
Priority: optional
Section: devel
Installed-Size: 364
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1), llvm-15-linker-tools (= 1:15.0.6-4+apertis2bv2024dev3b1), libclang1-15 (= 1:15.0.6-4+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 112500
MD5sum: 7124033b3ba2c4d6c1bc49176f1097ce
SHA1: 6a587696d6679c58a112430b5f69db2b3c2def1c
SHA256: ba0f44211d42af98ed2564eb0259886093f15fce44dfb89b7def9a36844b29c8
SHA512: cd1be4b0a0655d037151ef419283cd325376d77329f4ba7cacc70e6f4bf4e5a7ce07b916c40cfbdea656c95343a66dbc414cf8a8602978791a6601caac11cb2b
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+apertis2bv2024dev3b1
Depends: clang-15 (= 1:15.0.6-4+apertis2bv2024dev3b1)
Filename: pool/target/l/llvm-toolchain-15/clang-15-dbgsym_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 11124
MD5sum: c0b1db61cfa48d5f31081a9a5580470d
SHA1: 59bf16d412beb1388fa8a3036b219442e9a4e965
SHA256: f87161ce7afc7b9d671ce64dbbec3ded69e158217d2c3a1dc32cae71aa7a09c3
SHA512: c6b57c3a0ba697a68d6bb6a6f6bb6ab07a85be20330bad6ec5cb1bd574afe380003bc55f5f2fd33c136d828a77466d432f564ef9196da8bb75d495f9740357aa
Description: debug symbols for clang-15
Auto-Built-Package: debug-symbols
Build-Ids: aba1366f67b049dd2ad4f0e775e60f285abd32ca

Package: clang-15-doc
Priority: optional
Section: doc
Installed-Size: 9833
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: all
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
Depends: libjs-mathjax
Filename: pool/target/l/llvm-toolchain-15/clang-15-doc_15.0.6-4+apertis2bv2024dev3b1_all.deb
Size: 1259232
MD5sum: 742b5beab0179bd4148d95a480a2577f
SHA1: a8a914c7294d7fb311070a4e7ea3cfa8d52ed672
SHA256: f4d1bb57a81db3bb484a64e2d4ff18f4caeda7eade96cde27cb165b2d706a15e
SHA512: 53fc748edb01a2197417e15c270e186f92f29960d06c1a40f66a83b88901f2862174c36d42461b8380e5f625b0a033d1b5dcdbda9713511c6382f5e1ab19646d
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-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: 82
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
Filename: pool/target/l/llvm-toolchain-15/clang-15-examples_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 51356
MD5sum: cb26881a2755a3319f3ed0a7166b8c84
SHA1: 27c6e225b5b47ba4bf1da793f4d15c3523be96c2
SHA256: a205a473f88b6d0d4492ca27b93c121b3e6556e1e417668e90860328cad0919a
SHA512: a4693293e3d5a475322bc69a867e5dc14062d9f41398bb8690aafc0442486bb1bdf75bb30d9ec06648d42086518501665d879884389e436219d66251d8e4ee0d
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: 269
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libclang-cpp15 (>= 1:15.0.6), libgcc-s1 (>= 3.0), libllvm15 (= 1:15.0.6-4+apertis2bv2024dev3b1), libstdc++6 (>= 11), python3
Filename: pool/target/l/llvm-toolchain-15/clang-format-15_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 88032
MD5sum: 0518eddb5f2b75b4b9c2daf9a4d8aa0d
SHA1: f402ba519a11f51d699a8946b26b9c803039250e
SHA256: 1024ee8f7f9ba3e6d8003d9df637958e3d3ccea7e8a871a2bc5b2676d8626ea3
SHA512: 0cb3881f5eb80863ebe5701d68fe404fc6088133f63040a7f1f9d9d01469a0a12702760dc4c8d0fdd86da96352dfc7e94bdfae80504287b657025af1300a43c5
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+apertis2bv2024dev3b1
Depends: clang-format-15 (= 1:15.0.6-4+apertis2bv2024dev3b1)
Filename: pool/target/l/llvm-toolchain-15/clang-format-15-dbgsym_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 9248
MD5sum: 8a0ca01949cb916a129a1e4cff9d43fd
SHA1: aa88a5eb54ed36b1e7bbe6cd17331063f42f842c
SHA256: 57a6e8842d52060ffae30a1339c8fd90660155ca40cd2bd14a44d05c99ad2b58
SHA512: 76e40824cad546b84bde57a4c20f22604b52b5e7ac05a7b4371bb18aedb082f8ada21c18a0d122655a2ba6de8fba98ce68a2aac49cc98a6fd6e53be83a8f85aa
Description: debug symbols for clang-format-15
Auto-Built-Package: debug-symbols
Build-Ids: 6168779285b6e360eb60c35005a4178c1de6673b

Package: clang-tidy-15
Priority: optional
Section: devel
Installed-Size: 26595
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libclang-cpp15 (>= 1:15.0.6), libgcc-s1 (>= 3.0), libllvm15 (= 1:15.0.6-4+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 3927192
MD5sum: 81b0e631d203ba0dc9e723bfb1b3a087
SHA1: 8f0ad1c1b364bfc98f91fc768c18f921d4ab90dc
SHA256: ed23e00321cf31353636b852bc94efac953154a441e3a0e544e2aace864dd554
SHA512: 6cd96f19a74031a1a98cdb813271e7799123b59b7521e04e9a4fef42d1a2c27993f9ae6115703019ea3f4d83d95423f6288417814a62492e722b83df0db12ef2
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+apertis2bv2024dev3b1
Depends: clang-tidy-15 (= 1:15.0.6-4+apertis2bv2024dev3b1)
Filename: pool/target/l/llvm-toolchain-15/clang-tidy-15-dbgsym_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 612612
MD5sum: d7d806e51b27759eeceec8ee5dbb0f62
SHA1: 40851d31fb53e277b501a91fb7e5831b62d016cd
SHA256: d5cbf4139dab45b7fdc49e4f7b6bb30e9a9340c308d8d9332f7f28adc02762fb
SHA512: 4c9cb072bd331461d0db853f8181e2169e9c89ab9f6cb83072d58068323b4c6014c9509376a22c4289e3eb1681fe0d3d24df4865590ecbfabe6e1be349edefd4
Description: debug symbols for clang-tidy-15
Auto-Built-Package: debug-symbols
Build-Ids: ee5a54fee1005a3691b627bec39a424f983efd22

Package: clang-tools-15
Priority: optional
Section: devel
Installed-Size: 34636
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libclang-cpp15 (>= 1:15.0.6), libclang1-15 (>= 1:15.0.6-4+apertis2bv2024dev3b1), libgcc-s1 (>= 3.0), libllvm15, libstdc++6 (>= 11), libxml2 (>= 2.7.4), clang-15 (= 1:15.0.6-4+apertis2bv2024dev3b1), python3
Filename: pool/target/l/llvm-toolchain-15/clang-tools-15_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 6430900
MD5sum: 103bdb59aa0ca2183bd0be44f3671ae0
SHA1: 2316ec780ac61803ead10780d2b34a9a9ed8bf1e
SHA256: c1d7b77ef9c24544cd6ee42c85bc2fe6b92f783ded4339daea38ba9adb974b53
SHA512: 293d658e0393b2b28c5159b4500fce9b570d9cb8471fe50f12693ec1246447f62a6f94043207fc0fdaab395b0e6ddcf24a4ff22a685e47c6ec4e3b620cfb6235
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+apertis2bv2024dev3b1
Depends: clang-tools-15 (= 1:15.0.6-4+apertis2bv2024dev3b1)
Filename: pool/target/l/llvm-toolchain-15/clang-tools-15-dbgsym_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 866964
MD5sum: 6e154289532e6fe52de19bcb946a6681
SHA1: c014563772444233a3ccf6827d8e08f6afafd3d6
SHA256: dae78ee5b4f3afada0a8639e5b0dc5973dc026d9e6a3ae66b200e45fa4f258d3
SHA512: 7b638203419847792fa1088e5ea34cf996824f5116bece33322c8382f548e8b068ca480c35eb39dc8145ac734e96e1bbaed2e9b8ecc0e004ccb8c0856e128a62
Description: debug symbols for clang-tools-15
Auto-Built-Package: debug-symbols
Build-Ids: 039796041f66444ea6f06f9e469186a35b098341 1173cdde0657e962b676f510f07e43e578074720 12db467410c18fc32e38a23d7cbd1b919a353b4a 1e6ba1b107bc0e86b316a41261a4798d7d19ef4c 1ea001738967f6d2c2cdc4d747b67e88f599bb3e 21d9a9bfea87cb0e18acca5fd7af33f4d313ef2c 36b167c6eb2f99517835b9ba54240e901b607de0 38f5d332eb765ac25fbd7db5b25c3d7d960b13fb 3974bd1804fb8f253dd35847a64565e191fc7511 51fa9f18ccdabb577f9b2bbc5af8a02dd4c71732 5f2d16c7ce92b46a94801c27703fb7a15dd17c00 6d79e319cd459a58092fcb482c8a4067a7785437 75597854124ee04c50cd9605b8b3562575506117 961462299ec0c75ad875267823effd6470ccb3b1 9ceab0aaaceed4e09348be0e74c61d4fb39ceac2 a3c9eab132076f168efcdc09c7a5a13bcb780a5e a488a3d512afd447a630223f1b409bb88344853b a56957004f5864b8072f9ac2990dd528bc53e70b c5c7a86ca22f13f2dc4a7d33b496adf6821339d6 c7961736ec402d9d6e78ceb69c115467e71f1968 ceb22c4d68326b172ab04f8a7fc90843aeb28f98 e392f1456bef81c5fb1f3b4da0657002f5130da4 e6f3c9f0b8d1dbfb6dddf8e4503aa27780f1842e e90b262f3ab66a20d14bb5de498354821ee5c971 ebc0d7d5156f7e33a57e668efaa7e02773851378

Package: clangd-15
Priority: optional
Section: devel
Installed-Size: 23933
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1)
Filename: pool/target/l/llvm-toolchain-15/clangd-15_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 4486948
MD5sum: 668a404d335361dd48442b3c3fef301f
SHA1: e7323e71f3394fd1f92d66b6b0566a5e4c791953
SHA256: 3ea8b5d54e4af77ff04052f7482eba06e439e258d2ff7420e8c053047ed1ce7d
SHA512: 568fb3760dfb3ee05173c60ad21a3b5a8230ff8e412ee0b910cd27b4fafdf6795a2a7ffc45999e8e3c009416a076c19f2c533c65daeac8fca3fd2abaee3fd874
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+apertis2bv2024dev3b1
Depends: clangd-15 (= 1:15.0.6-4+apertis2bv2024dev3b1)
Filename: pool/target/l/llvm-toolchain-15/clangd-15-dbgsym_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 743644
MD5sum: 1121170ec19f0ae39cdee330f34d0bcc
SHA1: 98a6b36653f26aa27348df4a980f98289406ddf3
SHA256: 675ffe439ad54537968dc00df43eb4e307c67450bd1417b78af088bb5b6822aa
SHA512: ffb778cca3b4e522697ce71a5fd8026127c6171b5224c924065696eb3637763998b675252b5a0d4c6ea2c5523e95cfb0d4bdc8bebd9b93ade6dd772dc0cb2e3d
Description: debug symbols for clangd-15
Auto-Built-Package: debug-symbols
Build-Ids: 421327c7b47ff82bcd623f9072dcd60ae1a6d3f5

Package: colord
Priority: optional
Section: graphics
Installed-Size: 1551
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: arm64
Version: 1.4.6-2.2+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 188344
MD5sum: 297b0cb1e60055de881ea03c7432c3a2
SHA1: d4a92e70ed4a723dbeed45de5851de47ee775ec3
SHA256: ac727361514df8230ace0db196e3e572f4712ff7c8b39403535720fd97cec868
SHA512: c5af63afbdb644202cbaeffb69478a74e8a6d1cfb73ad8198adf32411de2eae02cb394620adb6fb9bc919417c59926bdfc2e7d8b0e1964ecd33e24a3e258a7c8
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: 1854
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: all
Source: colord
Version: 1.4.6-2.2+apertis2bv2024dev3b1
Replaces: colord (<< 1.2.0-2)
Breaks: colord (<< 1.2.0-2)
Filename: pool/target/c/colord/colord-data_1.4.6-2.2+apertis2bv2024dev3b1_all.deb
Size: 279928
MD5sum: 896394a4a26475cd853c05b569e0bdfb
SHA1: cb156e45dbd26ad10df72c89f0ae9b66cb41ec7c
SHA256: b7c9a855ef169ce1f323aa83e6596672be1e32dc256ce70ff328049f50fc2924
SHA512: d0360d9d09ed6f6d74c1912f0c9aa7f6378efe83a8f3bb8bbc499c19fa3a3f2aa91203f0c26458c372a9c1c0471c552250edc50293fe736ddefdcb859a813bce
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+apertis2bv2024dev3b1
Depends: colord (= 1.4.6-2.2+apertis2bv2024dev3b1)
Filename: pool/target/c/colord/colord-dbgsym_1.4.6-2.2+apertis2bv2024dev3b1_arm64.deb
Size: 396640
MD5sum: 6621e5b5ea5127e29193347ca942a95e
SHA1: 9c9f8b543810ca5cd71c730def9333e2fca4c0a9
SHA256: 9e6e721af3b7720bc07eada11d46c4ce4e145150271260ee0278e2f33f89284e
SHA512: 381e3e855a4ae93a8eee85ede01ca303a4045b02619e3a7a2a67f8f08dff6d480f1a3b405c9f4a738a1250019e1a429b7d80bf56a0d57bc0315a57c01efbc420
Description: debug symbols for colord
Auto-Built-Package: debug-symbols
Build-Ids: 0394646e21b78e55aa7cac9382288852ddc914d2 0979ca137587401fa82232a47268d2eaa0dbf81a 114e218416118b867439cae3303be6e35361b13a 270d27ffaa4fdc3772525f8ef19f85efacc11ce9 45955f5b308c9719b4978a42681cd9edfe38a089 6a009e8eb3de3e4d7839777f4666d06cbda66ee6 740fab7c4bcae9be49255fd8f24f7376dac30cfa 75b261c0dce8d6b76a2cc8a87252a0c13f055d56 76aae335ebef3bd5c8796f5d7fac41c90f599355 8f6fd5229a9e3e92823c4ca20fee762c23a78805 989571adb21028f236ddbb982d830822e71e5e96 a4b33bf6e4d04259784552d0335943f51952ee30 cc54d7f0ded423e7796441dcc4f4c6af1cd91181 d4ddcebe22b4eb8d76ff8e1ce12559e218bde667 ed7578070c8edbf77183775d329c6cb19486e251

Package: colord-sensor-argyll
Priority: optional
Section: graphics
Installed-Size: 104
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: arm64
Source: colord
Version: 1.4.6-2.2+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 20256
MD5sum: c6925cd67fef763faf272151fd472405
SHA1: 4632e89c24bf1b9b5d1674e299531e1a300ffc65
SHA256: 00661a59f9bebad801e3950add986f1aecb5304bdfcdf13a5bf3a8b79cd9e9c0
SHA512: e0b3741e72b3a2a37465d8b52c6a75e9b9d0598a91e0988125cc01dc1b550780b2d65d1b806488b9568a2700b7b1be2ce4c2bbf6c36acba7067998a258b8be84
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+apertis2bv2024dev3b1
Depends: colord-sensor-argyll (= 1.4.6-2.2+apertis2bv2024dev3b1)
Filename: pool/target/c/colord/colord-sensor-argyll-dbgsym_1.4.6-2.2+apertis2bv2024dev3b1_arm64.deb
Size: 24108
MD5sum: 9b9b7ce41ca28deed678fdd04d5b2a8e
SHA1: 3a0ee32c07981b893ceda6450eeb14706857b2c3
SHA256: fd5e5bbd996efcb6a034b9bfea300927d6171e9f79c4d8cccb655d93850c7476
SHA512: 7c59eb528f757b03f26a688b4f0090b144f6d470a4cfa3163ce32624dd435a33f4452b2263a19c2d634a2fbfd8ca094580b639049eb9f99f58cceb8e7d1f808c
Description: debug symbols for colord-sensor-argyll
Auto-Built-Package: debug-symbols
Build-Ids: 99e979997d42004e83007dd5632ccef7ab7658dd

Package: colord-tests
Priority: optional
Section: graphics
Installed-Size: 357
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: arm64
Source: colord
Version: 1.4.6-2.2+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 79044
MD5sum: f5509acf47662d0f719b230951c837c3
SHA1: 0ded6fccca48d5bfbbb5afbd1a74cbfb9e41a15f
SHA256: 81874c7e75d09f3e9e6c1a62ea2fdf48b09a7a398233eb2dd8c6935b0501ae68
SHA512: 23a9da2c67a28c31926e3dd74d5d3f67d8bd3ec4599885500fac146131a81aa6a97629ee06d0c8ab40e4e254787d2681aae6ef3e55273cf2afd1d93600961085
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+apertis2bv2024dev3b1
Depends: colord-tests (= 1.4.6-2.2+apertis2bv2024dev3b1)
Filename: pool/target/c/colord/colord-tests-dbgsym_1.4.6-2.2+apertis2bv2024dev3b1_arm64.deb
Size: 142564
MD5sum: 4d39cf1661da223bfa8bd0ed7b4dae00
SHA1: b94a7278a9f221a498630ecb18e9b31d77321171
SHA256: 700a6f6f4bb098e2e05d4986c658ccbf97937fc5f7e115f944e7edb31f1814a2
SHA512: 837822faba31e7ba66c0ef95d4562d11846c2a9892d4de3fe5304634866f0049a3c7b94f3b08dcc893e3d2c2fa801fc8a87c3d206a6097585924eb90dbd9b941
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+apertis2bv2024dev3b1
Depends: libcpuinfo0 (= 0.0~git20220617.082deff-1+apertis2bv2024dev3b1), libc6 (>= 2.34)
Filename: pool/target/c/cpuinfo/cpuinfo_0.0~git20220617.082deff-1+apertis2bv2024dev3b1_arm64.deb
Size: 11220
MD5sum: b856c8ec4bb9c7273c6317c6c46d5b96
SHA1: f827447e6aa700833b998344f9ccc7d79a421c21
SHA256: e523d9249f7dd6cbfc7f3aecb48d6eca60d0fe51ed43a179b714a5700ccb1e7a
SHA512: 22100fea8348df240c4139ba785ad69326c480c332b916128f845982b8abfe3404e0bc2104d3162dded2238df7d60ab0541f2413a63577558bcd2366121020fc
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+apertis2bv2024dev3b1
Depends: cpuinfo (= 0.0~git20220617.082deff-1+apertis2bv2024dev3b1)
Filename: pool/target/c/cpuinfo/cpuinfo-dbgsym_0.0~git20220617.082deff-1+apertis2bv2024dev3b1_arm64.deb
Size: 17424
MD5sum: e1748117af60d52afc22af69d88745fd
SHA1: e8f7a633fc31578dff013079d9a77ec4598dafd4
SHA256: 4fd020a90e7351019724837de66b6586c133e504fe791534562c1d85693beecf
SHA512: c038de9b4d3471652c93d4f14440be0404e23714c1d9b972c5eb00b113903f9db008207ed0815716cae3561c7b7d473df0c4933e807d830155bc5ba1919ac9d7
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 215604
MD5sum: 2d125902636be3ae3ad1aedb70b5873d
SHA1: 600fb10c4118e4a44c8f74fdb3b85a9c91325970
SHA256: 31f3926de27d73b886bc28ad9dfae234b98cb1fede50cd2490c22e395a34c3dd
SHA512: 4adb1d3e3cdde215dc1ab7dad03f5078637eed4d4afc9de3080ebb17ba6c27b444feda39e949201eb43c72d27f9a9f61afc1c38b47250b6c176efa11b5a7ca64
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 469360
MD5sum: 53e0889022af80760ef7e8dce0ac2a0d
SHA1: 12db9b430e52b29fdc181fe5b1ce5f1f519ccc95
SHA256: fff5bc34b2fbb4320ce21cb4dd2d3d59bbb43222c589aed9e5d3c9ac0fb694ac
SHA512: 4b6534d50fa36fd356a020bf7321c02b60a97a696dec50ef693e116de7c3df4be224a484cae43c81070d7af9c1fee252fef1c93aa323198a302a2915b987bd17
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+apertis2bv2024dev3b1
Depends: cryptsetup-bin (= 2:2.6.1-4~deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/c/cryptsetup/cryptsetup-bin-dbgsym_2.6.1-4~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 249316
MD5sum: 8e9b443bf31b08af4700ed71b2e95b7a
SHA1: 0f683cac0d4fa664f2d9376858cbb61f0a76851f
SHA256: 0365c3c6feaafd872ce1c2f0a02be92f9758aefcd0b772aa5895400d77ae0517
SHA512: 57530e3aba77cece992fce53a08736ce706c62cf332de86a1567e9ca8e33ac84510706b5b18e9b41a0376c6a1760c661a88e27aad51572525e78fcda468b8486
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+apertis2bv2024dev3b1
Depends: cryptsetup (= 2:2.6.1-4~deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/c/cryptsetup/cryptsetup-dbgsym_2.6.1-4~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 19064
MD5sum: 1bf495f52f4b3ad36b8730d63acc37c5
SHA1: 91ac3e480da5f2bb476160125b48f0be543756f9
SHA256: 00ed46f03f20c0f7377aec4b62806b4cadc7f1b4210a0d234fba0982aa68718f
SHA512: 094c2e0dbc7be391a3cf112dfdf13ff297da72fee88048de46dd3c9773a20d5ee7d48439bbdecf8b0f178e3a5c848b08b6e81bab85701bcbcdaa8c1e1447af0f
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+apertis2bv2024dev3b1
Replaces: cryptsetup (<< 2:2.0.3-1)
Depends: busybox | busybox-static, cryptsetup (>= 2:2.6.1-4~deb12u1+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_all.deb
Size: 38360
MD5sum: d0a0147a0a83ec0d6c2a942e8dc41632
SHA1: d8f172ab65aa5393f2bf084aed16deb643420171
SHA256: 35744a915cc13e5fce08cde0c85ec529638a7df423607048560b230885b8711e
SHA512: 1edae7103064ab2a9d9c29ac3ece41ae6a2ef5546e99ae7e40178e28391ef380db0687d65ee22f57bb490cdaf02861eb681aef578924a229ffc8a78934d285f4
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+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+apertis2bv2024dev3b1
Depends: cryptsetup (>= 2:2.1.0-6)
Filename: pool/target/c/cryptsetup/cryptsetup-run_2.6.1-4~deb12u1+apertis2bv2024dev3b1_all.deb
Size: 19884
MD5sum: 1ac296bc4ac46012f53ca76d057d9905
SHA1: 89be46170b85e93aac498e0105e273a15ffce172
SHA256: 9af143b9dc1acff9c3f549c4808818d47481961c94aa5b0606595a3b0309ea97
SHA512: 3815945fbd5877797509ec7c27a6ee688ffa268f7ae1f77504641fdf0014533b591440973817bbe8ffe52768faf2b4149d65fe8b0228c1bbc9a9556f17af4509
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+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+apertis2bv2024dev3b1
Depends: cryptsetup-initramfs (>= 2:2.6.1-4~deb12u1+apertis2bv2024dev3b1), initramfs-tools-core, kbd, systemd, libc6 (>= 2.34), libcryptsetup12 (>= 2:2.1)
Filename: pool/target/c/cryptsetup/cryptsetup-suspend_2.6.1-4~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 30384
MD5sum: 52243077372b04710a7a1f76ed8db7a5
SHA1: 67237a226ccad2d4e03cb9910bd720a6815d3c76
SHA256: 70078932eb1ea703aed31f954b0d03ba505c3a6716f8548729bd9538640a34d0
SHA512: 39107a740d01b17891d5f268ea2f59102f08be047841bbb5b24b01bd3737e02d375560256ccf98a3e00781ab3853a390f5ff14720e0a9d3fdba0d1f56e5e3b08
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+apertis2bv2024dev3b1
Depends: cryptsetup-suspend (= 2:2.6.1-4~deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/c/cryptsetup/cryptsetup-suspend-dbgsym_2.6.1-4~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 8728
MD5sum: cded881bbc42aac0628f20c9cdb6a07d
SHA1: 07920cfd8db681a977424aa836f8a4401e7c6ed8
SHA256: b7f068cc0bf99e7acccd0fe7622b2b8d147ac5719bfc79b59b86839a3913c1a6
SHA512: 045d01f1e1e6e5f8e83f0487bb72867e9fca13f84515a1ac558a512dbdb2658fa6860118318c69718f2ac2184ad3d9abbb12440486fda8eed4200157909bd097
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+deb12u1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libcurl4 (= 7.88.1-10+deb12u1+apertis1bv2024dev3b1), zlib1g (>= 1:1.1.4)
Filename: pool/target/c/curl/curl_7.88.1-10+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 314880
MD5sum: c7626981ff45430b5b95dba0029d110c
SHA1: cb435593cf964ad043908d3ce9dd1b27b2c1c432
SHA256: f9a00b4be73d73883a5b558fcd2b4c70acf1f23f1fd68201807013ca7b67c09b
SHA512: 704b36f217f7944308254baf24495f98606ca6ae9188b6f961ab8d7d9f12390e428f2329bd7f4fa219a78223d44bd076b6618bca4af5abe5be288d9a64a3b355
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+deb12u1+apertis1bv2024dev3b1
Depends: curl (= 7.88.1-10+deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/c/curl/curl-dbgsym_7.88.1-10+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 158188
MD5sum: 19259b0a0cedcf7e810d8b441265d5e0
SHA1: ca92150714f11708575200670dbf57e463ded976
SHA256: 9139ecb2e03ebaf3387c6de83b22540ab59a479ad2f96f2386db2cf76bcd520d
SHA512: 8b50f6904698f2440c4cefb3274e0fd131845402f9895b8ab50f369417a94c93d6de9105888a5c20be3a5824fd49f0a534ee8c974811c7ca335345190690da70
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+apertis2bv2024dev3b2
Depends: sphinx-rtd-theme-common
Filename: pool/target/c/cyrus-sasl2/cyrus-sasl2-doc_2.1.28+dfsg-10+apertis2bv2024dev3b2_all.deb
Size: 132472
MD5sum: e47c2f32500c6579d7ccc96685517d2f
SHA1: 7868ee852532f0c6f3c5362b566f9094102322b9
SHA256: 0ab491f0f48dcdc9a05e9f77269f8c9fc328567165e83c83612718f97fac6e8f
SHA512: 8ce10cdbf03fe6c7bea698b0cbd3b8af09fd56fda0e90c4332786037e7ccea002a194413b1a50ac45c3063b0392a519a3efd033272487c7565fe8ce5f3c25d7a
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+apertis2bv2024dev3b1
Filename: pool/target/d/db5.3/db5.3-doc_5.3.28+dfsg2-1+apertis2bv2024dev3b1_all.deb
Size: 15918548
MD5sum: d5029912a546d025b167a768961a3113
SHA1: 9c65381faa04933fd76900c4c0f8b191ed720768
SHA256: 4885fa11198797db7c192f016c159cf4b0182e62f4d8360640ad991e40984fa8
SHA512: f152c0a38f920a800c8400c20312c375c45636c98dfe23fc0a6e379a0696578d3a9490d595acfdffdf4eca74f4ee0f079c331a70f8406228213d1ea016cde344
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+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libdb5.3-sql, libdb5.3 (= 5.3.28+dfsg2-1+apertis2bv2024dev3b1)
Filename: pool/target/d/db5.3/db5.3-sql-util_5.3.28+dfsg2-1+apertis2bv2024dev3b1_arm64.deb
Size: 19900
MD5sum: ae776148d2d2dab5c3d2a91d5ce84ab8
SHA1: 7c5c9d7f748e57f2dd3be68568d0e608c2e1ba3e
SHA256: 90eb57fa5d724637cdf32361ce3a9b80bcd85a82958ae91be70b3094004f7146
SHA512: 84b236c527521cc3b95ab97254f03916a366056dd0d7c0169131c675f9cd4a235c869456c832d49f16c19513e8204662b3f0696ee849372e67cffbe3230dd876
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+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libdb5.3 (= 5.3.28+dfsg2-1+apertis2bv2024dev3b1)
Filename: pool/target/d/db5.3/db5.3-util_5.3.28+dfsg2-1+apertis2bv2024dev3b1_arm64.deb
Size: 63552
MD5sum: 697c6b9d4565bb10ef647048297f04b3
SHA1: b3b6af3201955325daa2d173bb19cedda55ad30e
SHA256: d97a139983808ffc0ddada1eda030ced2b4e9c234ed4fe4ff1f591470bda4897
SHA512: fbfc7ada90e6c794565da0e50e084939a21743730c1351015920f0ecb2d72bb3447e9d1ea09c43288a06e670d0739493eb396961af1d441029135004f6351815
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: 204
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 1.14.8-2~deb12u1+apertis0bv2024dev3b1
Provides: dbus-system-bus (= 1.14.8-2~deb12u1+apertis0bv2024dev3b1), default-dbus-system-bus
Depends: dbus-bin (= 1.14.8-2~deb12u1+apertis0bv2024dev3b1), dbus-daemon (= 1.14.8-2~deb12u1+apertis0bv2024dev3b1), dbus-system-bus-common (>= 1.14.8-2~deb12u1+apertis0bv2024dev3b1), libc6 (>= 2.34), libdbus-1-3 (= 1.14.8-2~deb12u1+apertis0bv2024dev3b1), 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.8-2~deb12u1+apertis0bv2024dev3b1_arm64.deb
Size: 100140
MD5sum: 28fafbeb67dc16649852b55bbdb43cc9
SHA1: 4388097cdb85769a257cf15ef34c8dba337bbe73
SHA256: da9d359f7b14759d4fa1290dee0489c94b82b784d74e032d7e8fc7eaf692baa1
SHA512: 909361a009e6414265f3ab3a5ec802aa86a0be1a957202f752a5d5db930985db33c6c2292c7b377022631150b17d3138a8672b0be2ed325906747757d231384d
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: 21671
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: all
Source: dbus
Version: 1.14.8-2~deb12u1+apertis0bv2024dev3b1
Suggests: libdbus-1-dev
Filename: pool/target/d/dbus/dbus-1-doc_1.14.8-2~deb12u1+apertis0bv2024dev3b1_all.deb
Size: 1478200
MD5sum: b261861a5a4d786abdc20a863ae76150
SHA1: e4de1340ca6600fdc350f62a221d5771d1079eaa
SHA256: 319bb0dd335897f883a2a46b2e57b3b03a3e3273f69fe84c0172880d66425f4d
SHA512: ec80cbcb694d2912c2e2c90fde2aef0fa1a7f0a9653188afb53ef7e0476d30b858aaf2b5770e9b9770ffc1d0c618e7d11174a60e5b185eeb5c4d33c6ce6baaf6
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: 452
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dbus
Version: 1.14.8-2~deb12u1+apertis0bv2024dev3b1
Replaces: dbus (<< 1.13.18-2~)
Depends: libc6 (>= 2.34), libdbus-1-3 (= 1.14.8-2~deb12u1+apertis0bv2024dev3b1)
Breaks: dbus (<< 1.13.18-2~)
Filename: pool/target/d/dbus/dbus-bin_1.14.8-2~deb12u1+apertis0bv2024dev3b1_arm64.deb
Size: 107904
MD5sum: 13315f94d9f5089c90b1b77a7b3a5d1c
SHA1: 78f4530cd6dfbf4e5e823b04dbc9893c26a4da6d
SHA256: d0541a8bb9f79945b41f512ee417cb15250dcec86cc1e091aef868717ca883a5
SHA512: 180b59db14d319246341bfae1de48eb4887b813f402e940ba71ac694c15a0f9f75d89ef9b338f1bd1b8158540d685a7a7c95a9f4be8d3a5ef99b90c5a59d015e
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/
Multi-Arch: foreign

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.8-2~deb12u1+apertis0bv2024dev3b1
Depends: dbus-bin (= 1.14.8-2~deb12u1+apertis0bv2024dev3b1)
Filename: pool/target/d/dbus/dbus-bin-dbgsym_1.14.8-2~deb12u1+apertis0bv2024dev3b1_arm64.deb
Size: 68068
MD5sum: 7d4f0445a7d9140e8f01d9fb0d086381
SHA1: 3ba59f4633e966b789174c1e2b432c8cf4248b3c
SHA256: f712becbb41bf64701185805035d065fb24e3b8a76eeadf93bd6ed87104e8dfb
SHA512: cfc90547532cc17b254df27e045e9115ad079de83489501bfa7cf8890f0d146c4b45788ba55d25a3747c01d8cc3378ea0e2b3b08f8100cf11b21e8d68b9112b7
Description: debug symbols for dbus-bin
Auto-Built-Package: debug-symbols
Build-Ids: 04ec6b36dced6243b84e3a882dfb2114721c5d77 0607c1e4b0b108853751a6c2bf2b18e87928e55e 24769a646900eacc4e36b394e669c31bb8ea0b4e b6f5935b88fbf822c0c9dee171fce22963c93a15 ceb84ad0d58747b60487d1fb43d986deba2c6f17

Package: dbus-daemon
Priority: optional
Section: admin
Installed-Size: 455
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dbus
Version: 1.14.8-2~deb12u1+apertis0bv2024dev3b1
Replaces: dbus (<< 1.13.18-2~)
Depends: dbus-bin (= 1.14.8-2~deb12u1+apertis0bv2024dev3b1), dbus-session-bus-common (>= 1.14.8-2~deb12u1+apertis0bv2024dev3b1), libapparmor1 (>= 2.8.94), libaudit1 (>= 1:2.2.1), libc6 (>= 2.34), libcap-ng0 (>= 0.7.9), libdbus-1-3 (= 1.14.8-2~deb12u1+apertis0bv2024dev3b1), libexpat1 (>= 2.1~beta3), libselinux1 (>= 3.1~), libsystemd0
Breaks: dbus (<< 1.13.18-2~)
Filename: pool/target/d/dbus/dbus-daemon_1.14.8-2~deb12u1+apertis0bv2024dev3b1_arm64.deb
Size: 179692
MD5sum: 47ec6f605f96f5c52dda75f3d7be4d8f
SHA1: 96598107a907c3081920c0fe5333aeec75bfd238
SHA256: 4046e4193fe34ba47fc43ea13f5e66b8c751b6ad50ed27ea9eae6ea6497170f3
SHA512: 6400b30abd4703a0868c4fe38129dd448c64337925ca587ca1c3c2026ce8d37b1a78442519e4eef9317964206507e388dbaacc09097ecb5ad9aca8fa0d4ad632
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/
Multi-Arch: foreign

Package: dbus-daemon-dbgsym
Priority: optional
Section: debug
Installed-Size: 350
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dbus
Version: 1.14.8-2~deb12u1+apertis0bv2024dev3b1
Depends: dbus-daemon (= 1.14.8-2~deb12u1+apertis0bv2024dev3b1)
Filename: pool/target/d/dbus/dbus-daemon-dbgsym_1.14.8-2~deb12u1+apertis0bv2024dev3b1_arm64.deb
Size: 286496
MD5sum: 2437d84a53c0935c0e38b84690f762b8
SHA1: 4ceb768822f5d06260ea3ac24e339f5cb3bc2fdc
SHA256: c669f6856cd33849ad72330f7aa7a8827baa77f92a472935b1769c5c983e4640
SHA512: a29470d6765ebd337e5ea772dd3105973b97628bf4d0cbea029dfb3822fa5fb5b102717688cc109801e756014474db3d2f99bf990a2be45a5082ce3485245468
Description: debug symbols for dbus-daemon
Auto-Built-Package: debug-symbols
Build-Ids: 6d4e0f589139dc1d19292582b5541ddd67acc730 97832d61ef8d1e7592aaa263f0fe434db879ad92

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.8-2~deb12u1+apertis0bv2024dev3b1
Depends: dbus (= 1.14.8-2~deb12u1+apertis0bv2024dev3b1)
Filename: pool/target/d/dbus/dbus-dbgsym_1.14.8-2~deb12u1+apertis0bv2024dev3b1_arm64.deb
Size: 68316
MD5sum: b20614129305503df6b83b8e2c217d3a
SHA1: 332a4082ff7c9165322ca8cd5f4dcdc692c2097f
SHA256: 349a1226af8333b844ab39cf1831d42398ec1552585ecc5f1c61202c435e4dd6
SHA512: d7fef5261d086cc4ea369d74c97868d64da5b3b6fb61a8a58b8ebaf2c4f847f2784c9c279166137588f2ce5c6b583c618d0902d90ab820d1239c3c8a771757ef
Description: debug symbols for dbus
Auto-Built-Package: debug-symbols
Build-Ids: b84fe2a97a4a325afaf074dbd543a1f43c2cd3a7

Package: dbus-session-bus-common
Priority: optional
Section: admin
Installed-Size: 112
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: all
Source: dbus
Version: 1.14.8-2~deb12u1+apertis0bv2024dev3b1
Replaces: dbus (<< 1.13.18-2~)
Breaks: dbus (<< 1.13.18-2~)
Filename: pool/target/d/dbus/dbus-session-bus-common_1.14.8-2~deb12u1+apertis0bv2024dev3b1_all.deb
Size: 81948
MD5sum: 2e51483d10fa207473c4c23809cb16b4
SHA1: f9f0304b59a15a93217ee3197b232031ac61fe21
SHA256: 4de269a148e24ba4fede61791ff0061a8ecf6c4d095030cb52eb82f02e88d120
SHA512: 3ca0b7e45785b4e39f4cfea50a29d9c3e7fee4bb07faf615ce17fb483ed046d84aa415d9e9a6e16bc7e6ea129898a203d8bfb0d0b69f0d278f449f96a4a9ba09
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: 124
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: all
Source: dbus
Version: 1.14.8-2~deb12u1+apertis0bv2024dev3b1
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.8-2~deb12u1+apertis0bv2024dev3b1_all.deb
Size: 83052
MD5sum: d550365108e0a49a0db83b0e7d8eeb5c
SHA1: c32e26b3e7b78e280ef66fb070734782c8d3c72c
SHA256: 5239f975245ba124c5f095d5ea08297b8dbfdf7a05ce9a39f8a6771ccea6e160
SHA512: 509fde22cd9e29b6296d08710087e76988860a2e1f64ca267d9386215f0b28cc27ad3d0984668d78d83e10c1558af4fe3f882cf484e4b4fb25791719c9c4899d
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: 12623
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dbus
Version: 1.14.8-2~deb12u1+apertis0bv2024dev3b1
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.8-2~deb12u1+apertis0bv2024dev3b1), 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.8-2~deb12u1+apertis0bv2024dev3b1_arm64.deb
Size: 1250200
MD5sum: 8d32490ad90a2d4228329fb22d54ea3d
SHA1: 20cafba776babd2bb3a58bec4a403de2c7a7677b
SHA256: fd0f72b7210ff87cc2b442c1d28eb02939545e1650112f861345ab28402d83f8
SHA512: 6ad1f3b64be1f03186a3383c6aa9d24a8177f06cbd3b042518c0ad1d599e32703014e517f4620d1618867af8567733f157db16005cdaeb5de21bd41d708aa626
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: 6901
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dbus
Version: 1.14.8-2~deb12u1+apertis0bv2024dev3b1
Depends: dbus-tests (= 1.14.8-2~deb12u1+apertis0bv2024dev3b1)
Filename: pool/target/d/dbus/dbus-tests-dbgsym_1.14.8-2~deb12u1+apertis0bv2024dev3b1_arm64.deb
Size: 4989972
MD5sum: 92e9e4311bcc7a0232750b53dac62149
SHA1: f392aac77c26bae225c0e083259695572d943b4d
SHA256: e87d3e616f2ab889a38fbd9c9d74fd3cab0aa0136ccab38084fc4ab186d57ed5
SHA512: da76e3e62233271aec509cd4ba8801d32f9067db0d674d924f4669dbd5928cbd78f2bd6ce11ff4bcdee808cdb21739ddc33da1df013a418c151914dc8ef1e91f
Description: debug symbols for dbus-tests
Auto-Built-Package: debug-symbols
Build-Ids: 0058fc18f6d29bfd6442e3fb5ee59a9ac9caaacf 0537f0d2fe92be20835eeceeeb77b4179581f36d 05e44e62d8d0157e1ec82f2578c64639b70f07f7 069a89bd417fa5affdfa169f7b63a97ce279f4e3 08310687594e483dc33e906bfca3cb4b2f149892 09e0e969b5065c59a068a91a13aee6e5eca450f5 0b2fc40a6b6ca2091c4da2b289d8fcba091be1e6 10029aba687218dcb81c26ac880daef44d6bf8f6 1386b91edb23d1fcdb583d708492697582c2af22 16942f6f1c49a9715b28bacf41afec67b25e310e 173475cd716aa44cb90f0ca416ddb74489e5052e 20b9a43a117d8ebdec4725b7d4468bafa6eb5e31 230108d0f0b0b1ec5314f46cfadb11c79c5c0329 25c189f741a74802e907a07819add375a6a80f4a 2b5840f6b6f239cf312f29ff4f17fa4e3e0858b8 3f54c82dd598f458fdb330d888a9779b1ecd6ba7 3f5f1b26bed6447455ab9cd95450bed670f0f5ea 482eb6a11e0cd931ead8e32de6a9b37d19e50f97 4b303ba4e74a4c3e4c952dbadec3dfdddd2d2ba2 50a0f2b07f224bd659fd807a081c70b529885355 5341a26ef6a4edb1c511eef311eb2a9c6cf96bae 54d07a89446d60cfe6443ae2f256c2886a041d02 5762e7e6ef896730cdb9d8dbac36fefd94ba8752 57dcb742382a43c7a9eb0e2b8e07926768dc76c5 5bdd0cb2aa8c0767ffd4ab77b297e1322749abf8 5c0cb7e9931230428c2380a8dd5d77002092654c 5e3208a595b1dbd6ca42d4d21da85ed96a11e902 5fc9e77496122c072ae72700983ad7f9ab3a1e35 60d62f297abfe92202188d6c51359a51ee35a256 62641f5c1c48e4f4ceeb75373be88fdda743a69f 635ec9190ff6965ebb6b562c72b6294cfac19e2f 65b6eb67c14bd13449a9b796db4e99070aa1eaf0 6752759d1326d470ee1babe9142b9a3a2f2350c0 678872fc8b033891fd2f57cd9c294035a549dfe4 69f324c15e4c96f11518aa6e194bd21348816ead 6aaab9b7c781ecef6bdf025a6503373395734356 6b7febf7bf9affafd96df192b8191927bd7ae8c3 6f830a298b5af1c24bcc7f8fc5ac67ca6ac408d6 6f8ca093860deb90ad4536b02e3f6e84e27e4ca4 74f1d5dd477d0a94f5ab15a737889ca46176ec47 769bc9be137ad07db82cb89af18cbcb36b36b99d 77800df20932f8ac7c8234a3036d8d3cbf4c996d 7e90263ecccde41c0cf1ca5d0718ce246c129652 80d9bd8c42c46754d96e812dcaf6edffeba4978f 80ed3e66e93ca013259e02ae048a455849239947 8275efc009c8275999408d3a98ff9145ecae232a 84c7da3be9a32576dc72cae14644e8f9b77d21df 86ac756785b15e210e3a67f79642f65da0ac2aff 87b4205147e43873dc475a709193ab4c97c955a7 8d5ffabc629ae45be7ff915c31b284c632fb4885 8d7486c57ce155393b6d80c9a6460e5e65867d5a 94b5c7ed1e541f4fc9285ad7d1697ce6e8415123 95683d0ebfd6fcf7bba61a98dd0be46881858e21 aa9bb77f42861b79e48ddcc5fa4a04c75a1858af ac055f3571a503867a9fa7e491a31be9df0df235 aee70e85879a6c1526a669ec7c1b09e5cc081746 b396891049089c124a5a00688254b3733c16c37a b5ad45af6afe2acc23f45727c50217b714d7d6b0 ba16793398dea664ac59288fca576876ecb70161 bfc755ed930ec93611c2ea32171cbc7220b2a23e c53f360fe90dd5b84d0cdc90809ec7c8941054b6 c79db5e73a8ea0abc2c9e0bf45cb97c85a8b01bf c842fdb7cec3d390e6d1326a57bcef3d3efb93bb c849c22ff9146754360b3b9dabac4dd3f714f2d8 ca00aceedd52de5fdae0e1ded412282b5b1908fb cbc511d85d5e72614ccc7f2ef196fd2c1dab4d06 ceac75d94fdfe6e0afb4b77448f45597f6b60ff7 d2950cf023754dd10a75b3d3d0840040ad4d0202 d494e80b2b29806dbfc8c5791cdabab06c06367e d8244616eb6e1a0b126012ad1cebe4ace9b7cce4 d893bbe3d13ad2145213db20131b7095b242964c d9a6fb713cdac8bf022caebab88dfcab9389d647 deec378fd2b36ae491e41f72864d7c1bab249dd1 e03447103d813a1fbd025d836a76aaa700e9b0cb e60f4624f786961c4195a5d2b0771a86ccedd091 e68eac5f0d2864f74759cbe2f8cc8bf5810bfb88 e81a6739620488449dcd58a21c073ea64a98ef60 e8cbecad69d550409533dec7b02b99349d86ac1a e972841a6e9c2a5d26f0aaab6786e3f76ca59878 ea577677c37d762d85dfbd0a73bf1de1f4e25dde ecc287b59f210a601637c7506a39e52f9b05046e

Package: dbus-user-session
Priority: optional
Section: admin
Installed-Size: 116
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dbus
Version: 1.14.8-2~deb12u1+apertis0bv2024dev3b1
Provides: dbus-session-bus, default-dbus-session-bus
Depends: dbus-daemon (= 1.14.8-2~deb12u1+apertis0bv2024dev3b1) | dbus-broker, dbus-session-bus-common (>= 1.14.8-2~deb12u1+apertis0bv2024dev3b1), libpam-systemd, systemd
Recommends: systemd-sysv
Filename: pool/target/d/dbus/dbus-user-session_1.14.8-2~deb12u1+apertis0bv2024dev3b1_arm64.deb
Size: 81836
MD5sum: 29bd7c9225ea79931a57c7d8ef5faca5
SHA1: 21abde84deb954320a2fa17f5099df5beda192fb
SHA256: 02462cbc65684d1d09e612a3fe418baf7c4f8ecb87a8b03910ec05b5b1652136
SHA512: 6d720e3922374339e2384537fed6b29cac691aa74d3efb18835a5e40c440c3268e1ab9b9841ed78e1cdbf35eaed0e3bc260bcf99430bf5d5360bcae0059400f3
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: 183
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dbus
Version: 1.14.8-2~deb12u1+apertis0bv2024dev3b1
Provides: dbus-session-bus
Depends: dbus-bin (= 1.14.8-2~deb12u1+apertis0bv2024dev3b1), dbus-daemon (= 1.14.8-2~deb12u1+apertis0bv2024dev3b1), dbus-session-bus-common (>= 1.14.8-2~deb12u1+apertis0bv2024dev3b1), libc6 (>= 2.34), libdbus-1-3 (= 1.14.8-2~deb12u1+apertis0bv2024dev3b1), libx11-6
Filename: pool/target/d/dbus/dbus-x11_1.14.8-2~deb12u1+apertis0bv2024dev3b1_arm64.deb
Size: 94476
MD5sum: 260a9a9c2dc307390838ee963e3799b5
SHA1: c9533e608d3321585305f2246e913dc10bb89605
SHA256: cef1bc962dfd224f4a406fefa17e637de330a957c0811d16a0b2c17f83de4d8a
SHA512: 080f3b5188fac6190babe54265ecaf6ce67153a65472e67d45770036e08d3e58960f698186daeca5044744ddabba37ff2ac86422f286812b38f6e346fcde2963
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.8-2~deb12u1+apertis0bv2024dev3b1
Depends: dbus-x11 (= 1.14.8-2~deb12u1+apertis0bv2024dev3b1)
Filename: pool/target/d/dbus/dbus-x11-dbgsym_1.14.8-2~deb12u1+apertis0bv2024dev3b1_arm64.deb
Size: 33696
MD5sum: 5f7b9150625c38e0c77867fc1eb4c7cc
SHA1: ceed950872f4935263fd0ccf2c025e749558587d
SHA256: a8ea79c6077a8b0757f8586c9715a79247a97542d44f62bfc5d17c3ab7cb3ce6
SHA512: e932bd2fc6555d142540508d22ae364bb15df0cb3685847451f2621e4b1b56228e05d4ef2a04f0b24fc3d7f157102a42025a3997ee5525d6e8ed2f65607f3c50
Description: debug symbols for dbus-x11
Auto-Built-Package: debug-symbols
Build-Ids: f8b27a148693e9ef2ca6eb152e873d932272a6bc

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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_all.deb
Size: 121544
MD5sum: 556e2b3481412033dde325c7174369ca
SHA1: b7cd6a261efb9aaeffb5052400b0ec34673e4673
SHA256: e3c3d2940e53dfa1bc6157167b9d1b348bc16e2e9ef86d7d75bbd7c6d4840824
SHA512: a99d45ecce8ed632cd4b241cc14500db0ab483e858ca3c5baaa16081b2becf31e1146fd7f7c9af4a46b4887ed42161316276aa459b7562ceaee3fda48e0ea908
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+apertis1bv2024dev3b1
Suggests: debian-policy
Filename: pool/target/d/debconf/debconf-doc_1.5.82+apertis1bv2024dev3b1_all.deb
Size: 227676
MD5sum: 38433328f7313b8a159276b260ab88ff
SHA1: 01527459b8a824915e88cb1283328a43d2b8098e
SHA256: 175c30d3f38e5ff640bce6016341802db905eec7a7c6565bfe870d9ec924eb0b
SHA512: edde905a666b8e84bf02cf684b06a9b9bcafc3d49dc16bead87ea19173eff0e0167a4ea29f517b2b433105c219e9cd6992654d2298a069d3d62e2cdd47d71c73
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+apertis1bv2024dev3b1
Depends: debconf (= 1.5.82+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_all.deb
Size: 208188
MD5sum: 509ba7eeb8ac007fcf05d09336017d2e
SHA1: b7b882b37bf55f4cff6744f0754aedea7078a195
SHA256: dd180391e728d49a058772e534857f6e8b3636056e516dc4710d986e6377bbfa
SHA512: 71ae9c334a1c6e49870b7017c14d1ed65618de50e4bf9a0d0f410a134c2f699a700fe8771548081f437b5a27f3b8f782e56dd52a4fa5151dace9222c4cf79344
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+apertis1bv2024dev3b1
Depends: debconf (= 1.5.82+apertis1bv2024dev3b1)
Filename: pool/target/d/debconf/debconf-utils_1.5.82+apertis1bv2024dev3b1_all.deb
Size: 57056
MD5sum: 95b2068bb7550de9912b63adf58f37c4
SHA1: f3de5153368ab9d170d648f361f62b9f32ccfd0c
SHA256: 68fa8f03f2b1a508a238e6dd4ef107b5dc9172f6149bd108df6aa86994214abe
SHA512: 526c324e58a46c76dcc58232676bf10321c910088bd668976a7a3f52ed77b1de3f815ec2d7773832b2f131b30705eb098881b4677879a5e96f663c8cb77ebc0d
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+apertis1bv2024dev3b1
Suggests: apparmor-utils
Filename: pool/target/a/apparmor/dh-apparmor_3.0.8-3+apertis1bv2024dev3b1_all.deb
Size: 22924
MD5sum: 5e94a9d47f68a65da5959db099f7b0f2
SHA1: 5abec2b7c1227c72027d40f8081dfa21129d34da
SHA256: f1e8409d2804a7bcb76b54cc922a611f7aa1f1b25e856895d42584f49af4c76b
SHA512: f57869190eb83f3003663dfb73bfcff69451f5995b059be3af8a25211a6b1c544bbb6722ddf13f4bbca6c42b71433138a22b506bd85b12a2940ba1a509233c61
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: 37
Maintainer: Dynamic Kernel Module System Team <dkms@packages.debian.org>
Architecture: all
Source: dkms
Version: 3.0.10-8+deb12u1+apertis0bv2024dev3b1
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-8+deb12u1+apertis0bv2024dev3b1_all.deb
Size: 14280
MD5sum: 07163c5f1d7bc998ec58842c29aa26af
SHA1: 97e20bf0f3f355167f3020adb682a355caf43cd6
SHA256: 94a243c731c9cf97cf37b007b216bc1c6c2f2f2d6dd0eb8b5de0188865400e72
SHA512: 69ea3b366d961f44d07f682ea2d341ff75b405752ffd28ceb0a81452503375b62bba195978b8b6619f3422f747f361d0596e4279adeb0271d5228391322a7b7e
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: 447
Maintainer: Piotr Ożarowski <piotr@debian.org>
Architecture: all
Version: 5.20230130+deb12u1+apertis0bv2024dev3b1
Replaces: python2 (<< 2.7.18-2)
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: python2 (<< 2.7.18-2), python3 (<< 3.3.2-4~)
Filename: pool/target/d/dh-python/dh-python_5.20230130+deb12u1+apertis0bv2024dev3b1_all.deb
Size: 104228
MD5sum: 6153e78875a45b3d36812377681a1f4d
SHA1: 29294b2ff0287ff67afa81adc992d5166465e167
SHA256: 053a70f1ae1547b9e61f9762ff49c44bc7c23818e3f8c3a104799ca9d1f8328a
SHA512: 925ad4f52f46900080ce29457bb559d5012b224d908fa17871bc7d0f2927ea8e87dfd26d19e90a7c61f5fdb8d861a77c5f72dd52d1f97c8d4300c2c976ef3222
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: 116
Maintainer: Apertis packagers <packages@lists.apertis.org>
Architecture: arm64
Version: 0.2024.2bv2024dev3b1
Depends: libdidcot-0-1 (= 0.2024.2bv2024dev3b1), libc6 (>= 2.34), libglib2.0-0 (>= 2.30.0)
Filename: pool/target/d/didcot/didcot_0.2024.2bv2024dev3b1_arm64.deb
Size: 13872
MD5sum: a00dee813a266bc4843f3598fb0da99a
SHA1: 43b6a513beba7ccc7369ab70ac6fa02a0899e983
SHA256: 35ccba9777ca08fca30361a3793c627ca4aceadd591a0dd7293511aaf3d88ffe
SHA512: b92b356b2496c2b8592211c814b56e0f5a1566e24ed2f5779fa4c83613c29bb0a0cc5a1d78537959c3dd7b26b275839892ac350bea31084e087ce143ec35553c
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: 104
Maintainer: Apertis packagers <packages@lists.apertis.org>
Architecture: arm64
Source: didcot
Version: 0.2024.2bv2024dev3b1
Depends: didcot (= 0.2024.2bv2024dev3b1), libc6 (>= 2.34), libdidcot-0-1 (>= 0.1703.0), libglib2.0-0 (>= 2.43.92)
Filename: pool/target/d/didcot/didcot-client_0.2024.2bv2024dev3b1_arm64.deb
Size: 12172
MD5sum: 5bbc96da0c9f99c3a8d2ffa908f93564
SHA1: 02675c1c417eccb99a9a28571e9b0d361381e39a
SHA256: 39422a2e12365f53b29b3d7675c352a609a06eba83d1cb1de2c8c79265e6b864
SHA512: 1e29e1f4646e93d0679f0d27ace2787d94aae0181995a82c9e75ae61fca23a2da3a16eb412e9fa7fef9e916ae60a26647d31af8cc3a10a765566cdb20e1d38a1
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.2bv2024dev3b1
Replaces: didcot-dbg (<< 0.1703.0-0co2~)
Depends: didcot-client (= 0.2024.2bv2024dev3b1)
Breaks: didcot-dbg (<< 0.1703.0-0co2~)
Filename: pool/target/d/didcot/didcot-client-dbgsym_0.2024.2bv2024dev3b1_arm64.deb
Size: 10404
MD5sum: 64b9d81aebd47bb2598511d1ecf543df
SHA1: 407f4e8d2c770a10daabc66cf43a08f2a0df38c1
SHA256: 9de32fe926833ce1ccc5e74f106507c13d48554d188ff07795ec610887787470
SHA512: 4a9ee6a0317377b4aacfa1326ba2e2131b86778fe45fec218d3a8766c508d72633daedbcbc9d4f7c7b10d4c0cde5c8167efe1aa4b9d5be3605a86e4e148ff086
Description: debug symbols for didcot-client
Auto-Built-Package: debug-symbols
Build-Ids: 08eadec00da646aabbcd2b5aa86721adad2e8e29

Package: didcot-dbgsym
Priority: optional
Section: debug
Installed-Size: 29
Maintainer: Apertis packagers <packages@lists.apertis.org>
Architecture: arm64
Source: didcot
Version: 0.2024.2bv2024dev3b1
Replaces: didcot-dbg (<< 0.1703.0-0co2~)
Depends: didcot (= 0.2024.2bv2024dev3b1)
Breaks: didcot-dbg (<< 0.1703.0-0co2~)
Filename: pool/target/d/didcot/didcot-dbgsym_0.2024.2bv2024dev3b1_arm64.deb
Size: 13272
MD5sum: 7544d8163cfcc3ddbbf294ee259a047a
SHA1: 756713ae3d41d6f9197053da34e9993649fc1664
SHA256: 08f161da0e823271e84483b3649633ab2d5e7aec3653a26fb9ab289a364483ae
SHA512: a028bc589007b582ed84d69e089e1add81d7360d8adcfc8157321bcdd0b9ef437b9b77435f2879f2839110ffed1e6c0b261e94de22eed20f9800ec4f4ec05998
Description: debug symbols for didcot
Auto-Built-Package: debug-symbols
Build-Ids: e0b43ac24c1931910bec7f44efa3b7c653a5e07f

Package: didcot-doc
Priority: optional
Section: doc
Installed-Size: 63
Maintainer: Apertis packagers <packages@lists.apertis.org>
Architecture: all
Source: didcot
Version: 0.2024.2bv2024dev3b1
Filename: pool/target/d/didcot/didcot-doc_0.2024.2bv2024dev3b1_all.deb
Size: 16336
MD5sum: 54e6eace85dffe984790a4cfa0675148
SHA1: cab6b9a631fcaf240c07bfec75fa49b500f12759
SHA256: dd6fd28ddc190065a8226ce541af2d0004b37a47b7709762cc9274365460d2e8
SHA512: 1bf983f4a68b0674f11c85fb1811ef26366a8a88369042b96d8b42fa73fec706f3108834190ec6e31f00758669cdb9693e2edc4f89a4a32f561ce0e97fe70b7d
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: 187
Maintainer: Apertis packagers <packages@lists.apertis.org>
Architecture: arm64
Source: didcot
Version: 0.2024.2bv2024dev3b1
Depends: didcot (= 0.2024.2bv2024dev3b1), libc6 (>= 2.34), libdidcot-0-1 (>= 0.1703.0), libglib2.0-0 (>= 2.37.6)
Filename: pool/target/d/didcot/didcot-tests_0.2024.2bv2024dev3b1_arm64.deb
Size: 12428
MD5sum: 6b02c25c33ca87a79115552bb167b338
SHA1: 1dc6b8ea3bfbf6b9c8db79e3370c104f6fee227a
SHA256: 34c9be0155fa8c11052180060f3d6e68cf76032df8f90d94dee67a21a8ae1c01
SHA512: f89ae60c2e88dce5bffba66fcb1081efa0a6095b80c78221506eb006bf9d817acf6d810515273ca393be4b81222b94a06cd46e833315e48f64d34a55ae2e2c53
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.2bv2024dev3b1
Replaces: didcot-dbg (<< 0.1703.0-0co2~)
Depends: didcot-tests (= 0.2024.2bv2024dev3b1)
Breaks: didcot-dbg (<< 0.1703.0-0co2~)
Filename: pool/target/d/didcot/didcot-tests-dbgsym_0.2024.2bv2024dev3b1_arm64.deb
Size: 6740
MD5sum: a421e84fdbec906ff544779764eeac02
SHA1: f4f12ba465b108dae4077913ae0dc0d6668cf881
SHA256: 4135649746b46dfdcb5d7917fc89f9c9df6fbd7c2739b75fcaf94307401c9c7f
SHA512: f7555f7112cc7f444843a9407d9111e6d7bc1097ab2373c2333e1064af540b31ea3f7ad70041b8673fba24ab6a9d03c76ee5d8051c41fdd16348b54ec9a7a7f4
Description: debug symbols for didcot-tests
Auto-Built-Package: debug-symbols
Build-Ids: bfae38f5381217f1bd26770920a14afe1ca48a3f db214d5fadb9f41704be0d08e13e6cf6ae7a84c4

Package: dkms
Priority: optional
Section: kernel
Installed-Size: 191
Maintainer: Dynamic Kernel Module System Team <dkms@packages.debian.org>
Architecture: all
Version: 3.0.10-8+deb12u1+apertis0bv2024dev3b1
Provides: dkms-autopkgtest (= 3.0.10-8+deb12u1+apertis0bv2024dev3b1)
Depends: kmod | kldutils, gcc | c-compiler, dpkg-dev, make | build-essential, patch
Pre-Depends: lsb-release
Recommends: fakeroot, sudo, linux-headers-generic | linux-headers-686-pae | linux-headers-amd64 | linux-headers
Suggests: menu, e2fsprogs
Breaks: blcr-dkms (<< 0.8.6~b3-1.0), blktap-dkms (<< 2.0.93-0.10.0), oss4-dkms (<< 4.2-build2020-1~), sl-modem-dkms (<< 2.9.11~20110321-16.0)
Filename: pool/target/d/dkms/dkms_3.0.10-8+deb12u1+apertis0bv2024dev3b1_all.deb
Size: 49072
MD5sum: 5e02889b5a77ffc531e559037924a77c
SHA1: 2ef5d87cc4cf283325c9079f10cc7f9fd2207c06
SHA256: a75db3672e9b81de0d01b5c5e2fcbf2d4abdb571023595318746500c3e4e2ae7
SHA512: ab688739c435397436ba0f01e805bbf575c24c0985a8ab8bb8afd3221c26abf190bb57a2329c9827bc5090db1f88720f42e999b801f15690fecc928b424cb2d4
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+apertis2bv2024dev3b1)
Version: 2:1.02.185-2+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 60188
MD5sum: 48e9ff9b9a577f14a312eab8fcd03466
SHA1: 1cbd53c79483e0b20f28879d533787b1a7213e51
SHA256: c9cfd843cfd0281528337640db102dd1d11777a5ef58fbcb9ecd4b697928fd01
SHA512: fd5ece4447807dde1ba067ec8dca7fd5f9f6d87b20713fca1954152ea79bbd8f9d8cf45321292aaf2aa68b9f92eeb513e2f65684bc711cd15f51177af686ce16
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+apertis2bv2024dev3b1)
Version: 2:1.02.185-2+apertis2bv2024dev3b1
Depends: dmeventd (= 2:1.02.185-2+apertis2bv2024dev3b1)
Filename: pool/target/l/lvm2/dmeventd-dbgsym_1.02.185-2+apertis2bv2024dev3b1_arm64.deb
Size: 45088
MD5sum: f5c3a1a45485041c6fc043022bbb4798
SHA1: 47d284723607f799efb80ebd6e106bcb662e3cd5
SHA256: e796a305fab732e8bdbf23361c06a12c7facf2869b997f0d1f5997f3586aaf05
SHA512: 3579cdeca34eeb57947307d3bfbab8ad1005eaba0d6a62bc39966fb8061609f73761fdd47877218b848e9d2aeca9e30969b24418bacb95060de1d9018cb6c411
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+apertis2bv2024dev3b1)
Version: 2:1.02.185-2+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libdevmapper1.02.1 (>= 2:1.02.181)
Filename: pool/target/l/lvm2/dmsetup_1.02.185-2+apertis2bv2024dev3b1_arm64.deb
Size: 78556
MD5sum: 3d804a34ec968fe9122c460622877687
SHA1: df7a00e577ed159a4656bdc897464ea48c826f1e
SHA256: 92d60fe19fa6c4b8df2b189c6bbe725e34a95c7364b14ed1187c9ae660c380a1
SHA512: 821492f088aeeee4ae9c18cd60078ea77068b5b640b9424004d0946c69565ec5adf588cb0abe45f6249424536e089cecd31193697bd8b1798feada7ee687f9ab
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+apertis2bv2024dev3b1)
Version: 2:1.02.185-2+apertis2bv2024dev3b1
Depends: dmsetup (= 2:1.02.185-2+apertis2bv2024dev3b1)
Filename: pool/target/l/lvm2/dmsetup-dbgsym_1.02.185-2+apertis2bv2024dev3b1_arm64.deb
Size: 44152
MD5sum: 68624d722a090a8bd23433e1b94e8cc5
SHA1: 226b5a26520d749297cb4bf87852557de7420d77
SHA256: 556a178f4d0d872f8cc9f2ac484a5b10e36d306b5ba402508e5df556e6053f61
SHA512: af63be570fb0b2d8f423b90ed8617e3044b3f99e9f04b2949f80b11b6006d2bf3626e2c4a921fadd4aec078431805bb5889cd615c94b28c2a3260e1bb5932580
Description: debug symbols for dmsetup
Auto-Built-Package: debug-symbols
Build-Ids: 629f521e70c504df1be87db12ef2211898a190e1

Package: dns-root-data
Priority: optional
Section: misc
Installed-Size: 18
Maintainer: dns-root-data packagers <dns-root-data@packages.debian.org>
Architecture: all
Version: 2023010101+apertis2bv2024dev3b1
Filename: pool/target/d/dns-root-data/dns-root-data_2023010101+apertis2bv2024dev3b1_all.deb
Size: 4432
MD5sum: a853916da467949a20f525d15e3e9a8d
SHA1: 75d47af9972e2d97861993a7d66dead344adfcf1
SHA256: 0af0e018aeac2cb0a1dd6839640ae1bbc77044fbd08756dc01ad828bdc7860ee
SHA512: ec3594aec12efc04ef07b94699113e111f1eb0cb8cb93a34974b6edb4c8bb9c7bc73f03e0e9969688b3f92df197f7aa517a73305b31d1b5a5213b910bce8a62d
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: 267
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: all
Source: bind9
Version: 1:9.18.16-1~deb12u1+apertis2bv2024dev3b1
Depends: bind9-dnsutils
Filename: pool/target/b/bind9/dnsutils_9.18.16-1~deb12u1+apertis2bv2024dev3b1_all.deb
Size: 262080
MD5sum: dbd1a2508cc42d98e675db285d41196d
SHA1: bf07a8d692738a5d6782003c79bb58eba0405d63
SHA256: 536a7f43134b71f15267e0b70c5cf5fedbc654f8e335addb8402cb37b9fe344c
SHA512: 2b9f199fd2fade6c91893501e6e64980f6fb3f270f024884b0617f840927a05139d1e5fbf0cf304ab9254cacd327fc18f49019d14a146a3845734c7b780d6771
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: 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: 6646
Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
Architecture: arm64
Version: 1.21.22+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 1557360
MD5sum: a44b80d19452e9b737e34f101bc1c111
SHA1: 7a4fe6390e2d6845ceaa42f05d74e8a19674173f
SHA256: 75670a823b0950c7b709fcc57b58c26f219e35ffae34bf107c7b3a5ed1e5b4ce
SHA512: f9851e7520188d7a95c344aecde515bc7da0415c6e592800c6f97724e3f80eda6897a7711a336af8168c6c9484b9a36493335b1a0ec3568ebb12bc2dfc9aa718
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+apertis2bv2024dev3b1
Depends: dpkg (= 1.21.22+apertis2bv2024dev3b1)
Filename: pool/target/d/dpkg/dpkg-dbgsym_1.21.22+apertis2bv2024dev3b1_arm64.deb
Size: 1239048
MD5sum: 8d86b2a82f7b4e04378b9493bae53e90
SHA1: e9e1216460e476acaa681bd63d4a83d56cea99c3
SHA256: a4d274a75605f6f12e09a59c00dd06aa87cac49a1f3f8ba4b73b5f83004c7630
SHA512: e8de42eb738e1d2fef20cd2bd99ed3c03484ff2d19038ee9fc1b665d8287b02d08f4bde161bf214e3b5faae09ebc4456cb5933a72dcfd45f9a3de0c02c9225e6
Description: debug symbols for dpkg
Auto-Built-Package: debug-symbols
Build-Ids: 38a46bfe07870a486c577c9194365d34a5220896 5ac0b8c4d7a14ac6d2b0301d90018fc7d3ca10d3 7df08c31affd8c2be88fc3a07a7bb9c006c2d87f b627748129f6f0ef824c25d396c36afe0def7f4b ba12515b4a768e2bc5c1f6338b5a6288d7318086 d924c9773f051301309172cb7f1ad2701741ab4b ebe1d0151de542f3d75585b9c323ee9e29163bc3 efd22a18b6cbfd91dd2fa7f92970abcb7067e5c4 f40338a160c5e579d802b011f7d4162800bc49c6

Package: dpkg-dev
Priority: optional
Section: utils
Installed-Size: 1735
Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
Architecture: all
Source: dpkg
Version: 1.21.22+apertis2bv2024dev3b1
Depends: perl:any, libdpkg-perl (= 1.21.22+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_all.deb
Size: 1360792
MD5sum: 582ebbf778899fff484de57bffeb0086
SHA1: 50fe3d9642981902bc870d6c233c5187bd2c7b3c
SHA256: 84d79aac53776aacec895624ff9bff0a4d84138ff3186c656e593244421488b8
SHA512: b19d2f61cc22df340b1280761ecfe722a13ca040dd645cf063ddc1f55b1f380d4606e8155876dc365fb9f94606908fa593a7181b88f436b3c8950ab3bd5f866f
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: 1748
Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
Architecture: arm64
Source: dpkg
Version: 1.21.22+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 566616
MD5sum: 5a68bb8ea7e1b3a72f6981ccc118d621
SHA1: d9967d18291c1ddb2b9036ed738a9b1901200f03
SHA256: 67462a8360883cb2819cce27ae7a55018b346afa54c4f736891f179477a3c535
SHA512: 21a6a29735fd968875795e1016af10c1333757845cb3c58e44407cdc65a6aee2ff47af80080519ff7b8a30b1e08c3f3797c356cf1bf9c6f2066039adf48e88b2
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+apertis2bv2024dev3b1
Depends: dselect (= 1.21.22+apertis2bv2024dev3b1)
Filename: pool/target/d/dpkg/dselect-dbgsym_1.21.22+apertis2bv2024dev3b1_arm64.deb
Size: 260556
MD5sum: e76eac97dc2c92aa56e19e2f4bc77c6e
SHA1: e7dbbd2b856ed9e2bbb51e8bf9223d1373dd5a8f
SHA256: da41fae10994a7e9d94a31d341c538efc6fae98454a39562de80a22ad95907cb
SHA512: 5a876744cb87adbfa6f015efeaf3cd4614f5ebe7066a49b8e86c9cb6b701bd955397127c3ce327bd50d22d90e62bd6ffbc02ae361da0c5b7ce64a3fe1da2dfd5
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+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/d/duktape/duktape_2.7.0-2+apertis2bv2024dev3b1_arm64.deb
Size: 124960
MD5sum: fe7a5b67806a36497d0722d85ad55e0e
SHA1: 2e84846ffafe9d8c97c8dbf7bd6f87ec3e02c1c3
SHA256: 1e31be050941a72e5d8cd57f375af768b2a5b7fc0dfb24e298b252e754342f7b
SHA512: 4f53e0653fd3e209af8a37deae062f8894c95c2ce61b44fd54e4ca4bf1e8e4bb9292dee6519737a32f20fec640b28fd4d446d852a4df3c60a4f79f51f0fcf1f3
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+apertis2bv2024dev3b1
Depends: duktape (= 2.7.0-2+apertis2bv2024dev3b1)
Filename: pool/target/d/duktape/duktape-dbgsym_2.7.0-2+apertis2bv2024dev3b1_arm64.deb
Size: 549152
MD5sum: 7e3aa737e9271c1aba6576e6592f65e4
SHA1: 9e8496aa5f56f622ac43e79feff39a10318739bc
SHA256: 852219cacd9b1b4d0a371950b386fe6bfa548fe85335bd17f87bc8f84d0636bc
SHA512: 9530e5e78fa5b3534885af4a0b1b6d9ef7daa24367227425f49665d1b8e290881febde2f2fb510f674c657d3e76cb90ef34cda61f3fd2dc98e9b54c5a13786cc
Description: debug symbols for duktape
Auto-Built-Package: debug-symbols
Build-Ids: 7f49bb26a704d76097c54d8e59b9a5ced09a0a46

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+apertis2bv2024dev3b1
Depends: libduktape207 (= 2.7.0-2+apertis2bv2024dev3b1)
Filename: pool/target/d/duktape/duktape-dev_2.7.0-2+apertis2bv2024dev3b1_arm64.deb
Size: 607040
MD5sum: f9ee416e914744ee2b3fa17f021c79ca
SHA1: 3b8aa45ae40468746ba0c40f6b4f8ac3014c2cd1
SHA256: 03153e742b64aff9561cf431f794816513cdbde09595479038020e0061e77f54
SHA512: 5abafa38935055dd08e0c3cd6bf617460e04ff51d851270b05be17aee1c512c6638aece7fb075a7c0c3d0689f0a1993cce7db8b93e110f9e53a7669e5c4d3fa5
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: 3004
Maintainer: Debian wpasupplicant Maintainers <wpa@packages.debian.org>
Architecture: arm64
Source: wpa
Version: 2:2.10-12+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 1049320
MD5sum: d891566c5c8faccdd238634eeb468255
SHA1: 8febec2b82da3cc78140c88e3cb84a6a1bd05185
SHA256: 9b3c1ea94060c2872b07db7f99e76f5f7c0353028c9c549a9667fd7e1594339e
SHA512: 24cb1ceaf7c736fb20eb40167bfffaee5e32106d50be24413ca564617c1dbd19efa0d8ab3d4cc0802e186d28a5a53d8c2b9aeba3249d9291db4b02517ff70a12
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+apertis2bv2024dev3b1
Depends: eapoltest (= 2:2.10-12+apertis2bv2024dev3b1)
Filename: pool/target/w/wpa/eapoltest-dbgsym_2.10-12+apertis2bv2024dev3b1_arm64.deb
Size: 4033428
MD5sum: 7b57551b038ffbfac65880b87710b6eb
SHA1: 0b8754fadd31648830dfdb861c0eaac3182d547d
SHA256: 5fd428b7b6e5f5a71569e806f476c392f5d379856c229e840aeb547cafafcf7b
SHA512: a41ae67b908a437470aceebfebf6e6d5280098cf1e074f96ab3c2f366af2397ae09f65a06b75366d69c30b9d56b9d5700b8eed85b52f06cf5d4ce58c5e777897
Description: debug symbols for eapoltest
Auto-Built-Package: debug-symbols
Build-Ids: 2a1c8cb10d8d7e3456eb44701a3560a489d6bf8b

Package: efivar
Priority: optional
Section: admin
Installed-Size: 85
Maintainer: Debian UEFI Maintainers <debian-efi@lists.debian.org>
Architecture: arm64
Version: 37-6+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libefivar1 (= 37-6+apertis2bv2024dev3b1), libefiboot1 (= 37-6+apertis2bv2024dev3b1)
Filename: pool/target/e/efivar/efivar_37-6+apertis2bv2024dev3b1_arm64.deb
Size: 10384
MD5sum: 2b208b99ba561c0d35e9f4fbf1a68830
SHA1: bd1f3bd1b6e35c43ae7880e9997d25bdec53038b
SHA256: 93fd31ebdf68ec7a9059672455c9c6a2628f52c4e4cf9b92800efee52d67e1c0
SHA512: 3a79bac7402533fc375c98b2dca3e31211ad92ebd694235b89b7e11afb486037de805f6fae7dee5a520732548f00b4fb2fe3bd0db1e4799a455fb5de2bccf2f1
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+apertis2bv2024dev3b1
Depends: efivar (= 37-6+apertis2bv2024dev3b1)
Filename: pool/target/e/efivar/efivar-dbgsym_37-6+apertis2bv2024dev3b1_arm64.deb
Size: 16740
MD5sum: 56122e01ea78d5fbec606428a0106f2f
SHA1: 9626778aa3dfe1d9fe49bb396839fc616e55c02b
SHA256: e8462c4a7597f0ea7c462b418ed19e4fd2774bde4fab163f5a800372d7019500
SHA512: f6e5ffd671a3c3685870f799a5300e4672a7d26c4976eeb77888d4670ac03bdc896c0428131378e7744ea9add18d818532c0b983f69a7423dccc8e653a178c88
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+apertis2bv2024dev3b1
Depends: dh-elpa-helper, emacsen-common
Filename: pool/target/p/protobuf/elpa-protobuf-mode_3.21.12-3+apertis2bv2024dev3b1_all.deb
Size: 65376
MD5sum: 3bb88a470ff7fca81f47994743f4ee68
SHA1: 1906d428ae8c343ca0dc3fd19046b199700fb85a
SHA256: aad05b771727aa9b2e630227c7035d15f9f68bb4335893604e83843e87d22ee9
SHA512: 77b40e95acf101fe2e759151a32b0322bb967afa0b08c3787023242324b78914921bae748a1c16d098d00d41359a6814fd83f7c5b255706b7c96503731cafc6f
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: 727
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Version: 1:6.1-1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libmnl0 (>= 1.0.3-4~)
Filename: pool/target/e/ethtool/ethtool_6.1-1+apertis2bv2024dev3b1_arm64.deb
Size: 184912
MD5sum: ee394831d86d757ac4d301f68e8aea19
SHA1: 1800cc9e677f640d3b807c5114c0bc32344f0d08
SHA256: ed50b8fd862ab551cc91968fa8336be4d77fbd2f718e4e11332d6bfddca20c0a
SHA512: 13674f53a11399c9c3246a61082b22b0279127b63415e060a54f7aebb5ca5b0f6d606a27cde80f12c8474fdd0144224870fb06c6e0d9e8a5528690cea1030fa5
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+apertis2bv2024dev3b1
Depends: ethtool (= 1:6.1-1+apertis2bv2024dev3b1)
Filename: pool/target/e/ethtool/ethtool-dbgsym_6.1-1+apertis2bv2024dev3b1_arm64.deb
Size: 470588
MD5sum: e3b2a7ce23b882cb3d57b453429d215c
SHA1: 40fd435361c68741f1d305eaf1ae9f8da0ef2f4c
SHA256: 5b656800f3509a9fef4456ea1a70a86274af39010d51ed77ff8968aa4721c866
SHA512: cb6c23dc51262b7e8c9ca934702f684f0083ca740d9c625c45269ab6d558596cc6d5c5c1557dbd2247824c8e3dbf3968c5bea94217bcd05e38dab7ba99df2d90
Description: debug symbols for ethtool
Auto-Built-Package: debug-symbols
Build-Ids: fe2d4d26f9403d5fe1db7734ef3f1cb466a8c2ca

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+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libexpat1 (>= 2.4.1)
Filename: pool/target/e/expat/expat_2.5.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 43260
MD5sum: a0e571752fde736bbbaf1399672916df
SHA1: 065b3107b4df3ae4cfa4434f4b12a9128d265f31
SHA256: 7e72e98e96e09f303f089bc0b173fbcd8a7e0cb1edad409533dd0cd16f67a28a
SHA512: 43ed860f07a53ad139fb4d58b2084b92a9b6f351ded62075d912f0fc22bc2f85bae46006b4ad13d8ffdf6fe3379ca67bad4d660442035c38a2efa444cf80f681
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+apertis1bv2024dev3b1
Depends: expat (= 2.5.0-1+apertis1bv2024dev3b1)
Filename: pool/target/e/expat/expat-dbgsym_2.5.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 32756
MD5sum: d45c312ffd98627a9e9a299bccb79386
SHA1: 11d2a1bfff4330df334f3011131aa56d0da1d627
SHA256: cf6df0fef66331b6a8f9c76a48de9619fc44a632c114be2df7c02cc7885df1ac
SHA512: d35839301bc69db8728b37c7efc0544591299acc4b5da9c737d0fe4d83fbe20b4a5beed863d46de30058f0afd399efcbeac2990631a1f8ff8b98a03350116da6
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: 124
Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
Architecture: arm64
Version: 1:5.44-3+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libmagic1 (= 1:5.44-3+apertis1bv2024dev3b1)
Breaks: debhelper (<< 12.2~)
Filename: pool/target/f/file/file_5.44-3+apertis1bv2024dev3b1_arm64.deb
Size: 43752
MD5sum: a5c2c11c85e4c99aa0435596d7fadfff
SHA1: 2b35e6eae76f3552b815c952e0696b0f2789c8f1
SHA256: 2be346176f55822feea79519a5024aa52b3389157c123b544b4331a5310a577f
SHA512: e36948b09c2eeca5be07e4c190b51a32bedb702f6bcb6fbc1c0bd0c9c5a24f813f535b81e15cca18c49078deb7810d5197fc6ea5044d80d2a771d98a1a498e30
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+apertis1bv2024dev3b1
Depends: file (= 1:5.44-3+apertis1bv2024dev3b1)
Filename: pool/target/f/file/file-dbgsym_5.44-3+apertis1bv2024dev3b1_arm64.deb
Size: 18828
MD5sum: eab732e7ed0451db0100b0b5000c835c
SHA1: 25933646b68412c856aa5937d3b5b95d13bb4d4b
SHA256: dafdba06da61eead7a947f939dd146dfb7b9fbd92284dfb308a5e972c1117567
SHA512: f493b48d3b10381b5fbc53f298c48bbfc007f3d3535bb32d73f477dd1c07cd65a2a4a6b15526f3464b9ec57b0be2ae02b579b35c1f407a94f1649b7962b37c7b
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: 17547
Maintainer: Mark Pearson <mpearson-lenovo@squebb.ca>
Architecture: all
Source: firmware-sof
Version: 2.2.4-1+apertis1bv2024dev3b1
Filename: pool/target/f/firmware-sof/firmware-sof-signed_2.2.4-1+apertis1bv2024dev3b1_all.deb
Size: 613460
MD5sum: 2af1f1a62a7ed2ce9be5c464747b2c48
SHA1: 985dacd2232c4f9637c880a8bf8f172a8e3339a9
SHA256: cadd91e5869760e99b5c86816ee9f9d1eed9bb59bc461317b94f0ab3f93bf0b8
SHA512: 9c9a500a91f569dddfe7ca9d0dbcaaff8904f3ad655122a4311f10035641b3f0a0e04ef98fc47ee64774527ab063a5b1b435785845b6be3473e5faa980273d46
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: 462
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Version: 1.4.2+ds-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libflac12 (>= 1.4.1)
Filename: pool/target/f/flac/flac_1.4.2+ds-2+apertis1bv2024dev3b1_arm64.deb
Size: 166336
MD5sum: 4437422c5aae87f4b15be39db4ae5175
SHA1: 2f719354775621c7d3bf6299cd6cfb33a1d25f02
SHA256: 47d79757bccfb23d43862959051618878081f41d9888afa1b44626b48057d1cf
SHA512: 9fa91ed6d94d548710054a00e35f4a08b7ca6907678f0b960b3384759bd9ba445c4612cb062362022c3d7d4cfe830a7d7202fcf5be431bc1778cba7d11cba59f
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+apertis1bv2024dev3b1
Depends: flac (= 1.4.2+ds-2+apertis1bv2024dev3b1)
Filename: pool/target/f/flac/flac-dbgsym_1.4.2+ds-2+apertis1bv2024dev3b1_arm64.deb
Size: 351668
MD5sum: 85076321efac49eb001c5cff7a2bbea1
SHA1: 78c7cf64b347a5a89aa36c9367e1fac9de2057a8
SHA256: d86c5546fb93026e2e39d9466cee11808bafbf660301f18025f9e654368733af
SHA512: f47663eeca32921caa61563dc358710f353d811512beb8dd5cdd088336a25ac806afcfea0c3a1532920a15aa7baa2ea1ee96d0498bbd08e60d602dca41e27c5b
Description: debug symbols for flac
Auto-Built-Package: debug-symbols
Build-Ids: 95c3583003a28b495a27e2d769fd1752a559fcc8 ecd59e92aecc83fb506749810dbfba802ce01502

Package: flatbuffers-compiler
Priority: optional
Section: devel
Installed-Size: 2474
Maintainer: Maximiliano Curia <maxy@debian.org>
Architecture: arm64
Source: flatbuffers
Version: 2.0.8+dfsg1-2+apertis1bv2024dev3b1
Depends: libflatbuffers2 (= 2.0.8+dfsg1-2+apertis1bv2024dev3b1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Filename: pool/target/f/flatbuffers/flatbuffers-compiler_2.0.8+dfsg1-2+apertis1bv2024dev3b1_arm64.deb
Size: 741504
MD5sum: a273f7fd71c3a21a8df1aab0aa5b2e16
SHA1: e8852d5c195de84f76201fd75610c3945796d4e9
SHA256: 2a097e584cdd0eed0ea8220191684db24976c3824cf0d2b6d174b2884a4f8d0d
SHA512: 9676c72402c7a7a3cc0a6349d464ec1433c23e96642ea5e5ce49e5379ad2d2072e802e0d8d1b53f4bfcc6f019b72449f45f4a276084e313837fe06052c4f457b
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+apertis1bv2024dev3b1
Depends: flatbuffers-compiler (= 2.0.8+dfsg1-2+apertis1bv2024dev3b1)
Filename: pool/target/f/flatbuffers/flatbuffers-compiler-dbgsym_2.0.8+dfsg1-2+apertis1bv2024dev3b1_arm64.deb
Size: 14708668
MD5sum: fa8e5b1d81e6b085dfaa92abe8031960
SHA1: 03253465d89dc9050b84e9d92497c9aa62fb44ba
SHA256: f9605ea1b943ed44866f37533278458fd2bee6a0d271bf3885a9c707779a7491
SHA512: dcba61c41e8b6580a64e13e758df66132bbc32543c4b27a2bbb26bdaf9197103add3358ac0a1095fb3a6d5461ed18dcd1eaa6a86f2a781b02c876b1805e295eb
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+apertis1bv2024dev3b1
Depends: flatbuffers-compiler (= 2.0.8+dfsg1-2+apertis1bv2024dev3b1)
Filename: pool/target/f/flatbuffers/flatbuffers-compiler-dev_2.0.8+dfsg1-2+apertis1bv2024dev3b1_arm64.deb
Size: 12336
MD5sum: d6e414498acad45508e487766615f738
SHA1: 89337f471dc911c841ac553dc0d74729e6e5ce76
SHA256: b1a00a8339853dc696def6325348030cf0f505a623a5c13e321bfc688337d553
SHA512: 2597aa289c206c195c74baa1751fe19debe37788da42d5484508580bea6e07955fe8b10c0e05e01bf7487fb61fa4aa8152f2e09ac4e95ddb44ac3d035046072b
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+apertis3bv2024dev3b1
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+apertis3bv2024dev3b1_arm64.deb
Size: 1330412
MD5sum: 386ab57cf3da289db950484a28104d55
SHA1: ff28475770504263475f247c4e7ecf5e9a86d77c
SHA256: c2f178729c52d55ea32cc55218952003f91b62767e626b9195170489add06a53
SHA512: 47b7ad0bb90d1320262e675ac180c0aafb05c7114d73f188b94201f67d62c32e37d44d4da9dd44209d9027c5eb6eafb17e2d7e33cee345c54041caa22699d6d0
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+apertis3bv2024dev3b1
Depends: flatpak (= 1.14.4-1+apertis3bv2024dev3b1)
Filename: pool/target/f/flatpak/flatpak-dbgsym_1.14.4-1+apertis3bv2024dev3b1_arm64.deb
Size: 6545588
MD5sum: ea7f81d308ac21f9382ee70a1ab51da4
SHA1: f86e6107d61f212a1effb502e1bc3596f431a3a6
SHA256: 32c5e58743e84d25c7455e3960d01242282aff29e6d211d5ae4541ddec096851
SHA512: 7c01e305823a08bda68259e7c1629f67275bbea67c613381a9a20beeec1130b27185c0baf1de51a6cd764336455be99c8f9fe4ae41f094e22634158b4c38d8f7
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+apertis3bv2024dev3b1
Depends: attr, ca-certificates, dbus-daemon, desktop-file-utils, flatpak (= 1.14.4-1+apertis3bv2024dev3b1), 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+apertis3bv2024dev3b1_arm64.deb
Size: 1093808
MD5sum: bc9a3f2fe49ad6481fd455620d08030f
SHA1: 052b78b81dd84ab0d0e6e1cf41483b7e78e779ee
SHA256: 1d11a15aa8988ddde84b165f3ab38d8d446a673ca77508ac7552ee4cc2c2e747
SHA512: 844cd9b312625f0e82e92d6b57fef9f3179e31ef1d6f02121af0cbcb408e746b3699bb320a7688b7bc1efc873bbfc70e72a74f04b31dfcd25bbc389cfe4c8ba4
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+apertis3bv2024dev3b1
Depends: flatpak-tests (= 1.14.4-1+apertis3bv2024dev3b1)
Filename: pool/target/f/flatpak/flatpak-tests-dbgsym_1.14.4-1+apertis3bv2024dev3b1_arm64.deb
Size: 10254764
MD5sum: f9e388d317bc020b52ac9b2c4f02893f
SHA1: 86a44861a76cc9e2ce815443deeddbc14863efda
SHA256: dfc7b1bb2851d9a21db1620f810a6eb5f3da3b29b963d9f852e94b672ce00abc
SHA512: 0a6dcb49b7ef62127badab6f01833d864dc10d19945058e7adc20330052f2d8d9c00f7fc669145be865eafbc4315bad2a690bf914e4ee4d054b8732a3030f998
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+apertis1bv2024dev3b1
Depends: fontconfig
Filename: pool/target/f/fonts-cantarell/fonts-cantarell_0.303.1-1+apertis1bv2024dev3b1_all.deb
Size: 263932
MD5sum: d6c3aaa78fd18316230f42547c03a93e
SHA1: d3089c272f19a8a6660504195dd661ddc6a132d0
SHA256: a2f1e8c8a8116f6960b0d288ee029e5973c64e18ac1c5f996e818fd56cf3c7c0
SHA512: 599ab072bec26b090001cf42b1fb04e2e00ecd60189d52bab753e68d754c57610c21cf991f03decc4a9705447de0fb1330fe4d1291523a12256d86ab46441d81
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: 38
Maintainer: Debian Fonts Task Force <debian-fonts@lists.debian.org>
Architecture: all
Version: 2.37-6+apertis1bv2024dev3b1
Depends: fonts-dejavu-core, fonts-dejavu-extra
Filename: pool/target/f/fonts-dejavu/fonts-dejavu_2.37-6+apertis1bv2024dev3b1_all.deb
Size: 28248
MD5sum: 9f2959d221a4e0ba1a8fdd1d42e36bbe
SHA1: e971e0d69baf0bc0a730062a913b0236643fb8fc
SHA256: e28e96803aa3beda9e3f4435dbb937e720b52a00fe833d0a4161b082ce2db3f8
SHA512: 08a9a149ebadcbff5a12d84b7920782fdd11516c0cea5c9c2a89ab18cc83b4c983391d119094cebbd5cb9768682460b6f3828e7b599eb8de96cfb445cb252daa
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: 2964
Maintainer: Debian Fonts Task Force <debian-fonts@lists.debian.org>
Architecture: all
Source: fonts-dejavu
Version: 2.37-6+apertis1bv2024dev3b1
Filename: pool/target/f/fonts-dejavu/fonts-dejavu-core_2.37-6+apertis1bv2024dev3b1_all.deb
Size: 1068424
MD5sum: 645dca96d94ff741690aaf8eb5191d4a
SHA1: 1db5193e0ef2da20fcbcecedcbf0ebf54efb85c7
SHA256: 59a89b75a9b029bea4f7634744b06bf5b3e7aa1fe0925cf86eba50193eb306c3
SHA512: 1c208fd1d49bbf42f675a36bc8acf5d8bffb8bf50e0705df45427935f0817eebaeee6950800d64689e8a87faabb59ce9ba49e7b645aa88f6915d24649b5d5349
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: 7233
Maintainer: Debian Fonts Task Force <debian-fonts@lists.debian.org>
Architecture: all
Source: fonts-dejavu
Version: 2.37-6+apertis1bv2024dev3b1
Depends: fonts-dejavu-core
Filename: pool/target/f/fonts-dejavu/fonts-dejavu-extra_2.37-6+apertis1bv2024dev3b1_all.deb
Size: 1985096
MD5sum: 4ad8139819d3df27dbb441f69743c85b
SHA1: 94937f568449f7a12814b3c6c738b797743839a8
SHA256: 5111e07ff3b49a88356fe15511746fe3d81639c312c759681fa703c8234e99a1
SHA512: 58389ad19bb1b497738c9ccd6c45d500147079c8b21cc5415d7f75236d3dce25fc0a57d575302b2270a75ecfcec872245d2f3402d0aa35a35bc2b5dde628d11e
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: 8523
Maintainer: Debian Fonts Task Force <debian-fonts@lists.debian.org>
Architecture: all
Source: fonts-dejavu
Version: 2.37-6+apertis1bv2024dev3b1
Depends: fonts-dejavu
Recommends: javascript-common
Filename: pool/target/f/fonts-dejavu/fonts-dejavu-web_2.37-6+apertis1bv2024dev3b1_all.deb
Size: 8224940
MD5sum: 8e34054683bdea4ca7f64a09d65d43af
SHA1: 9f5dfc4f43f69d84ad773d073103dd2378be23e3
SHA256: 5ed6d43b863e97e45cd43387b8eed8ec2fc19669bf0d091ded646fad33fb9fa3
SHA512: 74318c9a73d98a0bda6d0762cd5bdc7334c356ae6560020ebd3d8749673fde6578e7fae8e8968a47c86db852b7f2a391a392d7bed8e746c011ae9387f23ab45a
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: 2823
Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
Architecture: all
Version: 1.11-2+apertis1bv2024dev3b1
Filename: pool/target/f/fonts-open-sans/fonts-open-sans_1.11-2+apertis1bv2024dev3b1_all.deb
Size: 573468
MD5sum: b25dc3c3028563d9ac49a28e3c1a214c
SHA1: 0b9be3949f27ebe6aa3ce77235318c052efa5199
SHA256: aff2902a1646f49d0abdff46e3368c92cfb6faacb525b336eaf77b84f26e052e
SHA512: fdbee114e7c50214ea8d78482a28f50ec9cfe98cf199eddf241963d3c4898a7dd2aa1089582027c44caafa138d1f701e40f160fcafc9470e82ee07c80ee7e231
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: 1397
Maintainer: Hugh McMaster <hugh.mcmaster@outlook.com>
Architecture: arm64
Source: freetype
Version: 2.12.1+dfsg-5+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 170372
MD5sum: ea0bb3baa045657831033be408620953
SHA1: d46f40685f784b247f366d07d0fed2fc332cd313
SHA256: a857fcc5d5af62ce67df5adae7029dfe54db35f3acafccf31c813c3e70753995
SHA512: 0b02be2113ac16b176d5063267d638547fa43eb1884cfb48b95e2af848480207082b7721420ddd2373993780e684466f87a22d1ad2905ee47bc43cd200ef28b7
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+apertis1bv2024dev3b1
Depends: freetype2-demos (= 2.12.1+dfsg-5+apertis1bv2024dev3b1)
Filename: pool/target/f/freetype/freetype2-demos-dbgsym_2.12.1+dfsg-5+apertis1bv2024dev3b1_arm64.deb
Size: 955568
MD5sum: b493427293142b3066f5b9be1518e73f
SHA1: 568e6fc90099b72ae29782b9334245f9357e90e0
SHA256: 186b2b070ab9e93bdd882a2a38efefbbc833a84ea12fc34252b8c24338584d23
SHA512: 2892310f61e230665ea7c110b36bb75798e6abc0febb779084de2b600780f5722c76d54a397247c82470c9b45164b6f2fb7601e0b6344930f17553dfe08c3494
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: 6582
Maintainer: Hugh McMaster <hugh.mcmaster@outlook.com>
Architecture: all
Source: freetype
Version: 2.12.1+dfsg-5+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_all.deb
Size: 2463248
MD5sum: 3be6c4ae98f7553eff2cde4f30968f0d
SHA1: ec4e57974048a288782b6e4bb6711d43aad53701
SHA256: 4d2f6491ad5400dc94837ddd306b77d827078a72fb633d9eab483bf7dd504363
SHA512: eb3852feb3c75ea3fba778fff1c12a04ecc40dba6f25a20063b27fad2db048d4af682c6d5077685463c027c3ea806be4b204d532d5395be8650314da64922f82
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: 4277
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Architecture: arm64
Version: 0.3.3-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libpam0g (>= 0.99.7.1)
Suggests: libpam-fscrypt
Filename: pool/target/f/fscrypt/fscrypt_0.3.3-1+apertis1bv2024dev3b1_arm64.deb
Size: 1256936
MD5sum: 32db9d3bee371bb65821002993c74679
SHA1: 64af3e296988b336b2a30a96a23917cccd1c1d65
SHA256: aee0d2ce78b75a0de8a8e14191a2149a079f958a55b6cdd4c4f76c8e9e1164bc
SHA512: 51400eda56cff184b67275dcd1b667aade9706e6c44961e2e47858276fbd66bd0cd074656014a5f24a59b44bf7daa4f376b01c2968fc818cb560c64627d5a773
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+apertis0bv2024dev2b1), golang-1.19 (= 1.19.8-2+apertis0bv2024dev2b1), golang-blackfriday-v2 (= 2.1.0-1+apertis0bv2024dev2b1), golang-github-golang-protobuf-1-3 (= 1.3.5-4+apertis0bv2024dev2b1), golang-github-pkg-errors (= 0.9.1-2+apertis0bv2024dev2b1), golang-github-urfave-cli (= 1.22.9-2+apertis0bv2024dev2b1), golang-go.crypto (= 1:0.4.0-1+apertis0bv2024dev2b1), golang-golang-x-sys (= 0.3.0-1+apertis0bv2024dev2b1), golang-golang-x-term (= 0.3.0-1+apertis0bv2024dev2b1)
Homepage: https://github.com/google/fscrypt

Package: fuse
Priority: optional
Section: utils
Installed-Size: 620
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Version: 2.9.9-6+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libfuse2 (= 2.9.9-6+apertis1bv2024dev3b1), adduser, mount (>= 2.19.1), sed (>= 4)
Filename: pool/target/f/fuse/fuse_2.9.9-6+apertis1bv2024dev3b1_arm64.deb
Size: 422668
MD5sum: 1b858a6ac6126a7bcca9a77b8eb4c923
SHA1: 8fcd3a44e66fed6e040a37d82115fb608ad26dca
SHA256: 4e91f8913eea968a3d7387ceb987bbd68ea9e689cbc2f51827945011929570fc
SHA512: 0b43cc178c89c43e4f45b43ac1338398af826b3a647a67d8c8f23eef11dcca65428dfb22f98c7e7314e768af8dafcc48f16ca2fcb23a805e9508f009b65627c0
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+apertis1bv2024dev3b1
Depends: fuse (= 2.9.9-6+apertis1bv2024dev3b1)
Filename: pool/target/f/fuse/fuse-dbgsym_2.9.9-6+apertis1bv2024dev3b1_arm64.deb
Size: 56304
MD5sum: 364029be5af6a19960efb328470123bc
SHA1: 4c7d4a219c4477b4cb94291c91a825525844999f
SHA256: c6b6725628f0f1b0d2c4dc87b5ce85fd56174d17687a5fe0e9740d6c4ecf20d9
SHA512: 2c82a785a8934b17587a65b23939aca442648ea24ce0368463633731f51849fba3faf69d1baf70a6562c35994b13e2632fd8f19fb7636aedab625bfa406a7d66
Description: debug symbols for fuse
Auto-Built-Package: debug-symbols
Build-Ids: 17696efe6960fdd01d2a232997e8683769a4ffa8 6c511e523459d23fd4f0a23c97a7ffc5c91a7377 70ec388672ba0fa19a54b10f837c3b42ea479429

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: 1740
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 3.41.1-2+apertis1bv2024dev3b1
Depends: default-dbus-session-bus | dbus-session-bus, libgcr-base-3-1 (= 3.41.1-2+apertis1bv2024dev3b1), libgcr-ui-3-1 (= 3.41.1-2+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 271788
MD5sum: a7e02a1807b5ea8f7b8052d845151b4a
SHA1: 02941d929a8978967ec4536d23790fed73a578dd
SHA256: 873577ba3f815ee25e12e88134b9b50a205fad242c7f68161405a9df70d0ab58
SHA512: 41ee9910b397cd4aa242c4ce7cb59e290a9d6d2da45fa5243f8ef1f28200ca6193dd641f49c1f13ab33288faf4d5ddd7a4a3538b6df51c6ffc111432580fb8f2
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+apertis1bv2024dev3b1
Depends: gcr (= 3.41.1-2+apertis1bv2024dev3b1)
Filename: pool/target/g/gcr/gcr-dbgsym_3.41.1-2+apertis1bv2024dev3b1_arm64.deb
Size: 116764
MD5sum: dc7b524706dfc3679287bae6c143e990
SHA1: 85e252a8cda1f5690fcb7805287d8823acfb57b8
SHA256: 064bedc0af34cdff5c011ce1e8b050030aef6730b971fcce11924d18ec1409b7
SHA512: b1f2f26e686d107a677f13bc0f7ca52b72a302a0d837a04ce9987d553b7f5394d316c876cd9bd44f84e2e0b5c922e199bca628c4e8c9346161cf8dfd92b27d69
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: 962
Maintainer: Jonathan Carter <jcc@debian.org>
Architecture: arm64
Version: 1.0.9-2.1+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 209792
MD5sum: e7c4a28d2da23d7f65701165a024eeda
SHA1: c2327ca4ea2b092f3ab6bd1662b5afa7a8bce3b2
SHA256: e9db387066a67a6ff41e0fd469e526608ae8b1f67eb0999844a432e2e04502c9
SHA512: aa35b7a15c664eae5218495617ff9320096fe4d3426926af093d884930d47fb770689f183b587d98232facdf8ca892eb2e1546b9d36a5b98eb67485de58020c4
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+apertis1bv2024dev3b1
Depends: gdisk (= 1.0.9-2.1+apertis1bv2024dev3b1)
Filename: pool/target/g/gdisk/gdisk-dbgsym_1.0.9-2.1+apertis1bv2024dev3b1_arm64.deb
Size: 1422932
MD5sum: 420234b647b206c616ae5e734ba3a248
SHA1: 61966df4dea929c1ceee8f4cd3bf153ec817f0c4
SHA256: 47269583a823b7eece894f562bda3a53b6262b9adc632f60651f2ca1e1570a6c
SHA512: c5849974e39e4a86078ff82157d99f52c905eb604e34e514c9efe873c6c85fae3db1d906a8382fab72ab927e59217adbe293576c891d33338426441febbb97a5
Description: debug symbols for gdisk
Auto-Built-Package: debug-symbols
Build-Ids: 6a6ba504761371bf03dcdbd085e4a84aca0983b7 8dfa8803072b0338a565f693706b11ccdca60e9e 8f141d5e6ec1981fbefb4af9e3c714589eccf23c b2ff7f2f8bfeeafce74d842dac64cce3610d585c

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+apertis1bv2024dev3b1
Depends: libgdk-pixbuf-2.0-0 (= 2.42.10+dfsg-1+apertis1bv2024dev3b1), libc6 (>= 2.34), libglib2.0-0 (>= 2.56.0)
Filename: pool/target/g/gdk-pixbuf/gdk-pixbuf-tests_2.42.10+dfsg-1+apertis1bv2024dev3b1_arm64.deb
Size: 5745912
MD5sum: b138beece01ee846cafbb3351aff8344
SHA1: 256d1b1e274e1edc028bb5e3c79852d231e7adbf
SHA256: 0e370b705b16a37382d3e6fc9e3cc30686c4f125378615440f5ce78ec46c581e
SHA512: d0afac2cfda99a0ad2bd7035a48b0d32486ada0b8725a6b1bfcfe931bf40fd387d3bf9e1f08d7577713dcea51a63eed0c05180f150cd71d0e0e2219957584412
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+apertis1bv2024dev3b1
Depends: gdk-pixbuf-tests (= 2.42.10+dfsg-1+apertis1bv2024dev3b1)
Filename: pool/target/g/gdk-pixbuf/gdk-pixbuf-tests-dbgsym_2.42.10+dfsg-1+apertis1bv2024dev3b1_arm64.deb
Size: 232672
MD5sum: 102ea2500811f9507adde96357478bd7
SHA1: bc44dfd7f049641e428cdb1d3b6475d8de172223
SHA256: 364201ec3a2a4aa675eb451968f24dc69aa752ca3f3bfbc8bb9341c7c6bcb1d0
SHA512: 13248c8d865fac46b7cc42b1341607a971a21a2e2c9d4becd40ba42946c2ae1a3f3bf560b1fc7d20bc5418673e2e99d8efbb1da0ecef8f7662c2cf87856b97b8
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: 110
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: geocode-glib
Version: 3.26.3-6+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_all.deb
Size: 19020
MD5sum: a39770a57bb7823b728a0efdff7498b8
SHA1: 7117cadf388cd885a793a1407256f94180ebf5ef
SHA256: 6b47f2a2237a274f5cc422641311e9cd501af6e5c74cd1b0a03227b80d3a91ed
SHA512: 3adbb14423271d39cfb1f8f5b39bc2ef772df4c6a4f955f6e45b6b2b32493adea33c103303d60519776333ed69371bb9dfc3b16f4ffb2799b149edbf73910ba4
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: 311
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: geocode-glib
Version: 3.26.3-6+apertis1bv2024dev3b1
Depends: libgeocode-glib-2-0 (= 3.26.3-6+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 44068
MD5sum: ffde2027aa1e577bf3717be0fdd802e3
SHA1: aff5ee584b00a649a64005c16c4846e38e36ecda
SHA256: 94eb5d3a5c21ab344bfe5c5ac52bd3597a9fae38c77b3b3b005c348bcb222f3e
SHA512: f1133f3170da01a60cf1fdf390f18d1bd7ef785fb58589dc726763f7890ef1610bb330717316044c90340ca99d74e010aa975163248e02c3d61df6bd0dd5500d
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+apertis1bv2024dev3b1
Depends: geocode-glib-tests (= 3.26.3-6+apertis1bv2024dev3b1)
Filename: pool/target/g/geocode-glib/geocode-glib-tests-dbgsym_3.26.3-6+apertis1bv2024dev3b1_arm64.deb
Size: 64992
MD5sum: ae85c13f95f0dba4b499d580f04c9af8
SHA1: 0090c79029ffbb4019f10f5e70bccbca6cacba2e
SHA256: b420c66c6b2f2a113feb1ba43f85db05fa780a3c7a1bf58c78dc0b37a7b9639e
SHA512: cef5dc1f6f5125827333ff3cde27aa6284f500739786ca77a8b3b8ddda65c9dbd0ce71da29a4ecb696b28491f1c64640f25beb1cd6db20710aede08b1d510c15
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: 470
Maintainer: Patrick Matthäi <pmatthaei@debian.org>
Architecture: arm64
Source: geoip
Version: 1.6.12-10+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 74348
MD5sum: d6b6926737ce8cac18059108a708cf2e
SHA1: 54dd3b1a7301f9409cff5ce34796075404fd6125
SHA256: 1d0ff93deaf9793f808caec1f37ae7a161be2bcbe046faf90272a6386be271e5
SHA512: a2821ccaea73f121176ba483356c4d61221834b43dad07b9d67ddf3730aaa88320118029fe9d7772da69890e7c54676cfdb61aefb8668debbacdf33eb3377861
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+apertis1bv2024dev3b1
Depends: geoip-bin (= 1.6.12-10+apertis1bv2024dev3b1)
Filename: pool/target/g/geoip/geoip-bin-dbgsym_1.6.12-10+apertis1bv2024dev3b1_arm64.deb
Size: 230204
MD5sum: c3ecb3963b799507bb00146935180485
SHA1: 14ec7f25518e6d7fa3015c00aea5702ee1392485
SHA256: a8d0345e890a7813f93a98fb185ac399632e2af8f10f317053f6c0aed0c690ac
SHA512: 18e082748b78542b8cc2a03d6e4afbabbf4b1f8fa929517da23a1a745d0110a4899739be8943c7c193932c947027690df71e7c127738580abd3269970e2d2279
Description: debug symbols for geoip-bin
Auto-Built-Package: debug-symbols
Build-Ids: 16826082f2df08440043d88f123ef9dc1c076480 213f8fcca77a76e7814ba346909b2320e890168e c5f625d64b59e64cf6999a221d76e1e308171048 d1552db087c282ffc9b61de86d524ea6d4357232

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: 563
Maintainer: David Suárez <david.sephirot@gmail.com>
Architecture: arm64
Source: giflib
Version: 5.2.1-2.5+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 89388
MD5sum: 302b36797035661a913fa1b527c58ab5
SHA1: afc51922bd88035cdeba7ea57d8a9d6a955a39d8
SHA256: e3d9a56e5f72cc258385febb922c824d5cb0cc6b454ddd281e3db439237f8003
SHA512: 17fd833a207580cebffddada0783bf1aa1a152f550300d2d4618f8acabb89f344a7f3d02e93589561745f317469d95080b90392a83c62e0ad735876d0195cbf1
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: 166
Maintainer: David Suárez <david.sephirot@gmail.com>
Architecture: arm64
Source: giflib
Version: 5.2.1-2.5+apertis1bv2024dev3b1
Depends: giflib-tools (= 5.2.1-2.5+apertis1bv2024dev3b1)
Filename: pool/target/g/giflib/giflib-tools-dbgsym_5.2.1-2.5+apertis1bv2024dev3b1_arm64.deb
Size: 104000
MD5sum: 28e8b69c20125a7e9f14f9d1cd1a1a16
SHA1: a6ead59ea83cd40ae6ce5c44c46dd2e102b2636b
SHA256: 31ec5dd9ea91f83244684ea416e1743197912c528aa6018cfb34010c037ab373
SHA512: 19e48aaf7ccbd112906e8ed053bd41801d423bc19511bd70afa33bc4d7842f3a2e2a28bd710960dffe6a9519b00598a4a793ff53ef20b68c29f9f87739f9e334
Description: debug symbols for giflib-tools
Auto-Built-Package: debug-symbols
Build-Ids: 0c1b6c08bdc20f2819ce6c1b213bea7ceb28e188 3b751becfd1adca52fda2496a657aca1ec79ccf3 6674c4a22f4247e3ec211f6fa3bd7789617cf76b 6bae5350a71c9a218a5a4f5ab2d0a5e5f3e29f28 6cc9d75a7bec244b9959d045192336e391bbb0d3 d8a3f66a1351cf15d9feb6a97606e824a55174fe

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: 99
Maintainer: PkgUtopia Team <team+pkgutopia-team@tracker.debian.org>
Architecture: arm64
Source: appstream-glib
Version: 0.8.2-1+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 22488
MD5sum: 7471cf5bff806ea54e84063bbb1e5125
SHA1: 7d23993f4cc2bd3403d89520f53092d68b50c21e
SHA256: 2bb9a895760dc17158d9fb9e15bb011cafd04f883ac565f9454b76a959b01707
SHA512: 0e3ea7f78f78958728eef4546116051c965b5881160748033b22bfea658fb375231362544468459b52239fef1253b0151ad4091e761890f352c70700ac16b938
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: 101
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: arm64
Source: at-spi2-core
Version: 2.46.0-5+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 25612
MD5sum: d0109f1b993ce356abfad409e4c4cec7
SHA1: ec92bd2ed8e391afcc8848ff641eb8793fed5de2
SHA256: 98f5b8cebe4cb3bbee69de55f9f8f118983a8752216e1ed99aa4d4ccca0c5cca
SHA512: ae3d9151b7173d5bacc433a2c8dbf0221876b4c7bf608bc03c77c3170a403a72b7dc2163ec20aac30c847578a07f937933e80845bd7e6a96fff552680d5beb5a
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: 82
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: arm64
Source: at-spi2-core
Version: 2.46.0-5+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1)
Filename: pool/target/a/at-spi2-core/gir1.2-atspi-2.0_2.46.0-5+apertis1bv2024dev3b1_arm64.deb
Size: 22624
MD5sum: d5279b7cdcf7e3530eee22fbb19555d2
SHA1: 5b16f1c46c2bff44af929301245cb511633c4dca
SHA256: d27c70ea72f6b50c4d85d3ce3ee2da2cde19402de89719fc112f1357e15ec1db
SHA512: 74de5a23b45377c5b2ca4f0a2dd9b1c4b184e1ab37407302e3a6076b5fc357c36218c85368d5007739cc146a4ae77ba71b76fd4cbfb56b08286928a0714ca4ec
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 22812
MD5sum: ebeb2757ef6b94a2daf372684812c598
SHA1: 850c7253e4a055c79d8a581ce3d9cb307533fc4d
SHA256: be968352f98a10326ae4f28e69e3ea7d12514f73e5f392eb823bdc1162fbcc6b
SHA512: dc5a465802339589f94facc802943615675d981ab9e414d4f310866f8e09ca081a4e72fe3b6a45e0132fde1b9029e52789098212c2d335b4e6f2d6c7d5b36970
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: 106
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: arm64
Source: colord
Version: 1.4.6-2.2+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 27440
MD5sum: 590ec3f788a67667099d40a7e62e7492
SHA1: 4a37b5ed8872869c5b4607b9f68d40eeb00ed4ad
SHA256: 1391f1f8fd774cfb020bf1e8ba77641aa578a89adad363b6f8767e9f804ce379
SHA512: e7d349cb98d57e452d2cb25b559c43d391f507796439830e087a29462329e7406fab544d85ecd75f38201345900f1092cae4cbfe81b6bbd13111d0d799ac197b
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: 67
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: arm64
Source: colord
Version: 1.4.6-2.2+apertis2bv2024dev3b1
Depends: gir1.2-colord-1.0 (= 1.4.6-2.2+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 18960
MD5sum: d731aab81c474b79067313637dafd0b0
SHA1: d7c4f3eddf3a26e1792055b013b8ae3becebb1a8
SHA256: 5bd849442b48da8e1f765f5da1fd2b173b416482c2faf7a630c9fdd81fc0d682
SHA512: c293bf0fd0d0f0d521d01a251e3f5000a7f5f364705b7d66999dd499b64b0d1b8216441df6ee352066e36c0e5797076a1a7cf1678ed5e0c615ddc5a5bbec5ec1
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.1bv2024dev3b1
Depends: gir1.2-glib-2.0, gir1.2-polkit-1.0, gir1.2-rhosydd-0 (= 0.2024.1bv2024dev3b1), libcroesor-0-5 (>= 0.2024.1bv2024dev3b1)
Filename: pool/target/r/rhosydd/gir1.2-croesor-0_0.2024.1bv2024dev3b1_arm64.deb
Size: 11340
MD5sum: e1fd4a65022740749468769028477ae8
SHA1: f3e6a5fd9459114f2157bc3c9ace9f0e1ea836b0
SHA256: 72f8a08d9f929310066f37a0c2cfc1b3b640494c0e7f3d09558bd02944f3fe9c
SHA512: 125cc09475ac8ece5402e483db4309cd25043cf8262ed5d111bc37dfc51bf2fdb33b1d3061326c43f4cafbd953eb270ada82663fee885314b6decc3b8b672aaa
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.2bv2024dev3b1
Depends: gir1.2-glib-2.0, libdidcot-0-1 (>= 0.1703.0)
Filename: pool/target/d/didcot/gir1.2-didcot-0_0.2024.2bv2024dev3b1_arm64.deb
Size: 8408
MD5sum: b17d419d1d24893aee0ffdbc1fe6c839
SHA1: 83507555759f8739c6b32f510d6fff978b7d890b
SHA256: 604c134afd92e4808b9791592b8d249362524e76314315c4e035ce6f3d24d1bc
SHA512: 106f1fad479540842221405ce9701df56a27e86facecb063bcd5221bd03fbe0f586863f52590e1de78c9b4b7e5f287f71e59d9526a8702dfd5f7b5ef6a0f6f5a
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+apertis3bv2024dev3b1
Depends: gir1.2-glib-2.0, libflatpak0 (>= 1.13.3)
Filename: pool/target/f/flatpak/gir1.2-flatpak-1.0_1.14.4-1+apertis3bv2024dev3b1_arm64.deb
Size: 27076
MD5sum: e48ee6d6952d2879acbe7ee1fa4540b3
SHA1: 1bd8f5fc7faf82771a7222b6af25bf427850794b
SHA256: 131c5922051bc3588008f9d07adf7b85ac3920bc8672b5ac8dc92387b9f3fd0c
SHA512: 636c1c202b548acc526ab568344a16576b4a59b599d3e2f3a50d7c164ea8a11c3632e367ec4af840af68bcaace98d5051f69a7e91c97978c8459afc5bae76361
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: 159
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gobject-introspection
Version: 1.74.0-3+apertis2bv2024dev3b1
Provides: gir1.2-cairo-1.0 (= 1.74.0-3+apertis2bv2024dev3b1), gir1.2-dbus-1.0 (= 1.74.0-3+apertis2bv2024dev3b1), gir1.2-dbusglib-1.0 (= 1.74.0-3+apertis2bv2024dev3b1), gir1.2-fontconfig-2.0 (= 1.74.0-3+apertis2bv2024dev3b1), gir1.2-freetype2-2.0 (= 1.74.0-3+apertis2bv2024dev3b1), gir1.2-gl-1.0 (= 1.74.0-3+apertis2bv2024dev3b1), gir1.2-libxml2-2.0 (= 1.74.0-3+apertis2bv2024dev3b1), gir1.2-vulkan-1.0 (= 1.74.0-3+apertis2bv2024dev3b1), gir1.2-xfixes-4.0 (= 1.74.0-3+apertis2bv2024dev3b1), gir1.2-xft-2.0 (= 1.74.0-3+apertis2bv2024dev3b1), gir1.2-xlib-2.0 (= 1.74.0-3+apertis2bv2024dev3b1), gir1.2-xrandr-1.3 (= 1.74.0-3+apertis2bv2024dev3b1)
Depends: gir1.2-glib-2.0 (= 1.74.0-3+apertis2bv2024dev3b1)
Filename: pool/target/g/gobject-introspection/gir1.2-freedesktop_1.74.0-3+apertis2bv2024dev3b1_arm64.deb
Size: 47632
MD5sum: d7638851f439216096ee5c7f897dfa19
SHA1: 7b0b1ecb85211c8c9eb1d7ac2c89dc640965fdb9
SHA256: 7a2ca05f86e990ab86e97cd99720c3158629be2125848d51bd8c5b437d38a342
SHA512: 9183b291153449ed15f14910c6d0c532d919a906936374d65e238af0838e68adab9662532ab0c693918b57b1da66bbbdfbe4260ba3e9eb96d43430f2cde8605b
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: 50
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gcr
Version: 3.41.1-2+apertis1bv2024dev3b1
Depends: libgck-1-0 (= 3.41.1-2+apertis1bv2024dev3b1), gir1.2-glib-2.0 (>= 1.34)
Filename: pool/target/g/gcr/gir1.2-gck-1_3.41.1-2+apertis1bv2024dev3b1_arm64.deb
Size: 15388
MD5sum: 0a42ad1226e3679a1a236ef80d986142
SHA1: 05a6b3d71948ec8c72278d37529c300fade33d7c
SHA256: 02a1be2fdd1a862485fdcd87619b98f4beb20018ecbf2916dfd0702344616a74
SHA512: 41632495b3ba8e37106c661b382a6befd5fa92c4ce9270e75e919cf01185bd6cc751427baa7bb67ec32914864d045dcb4db97ce3f7b2508b46567091826baf8f
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: 70
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gcr
Version: 3.41.1-2+apertis1bv2024dev3b1
Provides: gir1.2-gcrui-3 (= 3.41.1-2+apertis1bv2024dev3b1)
Depends: libgcr-base-3-1 (= 3.41.1-2+apertis1bv2024dev3b1), libgcr-ui-3-1 (= 3.41.1-2+apertis1bv2024dev3b1), gir1.2-gck-1 (= 3.41.1-2+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 20672
MD5sum: 3de96ca3afb4b5d0480dc3513f906f36
SHA1: 2acba0566e913d3a4ad2963780553cda049e6cbe
SHA256: a7d51d5335f59888fa7c11043dfbeaae7d4cf7a5e5addc9e820513b060d52272
SHA512: 5c61f14915a600c2563c938f7fc0e7d6a3bbef225b2050f6dfbaf91085021ae5aa1acb0f53e1b750acfa4f645e5b36eb9a95cad22eba0d2d13cff8849dc9f2d5
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 42120
MD5sum: d24abad4142de11b0638a713a0ca359b
SHA1: 74ef7eebdc6f1009d1960a455a1b7d05af866b28
SHA256: e9f513416fd4f126d3acf258da304bb4627dd7a2a0b49e04afe2b2753528476c
SHA512: be6472994a3d632e8e3c0596843affd26590b321111f76c3e931f2df6319aa8d94312afdce90f7e7e48af4e338523eef084590393965d5f7ae4578fc6832865e
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+apertis1bv2024dev3b1
Provides: gir1.2-gdkpixdata-2.0 (= 2.42.10+dfsg-1+apertis1bv2024dev3b1)
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+apertis1bv2024dev3b1_arm64.deb
Size: 15836
MD5sum: 2001191301fb447f3a84fded1c59ff9a
SHA1: 59e06ca42518c33f67181c5a4cdc6977ee89199a
SHA256: 08a1930eec24f926787c725c9c4f0311154faa9f6b2db99611a7f53485ad3196
SHA512: f64ed45eb75414c748d960cd16d913e882907353102142bbf0f48aa2a134c037e9218f97421fc743228750268dbf6b4e90bcbfaeb413f6f8abc9ec48fdbaf563
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: 60
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: geocode-glib
Version: 3.26.3-6+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 16996
MD5sum: 1e944a8a87e3d07e305ec979793e6a05
SHA1: 3be8a313b5a208c6f1f3d8444dc84c67e65feb5a
SHA256: d1d6ee94fb71aa97aefa90a364f7f64f141de65e3722ddd3e702013c1a8b2b46
SHA512: 2c5c15ddeaa728f1419a0259effb4aead946ecc5455bbe9ce78e8b5d2b0174c38ecdf95c56de694f0ae493513a925f14b29e23e03a0f9c06f31751ec0d6e19d1
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: 54
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gexiv2
Version: 0.14.0-1+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 14880
MD5sum: 9bc8f3f548330670073078f0c5519e71
SHA1: c4f805f2cc82543aef0986863bcfa3b7b474d212
SHA256: 6b418d703a6e0788e8a575a7a3b729662d932593c3117e0bb7d63b36e6611bbe
SHA512: 5400e0852f181b182ab66e6cfd6cd84f94afeea294bb743d550306146e8b2deba666a7179226024be0f755b5d8794a304704a64e6e2bf9dc7a1658d7fbd6e8b1
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: 730
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gobject-introspection
Version: 1.74.0-3+apertis2bv2024dev3b1
Provides: gir1.2-gio-2.0 (= 1.74.0-3+apertis2bv2024dev3b1), gir1.2-girepository-2.0 (= 1.74.0-3+apertis2bv2024dev3b1), gir1.2-gmodule-2.0 (= 1.74.0-3+apertis2bv2024dev3b1), gir1.2-gobject-2.0 (= 1.74.0-3+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 169960
MD5sum: edf9989dbb66c2653b41ae6a43371a6f
SHA1: 97bb9a3c3f4fbddfb6479ce9b7afab7ebacc6de6
SHA256: 2d124b949ce1126c5f054b48146f57a8f405879d2f76696705947a67c70938b3
SHA512: a5dd6e45d4ff60ed565e9ef616cf827e915f6241b2518ae8bcbfb8f9dc7f9366088ed1db18cb9ed5a157fa6510ff7081b8da745d91ec08e210b9aca02c1eb7af
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: 78
Maintainer: Alberto Garcia <berto@igalia.com>
Architecture: arm64
Source: grilo
Version: 0.3.15-1+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 17584
MD5sum: 192a46b45a315d823dca07b5d94dbae0
SHA1: bd493136ea42320e44241779c5ca0bc77ba47772
SHA256: d12fd43d7966a429d80b0ffbedf0169e7ab95626144dd7a81253c1653c03b1dd
SHA512: a522b11a7caa6b8527c2377b549bd90b7a8b484de4ad58ef06f4c3c0fbd73db9e0f60f541b5515c3a13d764e7d9020085902621df984982030397fa005e85c73
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: 106
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Architecture: arm64
Source: libgsf
Version: 1.14.50-1+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 69484
MD5sum: 181cc30dee8ae641ede116cf06867fea
SHA1: a9d51c040f0266968cb39b090b58e1c985c41a60
SHA256: 0177f75f53d16329aa58da7255ef6c6f546b269a20cbcf5a9f709cdb096591b5
SHA512: 2fb73bf2fcce33da778bc9b5a1ca298ba95028e72d731e25577f7b05f487d5791a0ee6ab8d83ad143c4e0c34e7cdd367507036a046ed5fb555d6b0e843f49dde
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: 25
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gssdp
Version: 1.6.2-2+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 6972
MD5sum: 9d3fbdc82897d6adfb2880eed6e1056f
SHA1: 8a4170ba483d5d6639833340fa60923fb6e7347b
SHA256: 8c3d56e94e095a923609e044e72a485267fc21a69e9318766f2b0a73dc414eec
SHA512: f17e0547b0dc2308fbdf8d9a0893eddac01e549bdd0c7dc06bdbe31ada791c2ba323fbf5c7e510b2d14400bd63d6f15241aba55747f546195f0fdabdd89e639c
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: 1009
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk+3.0
Version: 3.24.37-2+apertis2bv2024dev3b1
Provides: gir1.2-gdk-3.0 (= 3.24.37-2+apertis2bv2024dev3b1), gir1.2-gdkx11-3.0 (= 3.24.37-2+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 241468
MD5sum: a06eb74047747f53a7af45ce02aa57b1
SHA1: f1b499ad447d6bc88da3653ee8aacf59e9c808ab
SHA256: ebe1a08146da2a5a20ea94298403b31056aabc5122b34d6780f87fe74e72e329
SHA512: 639b03438e3d55330a961865eb1a14cba09dd4bd7f54794b79c8b994d15a55a8ffe7aee87f6ce966ce3ebce320da5be5c1b75e52e6e41f8edc2b921ca7366a40
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: 839
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk4
Version: 4.8.3+ds-2+apertis4bv2024dev3b1
Provides: gir1.2-gdk-4.0 (= 4.8.3+ds-2+apertis4bv2024dev3b1), gir1.2-gdkwayland-4.0 (= 4.8.3+ds-2+apertis4bv2024dev3b1), gir1.2-gdkx11-4.0 (= 4.8.3+ds-2+apertis4bv2024dev3b1), gir1.2-gsk-4.0 (= 4.8.3+ds-2+apertis4bv2024dev3b1)
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+apertis4bv2024dev3b1_arm64.deb
Size: 213756
MD5sum: c1dbb4e3f4246765c4ab03ba34990223
SHA1: 3136ed884d9d82756f1d83209e292ace5ece26ef
SHA256: bd4eb6d768077bc990e5395a3b46ea76c803939940c0d5f62006a498d2f49f5d
SHA512: 6e4e712642d4c4540ae210eb474c22db98afadb5dc6bc42a0b60d9c5131d6840fa70e2702c737d6660564d45aac07ed22cfff9c22318047dd9d40ee06d565806
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: 44
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gupnp
Version: 1.6.3-1+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 12864
MD5sum: 13faf9d607e747ce6adbe6987bd4b622
SHA1: 4457db0ea8d6ca31653a58cd39e4bb27d83d54fe
SHA256: fa5208f6a3fd254765d5a9c4e2d3ed2117a97040e5c5b0799e449806185f11ec
SHA512: 359e5f66e9b4daee061409f095ea15535d93d73afaaa2e4ff334e4c9af47aaf612cf8df8f3d4b367340d82f8f52e0d07303fa349b5b190bb6ddf288564c8e7e9
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: 1689
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Architecture: arm64
Source: harfbuzz
Version: 6.0.0+dfsg-3+apertis1bv2024dev3b1
Depends: gir1.2-freedesktop, gir1.2-glib-2.0
Filename: pool/target/h/harfbuzz/gir1.2-harfbuzz-0.0_6.0.0+dfsg-3+apertis1bv2024dev3b1_arm64.deb
Size: 1591976
MD5sum: 123192ba6b29c00aeb06c60a65eb599a
SHA1: 7818b52095bb5f0bf5fefc151dbb9500fcc2b9e0
SHA256: f5b94182541b00f21237c94b584fd63920081056b0de3e1d103198a7ae09d2fc
SHA512: b52a2de32e563c62d53d73db344840da374198cced28412fe31125b174fe7fa3aef37a697612d1f83499d5d738504722556a52596806808946cad8744c22694d
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: 261
Maintainer: Nicolas Mora <babelouest@debian.org>
Architecture: arm64
Source: libical3
Version: 3.0.16-1+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 49504
MD5sum: f25aa7eb7fdb2151fcf9ee7360cb3b50
SHA1: 0735f399d77f5a0e335340e70f9641417faba6ab
SHA256: f9db00f55c3bc044abf28de1feac3671748725e444f7c1a077a633a387ef0857
SHA512: 1a04f7cfaed68a22367e34909ac080d51aaa1f84a4572702d015b96abf7f2ad138207cfe45f25a524e86a3bab4c1541c86ec8ce81ba90cd0ac2cfec75922ddad
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: 364
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.5-1~deb12u1+apertis1bv2024dev3b1
Depends: gir1.2-glib-2.0 (>= 0.9.12-4), libjavascriptcoregtk-4.0-18 (= 2.40.5-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/gir1.2-javascriptcoregtk-4.0_2.40.5-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 189720
MD5sum: db6e2ab4eca86ce88a61a08767719fe0
SHA1: 730758aef474b24a713b3fa498560cc3b8e6d871
SHA256: d233f46a1a5ee52a1b7722527db909c98477766bf28aa7c8154c07290daeb411
SHA512: c0c586d9b461552391069ea150121cf9de75808f901771b1fcf8defe6215a6b9b8c29c3e9c3fa193319a6aedd774181cc11123d34b77b029f643afc04d15abca
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: 364
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.5-1~deb12u1+apertis1bv2024dev3b1
Depends: gir1.2-glib-2.0 (>= 0.9.12-4), libjavascriptcoregtk-4.1-0 (= 2.40.5-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/gir1.2-javascriptcoregtk-4.1_2.40.5-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 189752
MD5sum: 7cd837baf39dcc70475f1708835c8955
SHA1: 94dbf30a67b8d8a73c6eab904ebd81a9f102464b
SHA256: 5ece953fc4c3fb9254ca5d8b677b4fd59ccdefec713bffb811cffa70d9357b26
SHA512: 4c07a92bb68ceb3a93313d8604a4f3ca57667dbb316b7da9e4837b385b800c824d1b1df208342c3d8e1f750edbffb5a7b0a641b7b3705d76f8d345c45c3b7a26
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: 363
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.5-1~deb12u1+apertis1bv2024dev3b1
Depends: gir1.2-glib-2.0 (>= 0.9.12-4), libjavascriptcoregtk-6.0-1 (= 2.40.5-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/gir1.2-javascriptcoregtk-6.0_2.40.5-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 189540
MD5sum: 779a72cde5f7a2cc4ed651874e707285
SHA1: d6ceea8cd9a055439080a202fc945e3d15ec3490
SHA256: 2500460268453f84d82dd467a28e69fd1cab8e704fd6b30baec747a877e2cdef
SHA512: f302e49fb5bb36262a8823da969a6770c76e21b55ef6b91df4cadb708be7e20c50472b4cdbaeda7605044e9b00987f8d7dc5a590f0a0e700be4bd50de225e3c1
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: 42
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: json-glib
Version: 1.6.6-1+apertis1bv2024dev3b1
Depends: gir1.2-glib-2.0 (>= 0.9.12), libjson-glib-1.0-0 (= 1.6.6-1+apertis1bv2024dev3b1)
Filename: pool/target/j/json-glib/gir1.2-json-1.0_1.6.6-1+apertis1bv2024dev3b1_arm64.deb
Size: 12248
MD5sum: d40123ce0a31df234c8e7a7103dfd1c3
SHA1: 2e3df63e4f8f06a058bd2002ea112c3d0d1b1b46
SHA256: 632c392ac5e4c594d6312d985dab4161667fe0e6e1284a7f033547f5c7dac770
SHA512: dc9b824a46bded3c71c5087b802193c4768b18d04736f4b645f4309f4a09f0557383fc66fb9474a84f36a0020fd4aca37d248b3ad99d8b0391ccc2b810ee2083
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.2bv2024dev3b1
Depends: gir1.2-glib-2.0 (>= 1.30), libnewportiface0 (>= 0.1706.1)
Filename: pool/target/n/newport/gir1.2-newportinterface-0_0.2024.2bv2024dev3b1_arm64.deb
Size: 10876
MD5sum: db731e6524c82bf8a72357d8febae385
SHA1: 3068b9987fdf1962bc82999ca1568fc5671122be
SHA256: 893d1f75630ea77c6275ab77226112087b2b4211500ec9b981eae38b717284d0
SHA512: e4b2ca3c45442c77e6c6b79f84b73486b285d291d174a7c1297fc49409641ab74d80478553a835119e7f3dcc8d14543ecac85d6f5c6b83d46aae419296ea06f7
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+apertis3bv2024dev3b1
Depends: gir1.2-glib-2.0, libostree-1-1 (>= 2022.7)
Filename: pool/target/o/ostree/gir1.2-ostree-1.0_2022.7-2+apertis3bv2024dev3b1_arm64.deb
Size: 35864
MD5sum: dce158d07d0b3aa8173ab86aeb3e542c
SHA1: b789e14a863b9d34c2e5ef27b564aa40c34fe5b6
SHA256: f5d59ae2873b9ee853d476262b7d44e0356b8826411fe64a729c6b6be9f9c1b5
SHA512: fa63508f1f9ebef45cf84f690114751f18ff9bb5809607da64f1e0d9870b4be9bffb2a62796851185ee76c62ce13856cdd5d398186a2a00a35f93b6bd60f3297
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+apertis2bv2024dev3b1
Provides: gir1.2-pangocairo-1.0 (= 1.50.12+ds-1+apertis2bv2024dev3b1), gir1.2-pangofc-1.0 (= 1.50.12+ds-1+apertis2bv2024dev3b1), gir1.2-pangoft2-1.0 (= 1.50.12+ds-1+apertis2bv2024dev3b1), gir1.2-pangoot-1.0 (= 1.50.12+ds-1+apertis2bv2024dev3b1), gir1.2-pangoxft-1.0 (= 1.50.12+ds-1+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1), libpangocairo-1.0-0 (= 1.50.12+ds-1+apertis2bv2024dev3b1), libpangoft2-1.0-0 (= 1.50.12+ds-1+apertis2bv2024dev3b1), libpangoxft-1.0-0 (= 1.50.12+ds-1+apertis2bv2024dev3b1)
Filename: pool/target/p/pango1.0/gir1.2-pango-1.0_1.50.12+ds-1+apertis2bv2024dev3b1_arm64.deb
Size: 40000
MD5sum: 67de23934dd31cffd6ab8970bc71d7ff
SHA1: 54d8bf5806bba8be8ca51142ab453c6085b3573c
SHA256: b5f6c2608841c8a47b4ce3f725508df2e3402cc21f77892564b27d5439cd0fa0
SHA512: 1b65f58af0131cb34174cc52ccfa348adb84f638d29901bdf6aad43e71cc1bdd583cc767d1fece4b349f8684b2d0cfa05e63bce66a4126b194062d9bca7d2a5a
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+apertis2bv2024dev3b1
Provides: gir1.2-polkitagent-1.0 (= 122-3+apertis2bv2024dev3b1)
Depends: gir1.2-glib-2.0, libpolkit-agent-1-0 (= 122-3+apertis2bv2024dev3b1), libpolkit-gobject-1-0 (= 122-3+apertis2bv2024dev3b1)
Filename: pool/target/p/policykit-1/gir1.2-polkit-1.0_122-3+apertis2bv2024dev3b1_arm64.deb
Size: 17700
MD5sum: 0ba57d86a9a1884b00642928640f72b9
SHA1: 0fd73d3273b7902be7cd92e30bc64df84e92f7ef
SHA256: 2c9b24997220319a21e87ef2dfb2d43b6b6715faca4b9a1e70ef3f45da1e4c4a
SHA512: 184d7635d65394667b5947470ceb5d03077c356104a22e3f978e764cbb7b8a3e517bf530c7da5f404c250854a046d7f1e45ef8d6624c86a4fa527645e66e9cef
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: 113
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: poppler
Version: 22.12.0-2+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 40344
MD5sum: 1d40479eaeca0c6d72ff453eb3994fbf
SHA1: a8d727fe867e30cce8d5ef7c0e57d67d60c9c384
SHA256: 31af88ed2ddbd9257f28daef4d1c53f4e9c1359e810ac9b3023a0b61ad605ffd
SHA512: 33b6557180814790f27a49e15081dd2df296987513200f37af35a4c64745eec57a68b905a01e1e79906f1cc39f88e8f3054465551e866ff3c9a22a043a85b043
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.1bv2024dev3b1
Depends: gir1.2-glib-2.0, librhosydd-0-6 (>= 0.2020.1)
Filename: pool/target/r/rhosydd/gir1.2-rhosydd-0_0.2024.1bv2024dev3b1_arm64.deb
Size: 12156
MD5sum: 6d13ad751347b567ce2238300b5cee0b
SHA1: 999a019ed422f857223dab70488d21b1ebb4a562
SHA256: b2114f2ebf37bed4f65dcf40e6bb59783913a7f0e64b7ed04e2432ccdf299416
SHA512: 059e4974889108d270885a1829cc1729811ff3d112750e563987785a7a8ad2c32ce7ba4209763350e616139b245102d04a2ce4f63a45d9c295fec5f812c3d6c7
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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 29580
MD5sum: 77a6d1aa096ffe03ae7beb034e773d06
SHA1: e6ef6abc553a518ce11a87ad0d943184d6a65b43
SHA256: 02e9c95c1c99c328ff9d7ad0cacbd1522780a53f1f4208abcf8c3cb36ced6318
SHA512: 1970e34be463f4c8724c231611559f34c04365d79585ad7b54a2baee78b3afa48df5c6b2f5c6986469a7ce18fb512fe6e8d5f973cb453cb557795fbb487a2228
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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 11288
MD5sum: 408a03587adf17820ebc0913587f30db
SHA1: 793ee5b0d42be0c1df1643464808c8abc86af985
SHA256: 20e72cae649eb2ed0af459f890b60312d13b13c513cb075adc1f8dbcc41ca102
SHA512: f7b5c059fa39e9aa57570a041436f1e01c7d5467424e2de964ce1e3abcfee33a83cf78d0722dfaddc098293d658bd335e25217f47871ee40d79e1034a725aea3
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: 128
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libsoup2.4
Version: 2.74.3-1+apertis3bv2024dev3b1
Provides: gir1.2-soupgnome-2.4 (= 2.74.3-1+apertis3bv2024dev3b1)
Depends: gir1.2-glib-2.0 (>= 0.9.5), libsoup-gnome2.4-1 (= 2.74.3-1+apertis3bv2024dev3b1), libsoup2.4-1 (= 2.74.3-1+apertis3bv2024dev3b1)
Filename: pool/target/libs/libsoup2.4/gir1.2-soup-2.4_2.74.3-1+apertis3bv2024dev3b1_arm64.deb
Size: 34628
MD5sum: ce530c2a5aebeb0196098a02d502d5f7
SHA1: 0e289ca1b39b145b3b2d241a87a5cd1f4b749866
SHA256: 2718fb8ab97c0611f60a07ab9c84c0af223d17d7b83852d4b9575f61aeeaef99
SHA512: c0ac4253d7e982ba45d9093bf0b76892c249a2b57e964d2a95e2b3a122a8c3deb4ce1306843210c1c9ed0a7941815168216ef413a130c7d829ea4c023e5c4ee7
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: 43
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: tracker
Version: 3.4.2-1+apertis2bv2024dev3b1
Depends: gir1.2-glib-2.0 (>= 0.10.7-1~), libtracker-sparql-3.0-0 (= 3.4.2-1+apertis2bv2024dev3b1)
Filename: pool/target/t/tracker/gir1.2-tracker-3.0_3.4.2-1+apertis2bv2024dev3b1_arm64.deb
Size: 14256
MD5sum: 1e883427e879aab2b09d6fc6e3c3dc31
SHA1: 2869cfc584cdf43d28d5867b95471c4ad7b4face
SHA256: c11b9cc346d19bbecf8e717bfb0cda9d965cdb7725d4718a7349f6dbb56e6928
SHA512: 2e1e334774697c79c6787f73c2632575538e9b3355212a755e072f1e14249615789d63dac3fa6ef9a3bf993ac8d77bb3bdac8f5379e2430bdceac8cc3ee85266
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.1bv2024dev3b1
Depends: gir1.2-traprainclient-0
Filename: pool/target/t/traprain/gir1.2-traprain-client-0_0.2023.1bv2024dev3b1_all.deb
Size: 8228
MD5sum: d8165ca1133d94cf18071b2994e2fadd
SHA1: 49b386d7d40c67bb7af21c6a50581eeaaf130927
SHA256: 9a1055178a90fe0e2c0627362ce65386c84fcb3ac69b96b9eac0185166839c5a
SHA512: f0c3eb4a0b4aa6acf5f1adc2330f9dfd9b9d942c6044a60cab552d1a9771a8c17cfe21bbaca0899524615b92e46e3a32ffab6cbb775b4406897b5b79c14e6569
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.1bv2024dev3b1
Depends: gir1.2-trapraincommon-0
Filename: pool/target/t/traprain/gir1.2-traprain-common-0_0.2023.1bv2024dev3b1_all.deb
Size: 8236
MD5sum: 439ccaf52800206d8c0711230c70567f
SHA1: 33e49b5defc0811f15c61d6e25c5c1dac866682f
SHA256: fa27d21d8a39f57d3e80ad7f3ede9a0ee5ef612045961976796a0833667fda49
SHA512: ded53c255b4c4e2c1c19143aaf2457f70631c03172bbf6d2add8d6c481d7d2f0e8cca46e962107b03f377cbc6bf2e069a6f18165797cd63558ee9efaf1a6906a
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.1bv2024dev3b1
Depends: gir1.2-traprainguidance-0
Filename: pool/target/t/traprain/gir1.2-traprain-guidance-0_0.2023.1bv2024dev3b1_all.deb
Size: 8236
MD5sum: 098b4966b9df4ce8f224b5ec0373529c
SHA1: 0e9ac083f76207e29f89116d63d09a8955b8994a
SHA256: 5e56e80f2e82fe334ac610f3eee3ae0c61d11dcf5a8ca9ad49acc84ff947129a
SHA512: 3d637cc21d091a1a9c5ddba585b1a38c230c729545d3bfc6d9f620e35b985155ba172dc5fd7952bb010e12581a376f265ac57274713ea0dfb03a48ff81adcfc5
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.1bv2024dev3b1
Depends: gir1.2-traprainservice-0
Filename: pool/target/t/traprain/gir1.2-traprain-service-0_0.2023.1bv2024dev3b1_all.deb
Size: 8236
MD5sum: 37b86ada75c37da16c7577c1a432bb4c
SHA1: 59fa21dfc4804fcbf53a9f8c22458ce2a2deed81
SHA256: c27bf7a1946b18dedef49bba288c495ca428b3646c68d1a7efbc5d69ac09bc0a
SHA512: d7ff1bfa2c05429804397f36c012c0d0808993d2705620e89ec645329e1861e754056296927af276439d480c390aa9849b8343a713b07b1aaa31784f94fb2dad
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.1bv2024dev3b1
Replaces: gir1.2-traprain-client-0 (<< 0.2022.2~)
Provides: gir1.2-traprain-client-0
Depends: gir1.2-trapraincommon-0 (= 0.2023.1bv2024dev3b1), 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.1bv2024dev3b1_arm64.deb
Size: 9916
MD5sum: 4741cd1fc380239d5833196c004084c8
SHA1: 95e60e913d2b63a0377e4a1267314af9803ec1bd
SHA256: 9e9ca74f0261c03188c5b0956f99062b994c8f9d253433b8223eeb79fced3cbf
SHA512: 72d6cf32205efb36d12a0bb2eed57659b3dd9082f4eaf4b79ba4b3252e5c3e8118188c9f11b492512962489d9a017671eec6bd530c16e35131b9ba1923a9f0f9
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.1bv2024dev3b1
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.1bv2024dev3b1_arm64.deb
Size: 11232
MD5sum: 33ff50617702861f835578e372d966ca
SHA1: 17d551cc6d04bf1a526887a16234b2b002967f82
SHA256: edf895eeee5af56ac14a5e73367750e7675fe826172a7267351e6ab29f62c62f
SHA512: 62a5c53bca1a36e1048d84293837631044e37aff01a484a9b0302f4674c38e79f114ccf27cc3bd5fd047e6bef92a7da882fd625dd3fdcb01bdff6f7da97f9159
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.1bv2024dev3b1
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.1bv2024dev3b1_arm64.deb
Size: 9108
MD5sum: 574ce7abe76eada569c9bd3f7cd981b1
SHA1: fcf6f212ecca293634a76e07e6d895dfb48b888d
SHA256: 51fa8d0b74950a057df037c4ed9e51d1675c904f74412012b525da3f50555a44
SHA512: f1fa940da50a38c30d2413006ceed531164c3c9cd5049db8df8f02315aa99822897bb9bcbcbdaddbf0958fd4145c2943f8be088b3e1a6ba4901a51bd91eee3f7
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.1bv2024dev3b1
Replaces: gir1.2-traprain-service-0 (<< 0.2022.2~)
Provides: gir1.2-traprain-service-0
Depends: gir1.2-trapraincommon-0 (= 0.2023.1bv2024dev3b1), 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.1bv2024dev3b1_arm64.deb
Size: 9684
MD5sum: 2c98a7263144032826163833cf69c61a
SHA1: 36479f0b53a1810d5f888beeecff6ceb0fb44bf6
SHA256: 07d50a9fe80e769a356f472be09abc913fdf5c673ed30ea784c2a2d2c796c80f
SHA512: 988b3b1388056293dc24d651c15374f9c6969e6d1556e916c464b2b826e1b82785d8e9f6cb7e2d9da1713388dec29ce8e56d008c593721af70da1b70bbbdcee9
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: 480
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.5-1~deb12u1+apertis1bv2024dev3b1
Depends: gir1.2-javascriptcoregtk-6.0 (= 2.40.5-1~deb12u1+apertis1bv2024dev3b1), libwebkitgtk-6.0-4 (= 2.40.5-1~deb12u1+apertis1bv2024dev3b1), gir1.2-gtk-4.0, gir1.2-soup-3.0
Filename: pool/target/w/webkit2gtk/gir1.2-webkit-6.0_2.40.5-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 214136
MD5sum: e525a1781032ab1131df474a9a2636c3
SHA1: 8cb6f96c38015ddbd66deda1c6cdec7860123730
SHA256: bfeb68ccb8b30ea6655bdc67e0f2c1588b79cb85eefea29c88ac859f3a0481e7
SHA512: 3cfb0b70d462a5328c0402b43c7f3cb3e5b2603160c112070a4024f56ef3a78ead814ef92b6869444a6b3309a559dfd18c68a09d9bf2fa35a8e8e4bb5aecd514
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: 654
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.5-1~deb12u1+apertis1bv2024dev3b1
Depends: gir1.2-javascriptcoregtk-4.0 (= 2.40.5-1~deb12u1+apertis1bv2024dev3b1), libwebkit2gtk-4.0-37 (= 2.40.5-1~deb12u1+apertis1bv2024dev3b1), gir1.2-gtk-3.0, gir1.2-soup-2.4
Filename: pool/target/w/webkit2gtk/gir1.2-webkit2-4.0_2.40.5-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 245580
MD5sum: 28e8bfe971bc4741dd812b671decc8b1
SHA1: b6a5f18d39b566d4cfcec9c5d555bade4d26777d
SHA256: 5e2834fb8e659b742dbba4bd881f2f31e4597f0dbeaad5f66711ea6538132738
SHA512: c5059a0da3fe6b90356e0b9a650a36d214423bd9eeb369949bf52ebe3c97ee9a3677259704f557e040cf419a59b6dc9f8ef60775c005b81c39b0f00bc4dc0795
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: 654
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.5-1~deb12u1+apertis1bv2024dev3b1
Depends: gir1.2-javascriptcoregtk-4.1 (= 2.40.5-1~deb12u1+apertis1bv2024dev3b1), libwebkit2gtk-4.1-0 (= 2.40.5-1~deb12u1+apertis1bv2024dev3b1), gir1.2-gtk-3.0, gir1.2-soup-3.0
Filename: pool/target/w/webkit2gtk/gir1.2-webkit2-4.1_2.40.5-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 245612
MD5sum: 8ce0679ae5f7ecc11d63f600e7ac83f1
SHA1: 9281b26707711d2ee995a81ee732a7007c969c78
SHA256: 49b679612191cfd4b5de336da4cc18264ef8b6c547a2ecc7ad4c0465e24654a7
SHA512: 0402a34e902b1d4eecee20fd9ef8e6c398af1ef704b515adda7f421a58700f5aebc665d615cb91214e16a8082ca8c0f75a96c9dffcfe06655246fcef73808e6b
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+apertis2bv2024dev3b1
Depends: gir1.2-glib-2.0, libxmlb2 (>= 0.3.4)
Filename: pool/target/libx/libxmlb/gir1.2-xmlb-2.0_0.3.10-2+apertis2bv2024dev3b1_arm64.deb
Size: 10156
MD5sum: 88db9673c232da26fd479e26003034ec
SHA1: f219aeaf6a508ee61402e5d9423a2ea55d6b4a39
SHA256: 5a08405ac148a5c9d2312d1e6c02a9d2d211012725e0fdb9de6d0957b10bcbd7
SHA512: 3bd4dcc76de834640ff3ec893df74a4a66cfb3560d8dc3e4d461857b612f1c3407f43789eaffddc55380471f5f7a58858fce65f9d6e7a141eaa807ecb618f911
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: 299
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 2.74.0-4+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1), glib-networking-services (<< 2.74.0-4+apertis2bv2024dev3b1.1~), glib-networking-common (>= 2.74.0-4+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 65560
MD5sum: c04438c313b40f69aa9e4f49bc265bd0
SHA1: 657d4fe9dd3fae29a1f5bd4fd9b79b48bedf9d6d
SHA256: b8e121e4a1ac8a1c89bf6545d9fc42fddb3c96fda20226b4ae6b9839eb373dbf
SHA512: f5b2233049a88c1888c775d18f1e7942bd54856af152dba2a970286cae0b38eeb0cf5cccf23c379557df422506343b90aed7503e97c975a55a9c3a46d3df56e8
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: 635
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: glib-networking
Version: 2.74.0-4+apertis2bv2024dev3b1
Recommends: glib-networking
Filename: pool/target/g/glib-networking/glib-networking-common_2.74.0-4+apertis2bv2024dev3b1_all.deb
Size: 81392
MD5sum: 1a0ced149eaa88609bad35486f37ae35
SHA1: ddcab6dcaf0bc5f1fd91701be3edfa7767031b7b
SHA256: 4418665385dbe1e1e61fd668bc1a0dca228c0b25744c68caaaa110ea9edf760a
SHA512: 8d7e9c3b8c1e36d8881513744d4931020d1d91cc619519d7653a91d2b214300edf24662fbb5642a02f81e2dc7251beaa83b596c8db7df823db4a307263e884ed
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+apertis2bv2024dev3b1
Depends: glib-networking (= 2.74.0-4+apertis2bv2024dev3b1)
Filename: pool/target/g/glib-networking/glib-networking-dbgsym_2.74.0-4+apertis2bv2024dev3b1_arm64.deb
Size: 178384
MD5sum: 104c92972f3a9919d76b2a25f19e3b20
SHA1: 131044dca3d26a0ac0b25c19dd80a3782b2391d6
SHA256: e772a9a67dac5fd128627a930c1fa0225cff40e65d7817641b7cf8274fa1bf07
SHA512: 9f56620a8a045607ba24cde1980c8cf61a14ed7be209d281119ab4045f0238268dae58ce97a82742e6038b9dfeadda9e97eb8b02a3f7f31edbc357874f727c4c
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: 94
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: glib-networking
Version: 2.74.0-4+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.73.3), libproxy1v5 (>= 0.4.18), glib-networking-common (>= 2.74.0-4+apertis2bv2024dev3b1)
Recommends: glib-networking
Filename: pool/target/g/glib-networking/glib-networking-services_2.74.0-4+apertis2bv2024dev3b1_arm64.deb
Size: 12940
MD5sum: 0352430012017c6a1796fffc003f080b
SHA1: f9889579632fc8c6fd06141af68c81dea4056101
SHA256: 5af276e9efe24ef38befd2d0349245085897f7ecceddced01bf47fbc5fa612ec
SHA512: 95b99ed5a5b30c784294b834689eca17f91e870ecb88fe47aef625baf1325f85fc9546bdcbadfe38176c47ce145e6c25fb0dcab51cdd91ce6e8b3d37db6de5a9
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+apertis2bv2024dev3b1
Depends: glib-networking-services (= 2.74.0-4+apertis2bv2024dev3b1)
Filename: pool/target/g/glib-networking/glib-networking-services-dbgsym_2.74.0-4+apertis2bv2024dev3b1_arm64.deb
Size: 16008
MD5sum: 9de325a19cb86462099572286361ddca
SHA1: 447c2ee5e652f54e11c5ca5a51e5d6444cf7931c
SHA256: dcab55625fe96067596bf31a2dca438c59f69766b5051676fbf5fa77249885e0
SHA512: ac61ae8ae701f7cdfe63b85cffedb300981b87af8368554dc8fba79bfaad09cc9527a753257b0d9625e71311f04914dca7b864829e86a41eef90352674006838
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: 598
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: glib-networking
Version: 2.74.0-4+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.73.3), glib-networking (= 2.74.0-4+apertis2bv2024dev3b1), ca-certificates, python3
Filename: pool/target/g/glib-networking/glib-networking-tests_2.74.0-4+apertis2bv2024dev3b1_arm64.deb
Size: 99224
MD5sum: bf1d60d80e360127babcdb1c4d4769ce
SHA1: 136000ec3fa47742fa11bb8ec5a6130b6d68b1b9
SHA256: 1a3bd20ee06ddb57e596a497e7a7151e0854a6b109cf8b6e20b2075430b484d5
SHA512: a4b36ef283472adf99c260479d7d89fb4320566946d7d95eb60192e84b6261de6afb5ce8d18a4a6ba319b20df4f329b0fa85d0a08fac0d4b668c533b4a7a59c5
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+apertis2bv2024dev3b1
Depends: glib-networking-tests (= 2.74.0-4+apertis2bv2024dev3b1)
Filename: pool/target/g/glib-networking/glib-networking-tests-dbgsym_2.74.0-4+apertis2bv2024dev3b1_arm64.deb
Size: 111628
MD5sum: e9beda6cc657f120a3ec0ac1e64f97e7
SHA1: af4509f8a863fef7fb213f51888d1fa914d2ed45
SHA256: 2d4c16b3a049229368c4ece93d6783aa85050c9cc67a1bef9f09b6ecb30552e2
SHA512: 1e49b0c437d601e289b9c89d6a60b0a463e062578e381b8a7ba48e6655983a8a96570097443fb1b919f11b34928b4a17645e6fd3a8b1cab3179c745130efdc80
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: 3480
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: all
Source: glibc
Version: 2.36-9+deb12u1+apertis1bv2024dev3b1
Suggests: glibc-doc-reference
Filename: pool/target/g/glibc/glibc-doc_2.36-9+deb12u1+apertis1bv2024dev3b1_all.deb
Size: 3507360
MD5sum: 76cc2f3730e68687b4e5fff9effc96dd
SHA1: d42ae5d126d3236470f32ec160e10ad72c48e8bb
SHA256: 35b9626b3b46debaf8f19d6efc530637bb5bc1ed14f4af7b952af985ba97862e
SHA512: ae98b7779d163d5c686ad2a0fd97b602b36ff621b79bd0ba043eecadf562a5ab71e3ccf3a5733ac6d89b6fd375b7d15bcef835af202c441869027564c8c1fec6
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: 25291
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: all
Source: glibc
Version: 2.36-9+deb12u1+apertis1bv2024dev3b1
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+deb12u1+apertis1bv2024dev3b1_all.deb
Size: 20423788
MD5sum: fca3bf0df27627887617ce81d5a6c732
SHA1: 0370357ae6a99652c2f300566cc96178d90c03fc
SHA256: 7a7668e8f548feaf136989ef279085a7cce5472a2771acbdedd799be85850a9d
SHA512: 4007448f223acd71d0bb32bd7f6551a325e0c2076ea33078b61c7010bff1437edd0443d0c188907339e2c87495061db645694951437bfe1bc61205e364a7e24c
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: 545
Maintainer: Debian EFI team <debian-efi@lists.debian.org>
Architecture: arm64
Version: 3.0.15-1+apertis1bv2024dev3b1
Filename: pool/target/g/gnu-efi/gnu-efi_3.0.15-1+apertis1bv2024dev3b1_arm64.deb
Size: 111212
MD5sum: e75411339f19a71b9bef7e98a3769c01
SHA1: 843a5c695f7b28f61ae30e4c8cd0ffcb4bdd56e4
SHA256: 627e71acfe3ef39bd17e641d23e1b0ac335e49c878612e15bf9410fdf4b63d7a
SHA512: f823219e5003ef37f8eb93dafc607aa37f18c4b8688007174141b86fe6fdbc866ea6294d18988fdb6f91850bcc2361068335ff128bb7533b2c27a060d8f6e8e8
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: 1765
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 1.74.0-3+apertis2bv2024dev3b1
Provides: dh-sequence-gir
Depends: libc6 (>= 2.34), libffi8 (>= 3.4), libgirepository-1.0-1 (= 1.74.0-3+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 311456
MD5sum: 27607d8171cd26285aec4ab8551df12a
SHA1: 22c0e10defd4afcbedca7360ce8ec640367b4535
SHA256: 65184924e171e5252c9f1d81fc56ef4e8308a199555667ea25d18cb295698cf1
SHA512: 8aa8080c1f0c844274e63b4e37d8583cecd2bf1d9cf83fc171c99f5f2bf61fc78649fca9a40c2fe95f1940adc762d6d76a67a68102942cf0eb86cf3ef6d89008
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+apertis2bv2024dev3b1
Depends: gobject-introspection (= 1.74.0-3+apertis2bv2024dev3b1)
Filename: pool/target/g/gobject-introspection/gobject-introspection-dbgsym_1.74.0-3+apertis2bv2024dev3b1_arm64.deb
Size: 334268
MD5sum: e1bcd79191da8ee37c9c75b8a8c25ab1
SHA1: 84b9244f8eeeea1fb73a47a2abeb481e5b7d7f34
SHA256: b16bb925771feb38483bca25bdcd86c9df3849e99bb5f9c9e4a77445c9b85a12
SHA512: 4858ee329e2b85422c96ee6a5eb5a75503a74c742698a5ac528b2ccd236655bcef81ecc764f70c0d1c1b28bd4cfbef6ac81b67f11f9a8f20f50ec87196c904ef
Description: debug symbols for gobject-introspection
Auto-Built-Package: debug-symbols
Build-Ids: 0156a83698b01bab1147a783632e70acc45294c3 29ac8c7d82a186e3164cc4c5867e1d6b4c750495 436371388e86f01a3677577a8289e09ad8a30ca9 749fe2bed449d2f35194d03f776babece3ecd74b

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+apertis2bv2024dev3b1
Filename: pool/target/a/audit/golang-redhat-audit-dev_3.0.9-1+apertis2bv2024dev3b1_all.deb
Size: 13208
MD5sum: b50ed224a677f971e5082100c640ce3a
SHA1: db030d843bd6baf9b427d675befb3beda5fac1de
SHA256: 8838efddaa73c04cb5e1bfd3ef6282099e2fc157aa2d115544fcd7324ecee9d5
SHA512: a027348e8274f0bc72598e94fedb4954dce5c249729b12352ffcc565a58372907a664d06ff3c43c6cca9ac37dad7834a4c5dc50dfde2c724cc72ba59e8c16b33
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: 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: 375
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: all
Version: 2.10-1+apertis1bv2024dev3b1
Depends: perl:any, libgoogle-perftools4, curl
Recommends: graphviz, gv
Suggests: libgoogle-perftools-dev
Filename: pool/target/g/google-perftools/google-perftools_2.10-1+apertis1bv2024dev3b1_all.deb
Size: 53836
MD5sum: d636d2bacbdefaab93140e6be9f0bf22
SHA1: 564390c3b48cf52e390c078710e3b600176cf4bf
SHA256: 937adff7bd1a777902b1d55c6714761ab002741dbd70c1a23f5a4fd5f1d38d37
SHA512: 608d47d4a80284be6baf192fe8d5dba8d2686639dc07d4546480e6e7c960135b8cb5f202216f26bca80aa7777b7558acc724df8949c97b553edfdb896faabd80
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+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libgpg-error0 (>= 1.29)
Filename: pool/target/libg/libgpg-error/gpgrt-tools_1.46-1+apertis2bv2024dev3b1_arm64.deb
Size: 29652
MD5sum: adb594111e2e5b3d18d27cecd58992bd
SHA1: c9611548bc625c7d0305a83223e2032a98323eda
SHA256: d47ae11437235f8fb040b6ef56520d6d5f8e1a448e0347c5643716d28f095342
SHA512: deb92f716bf9a60a123c87b0864ffdae363792cbc60bcde0b35a3f392495147e1a86fdaa1b7d688088146914a5ddf64ecac8e193e8dad86a77847664acd884cd
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+apertis2bv2024dev3b1
Depends: gpgrt-tools (= 1.46-1+apertis2bv2024dev3b1)
Filename: pool/target/libg/libgpg-error/gpgrt-tools-dbgsym_1.46-1+apertis2bv2024dev3b1_arm64.deb
Size: 21312
MD5sum: 41cdb22280a71e643be726764445bcbc
SHA1: 706dcabaf8a6596778364ff9f5216e42879426fe
SHA256: b8c2431a499222fef73f26765e7f76a6d95e8ee70dd84d31e1892d822266bcbd
SHA512: d0776c957e8538445b2aae5843ae7d6c6875de183cf3e141d69ce4296c67cd0a2a40b4524fbf1acdf697f4af2f379bf2dc9e8db1c4f8528828f470f894ece3a0
Description: debug symbols for gpgrt-tools
Auto-Built-Package: debug-symbols
Build-Ids: 26311d87a78a2c2730975aeef4a8c7b4de14a7a4

Package: gpm
Priority: optional
Section: misc
Installed-Size: 676
Maintainer: Axel Beckert <abe@debian.org>
Architecture: arm64
Version: 1.20.7-10+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 176576
MD5sum: 396523d15e81d6b016a05db0fc3b204d
SHA1: f7a6238c2301cead1928f841bc81a680486efe44
SHA256: 652066c8fbd1b8c72073e54074d30b6f683a3e668643a7425f047e9eda2ea156
SHA512: 8393841c3757f56ec072c5cc358dfeaa69f655bcdbf4397719faa3779f856a543b88da84ef9fe441ea2894c6d155dc495faf4426ac94c28b62ab28161ca5ac97
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+apertis1bv2024dev3b1
Depends: gpm (= 1.20.7-10+apertis1bv2024dev3b1)
Filename: pool/target/g/gpm/gpm-dbgsym_1.20.7-10+apertis1bv2024dev3b1_arm64.deb
Size: 191296
MD5sum: c0a9998d3dd893cde8873290d2d2528b
SHA1: 032c0447a3e1af1638ff4837f8a363c572541965
SHA256: e532cd68e3c70f4d5d66c034e7faaaed97945b72c4bb63245dda35577e284f48
SHA512: 224ebed73a1ab6584c117b9d943e2a614f2f09d561ed2197f6d6c6a971ce5fbf572fc4322492ac9c6e7dcb6ff55b7ce4fbffa4e87ebb93191b03e6f1e2aaa2da
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: 3393
Maintainer: Alberto Garcia <berto@igalia.com>
Architecture: arm64
Source: grilo-plugins
Version: 0.3.15-2+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 931208
MD5sum: 485dac382c1989b7d0103f25066d388a
SHA1: d4d2cece824be95056e99d90642454de456745ce
SHA256: 3f9d8d4975b601a963007163f687d5a6d4167f4a37cffa12801e6888b4f443ec
SHA512: be95f5b8daff01689072d4f52438fb3eb2d400514707e0fb7a2e5320cb39264b8fa6978bb9e22c00a4061a38c0631d031dbdcb21870cbbe06db7295365229bc4
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+apertis2bv2024dev3b1
Depends: grilo-plugins-0.3 (= 0.3.15-2+apertis2bv2024dev3b1)
Filename: pool/target/g/grilo-plugins/grilo-plugins-0.3-dbgsym_0.3.15-2+apertis2bv2024dev3b1_arm64.deb
Size: 675544
MD5sum: 112a89c677ad0b5113e1b6564c4f3fe7
SHA1: 1e6ca81b7525d846f36499cef5490d6fdea2386a
SHA256: d0ff8e227812a9128009a867dbab751e59a51b941962d090b89631d908d5e1c9
SHA512: bbf61964aa8e9e4b44829fe7941b46d9811ccfc508bd4c7661e8854c711406f5f0656306421eb8e3027bcf4dec4a2e337d99c9c65d816ccb3819a8dafd7ca593
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: 86
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gssdp
Version: 1.6.2-2+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 17468
MD5sum: 3cab04004b0c7e44254523f75955c28c
SHA1: f0d7f07150206e42a1521f8ef550f016ef792d7b
SHA256: 9b617f7a5cf363ba192837f139b69de932fddf354f361d86ecf877cd94b0ff10
SHA512: a2c30f0b932077d11a4c635ebeb9c15cf214517634be7deb147d9ade58405176db945da06d52af82397699226d670c10fb69a8295cb472ea119aa13fcc82a2c3
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+apertis1bv2024dev3b1
Depends: gssdp-tools (= 1.6.2-2+apertis1bv2024dev3b1)
Filename: pool/target/g/gssdp/gssdp-tools-dbgsym_1.6.2-2+apertis1bv2024dev3b1_arm64.deb
Size: 30212
MD5sum: b7e95d06b9a301d1dac52783372f42cb
SHA1: 4f6b20a3d7abb3663a343ccc990ee82a2b300daa
SHA256: 9c9bc1e489ee34cf2e67ae2fcb0d23380952672de8a2c1fcc581f80f091230aa
SHA512: 566015847085a3aea8be207b1ff785ddf4a998f91ed29f4edce1d97a96aa98c7cd858ecb5815f01094be0c20acdad09df232cc30880e7083cbdc5e92ffb225e7
Description: debug symbols for gssdp-tools
Auto-Built-Package: debug-symbols
Build-Ids: 9b554f905dc2339384bc649ce46280127be6392d

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: 229
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis3bv2024dev3b1
Depends: pipewire (= 0.3.65-3+apertis3bv2024dev3b1), 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+apertis3bv2024dev3b1)
Filename: pool/target/p/pipewire/gstreamer1.0-pipewire_0.3.65-3+apertis3bv2024dev3b1_arm64.deb
Size: 58712
MD5sum: a63c49c10c9557df0502bd8e4027df5d
SHA1: 0c17848983aa6262b583ccd31f33700aad14644c
SHA256: e221d916997799f0fcd0b7fa78e07e0aa80a90d2d54c355f5c24b6d8847cc0ad
SHA512: dd21843186feb41bef0f20600832a2ca6ec45e1f0644961aff09fe6ac3ccab0389d202d9ab77964104c29a6bcbd545cf69f647f1b3f93342fca7706acd65654b
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+apertis3bv2024dev3b1
Depends: gstreamer1.0-pipewire (= 0.3.65-3+apertis3bv2024dev3b1)
Filename: pool/target/p/pipewire/gstreamer1.0-pipewire-dbgsym_0.3.65-3+apertis3bv2024dev3b1_arm64.deb
Size: 215036
MD5sum: dfd706a84fac910c0896f7746398517e
SHA1: 128f9fa74b41cce719d344cd42cbd55097808382
SHA256: 57893543f3cc9549aff0a8eb4363b0fc437710fd7a4550ee970ff8ba2100e45e
SHA512: ed6861cbf382a578a8f1f2ca7f627cb222a042efe7df046a7942cba509ebf1a9106dc97cae68f710bd8ef5cbea823736f17c761c6e76bee45fe32dcd4d6bb25e
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: 14911
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk+3.0
Version: 3.24.37-2+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 1603900
MD5sum: 7e40a369f3ae379d36aa0fd6709b3e08
SHA1: a0b3f865b6b1f9f79c0a76f1ba559c047d4afbad
SHA256: 7f90b8e47fb6891886e03b6401da740b748a13ddd1ec4b83180c77e979abba2d
SHA512: ffe774b27ce2a2b675aba28a45a6072bf0c1eff07013b9a22606e873c53b407dfb8fce591321dac9a0f56318f7895009e7973c86cd1e3f045f8377bcf5ca8736
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: 1994
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk+3.0
Version: 3.24.37-2+apertis2bv2024dev3b1
Depends: gtk-3-examples (= 3.24.37-2+apertis2bv2024dev3b1)
Filename: pool/target/g/gtk+3.0/gtk-3-examples-dbgsym_3.24.37-2+apertis2bv2024dev3b1_arm64.deb
Size: 1238528
MD5sum: 8eb7cfdd393226732ccc102c4bf548b7
SHA1: 907a53b2d6bab9abdf9c11757bb29ddc971faff7
SHA256: 5c467dd88f3d3848a9d47f452fffea6e38b8baedf9f190aca9a8792dba109f10
SHA512: bb06290b4b910074e24b824063f97fea4d02a3bcf9340b140d032be03e093c2dabdbe67794fa8348b2f6d2e9cba94476ec43cbb5f962b5ada3c9c22d5583059f
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 4a88e3b8dc2f02fe9d27d40e2171137ecd8774a2 4ca25586b5045c02e23646e634a65c9dabca751f 4e767049dc7cb2a17f127ab2dea603df58eb2ee1 4f803fc40c39060283c4d996a40a9dfeddb3af3d 59b14d71bd7a2f09b7b1cfc1781f8ea7e90853c8 5ab4528c2b8a3472aba0f960abf4c6b5c1139678 5cbd4f86c1c461aff36b55a10b00d296bbb5903a 60ce1b53d82ddb0148c159795dd02876fa0b29cd 61472e4d51176244cfc59ac8f434bb906de30a1a 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: 14668
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk4
Version: 4.8.3+ds-2+apertis4bv2024dev3b1
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+apertis4bv2024dev3b1), 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+apertis4bv2024dev3b1_arm64.deb
Size: 3570436
MD5sum: 59d9707d02a10f32f128d2e9ddbe95e0
SHA1: b67dddc2bd7daecd56233aefe5bb33a926a1e6ca
SHA256: 3691a8729ecb66e8a4d12f50839d8735f71be1d7fe30fadc4a908f209a33acd0
SHA512: cb5e33689abe6cb84b8e573ce6d37528db0757deca6a5c12254cfac62567c3152ecd1eeb8db539f5d8a90fa058d3ebc69cdc9f5071e27d3918ea6a95086d7cb9
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+apertis4bv2024dev3b1
Depends: gtk-4-examples (= 4.8.3+ds-2+apertis4bv2024dev3b1)
Filename: pool/target/g/gtk4/gtk-4-examples-dbgsym_4.8.3+ds-2+apertis4bv2024dev3b1_arm64.deb
Size: 760700
MD5sum: ed3ac709a41d24ae8de76a1a3b2b6087
SHA1: 00e373b02ed1857778b263fb81162e975ffbabcc
SHA256: c99e943009c7daa2912d89a160ecf70eec125a3819269d4195f6aaa1b9738583
SHA512: cf9337882589ddfefe90c4f7f540b0a4ae59548a82caaffee01c3f5aa68cffc2d0f08346a0290e6908a0a04b091de8e6fdb307af4d0923b18e6712e4b15d865c
Description: debug symbols for gtk-4-examples
Auto-Built-Package: debug-symbols
Build-Ids: 27d3d270105b9be3e4461d507ee23b07266634c8 77dde99ae1eb4935ed327e4ac8bf39f8e64a0127 8592c5a4b87b4c90fbb1bfacb99d9b6a5bddd6b9 d2ed802638a81490d5666f6b9a2b709f4cb9bc2a e599cc8649e147654c964ca546334e915ca04b22 ef466b1f66c98fbf390f58e85d97d9a1049062ea

Package: gtk-4-tests
Priority: optional
Section: x11
Installed-Size: 97614
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk4
Version: 4.8.3+ds-2+apertis4bv2024dev3b1
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+apertis4bv2024dev3b1), 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+apertis4bv2024dev3b1_arm64.deb
Size: 23552088
MD5sum: 55724d1d05334620f9392838da1277e9
SHA1: 83583e1fb61b4c4020c0ae86238ced131600b299
SHA256: 719cddcabdf028c0f429bce9b4d636248d9669c5e5926192f7f543d2664a7b43
SHA512: 56b69e2317684781570e72f99f425fe4cf3fd44bf954377b5fcb8960673088ebc86323ba632d824fe5eacdd8a311aa4eae68bef6d2435cb47d4af8a722f4839a
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: 97672
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk4
Version: 4.8.3+ds-2+apertis4bv2024dev3b1
Depends: gtk-4-tests (= 4.8.3+ds-2+apertis4bv2024dev3b1)
Filename: pool/target/g/gtk4/gtk-4-tests-dbgsym_4.8.3+ds-2+apertis4bv2024dev3b1_arm64.deb
Size: 86412804
MD5sum: f9528cc5adfdfd975e1ddacfa2621919
SHA1: 04df625737ffb46c0e8d4777900cae36f9eb12eb
SHA256: 3a9c75444248f7ceced5b6c9124658689c86edca51140e1cabf21b463bc5bdda
SHA512: 2136b04fbcf976ad3cd5bc271f3de821b20f9a85d11025a539b29288dbe09f900e467a2e53417d609e89e11f040ea79d15c6e508f98aeeba0fa7957876cf722b
Description: debug symbols for gtk-4-tests
Auto-Built-Package: debug-symbols
Build-Ids: 000009b4970658652204a272bac7e9d9fdb5e771 00d0250334beac6ca77f69f2f51d92240fd95ac3 01216557d5d0fffcd4eb22a39642318d19427e18 04995b25569bfbffb9e19fa1e370d4dfb5b3acda 0879b2b6ef781d3a2490b44944b61ef2c4aac683 0af44ea23d7ed33286dab1d0278ea169572bd6a1 0b64110431c4e2387f4efdbc2fe5f0e52adb6037 0c9eec450a6cbd9fa2fac390fb06bae5b125d92f 115518d4139de6236a818ed9badeb2d401e6ac28 12863443b0d2f2be275ba409a37c8c1058af4273 12c84cbebb440e5b9956c136d5f783096921ccf2 13f1cf9dd0b18a0f873bdfcc021a0455963691ab 13f542346792280293c66809cf6ec465cd5bcad4 14a07842cb5c17cea4d610aa5aaec4ae7047916a 1589d6c261f1dc21126e6effb6bb5834e68e63c5 1725dcfc15ab32aac3b2033a31ac040d104ff634 24773c136a4caeb40fcfd586be58a86999a5411a 25119812cb04f597d4ee94f72b5b90565e2d4b4e 25a4eb5e59f70967afa0b6e094dc525a6251fad1 27371179baf6d92bfae6f74540a9c57f4c87d505 2a56be47cdcf5ba306aca342d0f8a964a23d88c3 30706671cefb12935943a8f393371c4a2175c4f6 30b1b2502f15a087ede262b6526b7b4d3ceff3bf 30dbbaa221154742d214bfddd129f608ecb7be73 3117702b9d68c83e57e121de6564f3f1083d1117 31bd51a791c930952c4c1f25502466da8787f8bc 3729a01a58b862eeda2fac46eb16ec04cbaefca0 3e23dddb67a562cd4dae174d572680e827687979 3f578387050b084812dad76c951d423badb74fb1 3fe172c3657fde649eaf514ce2b9e12e04df3137 40347c355a5162d2804b4ecb1ca46a89e10872e1 420e9c8f947aeba99c75fccf2f0531ab7df35253 427c09456b2924dff172d97052b551859d109fad 42844469da9626d93d9d3cf03d539c233eee0828 44623ef7e2504bb048b668c5eab9a7ecc16c8af4 4c1b9f5dbde2e0cc7673896550691b07a814e7e0 4c7d98191a850452f74df5c07b58f85ba593b130 4dd05ca517dfe5ab47f6923888c9eae0d06e5929 4e00de82b73e840d06ad1a354574c6b165b25e46 50f302bbeee3e7c79aad801bfc5f7f3de609cefb 516e341a18d5cab770596c6040468317281139c0 550731a5b70f7f807199790464668942f3f0d705 55184b133e5aa8dca12bb0d8af27e1b82e4695b4 5a1456ae1dc4de837f93340fff8a63a34eb8dd55 5d800faed1a2bddd7301091a77416e1cee049b6a 625f456bd8d8ad4dc2699e88aa1e042dd33a0b14 63741df51357e3e771dd9554173d4b0743753a1c 67890eff00b17d8b88d2d79378e473c1b60ebcad 680b514cfbbbbd20470f657cc52946276effa7e5 6d4189d8b8c7d564ed5a11c67f8821d65be44cd5 6f60c6699445cbf6ac32763c133629e30ce28347 70a32bc0d0bfc9aff35ddd3027e60104c5d8b2a6 70d439f317abca68946f5174c357f264212181a8 73c43c188208b544cc5817244229076cf7a58574 73e3aae2f1e4f75fb965d9a6dd2d5e76d0b65ac0 74f84728a2a8b0b788a9087f1cff7f9bc39b5997 760ac08d07b45562e51473245827b975d307bf68 7b803376c422107996c561bfcb8dc78a3c8427ef 7d246c0c0ff718bb926ba1a7e7e1b6e4159e5b40 824ad174558c49e82f615e37f4de816acd2c3f0c 83580ea1c131813aafc3855ca92d8b9bd415db91 8444e6849b4db7591809d6a345f9c6ccfac7a3ab 844af0319660be8ff8f40435ec2141a5c88146b9 8528a08e0768c78e6dee6909ce47b66c9c5553a8 8816289099844e853f60b01dbca3ac6258437c8b 8f38f9a97cdd75d46c7520034e6fe40046097597 8f75690e1271de182f87331ee49915cf7f0e65d3 917f65f0167c54607dccc48dd02dfa94a492c0d2 93acdcd902f41e89a1b8d4b811155e98bf12c04b 94a6a03e93d4e0bf3ab0f09b8af9bcebd3e52ab3 997afac7a39a6151ee8339e9113a70bf83545f6b 999c70bd28e4dc136b2c0fbe92cb3588d3c46271 99ff5e9399f72714cf209e7c6a25a64df323807c 9a97c611448477d99b0f60c7a42d692f1eebd1f6 a268ea98aeaad14efa3c365a34a16c45a42ca5b4 a2893d87cc0ea6dc591db38b65a66b130d96f44b a332fbf7902c9b790a5faa86276d3b39c2bab1fc a34d4701a125daf5633bbbaac4593ac93285c032 a3b4352deb98ccb0f740bf1904ae54422d2cf2ce a4c3316afaf93e7300149aa8239a7aaa0590a44a a4e3a67c425752749e2883842e91c045b331fa1e a5e778fe7a6f4dc30911984ee821c895a96b703c a5ec545dbf368a197fa5fc7bd05300b9badddcf8 a6f184ff006a8097adaa6543bc69d4ff7ee507d1 a8e5d3326ea915d007643d8085da4d8671fbb349 a9c11f7627d63592dc0dc76ba7cfee0ecc35ee2b aa3ebc7b5dc438a06aed494de071e41a6901a002 acba3731ac37b251fb6601f2f7bec7d0067de1f0 ae1a761966ec8bb83495cf45404c9854bc890cc8 ae28622f24017331aa4a669391ee80135c7ba370 b08c98d3ba5bfe2e476a727eb4799c73471e1b70 b101c23840064d43914f360fbf14bc126d787886 b59ad0ceee7a0355a37ecc39ea431b1679367f94 b5d171c0b859459e9ee91c5776f82fd4515e9551 c0b9e0d699fe48fcd995a843e997358f88b2c50d c29a664941e9cf90bc107739b6c5041b51899364 c5b0f57a434b3cff6c922fd0e58ca8140eaa5ab6 c5ea617551b1006a97afaf41f17a72eacf7f00b5 c953fce07050a831f56fa78ea0fa47de101c3557 ca1cd33066dcac5f998ced59200cb25084fa5e50 ca7087eb1dbc25102c40af1a570bfebbf7605aa7 ce2093137d93aff796dcec1d6d1c9fe4fe476a6b cfd6e4703bc31aa4f79b5c25f3fffbc35d29519d d2fc34b7d32d279d9584fff8f2902d66100c0655 d756ad5b4bb1238c2bf9be090ee8dec145dd1d95 dbedfd6e128819b5d6c402d771f8481f189fddf9 dc5e320cfe7295c811d15c1744f91f93ad96c001 dd3d30bd8ca0883be990dc993ea957c9fc439dc0 dde6c41af9185a8f288b3560f8e51878b54b1e00 e00b0a3a14b83c9bb9759e8d94901f88d57cc7a2 e073091479b33702ed148f9866ad8d3514d45b0c e08b157687139168a9c0956a07ffcd0930841e1d e185ded392be7172687475d120a2720ed7f10b40 e22385449db1cc014d4fe0707914666028b22885 e6ecf8bfb49af7131f901fde7844d46663d08bea ec95ac9ead7b00da17a1137627884eb01fc86c29 ee950a8f7d21a98fe54cc94842d12a9d29589488 eff0e0d1f07999f01d5636e66686c5158b908a99 f2731801c35522ba921b38bc18911bda94c40337 f3207bdcf2bb742aba3c0cdac6976248bc56c5b1 f3da6f6e0da8f2f880649d19b2bb5fab9e87d0d1 f548597cfc1ce12f9ca8f61738c883a066d07c34 f84b0d4621712df806590e308fb7f14963144a52 fa7d57a970a5159135dc87f822bd6dd68788130f fafc285cc54654f2a4488e94fd21c560172fc34f fd67c644cb54c4ca7275a922009823e92c7a1c7d fe40b0671b44f6ee0d6c126b5ab6ede9bcf9efa3 ff2f33f195d893fe6d9bce93ac5ec1141820de7c

Package: gtk-update-icon-cache
Priority: optional
Section: misc
Installed-Size: 175
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk+3.0
Version: 3.24.37-2+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 64844
MD5sum: d002f85507fabb09d4843f3ca7574ad9
SHA1: f9e1865caa7b930862e808560b991890d2985ec3
SHA256: 9004b0bc711776b6706fc15cd4d5d665a3215fb8b9771ffccb17b263bcb4a4ab
SHA512: a6a74af1abde7ff36f0933aaf25c12be467c362459593ee24fdd44922383c4caf9ae1c3e42d5a316a43ba0428a9961b71be1a05f4803407b4a87563e0ce67275
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+apertis2bv2024dev3b1
Depends: gtk-update-icon-cache (= 3.24.37-2+apertis2bv2024dev3b1)
Filename: pool/target/g/gtk+3.0/gtk-update-icon-cache-dbgsym_3.24.37-2+apertis2bv2024dev3b1_arm64.deb
Size: 37196
MD5sum: ee7ec38e6f87bc3dc6f3b92ce4a3cc05
SHA1: 329b08354dee61dc8aa9166427459c460db6e3fb
SHA256: 2d893d689059529126406cc94020abc5bd60dfc80c9526b219fe5d4f9dea9d9d
SHA512: a0fb92b06cb3b8e37115a646fb0223dc39ab69cace09f4344d6ae9ba8fb92d39497530284bb1cda38152c040e044dbff7ad8aaab273a38e9fb5ef32785d15a35
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: 434
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 1.50.3-1+apertis4bv2024dev3b1
Depends: gvfs-common (= 1.50.3-1+apertis4bv2024dev3b1), gvfs-daemons (<< 1.50.3-1+apertis4bv2024dev3b1.1~), gvfs-daemons (>= 1.50.3-1+apertis4bv2024dev3b1), gvfs-libs (= 1.50.3-1+apertis4bv2024dev3b1), libc6 (>= 2.33), libglib2.0-0 (>= 2.70.0)
Suggests: gvfs-backends
Filename: pool/target/g/gvfs/gvfs_1.50.3-1+apertis4bv2024dev3b1_arm64.deb
Size: 116540
MD5sum: d71607a85c470f0c84c35862a6a045fb
SHA1: f9e41a05714d392a618484de87ab23b95ddf04dc
SHA256: 6883b5f045b3052f0afbbed0028e727e1d55b47b6d5cbe1b618a9df81ac71eb3
SHA512: 21485b71de37a0fb56404e440f49e33ae8e15b2b2bf63add45ffc2416af2bfde4cb5e06dbe4d716271b70fdc5d74890271f62216b03aef55b8b1604c55973d7b
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: 1965
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gvfs
Version: 1.50.3-1+apertis4bv2024dev3b1
Depends: gvfs (= 1.50.3-1+apertis4bv2024dev3b1), gvfs-common (= 1.50.3-1+apertis4bv2024dev3b1), gvfs-daemons (= 1.50.3-1+apertis4bv2024dev3b1), gvfs-libs (= 1.50.3-1+apertis4bv2024dev3b1), 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+apertis4bv2024dev3b1_arm64.deb
Size: 283160
MD5sum: 29fc99c7972afbc7c111710b58c71392
SHA1: 36906501ce575b70b8d49eec4b7393651e9382ff
SHA256: fe8e208b051c5293d0aed13ed205e29d8193ee8da1eca7dbd8a576d45510ff54
SHA512: 1b1196839c0400f3ca1d48a591aab764f6068749bfecd37deb6191b54f6ed0b5f041513d609a0669489a37650450e8955df4600ca94b64624ad93fb4852dad7c
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+apertis4bv2024dev3b1
Depends: gvfs-backends (= 1.50.3-1+apertis4bv2024dev3b1)
Filename: pool/target/g/gvfs/gvfs-backends-dbgsym_1.50.3-1+apertis4bv2024dev3b1_arm64.deb
Size: 1265784
MD5sum: 71ed694a6f76e0b8c016e1fc661c2910
SHA1: fcda09c82f4e7aafd512090db1448211c41b3e78
SHA256: efba4796a25b924e52014ea9e1e7492400f353fddd2ad527ddcff77f78fca249
SHA512: 94adb31b46e2b8aef7afdc4baebb347546891390f84ed527ca53da868a60a498e4d42986ddb6dc59cab7bdeb602851d892d07cadd5f4e3d84faffa23b52f7ef1
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+apertis4bv2024dev3b1
Depends: desktop-file-utils
Recommends: gvfs
Filename: pool/target/g/gvfs/gvfs-common_1.50.3-1+apertis4bv2024dev3b1_all.deb
Size: 481324
MD5sum: bebceed87d0b074e1989aeb6551cb785
SHA1: de2a0687517e4f62ca2e8c636ea5a1c03af0129e
SHA256: 3291b20cd4e734ebd84d3703582b8ce5158944a11c36e8bd84eda3f00e4b94b7
SHA512: c3d003d4834a241515843760c205356f8b9fc211f8f22cc3266eef38e4c606139134bff150088d62aa092b13f6d4cbbd514305bc07747c2da2a17dfc6013544f
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: 642
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gvfs
Version: 1.50.3-1+apertis4bv2024dev3b1
Depends: gvfs-common (= 1.50.3-1+apertis4bv2024dev3b1), gvfs-libs (= 1.50.3-1+apertis4bv2024dev3b1), 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+apertis4bv2024dev3b1_arm64.deb
Size: 104304
MD5sum: c4917cfcb9b2dcec443b7c5478ae8921
SHA1: b97423e39a0d4612dee2ae247f269548af3d4cf4
SHA256: 6d1b3018e7348ba98ece0f2c0b6e4f3c5bd30fda1bf215d47492e03e0119dbb5
SHA512: f2c2605dbbf6b4305618e3660d063c5c40c963432f84b8466b9509315f7eb6c8a36fecee4e172c230983953ffdac72846d3da8c12a5f159ffb82338f151119f0
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+apertis4bv2024dev3b1
Depends: gvfs-daemons (= 1.50.3-1+apertis4bv2024dev3b1)
Filename: pool/target/g/gvfs/gvfs-daemons-dbgsym_1.50.3-1+apertis4bv2024dev3b1_arm64.deb
Size: 389124
MD5sum: 61b5f5f1bf94966782396be18e0c7b6c
SHA1: b8782d91db95aed064896d54b9a4f93c214fcf4a
SHA256: a7b7533179bf1ad779776a27f34077fdefb773523c23bff82037598be5282498
SHA512: 111f23050fed0589c294e02f1398cb56bf9e172be764a11b9f16c7f0fec0e06eb169b934001ef561d7f8de4e1b618ba2584f5174579227e38474788818d22fcc
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+apertis4bv2024dev3b1
Depends: gvfs (= 1.50.3-1+apertis4bv2024dev3b1)
Filename: pool/target/g/gvfs/gvfs-dbgsym_1.50.3-1+apertis4bv2024dev3b1_arm64.deb
Size: 375968
MD5sum: 75a908da56045f2b655bfaf772ebb815
SHA1: 749c7eb025d5eb30e75018507017c58435b3380e
SHA256: f3009e6e3b4e85ccbec229d3d6a1b6ffe88922f964ff226a9f6ee1cb7f87a1aa
SHA512: c2a76e6cfdf776744b98f175ebcde6513fae98d10b50763fe141734f626c5a8cd7729122fe9ad08198420d9649234ae6bed55b3096e3d4d632e49a40d383d733
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: 91
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gvfs
Version: 1.50.3-1+apertis4bv2024dev3b1
Depends: fuse3, gvfs (= 1.50.3-1+apertis4bv2024dev3b1), 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+apertis4bv2024dev3b1_arm64.deb
Size: 21812
MD5sum: 1fee5e46cd7be5f4a3f4b4da7e56b1c2
SHA1: 9b1eea95a9fa49e839d6a89d8c7b442e8ae19ecb
SHA256: 5d62ab020b266a661b146f45ea46a019931df3ec6c58050a377a469ee324e753
SHA512: e0baf4bb039de7af5ab8d9809a2f57e5f57999ea7cf6710c8a78e14e3fe6365aae0772b6233b6676be680fa5560014f031d18112c5f1dd02e2532b238ab81ed3
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+apertis4bv2024dev3b1
Depends: gvfs-fuse (= 1.50.3-1+apertis4bv2024dev3b1)
Filename: pool/target/g/gvfs/gvfs-fuse-dbgsym_1.50.3-1+apertis4bv2024dev3b1_arm64.deb
Size: 46372
MD5sum: 05691a7f9594b1cd68cbb1bc14a0ff78
SHA1: 2114f2b68c1c693a8ca3aafc336166a2e48bc61e
SHA256: b300fcd3d183d3b72c439aa83e0005d5848c86184759e2d353264fd93d92da51
SHA512: 0129494b8d0d1c11bda1d34f5651925e061563073f75ffdc1298cc2a58bd0fda1929f80db0989ad971a925ac096a753b1b12cf8b789a8911d9fe504901133211
Description: debug symbols for gvfs-fuse
Auto-Built-Package: debug-symbols
Build-Ids: dfc468ebc97f5a463595ac32f311a8226609b53a

Package: gvfs-libs
Priority: optional
Section: libs
Installed-Size: 478
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gvfs
Version: 1.50.3-1+apertis4bv2024dev3b1
Depends: gsettings-desktop-schemas (>= 3.33.0), gvfs-common (= 1.50.3-1+apertis4bv2024dev3b1), 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+apertis4bv2024dev3b1_arm64.deb
Size: 99592
MD5sum: 15c2fcc65be828d9018c93ab256e7acc
SHA1: e43a0720dbf3d4c59aa2dcfbf421374d3a28a3c1
SHA256: 03d7dcb01535f401446d7f19b8a5353085f880d09cd20fd50b3e7484a3dda4a8
SHA512: 1f0b955021a7f5f257198cc8e55781341dbf5bc553fbe2893b00bcc270f39d46bd0a6ddea73e9db44140db5074918452125631fb0d2f0a1e3c51b0185dd6f69d
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+apertis4bv2024dev3b1
Depends: gvfs-libs (= 1.50.3-1+apertis4bv2024dev3b1)
Filename: pool/target/g/gvfs/gvfs-libs-dbgsym_1.50.3-1+apertis4bv2024dev3b1_arm64.deb
Size: 357088
MD5sum: cef24c50282e79c34d9a38dc5dd7fdd9
SHA1: 8108dab8088e428b071fe2ad5f4aff12e1acdb11
SHA256: de82d452f1c4d4fd726a86ec27a8035521b103451d997f599166ebfdcd9f2c82
SHA512: e78a645999cc713b2bc5449e267a6cc07591c79c85484ee2887eb87c3f703ebb074d7eea63d4756607fb8f778a27b0ac90dfb1186d0971dc54ee8ac38abc6ca0
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: 1504
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 162696
MD5sum: e7f39c1b548f721a37bc44fd7548f0a1
SHA1: c8f18a25f63221507dd9a870603df3e37fc04303
SHA256: 9d2dd151dc35991bc7c7e597eca000858655b38f1e33ad720a1b12e4f24b6ce1
SHA512: 07d0b719b36293ee16162fde1e2f9f7445c2175fc2e60198be939caed6f8b8f6ff533becd7a9c38eeba6491cb6dfe9674cc814b3148315d0c576bc7e8b1eaf0f
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+apertis1bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: heimdal-clients (= 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/heimdal-clients-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1_arm64.deb
Size: 500092
MD5sum: d8c624bf0bc14e4670590a971accf068
SHA1: 95a9138f635419a680c93a0c1ee10000443d80bc
SHA256: 903133e8b6c00171381177ff2dda60931468240b0413c1ef03b17c1a0df4a64b
SHA512: 2cadf7451a5b7070782d54b718b5a3889dba0c9f3c00619f086a93f1bcecc0d79410622e85e418673a5fded92709455aa51ca39c28c7b98fc802f33b69c4a258
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: 1405
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1
Depends: heimdal-multidev (= 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1)
Conflicts: libkrb5-dev
Filename: pool/target/h/heimdal/heimdal-dev_7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1_arm64.deb
Size: 126964
MD5sum: 9f46acfc18af0feb2c41fa2bb1767b9e
SHA1: 46641017807af67a4ae7084a90fba22bde2cd876
SHA256: e2fb85c5449404bff13f546488bc5087a010688eb4aa83e416e9b64fa5205329
SHA512: fb96af9cef7f2196dcc24dd5ca63bfc21bd988ae13b8a757c4086f798a32407e3d8827a7fcc3a57f5ef357b6618d1d0615792e2a2f79ef09b972c1bc5ee159a6
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: 119
Maintainer: Brian May <bam@debian.org>
Architecture: all
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1
Suggests: heimdal-clients, heimdal-servers
Filename: pool/target/h/heimdal/heimdal-docs_7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1_all.deb
Size: 96184
MD5sum: 347ba238809a30334e52e451ef135698
SHA1: 88b68ae890f4583aa0075d642aebac4dc34d4466
SHA256: 25f0b7b81f48470f6f31e474ad16be11d342ec0e602408330092e90d278165b9
SHA512: 7c068de12a6af073e98fccd7c6d5fec5fdf084f4668ad96f621796b068892886bd2f884d94062045a12d8d7f7c9b148320ad023bc74e646428a123310d3a262d
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: 108
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 39924
MD5sum: 4514bf482f41b2517f387b88378cc85f
SHA1: a926280ba62d539ddb7c268d47408d9c41f4f55a
SHA256: e3ca95dc714e950191e09bf89601f0d02dd6965731f7ccb77bb35f50d0c2ddb8
SHA512: d2064bdc5ba83923e144b7a684201f72bd4478de90f699693bb701c44a57e63b0f965be09bd432d2e1c2041de8acae69753b887e0d97fdfb61437a202cee44cf
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+apertis1bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: heimdal-kcm (= 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/heimdal-kcm-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1_arm64.deb
Size: 100992
MD5sum: 8492c159613e41a4bf79860b8dcf19c5
SHA1: f1de34172f7f6f357723ac29bcd12550d36282a8
SHA256: 0eb5954285c95c000cc7b1fca1cf2c4e6929fdb0e059a80dcf594f80a9d09a6b
SHA512: 157c5277e30131285eb16e1012c6b1051b1ffec796f2a4eb0fb0ed3001b916f0d802c92d6e1084b04349146cf5f8ae00151276fa55133a9b2daa1ec058a77a99
Description: debug symbols for heimdal-kcm
Auto-Built-Package: debug-symbols
Build-Ids: dc9d733618176774d13ce079a4875ccaefc128ff

Package: heimdal-kdc
Priority: optional
Section: net
Installed-Size: 788
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 112096
MD5sum: 51b7feaed755119e52cd7f3ef506e8d3
SHA1: c580984e147d55aaef7079af19304dcd302bd5cf
SHA256: 42f27af3a5c75924d74fb0c489feeeb5b51f67022c086b8e03e85cfc22e29ff4
SHA512: f97b5df75c047db66f7f40880dbc74e8a08fb1a4a1a86fb7b7b96591058d20716b4bee7d0936d73ee816d7aacba8bf8c318d1bbab71d6cb1487f59e6bafcf878
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+apertis1bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: heimdal-kdc (= 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/heimdal-kdc-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1_arm64.deb
Size: 379920
MD5sum: 27d19a64f0843a9c34597a583746508d
SHA1: 62ad3e115c4fae828609d7e4698a3716be3f6882
SHA256: a002fcfa26ec03337381278654cbdc49d6ff122e6d28a4c630f6130aaba1d8a4
SHA512: a9883a5ecb524d818fdc49b083921038c133292ab183b34ec9e2d48d92f7c6378e78f29238bcf62ddcf1379f12e825c058320b62113a9d202ca379fce0374a6c
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: 6962
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1
Replaces: heimdal-dev (<< 1.6~git20131117+dfsg-2)
Depends: comerr-dev, libasn1-8-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1), libgssapi3-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1), libhcrypto5-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1), libhdb9-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1), libheimbase1-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1), libhx509-5-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1), libkadm5clnt7-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1), libkadm5srv8-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1), libkafs0-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1), libkdc2-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1), libkrb5-26-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1), libwind0-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1), libotp0-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1), libsl0-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 1135820
MD5sum: 5b430c0ac2179bdbc79271fbe9068fb6
SHA1: fceac1286f1e04602a7372f83f2dfece59d650ac
SHA256: 759dee44158cad6eacaaf88afc8a6cd05ff2f73dbe70969cca9da54b179bff23
SHA512: 8c138d605e4fd29f1794436e984b979b7fccf72ce136ad37b84f481bf32dfd449b12a10213987cff86f3bb2d7884d72c53c774fe14e8d9b89eb23f736dba7ca0
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+apertis1bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: heimdal-multidev (= 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/heimdal-multidev-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1_arm64.deb
Size: 203384
MD5sum: ecb728bbf2ecf18f9fee0c7b18424463
SHA1: e5ba6ee4be4dab95c445ec138dbd722ee9aca6a1
SHA256: 6f3a25474841df9752790ee6e71f70cd2e1f54529935704e1e197b75de0d951e
SHA512: ddf40100d843094601bafa04e4f9402554a579822ef2ba79feab5fd31a7c42b4fca91b4b987440bed01dcba2384c1c959762ce5230ac8de29f37c0ed3bc31543
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: 101
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 21348
MD5sum: 837953f0ff89b0b66e4bdcacd46ce8f0
SHA1: 9b69438009bb093a8ff3e443ff9fdbb61a4c1d2c
SHA256: db92279c3a159f40ff4623c16c44d95dc39730a4077917e5afa9dbfedce4d83d
SHA512: dc14a67063a126a98e53ff4034f9ee2b287a7becce48ee6e047279fd8d4c76f4158408284dcb65fd5fb87e8e8364e7f2b9e4a6ba799baf212df2bcd88a7d09f1
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+apertis1bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: heimdal-servers (= 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/heimdal-servers-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1_arm64.deb
Size: 16692
MD5sum: cb673be78ce14b737521c27448010e80
SHA1: bfdc268b76f280ed001f3e65c5238b726ab3ef36
SHA256: 85c83798a019253148bbbd7ac00f82c3ee40cb867c8e89cabb0625a3e76615bc
SHA512: f34d463da9e976e8127a203333a702a6a5b1289219f48b044af38361eea5713f823a5f430fb83920126d53f168da549a970cc733a6debd1d6476b062291b23e0
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: 2313
Maintainer: Debian wpasupplicant Maintainers <wpa@packages.debian.org>
Architecture: arm64
Source: wpa
Version: 2:2.10-12+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 803048
MD5sum: ea7a5eac5157ede8df483f1e8d81509e
SHA1: 9e676a197238fdbc220726f5f11588b9424a0bd4
SHA256: f8365545dc4a2c260e2114af52feecfb540c0af33cce893256e99d67149c768f
SHA512: 80fd915914e8339b65fe5ec10a4343693ed6350f4badda6a87ffa8919002eeb7b8faa9f9f0f39f7f3bf90f3e2083090d4ea7f76c47a45ec7c5c148d364439ef1
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+apertis2bv2024dev3b1
Depends: hostapd (= 2:2.10-12+apertis2bv2024dev3b1)
Filename: pool/target/w/wpa/hostapd-dbgsym_2.10-12+apertis2bv2024dev3b1_arm64.deb
Size: 2775608
MD5sum: cc198b3d21a0ead53ea7db0136a1c9b3
SHA1: 38e6eb4f47720bb3bf86f8d747fc6d708e3026ef
SHA256: f68c3e7f1bec92f17d1b0a56c8aa009a47d9cf176a5b7a809b31e8fffac0d0cf
SHA512: e07b37da302f11d77609a5ba348f9423c2a0a4b4ea57aa7560435c9732618cc9111db30c7434b12f2c120fda2b294baa438cf01e71acfc04664a65cb85b32205
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: 1410
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux
Version: 6.3.7-1+apertis3bv2024dev3b1
Depends: libc6 (>= 2.34)
Pre-Depends: init-system-helpers (>= 1.54~)
Filename: pool/target/l/linux/hyperv-daemons_6.3.7-1+apertis3bv2024dev3b1_arm64.deb
Size: 1204860
MD5sum: c5279c57cacc18d7bfa200e5a2344e04
SHA1: a7ef8842a68eae53faf80fe21bd9a6aa4b3066e4
SHA256: 81f7b043aaabf10b7931fae8a8ff632f99ead9d6c4047a29784e14691a53911e
SHA512: f52c3a2f03819535c4cb904f108e8dcecf9d11af4431d494463c245f3af91627a23879fa28b7e35b924624130b9b63a2199daacdd08701e72fe9b3c6cc6367e8
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.3.7-1+apertis3bv2024dev3b1
Depends: hyperv-daemons (= 6.3.7-1+apertis3bv2024dev3b1)
Filename: pool/target/l/linux/hyperv-daemons-dbgsym_6.3.7-1+apertis3bv2024dev3b1_arm64.deb
Size: 47928
MD5sum: 47c25d06f67b71407fab41f22ed769f0
SHA1: 26bbd3855cc2d07d4de7a022661716fd059fb201
SHA256: 64dc73784f64f2a6de526d9dfe7537abc5f586c196ef9ae6a6e7ccdb8f476468
SHA512: a624cf1e001091ef7bb3535142ee4448d5c94dbcde594790e40fa6f34bbe173fb555cebf616b929610ac469d74e84e4c470c8bb28e0a6f4edcfce04bf2fac476
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: 180
Maintainer: Debian sysvinit maintainers <debian-init-diversity@chiark.greenend.org.uk>
Architecture: all
Source: sysvinit
Version: 3.06-4+apertis1bv2024dev3b1
Depends: sysvinit-utils (>= 3.05-1), sysv-rc | file-rc | openrc
Recommends: e2fsprogs, psmisc
Filename: pool/target/s/sysvinit/initscripts_3.06-4+apertis1bv2024dev3b1_all.deb
Size: 62956
MD5sum: ebc6fabadcf782dd3588d2b93bf81c89
SHA1: e3d498d3f3d426e1f6cbb773decdbfa4897b1c0c
SHA256: 5362dcfd3596327f0c018fe0dca76a9e24d4fec9334d14d3b46c54fc9e54a4a3
SHA512: 2e4dd7ecde5a521ad8e788726b6cd4b7085f6e1c218f02a8f7aa374be7e86974269f099734aa3c36d6c1e051ec65a2268c48482cb121e028a224efdb7fe133d9
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 1010148
MD5sum: 4bdb4e783b31202ad5a340bc6f2aa354
SHA1: d8b6a64b22a430d83edf171796f762bb2180a76e
SHA256: d929038fe8f8b33875850fd4f0c186f669c5522bc2c95bf7df7eccb11e681f12
SHA512: 394251045c19fc27b4fb0d071c32438871f72c007ecbac67609bd04ab5cce55f602d32681b08534ed92e3dd4fc8b8f99f82051558ccff68cf0e65af63575b5f0
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: 3745
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: iproute2
Version: 6.1.0-3+apertis2bv2024dev3b1
Depends: iproute2 (= 6.1.0-3+apertis2bv2024dev3b1)
Filename: pool/target/i/iproute2/iproute2-dbgsym_6.1.0-3+apertis2bv2024dev3b1_arm64.deb
Size: 3356988
MD5sum: 95ac63ea380dd1c388563e69f5d91f0c
SHA1: 1ba528f38075b08030b7338d656e62567f128eac
SHA256: 604eca60cb90892d16ebc9205d067c2613cf0acab0c82da63a5cc1f147c4e8e6
SHA512: 1464826374bb1af9afe86f3720a252942be448c1db6800a21422558776d9bff53c446e93753e57363503d302796c56b2f7c780d5f424333ae2152f90ba61af23
Description: debug symbols for iproute2
Auto-Built-Package: debug-symbols
Build-Ids: 23627da6eb7e557e87605efd39f9028ec914b5ab 2f8caa7762b230669fd8c367f98490c8ae3ab1fa 476ac5c62b3d593f685ea0c14265bf4d9f85c155 589331cedb86cf165c97210fd25bd63e5f6a059f 64a0d6148221de8eaa1dcbfa25ba38707eddb917 66f7b26c25cd50c6f908199c64fc577e36fdb9d1 79e52c96e60eb9c339292edea2406c877f595bd8 84cd0f950529d627aa159765c71a8a29e34c61a2 8ed6295499274e61b496f9a8f5f4feea4cc2129d a9bd1ece29e317520c35625374e993a93d6bdd8f c1378199336c317de38ba438f10b46b010131ed8 dce23e32fbf78ac8a0598fb00393d4c36f26f206 de85ce5a07ea8fd72661d20f2b72f683aafdc2d0 ef06ef4f6b1ea7649ffe9d249cbfdf7b80aa6398 f0a9e69efe90b21ae5bc450362d3c00466c85c3d f1ea0e46897b61aea46896e905ac9786e930b2c9

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+apertis2bv2024dev3b1
Replaces: iproute-doc
Conflicts: iproute-doc (<< 20130000-1)
Filename: pool/target/i/iproute2/iproute2-doc_6.1.0-3+apertis2bv2024dev3b1_all.deb
Size: 21424
MD5sum: aec815e9d910b0b373d4f53d2127c45c
SHA1: 9afd8b7b1e7579a3d23488f7fe5ce65ac8ef5f6f
SHA256: aa0cb81c4d0cb045e00eddf73ddae6de7f3a22da4142961a72be27a4a6e62ef0
SHA512: 9f15daf923d59e3ad0c1974fa436681a24454d22db607bd471a0f3cd8599ad54df9ed0ca8019987650cadd59b34a8a69fc0a793f737dd6988e997b5edf8fbc21
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: 8446
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Version: 1.8.9-2+apertis1bv2024dev3b1
Replaces: iptables-nftables-compat (<< 1.6.2~)
Depends: libip4tc2 (= 1.8.9-2+apertis1bv2024dev3b1), libip6tc2 (= 1.8.9-2+apertis1bv2024dev3b1), libxtables12 (= 1.8.9-2+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 355928
MD5sum: 6732599837961d73697d7c5302c72152
SHA1: 77951f629d43366bdf5b4b1283d9ad6d5eec5f54
SHA256: 3f4ced77471e1e83a46f018a8ae5294141c0071e9a0f2219d56cdb627faaf58d
SHA512: 10f4d8c13025f202434fa182e1f63c336ef13ee26990925a6d24ad3296bc48549290235d297c1afe99e26bb1ad9faa4b9687c466505d8dbebb7b515cb9753025
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: 2024
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: iptables
Version: 1.8.9-2+apertis1bv2024dev3b1
Depends: iptables (= 1.8.9-2+apertis1bv2024dev3b1)
Filename: pool/target/i/iptables/iptables-dbgsym_1.8.9-2+apertis1bv2024dev3b1_arm64.deb
Size: 1129772
MD5sum: b1eb233a8b431c4bb360129a2b378d2a
SHA1: d15f16a76b06b030aec64047c10687b78c159dd5
SHA256: 1c3311beaa2449a36f0c1e755add1f5a6f54f0b62e9b984888ddd63a8672214e
SHA512: 80dfeb470c71a6af0738a1e215fdb81845b2d01f113d03cd04138ad8b38798e7b718f0809244184c3012acc430f9318fe8daf678e1608958ae2ed3dfa2443909
Description: debug symbols for iptables
Auto-Built-Package: debug-symbols
Build-Ids: 00db8aa5defa997f3d9748b74be526364de5c64e 04a158aea086120b915c15925b8fa598515139b9 07330cb8fe842abb1ddde0794442d56706c98ec5 093454b43563f9b97055edf22fdcd4fb6a4955a8 0b2ffddca737cd253f5979d2aa3873c88d7bcd99 0c8b27245dd713237c152d56d46e2e8808d5fb3a 0eff817738ad05e105dbb67ca7452fc3c874d78f 0f294574244894b0193b45a6c099b9a55aaf1901 0fcd06a4a791c4352cc6dded5a67844f3aa2aa46 10e2614ce1b624c59be4c5d07e13222499328494 11bb4a32f06fe196fcf4dbf9ac561212be0d308b 1317f94562ba7a71770ef399e1f232064c75a42f 17a7b5d4a7c5bdddc447acb2a7bbd0557a2c2666 1943db4d8d4b7cae7701886c365ef55a4cdc5214 1a6d9676934509664745fdac81d681755654e55e 1b1b59c927c2116c5fe8e4264ec962701772f692 1b2a9bfa5d98d863e0ebe9a6fea581e91b52cac9 21e891b5982a1bd62a1949ef1db54dc6dec8d85b 27adb106154abebf84ded0b97ce57aa8ba582dcb 2ae3d812c0ca0a99943346fd9ec94addae0c4c10 2cc7bc76505828f916efe9049d6a0a8859461b5d 2fb4ad86783de7f7fbe8dc6645b586a3e5c6a9f3 302eda0c4a5c7623b816d458aebf6657fb2d92f3 3148336a61f8cc1372a46d5d17f12de7c5bb1eae 33cacb21606ed25ec7d00f145978e6185975df2c 3421e8b42358e552e481ead82e524b6824f240d9 350237613a4ad899735ace37421b53d99a71efb8 361d7b6915e9da8f6c4ab48a1ad124325734ce5e 3d48cc8bad0c3f4c31fbd1bf1e21d0b47824fa2b 40bbb3cda518ba76c203ac2e05d6d4c43ea1df63 44f91832ae9e980b3bccc905c57979c46647d1c8 45446b5030fe54ddc28402f17a77fc0ea2608c79 4802d1555266deb746b6cfdc70b0ae895c472702 488752c5c82182115838dfbc0e2579737d11a586 5261d70f8ab7b144bd96112f339e9dfc16d9e0db 53e1462664ac396db29714e49bde4aea762a9752 5453db2b407cb096be885cd102a3920c6185e808 5508a2bb4a6504033784f9578a361f89d9795d0d 570a47ae9fadf239d4c2258102c433d57ff1e797 58705897f4f405525cc6907708616c0117c5078d 58708d4a2050014922cd6ed18c7f851b443c6396 5a3ca4414ff036650fe4fafa8565ec7d75befe00 5b6f01ff09040918c6cb353ecae7b6f36d2c0c62 6298d291740653d9ca6776c71e0bd6c558e2ba00 656e26bbff5f334c1a62103737ae59bdb19c3cae 6cd0bbaaa79d1a8fa17d346de7dfe7b30be99ede 6d9bf82b33c488b5281299f0e0bf144652235e53 7086868dd6a4df3de3f28610963c2e957f1739e0 749bacddbbe17b472cf7f787246e617b0aae1464 74d4988790be3e33775c6bd859720bc8c19910e6 7655686482caeab1a0b4146d502a4096bc1a6325 7849013a55b1198c1e154196b3a5be0dbf7bd5bd 79f3d5438328b63eb12c5dc614c73e0f1112fb7f 7acfcf774085ce8bb0aa8833ca0d6a83f2c7a913 7c1a1efede06f18c8dcb962e01765055b31867a1 7c9aab439f0d5f3dd4bde21d4ef74c44b6d7c8aa 7ef9340d3439b3d4782a8237c8079042cafe166f 84f502177903fc1367d5752df418ddbcb7e4c56c 850a4ef491ac23c09d65e7e1585876d883981858 8776b817a626681d146e202dcd06f0cce2a987aa 897f07ffd886b3dc322c9717c0392cdbc7b90019 8a096a965b8cfde300348e43ef08bee3bf9e1d39 8af059cf2e0418b7df2c9a20dd00872591bc3ffb 8b9b150b005a819b2fd7035c932b00f438a4a464 8d6c36e1b39dfb2d98bec77a3671c648502e6fda 900ec2c8dae84a53f7fdc012ca1f28c031adfa61 908e5feab613e8ad0511de810e7688cf740cda2f 91e9b3482478307e97a82789bf7ef9e3ff742dc0 926dd657a0a4fb7ee784fe806ab50e24db01d05d 94159528ecce8775d2161fbba621a46881361d5d 970f2f873b798c76c9c2fd6ef991c142041b4c8f 9742c01d2fa710d874cb2e222ddedd7f2d52cccd 99bded22b2fd3dc6739baf9ce808dcc061d3a589 9fcdf24754c1bc5d939fc3f0023ad4b48ebf09d0 a0e6ba5eea977319d6022d53322f86d6518de8d3 a253822a8687b594fb62c6959f7e453cc9d57df6 a297850b7fd8a9acc4875509511848f3f3d9c714 a3d46062b4312edbe154b984e31c381a39f4a643 a77987ea767c8a86dae0b895bdfa6c8c4539e667 a8768a94a8ac299eeb93cbc9b6300e7a45522237 a8a3b42915d770c052fb6fa60d3a1e5f2e22c6cc a8deb85fa85f4c81d4d8e8e769e8570c0482ccdc b0f44b7b635853c244cf1b94b95cdfc8514dad1a b30542277ee95d1834892b5f00577089c611de24 b5fb8517969e060cca06fb249f31b2758b549b2c b70cfe395a765d0e85146ad472accc105f8ebaa0 b96062882e680a46a6ac399605893f9c3e2dbdae b96cb9395e13f5a0170990ee23394207c36c73ed b9a53a02db2802ba92e41102dc2f968a262d2358 bb09518ae483895984ac25d76ff3816435c4a97f bb8e210ed527fcf2578daeff9c29672701e38516 c2297f6047848865a69ecfe731a8b23edb28aab3 c5c78fb508eb8b70d459067d1953e91eafe41c07 c71f0e72e1b10b5e96c977d4f87a02efa6205046 cb90853d7bae01971318655d74de8e21fcc3e783 cf4bf962ec0166aa3f77513174e00381fd414ba8 cf91e513d06cb2d4382e969dba71a363bf45fceb d075aa8169e5e43ca81a17661c7c0ea8e0b1423b d569080a628a1d3e50b9124b9fb716e6db0e38bf d6be1e5629f33244d56372ed81780b4851ecea1a d7da4bb73350649fb2bf9f2d78676e84ef4877c5 d808c478746cb9b6a227bbb1da65549bb872455c de6d93708c316f542b9dbb0368b954c1869fd5d1 df2e027600fcfdb410d890462124167b6031aaf4 e015d82befcc5385742619f7f07adfba0d3524db e1c8c9bda201d8867a29d8ee917fc260279ccc22 e369197a9881d729e613dfc45df45c0cb8ea431e e471e8b2cf1c4c1f30a9d7267cde56ddb9567b5a e4ee6e71581048738e9e0a3162e4835f300a197f e579e396724aa42d741bb6367628565d80214cf1 e7fc077649fd8f4f06389023c9d8f0168e49aaff eef11d9c830ebeea3b54063c9b14a19ef5b81ec8 f0e77521f983ae3f78a7e9ffdd48f32502872ab9 f41fc43ad30e6a53eac781c149178f8c9b52c77a f650c8e0350957797c846e39bde345d4e6031c7b f65d4ec42648285b60f3aaa164a1d4bf74dcd481 f85226c909a146c3e212f0874024e6ebf64acb41 fa0b47c7682d0e8b23b4cbbe9e3e9cbce60cf8b3 ff804e6d250d3ccd7a827c6267c25acf768795e6

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: 20089
Maintainer: Dr. Tobias Quathamer <toddy@debian.org>
Architecture: all
Version: 4.15.0-1+apertis1bv2024dev3b1
Suggests: isoquery
Filename: pool/target/i/iso-codes/iso-codes_4.15.0-1+apertis1bv2024dev3b1_all.deb
Size: 2909384
MD5sum: c13966927c4e630a8086608358869f30
SHA1: 58a2e9818555f100cb97a3e06af9647ae2caefb7
SHA256: fc36b982c73b805ddff801489c8f65f0627ea0958ef006d78fb30309f88391b8
SHA512: 669886c506d08ab4a6dd971a9cb8b6c408190fd56c463ea58d1263db4df9c7a400847fd58ae12d316277d84887da8fdd96bedc06f2d15db9515104bf817a0bb9
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: 300
Maintainer: Michael van der Kolff <mvanderkolff@gmail.com>
Architecture: arm64
Source: jbigkit
Version: 2.1-6.1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libjbig0 (>= 2.0)
Suggests: netpbm
Filename: pool/target/j/jbigkit/jbigkit-bin_2.1-6.1+apertis1bv2024dev3b1_arm64.deb
Size: 28840
MD5sum: 26709c8d79edd9d4701d717f5ffc8e10
SHA1: a75f30da3ee77bdcc464a9bafbcd25923b7491b4
SHA256: cfd4d1b2b026aee03bea3148ba3fe300c5a71157656a15ce03be70a4744ae337
SHA512: c3ceb51597fd2c798643f6209e21b26a5ce97af496d358f8adf51b1b62ee19eb3f4a44edac0472435bead78d5ddf1269b71549fea12ee710b0a9d4613df351c1
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: 81
Maintainer: Michael van der Kolff <mvanderkolff@gmail.com>
Architecture: arm64
Source: jbigkit
Version: 2.1-6.1+apertis1bv2024dev3b1
Depends: jbigkit-bin (= 2.1-6.1+apertis1bv2024dev3b1)
Filename: pool/target/j/jbigkit/jbigkit-bin-dbgsym_2.1-6.1+apertis1bv2024dev3b1_arm64.deb
Size: 38060
MD5sum: 2da47ca785af65a941ce7c1543b89c96
SHA1: c9bf6911ef1521b51354a2daafe6921dda249951
SHA256: ec35db348b3e1a6b85d008b82feb5a156bc7a2a5f99e011198e4303751d3d842
SHA512: b4bf7ea2f75e1a0588e17c627b2d9b351fd29e334060e760712cc1e064f5fa694cc29ff2c46f2a9b3dc4d8e7eb6bbd8f7e75c910c1120e918a652df1e2c3a4d6
Description: debug symbols for jbigkit-bin
Auto-Built-Package: debug-symbols
Build-Ids: 2070a595d6065c5bc7e176bd0bcbc094beca8a45 5dfa458dfeeedffdb3680e8f3428f1a966361763 634be7d00f9cf2adc27acfc4c1c28181d10f6923 9a812e842f0910c342c6100b42db16eb7f6846e8

Package: jbigkit-testdata
Priority: optional
Section: graphics
Installed-Size: 820
Maintainer: Michael van der Kolff <mvanderkolff@gmail.com>
Architecture: arm64
Source: jbigkit
Version: 2.1-6.1+apertis1bv2024dev3b1
Filename: pool/target/j/jbigkit/jbigkit-testdata_2.1-6.1+apertis1bv2024dev3b1_arm64.deb
Size: 432428
MD5sum: 7c97fc6e0e28064017e21aa4be9e7487
SHA1: d2d62d0afc5c62de851fbc606fbfeaedfaf346aa
SHA256: 079495a3b84515ab68d6323f2af57f187749045e0e5dfc9745637c3a2ee8a46b
SHA512: e21cfde7d636c99701af0920c82ccc97adab2abfa8506a24daab7a9364b564c48f0dd8eac672227d489f9bb41f8b45d19f2bf84b362311d5990b713ee9db0b10
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+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libjim0.81 (>= 0.73)
Filename: pool/target/j/jimtcl/jimsh_0.81+dfsg0-2+apertis1bv2024dev3b1_arm64.deb
Size: 160552
MD5sum: 6246f8d387c55197ed9f91bbe229da81
SHA1: a82c36fa44fa7ad5da5ce90422a22db03f8f4ca0
SHA256: 537decfb8738843c53cf021f64fda158252d34b516dfa4e2ec22c56586cd8101
SHA512: daf16a1cc2b6c65a39e3f06d024b751cf0a7538d9c0f4ada0fa7752d7e80b67bf24824591061dcb47f51b5252104bd6e2d03f45c027ece2f73bbd9a50773258e
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+apertis1bv2024dev3b1
Depends: jimsh (= 0.81+dfsg0-2+apertis1bv2024dev3b1)
Filename: pool/target/j/jimtcl/jimsh-dbgsym_0.81+dfsg0-2+apertis1bv2024dev3b1_arm64.deb
Size: 10920
MD5sum: e63beb72a27da4482b129a2090ccc905
SHA1: 02a5796a2a05ec053095bf8c225fe362fcdf6f34
SHA256: cfe5926a1a3ee8d906f5207a1eae9a6cae3cd58349ae08c8a90d97661263b07f
SHA512: 93d389c39686de649a55fb0ab2abfc9fdaba598aeba38b26e18f0b8b1e902236e8323de6c6cba5007523148d5980dcb14b0a333ab5a41bebb49c7cbedfbe48f5
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: 153
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: json-glib
Version: 1.6.6-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.55.2), libjson-glib-1.0-0 (= 1.6.6-1+apertis1bv2024dev3b1)
Filename: pool/target/j/json-glib/json-glib-tools_1.6.6-1+apertis1bv2024dev3b1_arm64.deb
Size: 13080
MD5sum: d43d892f5513dbaf7367f92e716cd26c
SHA1: d5d694d46d7f449bbd012eb79dce9b154b98222e
SHA256: 9bd9b7168ef6f927d21840b498cb556db30d8bc9c773a904591fc63bbd52fc92
SHA512: 2d75402bf723c9c208ee3e08b7f44a922a9e2dc2485de5be261ab3fba6057322a815511787bf817848e4be5cc1c9cf943811ed5a1945ecc513e544f5e88bb276
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+apertis1bv2024dev3b1
Depends: json-glib-tools (= 1.6.6-1+apertis1bv2024dev3b1)
Filename: pool/target/j/json-glib/json-glib-tools-dbgsym_1.6.6-1+apertis1bv2024dev3b1_arm64.deb
Size: 14296
MD5sum: 1f597f33f2913c71559e43ca84a52180
SHA1: 7a9330b30c42920ca2ab64dd5e62987eb9009fb8
SHA256: 3315249168982ab0d14486e26f1e30066d1a70bb89144b7e9e096df0398196ca
SHA512: b29ba9d9b4eca16295213dbff570e8cc0cfdbca3ce77594103e055564fd656ff5433a6aa477a19776b89c84fb7cd26a1eedcde11a1f8652d9fd77560409307c7
Description: debug symbols for json-glib-tools
Auto-Built-Package: debug-symbols
Build-Ids: 28a90b16a2d6ec5cd43a86da9d97c41ed930d441 a6bdef3d6f8605914dd31b5ebebcb16440e41bee

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: 253
Maintainer: Christian Kastner <ckk@debian.org>
Architecture: arm64
Version: 1.6.3-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libkeyutils1 (>= 1.6.3)
Filename: pool/target/k/keyutils/keyutils_1.6.3-2+apertis1bv2024dev3b1_arm64.deb
Size: 54264
MD5sum: 8072e7b1a4aaa776d803acab1fd20304
SHA1: e8f18fcdef75c2759ecdd2e6d63f6f6b9842ff43
SHA256: 2f99a49b1499b4a85f1272b0b07c8cf0105128d619d7ac3d344d8a937611f477
SHA512: 017aa207c39d4c08cfe2ff6df0acd4ba211f7d374d06915819e15be5776a763eaf7f3e9a64930a602e2ea5659455bffe31de881e80bc0aac7010dc2692d11ad9
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+apertis1bv2024dev3b1
Depends: keyutils (= 1.6.3-2+apertis1bv2024dev3b1)
Filename: pool/target/k/keyutils/keyutils-dbgsym_1.6.3-2+apertis1bv2024dev3b1_arm64.deb
Size: 83724
MD5sum: 0f8938c16ab1ac57dec3ea400378c46b
SHA1: 313097b08e5c85436e74e05682eff5821e7a9fa2
SHA256: d6ff1cf31c759cfc80f929723df40fa208cc18cb53beea6e0ebffa7be0325468
SHA512: 3e2b2f25740cd053f033c50aba97102dae92d867a3b77d92a533cfecc6f0c815aff8337e4d1d5260aaf4bbc0851f2abe84f6be4a5e2e29ab0c6e6c5f96053e77
Description: debug symbols for keyutils
Auto-Built-Package: debug-symbols
Build-Ids: 356e567466341be1e9be650270cfab7f8a9e257d 70107cb0156e1fcea8f99e9ca4be36aea87506c8 a02c46c7a6b6f325356148946292bd88de581ba6

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: 2593
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: klibc
Version: 2.0.12-1+apertis2bv2024dev3b1
Depends: libklibc (= 2.0.12-1+apertis2bv2024dev3b1)
Filename: pool/target/k/klibc/klibc-utils_2.0.12-1+apertis2bv2024dev3b1_arm64.deb
Size: 102572
MD5sum: 56a7201a329dd11b22a8dc2e2253057f
SHA1: 1163a769cad8934e3da77ebe5912c9da4fe17427
SHA256: f7b25892b7c3c741b25c5140a0b8cbb11c5a46f7ee9810a3d422c8dbf0891d71
SHA512: 2d15a705840e25baaa30b022b4e13a5e2f4e58a7e7e44521b6ce6828305acc1b81155128bd67e718eb910d82fe745671399929d94c000599d83d9ab31d1b8df6
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+apertis2bv2024dev3b1
Depends: klibc-utils (= 2.0.12-1+apertis2bv2024dev3b1)
Filename: pool/target/k/klibc/klibc-utils-dbgsym_2.0.12-1+apertis2bv2024dev3b1_arm64.deb
Size: 419440
MD5sum: 00e0d0882e29b0b2d06d45ba72f14dc0
SHA1: c171f68b1bde4022ef291440ba5e367c10e8f1e7
SHA256: 41af8b3bdfb785edd0a57516ec069ffa47b8ec2cd4c5014721087e753ca89b4f
SHA512: 65b0ed9fce438f7f12c1db8a9d37b2cb91ed0fa8eea759e4f7e80b9557193086f91a73e511873ef4c67a16b636645cd1923a9876bbdf99ae906ced7eea4386cd
Description: debug symbols for klibc-utils
Auto-Built-Package: debug-symbols
Build-Ids: 059b0678f2d3025f37c27e7b574722d8e710da1b 1a556102247031c7ed0537ffef2dfbc2e2c231a3 1db9ed3ecb64cb88c5516820fb06be8309c67cd1 2cf9c7df3add450239eb45c29fdc03212a7829e9 2fb96c538b15f267ec6d87049e6bdb84317b6c79 362785b3e616430b04e4bf0fe2e28f707903770d 5ee21298e27bc67b707b3cc72f8ad484c0152ce5 60653af2a274c5148c5f29a82768823c94666a90 61b139fad40c272b3fe3994eb680ae2cd9d1069f 6d6612f9f36b4c27d6e1ed69885616afb037f80e 6fad78a4aae42c499db3018ba48ea18b32ffb7b6 72a0545a9dea0991686d72a20a75ad0e6bdb3dbe 7f4797513d8f3a255913ec779e80eaa047305e0e 80c6474c17dd12d874d106e09391fb537b541fb4 84e687d5e68bf880ab9191bfe9585bc366c07416 8ad3ccc921db50166db5272c0a1ad317fc454cb1 976382094e4849d3eb4b0204ef1fe48e18071ccc 9ecb3beca9ea03548d5ada4d86644337d1e8af95 a6b72bb441f8638137f33aea69e6b2e34a8fd118 bc051cd280f4b1d2421fbc6a31ce81338c11286a be19cb929aec222aaf84f4fe27d6f06d8bf1cc8a ce3f376cf8d1ee1c0e4e62c0ac190b0134381dc3 cec25ed963a89adfeccb7d3165e5b740b5863640 cf67a5d0b88596f5f45ea89980eea72b966bbfa4 d5414a9e25d4906abc75d96be8a256fbb06b128d d61c801231262fd6f5333434a3f889baee9a5808 d6898cafbf6372bd6fca9357d8c5f00db9b0cb88 d711c9f0c8543c5dc953397ff53e9cb437dba101 d815c753648118733261275623246cd46ec1f972 d94070a2fcd1c03207b73ed8157f469394ed25dd dcdd2307b74a90be11c44d77101fef49267f51c7 ec1e4e7e91eb05836f1069f01cbeb3cc1e0ec948 f0279c8bad8ffc109d07ac580175b0c309a42eb8 f1341af57c6efc3ec4db87abb6499744625de11f

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: 449
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: sqlite3
Version: 3.40.1-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/s/sqlite3/lemon_3.40.1-2+apertis1bv2024dev3b1_arm64.deb
Size: 280684
MD5sum: 197d4b0b896dedd08b48c2bbf27ac199
SHA1: f2d52055602c7abddd31e78dfb7c7e9b16dc7bb3
SHA256: 3ee48ddc1c4e2437728b9303a83606fd84a5a40aabb06d7a178e223a7e44ae78
SHA512: f0f7ed133aeb9142fc170421c3cf3186fae6d9c608d75c6a7e31ee850fdf230bf2415ee42cb0d73d9c6c0b9d41bfb66e994d358d11fab3efa39ba89a1a6a4dbe
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+apertis1bv2024dev3b1
Depends: lemon (= 3.40.1-2+apertis1bv2024dev3b1)
Filename: pool/target/s/sqlite3/lemon-dbgsym_3.40.1-2+apertis1bv2024dev3b1_arm64.deb
Size: 90744
MD5sum: c01a1b48b7322d1ad6222268d1128648
SHA1: 584804a1533ac41c6f996dc2f373b432a98148d5
SHA256: 381f11bc9ad0a91106e317b14048e36a30b3cef923f253af6fd28a5ac6331fbd
SHA512: c212990a3665a4822b04da78a968482f8dda6d16dd34aaba3940f25b777114c710e4bab8ad5eee74972f76c3c77943b45c411b63481313048efc9c4981239fb4
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+apertis1bv2024dev3b1
Replaces: aalib-bin
Provides: aalib-bin
Depends: libaa1 (= 1.4p5-50+apertis1bv2024dev3b1), libc6 (>= 2.34)
Conflicts: aalib-bin
Filename: pool/target/a/aalib/libaa-bin_1.4p5-50+apertis1bv2024dev3b1_arm64.deb
Size: 9380
MD5sum: c3cba3c3645aba0d0538db3b11825c7b
SHA1: a5c4afa575c698cf74237976410bf51fa4babb10
SHA256: ea63aef957517055c42d17ba71d12f933fd87e1cb638b5ecdc15a84761cc7502
SHA512: 5e176323313c30dd8fcc7a370e1ff813b3a3c3a01b573ba10ebbc26fec972bb89acdd4707e405907470761ce2e3302be4e38254a6dcc34dc42de0e1281dc5995
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+apertis1bv2024dev3b1
Depends: libaa-bin (= 1.4p5-50+apertis1bv2024dev3b1)
Filename: pool/target/a/aalib/libaa-bin-dbgsym_1.4p5-50+apertis1bv2024dev3b1_arm64.deb
Size: 19856
MD5sum: f8f5ae75cfc91d4bfb0a1401f7dddf44
SHA1: 73803dcb680c8d630f5634b594f5d15a94234d70
SHA256: fc323481eb9fd42e2f19ebdf2176beef38ee4477fb4ad4579b84db32f3a0e332
SHA512: 79d6d5affe9bc24ee4639b73aad9eb41e4b45b60665235b7fc19493b8ace24664321cd3b8cacaecfe4014f9ae8719a36cb124fa9ce6d2cc1b9869eaf55f7bd13
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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 48240
MD5sum: 412254625ec23db626920947a0110a35
SHA1: 69451c6a2e1542da3eadcd63874dbde18a26e6e7
SHA256: 62d5d40d7626a48f89f802d3afd2d0afb892967123dd6f88977330a0e3c8979f
SHA512: 6f6260d04fcfaa10636c1352b424f9224831bf2e55f4cd9a0e8372a337f638feeb2497d5078fe88e57e9140816701379c77c0f2d4738ebd09c16e14216f691d3
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+apertis1bv2024dev3b1
Depends: libaa1 (= 1.4p5-50+apertis1bv2024dev3b1)
Filename: pool/target/a/aalib/libaa1-dbgsym_1.4p5-50+apertis1bv2024dev3b1_arm64.deb
Size: 79988
MD5sum: 79b75d52d196929f43535b07f8c68adf
SHA1: 701239441d298e96001320d4836d37b8256067c5
SHA256: e807f3372813f64f870cd0c53c6cf65c83986a3c5609d694026159f6a8b2d9e1
SHA512: 5268e368aff9df7147110a5ca9e68be6e95a16a116ed0d05cb21d0fce0d71aa0002efe10c0037c0e174089d6f48a538429bdd5b574376b97ccea1cadc695582d
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+apertis1bv2024dev3b1
Replaces: aalib1-dev
Depends: libaa1 (= 1.4p5-50+apertis1bv2024dev3b1), libncurses5-dev, libslang2-dev, libx11-dev
Conflicts: aalib1-dev
Filename: pool/target/a/aalib/libaa1-dev_1.4p5-50+apertis1bv2024dev3b1_arm64.deb
Size: 130928
MD5sum: 612e6f784cac60c74b09692e3ff4e7bc
SHA1: 472d1e7820ae754799f477ee16df02753938da6f
SHA256: 2a6894182b0407c5b4d1beb6f8462a5fdbac4de1917dbabf63eaf03a1901f55a
SHA512: c9574562f62bbed440da5747977c380ced3fe068fb9fc0034479c8a781e972cddec2b57e7b92d8c7def365db3a8684bccffdbc0480456daf9f76102987b1a8bd
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+apertis1bv2024dev3b1
Depends: libc6 (>= 2.33)
Filename: pool/target/a/acl/libacl1_2.3.1-3+apertis1bv2024dev3b1_arm64.deb
Size: 32960
MD5sum: 0026605badd5af57e30bcfc75991864f
SHA1: a3fca197b49f7963e05d94c211bdec4591de8287
SHA256: 11ee271afbaa0225791215f9c188479163c24fe3426a50c5b54b6691354bb217
SHA512: 14c5e83f1874adb471f90bf6380bb012522d12415a0914def95429b29ee35d76906b4c3328c800d363893fcc61c38852acd5a515e16207bedc87541046f62fea
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+apertis1bv2024dev3b1
Depends: libacl1 (= 2.3.1-3+apertis1bv2024dev3b1)
Filename: pool/target/a/acl/libacl1-dbgsym_2.3.1-3+apertis1bv2024dev3b1_arm64.deb
Size: 37620
MD5sum: f7cc801fba537ae0a4288bfb151f4cd3
SHA1: 3510695ffd4f46a9f364d2cbc4fc330df7b70958
SHA256: 601def8341c13b9e27c3ffe82a4a88eb565926818d90492fa214125394c56b4c
SHA512: f698189834710d248c8195277a6b80a0851e78b3de314fa2e573805e00599363b16961e2f143040c6e1083d6c68524434673ff666efece33de62472c71dff2b3
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+apertis1bv2024dev3b1
Replaces: acl-dev
Provides: acl-dev
Depends: libc6-dev | libc-dev, libacl1 (= 2.3.1-3+apertis1bv2024dev3b1), libattr1-dev (>= 1:2.4.46-8)
Conflicts: acl-dev
Filename: pool/target/a/acl/libacl1-dev_2.3.1-3+apertis1bv2024dev3b1_arm64.deb
Size: 93920
MD5sum: e956019356315146612d6024325b063a
SHA1: 0a5e9246dd41150ec022cf62b0a4fc705f955153
SHA256: 5b3d9e25e248ae7c144b535b83dd975886a9e7396b19d26f19312339f92cedc5
SHA512: 5d6e54e28797aaa798aefa4b511b81153d9c4844186a6ca3b45cbc9a14af5678dac0ee8009a02e38b3d51be56252b449c1bbfc1521c43ea0240ceb30dc5dc80a
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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 29756
MD5sum: dfe4ea4685d3d03929504dbb7c150c04
SHA1: 518bf3eebab98ce2eea648e423e904cd0c2b26b2
SHA256: 5230b2c778084cc7c33af64122f820efd5c40ee90bc2e02ea76fa11fe779ea9e
SHA512: 4e9e47e69c6865f048228c68b29991f35b4f17d1512ee308f2557c11210e5e7e4c552dbe5180660f8d3768fcb280c2d33fa4c98a20c7727eaa34bfc53a7b6dce
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+apertis1bv2024dev3b1
Depends: libapache2-mod-apparmor (= 3.0.8-3+apertis1bv2024dev3b1)
Filename: pool/target/a/apparmor/libapache2-mod-apparmor-dbgsym_3.0.8-3+apertis1bv2024dev3b1_arm64.deb
Size: 17080
MD5sum: 2d1cbb71e4f0553821068bd27ad810f7
SHA1: 9452f1dc349628c0a081c9623fb4be46ded413c7
SHA256: 9c1731ba0849c04e13208d77e6d1554fc684674a48463c9be8a35a3f3290b785
SHA512: 8eaa02c255b1c419f89c500e56c1c2241ef88e50888980ec8aa5d7f6201f91aec7d1a49d0b57e8ca5c5f8977923dd85d0e46164bc9e8497b72e2c6f7a07b9f5c
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+apertis1bv2024dev3b1
Depends: libapparmor1 (= 3.0.8-3+apertis1bv2024dev3b1)
Filename: pool/target/a/apparmor/libapparmor-dev_3.0.8-3+apertis1bv2024dev3b1_arm64.deb
Size: 90960
MD5sum: a36a4e4deeb97f85b66416c02ad60945
SHA1: 7199c6748e79f55de989fee6cae87f8dd0d10b78
SHA256: 0d0249dbb4322e8f61692b699d3062c78b67007ca0bf122f71d0489b38b3ca9d
SHA512: 468b2674c86024c0f3a865a8ed92510ee30350098696605c4509b55f19337b1f92ebada0503ae4ad251f082b6ab8ed0059d2161eac5fa5ae6e05e1e72efae295
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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 47636
MD5sum: 46ad0144fc5c7a97f0bb83f494ed6aa1
SHA1: d23438d59871d994e423101cc65c5055852bc1cc
SHA256: 8df2833df42c73bfa541870e12657e9c08dede9ca1fb7a2dee0b5e3e7736f387
SHA512: 104c6b52e250ad70a9bc18bd3b932b59ff447bc76031267b5bff04f82ab2ed39724ffd7ad92a857cf73c71c9771fec93f317e43837878fa457e7f1fb8aa189b4
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+apertis1bv2024dev3b1
Depends: libapparmor1 (= 3.0.8-3+apertis1bv2024dev3b1)
Filename: pool/target/a/apparmor/libapparmor1-dbgsym_3.0.8-3+apertis1bv2024dev3b1_arm64.deb
Size: 73764
MD5sum: 3171356485e6b143438df6f2389c724e
SHA1: 5b172e81d603f94a39ce6ad7fd498fe85b5f062a
SHA256: 43c60bd984a121a6fbc0c5bec3926e9f662927efe7a10ed13d3618b2941e9839
SHA512: 6c7c109b3f2560c63cee7affbfca168a47767e9667ff09a5d6c5a6723b83d2d7c5052ccc7c815668fc3f13a5e7b0480e7f032a78b069d33150b4effdc6cd3c21
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: 992
Maintainer: PkgUtopia Team <team+pkgutopia-team@tracker.debian.org>
Architecture: arm64
Source: appstream-glib
Version: 0.8.2-1+apertis1bv2024dev3b1
Depends: gir1.2-appstreamglib-1.0 (= 0.8.2-1+apertis1bv2024dev3b1), libappstream-glib8 (= 0.8.2-1+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 73000
MD5sum: 769802287b7d7820dbada4beef4d8d16
SHA1: 556f28d4f7d1d28d4557681fac3ee605eaa9db1e
SHA256: 37cc9f5bfd272df642f08e1e2cd50b4bfc54004493b71cd877b471bc50cdce36
SHA512: e3fb0d520c582082b608cfa4d6fe7a82dc75ac83ffdad041a3744dc7fe7075cee3474870b1b1fc0b89f039ea3ac33e263963629a5cfb8a2c437ca15d3b568a2b
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: 513
Maintainer: PkgUtopia Team <team+pkgutopia-team@tracker.debian.org>
Architecture: arm64
Source: appstream-glib
Version: 0.8.2-1+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 133208
MD5sum: a71232eac9f612165d27a3a9858f60c4
SHA1: e57564afec143c9b35daeb69415621c0f88f5b8e
SHA256: b257528be0d766af129f212b8dfbbcbc7e84d67978bb6e6e9383d8ef871a0fe2
SHA512: d6647bfaa34b9606d119366cb474e77124fba8f8f2e6cbff0a3d55ffcdfb284f194b3e980231628209b6031ce1b5b05a53ccf6907529e639cbd56007c9c8291d
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+apertis1bv2024dev3b1
Depends: libappstream-glib8 (= 0.8.2-1+apertis1bv2024dev3b1)
Filename: pool/target/a/appstream-glib/libappstream-glib8-dbgsym_0.8.2-1+apertis1bv2024dev3b1_arm64.deb
Size: 505000
MD5sum: 6dbc30595429e2609087863b42bcb057
SHA1: 5fb36735ed3ea9be9a6d11432958e37162d5ce94
SHA256: b94dc8a7378c357a88755ba32f714f873c98c4beeed32bcff3f868b6c25db591
SHA512: c433a96a85777cc2f66891dee4d95b276e9861289e3349926abe056302f1853ec2ebfbcc4d4730c4f2a12a3b9f1838f312273a27e983000d9d1db9993eb09043
Description: debug symbols for libappstream-glib8
Auto-Built-Package: debug-symbols
Build-Ids: bdf44a84b7f50ab2c111f2aa46b412d659b388e2
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+apertis3bv2024dev3b1
Replaces: cpio
Provides: cpio (= 2.12)
Depends: libarchive-tools (= 3.6.2-1+apertis3bv2024dev3b1)
Conflicts: cpio
Filename: pool/target/liba/libarchive/libarchive-cpio_3.6.2-1+apertis3bv2024dev3b1_arm64.deb
Size: 26720
MD5sum: 88fb62922d294ec2af3f0c6d97a47add
SHA1: 56f5784e6849230c01cadeaa4d5554461c8630c0
SHA256: 8a88d555111f728aa3ffd311ee26028886f84bef63fa35f5f1e55ecc37a777ce
SHA512: a1d751b52a1bf84646f13ec49abd59cdb966491a89b3a61dc5b552a08e0dedf50c08cddc0a59ae92426104df3652fac48d4ee04a86bc980038ba6e4622941ca7
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: 2075
Maintainer: Peter Pentchev <roam@debian.org>
Architecture: arm64
Source: libarchive
Version: 3.6.2-1+apertis3bv2024dev3b1
Depends: libarchive13 (= 3.6.2-1+apertis3bv2024dev3b1)
Filename: pool/target/liba/libarchive/libarchive-dev_3.6.2-1+apertis3bv2024dev3b1_arm64.deb
Size: 525736
MD5sum: 1a335817e50576eb8c3dc601eaa31734
SHA1: c8549033ca52927939d8d54d5fc7a8f5fa16de0c
SHA256: 22da804495c15059d0d805f301ba57360403877b1a53e182264de756d8290a41
SHA512: a0b5ae89f28fa5a9c6bee35852a96a9d81356d55f01293be814ed5eb6fb5cddbc16935463fab4ba0f2aec2444042a28855b62d8ec1b7b32deb4a41248f858746
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+apertis3bv2024dev3b1
Replaces: tar
Provides: tar (= 1.28-1)
Depends: libarchive-tools (= 3.6.2-1+apertis3bv2024dev3b1)
Conflicts: tar
Filename: pool/target/liba/libarchive/libarchive-tar_3.6.2-1+apertis3bv2024dev3b1_arm64.deb
Size: 26732
MD5sum: 3db2430d417d85ef11ab97741cedf45b
SHA1: ac6ddd7c45ea516ae3920af3dcf764498434a810
SHA256: 8a333346a5a6a1b66a82c720ba2e94b0b8f899d3a37d731d75ec9f66a2f7896f
SHA512: 0dae98187e0f83dea30e15fa413e1f6c9e3df991afad8cbc754a984a84442d7e7dbc8cdda190b8091204f0ffeb41c21998020defc7e62ed7445059797bd2d103
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+apertis3bv2024dev3b1
Depends: libarchive13 (= 3.6.2-1+apertis3bv2024dev3b1), libc6 (>= 2.34)
Filename: pool/target/liba/libarchive/libarchive-tools_3.6.2-1+apertis3bv2024dev3b1_arm64.deb
Size: 77348
MD5sum: 791d9bf49fad45a6e1d9fc226fa140b0
SHA1: ccb6ad17c836cbcc64db7582152e480c1af6bb56
SHA256: b09ddd09bbb1509cf245f73a8fec0acac666f4dfef15a6cc3a84355c222bbf00
SHA512: 39f3209d08a679d59a1cd0b6ad4990741e8b0bfc3dacfcea81b474f1283a130d0794a35e481e60b2dd58c37b011bea4680b28cbcd0932a0e8e10fdfecb88cf13
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+apertis3bv2024dev3b1
Depends: libarchive-tools (= 3.6.2-1+apertis3bv2024dev3b1)
Filename: pool/target/liba/libarchive/libarchive-tools-dbgsym_3.6.2-1+apertis3bv2024dev3b1_arm64.deb
Size: 95564
MD5sum: 4d63067b44de4c166e6a467edea529b8
SHA1: 579538b47c19a77e14ccc522c49be0dab6960897
SHA256: de2dfbbafe8e14f993fa3fc9dc1544fdf0f5e6a4a7dc7365140fc92e286b79ca
SHA512: b7bd0a604dbbb78248db66351aa66c026c781e280106ef244a54457b92487d9fa139b7615b707978010a36bc0f14d0e75e8ac21321078b84a4151d6356c346ce
Description: debug symbols for libarchive-tools
Auto-Built-Package: debug-symbols
Build-Ids: b953e197a61ab18e0b7f933fe83cf5ff773c4128 bbaeb3373c1d8b62f0f46055d970b2335189576c d5b1a29f956aab6ca9404c3c6743ddedf50745c5

Package: libarchive13
Priority: required
Section: libs
Installed-Size: 850
Maintainer: Peter Pentchev <roam@debian.org>
Architecture: arm64
Source: libarchive
Version: 3.6.2-1+apertis3bv2024dev3b1
Depends: libacl1 (>= 2.2.23), libbz2-1.0, libc6 (>= 2.36), liblz4-1 (>= 0.0~r130), liblzma5 (>= 5.2.2), libnettle8, libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Suggests: lrzip
Filename: pool/target/liba/libarchive/libarchive13_3.6.2-1+apertis3bv2024dev3b1_arm64.deb
Size: 306184
MD5sum: 4497ca42ac1f61551a51b3ef6fc6256a
SHA1: b4677fc05f00eba092c473b63219b80737b769cb
SHA256: 9adb4c02c04a4f340dc84f20b01d1c301618e5d4e87c12c03a2779fdd0a02acf
SHA512: 0cdbe7cfcd515f0ad17fcb52938d4935dd2c23a989e3e2b7b0f8e1847893e4e5e094bb5caa6931c1989ee66ca6b8fd48c7a2ac2904f36c6ef3790ebcecbe98ad
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: 1065
Maintainer: Peter Pentchev <roam@debian.org>
Architecture: arm64
Source: libarchive
Version: 3.6.2-1+apertis3bv2024dev3b1
Depends: libarchive13 (= 3.6.2-1+apertis3bv2024dev3b1)
Filename: pool/target/liba/libarchive/libarchive13-dbgsym_3.6.2-1+apertis3bv2024dev3b1_arm64.deb
Size: 958388
MD5sum: a7aed48e57d26b0cb2949a481212faa3
SHA1: 86d334c0d3e56eb5d2cc3d72507270c4807963ff
SHA256: 7e0871d899d03bf80b637bccd6de2153c31fae934acfc05290bdc5c09ccf97b2
SHA512: afc32bd9a60c002d5ad13121841ec84d0263f86a98fa039d38b72dc0a095add7c7a18b402b088a7ec0d1ce051c8aa88ac98cbaa17b157b724831008e30631c34
Description: debug symbols for libarchive13
Auto-Built-Package: debug-symbols
Build-Ids: 6933724f246cb56377b4821e00f10f147c346f69
Multi-Arch: same

Package: libargon2-0
Priority: optional
Section: libdevel
Installed-Size: 20
Maintainer: Luca Bruno <lucab@debian.org>
Architecture: arm64
Source: argon2
Version: 0~20171227-0.3+deb12u1+apertis1bv2024dev3b1
Depends: libargon2-1 (= 0~20171227-0.3+deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/a/argon2/libargon2-0_0~20171227-0.3+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 6152
MD5sum: 1993ac02fc30fc17d404e880b615d64a
SHA1: 71b1f7bf8db24c13134493385cc9f42835f36961
SHA256: 4a38f96e918c0fa879ba10d2c2196307c64f0a37dc7c72af0b7bffc852d91754
SHA512: 44ea1c9e4005516d4b46225b60025de69fd5f63a489ec173a43e18af6b0a5d5b39cab2703e02996718d382ab69a6850b4dd516dd398762801eebbc1194d8ee65
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: 90
Maintainer: Luca Bruno <lucab@debian.org>
Architecture: arm64
Source: argon2
Version: 0~20171227-0.3+deb12u1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Breaks: cryptsetup-initramfs (<< 2:2.6.1-2)
Filename: pool/target/a/argon2/libargon2-1_0~20171227-0.3+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 19252
MD5sum: 9aa9e35f9143f2e4772abfd242c60bcd
SHA1: 87b9846dd59cb3ca35fe27f6c80d135b84994a6e
SHA256: 6f319056c728c2c15b5069e0845024f9025915f9e5053fed19f1caadf5d71b48
SHA512: dfab0336ba0a1dea0ac7414aca6d3224bc2c34dfa47cb61426003b9c1de090a1d28240ea0e76e1546344211cfbd120d8f3db794117c26c396ec67927403c2a60
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+apertis1bv2024dev3b1
Depends: libargon2-1 (= 0~20171227-0.3+deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/a/argon2/libargon2-1-dbgsym_0~20171227-0.3+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 42996
MD5sum: 9f90cbe1bd9f06c2e2b9808200e6045c
SHA1: 7d6baa0251829c515fa4766eda76cbf76cb0fd88
SHA256: 686a51f3910b199d6f5b6918bc0f9de97c0e82889338125c032719c9b9218050
SHA512: fbdecbc1689e1ec2e4e6ef7decf5203e91292f16bab98a66b2f6a43a1cbabcc8559b7227d7c10f1bb8a2767c8417c165a4c41e676946611e4e2677db56094576
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: 91
Maintainer: Luca Bruno <lucab@debian.org>
Architecture: arm64
Source: argon2
Version: 0~20171227-0.3+deb12u1+apertis1bv2024dev3b1
Replaces: libargon2-0-dev
Provides: libargon2-0-dev
Depends: libargon2-1 (= 0~20171227-0.3+deb12u1+apertis1bv2024dev3b1)
Conflicts: libargon2-0-dev
Filename: pool/target/a/argon2/libargon2-dev_0~20171227-0.3+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 24532
MD5sum: 4f5a497171d6e02bb03b8adefc7ff5ff
SHA1: 3165c6c62394fad96ad5e8ef00f5e3e424247e54
SHA256: bc6397b8fce8bd91639e5534fe28ed0d950c0b56e6b3f91b0d0ad488d0210b00
SHA512: 517f39ee6a723f8aff6c6e8d9b84adca0bf5a18ce9bdf110b5b96aadf108c96348fc5707cf39f7056b5afa61e1dc5a669acaceb94743aca758270e247488d6e7
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: 50005
Maintainer: Compute Library Team <developer-compute@arm.com>
Architecture: arm64
Source: arm-compute-library
Version: 20.08+dfsg-7+apertis1bv2024dev3b1
Depends: libarm-compute20 (= 20.08+dfsg-7+apertis1bv2024dev3b1)
Suggests: libarm-compute-doc (= 20.08+dfsg-7+apertis1bv2024dev3b1)
Filename: pool/target/a/arm-compute-library/libarm-compute-dev_20.08+dfsg-7+apertis1bv2024dev3b1_arm64.deb
Size: 4658220
MD5sum: e84c227e013554aea8e2fd24c00be87e
SHA1: fe22566f9d99c3b92f9be6568910e4e93271daa3
SHA256: 46e2a96c0199cc351cf95932606567dd1405588ff4af368fb2765e40626ab9f6
SHA512: a9dd3600e565dfbe74f06ad90e1b03d8f9396a05eb84a3a5571dde2eb3dea1c4161ce7057b51ea49de6249f3ff67bf1df210f68051a190e9db172eb7b599fa8a
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: 354711
Maintainer: Compute Library Team <developer-compute@arm.com>
Architecture: all
Source: arm-compute-library
Version: 20.08+dfsg-7+apertis1bv2024dev3b1
Depends: libjs-mathjax
Filename: pool/target/a/arm-compute-library/libarm-compute-doc_20.08+dfsg-7+apertis1bv2024dev3b1_all.deb
Size: 12851276
MD5sum: 69fe5ddea2ff44af7cb8f2865668c12a
SHA1: c1e2f47f1be24e0a7e0d41c1294c0610e7cf67e2
SHA256: 11230b22fe89080c6cb2027e7bc42d2059923b375739417d56a260dbf86b6f22
SHA512: 15040c4b3b9681afda75b91907536e46ba880c72bfa6dd02aeeac0fff4d57a1332c3b3988f6e98b532360e4061ee4dc93354311f107a19985a96b948b81aa76f
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: 20291
Maintainer: Compute Library Team <developer-compute@arm.com>
Architecture: arm64
Source: arm-compute-library
Version: 20.08+dfsg-7+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 12)
Filename: pool/target/a/arm-compute-library/libarm-compute20_20.08+dfsg-7+apertis1bv2024dev3b1_arm64.deb
Size: 3013476
MD5sum: 7dff0400744a624bca4bab8288c71539
SHA1: 38662b297069da808ee271db09d44e084920e4aa
SHA256: 1be5b5d807b8ebd049a3f122e02343e114cfe246175f83973c4bc2b81906dd08
SHA512: b751cb0d2a86977e996ec08f677faca2f3811ead4ee078122635b27113acecf4d4c75bb94811ea48cd93d8dbeba7e4829191da6465473b58a2e57352efded52c
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+apertis1bv2024dev3b1
Depends: libarm-compute20 (= 20.08+dfsg-7+apertis1bv2024dev3b1)
Filename: pool/target/a/arm-compute-library/libarm-compute20-dbgsym_20.08+dfsg-7+apertis1bv2024dev3b1_arm64.deb
Size: 280948
MD5sum: d35a2e0bbf303b75a2f7441c4ecb91ba
SHA1: d992d9e5ce66bb0ed607daf8af3377af55d9d17c
SHA256: b994eda82f659a5496e7072fb77f9ffee903a1f391bf223dbd24202cb7429a72
SHA512: a8d121a670adbb90186d7cc6cf2c0afd9f4993aeb144c9e8b8d5913be501fa1863c88235b8dc583309a6e551d474ad258995eb7a5a78bb468188cb490b07509b
Description: debug symbols for libarm-compute20
Auto-Built-Package: debug-symbols
Build-Ids: 20fd2fcd71264ed891ccc887afdbfc317aed3483 76c5868a588dd2ec5746501d9999dfb30fe0598f c8ba1a1deee0b3b375392caf14ba4c63a41f2c95
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: 780
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 171928
MD5sum: ae27dec5697f0f89615b0b23a7c0c6e5
SHA1: 651af378ee1b6243dee89efadc9593f124870f1b
SHA256: 0c6ed08dad8ce85dbb0e92da64fce908be53d19999f922b3c4fbc37149442f43
SHA512: 099b226299b4f24c9c0e865419b82997714ec53fd72c6c595cf0edc37d029150da6e9155271437490651dcde35f89d4e250604d826bd2e6609bda2b4b4a3363e
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+apertis1bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libasn1-8-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libasn1-8-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1_arm64.deb
Size: 678744
MD5sum: c04413e4591e5d4e18765ffd34e2ca6a
SHA1: 356c0bd2e20a4444a2d7fc851a840297b0e40169
SHA256: cf130d90ed53a008db55dae7cccf695aaa4c65bb872d2a2625365660dcb6150a
SHA512: 7dbfcda2ba9400482731fbd913868545e523aa372bfabcb1ce7ccbcff71617713d565b9a209d7f709a676402290b431f49cecafde66684f8df4fdcf7d4865f37
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: 1203
Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>
Architecture: arm64
Source: alsa-lib
Version: 1.2.8-1+apertis1bv2024dev3b1
Depends: libasound2-data (>= 1.2.8-1+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 329200
MD5sum: 72f54d763dedbe9795d64054812b4dae
SHA1: 0dc82b19d60b903606adc6ca6119ca9912345b4b
SHA256: eeddfcc0e5539e99b472fd327c7ff852a3b63c0506e31f10e1fdf38eaf7af02d
SHA512: a6f36c96cde8b26161b9320a59da070500d7f4e8955712f7efa0007e13d908f2ec5c0c70e6feb4e77dff2348e350a84f9bb8516239c3b6bb4469e89c9099e520
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: 202
Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>
Architecture: all
Source: alsa-lib
Version: 1.2.8-1+apertis1bv2024dev3b1
Replaces: libasound2 (<< 1.2.8-1+apertis1bv2024dev3b1)
Recommends: alsa-ucm-conf, alsa-topology-conf
Suggests: alsa-utils
Breaks: libasound2 (<< 1.2.8-1+apertis1bv2024dev3b1)
Filename: pool/target/a/alsa-lib/libasound2-data_1.2.8-1+apertis1bv2024dev3b1_all.deb
Size: 22964
MD5sum: 232193c2131c7b31bdaa818c3fc94f09
SHA1: efd81d18ee3d8ea0a90e123b20628d8ace175a9b
SHA256: c56818d21b894e7ea1d3ca54e36954589139c3d9f3ad0357625e3655d5da824a
SHA512: 0b4499fdecec6d0c442386bea3ddbe24fa9f250d0ed27bfe22932ad0a49470979a5b0cc462465a25617a9f27723d29cc3e70024593f9b5538fbc1445d18d33d0
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+apertis1bv2024dev3b1
Depends: libasound2 (= 1.2.8-1+apertis1bv2024dev3b1)
Filename: pool/target/a/alsa-lib/libasound2-dbgsym_1.2.8-1+apertis1bv2024dev3b1_arm64.deb
Size: 1174880
MD5sum: 3c01960bfa88ad2aed944f2cab170ed0
SHA1: 41b3fd9de7e22912e46e0622e031df105366ca74
SHA256: 2de5fea91d9e38a8b5bc0e6913ae5e5c41efd6263102fa8791d207cc7809564e
SHA512: 33cd981f62532e1ea05cce4f01b25869ac06a87b38f565935255f49eaa235f2f7cf0948c057dc4c344126a9e184aadde6ed1ba221db8a6c889bce40327598c44
Description: debug symbols for libasound2
Auto-Built-Package: debug-symbols
Build-Ids: 79a3a0524e4d9f50ae367332d8e0d98b926a0b45
Multi-Arch: same

Package: libasound2-dev
Priority: optional
Section: libdevel
Installed-Size: 662
Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>
Architecture: arm64
Source: alsa-lib
Version: 1.2.8-1+apertis1bv2024dev3b1
Provides: libasound-dev
Depends: libasound2 (= 1.2.8-1+apertis1bv2024dev3b1)
Suggests: libasound2-doc
Filename: pool/target/a/alsa-lib/libasound2-dev_1.2.8-1+apertis1bv2024dev3b1_arm64.deb
Size: 112020
MD5sum: b2018692499e534ffc95c46431488c57
SHA1: ff6187f701e9bd9f51261b53b73f746391fc9f22
SHA256: 97e75e673dab88c3a139812ef304aa495b4a75975d58d5c0dd4421a90cc665d8
SHA512: ff182121fdb01802690473c462c0fbe39854b3986259655705703aa16e1a74afc19ae44f0bc83f965a03aa5cde6d856f8e0b617adc1aea755e5bf95776ccd4ce
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: 16496
Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>
Architecture: all
Source: alsa-lib
Version: 1.2.8-1+apertis1bv2024dev3b1
Depends: libjs-jquery
Suggests: libasound2-dev
Filename: pool/target/a/alsa-lib/libasound2-doc_1.2.8-1+apertis1bv2024dev3b1_all.deb
Size: 2228120
MD5sum: a45c1ab60d603a310c54e89bfadebe8b
SHA1: 670a401032080d193e1ed05db53687f18091da05
SHA256: fcaca6f02dfecd16d48c4460a4cfb5b20e45b677928ab278c1e6e21401e3a752
SHA512: c23bd8d7b90904dd2e068cca2fa2324ceaa84101edc33213ed8a6cef1bf8d749cdd13638551478a7462b8167738c4b3296b67f16762dfe2f87a9b2661b534e5a
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: 86
Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>
Architecture: arm64
Source: alsa-lib
Version: 1.2.8-1+apertis1bv2024dev3b1
Depends: libasound2 (= 1.2.8-1+apertis1bv2024dev3b1), libc6 (>= 2.17), libpython3.11 (>= 3.11.0)
Filename: pool/target/a/alsa-lib/libasound2-plugin-smixer_1.2.8-1+apertis1bv2024dev3b1_arm64.deb
Size: 15288
MD5sum: a6e9bdb19120d662b4cbf713eca1a326
SHA1: 3d06142805b799aeaf733117fbe850b70fa60d97
SHA256: f0c4a3af185587d59a5b56136a15ba7b763719a2c8ff8331caaa614693e3af8a
SHA512: e3dedef6fee622a0c381f6fc1788af67a8d9f54ccb7edaf659373bb2b10746e22225e54b44603b68bc2c6e0c84d9b37aae08ed6dcfafea04ec514a0ff7ffc4f0
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+apertis1bv2024dev3b1
Depends: libasound2-plugin-smixer (= 1.2.8-1+apertis1bv2024dev3b1)
Filename: pool/target/a/alsa-lib/libasound2-plugin-smixer-dbgsym_1.2.8-1+apertis1bv2024dev3b1_arm64.deb
Size: 36924
MD5sum: 9427996721a7581eac75cb5f0e37b5f3
SHA1: 7eea0850ecbb361b2efc3230a4d5b7b0986bbd84
SHA256: 0c9650bda89a9346270bb548ab1548c1c0cbbb6caf384822a44c99561e9ee35a
SHA512: 51bcda6166a635aa9cdb3fc167ed3f98466c9c6e9e13474b739764ac1a4267d95790e8e74ac0101c6583ce2f9daf7269eb231c9a98ba6c7e2d0627b8d95814e6
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: 951
Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>
Architecture: arm64
Source: alsa-plugins
Version: 1.2.7.1-1+apertis3bv2024dev3b1
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+apertis3bv2024dev3b1_arm64.deb
Size: 60252
MD5sum: 80e226926391a934ea5653a8fa0279ae
SHA1: da16a46880aeafec4195c521b7177d68224ae5e6
SHA256: 5306e84e0d9f9b543673a8c451e11922acdbab91d843ccbf1b1fad3b5acd3132
SHA512: 1238798eca9089e7d58d9889a814b7d1f6d0ee73ff20948ae579df64da9002d50cd8b7488cb2ce5dad9b068cf9646ab521040746be6a342daa82d6d2d061519f
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+apertis3bv2024dev3b1
Depends: libasound2-plugins (= 1.2.7.1-1+apertis3bv2024dev3b1)
Filename: pool/target/a/alsa-plugins/libasound2-plugins-dbgsym_1.2.7.1-1+apertis3bv2024dev3b1_arm64.deb
Size: 143960
MD5sum: 41588117a86afe6add6414ed0bcf8456
SHA1: ba0b72adb34d3ecc992c0d957c5b07e7ede2b322
SHA256: ee00e4ecb37f266c72860acd6b856b21e2de271dcd78b03c12599bbcc2081fb5
SHA512: 1d82b59fd355513f65d1649e77a261cd98234bc4e0d2ed19181f75c08c3cb15bd66abb430c18e4a17ed7a93c4a68d3822b74d29cd9d13e10d32a66675b29a258
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: 62
Maintainer: Agustin Martin Domingo <agmartin@debian.org>
Architecture: arm64
Source: aspell
Version: 0.60.8-4+apertis1bv2024dev3b1
Depends: libaspell15 (= 0.60.8-4+apertis1bv2024dev3b1)
Suggests: aspell-doc
Filename: pool/target/a/aspell/libaspell-dev_0.60.8-4+apertis1bv2024dev3b1_arm64.deb
Size: 25184
MD5sum: 9304e867820ff572bf8228c373ca86ba
SHA1: 4145975f9ff32c0be9125b4d5770f71edf2ff069
SHA256: dae4527be69c3e2377f8398c3d2ce6ba0e5762d3d8a1659c078e33d02a0a5a2f
SHA512: 257e7b06d8a7f7c2c77662d4339be2f7de58a78b39b5d1d6131b8dec0212aacd07308527357976f3cc8835e1bcca763f3dfa3d62cbf6d8a1e256f2eb3393b57e
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: 2692
Maintainer: Agustin Martin Domingo <agmartin@debian.org>
Architecture: arm64
Source: aspell
Version: 0.60.8-4+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 307068
MD5sum: 2c96f18e5008441a0ae999ed262799d6
SHA1: 70b2bf5f267bbf8de20fdea3bcabd9029b912a3f
SHA256: cd74992930e26e96b87d5aaea5d2d0b7828fe8c9ab757361777d31dcc8b38909
SHA512: 97d81aae6fd55e284f501a25ebeb9e2fe50c48c9602fdfd22f1de856c66e0aa99b0e650658cb4b98315658e1311b1b7c61af934bc59709398ab9878fda1e8696
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: 2681
Maintainer: Agustin Martin Domingo <agmartin@debian.org>
Architecture: arm64
Source: aspell
Version: 0.60.8-4+apertis1bv2024dev3b1
Depends: libaspell15 (= 0.60.8-4+apertis1bv2024dev3b1)
Filename: pool/target/a/aspell/libaspell15-dbgsym_0.60.8-4+apertis1bv2024dev3b1_arm64.deb
Size: 2505396
MD5sum: 4ab7fcfe39053819af8cd334f302dc08
SHA1: 4255aa2f6c397900bc2ced2977aa6a62213bb4d4
SHA256: 93f8deeb9ac1f90db421c0f32c7327e861c5d9ed8a36d49d1772720051b5a51b
SHA512: 8324c111c981dcc4f1dd97effb91e9c59f428a6299f21ebed3917b9f74d0b73c21ea3d79f7aa30bfa87d726370c88f3f3c550ba4d9b6a84546fd104e1fc164e1
Description: debug symbols for libaspell15
Auto-Built-Package: debug-symbols
Build-Ids: 129eb0ce0101bb4d606027769ce95cd324681ad0 3a146fc89e1d5426003ef4ba63f1a08b8853e65e 4cd719e15ee99aa103f13b4fd014b34da36fe3d3 b71e2bc3eb9ee40566b4c630fee0169c3c16490a b76c0e4a54d9868e56f2e2da0d93160156339735 be37818b6bf00c5f0e9f7508c28e93a9a2aefdf1 c5f5a62a2df877db2c5d6a255c98b1d0e33c3a95 ca4ad85290dc54e9a40eb7d654e3cc0c78304d28 d6e3ebdd0b3a4bdb05e88c4081480546bfa8016e e13eb148b83ee927671ef637bbf3c6c5d72812cd eb1f92e2971454ddc3940030f1f8aa9d70fce435
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: 112
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: arm64
Source: at-spi2-core
Version: 2.46.0-5+apertis1bv2024dev3b1
Replaces: at-spi
Provides: at-spi
Depends: libatk-bridge2.0-0 (>= 2.46.0-5+apertis1bv2024dev3b1), libglib2.0-0 (>= 2.62)
Conflicts: at-spi
Filename: pool/target/a/at-spi2-core/libatk-adaptor_2.46.0-5+apertis1bv2024dev3b1_arm64.deb
Size: 11932
MD5sum: 6492640a8c16d11e7a99f440e11a3f76
SHA1: 7d4d9e0cca6fe01591763cabe7170e50f0898cba
SHA256: f1b9063f8adb21e1fa0ba628c26c25c4842bbe71ea07d24282eb2fea13fb3091
SHA512: 1af3606d91c6842dddb7afbae7c179af90dfb82d653cfcf6fbe0ff71db51c93a6de87ec89146098aa0117cf4374d25e20b90c4bd5bf6cbc3d0cfbbf20e140421
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+apertis1bv2024dev3b1
Depends: libatk-adaptor (= 2.46.0-5+apertis1bv2024dev3b1)
Filename: pool/target/a/at-spi2-core/libatk-adaptor-dbgsym_2.46.0-5+apertis1bv2024dev3b1_arm64.deb
Size: 3596
MD5sum: bc25980a156991388b480743326145d6
SHA1: 82481f80be04bfa288181c991214a2e56508baad
SHA256: 9f68ba643633b10aad85dde85d1865ae442aac7ba74034be42a50b4cb8bf1878
SHA512: 04c44ae9b56f4bbdc42f18cd2063dc6f602e2f8f88a82fb4e0c2114fd1060fe2c74fc65b9a970124a8046d1e07a5d67ab375bbbfa34a7a5f32ce36a904e694f5
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: 304
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: arm64
Source: at-spi2-core
Version: 2.46.0-5+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 63592
MD5sum: 6a6d39468a187cb5025d360bebb51417
SHA1: e65b6640c33eb83b18cc50ae21c50cd3c9aa283b
SHA256: 11e55827f1d14eb4cf72aa61ea4e0c99e4e4a18ece4f64bc791d7c6ab2016928
SHA512: fe3e6fdf9d31feab09edbaaf73f277317d5e0c3108ededc3649cc84474514443f45cd53340cb012572691d07e464da5e07fad7b39808d03ea6289269086feb48
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+apertis1bv2024dev3b1
Depends: libatk-bridge2.0-0 (= 2.46.0-5+apertis1bv2024dev3b1)
Filename: pool/target/a/at-spi2-core/libatk-bridge2.0-0-dbgsym_2.46.0-5+apertis1bv2024dev3b1_arm64.deb
Size: 185448
MD5sum: 409c6f08c9452fa45bfbe3a9410e8215
SHA1: bff2766ca07d0d02cf12576eea95556fd26d30ba
SHA256: adb034c457f8faa7ac96c460d3a2b163d5557c2d194a3e2a3e6d2871b907a1ed
SHA512: 27797c0dad82854bf2043bade269a4a14bd309e5ff7121a17eb9196e66f5c5351a59ac5af1d5802f66e1b15d2259b9428813fe81329bca075217a81b56f434fb
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: 35
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: arm64
Source: at-spi2-core
Version: 2.46.0-5+apertis1bv2024dev3b1
Depends: libatk-bridge2.0-0 (= 2.46.0-5+apertis1bv2024dev3b1), libatk1.0-dev, libglib2.0-dev, libatspi2.0-dev
Filename: pool/target/a/at-spi2-core/libatk-bridge2.0-dev_2.46.0-5+apertis1bv2024dev3b1_arm64.deb
Size: 10156
MD5sum: 6e6abd04c1bb9d041602e0d6202da357
SHA1: 88af359cde8ed866aa8cb3c51cb5d6870f8259e3
SHA256: f15edcf8be31103bb2c05fc710f079b755f6fa1b104fddd506187b2db94f821b
SHA512: dbb26f6b05bbab6c1287faa2b5db666ba8c087fa8d0299d23d5fcd7f257b983b52cbe6c6eba1b6fff740567fc069b662db529c4a6f8590a658762ac68ad8dad7
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: 242
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: arm64
Source: at-spi2-core
Version: 2.46.0-5+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 49768
MD5sum: 9c2e2c08f39ab430c55f56a6fe6cb9ae
SHA1: 265ab20f30ff5029c8932827ae665b94549e500c
SHA256: 45fb5376d40984c18e32be172d660f04888af3c4ec9bc4ee6a1b1ff53ae3b407
SHA512: 112e2ac286390c54c268cca206fd16301539b5799c4ad267fcda2d77bd418c2f9f571312874c47065d9daafcd23abaa64944886ba4878ecd05cc5f531f0cfa33
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+apertis1bv2024dev3b1
Depends: libatk1.0-0 (= 2.46.0-5+apertis1bv2024dev3b1)
Filename: pool/target/a/at-spi2-core/libatk1.0-0-dbgsym_2.46.0-5+apertis1bv2024dev3b1_arm64.deb
Size: 140756
MD5sum: bd53629e873dec71fc23386e16eca5c2
SHA1: e800bb8cc9ad92cb8a03cef040308f3b5218c77c
SHA256: af5f6566684f6a6620a291b1f5395261570c3d57ca37202d69bf76985f6a321a
SHA512: a9e10a0fbbce1aba1f09d697fa6cb849c2ed28fcbcc33aecf13fb608132b8d223d8d40c71db25622fd0e31f714d457328e82601e6efe1e82e9ff5f7db36a8db0
Description: debug symbols for libatk1.0-0
Auto-Built-Package: debug-symbols
Build-Ids: ffc85cf2109a4db5621fe6816667eb94e2cd79b3
Multi-Arch: same

Package: libatk1.0-dev
Priority: optional
Section: libdevel
Installed-Size: 1337
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: arm64
Source: at-spi2-core
Version: 2.46.0-5+apertis1bv2024dev3b1
Replaces: gir-repository-dev
Depends: libatk1.0-0 (= 2.46.0-5+apertis1bv2024dev3b1), gir1.2-atk-1.0 (= 2.46.0-5+apertis1bv2024dev3b1), pkg-config, libglib2.0-dev
Filename: pool/target/a/at-spi2-core/libatk1.0-dev_2.46.0-5+apertis1bv2024dev3b1_arm64.deb
Size: 104852
MD5sum: 5617b94f0ea2f6b3c3eee1875dc59972
SHA1: a1cc766e5788f03b357e9ba7aacff2ce47e8ee5e
SHA256: a7d9170bc8f2bdd9fccc36cfd6481ca5ea6ec4a99f91b7f70739eecab03660b8
SHA512: c3253b58a6d20b2883b8a88f0c15c8e558f96df65e7c04e5a43c780e6571f3bc97ebb3c779fbacbcaba341fd60fd5a6fbf146ba570434b05867c499428a3f4b3
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: 1249
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: all
Source: at-spi2-core
Version: 2.46.0-5+apertis1bv2024dev3b1
Suggests: libglib2.0-doc, libgtk-3-doc, devhelp
Filename: pool/target/a/at-spi2-core/libatk1.0-doc_2.46.0-5+apertis1bv2024dev3b1_all.deb
Size: 103872
MD5sum: c5abd923e1457a77d5ea8f59f05ac92b
SHA1: 221c5febd9bdfdb45f94683ec757dccf629f0485
SHA256: 789070c88686512684773f5c97d2722a1ec2a5cdda1f03a593019478ee3aebc6
SHA512: 5d67ff06efbcb31bd4b827c42a7e01d89febefa181285fe7fd42473f3ebc6e953f298bf11eab45a1add846acc60b3e83be55ffb95595c9b414dc385dd9b0fd71
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: 56
Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>
Architecture: arm64
Source: alsa-lib
Version: 1.2.8-1+apertis1bv2024dev3b1
Replaces: libasound2-dev (<< 1.2.1.1)
Provides: libatopology-dev
Depends: libatopology2 (= 1.2.8-1+apertis1bv2024dev3b1), libasound2-dev
Breaks: libasound2-dev (<< 1.2.1.1)
Filename: pool/target/a/alsa-lib/libatopology-dev_1.2.8-1+apertis1bv2024dev3b1_arm64.deb
Size: 16004
MD5sum: 83c30172e3c3a7e2be6bae8160f28101
SHA1: e1be2d12b566b6c4430206ba7fb106ba953f7992
SHA256: be7d6b18f465b7e35dc928c7dac032cd6c572d1196f686ffee48b0816000a005
SHA512: 9542f5e3d5901d1ec567c54c3220987919e0d6852b8a5c40e944a459af32fc9f37c12a323b9d335755704bffd7528bf21d3114f1120804712d84c0ee822ec1da
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: 152
Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>
Architecture: arm64
Source: alsa-lib
Version: 1.2.8-1+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 50692
MD5sum: 62302a22eb95245a620106a39db84e22
SHA1: 3038bdb184c2836bf524943a6b9d7bee4a1035b0
SHA256: 654780c4deebf25b2a99697c198e78e2bb27b803663dafeaff12f6c85a9559d3
SHA512: f38b50b4839e7ec05b11584c6815f7bc13882042b438f48a9fd7c0934e1e19339ec6f3ec457a038e056d616c81f5aeebb228d1b98425830608de8324fd2fd618
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+apertis1bv2024dev3b1
Depends: libatopology2 (= 1.2.8-1+apertis1bv2024dev3b1)
Filename: pool/target/a/alsa-lib/libatopology2-dbgsym_1.2.8-1+apertis1bv2024dev3b1_arm64.deb
Size: 127824
MD5sum: 43dd4b6751bd6ef6e9a47f712cc56ee3
SHA1: 156f60db385e909c4b3729c67b6f6cdf44bbd741
SHA256: 2dd1bfbb7b39dd4c262b7088183a380176c8e25782be0bfd19a93343921539d8
SHA512: edf0adf4f21e5aa844a018da1793d5f34a012af6c4b95e7bd177d1d20991011c6f9f063365e20c457a527bc666a79cbbc33198f759115e57958aafdcd90bb0a5
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: 295
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: arm64
Source: at-spi2-core
Version: 2.46.0-5+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1)
Filename: pool/target/a/at-spi2-core/libatspi2.0-0_2.46.0-5+apertis1bv2024dev3b1_arm64.deb
Size: 73708
MD5sum: f48d11691f054c3c645ca6d18f31fd83
SHA1: b77519185341b1cf7b62530dc174a302ab9e81a4
SHA256: 3f0b40c19ba21061491d7151e0d0847ddc07814447d098db5a6aa8fcbf174456
SHA512: 66551d4cd4a26c7e42076c3d3fa29fb3cb2c3caf187cfd83d1c20fbdf8b24da685ad3c5452f323f0f0c215a189e49bc3b2515b3247f05d4c5c22da42d87c712b
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+apertis1bv2024dev3b1
Depends: libatspi2.0-0 (= 2.46.0-5+apertis1bv2024dev3b1)
Filename: pool/target/a/at-spi2-core/libatspi2.0-0-dbgsym_2.46.0-5+apertis1bv2024dev3b1_arm64.deb
Size: 203488
MD5sum: e68e030a4ca88709075997a579f3b559
SHA1: f8ada2a4207078162f1e5c9b724fedfb10bdb5e3
SHA256: b118f814b621e776bb859e0f465d79de1f3d4e30981f23d488528b511e60f13f
SHA512: 497f75e36d35161259b7ef5265043e1ce676a96d62a3e0fb27c49239614e6550215df2953bd1ae73f33ffaeebad98cda67b16fdccf8b6c549c4d7bc91c5080e4
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: 797
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: arm64
Source: at-spi2-core
Version: 2.46.0-5+apertis1bv2024dev3b1
Replaces: gir-repository-dev
Depends: gir1.2-atspi-2.0 (= 2.46.0-5+apertis1bv2024dev3b1), libatspi2.0-0 (= 2.46.0-5+apertis1bv2024dev3b1), libglib2.0-dev, libdbus-1-dev, libxtst-dev
Filename: pool/target/a/at-spi2-core/libatspi2.0-dev_2.46.0-5+apertis1bv2024dev3b1_arm64.deb
Size: 78248
MD5sum: 54b8d63a277463d57a583982e3882408
SHA1: 8fe69c8a334f770ad744a1e666869f74dce43216
SHA256: d1099c18eb2ca0e2da2a84a45a537f2aac8237a2a8c489921df8cd491f7103bf
SHA512: ea03fc8b484422b19f5068402f52ffb007300979de34a361d36756ca37d9ba44fd5e930b2174124d36e5483743d75d80d809d7983ad5bf7d5fd3384f9ceb1fda
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: 102
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: arm64
Source: attr
Version: 1:2.5.1-4+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/a/attr/libattr1_2.5.1-4+apertis1bv2024dev3b1_arm64.deb
Size: 23864
MD5sum: ede49099fb879631a698117b74d40bf8
SHA1: c764c88cb9624594662eeb9140940b7fd8707842
SHA256: d9b50b86c5a60d1b579540aeeef70fac0012ba9a49b8416c7295fe65ad69effb
SHA512: f32d66760d4d0e8f8620fc5b070a1b45dc95e10c968dcbca8f6849a635a5391e804f0341c2d089ddb6b5529e0b20f01ac6908420aa4a490b2f926e406dcf17b5
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+apertis1bv2024dev3b1
Depends: libattr1 (= 1:2.5.1-4+apertis1bv2024dev3b1)
Filename: pool/target/a/attr/libattr1-dbgsym_2.5.1-4+apertis1bv2024dev3b1_arm64.deb
Size: 19944
MD5sum: e5b261403a3db1105f1cf7ce1b0a39e5
SHA1: f176230947032f0ebb60391b1472ac56266a9267
SHA256: 99793c12c7d902990376b77b17c56e6194773fb6d5d75efd1534a25e0c81a415
SHA512: f30ea0ec8445cfa04f8991c195f7240b97a016b93b47e7ceacb6df432b793d7bee551f23e75343a98ccc4cd056e25e19bd73a621cc82883e68a3930256a40f32
Description: debug symbols for libattr1
Auto-Built-Package: debug-symbols
Build-Ids: 0ed5f8faa170be95877024a848cdb773d3b205b3
Multi-Arch: same

Package: libattr1-dev
Priority: optional
Section: libdevel
Installed-Size: 91
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: arm64
Source: attr
Version: 1:2.5.1-4+apertis1bv2024dev3b1
Replaces: attr-dev
Provides: attr-dev
Depends: libc6-dev | libc-dev, libattr1 (= 1:2.5.1-4+apertis1bv2024dev3b1)
Conflicts: attr-dev
Filename: pool/target/a/attr/libattr1-dev_2.5.1-4+apertis1bv2024dev3b1_arm64.deb
Size: 37408
MD5sum: df4d1f783efd924be88296c90da7ec56
SHA1: ed116009fab51357daefe81f3219c3b027d223d5
SHA256: 7fcc20b3f1b44d96964b96c7c4e919b763003c4bc845a4e526c151a88ce5e658
SHA512: 622446a97cfabb0ae9bcda6775d84d50f4bc3fc6116840cc96c97fc50611df0089df2a02ae1e4c1ea95aa9a30fe3827262011c3ce4dd37b08c4ce0e30c5d5008
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+apertis2bv2024dev3b1
Filename: pool/target/a/audit/libaudit-common_3.0.9-1+apertis2bv2024dev3b1_all.deb
Size: 13180
MD5sum: 67d9dd3ef6c77d2e00726488737f2639
SHA1: 46847bd73368f113dc63a150d3a189686112f47b
SHA256: 0fd3b1582b49a2167c58f52f1ba8d9135120ae5255b174d271f38d9ccced1537
SHA512: 20af9bc69a275f1d5bee60420d49734f186f1248c3dfc8c7fe728cefa3bee1a03f0ae6fb320d11d3a6c798df7fcfde8fdf72d432a23bc3a423a3b6b94273640a
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: 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+apertis2bv2024dev3b1
Depends: libaudit1 (= 1:3.0.9-1+apertis2bv2024dev3b1), libcap-ng-dev
Filename: pool/target/a/audit/libaudit-dev_3.0.9-1+apertis2bv2024dev3b1_arm64.deb
Size: 84332
MD5sum: f15336c4cdb93844ff09817569d1e0e2
SHA1: 3f42b6503a8771cb867054cc05ef95098571c7dc
SHA256: de2bd6d8dcb57f77784cd389efad3be04682f6602f10bda66590c34c710fffd1
SHA512: 9dfb5c686bc1e47d2149ac64423ff582c05399fc64162a951f8be82d376ccea0f2318f1ca40bb6ef2a195ec3dc2f32b1fc124445d76d8fc39ac13399735eee21
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+apertis2bv2024dev3b1
Depends: libaudit-common (>= 1:3.0.9-1+apertis2bv2024dev3b1), libc6 (>= 2.33), libcap-ng0 (>= 0.7.9)
Filename: pool/target/a/audit/libaudit1_3.0.9-1+apertis2bv2024dev3b1_arm64.deb
Size: 49012
MD5sum: 96ef31c2a46869b880b40da73313f762
SHA1: 5967efb7462bbff4fe71571fd96382db7ee10f36
SHA256: 294b04dae824f9ae9eb7f6a6f874ca8338a9a2f0bbd1f5a448e8014839297718
SHA512: fad5d0ee45d089588ced890c638f2b71b058e8bbdf508c975c001e10446905099e94db7609d6135b903cd778c6754713dfd92f50575107f370e003faa22a76bb
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+apertis2bv2024dev3b1
Depends: libaudit1 (= 1:3.0.9-1+apertis2bv2024dev3b1)
Filename: pool/target/a/audit/libaudit1-dbgsym_3.0.9-1+apertis2bv2024dev3b1_arm64.deb
Size: 66328
MD5sum: 924f8baac392b7e65981d876385de339
SHA1: fd49292d3b581e7a5a0a51ceb5d2218e86916995
SHA256: 13119dd485f3934b669e7fffc951fa7c54ecb5724555fe943f881126bd652e5e
SHA512: 56cd64bb42da1c64b4c949d9ae2d87ffde03733a95d3ae9856f6c1c167c9098b12c12844ccafc56356d597e38835e8f91857d77bfd16aab0dd9a156c1ba4b944
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+apertis2bv2024dev3b1
Depends: libauparse0 (= 1:3.0.9-1+apertis2bv2024dev3b1)
Filename: pool/target/a/audit/libauparse-dev_3.0.9-1+apertis2bv2024dev3b1_arm64.deb
Size: 99228
MD5sum: f19d350a6021695b326cd5c9c9b7e1bb
SHA1: ffde3f0a615209b06ccf4346688f392b3f42a607
SHA256: c5e03ab84d5e3c70ea6379e6fc9e4f18bfaa23d407742401359bce77d4480763
SHA512: 6a571987fdc4dbb5b1b353057b1799f373bf7dfc24162208876d82f09413794efe2f83d13ee7242bae7e009abb9261c760c6481f240c326387c7311af9a151fb
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+apertis2bv2024dev3b1
Depends: libaudit1 (= 1:3.0.9-1+apertis2bv2024dev3b1), libc6 (>= 2.17)
Filename: pool/target/a/audit/libauparse0_3.0.9-1+apertis2bv2024dev3b1_arm64.deb
Size: 61460
MD5sum: 081c55f085b1e43882e3b49e6d85d770
SHA1: 5ae461bfa2bd66df7ee9e2a62c49c35ffabe6f45
SHA256: 107b050f5c3b64b7d85773f71e252d22ea6630ba50b466588c4825fb9737093c
SHA512: 760baa1c6116126337af0a9add0f144debf45b543a210a3b82bc303e1f5a9d8d52eaf41ab95d6fedec83eaa3ae52767fbf4ab37ba7af9449e3c8bc252d178609
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+apertis2bv2024dev3b1
Depends: libauparse0 (= 1:3.0.9-1+apertis2bv2024dev3b1)
Filename: pool/target/a/audit/libauparse0-dbgsym_3.0.9-1+apertis2bv2024dev3b1_arm64.deb
Size: 162564
MD5sum: f228b1459a6c4b8c3a7be817436ae98b
SHA1: 592559e106af597f981099bfa466b532022282d5
SHA256: cc9354cd6a75442252573dfdb231cd6deb9e23a8f1ab1229928c6975588b5f57
SHA512: 3593407e00d3db5b11a40b566a837eb57681096895174f625697c8d32f27e333f5703d3b750e1490c45ef9c66a67210065b25e4a072b05af1f158273c94bc66a
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: 178
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libavif
Version: 0.11.1-1+apertis2bv2024dev3b1
Depends: libavif15 (= 0.11.1-1+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 57852
MD5sum: 8a37daae1de40e95e99b827fb0def1e1
SHA1: 18f64515bc0247b57231b48c8d09d7abf5918904
SHA256: 7d4e89a09898c1f7d68014943c289fc8457ac966a8137c84af8baeb97604068e
SHA512: 0c57d3fdabd966a0a60cb937d3ad85172bd4e01311a13115e9288bffb2b521c401bdd8293ea0123f9a9dc0227289927dd1e7b984afc4bdfecec0531fa849823d
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+apertis2bv2024dev3b1
Depends: libavif-bin (= 0.11.1-1+apertis2bv2024dev3b1)
Filename: pool/target/liba/libavif/libavif-bin-dbgsym_0.11.1-1+apertis2bv2024dev3b1_arm64.deb
Size: 128304
MD5sum: ac783bed963b07087aa4ad7933fa249f
SHA1: 005add2c3dea030923cca073a7da8239ee7e556b
SHA256: 359f666b6a98b848db37a177a75d7db75ffe23e6d3a9c771e7b70b6b61dc62b8
SHA512: f609c8e615692f411c3efea022768e2e140fce44d74f147ef8721cb5844b4e0081d8998489a6c7ec5bb074840f2e17dbd51cba1a734ecf00acf2e5a59e9552be
Description: debug symbols for libavif-bin
Auto-Built-Package: debug-symbols
Build-Ids: 8ea55177d4da307d88f8ce92fb0c754abf47a6c1 d4b29c9fb7b87a90e14fee7c510b1c38cbbe6d99

Package: libavif-dev
Priority: optional
Section: libdevel
Installed-Size: 108
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libavif
Version: 0.11.1-1+apertis2bv2024dev3b1
Depends: libavif15 (= 0.11.1-1+apertis2bv2024dev3b1)
Filename: pool/target/liba/libavif/libavif-dev_0.11.1-1+apertis2bv2024dev3b1_arm64.deb
Size: 42340
MD5sum: 50dd2bbfbb11c98dfb7f49f87f3c0df9
SHA1: 055b2188c1980c379b463a6629024a4155e821d2
SHA256: d38260c9093efdeccbf16b1efa9cd7fb965f410eb266fff0276925479b0b06db
SHA512: 38b810dc8720c9883f9d44fb20bbc95c1992851bc0e7256225a4d6314fc94052afac6543d5cf45210d931a557f01c450e83ec04bba56761a421ccd78a5f0032d
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: 109
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libavif
Version: 0.11.1-1+apertis2bv2024dev3b1
Replaces: libavif7-gdk-pixbuf, libavif8-gdk-pixbuf
Depends: libavif15 (= 0.11.1-1+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 28104
MD5sum: f101913db5ea751accbbb15d8811339e
SHA1: 13311b20ee986cdabcf7a16bcd550e89b08fac27
SHA256: 218ce0196c1e58f5902966d89ddf81c4c4e94385cb552dfdcac25657b8882ea9
SHA512: 996cdf654f8881d2838c9ddee0a2bc0dc7d560b1b60618515a5a20ab1229f44c76b7ef45180930c89c53d5dea238c7f61c736202d43711f0042b6ae21f9391ad
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+apertis2bv2024dev3b1
Depends: libavif-gdk-pixbuf (= 0.11.1-1+apertis2bv2024dev3b1)
Filename: pool/target/liba/libavif/libavif-gdk-pixbuf-dbgsym_0.11.1-1+apertis2bv2024dev3b1_arm64.deb
Size: 16352
MD5sum: e98f8b744d9d68e230a67d4b45e866d9
SHA1: 98816727b06c1df378df80c5dab3f028730893a7
SHA256: fb6d50924d5272a915069b480eb28545f92ac06570bf4366492ac56d8768ba9a
SHA512: b2535ddbf87378d054c8e9c0128c6639a61fec6077de1e71e6585c8a6fb588acb96ef4d44e63ed5acf68a01b0f910d6c68e717402b2cf8b793073b1029f96ca2
Description: debug symbols for libavif-gdk-pixbuf
Auto-Built-Package: debug-symbols
Build-Ids: c79fde722c82c6a740e39518866a658455309f9b
Multi-Arch: same

Package: libavif15
Priority: optional
Section: libs
Installed-Size: 244
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libavif
Version: 0.11.1-1+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 89224
MD5sum: 642aa4a9c592bba12874c0d94922a85b
SHA1: 3d12e2ec3a4a96d5e847ea216d32fa59054ae42c
SHA256: 676b420ec1dd65e0e7b2517a925f6022003373dc76b6aa855d96d129a8e37d6c
SHA512: 7800fb1faac1717e04ea7b7767bdc0a7159c32608071e649f052294eb7fc4cd842487548d443249969052bf140521e6a65a83eac7f60848f39b2bf1bf7f1ac97
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+apertis2bv2024dev3b1
Depends: libavif15 (= 0.11.1-1+apertis2bv2024dev3b1)
Filename: pool/target/liba/libavif/libavif15-dbgsym_0.11.1-1+apertis2bv2024dev3b1_arm64.deb
Size: 224400
MD5sum: 7bfede081d00444c929dab64c08f0c11
SHA1: 613d350d2e8cc7686ebb8ed3f4015f8779ab3c06
SHA256: 92bfc42491ca503e4bfcb60808dbcf1a199426a1b7e1ec464f657d63677f22d6
SHA512: faafb01f783ad9635b51234145ee77954ad9d1d577840289f0e368d14ca3ea6423c33b132909d23fe5adf585477b4d5f60e4ef505f1ab82e304ff5e6f440e6a5
Description: debug symbols for libavif15
Auto-Built-Package: debug-symbols
Build-Ids: 99b0e9d886fb86b54a15c613f8a1ec7f534bd23a
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+apertis2bv2024dev3b1
Depends: libblockdev-btrfs2 (= 2.28-2+apertis2bv2024dev3b1), libblockdev-utils-dev (= 2.28-2+apertis2bv2024dev3b1), libglib2.0-dev
Filename: pool/target/libb/libblockdev/libblockdev-btrfs-dev_2.28-2+apertis2bv2024dev3b1_arm64.deb
Size: 5740
MD5sum: 5c2ab1566fa37218863ceeac10a068e5
SHA1: 7e298c2284298ac5d1a83a07f04809ec7c7ed8c7
SHA256: 3d59d6ece138fb23b7c05b27e6bdc0baa6edb1ca57c7c43a25384d73b6222b31
SHA512: 060c37d141db992432c82f9a119cfa8f606d6d02e76eea461d070ebfa2ce61390f0ee2042df59854cfb20d148941317b390ee7547228e7d04b10079e251ff55b
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 13440
MD5sum: 6b86b5adc750ef0b5ce00595022520b6
SHA1: 68363b0e2e331b41e5064d02d5adfbfd36ed698d
SHA256: 347e579293e39f0fe3dd255224030630fa091ac40bffbc056acc2eb9679bdb92
SHA512: 7c4973b1c15f1deeacf77167844f9adbab7a7e4ed5e8c80e53240796aded38b516dd71e0c24b75be71ff0e0c7c5f5c9c007889e59ba0826dbb6206f6708d83e7
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+apertis2bv2024dev3b1
Depends: libblockdev-btrfs2 (= 2.28-2+apertis2bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-btrfs2-dbgsym_2.28-2+apertis2bv2024dev3b1_arm64.deb
Size: 22372
MD5sum: dd5049fb2cf610decd43700f94e79e56
SHA1: 88a75908b9e8500be70fcf56006c94405486678b
SHA256: 458da1ef3847d89d544044458237ca96d3375aa195b28f8b07a4ddc0c69d7bdf
SHA512: 3f9318e6d60749fd0e40b812e1570767d1c600d059481c25e4df347ee50c1fc029dec39ba02080fcad38c2d1ca8c0b7f7cde4ffa2a41b175b9316bd6efccac9d
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+apertis2bv2024dev3b1
Depends: libblockdev-crypto2 (= 2.28-2+apertis2bv2024dev3b1), libglib2.0-dev
Filename: pool/target/libb/libblockdev/libblockdev-crypto-dev_2.28-2+apertis2bv2024dev3b1_arm64.deb
Size: 7152
MD5sum: 131d2132e04f2e45ad4eb8a92533db57
SHA1: 77e714a87829f851dd51a5edc1e3752fb44e6cf7
SHA256: bee980ec0cb34f2a0a0594ef809b42ff2a840e94bf3a84e87bbc9813e991d422
SHA512: 4f034ae89dbee8f62babc40dbf9d0e349a9c2526dbd8e456d31ec95e8bd5669d58c858ee3f3d4c6facf50de68a71e5438778e1f9b35e33425255f1ea87962dc2
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 17304
MD5sum: 4ddf9cf7c00522dedc335187b15ec216
SHA1: 800aa00dce83fffe9bb4be650365d80262111d8b
SHA256: 600477d340c379858220def1bdd469937f3b5be4a64f34a58644f9e38ebf555d
SHA512: 5696ba31906a2f2b2b93f3c35999cdd5d9540a57ac5e4031fd24bb881bb79bf2c9f50e5c24fbdf9c05355344f71046c3cfe0d05dff142597ad27006b21697dde
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+apertis2bv2024dev3b1
Depends: libblockdev-crypto2 (= 2.28-2+apertis2bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-crypto2-dbgsym_2.28-2+apertis2bv2024dev3b1_arm64.deb
Size: 32708
MD5sum: 08584aa8e16fa2742d4cf61a44c56810
SHA1: c65823564c8d42128537fafed67dc00719e0a703
SHA256: ed6967441a2fb922c5ca6345c4062c3cc11e22f0d63901afa50b6208551b4b9b
SHA512: 647ab2a4871bffcb5ed7dcdc026704c0cc48330908f8c53246c967aaaf06f28ce5b1fccf4459574afb58302b3cdb1d1af1ff6ba44fcd40b8aa50ebe24e12e357
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+apertis2bv2024dev3b1
Depends: libblockdev2 (= 2.28-2+apertis2bv2024dev3b1), gir1.2-blockdev-2.0 (= 2.28-2+apertis2bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-dev_2.28-2+apertis2bv2024dev3b1_arm64.deb
Size: 121980
MD5sum: 89706d15ea1553c425b2731f753392d0
SHA1: e5487f84897e177f34a3f45bdcc8a579cfaac27c
SHA256: f2fc4980d539ad35b891d6e8abf79c534471f917dfbcbb2e71d3ef2321aa1e93
SHA512: 3f5f3a4d91ef3899a0c8c4315281c88ed3d01163b981adff0cc5e9e7b43551b574918a548b1048de06f1d34e90b0a8f1047283078dbf8de06af897e56e4e84dd
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+apertis2bv2024dev3b1
Depends: libblockdev-dm2 (= 2.28-2+apertis2bv2024dev3b1), libblockdev-utils-dev (= 2.28-2+apertis2bv2024dev3b1), libglib2.0-dev, libdevmapper-dev, libsystemd-dev
Filename: pool/target/libb/libblockdev/libblockdev-dm-dev_2.28-2+apertis2bv2024dev3b1_arm64.deb
Size: 5484
MD5sum: 5991bd95a8bbf6c2adde867ff4d9cea1
SHA1: 66a478e5776d6b4fe37af495347160b428e8da90
SHA256: bd66b446c669d829b0617b6c226219d68840b50fb4e74572a039967ef6a4caf7
SHA512: c793d0294d02fc90679b08ce87a574c809af8acee211121dbf3afcebea1a9904fa3cb911da5f74f9be61991f056afd3b5620af7dd6c02775817c41da25f67a28
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 10892
MD5sum: 7fb1328691ab043384e01729f58ce306
SHA1: 1f4aae5ff5b3505b3efe29c9b7f39a491772ec29
SHA256: 90f44d891f203350d13461fae02d8cc9a83162cd7e4a061eeeaeb9eab8cd732a
SHA512: 235fbdfe6730b61fc0cad8487fc69ac48c156aa915bda7c98a6ec4234aded4b1a2510bf54d671666dbc5da97b4b7c3c133157b651d7a2a03e4b19288cd7b9741
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+apertis2bv2024dev3b1
Depends: libblockdev-dm2 (= 2.28-2+apertis2bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-dm2-dbgsym_2.28-2+apertis2bv2024dev3b1_arm64.deb
Size: 15664
MD5sum: 957e83bf7053f0da50b9631fc4625449
SHA1: ad873f130a98ea14f5e7a52c8ed3bddbb9a087e4
SHA256: 1ba75dd977d496e02baedc8248c5d8a3789279265c86b71ea09a5afe85b852f9
SHA512: b43f728a786586937037ef16ea9bbdaae1b151baac87ebfb5975ea44b61d240a92f47854f841c81598935679a2b54d339d4c6e2de97a09eb11c4e9890071be6d
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+apertis2bv2024dev3b1
Depends: libblockdev-fs2 (= 2.28-2+apertis2bv2024dev3b1), libmount-dev, libblkid-dev
Filename: pool/target/libb/libblockdev/libblockdev-fs-dev_2.28-2+apertis2bv2024dev3b1_arm64.deb
Size: 6592
MD5sum: f7e5eea7e4fa8c9f1fa03bd976a8a475
SHA1: fdc28c43c55cd31f7cadb32a35fe89f2a242065c
SHA256: 0671f8d95cef802f3faf55c91e3be9dd61e296a7315d1c4affd15f4957f0100e
SHA512: 3547d7efec9f8fa34af8202d3d5bc534686024c881e30053b7d156b6daff4523f4d3afe3113a6f570a46c54010c5a37ea4b3f248e45369c9a6cf74e7f0a0a26d
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 22076
MD5sum: b57d9b2fc3a2d9c63fa401ac6d5719ca
SHA1: 4aaf0fceb77e442523117a01f6966ca0c6587856
SHA256: a66f5aeb67b87e914dcf1803d50e0c9c257b99412bd43cd62b4c611a2d51f7b4
SHA512: d8510a1b0c53e1029dd30f9a9f01cef578cac050cf13967ff17e7b974898c8b1485f5e02133a68244c64f0bf5eb1be75e1ea37ba4ee37e0fade904290c1a04a3
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+apertis2bv2024dev3b1
Depends: libblockdev-fs2 (= 2.28-2+apertis2bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-fs2-dbgsym_2.28-2+apertis2bv2024dev3b1_arm64.deb
Size: 51012
MD5sum: a61692a2b1f3012ffa8b3b9d16e5d4bd
SHA1: 16995d355f3af1b1d47dc2b32b8f64b58b5e9daa
SHA256: faf59cd86dcc8a50c881acb6bddd90ba12c384c4c1ffaf20b835475e8fae4ff5
SHA512: 76e7104cb461f0bcdb3ac9f05eb55534f615efa8455901155e68e5fef356eacfbe0f270073f97ab5a6c70d9e5320a38e01eb5ac8c48c624da326ebd2f80f8097
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+apertis2bv2024dev3b1
Depends: libblockdev-kbd2 (= 2.28-2+apertis2bv2024dev3b1), libblockdev-utils-dev (= 2.28-2+apertis2bv2024dev3b1), libglib2.0-dev
Filename: pool/target/libb/libblockdev/libblockdev-kbd-dev_2.28-2+apertis2bv2024dev3b1_arm64.deb
Size: 5840
MD5sum: 5ba5a7542eee602dd81fb1aaf68595ff
SHA1: d511c116d3b9133e2638d0850e3862da1225fa5b
SHA256: 9f4e64315d9b7447380ee1304cb916803234fda4b62404491121797023a65e38
SHA512: 8ca29dee792b9ffde3ccddd438d243b7aff73750defcd1b2f3a9a8a15c8f1f0b9005e039da7fd3cdc2afe8b3cd1caa3e7c0a9b337059f71e4f7275944905253d
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 16396
MD5sum: 1bf9b9c18ad118e253389afddfa0bb57
SHA1: 9d99c3d2e5620f943ed7a0d00a377aa22570ab6a
SHA256: 92be539ed02e3d088e4a41bfa26d40c4932347959d35e36082044b8313bb14f9
SHA512: d5a66861330673c100608f50495546e76374ba710905a8f9e0da920cca8f2b766fa34f9c9e8fd191df4a9f86f0f9b0763652be9a679cb20f15e80ab6593a62a1
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+apertis2bv2024dev3b1
Depends: libblockdev-kbd2 (= 2.28-2+apertis2bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-kbd2-dbgsym_2.28-2+apertis2bv2024dev3b1_arm64.deb
Size: 34044
MD5sum: 86b779d8621d3c6631e7bc5c08294656
SHA1: 70d7998f35f4fd4783198c4bc36fe2674bbad527
SHA256: a420d2fcd77a3beaae5ed89c8d4f1ef83ee974a8d846a36b45dae009630338ea
SHA512: a59a6bb88ced74a0d44e87b75ece1ef595a7486cb8947981dc62440a5dbd3b94db3e98e01b372931d52b47ba5d69bdf1629b78b2e57b892e90c75ab6ae38229e
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+apertis2bv2024dev3b1
Depends: libblockdev-loop2 (= 2.28-2+apertis2bv2024dev3b1), libblockdev-utils-dev (= 2.28-2+apertis2bv2024dev3b1), libglib2.0-dev
Filename: pool/target/libb/libblockdev/libblockdev-loop-dev_2.28-2+apertis2bv2024dev3b1_arm64.deb
Size: 5400
MD5sum: 4ccb818213a263f02664358ce47033cd
SHA1: 2605dcfe7c3cf84bcea5614d000167ecc34541cd
SHA256: 756e7f01a7855e679d043b5ce950c27fd71ad27f6d19cfb0c565bd0d2fafcbd1
SHA512: b3ed6e01a97da4f042f09088bc24ca4bb7bf3b8726f8723371d2f7dc04d8269db9d43bd55f36d2524fb8df6927e8fa4a69a54446f957bbf1150a30fba956c56a
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+apertis2bv2024dev3b1
Depends: libblockdev-utils2 (>= 2.14), libc6 (>= 2.27), libglib2.0-0 (>= 2.42.2)
Filename: pool/target/libb/libblockdev/libblockdev-loop2_2.28-2+apertis2bv2024dev3b1_arm64.deb
Size: 9372
MD5sum: b5d93876a933cb6bdc1451866e2603ea
SHA1: c9eb439ff17fc0cc37be5e7615c42637d251a098
SHA256: 6d972c8c3c61e97dc44a7d8fc945c41a956337a60e60295036c48376a2e897ae
SHA512: 258adb4aa9a5a1440d7a26764f36dfd81d24330c4c743634c97b93178714d67700bb91435d350730e5a1d55e81e712b8b4ad5bd92194201220274fa208982050
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+apertis2bv2024dev3b1
Depends: libblockdev-loop2 (= 2.28-2+apertis2bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-loop2-dbgsym_2.28-2+apertis2bv2024dev3b1_arm64.deb
Size: 11312
MD5sum: ec3469b9e139d48fbd4e0d8b9e0b41e8
SHA1: a6eb03199ed352bd77b9adb508284264719ef876
SHA256: 9b305b1cd91fe157bb0de2b00848ae031914521b2bc3700f892cee874b51356a
SHA512: 9b64321e1213e23a318b2e8f0609f5d83c56aed28b6f7b0789350e23ac7d3b07fcf544dab672c59f114853c5f134d765464a276ddc7bf9a228661692b82b09b3
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+apertis2bv2024dev3b1
Depends: libblockdev-lvm-dbus2 (= 2.28-2+apertis2bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-lvm-dbus-dev_2.28-2+apertis2bv2024dev3b1_arm64.deb
Size: 4700
MD5sum: 11e9c36055f4b37238af71a3275c4772
SHA1: add6006c52dab3b1f5216040cb0fc469642475b3
SHA256: c5dcb8c5011c77a3c525458d138beaab654c1c09e7c78a4c4a3de6f530d6ac11
SHA512: 1ed2957e0ef0a8169e420306e9a606847a0a4395313902574e921097131ad2e01b2d8ea2b6035f466e02c9f2e4f877473df239368c4417081b97a1ff434dbc3c
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 28340
MD5sum: 4a9f6966d8d61cd8324bc70e302ad935
SHA1: fc3235e46bdba91260eab402987bc49e2be69049
SHA256: a40763f120939d229ddf5842fdd5a2a9930e5cba4dcf7cb3ee994710949aca51
SHA512: e93f18962478fe48a770c65f99c804cd164373bbb0bdf940a47444c48f5575dc5e1e2c7b05fae632e6586c6b9b75ab7c3b297db673177d18eb3021faeada1c46
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+apertis2bv2024dev3b1
Depends: libblockdev-lvm-dbus2 (= 2.28-2+apertis2bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-lvm-dbus2-dbgsym_2.28-2+apertis2bv2024dev3b1_arm64.deb
Size: 74340
MD5sum: 4debf84aac138bf8f332341edea57786
SHA1: 943619935d1a0c2ae6acb45ee0c235bff7f55ad2
SHA256: 22bef0431f0c0401401f15a75277ac8a88fc15ff16213632bcfbea053a9f8865
SHA512: 50cc70ec8b9e9beb08df2ccb24ed908ec55fd2a86c7088757754e665b635fb744a3b0e5956ceb34332e7abf63837117ac1525353b16297a7f2092779a2f7a623
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+apertis2bv2024dev3b1
Depends: libblockdev-lvm2 (= 2.28-2+apertis2bv2024dev3b1), libblockdev-utils-dev (= 2.28-2+apertis2bv2024dev3b1), libglib2.0-dev
Filename: pool/target/libb/libblockdev/libblockdev-lvm-dev_2.28-2+apertis2bv2024dev3b1_arm64.deb
Size: 7444
MD5sum: f8375d795ff61f6a282c085187ef059a
SHA1: 390cc7c0ee1b4a2e08469871e7785bb99990d90b
SHA256: 7329d6fd410cea6a51c7b92973987911a035de1a0f44ec8a0b84f344da3fae66
SHA512: f71fb20b94c2ea72d54beabdf6f21da205712600618f1ec6da6556479904cc24beddac29722ca6dd8a5d0dc3a43cb2b5dbf46067074af77b5718761540e87668
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 24228
MD5sum: a3c5d37f80726b73c4c0a7e6b3ce542f
SHA1: 58dff9daecfb091405c0f2e092e01671f0822e58
SHA256: 2125e9a6034c4f352b95db47ca74a0a02f2fecc6a85d18c3891e6b734e6d7d79
SHA512: 9d903c41611dc13493866e2dbd83cbac5b13aab408af320e751f4f23d08caea011c1fd59642e0d4f1a3600e422aa28f996847b3199f622f8a2ec7e0d3e9c61cc
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+apertis2bv2024dev3b1
Depends: libblockdev-lvm2 (= 2.28-2+apertis2bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-lvm2-dbgsym_2.28-2+apertis2bv2024dev3b1_arm64.deb
Size: 53680
MD5sum: 1a131b9e59ead1ed2598bead55f33ca7
SHA1: fb9394200e62ad4e32388d1518c651d5abd53937
SHA256: 7e119f15a3b6aaba35c4d964d0290c585d274e73853f96523a372b92c4082f7a
SHA512: 7edcf41e58ca70402ed2df0314f9ffaf700e4d786946177c36a636baa80fb20fcdf7fed4fb006731ae50cfa6884456379fcbefef2c68ee69995abd823b7ee0a1
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+apertis2bv2024dev3b1
Depends: libblockdev-mdraid2 (= 2.28-2+apertis2bv2024dev3b1), libblockdev-utils-dev (= 2.28-2+apertis2bv2024dev3b1), libglib2.0-dev
Filename: pool/target/libb/libblockdev/libblockdev-mdraid-dev_2.28-2+apertis2bv2024dev3b1_arm64.deb
Size: 5884
MD5sum: 13c434d1e272f572cb80fd01b21fdebc
SHA1: 36461c6e3c16af4ff70b1190092a590e7e843d27
SHA256: 129e7001f4b9e8ff5c8207064321f9cd8960694040a6ded1ebb6255da3b500f0
SHA512: d850f245b4e94fe9fc2ac6db8b9ad65c0b9e0a485e70894e353004efd0ab714fc32421f63475797512b4bdeaa66775f25554a2b801170d43096c6210c2a68e66
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 15448
MD5sum: 911aeb4389b439c7979ae873c66d1049
SHA1: 58634895f92d109e03246e233f60079da9308cda
SHA256: 9e1cf589064d140592ec300ba51b3273890f0eb1199d06d50d40a27d25b3b754
SHA512: bf4768df72518f582f8c51b3ac512b7e2dbb535d9b0bfd828d0ad59453502dd337fc8fdbe29b03d1fefc1fee7f288d7efea30d1118eefc1d68a2f73828f85b1a
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+apertis2bv2024dev3b1
Depends: libblockdev-mdraid2 (= 2.28-2+apertis2bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-mdraid2-dbgsym_2.28-2+apertis2bv2024dev3b1_arm64.deb
Size: 30308
MD5sum: c59bff00ce8c9a94bd9c22367419434e
SHA1: ae33ce1b2cd8e7779147484ca7d5546bc295be1f
SHA256: 3b000ce6200cf8c345d4fe19631f0e57fc25e10f0657580de8a45714d1e15934
SHA512: ead123b06395d340eaa30fec977899e630928dfbc4a6eda17aa742b0edfec46fc5a90a36aaabd7a728250372927f4a623af0b5ece3e446e1f67e2dd9198530e7
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+apertis2bv2024dev3b1
Depends: libblockdev-mpath2 (= 2.28-2+apertis2bv2024dev3b1), libblockdev-utils-dev (= 2.28-2+apertis2bv2024dev3b1), libglib2.0-dev
Filename: pool/target/libb/libblockdev/libblockdev-mpath-dev_2.28-2+apertis2bv2024dev3b1_arm64.deb
Size: 5344
MD5sum: 960fb4e1ab5cbf5ad669c485309e685e
SHA1: 0ff338c1a62a3424d0d9b31a52ec78aa514fa443
SHA256: dc1da44504a6ad72669eb9be3e89db3c8d2c96016d904be7a8f456d3231eb3f5
SHA512: bca0073bc1851dff87d59e9a2a557bbd32e6442423f4ab6bcf86ad96960018298eef82e74a5c7c0ade906fef20e5bb6cc513a5dd59a86f72bfdc58f298afdefc
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 11548
MD5sum: 57f69c313e2c278436760970609d8efe
SHA1: e00e9b993821f370e413a4ed3024fb518d89cf43
SHA256: 1d568ef74374489a7d0fbeedc542861e1eda2a274ac9556ee4e0df1d63812398
SHA512: 6910d1ad47c84fd411aeaef98394e0f800a46e3fd1b7ada2d183ce96c0855271b77440676e7caa69c753c225f685cc6554e7cc83863b2e7a794cc208e9f81c13
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+apertis2bv2024dev3b1
Depends: libblockdev-mpath2 (= 2.28-2+apertis2bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-mpath2-dbgsym_2.28-2+apertis2bv2024dev3b1_arm64.deb
Size: 18020
MD5sum: 05fe8ae422e8b951d92187a2389793a7
SHA1: a7f87ae6cee288c52a814a017709abbaa7c59264
SHA256: 57899df253e3412da077263560b2e7ba518b3c9870ceb276dcac3baa8fb204dd
SHA512: 1288a21323feee682e6141d465a35d759c17e5a6942e2269ed2a8211d419cd8b5cf7ee176d55cf2860888a81067e567ddf42bbe6b99b3288ddc8ecc203680902
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+apertis2bv2024dev3b1
Depends: libblockdev-nvdimm2 (= 2.28-2+apertis2bv2024dev3b1), libblockdev-utils-dev (= 2.28-2+apertis2bv2024dev3b1), libglib2.0-dev
Filename: pool/target/libb/libblockdev/libblockdev-nvdimm-dev_2.28-2+apertis2bv2024dev3b1_arm64.deb
Size: 5620
MD5sum: c769fd59f8034a9cd760355a6d88965d
SHA1: 8774bde8e7c035e146c552ff7074353b8d487d63
SHA256: c8e8627c0146ebdbf5f9da9f3ef44228ce4384f466c959bf1c2e2aa9fde11d2b
SHA512: 77fb6842d189fe2b3bde188cdfec9795aed455bf1be033e1c46c81e844c7726e7ca000dd875b5eee024bad3437d5b0b78ba7979b32ae8f43e6b11dcf4d99db3b
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 12088
MD5sum: eaf2ed8431b61e0bdd153aee63a66ecf
SHA1: b5b81b0cd71e8ab3838a529b4df7c440473a29f3
SHA256: 366b49743fe366e8d527d9b30394f7d380a15d3b91fc384167fb52dab69f2f02
SHA512: 8a5ea0f9703c3f14dc8573ca404b5ca6e5a5e3713761b58fce5500d317378b73644c098da59eeac0dffa2f1563067c2553e70135c775995f196564695420c204
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+apertis2bv2024dev3b1
Depends: libblockdev-nvdimm2 (= 2.28-2+apertis2bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-nvdimm2-dbgsym_2.28-2+apertis2bv2024dev3b1_arm64.deb
Size: 19016
MD5sum: 805ea5c41e081f504ed75ec8d72bca32
SHA1: cc52640c4a31b7ec6519132db94296f75952bb54
SHA256: 32db6745ed38965423d53b641c51e9278ca4d38284f81ec845cee7880ee85b92
SHA512: c0e09913752d0fc3fa9cb566ff4b942558c5c2ad69b10f197d6da7b1608cc5f03e493c736a071ac64568afad545959cd49b4867f1f03358baac56ccf4b8d1411
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+apertis2bv2024dev3b1
Depends: libblockdev2 (= 2.28-2+apertis2bv2024dev3b1), libblockdev-btrfs2 (= 2.28-2+apertis2bv2024dev3b1), libblockdev-crypto2 (= 2.28-2+apertis2bv2024dev3b1), libblockdev-dm2 (= 2.28-2+apertis2bv2024dev3b1), libblockdev-fs2 (= 2.28-2+apertis2bv2024dev3b1), libblockdev-kbd2 (= 2.28-2+apertis2bv2024dev3b1), libblockdev-loop2 (= 2.28-2+apertis2bv2024dev3b1), libblockdev-lvm2 (= 2.28-2+apertis2bv2024dev3b1), libblockdev-lvm-dbus2 (= 2.28-2+apertis2bv2024dev3b1), libblockdev-mdraid2 (= 2.28-2+apertis2bv2024dev3b1), libblockdev-nvdimm2 (= 2.28-2+apertis2bv2024dev3b1), libblockdev-mpath2 (= 2.28-2+apertis2bv2024dev3b1), libblockdev-swap2 (= 2.28-2+apertis2bv2024dev3b1), libblockdev-utils2 (= 2.28-2+apertis2bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-plugins-all_2.28-2+apertis2bv2024dev3b1_arm64.deb
Size: 4784
MD5sum: 124dba95115562642f02cca2925ffe3a
SHA1: 40f7fae159635fe88cbd4441b7f2c1b94652c472
SHA256: 05ffed2b79fd31b9fb3ff8ec5e678f0590d8c76eb2c97538c8ccd52cdd100868
SHA512: eff612a23f656fc8bc966da672f32d984be502bce17922e780920a627cb6efde9e9efcc31e57a83c8e57b9db1ed4c87ec68ed7d707b0c342055430067afc9cb4
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+apertis2bv2024dev3b1
Depends: libblockdev-swap2 (= 2.28-2+apertis2bv2024dev3b1), libblockdev-utils-dev (= 2.28-2+apertis2bv2024dev3b1), libglib2.0-dev
Filename: pool/target/libb/libblockdev/libblockdev-swap-dev_2.28-2+apertis2bv2024dev3b1_arm64.deb
Size: 5384
MD5sum: ef2a72153010455ae413d7f2b0012dc1
SHA1: c4cf4517cd0e8c805eb2005ff8a3ae18928a9fae
SHA256: 07861db07007bbee1ded006739f100b26e8b91f4e811dbeeb8beb5c5a6de5405
SHA512: cb5a61cfc1d79d275905667c39a7c89f46d18099042cf439032ee7e2d60a18c54e43dbe1a65d04aae00c430d555f16510805444e4d2fb9c4786e0c018260f42b
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 11192
MD5sum: 5c1ec863c85ff8f3a66bd7638cc638d9
SHA1: e3171009df1291110ae8b505923fe07ee4e5b9fa
SHA256: e584d05d7f4fbf2309cd89499de4a52b073f94dd7dae95305f6691bdf4ae9311
SHA512: c9c3442b0ddeae2c9aa8ae7b6dbcd6800020adce8ae412887c1ac96b7ee1f9e9170f7c5519c5bfbb1ffa93110b7868491a221435abd62a8d673889392871d57b
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+apertis2bv2024dev3b1
Depends: libblockdev-swap2 (= 2.28-2+apertis2bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-swap2-dbgsym_2.28-2+apertis2bv2024dev3b1_arm64.deb
Size: 15856
MD5sum: b9b1e61b63ce42eab6a18c98deb909b6
SHA1: 8c3411eb143468255fcef3db6529aeb64de836d9
SHA256: e0d35ba8220696927984016adfffea6df41fb464ff9f4313f2e595cfd837db71
SHA512: da85d7c4beecce6ccb0f3568f4ed22858e033edbd09274f6d8ac6344ceba0c8090fc155719756b8648de49945efde69435fa8c9591e07c1cd4fb516360746d10
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+apertis2bv2024dev3b1
Depends: libblockdev-utils2 (= 2.28-2+apertis2bv2024dev3b1), libglib2.0-dev
Filename: pool/target/libb/libblockdev/libblockdev-utils-dev_2.28-2+apertis2bv2024dev3b1_arm64.deb
Size: 7616
MD5sum: e0f4ad20e485eb69848db2281aca231b
SHA1: dfe53a7398b01a7abb3c38ea39800a0be0a27a0a
SHA256: c419ce3e9aa04a60dbbc694ffa849ac5e5f8588acd4e1b2c2e41b32a390c705d
SHA512: c18563a7e127e87a8547eccdee73705f5e872ec54c92348ed03777fd56022dbb5e371e1c7f1440a4a92e8683792462edc74e467455df7afc6a61af49a449f127
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+apertis2bv2024dev3b1
Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.70.0), libkmod2 (>= 19), libudev1 (>= 216)
Filename: pool/target/libb/libblockdev/libblockdev-utils2_2.28-2+apertis2bv2024dev3b1_arm64.deb
Size: 15320
MD5sum: 3b0cd43f5a6d30b1b34f747d157267a8
SHA1: ffeb0cc8cd4894e20ef762fdeb87f5cc2ed81bfa
SHA256: 00907b01cb1a114bbca687cbfee26c0872ad46622778c386b701b3ef31e20be9
SHA512: 75859bdf3b61f4c7f1db392f57feb8a6eae7a4766e5cb8eb7f93d4061bf3c049d1fdd23d44002a50f845f82737cb9ac44c3d38f6d6384bf40398d47ca2a434eb
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+apertis2bv2024dev3b1
Depends: libblockdev-utils2 (= 2.28-2+apertis2bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-utils2-dbgsym_2.28-2+apertis2bv2024dev3b1_arm64.deb
Size: 30748
MD5sum: 58a51c7b93ae6dbc0f45621c226b60b9
SHA1: 65a81c52660475ecb20031618ad25a4b9a823ad8
SHA256: c03adff6e37971e587e5c42848ad420f9bbde4085ab046e714b31149a623c39f
SHA512: f8159f467083365dc87edcc310ec7e1ff23b97430da54e63d59837ec09366d0ce03720523a8a75cb2703c29e14dea3d3e82f4c0cd884039b2af44effdc56c7ab
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+apertis2bv2024dev3b1
Depends: libblockdev-utils2 (>= 2.14), libc6 (>= 2.34), libglib2.0-0 (>= 2.42.2)
Filename: pool/target/libb/libblockdev/libblockdev2_2.28-2+apertis2bv2024dev3b1_arm64.deb
Size: 39896
MD5sum: ec75e8e4fe48a97b6c7b762cd2944f7d
SHA1: 575efd0ac9c6d2a2386f84d8c3e25efb317f442d
SHA256: 5a815e8d3af3314f818f777b5300621dc9d820418c142b18f2ff07c5b540ea3e
SHA512: 9e96cd3d9c99b60e126b878d138f8fd343f457b2e49539dcc0700c3d54c6b64250d8399b15c063fb954050b73c66e5c2c4f531246a55a7a31740967b62584c8b
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+apertis2bv2024dev3b1
Depends: libblockdev2 (= 2.28-2+apertis2bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev2-dbgsym_2.28-2+apertis2bv2024dev3b1_arm64.deb
Size: 125092
MD5sum: 00a0f8bed61cd03a5726d0058d50997c
SHA1: e7d77a0ef123c66601e8dadced25a2a2e1009d42
SHA256: ee20b3ebf50454cd554d38a6d5107b9d3f42cbbda120a96f3f8e94290a76dfef
SHA512: d7cb074c78c6f98c4bca79f29f0c57dcea6a4afff0b058ceeab54896d59486a6d24d4976a4fcfab87f62b1879836048adb3e1cb0b1ae100432a771385e991ec5
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+apertis2bv2024dev3b1
Replaces: libsdp2-dev (<= 1.5.2)
Provides: libbluetooth3-dev
Depends: libbluetooth3 (= 5.66-1+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 297176
MD5sum: b8a4b218449da673dd364dacf20b32b4
SHA1: d26be620ec1180d0e6fad9bb5436dca4d69874e4
SHA256: 038142fb538539954c286d7cc414850c4be70e6f0a60565b9cf66d8343f98fed
SHA512: a5cee174ee305146d3adabe649a5cfd4350094e5fd8e8832c6193812b9d03074196557df3d9b3b87deb8506cb02467ab0717eccf42f0eb1e1da04e1edff056d0
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 112348
MD5sum: 72e7297121f6ff8c85c486536a451dc3
SHA1: 0a2ea512eb84445a92ab76369e3987a85b8e9df1
SHA256: b21797f9b5efcdc26fa65d0b974b38ee0f13d4c81b7b114d2d3f7a651ed2de3c
SHA512: bcf831b65cd315569cc4ca5a15c4d3665cc467ec9ae71a089931f135069029c3127d3258f1bf045067577bde842ef45400e3c1241fdc8ba6983bae0405d04f65
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+apertis2bv2024dev3b1
Depends: libbluetooth3 (= 5.66-1+apertis2bv2024dev3b1)
Filename: pool/target/b/bluez/libbluetooth3-dbgsym_5.66-1+apertis2bv2024dev3b1_arm64.deb
Size: 139524
MD5sum: 5bfa2911620e9f4b42fcc9a99df6fe2c
SHA1: 338cbd9d25bf87957e722cf1d767d4179c788f61
SHA256: 82c2a5797ea31f373009a48924d41e97d83572f8780cd49f99f1e3af8c75817b
SHA512: 015df97f80442f4acf50f9d9f0870bb2b1e27cc3498cf2bac39eb74ea95a6e867c9cfa4e0675fd693a870997178c4483ceab7bfc5c3f2680b2b0ded188d54296
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: 2163
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-atomic1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 346740
MD5sum: 3731e3a99772849ef9f44a29afedd74b
SHA1: 1775e040246409a56db5f92d1ea8f6f82d444057
SHA256: dd517b246237b6d59db0a33c89420e5f378d033a2e09481ab0bc44bca6f57225
SHA512: a4cf7e4d0ca3eeffa6b90d10cb4f72a211fc7f8b7067555844449be22f603af6f391f25de3c3f4bc038e390c2dd858737b3134b9a06424a9ab1cdd8258584025
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: 2211
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
Depends: libc6 (>= 2.17), libstdc++6 (>= 5)
Filename: pool/target/b/boost1.74/libboost-atomic1.74.0_1.74.0+ds1-21+apertis2bv2024dev3b1_arm64.deb
Size: 345940
MD5sum: aa97d4576452950ddaa96996732c28cc
SHA1: 2b760344903a5f4005d0713b4a6e365961b9f087
SHA256: 964d5c4ed622ff1d6acc3ea2bcf62739556fa43fdc08f0909759fa6187a44e9f
SHA512: 39faec0ddd45caaaa64200e4d1b1b6450c532efec5ac48afe78a5bb6ee5ba498bede54233e71cc5292ade55ce17a58e9ca7bde2b7a6d851af7fb09b4552788e2
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+apertis2bv2024dev3b1
Depends: libboost-atomic1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-atomic1.74.0-dbgsym_1.74.0+ds1-21+apertis2bv2024dev3b1_arm64.deb
Size: 22772
MD5sum: 2d780c2b50c7926a2e4f93a29c9a55f9
SHA1: 068eb149904456714dcd6a7405f1343c0568584b
SHA256: c6280e2745d3ba3505ba371f8f3d17fe55feb06f43c874c24fd6a0822ab72b12
SHA512: 5410fcd1ae76308ab36e16469659d464cd22f9383490583baeeed9e6bb0e94697735a87e8c6db10d6a4f8502fece2d640456175b3f18c3d1b6910d75ca16d706
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: 2358
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-chrono1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 360488
MD5sum: de8f955698884571c413d462287e3ba7
SHA1: 9c3a84cc671ed0cf03ecc012ac339f6dd6286ba1
SHA256: 0888be8f1061e766fb270b0465d7be8a7a6904c2276919f7d89c2166b9577dd2
SHA512: 2ae3b74012d140c819735a859b02ad2d512269b929319b6096da8d9d1737b48b3647d6222890b5496f221d699b6ddb85dad69dac07c5bec255077ade2c5f7c88
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: 2211
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 352876
MD5sum: 404bf91fa358fecdb1cfd9cbdc6386b4
SHA1: f197193768e424f6022456073c1f3b1e36178fad
SHA256: 8e09e3838dfac663290ee3fba8f0fcc2012b71723281af5e5fc7b7843cee3188
SHA512: 883d706aac47bcdd21a452a4dd6cd35fa37799780e9b598a2aa2033ccf7d3508ba1ba04ac3046aa76e230714b55b44c37155aad512fac0620b334d872224c157
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+apertis2bv2024dev3b1
Depends: libboost-chrono1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-chrono1.74.0-dbgsym_1.74.0+ds1-21+apertis2bv2024dev3b1_arm64.deb
Size: 173528
MD5sum: fd8bc6d788a9385e39c5cbb39a2f237a
SHA1: 7313c9c01d7035ee3d5ed49bdd2176d73c904743
SHA256: 9d91fc938cb5a60121056fc48f92e64b1bbbba974856bfc96bfbb159a4e12a1a
SHA512: 90a1624eab0cdc8dbd41ba7ee27247cae56852a1c5167b21e3db49bac77e0f5b8b464408b5eb5b364959a4d8e3eba8b342e7dd0431bc5b5f57d9c573f1d6524a
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: 2301
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-container1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 376304
MD5sum: 03c3582af0a343292ce700938c8ac699
SHA1: eda8b9a59e2e24c42b2434c8ed4fdbb316f3ab4d
SHA256: 0ea1becbd16113a100e66abecbba392f824527b3f7c108b8252bd2480ce0b2e9
SHA512: 3db61501ced54d112517a85a8358172bdf522166bb8f8905b0a9636c7967089442865627318c115844d9cb36762daa39394a260749b5cd05ad4154835f085ef6
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: 2275
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 370276
MD5sum: ae0f015ae44d47dfe14f71bd56c41923
SHA1: 1b5fbfb5d0d707a9712e9a778d86938e601e05fe
SHA256: 3d58db5426c86445888c4f24d0b710f7c27898632b718f4c297e3c31211e2655
SHA512: f49ac4a2c5e466b62434c9768af1d5c9e389ee7de784c380f786daad8fb06d121cfca5aa3b26ddc13eb8bccdf9baf7d8b84b1c8551231bb3406ae76c4fcd6858
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+apertis2bv2024dev3b1
Depends: libboost-container1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-container1.74.0-dbgsym_1.74.0+ds1-21+apertis2bv2024dev3b1_arm64.deb
Size: 127420
MD5sum: 7fe7abd551f62e3a602ba33315a14f4d
SHA1: ac0a340aef01255a9a0d4d130f6ab93b5fe42eb6
SHA256: 09dc44edee2c317b12ad0b8de02b6e664d6839729a9d7ff32daee22041f29358
SHA512: f3b0b4d06b8e59bd503660280cb598e48071a2f40621a34ee81b0066d3ce59e4f8d926e0d52ae87ea6b6b4f46b5790a23656b0e9309675e5d50001fa747592e1
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: 2164
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-thread1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-context1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 345848
MD5sum: 5e73513a09371c8ca961975cc79606ad
SHA1: 57f74d6ef97bb74eb13231a268019bfe8cae4480
SHA256: f63546451ff49acee9be60d8aecdd0f00277783a5516225863bef5cea754119e
SHA512: 381d8b5291413ab1b764db4ecc2a48f5fd08c87040268ea5908d704c562aac210e543deda3b2408720d9beb13a2fb4dc7bc21ef35003eefc1dc5fa2e40d0d5c9
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: 2211
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libstdc++6 (>= 4.4)
Filename: pool/target/b/boost1.74/libboost-context1.74.0_1.74.0+ds1-21+apertis2bv2024dev3b1_arm64.deb
Size: 344652
MD5sum: 39c0d47fb778132220754e34bdc5cc17
SHA1: 99e8a5f184698b2479773d131f303384ac3b0160
SHA256: 1ee2d3bb3004bb76604be3903a5df1796d941918970b7f9401c363626c0e121b
SHA512: ed79e18826bd6201920d6fb67d3a8c5eddd2e37b79a77a2dcaf900f3adda7e67411d114444f462cc3775e3c32f4c6da67eda7f2e7cdd07be1bebbfb2d94c918a
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+apertis2bv2024dev3b1
Depends: libboost-context1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-context1.74.0-dbgsym_1.74.0+ds1-21+apertis2bv2024dev3b1_arm64.deb
Size: 18916
MD5sum: 94049395b19247487e026bddeccc0f2b
SHA1: a9b91de9f854aba87cac8fda4d4ad1a94bfff368
SHA256: ad18eab7b757b8c54ef75d1cfd2e5651e94fc7f5435be16085fcac699ca4dba5
SHA512: 9c2cdfc7674ebdfe9357f564370f0a72f5b1233bcc3e89eb4bbdafd37338d75443e1c19dee8d619fa85fa53edc1c984c0fcf2cbb88404266a9f6545dd087f0db
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: 2457
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-contract1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 378640
MD5sum: 491264cb13095885ddcad47217b9cf87
SHA1: 3dbcfb872221c47d9e0393c6e810250c68de92f0
SHA256: e7139b2d0d8e3d817bacf7a1e544782bd3305e787278ab56a3083dad9af0c8ac
SHA512: 42e436ad903b28a9c63fb84924991844b852d1f6968282a2bbfac2a5d3d507916b6569c2a5f619ca2eb47c6fe854ebc52e0a2ef3427c62170adfecf49d41c1b6
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: 2275
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 368040
MD5sum: 40029f38040910f9a3c2898df9532e09
SHA1: cc5330e723059fccfd5273a4804e4fb0489a5f10
SHA256: 6dcf23224a6faa9468f0909828c7e875f77ee71fb9895f99bd68427fa425f880
SHA512: 24728c9a1ff3f25679b96298777cc9b4ffa04cc94ab8d448e3f56af3f9b7c9f4e393d5801c497f72c634f8e493fda73532014dd5e8a82719ba246d598d51f140
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+apertis2bv2024dev3b1
Depends: libboost-contract1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-contract1.74.0-dbgsym_1.74.0+ds1-21+apertis2bv2024dev3b1_arm64.deb
Size: 305324
MD5sum: 6bc3fcc87fc400a070973ba454b75ee8
SHA1: 590a37790e38e15809f81935d49a712eb33b4677
SHA256: 054d5032e806b6794cbf2eed69db5d5a145f9d026be5016e7b4057498b0dbabf
SHA512: 894951d5c4a91e2856222b4b1b8c55f7701d971b5416b50a9caecafff8ecc7f6fb57b994a57886b249c887b6d5ae38b237ec2589b14ce2cc8dd557c93ad25f6b
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: 2372
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-context1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-coroutine1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 367896
MD5sum: a3a62cebc1f8bde202a8b22c84e1b788
SHA1: 69f4cdb0c9f743cc30f36ea6020b9b09a568dfa0
SHA256: 27f4c5d62107722c9cd283eac7087254a64511ae6763b8e46932fa1ffe7d3b18
SHA512: 0aa8d2fdb394c19a32f0239a13007ae7a651983814b3f9995caa1a909a18f9a793ef00d1b012b14b41ac8649c11e27e5f1f021317ef7c717272a48638274acfc
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: 2211
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 358916
MD5sum: b9bee17f1e6e48bcf5860d0b36ce64a4
SHA1: 66502abb9a1ebaf1ddff477a2cbda8ea16732acd
SHA256: 4f9f683b1531a87b91deb3eb14e220d5f32dac9f80f46cdbaabb91f365223865
SHA512: 3d172ad040ae0bcb4106c55242345cb25f08d2c3644e765299a0e44b643f996caa3748a303a43a45b49bd1150109eb4a04324516c52b9dcf75c7a5fd585e7e4f
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+apertis2bv2024dev3b1
Depends: libboost-coroutine1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-coroutine1.74.0-dbgsym_1.74.0+ds1-21+apertis2bv2024dev3b1_arm64.deb
Size: 347564
MD5sum: d6ed2d5dda2c08eeff09f0faf0ea777c
SHA1: 6eb6c5f26f8b9ed6536887f61be67e3395f7ce3d
SHA256: 0714731aeb608d0a9b797097dbd7b5b50bde4ebd55348e22d1dd064251a0a481
SHA512: 0824787ca21674bc3e73339f055f6f88a8b38eefb5df0e9d25a1130a5bd49fbb6d9b61f27fd7c8bb5fed5e52e7cea661affe448ebace84b999e1d09ca448b300
Description: debug symbols for libboost-coroutine1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: fa5ba166795db62fc0f4a8bd1f1a9ad30ad0e451
Multi-Arch: same

Package: libboost-date-time1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2164
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-date-time1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-serialization1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 351604
MD5sum: 934d4e05e08b165a846cbb86949920e8
SHA1: df71b7363a4f9ab2236defd82e38b21282d83f60
SHA256: f49edc6b18281fdba0e13500173d2759f563a3969420abf246b81b1e69f4dc50
SHA512: dd4c69a72dfa5c97c96ffa06dba21c2fc118ccd60f5dd67046ec3e587664057b64ae3d9c0b9e3cb5c1818d2d5dad321eb6fdeb644a2050c0f10588db97fa52a4
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: 2211
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
Filename: pool/target/b/boost1.74/libboost-date-time1.74.0_1.74.0+ds1-21+apertis2bv2024dev3b1_arm64.deb
Size: 343092
MD5sum: 762af2bebee7d72ed2a671700658eb47
SHA1: 5c9ed650a1c5ea2b82670c49ea6bbce17aae89e8
SHA256: ec68f3f2f9e9be2ff7959e4cd657136cdb1a5c61a2f38b0b37c612caa27d7ae5
SHA512: 5dbb5ccd72f09564415010045688d47432b86535614a95b1cbc16e76fcbe857f6f69bded79485fb3d962de3d000a8faadd60a777ec2fd155064e59fb2411f9f0
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+apertis2bv2024dev3b1
Depends: libboost-date-time1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-date-time1.74.0-dbgsym_1.74.0+ds1-21+apertis2bv2024dev3b1_arm64.deb
Size: 4804
MD5sum: c834198d76fb69161e80a16991a52f02
SHA1: c521cad62a81f011fefc253e6834cfe844414ca7
SHA256: 9ce9e31e2bf6ac830add12a1178320a652c2e8b44a17f642838bb0d7095b4ec7
SHA512: 3d92ead484355f310b07b57ccb5bdf0504b5a0744e0e65bbaebda492d805639bf5cc14efee82a9c014b8cecf7778db14ff45495e6c93789fc2d467cd063922ac
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: 2146
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 342564
MD5sum: 5e94a645b0d1074d719c6051e7b632ee
SHA1: c884d5b5c1d6bd3e6efe93870b046debba8dff05
SHA256: f7e5d0159b25f6a9be5b74f5176b8fd6dbe4d190ea2361e157f1631ee05f70de
SHA512: d8026370d6e183d18fe2cd6b168e3510e5d8c3cbafbd026210e3183a21fbb5e88cf47e8ffa0db57f6a3f932fef1ead90595d7a12129cc688b804446ac51c7aa7
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: 2403
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-context1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-filesystem1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-fiber1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 377192
MD5sum: 2d42c9376f6656053445251a4f2a6443
SHA1: 31f8977988c0361fa5e8faf0b4cd57482cef3a02
SHA256: c3cddcb705d2f1de68ba22715e41a219824bb00908ff90b7001ba80dc74a49e6
SHA512: afed685406586b7859553fbed446696e4067349bbb392d8759a2a4df89a3081ff12781b05821175e12ba2c8c2c2584d14012def7d0e3e79233dd187ecd2f7989
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: 2276
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 364864
MD5sum: 17ad5e2efba19a9edd889cad13619e15
SHA1: b5d3bdaec9a11c0f573bdd1ea8d96ded437bb81c
SHA256: ad6e69fd8df9a9a1bc4aaca9e71ff797e83879d8e51f86af1852523c11950b77
SHA512: a6fe6d1246e284c1920beea56054f525e1eb46f415bdc4d0059dec6a58a3c018cfba9d56e06c9e76bf849278cb94b7c7d6ea6ccde3797e2698aeeae338083fb0
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+apertis2bv2024dev3b1
Depends: libboost-fiber1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-fiber1.74.0-dbgsym_1.74.0+ds1-21+apertis2bv2024dev3b1_arm64.deb
Size: 508448
MD5sum: 13d6f6b77b11a963cb94608e3bc0ee07
SHA1: 42f67b2fc33fc2cfeb41d2a6ee6ab90d13f2b5b8
SHA256: 0f88d0464b9eb11c500abf6f72ad4f3f257951bb05f95ba96dec675b2cea36a1
SHA512: 572ffd18a231b23f524b59de45bb1842811707b14c3f248332bdab9dcd3e88b4cfdea28e87baa977066d53c1d7b5bf58cd0a50834c67c5ed898295b923e192ea
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: 2705
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-filesystem1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-system1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 402636
MD5sum: 8ca3231cb249539935436076f8370097
SHA1: 031da4665664a847c6c26b9eb5a292011556a7c5
SHA256: 658f167e17705c514f27cac032003e6680604ba1419647e4f956a0eab838151e
SHA512: 65533955af0be0b850ea65a59fbfdd74b57ec920457cd3040ae199554802cd3f1877564af984ddc6cbc8e16fce1d55ca11335150b927ef16f7aab5c074722a1e
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: 2275
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 379420
MD5sum: 93950ccad28bc2f9c3c758fba270a94f
SHA1: b158eafc5978f943623b786bf765fb88eb6ba7d3
SHA256: df6b13115818eed691a6ad741bd0d9ada2f4fffd8c7985957c89280f6db28794
SHA512: bafcff0fd35b63e471f2397c077c90b8d5fdc2ca55dddd26fdcddb07f23ec46131878df431bf0d26a3d6abdb6e3324c489b3de61bae0b312e1678eebafb4df54
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+apertis2bv2024dev3b1
Depends: libboost-filesystem1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-filesystem1.74.0-dbgsym_1.74.0+ds1-21+apertis2bv2024dev3b1_arm64.deb
Size: 744296
MD5sum: 1b252d6e12ad7381cd3a565365130716
SHA1: 958c95d4c6aeac2faf4ffe0bcf19d92c80833cec
SHA256: 0fe95f8f9188953fab0c9e031f5212b849b517c585510472079494ff33dbcdfa
SHA512: a3713fe1e3b59164fc96888c9d810c0c21142a07da3a40b12d0f31e4eeb8d6f5d0d3f59b202b6638fc79e73b99cd6a2646e480a749c5aa64a5cb9d38a615a629
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: 2873
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-graph1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-regex1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-serialization1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-test1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 441200
MD5sum: 826d65678618bba62b1dee309e4347ce
SHA1: cd6df5782d58dfa5bd540e9809d0043fde9da759
SHA256: e960b0891480ef9c1cda300a63c9e870b6c1e24e6c13cf7b0367c0cbf920f46b
SHA512: 4d10f1da7b5b4f44df54fc70f25c4e7ee757e6a3965251dd0fd2249291dbb771d5b119b626964d90b5a624ceb013188394f52bf8e7f51c1b175d17767b704361
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: 2403
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 416956
MD5sum: 0f4be286f41c1b086fa759c9db49b330
SHA1: 7947ba685e6fb64b10ebf3d3d0405252d3b99205
SHA256: 736dd7e359ef03fbb6b14c566aa3226967ddc0ba32ba05c7e3dbd7fc9c98f15f
SHA512: 0944e55db748293be11a618adce33338a7b92823be7dd3f8146c05da9beba53beb96eb5625daaf080501a0c7503294bd2ce69e887a126c756bafe482e2b4071c
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+apertis2bv2024dev3b1
Depends: libboost-graph1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-graph1.74.0-dbgsym_1.74.0+ds1-21+apertis2bv2024dev3b1_arm64.deb
Size: 1349836
MD5sum: 4dd772ba9c9376831721b7a50d3b6403
SHA1: 7c336507f6d25984b84c115a6a7efbf614fea0a2
SHA256: 03ae170e3423f918a9c815c8b1b43476f2484d5e1108eb932ebfeb3e948503a9
SHA512: 1db5a8f9c3d89a03fe3cc9679f7d0640ac0059dfd4630f71852ffa601acebc569c1646b66f617f978554572dee00c3462542bf8828d3f146ab4524e99c7bf333
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: 2442
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-regex1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-iostreams1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 372624
MD5sum: ab3b291fda50330b0d03e4f63e638773
SHA1: 3a57be2dfcffa09cfae52d7d2a6df76e0fb837a1
SHA256: aa5829f2645b047f162447b1467f2a11db5ad1e1f580a8753b983f8a9dc1cdea
SHA512: cf51f173927b747dfc59ff2272c30fe867316afe30559f76bf7b5d4680700430fb7315f752d8df584131dd6da2aadbd88c7974d4faf04c4ab98d9bc9f1075636
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: 2275
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 363204
MD5sum: 27f161d1e8b4782f2e244b211f769d96
SHA1: 2949b48cb6faf4e0e59d84f81b58b801167d40f5
SHA256: 19e6b5f7e1fbb7fafd6673e36c97def2b8edd447eeff62a2c572584ea2a1e72b
SHA512: fc65766b6c4cacbb04986186b36a7790fea29750d14de0fa64aae1ae8251c6f1a1c4a7c46c667311ac1377577d35c2ada7eb4962124e57e8842eff59de2000ed
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+apertis2bv2024dev3b1
Depends: libboost-iostreams1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-iostreams1.74.0-dbgsym_1.74.0+ds1-21+apertis2bv2024dev3b1_arm64.deb
Size: 221116
MD5sum: dd0b46df0f35d18f4033284d63d3ee25
SHA1: 7faa6b8f50aa83b66ab8173bc9d80e32804837a6
SHA256: 7de4a18c1b417a443905bc3f30106638051c90a36792c13f02a1fb2026049e7f
SHA512: 4035130e75ac0ff36f2aedc928811c46e6531e7db215e1299e51c1ceddd007d682c933c6ec14de61e26bad10bd27d8eebf2f333faac41e59e425210483383bba
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: 5532
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-thread1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-locale1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 666108
MD5sum: 342b785bb03a7fe1d77037413c738e93
SHA1: 82f0c4d9ceebeef3116356626ba08902bcdde59f
SHA256: b8cd2326bc65625f2e29831164220e55d83c5bf08af5e0b0e31b943f76569618
SHA512: 85cab62f7e918d4078b6831f7d03318d83911f5cd531e4a4918ecf27f6083b946e4a27960991e383b637a7e5b753180621cee66ffa9b8ac00e0ba38e9e0afe4a
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: 3046
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 546440
MD5sum: 3008608028385e3882f6aad92e2098b8
SHA1: 6611863ac0bcade1710629dc5b305c997adecfa6
SHA256: ea6c678805aac6f720717780c1868f7d7890c46316d784fd16ac41bf62e3fa4a
SHA512: e01416ba8b20924c0d8032ee21c3617fa08770f02819d9a2369a0c6aa5b6152c9b8943875628333300ae30e6d2d60d5199148b32352fe4050932c2983d8776a0
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+apertis2bv2024dev3b1
Depends: libboost-locale1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-locale1.74.0-dbgsym_1.74.0+ds1-21+apertis2bv2024dev3b1_arm64.deb
Size: 4135084
MD5sum: 961d20bad974c129c3a3d1806eebf373
SHA1: e2144998bee2c258e6d82af4ebfcf8bbd33de7d1
SHA256: d73b0064a7b846caf9656764befd0a19a94212314cb361b102c2e00ca150498e
SHA512: 8ec8f577d3d20625876d218da7ef0c80e6b00a0e47de3487cddf3e3dfb158c30c1547584cbc70841960cea6dd95b4d79b3498307b753cc3c9063baa97b691528
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: 8499
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
Depends: libboost-log1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-atomic1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-date-time1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-filesystem1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-system1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-regex1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-thread1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 895256
MD5sum: d4360531667013acbfd0494817a77897
SHA1: e23c80f6971253278a8a9761fd9a81bf02a8024b
SHA256: 5f78e371207cea6415d9e6557c5896d6ce7c8a48dc0b44d1c381f266c5964e4b
SHA512: 32fb6a58e77d5b20c485859f2dd88fa7ed659df13b961403553d5b0c3b4519380ef1f9ac6d4766edf85cfa9981fe72377ba58b9716693120118ae749e3e62082
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: 3625
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 674904
MD5sum: 26f751cf821213dc5465a14eb378bc7a
SHA1: 44bc42d15ffee4a2b813a2460136789daf60af50
SHA256: f0ac0b5059749d8d4eaf9d08cde4a700e527dc352463a75a6431975203cf935f
SHA512: ec30b464c8ce05bc718f4a4e0a1958497e90b868f002ba54456e8af5cb0a7440407ecb56197bcb4e6cf28655b77d027f7085ce63989b58055e9764d9395196d6
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+apertis2bv2024dev3b1
Depends: libboost-log1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-log1.74.0-dbgsym_1.74.0+ds1-21+apertis2bv2024dev3b1_arm64.deb
Size: 7912668
MD5sum: 26ffd3d712f1a2d0f4f343efeddb80d8
SHA1: 1ce3a027097311a1e1896b82db958d418752bbe1
SHA256: c4c0f44d1842b10892931754794689971e7aaba5f415ae547185e82104dce592
SHA512: 681df9bd2fa3ce1e4e1cbadab7e70cebf767a55ae5ea660932242d839961280271379d9f4e992803d5bd9da1cc5fcc42d26424fa1823102fac230159bfcd6748
Description: debug symbols for libboost-log1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 1f150fad787a294ade15542349d259b23078caa3 4dc8abadee265b43a69ae824216a37b89f7ff490

Package: libboost-math1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 5936
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-math1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 668624
MD5sum: a9794aa5d0c4b6b73854f3d4a9cf14b5
SHA1: 3d3a32f339fbd3effdb367fa2d88e0110a6efd25
SHA256: 5b807ee63320a9b183b81cc77c484c305ca76758ade55335a36b4a23355d1d89
SHA512: 4618c16eb61cffbfb7dd7b6f9c06129e8d8096063c020f077cb22ba954c3b4af780df0d74a534deb685e53a429e4113b6f5627e5dd53c3aebe411ee5e6ca8825
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: 3185
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 579436
MD5sum: e100ffc46cb61f2514367c9b702cf06c
SHA1: 1a4060015810e3e307a9347e58adf25ab8de7446
SHA256: 27828eccc7c0cbf3316f5541148e55f71e9dce7814c018bd0495a4b1e014ca93
SHA512: f9ccb21923e752a55e019c22287680cb109d97add2e4d8e2c21a6b64fcff77d98b2fc978949cbd2c589a7fb14c7ddc4dfd4422dcfaabc64add91eefb6274c50c
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+apertis2bv2024dev3b1
Depends: libboost-math1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-math1.74.0-dbgsym_1.74.0+ds1-21+apertis2bv2024dev3b1_arm64.deb
Size: 1819412
MD5sum: d6cea86fbf4aceed15dfa4c0ce43270a
SHA1: 76d9aae5555943cca9f1c1d3df3d09f110294f87
SHA256: 084b9b6a8cf523adedade1cd4cb59730d9cde8eaca4cedee85595cfa56941bb4
SHA512: 36bc315f89cd25c490d1427db78b33f07fa40a560dd0d854ba68eb8b92082d6a532242fe2b87939b9e51d90f1ba5b82314d98afeb18ab57bd575bf0546dbedc3
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: 2163
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
Depends: libboost-nowide1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 345632
MD5sum: c5a182d1d0c46881adcecfe3db59d5b4
SHA1: 1ccd5bcbc402f423b1967e0e07a72f1f3f7dce05
SHA256: d10b9c3f24a93c0f156d1abb58437b6c552be228b93c44a241a7b8452c37a7f8
SHA512: e685c4bc8b8faf738b19da13c3f691d571f7fe2b1c8db449c9cfa5e40e0a74afb3de38b57d9c2f26771d3b68000248492d04281365c8760132a164baac2ae507
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: 2211
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 344596
MD5sum: 7eee4e2a1ee6989171a6fabb2893a526
SHA1: fe31b583b8e3d0ce2fb00ae22410c2e23166555c
SHA256: c6951bd6058f75ef683d2171ba80bafed8aaff648d533c3b64dd9aaea789d420
SHA512: fc35868b4bf2d9c456c39cad602c6483be2ea3787422705be283fa46d8cf363dc9fdb8b9c8e2c5f0dd3dc6803c72d84b3c2ba88ea1400cc81ea69a0fba9833b0
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+apertis2bv2024dev3b1
Depends: libboost-nowide1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-nowide1.74.0-dbgsym_1.74.0+ds1-21+apertis2bv2024dev3b1_arm64.deb
Size: 19420
MD5sum: 915bcb561e67251297681e147133ea7b
SHA1: cbc24a7d2a85e14c0d83296071bbf7da900eb2b5
SHA256: 0ca7305752e8f62dbaa61d1f3c9b37c9ba48d3edd9cc5d07a244caba6c9cdf64
SHA512: f36afa1120376f626eb645b77d941f5720345f268193819b8fc7012a50ec64c947bbedc652c3e57a0a26946dedacd4674f8cb19f12411acb31316f73b6332973
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: 2256
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
Depends: libboost-numpy1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 357040
MD5sum: 0c270e96ee4d23f51e0a3d5bad337047
SHA1: 0c7c56ac5837b27c1dfd9e37ef6970b03c6ec717
SHA256: f0cecfa34c62d15ef7ee3a9c3713659eac6396646886dc88ae37728ed1eede6e
SHA512: f1b065b929e4ac5e52b9015b15a5d1a7b39b1d9f7596cb492613a17c7be3aabc3e86f99dbedf12d1ab030307c9dcb7a7b8e83b7832a2e1495055d34b4b7194fc
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: 2211
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 353088
MD5sum: 9918c006c2642d919d73aca848109327
SHA1: 675baabe7a136f4925ecea892d00ce676b89bfa2
SHA256: e31e76f420cd2570f571c00472c00d8f126c0cceeb1c31a4db02a5beebcc15f2
SHA512: 3427fab147f4b8f70c793e76d027603e96014b4d547a32b04abe50bd8601be35ba113799773e86e61080d9694a54982f3a7d2964db0dffaef66fcc4fe49d4446
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+apertis2bv2024dev3b1
Depends: libboost-numpy1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-numpy1.74.0-dbgsym_1.74.0+ds1-21+apertis2bv2024dev3b1_arm64.deb
Size: 159536
MD5sum: 92193e047e635c15a348c85472e8e3e4
SHA1: ac28cb83e225bf98903ef4b51be624dbcf04a34d
SHA256: e807ab0b4b9776c2057c67e5f0a26bb7e3c0ebba318eada55cc8f58013ef6665
SHA512: 20c5c0003e4b08a9444ed151f3be7b721e30713cb49c287e4875696a3984d4e03c4901454e9be1a2605962098e24d3f3f3756b6c48f318d8dc8409ba378f053e
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: 3340
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-program-options1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 479136
MD5sum: 04c6ace6d8c60ecea7a9e31eafe3f8f2
SHA1: adbe4a988c93af508c47fffe3cde3877905ee97f
SHA256: e00d060a06e526f9573c7481aa0a257e536e1ff34d1a8ddaf324fea1aec38ae2
SHA512: 108acc9095d03b5ebc0c6f42daacd94b16cd78d17f3a2fddf3baef2c6404736628a4f17f60c9fb847482fe4e54c55bf28e78469781d293782d03976eb457a985
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: 2595
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 443216
MD5sum: 312fd1e6781006a3dd1b1421e109a4d6
SHA1: d47bf7b8d09b15099e8d3fd0bfec959b93027a33
SHA256: 985a0425bca9e1fd16f2ad8c90778447f341fe5764aec2bc47924c135e762a4d
SHA512: 7476721f6718530761d29160c28cad36920c374bf1bb140d04415b83fe0e3808993e2274df30bf94b3034e6aeabc79a269434e9afd375a02d18fa1653a354205
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+apertis2bv2024dev3b1
Depends: libboost-program-options1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-program-options1.74.0-dbgsym_1.74.0+ds1-21+apertis2bv2024dev3b1_arm64.deb
Size: 2348540
MD5sum: 9522c6d2076f9fe6f9b50e80c1ca3cd7
SHA1: 781eb18f47b3435004ea9def4d22d5e9563dcdaf
SHA256: 3498fb9b65515f66832d2ced377ad307eddd8c4079679f6a3baa5c64b847be32
SHA512: cdd7d6df5798db61585f4376f19ee1664b2988b83be803ebd15c1b2f190b68e4d58f2507e4cf4a330b8c82482f7111cc6ef8e6bbe1192c9f5371120e2b8aeb47
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: 2789
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-python1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 430668
MD5sum: baf6da0b4cdb39911a121eaa684cd73e
SHA1: c9798ee7f3633e59d0f637e8c93538602617538f
SHA256: 8f89fee8b2834c761933269b8da6b3dd988ac6858884aa2e7fd8112703eb6faa
SHA512: 21e1a69b42099755961422b2a368e7e63a273af1874634fc27c9b9b209dfa7d49a06208a258fe9c609086b29acccf7a40cf21320b0e74b0f4a695745d50dfbaa
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: 2408
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 406572
MD5sum: 1cc4297168be00005a337ce594eb23db
SHA1: 742135589526221f9bc6a14d01b9f3d27263c2e2
SHA256: 6d64b87768eed72fa568ac91f9c8c66cf0e47d804fbb74a1f02f4da5d462c21a
SHA512: dccccd28eb23d1f7bc97b797b92c4d244663b2c6bd16a13e78f939a02a742a9dfe8efdc826235340ae2ce09701f33bce90405db99b760e795ae0e64c3d4c4b70
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+apertis2bv2024dev3b1
Depends: libboost-python1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-python1.74.0-dbgsym_1.74.0+ds1-21+apertis2bv2024dev3b1_arm64.deb
Size: 1095316
MD5sum: 926d57384a3182ed38a061b63ba3e46a
SHA1: 708eab759a2cdf37cd508363291a250da0db769f
SHA256: 0c91e3209b4a6e31a40c8c0f040d5e7a991b7c143bcd1b884c6085f2ab994e39
SHA512: 6695406f9c3d01afff94886cca40484d41e5adea808fa81dc2fc78b276518c12ce0dc5067a8bbff58b3bc02490c03279188aa123e6221292b1dcd30bbbf9606d
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: 2223
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-system1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-random1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 354816
MD5sum: 11fb9ff307ee5f98ce9f504cb3f8186a
SHA1: dc1d7557e057926e3707d6ac3bd35c9effde4c3e
SHA256: b8b36cc7441090ddf99db9ba3293d90be35ebd06a2c9ebb65eba3e89d397d378
SHA512: 21f090981d90689721b74960b53314c1275f2f2552b93dedf3f0589bc51c969e21fd29c9a95b3a1a935a759c4178047501d3952b4219ae4c82eb8d56cae07173
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: 2211
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 351488
MD5sum: 9307910d430bbaf665011baf93a08cc6
SHA1: 19614aacaf0ec07fafd8d62b2d828377ee7f69ff
SHA256: 5cfae77f362140d2ec22822dd27213e0302baaa01ab0ae7f6dc5a1d7536d8dd5
SHA512: 1545fe983a17867cf95be0ec67e7a2c6cc11bfe9089a7161c1d2cca1804ec327196881bd230714dff770b5b87ab68a3ee146cdfa7807bfb62241b8f0de90ddd5
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+apertis2bv2024dev3b1
Depends: libboost-random1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-random1.74.0-dbgsym_1.74.0+ds1-21+apertis2bv2024dev3b1_arm64.deb
Size: 112760
MD5sum: 7cbf36a5014ca9c75e02ca6768cc3827
SHA1: f6f01d6c0ad5368c27b8c22251e0c698afcacf4a
SHA256: 21b01909972cc4d836f3cad4b546b0fe803f27e922f97d3f26f51396338977ba
SHA512: 55c23f32c101d981427ccb27db7370bcbfabd214ffa6a6ba787d67ef255641c69566a39fa3a8232253b88ae037721c6999b36f22b0a48aa511df2f0db73d36be
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: 4876
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-regex1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 650896
MD5sum: 6a709c74dd5674d4eafad9ed625c0c8f
SHA1: 5a9e3813b0d18e7ca939d010b2202b5f3b657fee
SHA256: 5bca4a2ebaf0de24ff69871756fa2c90ed1675324e6df430dc1cf7e30a08f0ad
SHA512: 9c06f5220bdf2f32c896bf6cd2b90ab7a234b1ab621bbe24d3c97c6ec6cbb4b9c0bb6698c183dd7fdf876b57a1b790650410b04cd677d2a566f831ac3a0bd9df
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: 3109
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 573736
MD5sum: 7b570074b56b552f084c691d49838e05
SHA1: 9e6ba699ec4602c751ecf1a95361c4dbf1fb5037
SHA256: 255800582fea51a5c8d67533bf7c4dcc32d9df4cdf983953d36500706d55dd10
SHA512: 2f9636e6ead8f7fa4442eb74c8ccc03d90229fb354248fb9c69674db552a501be67f4445ad8797f9fd52c48780539d16cddde28d5381823051468e78bf01a025
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+apertis2bv2024dev3b1
Depends: libboost-regex1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-regex1.74.0-dbgsym_1.74.0+ds1-21+apertis2bv2024dev3b1_arm64.deb
Size: 4038516
MD5sum: cdf88f84671e70a86fd26a8ad75434ed
SHA1: dd94c15a1651dcdef997019ef0e3baa1e4a13379
SHA256: 64126bd49c470cbb1611f2cdfe282728cd074a38dc9d6dc3cb963a918d94331e
SHA512: 96611c27653d531d26fe1575c7909d5c1414a08bebc1c1168b25e645c63ee8850031cbe5ae4f85f5f5ef1d08567b441a1df02a8c8343f3a50567f484f6a96997
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: 4205
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-serialization1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 482184
MD5sum: b46d6313c748a5550a29b7bc08da89b0
SHA1: e553cf891961c0df0f6be1eb096a07210378c5dd
SHA256: 611705dc6b87ce244c1c81c73debeca13feb6d07ff54b284da5a38017c879c9b
SHA512: fc68deced8f11db1e97186d0951ce546934674d9c57002871eefd4c0c91bafef1aa2e95bc60550103c88264413327e7609717cdb48dc95ef45e33ca297494518
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: 2666
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 433312
MD5sum: 4a4afe2544478511284a1569324edc1e
SHA1: 2789e8beffe99397948c3f6f6b64dcf2dfb53646
SHA256: 221a6ec0b0b258d5aa6ddee37a541a8ad264e3ae221106247d5d4d3cb73d58ed
SHA512: 7ff0f8215351e164142f7d1b9f29f4727d396ce0d11febce417ec52489468814071abc18c0bb7708265334b15c4b1eac90875d4335973fae6930232beacb47a7
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+apertis2bv2024dev3b1
Depends: libboost-serialization1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-serialization1.74.0-dbgsym_1.74.0+ds1-21+apertis2bv2024dev3b1_arm64.deb
Size: 2100608
MD5sum: 78008e18d5c60ffa4e3f2a5b01f1c0e6
SHA1: 9f0cc51532f599ca1ee761edbf981cfc5d68485b
SHA256: 89c010f5af4e1950389a87da9cc6a24f0300da108184cc74809a2696094fd9ea
SHA512: ea11905fb71ef95f93cf7e82860ca836f87b07cb03f4442bdf14a62f90de5a4831de6de2a6d7175012671dca1a1783ccd8337316bc7f3922b35ba4b279cfddb5
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: 2252
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-stacktrace1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 356700
MD5sum: 56bb411aeb7f452ddc9394ca881d9b5b
SHA1: 6427e5852f7002303a47ca4f3dbd4c316faf6b18
SHA256: b173f06a8bfc1298a6a7c54ebd28523f2ed7bf470658edfa75299e2254f0755f
SHA512: 6a849881942f716a95756ae32e2e1c7733118edc3fc5343b13c19ac8a0a6f264abeeec7942c5879024a02b0ca336fcadc4e5f9685519a299492f371b30409fc3
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: 2476
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 380940
MD5sum: 70f6889de6736516d702af758a7569db
SHA1: 3832d80db630281facdb171633796e660cf2d852
SHA256: 8e9e5fc357e073e77daee484c08cb3c9cda69a4327ac3d6be6e2bbc0e5e3136a
SHA512: 5531a7245332d8c9917f0d035ebec5c71bb3d439485f2a873d36a5ebace3a71ab5dfbf20aaa565b9a2a23413b84bf4d1f16e92dfd967e184e60dadc75f01df92
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+apertis2bv2024dev3b1
Depends: libboost-stacktrace1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-stacktrace1.74.0-dbgsym_1.74.0+ds1-21+apertis2bv2024dev3b1_arm64.deb
Size: 144200
MD5sum: 3a0758cd5312cbb4f0b99046c9596438
SHA1: 8f158b59822e460a9da34a5f0e2ca552f3a1a43b
SHA256: 35cd835b0933ac7d03aaaa57fa9f679ee12c63453e7ec3ffc8a3100fc54060d8
SHA512: 802a3a814140e7965e8726af1ff28fb1c8564040b0fe1c7fbf780746844eaac84ae90f8f15cc6bdf5b71fbe4d50f902b9f174e4885e46798a38e7851fb2ba744
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: 2155
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-system1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 344180
MD5sum: 4cd06cf1ce9118fbf731fe42b3de7ff7
SHA1: 522febe77c3dfe61c167544c724fae239ea2ebd7
SHA256: 1e015f6d7332be374c77dd9004e52cc76dcd5305ce753bb38d5b3839076f14d7
SHA512: ffa0757007d2677fc3ae46501461f73dd2fa5fa6451eb81fa353579155284da4ce910ad7d58887f3988ba2b1890a1fe140ca6d61bd48f21c4cd74c5f596f599e
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: 2211
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
Filename: pool/target/b/boost1.74/libboost-system1.74.0_1.74.0+ds1-21+apertis2bv2024dev3b1_arm64.deb
Size: 343236
MD5sum: 9a1e5115aa600c54be1c9f5a4b13d31a
SHA1: 8cbf7a192525b549fabad21ebebe80654d0ab7a1
SHA256: c20607f5e86d8d0e370152e26f32a61498f099b19e38066a9626011b9ab101b8
SHA512: 7f025e721e307198b55613aee2c4cc49fee5f6a793b57c7aafb82889533259736eae058d32831f43e0dce433fe47bc5830fc0ff301353bf52c22110b7c691fd8
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+apertis2bv2024dev3b1
Depends: libboost-system1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-system1.74.0-dbgsym_1.74.0+ds1-21+apertis2bv2024dev3b1_arm64.deb
Size: 4172
MD5sum: 69b469796b61e0bd0d829ac7b1dbcce4
SHA1: 9f20f8bf63cf52be054a56b607cab58700e1244a
SHA256: 67e4e4539bdc9ca3c53335b3e7cc06a24d01015d0e7311c0c4360b6330078f5d
SHA512: aed32627bd6750d298b96ef55b99a130f903d3272f3179c9703ef51f4e2a706c9ed2d59f1a2b2110af704321399ceedd941798128a7e7cffea632b8edf7758a4
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: 6949
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-test1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 637912
MD5sum: ae065a842df80d6678ddac18f529b7b3
SHA1: a3696914f569002a0c4c9e4102d297965e3d88f1
SHA256: 5f4fdcc40fbf46c20ea6b68ecbbe25995c7c8b46dae1b45a6bae64ec067379c0
SHA512: 44d7e4354aa813d88766a304460e74262acc4f5c77d9cc5f446d577e1c4649523f5cfdf868e74456d83f27b86de429721651573da30e97b86ce95c1ea1f8b1c9
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: 2984
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 549000
MD5sum: 092cd5eb975b7037a04c0ef1fa3a3d4a
SHA1: 31f5f741b85c6b695088d22db35924af77c0ca03
SHA256: bfc779063ee07e0933159ee708193d6d238b0c1cf9e14e908dabef43725f571c
SHA512: 51483f4d7d1460ccdc174d81821b4e861de84d0d1dfc23561899978cd867e25425a2d259aa2ed74b975b882d47c9b299fb380fb777bb92433a63e5ec075a752b
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+apertis2bv2024dev3b1
Depends: libboost-test1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-test1.74.0-dbgsym_1.74.0+ds1-21+apertis2bv2024dev3b1_arm64.deb
Size: 4125168
MD5sum: 0c0f0abd8b8b16970eafddcade792982
SHA1: c9c84fb99509817620cd0232d68095c7189f1dae
SHA256: 508c917d952f2439627f3b8f01122fd7d87b83ba807751a9d7b7e932d95182a3
SHA512: 54022c4a39e9bf50ac82a881bc694f7c84ac785572a34b4ca82d23be298b3b2246d11243c8daa347970da97a30de71dd49f9d44040f8d6bdcabbcc7ec4a8bd8f
Description: debug symbols for libboost-test1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 227730eb804531482ef7aa7bd8156ea4c1a9a34a 8393e8568ee03ed438ef0dd7d1d4ef951f4b741c
Multi-Arch: same

Package: libboost-thread1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2552
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-atomic1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-chrono1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-date-time1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-system1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-thread1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 392024
MD5sum: 7b1396d7b4bab0e75530caed8a6cad7a
SHA1: 37d3003c17d6cee49c69c440805b2bef41c57aaa
SHA256: 4f25a9a1b4715852a22dca298f56ced4332be1fd76c222810663f793ea92ce21
SHA512: 2084cba29f4394e1438ddb6a90b3e0f90f260400bad76cc0dee7a7ed639a51d4f49a67cfbe36d4fc83d3e05a03667c7b86ec5f94b955105bc46b039eac912e7a
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: 2339
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 378976
MD5sum: 1065e57f1a0aeade970dc6c8539ae38e
SHA1: dae263b9684a043c6c43f580b4be3fb5d53ade88
SHA256: 5bf406454e5c4b961d6b8ba8660e259701d0b97d9b95022dfa75ccc7a4dca9c3
SHA512: 5e940119038c3f13e86a00ff84211e10ed4da607f81efd834ce05a8724cfea85c59b9fed204bff60ddf8d3ba81d9a1480c342e0c3c558e55e475d7ce02d948cf
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+apertis2bv2024dev3b1
Depends: libboost-thread1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-thread1.74.0-dbgsym_1.74.0+ds1-21+apertis2bv2024dev3b1_arm64.deb
Size: 616680
MD5sum: 2cff4fab47e9db9b0c87d96666069694
SHA1: 97940d9def99f44dbe543a3af437bac4db25d5e7
SHA256: a8d16131b3cfc4e496c14b1211afede065d4bed7fc98231ffd05290016526672
SHA512: fd1ec22e2895454a03da1d1744ec00f2e5e114dd6774ba3919e3c8606f3efe7acdf36c081b552466f541397fd629ec5297518342454b0331167692f5e8675e4c
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: 2215
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-chrono1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-timer1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 355084
MD5sum: 53e4a7d2f710d86fb531b590ff6259c1
SHA1: 1470f9c769afeba2ebc84d06e7ecf300f28c1eb9
SHA256: 40d17d7b8f85514202a5155540f8a9f7c69379a7519ef44cb70e35b6424cf25b
SHA512: 1cf752c6201664831a0490f524ce052993e83b6c9b497dfd1d76c415595bdfb8d02a62f38ab3b30d38a46ce79a1cc1e0b586c451dd7677a7db876103ab27b337
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: 2211
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 351784
MD5sum: a8fefc17dd72e9d5edd3b0b13adb44ca
SHA1: deccbe95f1e2c94d70491ed5f0f6a7dcf431ac4d
SHA256: fcb078c8a88a972c1ea90de77a0973f0d2b3627e91a52c6a8c89dea2b635326d
SHA512: f0a26869f2714d21638a1abb18a41a9a83b6097a1b87774cc72f3c28be590d07a8f915c1acc78a19ea5fd3b07a4b86b629d378e29bbf4a3c755faf5ef19b0415
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+apertis2bv2024dev3b1
Depends: libboost-timer1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-timer1.74.0-dbgsym_1.74.0+ds1-21+apertis2bv2024dev3b1_arm64.deb
Size: 115260
MD5sum: 17ba36718cad9fe3c1cefb938ae97ac9
SHA1: b2d5e9ccd67e597f4507ff668205bbd1a8bbc939
SHA256: d0a3aa00705b83e29dc6c9f29dd0979a94e6bbac44fe52b8ed2952d0c71bdd52
SHA512: b2d4c7df52ebb53bdd1f37efbbe06248fc15b14f419d516cedc8c874dc028615040ce883aa3fd95672300115ac895091619ec195ac9f656aa797365c3c9aeba7
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: 2288
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-system1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-thread1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-type-erasure1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 361748
MD5sum: f04519eda4c0b9696d18dfaf2d13bdc4
SHA1: b8f5c98b3be142cb0a44065623976d64f54b7692
SHA256: 2403a37678a2a2c64bdea932562117070fa88dbeb417a0f8e206fdbdec4078d1
SHA512: 0fba1082ba74e7b255b3273c4a15bce175e993da5211107d17ec8341015c20e7185db12309b9758fac43a68e7b0d1dd4a971545818ae2a0052eb6265b8c0721f
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: 2211
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 356616
MD5sum: d6e6f7821d9fb599be7c6286698b3791
SHA1: cefd9c9e8f7d19deaa8fee610e6c5fffaf9f9337
SHA256: 43bfcb2611b8a7f04791fbe6f87e9ad0842804f0517c2b6ae940ce14368e26b3
SHA512: 6ec087778e790ebd03813aad2d0dd4a70a0316857ec17f38d57025e06c872b7a11b790ba7e7d9fd865c550e7c729616b509707d406e3664e2d7227cc22551dc7
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+apertis2bv2024dev3b1
Depends: libboost-type-erasure1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-type-erasure1.74.0-dbgsym_1.74.0+ds1-21+apertis2bv2024dev3b1_arm64.deb
Size: 214008
MD5sum: f85bfc868eff086b3167ae3ddacc96ec
SHA1: 46d8f8d29e0ecabfda2595b2470817a00f9c9bee
SHA256: 66ea1d00a0fe5ac56984b6439ffcf01dc189e19a750b7bcb0727e6078eb5db40
SHA512: e3f04cd44a1da084088dcb0ddd02ace5e265152097798982095bf7dffd24ae46b1358fad4c2a7d210c54f9a5aecdda3df3fc28d904f25509f1cab42b101eaa9a
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: 6760
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-serialization1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-wave1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1), libboost-filesystem1.74-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 602324
MD5sum: c86aafd92ba55aa05dc7817586bf0935
SHA1: b30771abe28d0f7378e64957b66e23b5a001dc47
SHA256: 79408c8c069949852de516f2b25579e053114029cbc74974370685188a1c58c7
SHA512: 1b6f3115c1bb84fcb07c5809d8cce2232703fb0849a955753a14365e334cff4a62871c8aff4d0ffb4e6341618d2c4f63e83537e7b4361539302e99ea2d8598a4
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: 3044
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 521676
MD5sum: d6ee59092f3e88205cf017fd506d0500
SHA1: 8c36e1b2b9c91ad412c5afe4a376eac2fc891ad6
SHA256: 7ae80e6bfc553311bba5d9d1046cb558774cb4a5c000fbe2c428b3907f620439
SHA512: 567b3bd4d8a1426ccd9d3b4444317bfa67c8632f19b80ea3dba3aafcef18e58d89cc7554e09a9c2412402c8156f3562626c9183682906c6ae4a97f0c670b7823
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+apertis2bv2024dev3b1
Depends: libboost-wave1.74.0 (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-wave1.74.0-dbgsym_1.74.0+ds1-21+apertis2bv2024dev3b1_arm64.deb
Size: 5002904
MD5sum: 9453d4097f03e86764c38965970a10b0
SHA1: ea570d211d9b317dd114ee2990049a99d89723f4
SHA256: e2125088e47807e90803d1d3a254b6a02cc2d7171a7604e7c6ac4f76e29933fb
SHA512: e56f17b38ef274149506d11fb7659b531d8fdae71d8e05bed47d34fe6a2d6183b695c9d2f7776072c652144e067161745f7326ac7d5dc62c6852dad1716b97eb
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: 2137
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 341744
MD5sum: 755d63a237865310fc9b235372c566a7
SHA1: f978fb2c1429a2459c463887db771bc4efb0c885
SHA256: 2e7e6b65e8821def21ef937be6e3ba3f9645ca604195c94f13b784a716266cfe
SHA512: 2041b3b275f88a7e6f19bdc29c2ea1368f93e07afaa67e957f9a828010897d2d50322fe45c35644dcaab02794d4b06aed9f6dff343480134d7966215309e7ce1
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: 138346
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 9635676
MD5sum: 76754fd78fce57e14ca122a65191c6a7
SHA1: 76621c9c9e46604bf9be7f84e78443b27055963d
SHA256: fde9176868e1b599af607d024edee493ef0e7ae2f33c5848a4cd622dc5cc8a65
SHA512: 9daf788bba3f26b42014f58635f37b7327f02fed353a009927c74953c6f62d1ab858b548cc6efb626e7c108978178f9aaea61d8973667405df76a6ef0344e425
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: 80787
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: all
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
Depends: libjs-mathjax
Suggests: libboost1.74-dev (>= 1.74.0+ds1-21+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_all.deb
Size: 7475776
MD5sum: 07762c017ffb2eecaf3f780a05c1380c
SHA1: 65c658a2baae024eba1f0da0e6202830df1258ef
SHA256: 524cfb8cbe5ec32572c4d1edd1939e39b0cd7c244b87ad7ef4d275c1c9057551
SHA512: d5146aefb3abdfe67f889c4b821117dc5caf9de39ab8d381c09450fdd9d5005ba8f2a0eb55e7d336dc133d2f979d9f2eb6ecb79b6fcf1d85a01565d296208c22
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: 7265
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 1453320
MD5sum: 80ee4c4ac49c6737b2ca5b3bdfddbe5b
SHA1: e343ff23e9d3137892838e42567fa522fa7bd14e
SHA256: 0d2d9d157709a1651370ead0d8a794ea65b61dc47dc7cc6b4cbefadb34eb8ff0
SHA512: ee303ba78d14d6b92d18a0427daad99eaa92f2b9db14b12fb16ae3965eb9b708b5adead5a3d476cfa33e9893ea8085b551a66789399758841dfa50de501f2ba9
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+apertis2bv2024dev3b1
Depends: libboost1.74-tools-dev (= 1.74.0+ds1-21+apertis2bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost1.74-tools-dev-dbgsym_1.74.0+ds1-21+apertis2bv2024dev3b1_arm64.deb
Size: 11377632
MD5sum: e20492a9c677b3008174d5dd983904a4
SHA1: 88dd8b3bf206b41ef28482d6cf3b3878f601d784
SHA256: c3f38b5febce06067060a20edf1b91a30bb58f6accdf7dab7cae602bc3428325
SHA512: 1f8ccad4dbaed1a82ce5c16c8c87947d162e85b866d7645df4fd127178ae9dbef7af1b2551e0e43ed2b17115d881efde6e251a2b98d77e714bd7a520d1d8ce45
Description: debug symbols for libboost1.74-tools-dev
Auto-Built-Package: debug-symbols
Build-Ids: 242957c9e7893885ca4d28a81274346107f6b899 685456dcef1d584c8b68694ea7a041c723b03625 e6613fb2d5ce08081967b8a3605e9e63479add11

Package: libbpf-dev
Priority: optional
Section: libdevel
Installed-Size: 970
Maintainer: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Architecture: arm64
Source: libbpf (1.1.0-1+apertis1bv2024dev3b1)
Version: 1:1.1.0-1+apertis1bv2024dev3b1
Depends: libbpf1 (= 1:1.1.0-1+apertis1bv2024dev3b1), libelf-dev, zlib1g-dev
Filename: pool/target/libb/libbpf/libbpf-dev_1.1.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 220808
MD5sum: 8cdb6318cc27de53787ea25289d032d2
SHA1: a9e0e292f29f7389b8c09568bc1c74f0cc31b0f3
SHA256: c2b1d89e2c546dd2709cf53af1fa1a0322e224c6576c85700d93d8d5ebb23f9b
SHA512: 60f6416fb2841553e12108c0f14f3c6910cc69981ac0cd826ccbc78171ef80b03a14f30d5d62c9d8d92ec32dd59f8552399e47bb0085e37c35d8039ac9c748ec
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: 424
Maintainer: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Architecture: arm64
Source: libbpf (1.1.0-1+apertis1bv2024dev3b1)
Version: 1:1.1.0-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libelf1 (>= 0.144), zlib1g (>= 1:1.2.3.3)
Filename: pool/target/libb/libbpf/libbpf1_1.1.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 136924
MD5sum: a4671c362ef1f40f7181e35db623d402
SHA1: 3a73a71425739aef7c862b730ec643b6451987f3
SHA256: 7c51911474cef96d43ab11a72f397d00cc8c91322e7ef221e85ebe73654a800a
SHA512: 2214c2a64f76dba1ba4beb984b09150911f22a8f0ba4d743131095849d4e0e20827fedaa252eab0eacc7a62559e52cb4fb336de3120648bbe3eea5b461ea537c
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+apertis1bv2024dev3b1)
Version: 1:1.1.0-1+apertis1bv2024dev3b1
Depends: libbpf1 (= 1:1.1.0-1+apertis1bv2024dev3b1)
Filename: pool/target/libb/libbpf/libbpf1-dbgsym_1.1.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 511512
MD5sum: 9272199d5d0ef31896ceeead30b3ae85
SHA1: 9055c2799fa0415dcc859de113f54bde2ce666b7
SHA256: 8b07510568515a6c1bb07f4bb73887df97ecd29eaa985855c38a341f49db980b
SHA512: b53e46afb44caa4b0eaf28c5134659f5c57557168f6c6fe9b5417341bdd4301f0391ff851003c7b268ba7975d058978d9429377149e0dcf40a69ffd84e8470fc
Description: debug symbols for libbpf1
Auto-Built-Package: debug-symbols
Build-Ids: 9084dfdf5c35b0081fda52da078e2b8f5fed6209
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+apertis2bv2024dev3b1
Replaces: libfreebsd-dev (<< 0.0-8)
Depends: libbsd0 (= 0.11.7-2+apertis2bv2024dev3b1), libmd-dev
Filename: pool/target/libb/libbsd/libbsd-dev_0.11.7-2+apertis2bv2024dev3b1_arm64.deb
Size: 246044
MD5sum: 209066c496d31f7a762eda62c3bfe34c
SHA1: 5211472a3bab805796e23b5d32fd0ebf42421286
SHA256: 33ae07a93a89a721dae7f92eafd691ad8ea2cdc16d6731ae4f805df96fd6d130
SHA512: 411b2b0402b63baa6a454aad01dada9d4851375cf7a9f6a17454d5cd38be6b802d697730fd586d53f819580c4b433adfd94e4eaa177ac91396cd59ad4355a067
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+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libmd0 (>= 1.0.3-2)
Filename: pool/target/libb/libbsd/libbsd0_0.11.7-2+apertis2bv2024dev3b1_arm64.deb
Size: 119280
MD5sum: 5e562d1fbbcce33ebbcdcf5103bfd8f4
SHA1: 50d08f3858e9d8dc7c2d669b436f3fedb28e03c4
SHA256: 03076d178ed27644e3a6170ab761f67e084370d0535a54a47f56d45bc0b564dc
SHA512: a38027108beabc60f915178f213e1eb5274cfc896f688942f687b9457e3351113b1c27b628f875439589d1a709ec6c12ff35098ad69071c12f0baab4a1f6b2ee
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+apertis2bv2024dev3b1
Depends: libbsd0 (= 0.11.7-2+apertis2bv2024dev3b1)
Filename: pool/target/libb/libbsd/libbsd0-dbgsym_0.11.7-2+apertis2bv2024dev3b1_arm64.deb
Size: 100556
MD5sum: 152d50562013fd8372b95224d458a08a
SHA1: 53a4406cbac6dd16e4068df78155c61a2b5bff0d
SHA256: 16c776815dd15c5da40f2bc1bdb39c6f25ab778af712802e8f85f30ee4fb3acc
SHA512: db6e15981228b679820131302caad2a30a3c9af0b8bddf2156f8a302f866853991403a83c78c6950ee8f976ca75db748f6cee2a67e28e08cd8f008b8d4700972
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: 96
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Architecture: arm64
Source: bzip2
Version: 1.0.8-5+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/b/bzip2/libbz2-1.0_1.0.8-5+apertis1bv2024dev3b1_arm64.deb
Size: 38828
MD5sum: 3ef764325256421fe8996099c499631a
SHA1: 8d2315e091ce9a7b6a3b8b3bfcb0f1a2327a1e98
SHA256: 667c6f53b719b18de0c7e209d9389f73114354eebd208f953aa43b950ffdd14b
SHA512: 93c2662e6dbc6ed91665036a3745523ddcf6dac6c48de01134bbe74c841c6ba51eca508c485694b7af631a5481bf5369b0865e6a753e9ccd694e34387e8651a7
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+apertis1bv2024dev3b1
Depends: libbz2-1.0 (= 1.0.8-5+apertis1bv2024dev3b1)
Filename: pool/target/b/bzip2/libbz2-1.0-dbgsym_1.0.8-5+apertis1bv2024dev3b1_arm64.deb
Size: 61464
MD5sum: 54aaeb4bdee070d4cea0f184436f4009
SHA1: d35da16466855295ea387f8ec29c457ba0a69e71
SHA256: cc100466d48a5b10d1307cbc465431b7fcbabde1016cd20e3f7d762417d19499
SHA512: 45256cc9ba59bc279081d0d867cf365c8f5d8dc62fdd4959939941a0d759e65cd23495cc08d9b457bb6e12e4c8f283b2c90b8c6147af820a328169583f76ff3b
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+apertis1bv2024dev3b1
Replaces: bzip2 (<< 0.9.5d-3)
Depends: libbz2-1.0 (= 1.0.8-5+apertis1bv2024dev3b1), libc6-dev | libc-dev
Recommends: bzip2-doc
Filename: pool/target/b/bzip2/libbz2-dev_1.0.8-5+apertis1bv2024dev3b1_arm64.deb
Size: 31520
MD5sum: d6455aed06338dc12d70e1a4ddc2650a
SHA1: ac43bccbb8f60f7a3782503fc1f7bbc14ea51515
SHA256: 8c32f76f396e8609b7a1ff656b0655ab661f5e1512890561b398b0447555c58a
SHA512: c752c4a6e3eacd58dc87a15b5c3fb30ea139abda505fc093b4ce0d00d76f7e74e904aa4427a57f127c3f96171e22b058254001b83b5b805a5b9f2d22ce61fdaa
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: 9907
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
Replaces: libc++-x.y-dev
Provides: libc++-x.y-dev
Depends: libc++1-15 (= 1:15.0.6-4+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 1007468
MD5sum: 83ef852a9682340ecb332c0c2d569f4b
SHA1: 6cfc95e06f8a061f786a6d7bd1f14d42bcaf2e08
SHA256: 2d5c3a28ea082aafa4342c8d91e94711aa469d8e1f0917eee2fc9f77ca07723c
SHA512: af66158de46cc149d4ac1bb557ae8b7002eb04c6db95d176c1a96f1adf6119b372aa5477c8d61156e62ac9789afdf43dcbc663b25a78382eb7e0b06903259148
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: 1099
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 277588
MD5sum: 46717c814738981e4cbc2e5ac0d6d3b9
SHA1: 040337f660716019187ab5f7699d780b7bd46f5f
SHA256: b209d4e731a26524af6fdb5b9663850b76dceb2143c34027c1940c4411e9eb18
SHA512: ae124ecd2ab9e0b3b3c556c71f755d914cfcdb04bf0337b112c775c09e66f5c3e02369620f06edd975944fcb99ca464b498673e95fdc83629d9776a518637b3b
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+apertis2bv2024dev3b1
Depends: libc++1-15 (= 1:15.0.6-4+apertis2bv2024dev3b1)
Filename: pool/target/l/llvm-toolchain-15/libc++1-15-dbgsym_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 379092
MD5sum: 081f07b36c6139a22430e4a8aab37ed8
SHA1: 8208136e5724d0b50ceb69d0991834cd73a69a84
SHA256: 79493da5b1240da345aea3e4a4f1fa229eea482c61a4465722f94a18135d922d
SHA512: 2486ce91c237a51282eef567a203790ff28c77321860ad237c94579518da62d107e783098744e5aa94fd8789021f6a6e50e6f1639b99bbd6e4820bc864e01054
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: 691
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
Replaces: libc++abi-x.y-dev
Provides: libc++abi-x.y-dev
Depends: libc++abi1-15 (= 1:15.0.6-4+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 122724
MD5sum: a387567ebd34ee5a1ed2a127beadbb92
SHA1: 444fb1288de6f57ef3a88ed308562ee4450505a6
SHA256: d918ee901a506be2ccfaab41f7e343b23623809a87511982929fc00bf9d8bdef
SHA512: fd747208ddd137f36e52f216d0b9507edde39436d0d74b5f670c86ac97b4cf72fc529063e483889b1fd1ac51808c22672397e0c924490b95a009e94c5c686f84
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: 325
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 96824
MD5sum: d54f2a2a0a6dd808643cc94226dd0131
SHA1: 55096e57afd2c37639665491c9020d5d217f7747
SHA256: 556d38462cc3e807f01cca6dc4646d4f0a82fee8fe29e07b854639f53abb2c23
SHA512: c08271cc6ef4b9aade69135527bc24e46fcf28eca23b680c1507615e0a28b9733c44f44d76449ca82ebb5b6907855a38076cfb835993284716735805174e0952
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+apertis2bv2024dev3b1
Depends: libc++abi1-15 (= 1:15.0.6-4+apertis2bv2024dev3b1)
Filename: pool/target/l/llvm-toolchain-15/libc++abi1-15-dbgsym_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 97524
MD5sum: dd7c1935c25528cc445454288bd021da
SHA1: 198bf1dbba34fc04a15c191a17567bc76db8d729
SHA256: d93ee755ce06824598d2a38227e0223740f7e0ec0074fed86abb25209a278bef
SHA512: 54ad7a2668203d36d64e677114a928f6913a3a987b1492d4f0bd967f5caa57ba9a22dc74a65ffeb8e049a8b85c823f121e743178e3f8c6866171cbb7499db407
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: 2234
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: arm64
Source: glibc
Version: 2.36-9+deb12u1+apertis1bv2024dev3b1
Depends: libc6 (>> 2.36), libc6 (<< 2.37)
Recommends: manpages
Breaks: dh-lua (<< 27+nmu1~)
Filename: pool/target/g/glibc/libc-bin_2.36-9+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 567128
MD5sum: 66029314d94f690de97623735b18be14
SHA1: 9c209861945de36fec25a86ee3fe292499a0a682
SHA256: 4f73b12b9f068fca3509df2fc34d8551a2d14b99fbba363e17535eb455068126
SHA512: 3caa8b6071c94625956fc1b5f48c21257aed550198237cbfc5e92ab889e2170bc5f600b4e4d59b88bf2780fbe199f3c00fa95fa94629eea47c22436047c1a40f
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: 2456
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: arm64
Source: glibc
Version: 2.36-9+deb12u1+apertis1bv2024dev3b1
Depends: libc-bin (= 2.36-9+deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/g/glibc/libc-bin-dbgsym_2.36-9+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 2241624
MD5sum: dbaa863ba277625747464fae5ead15bb
SHA1: e0cc5fd45b0265ae34024d0bcb152f8abfbb0eaa
SHA256: 8bad7fc9809b6ad02e6a411b36bdc5521230bc349561296b65a0f777f6fb284c
SHA512: 15fabbc1c5643e899183cb5bb32d9667001cebdbce798c0f343324c32a2a9355afe4c8a01fccfb0289338dfd192574b91b63d607a0c8b7dd8e58edbe97cd787b
Description: debug symbols for libc-bin
Auto-Built-Package: debug-symbols
Build-Ids: 017a5969edc86fcd51d9032a43740ec929978675 13089ce25b9e5d4e287e0239cdeb83e6eaf60357 3837b02b908b3bbf2601f1001edc6c9638297471 4a79ad8bef417e0d39c5e1a41de6a3ad916b8f4e 542d0e137ed3c60a561ccd5235635dc05c58ab93 65a4a8af613f6cf2e3211a4540e9e72f63e5703e 86d18cd0eabd9848b961eec9097280b6d6a2643d b1eb73cf6fac2c922970c4cfa6221c99ede4f11b cbfdf0684557c802aae0fd6c867da762e517e358 d9157b7bec7ea56dc1c3abf4bc354e60e308a5c6

Package: libc-dev-bin
Priority: optional
Section: libdevel
Installed-Size: 164
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: arm64
Source: glibc
Version: 2.36-9+deb12u1+apertis1bv2024dev3b1
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+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 76892
MD5sum: ebd904d9eeffcc8b2efe6cc1843f447e
SHA1: a61e7a588e61f1f95ac7a75c0f21de0aa60b8c5e
SHA256: 0ab3da1d49f1690bd42734a13fe09ed10d66b12c7ebee1dd15e5328f63aeb72e
SHA512: 895e3a239dc8d36be71e926350018004d40d695041f575c8806fb94142be92122ac3137845aac51d7cdb58beadc72c35e80f7efbe2fce44cfd0a09d3017079bf
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+deb12u1+apertis1bv2024dev3b1
Depends: libc-dev-bin (= 2.36-9+deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/g/glibc/libc-dev-bin-dbgsym_2.36-9+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 29584
MD5sum: 0b4620a3b4394d58e42ba62cf191bb48
SHA1: c6621be91bd669d5e49571eb71283da87a957bd0
SHA256: ccc608df9508f6d948aca177a742703e2e89552478b6916207e32de18a6e1dbf
SHA512: 8af32fa05b4976a59ad2be6f46227f3ea8553859dc4d2c1f7170c7d20891d7008737eb93b5e91cde3b8c4dbdb5c00e227f097df015fdf00ea2a6b35f4b9ef0b2
Description: debug symbols for libc-dev-bin
Auto-Built-Package: debug-symbols
Build-Ids: 99a9017558a96f753d76b5870102e93e6e4f40a2

Package: libc-devtools
Priority: optional
Section: devel
Installed-Size: 252
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: arm64
Source: glibc
Version: 2.36-9+deb12u1+apertis1bv2024dev3b1
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+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 84048
MD5sum: f25028e83ecfcf328d44e0feb8db88c2
SHA1: 62e4fd2210de4c43b945804daf32438b561abdc6
SHA256: 15c1f0b7d5d433fddeabc96f786c8a106ed048df3716cd1438ed1582070f0533
SHA512: 92ebe24e64c3143eda9d5d9f1a1ebb5cf91284c1227df7849931045baf69f835cf5be406461e1d722c7e6f833a003c5a0689a8d2d0bdebf6bce0c3b115a5e42a
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+deb12u1+apertis1bv2024dev3b1
Depends: libc-devtools (= 2.36-9+deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/g/glibc/libc-devtools-dbgsym_2.36-9+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 42720
MD5sum: 05ff5ff860085732c57a3c68574545f3
SHA1: aba5437d4f9472cb50b875c439e40465a3952218
SHA256: fac3745ffc881477c239861cc037849b717ecf9c089672fbf9c84eb236cb8e3e
SHA512: f8bc57e4c48c8b2c6f5cff30516eae85982bfdd516cfd068abade8ed1b8492c48b5fa44a9880eaebcce2df2cb44dd50a231c3f45d09cb749351a70f94ceecc89
Description: debug symbols for libc-devtools
Auto-Built-Package: debug-symbols
Build-Ids: 321ecb18951b62e1f8f203e43e5486c1a7ab4104 64142f61569097b537c34183d5cb9437961dc97a

Package: libc-l10n
Priority: standard
Section: localization
Installed-Size: 4379
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: all
Source: glibc
Version: 2.36-9+deb12u1+apertis1bv2024dev3b1
Filename: pool/target/g/glibc/libc-l10n_2.36-9+deb12u1+apertis1bv2024dev3b1_all.deb
Size: 706344
MD5sum: b428322f3a0055d27a92f5e674368fcf
SHA1: ee3ef6dbe8657d009de9db5470a6c14c9d81fb51
SHA256: 7fd1c1172162486fb52362ee9728657005622029f39ed148fc438bb86aa4fc91
SHA512: 27d14f30a566a1bb7f65ce6e6caccec6fa4838f09c1a81c676c7abf3f214d375023da12d5864a5e94a495e7b66964d6c081e93513472d5e44216872a0e352312
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: 23176
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: arm64
Source: glibc
Version: 2.36-9+deb12u1+apertis1bv2024dev3b1
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+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 2371396
MD5sum: bb600aa5c0cae6a031fa7e13c1626b92
SHA1: 7443c3414912c1e6d65e98a6f12615f8901b309a
SHA256: 30eba82c052cd5a15e83ddda5f29ffe82af7c664a629ae997d6a2c3973e5f5cb
SHA512: 76529b5f8e27c5d9e996c76d8212465e9a4b49fcef28f245f13fc1b404398e4a41daa884cd4a633533e47d170e83bf0356632c6dcb2e8e04a124cf69b4252e0f
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: 10734
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: arm64
Source: glibc
Version: 2.36-9+deb12u1+apertis1bv2024dev3b1
Provides: libc-dbg, libc6-dbgsym
Depends: libc6 (= 2.36-9+deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/g/glibc/libc6-dbg_2.36-9+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 6599668
MD5sum: d254ef1ae9152e62c627cec634cba67c
SHA1: 316eda06359ce464a1ffb5793cda3f6bcb9251e4
SHA256: be60358370c85cea0e9191fe385e161a7aa7317fce567b0bd610539a0fa48628
SHA512: 9ad1fe6dd495bdf623311483ed5585163d9997af975e26b01b999d91b4d3b51c06f1bfe82fcd3af3c9726fe86ae3585e456f8c4d454dfa49418dad93e3340d76
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 060e43301321873093ad173e68a3cfd39945c933 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 210db70a6c58f5d4ee17bf60e69cfbf966629383 214becce4b5d5c47f6c41450fc28d1c82b52ed9d 217de41804eb9b5a2e28249e5db18105fb0b5003 22394967e28fe648a74d51f6ad7edea97c0d8cbb 22ea7f8068e325a99cdfecb905c1a17a84aa8ad6 25063537c468e366609e58fdc2f06d681bd283c3 26fe7a36a9fe3de0c4f6dd4e859821c42bf163c6 27eaa38630de44c2c65f8de78076f6dff441c616 27f71d600c1049e57b05f7afc7e68c90017b6fdb 28173647ce6b1e32e215313cd35fbeda04899056 28fd0f5d8e351725eb0a71b54c2713f08703d0bd 2a47703565032ba1d6fea2480273f1d4f2ac16c7 2b5cc43731fa1c212444956e0aee12b57d46e024 2be274ce09cd1ac6d6b7be1df8515e16d26b7325 2ca1a8d4f37b837a7c960d33eeff1c7343685ed0 2cd4af73323f3a4fa7e38d02a9e73a4095c2337a 2def462d6cd4080f7d54870337b61b8dd2b7a720 306cd715d3c27c2e8435dfb9e27ce7c386c3d8df 3187c2a7ac76f0a1f0e0bf6446c9941a7a5a2b7a 327dc8a6991efd88b45afc0f388170680f651f0f 353481597859f3dc99253d8dfc3c39657df5424e 3595f87f0f677cdb73b60c5affaf38e5d3390780 36ad49def057317b4aa4a1b144cf894f4a020a8a 36d672c36d6a2a27b1b03df9222b277afeccd468 38728e664119630031f81ab3b5a09d61709831f4 39c839f9c1eac49e7dcf597378ec5ced58b83298 3a4ede46e56a95a488ee9260bc1e85e715acc7f1 3c23232ceb16854e022563808a1906319cd595ab 3f03550a8316ca381b28925fe435061e52b571c5 3f5389e4abd2d6c05a1b51343bc1a556517f49d8 3f8517c584cd5aa35ff9f59ea46f79f6fa9023aa 41039cc879482d5b9f3a88a56b3323d6fe8ace35 4150c659e0a9b12baa343736c465466d74f87cbb 42b2eded6c7cfe0d2421fde41e5139ceeeeae27c 4698a60399fe2e275a97359d4d53e475882cd811 478388e4d4404ef9b913481ef3a099e2055a4f2a 49f615fa1e658ad4dbecf831fef15f1d3a29ce71 4a453d36f5659ef53295c4410e8a8fb8338d0a1e 4a5d824424965313068e2cc6e37518adc57fcf69 4e7bbfab1569d0aeeabc945396045cdc6867c3d3 4fc430613293e5e0cad888bd24a9a718de15085c 4ffb06a960db8fcc1cefc877bc12ba7241e5f1a5 507a1a8cb4c58dc2966dce11f09a2477c3d0c054 5136f4608ab4f30119dafe75ed72c8fb5491f461 520fbe39bc83a93c9b56709eb46b50df5859ff45 522d819ebd083c372a446cd8a9a2ec77ea19756c 5271dc1e314061d174701650bd2dd45d70448016 52a3935711e4b4451b11ff0368248798bcd72b33 5550d64bb860b3cb333f9bc32ffa85816b27001a 561c2ba88545b4b6e5aa0f0fa580a18f169dd359 5ad1a8e992c29f81a6f754902d881c6897f17283 5ba4ecd35d659b0c543e77f32e0a63f8ec2f1a6c 5c161d1a9349b2ccd433c59044ed3e3752fcbf46 5cbfe6dfc680ecec328ffea0a8e4e883eef705d6 5d0c2348fdd423e95a2e1769f3c6a5c31c7bc186 5d10a010ded7ad0df02405fee707d44991bf26bb 5d3ada535167c55eda6f518d9e34ff113d221047 5d4827cec74d383a003432cb9dde4f99a6afe194 5e30b25f031a1121847bc117c2fd382267099eac 5effbf4325245a719c6e65b44ebedcf84ff781ae 5fa66e0380872d82f34c96327e74a368ba32d113 60dd7a96e9fbed1c61a20330b9661b2b7dd90439 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 9dd1bff370d3b8e7aedb08ac664d298d27d8f0b2 9e49214fd0d9ab0896499c945dc87bf7aa126eff 9ea067b30a12c83094138564f9b745c1f6cbb363 9ea46cb549064f184f1eb52b984424ae6f69f718 9ea6885302431c24bdfe84c5889edefaf50ffc73 a1cb71d0716ecd2e83f75d3bffa60c09ac46806f a2e6c299f05f57254da93130fe444f595b971bad a3daa040be4b7a1a1ae940e1492abdc6a8ea8ab3 a44700c22af121611cea76b596776f298d6729ba a4b717ccd4a93fde487f27555b46f61683a493a1 a528c8e708f2243dc0d6cbff9a0e4e03a23c42a2 a5a91ceb0c46b70d28718fc1a72c22879a69f752 a5ccf9f8fba4f992a4beae7e094263217e8bad9e 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 e810d5e0065d33e17caccbbf4da7c4656bb4dc9a e814092ac339d0abe6e6d4b7d69b5de4339b1d0e ea2920f0b55f300ee50d6d9f6091a8ef67b58583 eaaddbf8fa332af49ea6876ebeb43d268499970b eac5abf23a6f812f801e7680da782f921d8abd8a ec29d398ac892cf1ef81beb28579a308969bce02 eee2b7ad034b9a5973ac06e0544144f10a5d1a6b f09354d3ea67a0bb7122a8608d41cb1e8be105b0 f0c437ab7b19ce276d02a4d64ed873aa47dfca5a f28dcd0bc83a591e303b5449acab22269a1379c4 f387417647de4561cf2bee393a7b12c9a7d5ec01 f44811d9ff24fc6b7a59aa9f5e5077ad20d14070 f77fe2c88ab3ea17245663ed5254f352ba41c9c3 f7d7c5831c66280c729453c59a776f334ac7dac2 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: 9003
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: arm64
Source: glibc
Version: 2.36-9+deb12u1+apertis1bv2024dev3b1
Replaces: libc6 (<= 2.32-1)
Provides: libc-dev (= 2.36-9+deb12u1+apertis1bv2024dev3b1)
Depends: libc6 (= 2.36-9+deb12u1+apertis1bv2024dev3b1), libc-dev-bin (= 2.36-9+deb12u1+apertis1bv2024dev3b1), 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+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 1461608
MD5sum: a62e9a21987a0deca385ea859f32a787
SHA1: 10fb075f0020415ac0007e7ac5265f963e5850a9
SHA256: 900aecd3de92c03b416841ecf2beab639c3ff19741d362d4067e4773c5f16c05
SHA512: 0ce6d494c7f6fbe498cf4d79add5f5f6a40ffea3b63eaabd4e95bbab3d2882b6e163c87a9c178eaadb730af3e74e3a9f0219f12496df3886cd30e8b905072bf7
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+deb12u1+apertis1bv2024dev3b1
Depends: libc6-dev (= 2.36-9+deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/g/glibc/libc6-dev-dbgsym_2.36-9+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 15016
MD5sum: e0a8e2e4d74c305c41f5e7dddcab7c19
SHA1: 38d4a61d8e04f05e5552fa60b69df3327973156f
SHA256: 066bbfa2ee03d92e68e5974530e290f6ee8e3311c1037454a55ff66997a729eb
SHA512: fe47c67b24eadf22b15cfbe47b9426f18027ec1c6b080c2f8845eca1d970fae40cad22bf670dbaacbaedd5c9655d879ebfbc4cbd8938fbe0a71b69bc33f85c49
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: 2833
Maintainer: Christian Kastner <ckk@debian.org>
Architecture: arm64
Source: libcap2
Version: 1:2.66-4+apertis2bv2024dev3b1
Provides: libcap2-dev
Depends: libcap2 (= 1:2.66-4+apertis2bv2024dev3b1), libc6 (>= 2.34)
Suggests: manpages-dev
Filename: pool/target/libc/libcap2/libcap-dev_2.66-4+apertis2bv2024dev3b1_arm64.deb
Size: 447940
MD5sum: a180f60b910aa36e28fbf00c002734ae
SHA1: e682d7c387c82b8ddafe6f84f9c440ed6dd3e6fb
SHA256: 6c452eb81d792f5808aaf06ab6cab2c504fc1e0613fe649b302fc98e1e1eba30
SHA512: e5f8d0ede08334babac2cdbf8161a2026038f090c66774050d7868855217deee5297c5d3cc7bd7a174315af43905ec1fa1f213e4d05b76851ba1165c46f9eded
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+apertis2bv2024dev3b1
Depends: libcap-dev (= 1:2.66-4+apertis2bv2024dev3b1)
Filename: pool/target/libc/libcap2/libcap-dev-dbgsym_2.66-4+apertis2bv2024dev3b1_arm64.deb
Size: 228128
MD5sum: 4defcec645ca6beb76a8e3de4085b719
SHA1: 2576dd8ce077639d132b77ffc742aa9770d55d70
SHA256: d18a2eaac29948ed2b2bf54b2a3b135689485c097036436293463ad4ab12e544
SHA512: bc7e5226ae96582dc05af6b79e9ef4598c9132a453591fbe861b316d7b94a897d71b94baa7282e3a3c9f258335c80ab26f15b115b88b049215c045f4b0e791ad
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: 160
Maintainer: Christian Kastner <ckk@debian.org>
Architecture: arm64
Version: 1:2.66-4+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/libc/libcap2/libcap2_2.66-4+apertis2bv2024dev3b1_arm64.deb
Size: 27004
MD5sum: 0f715658ddc62ef19da943b300366f13
SHA1: 06f120ea7fb69cac6ababe2282a3e1ef1112494e
SHA256: 3f81e7b2de344e152efd14d677e2f703ff2506ef6356c92246431888a7007436
SHA512: 2764155e54419173cf2d203be6a14d9cbc7127fd9a8b08f0ed9a09c69a6c426a55576cd1133b99761390839f55f95758f1f26dc2735f5db1f1ec051581bc818f
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: 306
Maintainer: Christian Kastner <ckk@debian.org>
Architecture: arm64
Source: libcap2
Version: 1:2.66-4+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 34848
MD5sum: 34f2a3f757717af7be808a4e2dc513e4
SHA1: 31a8ee6ab23ff5bff91406c2e1997ae0a42feb2d
SHA256: a1af68444561af46ace3b53069461d01324b133590eb194e0225110608ea5fa0
SHA512: 9d558c28ef32d51a564fb5f5af815667bae89ef89f4bb5aec6200cdc9e1a9e82935e0281486150b5146eeb1655c0da06e36410b018e9b70de8d329ae09c0b7bd
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+apertis2bv2024dev3b1
Depends: libcap2-bin (= 1:2.66-4+apertis2bv2024dev3b1)
Filename: pool/target/libc/libcap2/libcap2-bin-dbgsym_2.66-4+apertis2bv2024dev3b1_arm64.deb
Size: 44904
MD5sum: 576be8d847ece3da5d71f890c86e1114
SHA1: e5d8293330a7a6c8708541aba3381c0d45991e2f
SHA256: 65a9af183634e2c857b90f43c21cb6124e57e320c92b5636b05f7b69e9d0b687
SHA512: 66f1d82163cfdfbbadb9b85675333ca0e4beae1ab6660425531c402696fdeb9cba4c8e84ac863c68181c1abfacfd8131bdee36e36eb222998c88e9b6285d3884
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+apertis2bv2024dev3b1
Depends: libcap2 (= 1:2.66-4+apertis2bv2024dev3b1)
Filename: pool/target/libc/libcap2/libcap2-dbgsym_2.66-4+apertis2bv2024dev3b1_arm64.deb
Size: 60072
MD5sum: a090ed41a89652e314b242785a14c7d8
SHA1: 01cc3ac1fb431e08a3d49dbf4326f1513fbbbc7f
SHA256: 3bda155d6b215b6d5c788a3a8292f456898e2578b1c329cb11cc446b3e079385
SHA512: 05fc55fb244f2ae04fdf5e711ea4ec558be3a4cb5925da6976c128eabe416fb5abff65fbe3d8f34c288b8245b77aecd7d7e07cd7edb66f59efce32b7da6f803a
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: 159
Maintainer: Optical Media Tools Team <pkg-opt-media-team@lists.alioth.debian.org>
Architecture: arm64
Source: cdparanoia
Version: 3.10.2+debian-14+apertis1bv2024dev3b1
Provides: libcdparanoia0-dev
Depends: libcdparanoia0 (= 3.10.2+debian-14+apertis1bv2024dev3b1)
Filename: pool/target/c/cdparanoia/libcdparanoia-dev_3.10.2+debian-14+apertis1bv2024dev3b1_arm64.deb
Size: 42136
MD5sum: b2d694384ccd1717b612d68727c726e0
SHA1: a4f19e8b70dfc5cfd610266a4b1c0b151851158b
SHA256: e6de6ef984047242f09373cc294054677f4f5c05722ec4d86525c704535ca94a
SHA512: 30746195990947381f2d02a14ce87d24feb5aea10c4a1d53d8f45ece8b1c1a1b79cf42fd4b8337a4260ebb2820cdeda2ee4377fa0b0b6bf87755cb6c675e4442
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: 161
Maintainer: Optical Media Tools Team <pkg-opt-media-team@lists.alioth.debian.org>
Architecture: arm64
Source: cdparanoia
Version: 3.10.2+debian-14+apertis1bv2024dev3b1
Depends: libc6 (>= 2.33)
Filename: pool/target/c/cdparanoia/libcdparanoia0_3.10.2+debian-14+apertis1bv2024dev3b1_arm64.deb
Size: 41636
MD5sum: 2fafab36f223cf3220ccaa51a1accb76
SHA1: a46235b870a8fad5e26612aa1966d1705af35a5a
SHA256: 3b5b7d3fc2a8b0f9f75d97bae444c43ea5d28237f5a2ecea84247b87b5b1b08b
SHA512: 42bcc15fef54e77823c20341bc13a917723c0a0e16f2e4a1b4d2247794f3aad56f290f109b6fe0f531125fe43b4f15e88a27d9c1d47fc830a091439b01486dd9
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+apertis1bv2024dev3b1
Depends: libcdparanoia0 (= 3.10.2+debian-14+apertis1bv2024dev3b1)
Filename: pool/target/c/cdparanoia/libcdparanoia0-dbgsym_3.10.2+debian-14+apertis1bv2024dev3b1_arm64.deb
Size: 107648
MD5sum: 5af2862fc4c0c553e558ddc0438702cf
SHA1: 31c3d45478e5d919d0d14618b03a3da31446e401
SHA256: 3f43770606c4b19bdb6b852a6e68f882ba276069533f901d5f0f6fc68c4b4390
SHA512: c6c93306d729ff540c6f198ca267562f52e766236fc247ee474537715f32a9e794e61f0ea146df9e64205df8839942d82c702a45f231c98a27130729276508d4
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: 61
Maintainer: Boyuan Yang <byang@debian.org>
Architecture: arm64
Source: cjson
Version: 1.7.15-1+apertis1bv2024dev3b1
Depends: libcjson1 (= 1.7.15-1+apertis1bv2024dev3b1)
Filename: pool/target/c/cjson/libcjson-dev_1.7.15-1+apertis1bv2024dev3b1_arm64.deb
Size: 26912
MD5sum: 9b933ac792f951a13e5bf08a2c988de6
SHA1: 159892987d7b7ad94af5c08b2871dcc9c6effe58
SHA256: 0f65b55e2ba742bdac3f52cb8a0db24917b2d8677c917801cddd68f955b4608d
SHA512: 4a67d7b5ebb2aad7199c1ba7ba93e5fa44c9c92d37327f82d4ff521b697058cf9eb04464bff1a9759a99bd09c5cd1a01067cffc0f0a9246639d8f8d779dc42c7
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: 95
Maintainer: Boyuan Yang <byang@debian.org>
Architecture: arm64
Source: cjson
Version: 1.7.15-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/c/cjson/libcjson1_1.7.15-1+apertis1bv2024dev3b1_arm64.deb
Size: 23028
MD5sum: 8f4ae963b5520835bd1f745ed7a151fd
SHA1: e92a209510d6d169a3a3a24caf739f10a19f41fd
SHA256: 4e314775b535baae032e480c9312c0af8c3cdfa1abb7d600c9ed370cc5beb309
SHA512: bf78ac448bd0b5e6dcffcc1a8f3ad8b437df9c7cd319fc8c31942e2a212277f0867784698c0ba86a7a74e0b9d448a896cba55e710c2171db81b61d82380955e3
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+apertis1bv2024dev3b1
Depends: libcjson1 (= 1.7.15-1+apertis1bv2024dev3b1)
Filename: pool/target/c/cjson/libcjson1-dbgsym_1.7.15-1+apertis1bv2024dev3b1_arm64.deb
Size: 33100
MD5sum: eb686869f572a4b857157b92a3bcf187
SHA1: 8ca3f1d2b4ab7dc6917e5b5a7d310a1542cb3b08
SHA256: 1aeb7075108c2090f25136bbfd4dfe9462bd57734e4f738103442be66fdc3c7b
SHA512: 85d30d4fc7b332c60478a7a840ea739ea1a0505a3f6ddb4fdf07a80b4de04373422e1480d4606ab7b9ac7cdeb828c7127a9c4b8c7d528558cc1d82cf1373c1da
Description: debug symbols for libcjson1
Auto-Built-Package: debug-symbols
Build-Ids: 18d2048425aa2f260048cf818e82c6d5c5e22a29
Multi-Arch: same

Package: libclang-15-dev
Priority: optional
Section: libdevel
Installed-Size: 264283
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
Depends: libstdc++-12-dev, libgcc-12-dev, libobjc-12-dev, libclang1-15 (= 1:15.0.6-4+apertis2bv2024dev3b1), libclang-common-15-dev (= 1:15.0.6-4+apertis2bv2024dev3b1)
Filename: pool/target/l/llvm-toolchain-15/libclang-15-dev_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 23829092
MD5sum: 74bfd36e12f29606231f153c5fb30c8f
SHA1: fa8ff513ae4c40709d1f4b69fe3b940253af4f5f
SHA256: d0ff8c57560b9b6580fccbd115bfb0ecb05bb601bc861ee7bcc5c8debf107b47
SHA512: ff48bea1baafb8b97fd671553dcb2b81a6e9e2943a14bf3705c58777ba7a45632210a8a4bc2aed16b3744515c211e06c0e122a1175e7d65bc6acae45e522b7dc
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: 52887
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libstdc++6 (>= 4.1.1), libllvm15 (= 1:15.0.6-4+apertis2bv2024dev3b1)
Filename: pool/target/l/llvm-toolchain-15/libclang-common-15-dev_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 4055392
MD5sum: eed0a16ae3b2d5cc0f33d3a4918ef87c
SHA1: fcacf23a0af45c7883f6bae4feb670c1432f01a5
SHA256: 3a71ce0b4933917cdc9bd370ad1983471c1abbc175ad0c5653498a697adf1160
SHA512: 7c1ffe0c6b13d7e648f4ed8f791fc4dddad9f07c74eb8bfc4d2d61d91eeccb2685ddbefb0dce6d3c56780222ec9dfc151da8aeadade3e9852380fdceb9110594
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+apertis2bv2024dev3b1
Depends: libclang-common-15-dev (= 1:15.0.6-4+apertis2bv2024dev3b1)
Filename: pool/target/l/llvm-toolchain-15/libclang-common-15-dev-dbgsym_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 1614500
MD5sum: 63f84b29e9a259422e4ce12feac68a68
SHA1: 5ee4e387c86ea82ecf818068cba1629447a6b755
SHA256: 0f36136763033e54a1834865baa3f959cd135aa751b3144c8d1be4f188ae33a7
SHA512: 2ab1a3f33baeb1bfbca9784da6c60397f7a2f74a9e767fc9aeefa38583a1e361a73b81c66af8f0f3c63f59fa93985546e83ca739d5f83a5501cf547cfd313cc9
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: 58218
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libllvm15 (= 1:15.0.6-4+apertis2bv2024dev3b1), libstdc++6 (>= 12)
Filename: pool/target/l/llvm-toolchain-15/libclang-cpp15_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 10493348
MD5sum: b6e8b0f8ac0954db7cc84ee556d2dfb5
SHA1: 842b30350cb64917b8eb8034f0fcd583cdbf0b8f
SHA256: 18918b5af64dcb0b96cdcd2d536bf99f389a2f1c5c194625ede92272da9e9925
SHA512: afc062165ad0696a5cf8a219c0fc6ac66657b797f445bcfe92ef8abecd8520697cb2bc52b949162378377ba74a3b4a273b768f200d2775a63f46ee12618e85a5
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+apertis2bv2024dev3b1
Depends: libclang-cpp15 (= 1:15.0.6-4+apertis2bv2024dev3b1)
Filename: pool/target/l/llvm-toolchain-15/libclang-cpp15-dbgsym_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 1509424
MD5sum: c8a6e5c14326a9bfa32f0d66b92a6df1
SHA1: 35a60e5bf8ffb5bfd44a31a6bb3205a6faccc7ef
SHA256: f4e822116a844204fcc196b27d5d94ab1f33fbe3670d982e840e32b4092851ad
SHA512: a9deb03cbf50ea5ff61ba669f5fd74581947c3ae9f802f2df37b2c7bd58d62a50bf511269e775a2a1e1bf490cdc7b39b2c14c70bbc1bd838ad30ab826d0344b1
Description: debug symbols for libclang-cpp15
Auto-Built-Package: debug-symbols
Build-Ids: 65e9074b3024bf753b5905a3cd5d59a979cb556d

Package: libclang-cpp15-dev
Priority: optional
Section: libdevel
Installed-Size: 60
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
Depends: libstdc++-12-dev, libgcc-12-dev, libclang-cpp15 (= 1:15.0.6-4+apertis2bv2024dev3b1)
Filename: pool/target/l/llvm-toolchain-15/libclang-cpp15-dev_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 43944
MD5sum: 5b2e52c47fd4cf5f641f3b67b2dfed08
SHA1: 718a3439d4cd6dfc946f1a6b47f19547ac46b596
SHA256: 919f12fe44563b6f3c46ab954feab63e89256518cdeaf366c7249b44e0d5cc1d
SHA512: 815bcc18b85920fee9ac8e36e82ea5ce9287f16771f7ebc5788a029b239b354351ed8c9c3cb0548b38ca607716f92ec629b46c9ebe8c77016352aec97e9cff35
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: 29957
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 5727208
MD5sum: 32a0d3ebc8ab982bc33897f910e69401
SHA1: 3aa577528a889e6611809f38692f1e1ed3bed52b
SHA256: 42a1cb28a04e6b045b4e822850bd4b557891cbd83d8fd7f8a62ec69bc30c4422
SHA512: e4555b35e2dc43cb5de5d83ac49cdf13a6e54e4cb2f55097b36ef0f81ba55dd1e272b8060cfb9cd1b4421b3b2cd04014f04db41042920242f2ca1e856da5a848
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+apertis2bv2024dev3b1
Replaces: libclang1-15-dbg
Depends: libclang1-15 (= 1:15.0.6-4+apertis2bv2024dev3b1)
Breaks: libclang1-15-dbg
Filename: pool/target/l/llvm-toolchain-15/libclang1-15-dbgsym_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 731024
MD5sum: e78eead121d980d69da91d3f009783ee
SHA1: 32919b686a08313e993bfe93122f5c2bdc9b14bb
SHA256: 4f99498e3c40e6532c605615fb14b4bc211ce8a1228baf67592065cc569acf98
SHA512: 6492b5047bb2fbd571d6be2d71167561c6bba70c08788b98f396b8762230f8f1b47d0f82b020179a4766ba2d0c721df3e0f22c5d3458c3c6bb26524b7ec69b8b
Description: debug symbols for libclang1-15
Auto-Built-Package: debug-symbols
Build-Ids: d7158bb76e4c1530f463094bf0985657518c4296

Package: libclc-15
Priority: optional
Section: libs
Installed-Size: 77566
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: all
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
Replaces: libclc-amdgcn, libclc-ptx, libclc-r600, libclc-x.y
Provides: libclc-x.y
Depends: libclc-15-dev (= 1:15.0.6-4+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_all.deb
Size: 10135112
MD5sum: 09450b7b42440366cba740762c4fc814
SHA1: 16b8fe050b7fa205de88a853c51aa9144515e46f
SHA256: bc6b35733d41c4d1d7e9ec3171d0f6ba8355a88a13c241d996c5a42ffd2dff39
SHA512: 0957154ecd2e3a323c41db8dc00094190fb4a3c763481198f2a7f1cfdf02e69e924d36e66c05f59a37c974b3681b738cac2810fd0c524fdd6fe7c47ca0ad4e2e
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
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: 450
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: all
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_all.deb
Size: 65232
MD5sum: 5bcf252196e41a656078aa800e3532dc
SHA1: 42f9fd0ad61c84ea55ecfec7a17e41c623457d0a
SHA256: 72724ca0bad2d2ce268b632bae2e85163c0759b74b0fcdf96480a1a200c24d84
SHA512: 5a0454689ccbe033bd235984a9debeaa8dc3b80bd66238244cc20ad9b87a85b2b66b6d3fa7267f9dcf2e864f53e15223393691ebd80b463b792c4b005596e1de
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: 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: 963
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: arm64
Source: colord
Version: 1.4.6-2.2+apertis2bv2024dev3b1
Depends: gir1.2-colord-1.0 (= 1.4.6-2.2+apertis2bv2024dev3b1), libcolord2 (= 1.4.6-2.2+apertis2bv2024dev3b1), libglib2.0-dev (>= 2.58)
Filename: pool/target/c/colord/libcolord-dev_1.4.6-2.2+apertis2bv2024dev3b1_arm64.deb
Size: 70260
MD5sum: 6ad2388384bf8720516441026bbf8848
SHA1: 3c011115101ee7897b0acedde5d68c00ae1718c6
SHA256: 34212bdc1910daa802ac58102786d93dba87b2ba0cfe4eff9bcefcbd7b6bf3f4
SHA512: 594b909cc29529a859572136c91f0456f057c1149f37daa2efdf020b46d628104434a6be35f3fffbcde6f1a994cc5fc8e5b10468aa91b89f045328c23678787d
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: 724
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: arm64
Source: colord
Version: 1.4.6-2.2+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 127312
MD5sum: 16f6367e38db5d7904849a19fd116bee
SHA1: 9230d45e9b370a4ed7b716ae78e9977f14faca9e
SHA256: 7d71e55ccd82e79aa3e7adbad4c723b0370bcdcfc46746ffff2dfbf9dfc53999
SHA512: 1c536fbdc0c1fed8562c2ba9f5fa06f5f350f90b6cbe23a4698943f5659e461702f8aebe128d65c0c31640ea71da2d0a594274879d6aec8d56e9e7a6b7574594
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+apertis2bv2024dev3b1
Depends: libcolord2 (= 1.4.6-2.2+apertis2bv2024dev3b1)
Filename: pool/target/c/colord/libcolord2-dbgsym_1.4.6-2.2+apertis2bv2024dev3b1_arm64.deb
Size: 597564
MD5sum: c2a6714248c6f8a8c3c4691a28b519ac
SHA1: 9468cbb4ffc1b37a853eec84bf091bc76df7355c
SHA256: decaac5dcd86da87878ab4baa7311a38ade553264a96d06acccb5c9d96ac3e31
SHA512: 6f43b2b141286e896f42047a7a8b97016d2d4888a82627986979a4d6e762534471350c0a18f651b2f393e88caf96599e0d5a8f8ce4b8de69def81b8618525ea3
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: 370
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: arm64
Source: colord
Version: 1.4.6-2.2+apertis2bv2024dev3b1
Replaces: colorhug-client (<< 0.2.0-3)
Depends: gir1.2-colorhug-1.0 (= 1.4.6-2.2+apertis2bv2024dev3b1), libcolord-dev, libcolorhug2 (= 1.4.6-2.2+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 33656
MD5sum: 890b3add19c718904293ef08a6b4ffe3
SHA1: ffb96c3f85dfb337aa26373a810759998a7d84f2
SHA256: 771e00ee686fdf22fd6ca5aff6392b08b0e4d833e079de0b83ebc37b9404ae73
SHA512: 81d7df8346c641dc1466a667462667a12ef14cffe08b477e7cafef8c2fdbfb9d75318ffb245a83d66b10fc1953bb65114e4c530b419c577e295e79aa09b6e52c
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: 175
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: arm64
Source: colord
Version: 1.4.6-2.2+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 38760
MD5sum: fcf876286056db13c7f50db8d0af0688
SHA1: 89203118d4b8ee60ceeff0a9e7490042533f6c95
SHA256: a904bf17388c0d2795b583fb6bcd82721a04678d593515fc3b15bf1121bbe554
SHA512: fd00f20c6507cceb4404f92f439532b8e676a8e2fa8f4fca0bef2de457dfa9ed81ef996398c21f766bde6edf15d523798e9736d09e11d254f3c4fc2b647def7b
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+apertis2bv2024dev3b1
Depends: libcolorhug2 (= 1.4.6-2.2+apertis2bv2024dev3b1)
Filename: pool/target/c/colord/libcolorhug2-dbgsym_1.4.6-2.2+apertis2bv2024dev3b1_arm64.deb
Size: 99436
MD5sum: 665ab9cbabdde4bc4bbd30f4dfd6bd0e
SHA1: 20f6815ddb4f93b1c1783e9031890dab04984be5
SHA256: 234b1dcf88a8bdb117ec93821d75733d2dc13861bc39be502aeff9376d858a42
SHA512: f6e28a5ba80ccde354e2e95b0b09bf336d87cabdb43b9f4a37abcc2414e7ee700a917cb2a3cf8bbf55ac806291cb86f24e3272414799909a64305cde0366975a
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: 92
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: arm64
Source: cpuinfo
Version: 0.0~git20220617.082deff-1+apertis2bv2024dev3b1
Depends: libcpuinfo0 (= 0.0~git20220617.082deff-1+apertis2bv2024dev3b1)
Filename: pool/target/c/cpuinfo/libcpuinfo-dev_0.0~git20220617.082deff-1+apertis2bv2024dev3b1_arm64.deb
Size: 20068
MD5sum: 513960e6008ff273dd7a7191e294f241
SHA1: 2241119c925381f2f1b9bae7343e7b6480b21f97
SHA256: b384e9c45df1fa0cfdd6a3e1ec1927e17065ab0865619accc81d553ee433281b
SHA512: ecd12eeb43f84bd945780d23499f3f76909685e2402fe32033dd25b1b1e86b6eeaf820bb5ae7f90049524be7eccf2efd680c23a667b06136db781bcc70b8aedf
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: 88
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: arm64
Source: cpuinfo
Version: 0.0~git20220617.082deff-1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/c/cpuinfo/libcpuinfo0_0.0~git20220617.082deff-1+apertis2bv2024dev3b1_arm64.deb
Size: 24868
MD5sum: 8aa38c8948457e6a9222a268769c8d5d
SHA1: 002f5753782a9565b58a18d48d46aadd43d9e83d
SHA256: 891cc81f2906ba5a37154e26774241933b107a07eb4d8d9f818364d48f5ef88e
SHA512: dcf3ec8c4427b7ac8f15c91327b3639598deab2bde3bb16639dcb3c42f4bf7f0d29ddfa6da10fd2f0c26ec2db1393528dfb06d6967de860f846d0cd998eaa27e
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+apertis2bv2024dev3b1
Depends: libcpuinfo0 (= 0.0~git20220617.082deff-1+apertis2bv2024dev3b1)
Filename: pool/target/c/cpuinfo/libcpuinfo0-dbgsym_0.0~git20220617.082deff-1+apertis2bv2024dev3b1_arm64.deb
Size: 65616
MD5sum: 5a3791f3b2955b6ae01b0ef50b2fe9e9
SHA1: 16f5a842cedd4cae307f6c150b91aa7fd8fe0107
SHA256: b0d2e8f129845eb324176aa8b1c11b062c3db94f9be0b1c507c0be9261ebf40b
SHA512: be3df9cfaa11dcd796212c6a3fa1b1a1973cbf80dc7ca44e6b9e11aa70c7072b85f08d6e111bf93f4eeb8d552252200b7e8c4842d9affc07b0b8001242532b48
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: 1188
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux
Version: 6.3.7-1+apertis3bv2024dev3b1
Replaces: libcpufreq-dev
Provides: libcpufreq-dev
Depends: libcpupower1 (= 6.3.7-1+apertis3bv2024dev3b1)
Conflicts: libcpufreq-dev
Filename: pool/target/l/linux/libcpupower-dev_6.3.7-1+apertis3bv2024dev3b1_arm64.deb
Size: 1190940
MD5sum: c698ce828e7d0b5a9b4b6ec4e527a579
SHA1: 586f65791ef12f5410b5d2c4e10099c8250d6f8e
SHA256: 771de718c0e2c837c6f400375d43b7581e78ba29ac789bd7274fed9450d2c17a
SHA512: 3a50062e412c2b5af85c43955bd5505fe2c07f06c315a51be369b697b089812ed6ac1b9e1eb5210d95bdfd2a1fd7d0a548908622ef957ead4f0e6027f69bbcea
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: 1251
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux
Version: 6.3.7-1+apertis3bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/l/linux/libcpupower1_6.3.7-1+apertis3bv2024dev3b1_arm64.deb
Size: 1198284
MD5sum: c3dcc720f751e3ba2716dcc201cf8730
SHA1: bae1378fc7aa59bc319a395203b2c5ed45910705
SHA256: c91935c17e13005398dc004710ccf070c228a60f83c6dd149bf57a91a643f80e
SHA512: d6ff451c9c882c01f7015d38ac5b237279b35353257efdde6e8007ebcb410d2eefb91fc8f96728727a4600cbb2b2b18fcef32b8c6098f0bd4419a0b715e68de9
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: 48
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux
Version: 6.3.7-1+apertis3bv2024dev3b1
Depends: libcpupower1 (= 6.3.7-1+apertis3bv2024dev3b1)
Filename: pool/target/l/linux/libcpupower1-dbgsym_6.3.7-1+apertis3bv2024dev3b1_arm64.deb
Size: 31140
MD5sum: 3830aeacdcf876ce4f488adf60ea75e7
SHA1: d66007e88eada8b06b9d82af1d28f5c88c950ce8
SHA256: c8b7bc45b04f6bf8b89cabb48d6ae416dda788a8c3a516af6da962274dc81f84
SHA512: 2ce099bf559f1b0d6f500e0f8b7ae9a76ee6a4b60bd06825ef09b643fdbb8f41509ce809e5a2eb8308e1d02c0911830716990ffa49b05ee6e40a9883ecd85c23
Description: debug symbols for libcpupower1
Auto-Built-Package: debug-symbols
Build-Ids: 8e6cf5345fa3af33e433184703ce9d01ecb12cdc

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.1bv2024dev3b1
Depends: libcroesor-0-5
Filename: pool/target/r/rhosydd/libcroesor-0-4_0.2024.1bv2024dev3b1_arm64.deb
Size: 8420
MD5sum: 27853de332ee2c29a6c197a54e8ed122
SHA1: 6201f9b7670bda49fb1b77791ea740a63f6472ad
SHA256: 3133cffbdb00ee2c291bfd20f12d3e33d2349e6bb897b3f0be04676214761f3f
SHA512: 75f10baee1043b4b8c953bf33849841392c35b8aede592b79d5ac95c2a5ebcd57e10f31311629372ec70e80872ea4e048ce52f0736828673bb5f5aabe6c3c855
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: 167
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: rhosydd
Version: 0.2024.1bv2024dev3b1
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.1bv2024dev3b1_arm64.deb
Size: 32644
MD5sum: 589eda56d1859e88196cc63558f64aee
SHA1: 8c569bcbe3dff9eb23bb186c4bcc8f9d8f42ac73
SHA256: bdd956a01478ea5d4ebfca41d436a46dbeba3f2a2d953d8038969aa11de3eb3a
SHA512: 2c41c3966e3f85bfbb40d65ca0105f208b9eb56219b1dace0905fd71ec848a0df6c03dfbc8f528cabef9354b84fe606aab45916da9064aa30f0859748e3e7f4e
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.1bv2024dev3b1
Replaces: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Depends: libcroesor-0-5 (= 0.2024.1bv2024dev3b1)
Breaks: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Filename: pool/target/r/rhosydd/libcroesor-0-5-dbgsym_0.2024.1bv2024dev3b1_arm64.deb
Size: 105676
MD5sum: a58315f49485e60ef6a97a0eeefba462
SHA1: 9586e66ff67dc3c915286aebbc8a7c59e53d0f87
SHA256: a1ab4aa25efae4f8eec734f577aca44a75f9075fcbed70311bcf5e745e786df0
SHA512: 68ea573bc8aa87130f32103b4ab29e0676ff601b824ccd9fe94c6b4c2ba05b69c08767b435cb14cf10c62c197d5e29aebe083f7575082289d468709c21ef2cfd
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.1bv2024dev3b1
Depends: gir1.2-croesor-0 (= 0.2024.1bv2024dev3b1), libcroesor-0-5 (= 0.2024.1bv2024dev3b1), libglib2.0-dev, libpolkit-gobject-1-dev
Suggests: libcroesor-0-doc
Filename: pool/target/r/rhosydd/libcroesor-0-dev_0.2024.1bv2024dev3b1_arm64.deb
Size: 50500
MD5sum: fdcd760f2a956f161024570425a8de34
SHA1: a9dcb6a99607a9f424ff0e14eb0f04bc8babf433
SHA256: 99bd03f3a6b5310e282700fcf196fa5cc193b1c3d69f7335062df4003073d283
SHA512: 9078530a85b2ffda39cb9d4d3229b8c25b55fb14fc3910ad7e777373cc0cf3f5d49ec97d57b4da5297080f739d3114eb36fde151ed08497b241c1d069d1b2dd4
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.1bv2024dev3b1
Filename: pool/target/r/rhosydd/libcroesor-0-doc_0.2024.1bv2024dev3b1_all.deb
Size: 32364
MD5sum: 6fc81f219fc02867f394335b50d5f717
SHA1: 630d5a8004f49f26f07805c79f8d24bceb3bb175
SHA256: bb1c1b58b0bc91001938722c876bc5ff51dbaf00f19c962c0756c4e7ff49a6a0
SHA512: 1bd02a2f2a60ecf0edbefc668a5f682abc8aa04d7d78c8674aa86a47ed3828251e1f0d4a90f8de08dae37d8acd5a458d352e7aff6684a76a676244dc5f4fda15
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: 236
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: rhosydd
Version: 0.2024.1bv2024dev3b1
Depends: libcroesor-0-5 (= 0.2024.1bv2024dev3b1), 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.1bv2024dev3b1_arm64.deb
Size: 17756
MD5sum: b2d67327ad3cbd8cbcb9cb244045d589
SHA1: 206492640d50d0545e0c299aa12042ffb68b775c
SHA256: 19995cecef889cfa55aebbe87d5b432171c81967f27f5bd510dd01d4032d956c
SHA512: ea6a21d83b57a38815f1017cb70c3fa3820b0de93db3edb8277006c8c0981d814fc71d12a8358c1b6483844853d6d5f129a2c778c8e167b21be827a1cf3d4352
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.1bv2024dev3b1
Replaces: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Depends: libcroesor-0-tests (= 0.2024.1bv2024dev3b1)
Breaks: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Filename: pool/target/r/rhosydd/libcroesor-0-tests-dbgsym_0.2024.1bv2024dev3b1_arm64.deb
Size: 27456
MD5sum: 7372ec8ebbcefe8b13b44c227a1ec867
SHA1: 7e051f78c0e11c5ef860bb735b22f154878e9b2b
SHA256: a3eeba0260a25ac3f3d9c2d121af65d15d3fc5e605e181c20e437a5241d42b46
SHA512: 560097532c489a92b83f16424e8f31c2831e94c16cf1187a72ca193abfd1fe520d117d0412b9ab2c703cb076b29075b8620b10720c9e7d003949d5bfc991fcaa
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+apertis2bv2024dev3b1
Depends: libargon2-dev, libblkid-dev, libcryptsetup12 (= 2:2.6.1-4~deb12u1+apertis2bv2024dev3b1), libdevmapper-dev, libjson-c-dev, libssl-dev, uuid-dev
Filename: pool/target/c/cryptsetup/libcryptsetup-dev_2.6.1-4~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 40252
MD5sum: 7b6d49f285e46639d1d7c784bcb97fe9
SHA1: 6103517da3cdd36456f4eee771b700283900d5ca
SHA256: 6f4fea75d30ff59097cd5bf3e334f696840459dc087ca4592242fc2ca9c83b8b
SHA512: c35f61856616b03a414a376354ce47dda91137e2174254201ee27abde363d48b7c3371d3ec7aabc248b39429f8d8280c0dfe98a50b7f57a0b826f1b4a897a3a1
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 208224
MD5sum: 3fb6a42131b0b0e614486be95b2823f4
SHA1: 5c4e845a8806376b48fae5414e2ab7e9ff537308
SHA256: 9b43ed02265dc3a858e03edb17f6225be949050402a468d1f6aa91076de52732
SHA512: 45a71de654bebd8f121fac2acb6808345dcaa0154fdaea7493763ff37b19b48a62943b7526150fdd5baed9f23af6c55ef08b5719b09f024649dacf1b857ff425
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+apertis2bv2024dev3b1
Depends: libcryptsetup12 (= 2:2.6.1-4~deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/c/cryptsetup/libcryptsetup12-dbgsym_2.6.1-4~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 619556
MD5sum: 33157fd059ab5311945ddb8ffcd6647c
SHA1: ac33e86ebf57780afeacb2f0d5f48e9e33e685c8
SHA256: 714378143d52e960d232642c9320c9ad1155691fb56bda97439fdd564502ea49
SHA512: 3f5cdabf91c8a2bfa04616de161b47196603a64a23255edf26039347d5c9db2a28850af5ed923cecd1ded0539374fd84e05fc54310e1b5fde6328e8d22ee5c80
Description: debug symbols for libcryptsetup12
Auto-Built-Package: debug-symbols
Build-Ids: 7b7e4412cb0cdd2a37ac0a9e13d843860acc1466
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+deb12u1+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+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 363596
MD5sum: c5290c02155192a4a25f479f340345d6
SHA1: ee8efc51c067ed5c74c05d7cae870d485cd86171
SHA256: 1dbb4e0944c4ebc4826cb78ef173ee1b69d7f189aa5ebfb0c47bf66223bb18aa
SHA512: 52d1499b6fc3cb84adbe77f3c41120159bda8b073818529e651e8d25d084aa4c8669edd5dba143c8ecfe44d9960346518fc7e1ed0c7f546cfc040215bfbdf516
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+deb12u1+apertis1bv2024dev3b1
Depends: libcurl3-gnutls (= 7.88.1-10+deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/c/curl/libcurl3-gnutls-dbgsym_7.88.1-10+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 976576
MD5sum: b07a0d6cf176df658309da908c72b555
SHA1: a8029ec1bba00793ceab4fb1b1b59968c52d3c27
SHA256: 6968cbd9a5fbb4bb9c24ec4aa82dcaae84f504db93c241bcd4135d91b7cee782
SHA512: d057bdd605d0580140893d91d78ce75a6ab13c9457e6c125ae42d0515ffdad61287d6b764e99c10e4c62d25aa87c7215b2bfce6a79448e9dcc1dfe5f60fb982b
Description: debug symbols for libcurl3-gnutls
Auto-Built-Package: debug-symbols
Build-Ids: 490a1d13c5ee68c6d180edc3f7c4e9eea2766a9e
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+deb12u1+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+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 372328
MD5sum: dcf4a4d4b18f75670df6fe8447b8203d
SHA1: d54419f9e16a606eef372bf19031202306d4bb2e
SHA256: a1094833178f0e5085da224cdf50f3f67018e14fb7ce7f11d982ab1e529fc082
SHA512: 41a3f34ab50f81d177351039b57445122e8c1207b00b7a698d50ae2f792bd1ae8190ac948b1fc5a31c07d4f0776a346694f97120fef3fa02853c4ed3033216ee
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: 1108
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Architecture: arm64
Source: curl
Version: 7.88.1-10+deb12u1+apertis1bv2024dev3b1
Depends: libcurl3-nss (= 7.88.1-10+deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/c/curl/libcurl3-nss-dbgsym_7.88.1-10+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 1023720
MD5sum: d2f5bc2701f871c04f6a60058c05b8b6
SHA1: eadd2d00118c7eb5737892b34c44ae951abba5b3
SHA256: ccad58c829ac8739e2ef1bfdf37c43390ba97362596befd8659661db0291dbb8
SHA512: e3389311faa505244f410711abdbfd77a802c4d8b60d7d7cad190d035353bd9907095d0e88b731e956e62509f6b7cfda7c640fe877652973c93aedb102cc3c1f
Description: debug symbols for libcurl3-nss
Auto-Built-Package: debug-symbols
Build-Ids: d1ffd7cc9fc2d81c738c5bd344b84e9e78401c13
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+deb12u1+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+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 367060
MD5sum: 7505e810e48731278c1361edad23c584
SHA1: 141a19d4dbcfe0964683a07ffffa010eb57f6ef4
SHA256: 626425f243a03c90d35b67764c1435c97c9024ca0f6102b5d5d27ac3a15f1e90
SHA512: 88b99b0ed7f6f843d9ede3b464eb0907895c17372cd8f62dbcc4969d7f878c7ace82c13d2714d64df7b63ede80d77ed7dd7a3616e3aadefcaa096fb2821c3cba
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: 1097
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Architecture: arm64
Source: curl
Version: 7.88.1-10+deb12u1+apertis1bv2024dev3b1
Depends: libcurl4 (= 7.88.1-10+deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/c/curl/libcurl4-dbgsym_7.88.1-10+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 1009280
MD5sum: 31d52989c75202a7bc4db5879ff43b56
SHA1: f39ac1eb677f3a7f5d79c80ff250620e6374f9be
SHA256: b7d5b7761e243c3a016d5ebdcb645274c0dfdcd7313f142d44c59c6265ecb4ab
SHA512: 6de934966cfcf2ecb40541182e4b5b7aa49745f375ebc16ef42f9230a4520ee73e49a7394202e356f6ce020c30834cf446a6ebb5d909e9bb54991375fd271cf0
Description: debug symbols for libcurl4
Auto-Built-Package: debug-symbols
Build-Ids: 12c9a543d89d9c7845a4e4ddfd7e186a573b4523
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+deb12u1+apertis1bv2024dev3b1
Filename: pool/target/c/curl/libcurl4-doc_7.88.1-10+deb12u1+apertis1bv2024dev3b1_all.deb
Size: 1088280
MD5sum: 887b27b74d746d72c3bac6dca9cf57b6
SHA1: a8ade8341bbabfbe27610990a456a7561a83abfa
SHA256: 2c577e845af4418d1d685f1867633bdf70b805b45e1dde56d8745ca3392a07c8
SHA512: ef699b4050cc796fec120aa53a5b2be7650dfbc8785dfa5715d8ae20659c6f4798f19307cdd2c30e5eeeb2dda5d0254030e9d974660e81a3b15132de46d13206
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+deb12u1+apertis1bv2024dev3b1
Provides: libcurl-dev, libcurl-ssl-dev, libcurl3-gnutls-dev, libcurl4-dev
Depends: libcurl3-gnutls (= 7.88.1-10+deb12u1+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+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 471984
MD5sum: 2e0d3ac49204b70d57973e595dce6a79
SHA1: 091e1f61832545165b7a5594d5827b1247478511
SHA256: 7f7d186f33e57fc7b1cc2ebad53327200dfb25f54a38d55ba5faf75af371546b
SHA512: 3471617b32d4c7d92dd1795c104cdf8e0932d5645c5683d6cf86e34defef70ae59d486ca8a57d1066289c59af3ae9563ab863a622eeddfb1f766299c04297511
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+deb12u1+apertis1bv2024dev3b1
Provides: libcurl-dev, libcurl-ssl-dev, libcurl3-nss-dev, libcurl4-dev
Depends: libcurl3-nss (= 7.88.1-10+deb12u1+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+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 481780
MD5sum: ff207904555e66d27bdd244ff8d3a1c6
SHA1: a368f67f4413e687693be38c7670ce22af6ff4d4
SHA256: b6427dc4f09bf3e5ab712ffc4dbf939cd5e1dee212f8607ad59ce77c627a0e57
SHA512: 836347954514475b2477d4a25f3c0f62783e673e04eab841f587c0fb62b8d12bb1becefe895fb38723aa4c43319468fbc0f02079ad875133cd1b4d057c7b5e01
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+deb12u1+apertis1bv2024dev3b1
Provides: libcurl-dev, libcurl-ssl-dev, libcurl3-dev, libcurl3-openssl-dev, libcurl4-dev
Depends: libcurl4 (= 7.88.1-10+deb12u1+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+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 476396
MD5sum: 32db705688ef7c265015b4ea6f0206b4
SHA1: ddfa9c40f642eaa7d7d12c7db30e042414708803
SHA256: d1b6c8ff32bea8079ca714512155c3882919b2cc4a3685476786cd24933f7baf
SHA512: 5acbf670216873bd9edeed9797a4d6206c486419f415bec5d7566f58df929491191a8964c245893076f07d60c1de101942e9e5a89b7ca71a77181750ee3b1937
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: 8530
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 2182928
MD5sum: c9c428521408afee53258e052eb3e82b
SHA1: 049efc258e8e530db40929251ddeb7884d095062
SHA256: 30c481e03b35162121d7d49b83061c371e9ffe43ec17c9b7f8bd1b74816fdf9d
SHA512: 56b48351fdf0b2a8fe23b2b591ef95f1410a1dbb19c6f6020cb713bf3148e127a858217f824cca9fb0a4d43185762bf1dcde01c997f24320f377723b7fdadeaf
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+apertis2bv2024dev3b1
Depends: libd3dadapter9-mesa (= 22.3.6-1+deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/m/mesa/libd3dadapter9-mesa-dbgsym_22.3.6-1+deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 13796136
MD5sum: 745b259bbd8bd483eae57c4571fb9287
SHA1: 86eeb5ac2e3e5561fc4981431bcf9067afd7fd44
SHA256: 2c471e2b5541133fa10ebc95815428804835f6c7d70c8341871562610b7c352f
SHA512: 8d3e739b363436482002c5d993f91265dd82e522a40092e736336bef05b3a7ec0153f604768a15efe9c787adc80000eedf90217f4519ecb4457d7a17300e7938
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: 79
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis2bv2024dev3b1
Depends: libd3dadapter9-mesa (= 22.3.6-1+deb12u1+apertis2bv2024dev3b1), libudev1
Filename: pool/target/m/mesa/libd3dadapter9-mesa-dev_22.3.6-1+deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 38472
MD5sum: 2220cadd35231ddfed78aedac968e644
SHA1: 52a640b432d87c6d5add26006f585973b071f7ae
SHA256: 58b3afc640121b4290c676b1d277df004ace63058ca5ed14fe9731627ab5f892
SHA512: 972675076fabd91eb69948cdb01062c439e058a7d15626f5dd0154fbc1071d142bf385325148f40bd2a8739f61ef41edbebff83cfef00e5eb576885d895dc784
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+apertis1bv2024dev3b1
Depends: libdatrie1 (= 0.2.13-2+apertis1bv2024dev3b1), pkg-config
Suggests: libdatrie-doc (= 0.2.13-2+apertis1bv2024dev3b1)
Filename: pool/target/libd/libdatrie/libdatrie-dev_0.2.13-2+apertis1bv2024dev3b1_arm64.deb
Size: 18096
MD5sum: caa71aac445994df26825a28d5e5ed16
SHA1: 8945f8cc527718432a27e016189d6eca4627bd2d
SHA256: 19b9dabe635fe0610c9f7e7ae9611fb452d6ed62228e7a180846ee9cd1de9560
SHA512: 8fd8adda48f144167731fc67586d14e9250a71f14932bf1bf21ae27bee162303cbdd45c4929f5047a2285c9a0bff1da6ed4e9916dad1f4cc67f5b76826dc66b6
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+apertis1bv2024dev3b1
Depends: libjs-jquery
Suggests: www-browser
Filename: pool/target/libd/libdatrie/libdatrie-doc_0.2.13-2+apertis1bv2024dev3b1_all.deb
Size: 57096
MD5sum: 831f1cb8314886bb3d20066801f58e57
SHA1: 9359b29319317aaba933ffa41cb3ad160a289d10
SHA256: 0dd1cf77b3991024c91932f908b5a95a6f81b9f9a6c0ebc25abb67f4effc55c3
SHA512: 733216a71232113b8c3883e1d70442aed2e8ef9848d888f74864356c88e2244f1d59a8395528ac01bb7cfb98434b085c60b60787bafe4eec6f625a927fc03de9
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+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/libd/libdatrie/libdatrie1_0.2.13-2+apertis1bv2024dev3b1_arm64.deb
Size: 37844
MD5sum: 01805df436cade9f63bea573c795fe2f
SHA1: a1799022ffacd1bc7415acf6ddf6b8a3bc96b1a6
SHA256: 2ba54b90bb45215db51986347590b61f07986dc886a921924a2eb7dbe533a96f
SHA512: cad04bb9db02a70006287af0a667706e317e85bc57f0c3042f8f815707a6048e73c2d6fe43a8b94ac59c838f54b01efabf74536ca2b92deb3db23ca45e16b855
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+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libdatrie1 (>= 0.2.0)
Filename: pool/target/libd/libdatrie/libdatrie1-bin_0.2.13-2+apertis1bv2024dev3b1_arm64.deb
Size: 34408
MD5sum: 13363558123e755e43d726df8f8f6a9d
SHA1: 8acd2a557ff54af97c85435f84674ef7102ff0be
SHA256: 40573e01dc519ab5259a2cbdfff50933ffde07ad92e01cc550504cd87d8dc8e6
SHA512: 7171cb7f1380b0e913139948b3d2ab1ec28f7712552668452084584ea4e3e09d46c5419b6f16e5150fd6400e271ee446ff189f964e5cbd79786275fc0d7d38d5
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+apertis1bv2024dev3b1
Depends: libdatrie1-bin (= 0.2.13-2+apertis1bv2024dev3b1)
Filename: pool/target/libd/libdatrie/libdatrie1-bin-dbgsym_0.2.13-2+apertis1bv2024dev3b1_arm64.deb
Size: 19356
MD5sum: 30ce11a30a0fc35f0c495d7d56bc2079
SHA1: f57c43a646b2c2c2694cc63702dfaba065ce3534
SHA256: 433297d3d52cd4d1f4ca657adc9fa63e6185d524cd1434f51417918f0f7513e7
SHA512: 7f1be09a6e597f8339ad8be8c1aef2750e7debfe4b10fa7f2a98c5defecfdfa77b2935c4b1082a385bb8b7dfd9ab3a43045992212913cadf9c39c50e284f0507
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+apertis1bv2024dev3b1
Depends: libdatrie1 (= 0.2.13-2+apertis1bv2024dev3b1)
Filename: pool/target/libd/libdatrie/libdatrie1-dbgsym_0.2.13-2+apertis1bv2024dev3b1_arm64.deb
Size: 36256
MD5sum: e7beeea9e795974dd5f2d9ab96b5d625
SHA1: bcf472d902a4446ec8e3a0aedc411004313ff777
SHA256: d61bad35099ac0c8dc6856e4858bef4177ab845fe4774810e43c667a19f20d93
SHA512: 7ef08c96dd9da2313d9e47a9766d87f5ac97f2a64f021ca8813163a5deecf97bee17d4be052c7e41839614d8ad1b2dc017bfdb689f00277e8bdf02af81e46d2d
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+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/d/db5.3/libdb5.3_5.3.28+dfsg2-1+apertis2bv2024dev3b1_arm64.deb
Size: 633092
MD5sum: f846819cb43c241d58e2813ad9f26f78
SHA1: 44f452c9de7461c9bca20f2d0fa5781225bcb606
SHA256: 208de5fd3a240de1642a7d2307f3538a2e9f6aa0d70db9be551a3890ff5d574f
SHA512: 5673d5b4784b3f6f1cc643232279637f674a8e9504268e0961c652cf23e03986c8d55d3482400f95a078462b207628ce56d9ca1cb5a9e4bceb98846d710ab8f6
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+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5), libdb5.3 (= 5.3.28+dfsg2-1+apertis2bv2024dev3b1)
Filename: pool/target/d/db5.3/libdb5.3++_5.3.28+dfsg2-1+apertis2bv2024dev3b1_arm64.deb
Size: 651284
MD5sum: 087dd856005a16e655796080f7fff9d0
SHA1: 5477d301862d04dd6b3ddf7070408c5b7b9d1ba5
SHA256: f6fe59b1719316ea37dd5b2ec6855db5a113bc0b0da1d905abd5812c6ad2b9ce
SHA512: 42181befb9e1a90514e1d12972fe147e53874802fe29e82932ed25d680c721548cb0cc96ffeb3dfe78d81562db177bfadf7f12d79ed7df5dbde5d03e635b2cad
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+apertis2bv2024dev3b1
Depends: libdb5.3++ (= 5.3.28+dfsg2-1+apertis2bv2024dev3b1), libdb5.3-dev (= 5.3.28+dfsg2-1+apertis2bv2024dev3b1), libdb5.3 (= 5.3.28+dfsg2-1+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 752160
MD5sum: ee9a6c33bd0313303be3162c95b565df
SHA1: 9450cd0da36128cb45e840fab45451b78c55271b
SHA256: 54269ecc5feb7337a3e3ba5e6ee51d100ba376c9a34e8c3437fe4918ec54e39b
SHA512: ded08e78a5faa9be9f73d3d0f7ea0a566fbbca17a72a369fa8a9f09916cf141a8b3591cd81c0e9c2f29c1d316ab20b462fefc922c36d03c3b14775e30b52bb6f
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+apertis2bv2024dev3b1
Depends: libdb5.3 (= 5.3.28+dfsg2-1+apertis2bv2024dev3b1)
Filename: pool/target/d/db5.3/libdb5.3-dbg_5.3.28+dfsg2-1+apertis2bv2024dev3b1_arm64.deb
Size: 27571632
MD5sum: ec022c12903686462cc047165478f3c0
SHA1: 8f94cabe930cb2fd6e9b692cc239f08779a0790c
SHA256: 96e8a04ad437363291c3339060aa547f6a0801332f13d4c4eb032396d2d5e141
SHA512: bcfad5b111819651a8dccb7b04095322053f700a0c79e196d8a066fd695608a5b3ac1e2aa8af0d3edee4a5a1e0a1bca41a0887f25c50e92d3140072d2151c619
Description: Berkeley v5.3 Database Libraries [debug]
 This package provides the debug symbols for the Berkeley v5.3 database
 libraries and binaries.
Build-Ids: 4bb0a98b0ee732022b524974738e9a8b54c40875 97cae2340b80f866c3952b82eb46cb731fa97767 e770ba8cbc25de603cc0eac5d995120c3022f439 ea38ac3ddd135a987ddad5d4a1bbce507bff8284
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+apertis2bv2024dev3b1
Depends: libdb5.3 (= 5.3.28+dfsg2-1+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 735520
MD5sum: c250fe75bc3879fa5ef5d3a4c0aed413
SHA1: 600277996b5c20db2fc78cad39c4a01a632629ec
SHA256: c0a80811036db0de2cb51f52b81747b5ecf3fda294ddae68b00c014fa21785fb
SHA512: cf5b132950e4e60c1605c88f518bd2c435a99cafdd74dc7e0499ae6e2f98221fd4a2093558f2c801c988c0bfc6a601747d7b7bd1d6a64b054af464d8212d661f
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+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libdb5.3 (= 5.3.28+dfsg2-1+apertis2bv2024dev3b1)
Filename: pool/target/d/db5.3/libdb5.3-sql_5.3.28+dfsg2-1+apertis2bv2024dev3b1_arm64.deb
Size: 862028
MD5sum: 380284a792ec5ee79a314d575f2bcd61
SHA1: 5049ed806ecfe9a187fd8ce62cc960e9b1c1a20f
SHA256: 2e1f8dcf747eca59b8556693f88de9a772cd7d6fbd23a6149473a487a6667eb2
SHA512: d9eb633380fbeb337a75c8a69fe1f6d117df37bc604827fdda9e5de991930ef63cf194e551f500dd750baa036ddfb628417ec622b1e6f007238a7c0c51b8b293
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+apertis2bv2024dev3b1
Depends: libdb5.3-sql (= 5.3.28+dfsg2-1+apertis2bv2024dev3b1), libdb5.3 (= 5.3.28+dfsg2-1+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 1029300
MD5sum: fedae777e2d1bf0813083ed62d2129dd
SHA1: 7046505a2328bd44545676ca8441f97cc963f926
SHA256: 58470f9c7158d43a83c77f71c283ef261328a62438da05ecc9d09771854430a9
SHA512: 2543747eb9c438bc68aa4da6f90ff546ae4327c9e24e597c5e07e1ffff52e2f4f1e6e986ce34d662faf85333cba5d9300a71084bc6da29abdbc9ab894dcefd9f
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+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11), libdb5.3 (= 5.3.28+dfsg2-1+apertis2bv2024dev3b1)
Filename: pool/target/d/db5.3/libdb5.3-stl_5.3.28+dfsg2-1+apertis2bv2024dev3b1_arm64.deb
Size: 672632
MD5sum: ebcbcc903916d4e29cbbd2c06ffcbc1d
SHA1: 34e9f193e914873fbabd84bfe923058d8b2d85f6
SHA256: 5f5828ccecdc75fe30ddf3e5f9c6b5e00b3e858ac6532047bc1f673b7e7b5385
SHA512: 3715f34116868576d2a0ed02175192aa3152ca900bfd928155e6207093e55acf52781d4b2a74cf418e8f53bf2c2a7dfb37fad38d92a4a578a71be8f49c64925f
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+apertis2bv2024dev3b1
Depends: libdb5.3-stl (= 5.3.28+dfsg2-1+apertis2bv2024dev3b1), libdb5.3 (= 5.3.28+dfsg2-1+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 836900
MD5sum: 9768becbbb4b64d65f580090b2e707d9
SHA1: 22595f734d626d984d8310e4bd71d58892499ff0
SHA256: 0f6f5d051bc0f153949fdda70fdf199ca5d19fb5cae37400fb3351f5596d90af
SHA512: dfe1f057319dc056250390b3ea2889613154c487827b3d7524106407edff57d385b3c446f1073d6d7b4c60d93a938b9c55747bfe07ec8bad259b0ed5ae9e812a
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: 525
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dbus
Version: 1.14.8-2~deb12u1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libsystemd0
Recommends: dbus
Filename: pool/target/d/dbus/libdbus-1-3_1.14.8-2~deb12u1+apertis0bv2024dev3b1_arm64.deb
Size: 197304
MD5sum: a032a3c2d61f5dba145e8448963b3132
SHA1: 1783702dd7195243f1409f51b38407d4261d08db
SHA256: e9f9192bddc9dd1cd8006494240ba248426569f828405b9ba03bb7672065ca1c
SHA512: c7bf688c52b396d4319354dcd0917636154a6d866c51e8d21b1b1462df5c177e2e94511ca60054dbe2f137b647312874dcfad8548fd92778507cf526a12b1e7b
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.8-2~deb12u1+apertis0bv2024dev3b1
Depends: libdbus-1-3 (= 1.14.8-2~deb12u1+apertis0bv2024dev3b1)
Filename: pool/target/d/dbus/libdbus-1-3-dbgsym_1.14.8-2~deb12u1+apertis0bv2024dev3b1_arm64.deb
Size: 385016
MD5sum: 50569e4617997a2465d5455fe7713d0a
SHA1: 74fef915c8d003c49fb90c0b518577fc838297b6
SHA256: 527b7db7e3e6d28b1bd41366d53205d1f099e4878aa59915df6fd0abdf3469fa
SHA512: ebfa55d4dc4a642484b13282cee63fca116cb91f85fc316af58633b48f77c1a951fc4c68c869dc993f09de36d094191333c8512d34386f187d8cd1cf6a9156b9
Description: debug symbols for libdbus-1-3
Auto-Built-Package: debug-symbols
Build-Ids: 511a8942ecdc922c8aa8e104024b9b01c68de9c1
Multi-Arch: same

Package: libdbus-1-dev
Priority: optional
Section: libdevel
Installed-Size: 1034
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dbus
Version: 1.14.8-2~deb12u1+apertis0bv2024dev3b1
Depends: libdbus-1-3 (= 1.14.8-2~deb12u1+apertis0bv2024dev3b1), pkg-config, xml-core (>= 0.14)
Filename: pool/target/d/dbus/libdbus-1-dev_1.14.8-2~deb12u1+apertis0bv2024dev3b1_arm64.deb
Size: 244484
MD5sum: 70803fec3a3ef8ef034fcf4bb8b52907
SHA1: f130b94c87a4372111a0c336572bfb309cbc2e67
SHA256: 1c5d1138c141a432b578a0bb4371891fc29c2d9fb4baafca91a9cf4bd875fa9d
SHA512: 134a6622570023546842809129abecd06fa05a164a44ae3ceb7e46b4641f5f5b803a76a5c74328c8f403e3c8ff94d85e98164595dca8385c8ca78a7f7ee94bce
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: 229
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dbus-glib
Version: 0.112-3+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 57284
MD5sum: d0fdd5fb5a25749e885861e239fc5372
SHA1: a30972a498bee8ce10a49805766151e95fa2731f
SHA256: faaec7127e6339f7b5e660ddaeb7133fcb67828218ee9e7120b8c36cfab1de55
SHA512: 79c017be57c4a9b5fcf3c5a9834d078b0891653841c31baf92490b99c8d48fa39fcb2137b8ef842df1340c52b0651b274a93f8a16d5a82cbb06627d78ce9788f
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+apertis1bv2024dev3b1
Depends: libdbus-glib-1-2 (= 0.112-3+apertis1bv2024dev3b1)
Filename: pool/target/d/dbus-glib/libdbus-glib-1-2-dbgsym_0.112-3+apertis1bv2024dev3b1_arm64.deb
Size: 178708
MD5sum: 460fb2790e54879ee815690e4321d0a0
SHA1: d05962375126d1301227aecbbb2c6e4e616d4005
SHA256: 1d387630ad38a65edd3280e5d34968f8d02cb9360019b2e16cee530198b31357
SHA512: 03281c16b3339e3241ac620d9cd9ffb4de17bff2babbc08ec9165d13ced81f64e4cdf289bff4f82beb16d51957adbbeb467d5190728b9add8b67fbdaf087fa82
Description: debug symbols for libdbus-glib-1-2
Auto-Built-Package: debug-symbols
Build-Ids: 2d8de373687f07707b39a5fb75f7af46e741f652
Multi-Arch: same

Package: libdbus-glib-1-dev
Priority: optional
Section: oldlibs
Installed-Size: 408
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dbus-glib
Version: 0.112-3+apertis1bv2024dev3b1
Depends: libdbus-1-dev, libdbus-glib-1-2 (= 0.112-3+apertis1bv2024dev3b1), libdbus-glib-1-dev-bin (= 0.112-3+apertis1bv2024dev3b1), libglib2.0-dev
Filename: pool/target/d/dbus-glib/libdbus-glib-1-dev_0.112-3+apertis1bv2024dev3b1_arm64.deb
Size: 73172
MD5sum: 4da9321ffc1ced38ea7947391f0491dc
SHA1: cfa6120a3c563296ab100ec732c6ee96d99adb87
SHA256: 053ada31687b12167b309c33ee2c97a1243ad8b464364758d9f8c847d2013763
SHA512: 8613c11960f96c44a192018365852eb98602821c5cace2f986572d977335643b46defa773f4a66d0696050d0cd8bd00352473eb116f9a0b94f2bd993839cc420
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: 163
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dbus-glib
Version: 0.112-3+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 40348
MD5sum: 549e6b74577081c63e84f05ddb3a220f
SHA1: 2b4a24250532e9599fbfaef6a7f6ed7ddf4dc656
SHA256: e2ac20b57507d6202331981331b295b5d66506184606b0b81245630d12112004
SHA512: f0f1f481f3cc768a85be41cde7e6f8d6d0c8ca128693923277e9fb525e8c281bd2e4e13f8826479c84958361c198b2af38e2001c0a51e1f3d05dde1b2400c467
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+apertis1bv2024dev3b1
Depends: libdbus-glib-1-dev-bin (= 0.112-3+apertis1bv2024dev3b1)
Filename: pool/target/d/dbus-glib/libdbus-glib-1-dev-bin-dbgsym_0.112-3+apertis1bv2024dev3b1_arm64.deb
Size: 103348
MD5sum: a8a4189d6efc76d2c00064893be6d151
SHA1: bbbe9295c423a3cb939c45fc041ddc92a80e9d92
SHA256: 0fa403013c1e0c6544d8e1975a5eed68a0746fa89b7e11fd9def38b6fe5fdc36
SHA512: 947ae9ff78215eb7ff48fb3db43f2d80a7cd6f6e77f9643791c3653b7a54aad9187a90f4132c22384bfd9dc319245ac830170c598a1e6de9ed62fbafe4cc3257
Description: debug symbols for libdbus-glib-1-dev-bin
Auto-Built-Package: debug-symbols
Build-Ids: 96fac3ebd4d736a4b4d1cc703246987987d879ac

Package: libdbus-glib-1-doc
Priority: optional
Section: doc
Installed-Size: 508
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: all
Source: dbus-glib
Version: 0.112-3+apertis1bv2024dev3b1
Depends: lynx | www-browser
Suggests: devhelp
Filename: pool/target/d/dbus-glib/libdbus-glib-1-doc_0.112-3+apertis1bv2024dev3b1_all.deb
Size: 55768
MD5sum: 0c7527f13482fca19ab7008352528f35
SHA1: f81a3f48e04c684166430b65729da83b3112ab96
SHA256: 853fb9c034230f30da8fc4b6fb9b15d88ed10028965f1592f5b074a6f5c61b6a
SHA512: 208cfae9ee2e583a70fc04eb8f6ed58752b81d82cea4d3f48cf347d6b2183f6834a24af0d2349c3dddcb097abe1d4eb31e13ea86ba61edb1570f5a5ef72f0eea
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+apertis1bv2024dev3b1
Depends: libdeflate0 (= 1.14-1+apertis1bv2024dev3b1)
Filename: pool/target/libd/libdeflate/libdeflate-dev_1.14-1+apertis1bv2024dev3b1_arm64.deb
Size: 49944
MD5sum: ce77f40df2470692771848cacabb8363
SHA1: aabbb8af106f52fcf366d1cdf6a82906678f195f
SHA256: 22184b9b9a69c487670468e01a36194c77145f5d8ed1f045ccc7b3a1aafc14da
SHA512: 9078bf7bcdec746fa5893087a9daa57e7d3b808169de3681b81b85e17a109f24017b2883ec55848fccd1c3eb18fd716cf66550b15214c134f0734cb89e53aef6
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+apertis1bv2024dev3b1
Depends: libdeflate0 (= 1.14-1+apertis1bv2024dev3b1), libc6 (>= 2.34)
Filename: pool/target/libd/libdeflate/libdeflate-tools_1.14-1+apertis1bv2024dev3b1_arm64.deb
Size: 48328
MD5sum: 076f549314fd84bffd4a8e7b4730cb17
SHA1: 1f6af1b529458cd772f2dee976a22f346ece0b45
SHA256: 2c286f5eab8238b29e6362b337a86f561fae56dfd52d1d12ff3df0c54d2e7fea
SHA512: 171f67115607ab5e3463dbdd2b0f96be538b5f4044c55757f9575070a10afbad773a3459d9de52c70efd0817c46d0caded69c61443d65854870ddb832cd719b3
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+apertis1bv2024dev3b1
Depends: libdeflate-tools (= 1.14-1+apertis1bv2024dev3b1)
Filename: pool/target/libd/libdeflate/libdeflate-tools-dbgsym_1.14-1+apertis1bv2024dev3b1_arm64.deb
Size: 155692
MD5sum: 9be1ff5d311efe98613d2653f04a5e94
SHA1: 394acf140c4076e181afc598e1360ee038595f55
SHA256: 8c97a4d3c7feb8bb6aec33e3746000ed634c3422d25b04f6f1341c9ef99e9d74
SHA512: 91c83c8437eb0a21e8c187fa73f1c20f8511a6ca67a787318fefb1a6f4514ae3240d3956a4e4dc0e122d6e66fb74082457c083b698d82303d8a0117cda3cdadd
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+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/libd/libdeflate/libdeflate0_1.14-1+apertis1bv2024dev3b1_arm64.deb
Size: 54556
MD5sum: 7e72d6eb5baa7bbc66a09053a0b62c7c
SHA1: 85e97a2a0f26ab53f8d32af6f61c7dda670ccc61
SHA256: ccc53c95733dabd46dfe6a85f3eb09be276ca776df2a534648db11825aea1553
SHA512: 14866a904673c15ca65d023bb995b5b738298b3389c6915c82507c918b32edbeb003990325a2381c8c135c6b2c7d8bfe735f89eb2e21980801f9e9dd502aa836
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+apertis1bv2024dev3b1
Depends: libdeflate0 (= 1.14-1+apertis1bv2024dev3b1)
Filename: pool/target/libd/libdeflate/libdeflate0-dbgsym_1.14-1+apertis1bv2024dev3b1_arm64.deb
Size: 184208
MD5sum: 5f693d2de5a3a0b6280894047a0a71a6
SHA1: b7de2f05bb5dbbcbc107f6c75bddbd5d89660765
SHA256: 92e1cae7312a2b399456af573ee3e70c46308c3daf5158d7231268148058d8d1
SHA512: 2b996931126ce60dcafc68ea9075edaf93909ce27b4f267075b9d6acf275499886f3ebf5f7a45e17b9b4d7eb04267786e75c7078128848bf362bbe749791a520
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+apertis2bv2024dev3b1)
Version: 2:1.02.185-2+apertis2bv2024dev3b1
Depends: libdevmapper1.02.1 (= 2:1.02.185-2+apertis2bv2024dev3b1), libdevmapper-event1.02.1 (= 2:1.02.185-2+apertis2bv2024dev3b1), libudev-dev, libselinux1-dev
Filename: pool/target/l/lvm2/libdevmapper-dev_1.02.185-2+apertis2bv2024dev3b1_arm64.deb
Size: 45324
MD5sum: 23df21a20aa5a12335e997b6be664333
SHA1: 4ed5c37d18722a20dc71f8dc828d52e9b7c8ec8c
SHA256: f031fbbc68147d4bbd4547e488ad3a4ef69ca66025841bc35f6feab655ee0136
SHA512: bb91152d1a1e3669616b400bbf35d383f99e4d038142d1bd6d5cef07f2d58e2322e885045bcb2a8b54e66da33c6c849173d586af13f0ff03d5f7de7f2dc4cfc7
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+apertis2bv2024dev3b1)
Version: 2:1.02.185-2+apertis2bv2024dev3b1
Depends: libc6 (>= 2.33), libdevmapper1.02.1 (>= 2:1.02.97)
Filename: pool/target/l/lvm2/libdevmapper-event1.02.1_1.02.185-2+apertis2bv2024dev3b1_arm64.deb
Size: 15640
MD5sum: 2d1d521647342aaac1f8b33c20f57af2
SHA1: 204702069cd98c933ee1911f1379e869eecc1c79
SHA256: 6682bdf68cb7391168d344a7150ad7ae6cfe36c1f8e84e0d3904dd823a1aaccd
SHA512: a054e0308b0e2d773a19440a91846557bd74ffc58017ff02351c534bff7869b90648dec7d035e2aa577122160c1cec8babbbdc221b043f65ebac222d14d74bd6
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+apertis2bv2024dev3b1)
Version: 2:1.02.185-2+apertis2bv2024dev3b1
Depends: libdevmapper-event1.02.1 (= 2:1.02.185-2+apertis2bv2024dev3b1)
Filename: pool/target/l/lvm2/libdevmapper-event1.02.1-dbgsym_1.02.185-2+apertis2bv2024dev3b1_arm64.deb
Size: 12644
MD5sum: 6a37a1a16d99fc0112800c90ef5caa70
SHA1: f55128972549aba0e2a4c10cda084e8b0dac6575
SHA256: f195b39de67223de37a67710ac2c98f3d1ddfee22a9164dd790db3273ca4625c
SHA512: 9af09a48c200e153beb5780cc872ba432039b88705cbfcdda02a393a155455105b1d4606e8aa4c52544342a33e4ac4d2fc37e9cf8fa40fa2e8a0c3e9b25a6d86
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+apertis2bv2024dev3b1)
Version: 2:1.02.185-2+apertis2bv2024dev3b1
Depends: libc6 (>= 2.33), libselinux1 (>= 3.1~), libudev1 (>= 183), dmsetup (>= 2:1.02.185-2+apertis2bv2024dev3b1~)
Filename: pool/target/l/lvm2/libdevmapper1.02.1_1.02.185-2+apertis2bv2024dev3b1_arm64.deb
Size: 119000
MD5sum: dbb4a46f0a4aef3ad0f64b298e2d6810
SHA1: e112bf5467e9aca22374c078a0a68009cd3a07e8
SHA256: eb7bed2347230a94d905c640be5ed04468e4598af5477b4b1fedc5d9bda6125c
SHA512: e2d34adcde37378ade8c77d2a245995d4bdb315da9472eedd4d2241ca1e5c8d0393b6f8712df542193aa5a4358f71edbeffd297f59d93952b6168906d78d7f0e
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+apertis2bv2024dev3b1)
Version: 2:1.02.185-2+apertis2bv2024dev3b1
Depends: libdevmapper1.02.1 (= 2:1.02.185-2+apertis2bv2024dev3b1)
Filename: pool/target/l/lvm2/libdevmapper1.02.1-dbgsym_1.02.185-2+apertis2bv2024dev3b1_arm64.deb
Size: 124220
MD5sum: 3bac99cb2ef3d8ceecbb2bfec7bee4a3
SHA1: b97708d2219309617ac99bbe2749a569e2351d7e
SHA256: 4350bd5cd4d35aaf144186c43ba08d1787eadd2339d0727473c54ed72287d6ed
SHA512: b22763bfa9acad130bf878b0e8a6bcf08f5a3d5e18735b29897e88e171cf5a62a186662d3ff2f81460100a804d7799b7493a592d48bc2135482ff741f6400b3c
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: 100
Maintainer: Apertis packagers <packages@lists.apertis.org>
Architecture: arm64
Source: didcot
Version: 0.2024.2bv2024dev3b1
Replaces: didcot (<< 0.2024.2bv2024dev3b1)
Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.37.3)
Breaks: didcot (<< 0.2024.2bv2024dev3b1)
Filename: pool/target/d/didcot/libdidcot-0-1_0.2024.2bv2024dev3b1_arm64.deb
Size: 14616
MD5sum: 7508e795de51ff7a4b21ab8aaf47cb65
SHA1: 513d6c346d4149a6721bee0bfaaa8e176ecd20a8
SHA256: 12f02463b36dd398787495bc6ad1f8f8d81bc9d88860b72154ba12df0897f240
SHA512: 454bad134d6bebf5e0b98d881c7b5127b8b2da2b57fbdc903793d41387caa8da965a6d6b999b45c24e88fca242c521884814327552d46641db0cecee06b024ab
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.2bv2024dev3b1
Replaces: didcot-dbg (<< 0.1703.0-0co2~)
Depends: libdidcot-0-1 (= 0.2024.2bv2024dev3b1)
Breaks: didcot-dbg (<< 0.1703.0-0co2~)
Filename: pool/target/d/didcot/libdidcot-0-1-dbgsym_0.2024.2bv2024dev3b1_arm64.deb
Size: 22688
MD5sum: 14e32a58802e4de10dddbcbf20af2264
SHA1: 356dbceff6dc0fd42e8ff2c7b1e9c0da876a5783
SHA256: d0eea9b8ca841f866324165e2634e89aa75e015146f25436e3ed4c8fd4d600ee
SHA512: d8b5e27a19b2cc876f8755577c04552c684b3e9b80a98803c0f7d7a369952e16b4fd370b679fb71d46adb1d32b08afa221138bf0e4f74d056bc836704cbadeac
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.2bv2024dev3b1
Depends: gir1.2-didcot-0 (= 0.2024.2bv2024dev3b1), libdidcot-0-1 (= 0.2024.2bv2024dev3b1), libglib2.0-dev
Recommends: didcot-doc
Breaks: didcot-dev (<< 0.2024.2bv2024dev3b1)
Filename: pool/target/d/didcot/libdidcot-0-dev_0.2024.2bv2024dev3b1_arm64.deb
Size: 18836
MD5sum: daad484633f399546b3f0838f822be16
SHA1: c4ac4951c86020ba1f4345bd9a6a25ea1e1c4000
SHA256: 5693933cf886bc61e135b1ed6aae428147d1d94b842d1858d231b8338626dbee
SHA512: f263b2fb610fcaec9444c2f640e26345dd1a878c56b11890582a50caeaae2334b88a82794f3e4a888841af34d955225db9f686c03a86e9a808500687f3440116
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: 932
Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
Architecture: arm64
Source: dpkg
Version: 1.21.22+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 363704
MD5sum: 318f4d0cbb5e3ab9bec7d3459165dade
SHA1: 8c9297507dad35f8e62ed223347100d31e43b5b1
SHA256: 194ea6372e18e732ef45dbff3246b8a2261bff0827f9442fa5202ff4fe98f816
SHA512: 9b056f0f2ab505beb841879a329fd913e14a445248865d8834ca4c0cbc9695b89594eb779db1a5ce7e00f5e97e300dec16bbae986971503cf9eb48e9bf4e9e69
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: 1994
Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
Architecture: all
Source: dpkg
Version: 1.21.22+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_all.deb
Size: 610560
MD5sum: b2e7b2714da0d133f5131b40926d0706
SHA1: fd94aba84c30a4acb024cb4a633ab814ffdd0044
SHA256: 395f31177b8ac62ef3e89b38021081cccc0a656438f78d574fe826c17128344c
SHA512: 5118c2a6767ea48ceab28c042c41fe509f365560bd070177457155d8e7283f69b484ac5883ecc7d429e08d2590e7f545d37f218939dc78a567c0ae68d9e6b81a
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+apertis2bv2024dev3b1
Depends: libc6 (>= 2.29)
Filename: pool/target/d/duktape/libduktape207_2.7.0-2+apertis2bv2024dev3b1_arm64.deb
Size: 125216
MD5sum: a616dbcf99dfe7d4e864de31db64ff5b
SHA1: 119ac6492a2fd6ad94c547c74ef3ac731e915ace
SHA256: 36f281e05ab6d4a576c9f27fd1af506b15de6361c61344bcdd8b890d6df99eb3
SHA512: 125aaabe78c16332515740962876ec04923e4fecaa5562f16c0eadf6239ceaba1cdbea484c6db5ef9fb5b87a16771bfe1b250c6bb4f940542111a68e0a33ba09
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+apertis2bv2024dev3b1
Depends: libduktape207 (= 2.7.0-2+apertis2bv2024dev3b1)
Filename: pool/target/d/duktape/libduktape207-dbgsym_2.7.0-2+apertis2bv2024dev3b1_arm64.deb
Size: 526316
MD5sum: ad239fcd824283cf707cdb927a75e3d1
SHA1: 837b503fbd87560d6dac718f381b27c0e3e1f90c
SHA256: 6672893298936c30b89b8171aee0f1173d867d99a67e02ddb3ccc890a246ca8b
SHA512: a3e7b401c415854d8bf167ebe098011bdc1cc04eab9dc339649d26d49ebbdd4867d43c9152f0d76e3c885e0deb11182ffe187151700be82d0157267a51ff33e7
Description: debug symbols for libduktape207
Auto-Built-Package: debug-symbols
Build-Ids: 40836eabd5521a7e2c4e6b36408b5ec85bf7a7ef
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+apertis2bv2024dev3b1
Depends: libedit2 (= 3.1-20221030-2+apertis2bv2024dev3b1), libbsd-dev (>= 0.1.3), libncurses-dev | libtinfo-dev
Filename: pool/target/libe/libedit/libedit-dev_3.1-20221030-2+apertis2bv2024dev3b1_arm64.deb
Size: 114132
MD5sum: 537a9e156e9d55b3832603e882d0d720
SHA1: 94098e5463243c3899899ea6a9c7e0b6d8d3d3ed
SHA256: eafdf927d0d8714bb0b5b28f73f094515718cc993b2aeed82c4198503791efdf
SHA512: fcc04576143fc87e7a6418d2cffda2a7b59382bd26fc8f2ebf15aad3bbd3844085184b6732b24dac610a75f2eab51b8ed4ad8036155b77db190c7cf36570bfaf
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 90656
MD5sum: 4347c77aa79b8dadfd696e2a8812e5d8
SHA1: 1c68120444294e8250acac21ef9574d7f074f1b6
SHA256: d31e8beff9fd8b40eecf1f2765c57a3f9d055cff79dd6a97db993926c1fcafe7
SHA512: 98d25fcfcd3c9fb41f46608718861124b1c32da03eeea85dd37ae13952698f861dce712fe3b8f36d12e9e14d99096c693ceb30424517b4124226680fe2fe2aa7
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+apertis2bv2024dev3b1
Depends: libedit2 (= 3.1-20221030-2+apertis2bv2024dev3b1)
Filename: pool/target/libe/libedit/libedit2-dbgsym_3.1-20221030-2+apertis2bv2024dev3b1_arm64.deb
Size: 187952
MD5sum: 09661c1ce19e7b2705bb3959e8efa7d4
SHA1: 401f424d60787d51bdd512345272a7376151dbdd
SHA256: 8d75bb63f60bef0f753d152b0e696e35c976acb5ac64e483e7eb8821219746ba
SHA512: 02ebb51edf7a2f9a033eeeb0bd43e90748906e807576f71f28933b2f4def24354f0618e754a93de74c7d4fc530be6bfd3e3af9ba8a6218e6e0ea1cccf1017210
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+apertis2bv2024dev3b1
Depends: libedit-dev
Conflicts: libreadline-dev, libreadline-gplv2-dev, libreadline5-dev
Filename: pool/target/libe/libedit/libeditreadline-dev_3.1-20221030-2+apertis2bv2024dev3b1_arm64.deb
Size: 9352
MD5sum: 70005c32c47f9ef6b77d8bb81674f79c
SHA1: 5615a244ec9c1e6185b010c971048f7b972a58dc
SHA256: 54e689e7ba1af1d41049c781271bb8d750cc6429c08201be6cc63e95769483a3
SHA512: 799ad7072e61b4decc954019cd68094ab0680d59fd52c562aa9dadcf51a2636c6def74b7870afec28c3a8ac3188096ba875e77f480e47671117f7295ea9480a3
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: 29
Maintainer: Debian UEFI Maintainers <debian-efi@lists.debian.org>
Architecture: arm64
Source: efivar
Version: 37-6+apertis2bv2024dev3b1
Replaces: libefivar-dev (<< 27-1)
Depends: libefiboot1 (= 37-6+apertis2bv2024dev3b1)
Conflicts: libefivar-dev (<< 27-1)
Filename: pool/target/e/efivar/libefiboot-dev_37-6+apertis2bv2024dev3b1_arm64.deb
Size: 5196
MD5sum: 49ad459f1498b347a9d81de3b907183e
SHA1: ff4bae7892e338b3f3ae0995a4771ac5af409b34
SHA256: f46ee89c4d46ab1f64ac7fd3106a0443b5b36b14c41e54eee0aaf4d446b2966b
SHA512: b70981d558259e2d9cdac5fc60c911ccd2b081e0e004149473accf80544b2f4391c6506a2157edfb590d995a86b0b3bb498bd684bdb8210ee63dc0de370de38a
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: 151
Maintainer: Debian UEFI Maintainers <debian-efi@lists.debian.org>
Architecture: arm64
Source: efivar
Version: 37-6+apertis2bv2024dev3b1
Depends: libc6 (>= 2.33), libefivar1 (>= 37)
Breaks: efibootmgr (<< 0.12-2)
Filename: pool/target/e/efivar/libefiboot1_37-6+apertis2bv2024dev3b1_arm64.deb
Size: 37316
MD5sum: b3717e8d2b0aeebf7d2ac4363fd1c0bc
SHA1: 667d1751fb4484728928cb89ff65af54a0ae8fa1
SHA256: b5a4c5f92c961b25c3c6ac4452651063feea7343dcecb1c92ab0f095cf4c7ab1
SHA512: 02750f433d06cd3d424acb9e4fee235de3d928188f79fe42002ce37da61c7cfac608ea4bfbdbb1d550284e7ffb0b4572b42d6f8ff7919f05e46c37789164ca5c
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+apertis2bv2024dev3b1
Depends: libefiboot1 (= 37-6+apertis2bv2024dev3b1)
Filename: pool/target/e/efivar/libefiboot1-dbgsym_37-6+apertis2bv2024dev3b1_arm64.deb
Size: 138888
MD5sum: 78a7b9f97dfa6fc7678a786456adc5c9
SHA1: 60c4d9dbe42970363ea2cabdba0a7cc137c87cd1
SHA256: ad04da1d78ed08368b1cf6a3a4eb782ba0eb80ded12dd55e6df729de6b59a8bc
SHA512: 87f2c2c73cc8a178bb655afb73e30111964e4445dd09d03dc48aca57a0ae0451d7845a8790917facf6dda4e45f26c146ccfb4da9e55a0b36d86bf454351736db
Description: debug symbols for libefiboot1
Auto-Built-Package: debug-symbols
Build-Ids: 3004ebad44766a8f109fb09e8725bf17d53ed690
Multi-Arch: same

Package: libefivar-dev
Priority: optional
Section: libdevel
Installed-Size: 104
Maintainer: Debian UEFI Maintainers <debian-efi@lists.debian.org>
Architecture: arm64
Source: efivar
Version: 37-6+apertis2bv2024dev3b1
Depends: libefivar1 (= 37-6+apertis2bv2024dev3b1)
Filename: pool/target/e/efivar/libefivar-dev_37-6+apertis2bv2024dev3b1_arm64.deb
Size: 17520
MD5sum: c45f3e1acab5dfd6c2361c2284403235
SHA1: 968874fde3076bcffcf761db3bfd4d61867315fe
SHA256: dd9db5d899449556cb170aeeb37dc7461592ce12e6c04a3718179a433b2902eb
SHA512: 656dff6453732a8fb1054d9cb61763f568c6c434d5292b9edc57d940bd88da75790d5bd4c21b23d3af449e55d7a61e6bb153cefb86eaef2a8c817cd13d596554
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: 187
Maintainer: Debian UEFI Maintainers <debian-efi@lists.debian.org>
Architecture: arm64
Source: efivar
Version: 37-6+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34)
Breaks: efibootmgr (<< 0.12-2)
Filename: pool/target/e/efivar/libefivar1_37-6+apertis2bv2024dev3b1_arm64.deb
Size: 43632
MD5sum: 899235c82cdeb07d7d3aa0a824ed90ba
SHA1: b8c5fd4a1084aa1e2b88857485c9283988a974e8
SHA256: c94db6a55b1313a59008fc40ccd568a0ac755949eccb36339736acd0ddd550f9
SHA512: 56747067aa92bd4161f72c9cd393b1c81a124550b128710509549a59174321c09852c3866b2a67ec8569a6272b7c11a1595260bdb87cdceab6b150aeb6fe7283
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+apertis2bv2024dev3b1
Depends: libefivar1 (= 37-6+apertis2bv2024dev3b1)
Filename: pool/target/e/efivar/libefivar1-dbgsym_37-6+apertis2bv2024dev3b1_arm64.deb
Size: 148628
MD5sum: 39f0eee81d523ae537ddcae473541825
SHA1: 99ca4a92629c38fc92e5537ef569694a32b9aafa
SHA256: ec7b1a7cfe4db643a48a1a7a30bd3ab1bc681ef9b9fb954a33302fed0ef681de
SHA512: 8c5aa097e58310aea8ce02f0124a8c8da8aed5818dfdc888095de725a74b8be6f5bfda8414e9dde51c5fab43c5c3b274752e8373e7cbc180508dc4190a86a395
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+apertis1bv2024dev3b1
Replaces: libegl1-mesa-dev (<< 19.3.0~rc6-1), libglvnd-dev (<< 1.3.0-1)
Depends: libegl1 (= 1.6.0-1+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 20680
MD5sum: af40c001d01dc2e52778b0f2f1e920f9
SHA1: bedecfea6573c01eee9d03a95ea987377e4c3542
SHA256: e89e1eae6336e2f8167ae9904ebe6eb18b634bbd5ff2fda680551b10894def92
SHA512: ee45ed8e904cbe3008f20b4dcc52689b57df3084fe2ef9c560e5e20ec941b73603d9ae1170271214a691d87739363674b024aff4c4cf29a0af93488d268a16a8
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: 391
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis2bv2024dev3b1
Provides: libegl-vendor
Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.109), libexpat1 (>= 2.0.1), libgbm1 (= 22.3.6-1+deb12u1+apertis2bv2024dev3b1), libglapi-mesa (= 22.3.6-1+deb12u1+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 127064
MD5sum: 566ffe9ca8a7caceb8cdf94ad1c12bf4
SHA1: 32c3aa1ea9deae2888dc46a52b3d1728b7b8b26d
SHA256: b3a1e8c86d783296ee472c20d35ad7caa88b500d751234ba9cd59d467e75ed9a
SHA512: 687dfadbb9ffbf702e3c9345941f5bb7878a7eefbdb57fe032a444d898f4d57743b1053181a166b4163c114c97191a3b2243159c3352a32030f86ad4a05a1d92
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+apertis2bv2024dev3b1
Depends: libegl-mesa0 (= 22.3.6-1+deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/m/mesa/libegl-mesa0-dbgsym_22.3.6-1+deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 476768
MD5sum: 6a46070c128e85ada8a05dd34fcd8717
SHA1: fe655a4296ad1036168cbb179a99ebf9527f5981
SHA256: 887b05aceff809fb2e03146df6b9a067f97e996ab90d25fe4a29396096d3d211
SHA512: 2c0c9f8eb663d292db9d7061f73c362de5701991ec1f2d412d3f96b8820ae2433566dae3245783a7867f4115da9f8a447f57fc71d74b44608b95188e89c42e37
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+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libglvnd0 (= 1.6.0-1+apertis1bv2024dev3b1), libegl-mesa0
Filename: pool/target/libg/libglvnd/libegl1_1.6.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 34940
MD5sum: 2790d3376b2dd0969c63d2c558e47e6c
SHA1: ff993a1e59b0a6195a12f47a13265c94c77296f2
SHA256: d8b888f56d26cba779125bc411663edb041c3ab57b9efb6684a371d1ef3923fb
SHA512: af4dc10b76d3303984b068e975c1ed64a059b8cbd2119b22e9b0b37296797b2ca491207b07d85a6c58ca41170c81dab90a494bb0145d24bb703189dce8ffb18c
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+apertis1bv2024dev3b1
Depends: libegl1 (= 1.6.0-1+apertis1bv2024dev3b1)
Filename: pool/target/libg/libglvnd/libegl1-dbgsym_1.6.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 103392
MD5sum: 3f843835b44b73d0567d49f3f9fd3a6b
SHA1: 5f1e66a5e3c289df847145decd22852071270394
SHA256: e68c3c743e586e8e6125b125d03eafc140b023c64ef91ff26fc8c18044608cc9
SHA512: 514c13b4f03aacded03b1239ba7391fb099d5f85ff92258e2ca93776cfb67312ec85b9382b3e137d981ca8c69d698374934518330256ae5999071c4a62c7825c
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: 53
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis2bv2024dev3b1
Depends: libegl1
Filename: pool/target/m/mesa/libegl1-mesa_22.3.6-1+deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 34508
MD5sum: 2ac835db9ead5d491d4b2b25872d4395
SHA1: 43962951ca4bd503c050c61e5b1c1bee9e86a66c
SHA256: 63fbf2438659bddd409505fd103fa6f0a31bbbc8fab9641c17ff9262344b5d54
SHA512: 6fe2f6544654efb0f8ef5166a10923a1330fbc0596830af91aabe8ff5a2ca1dfa687dac58a4f18aa112db27f5d19be8dad9f34f1ab1c3f21213838647e7209e8
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: 77
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis2bv2024dev3b1
Depends: libegl-dev, libglvnd-dev
Filename: pool/target/m/mesa/libegl1-mesa-dev_22.3.6-1+deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 38520
MD5sum: 660f481d995311644f27c1baa4f875e5
SHA1: 044bee0cae439cf8381480c758caed99ef5291b1
SHA256: a188c268a79a33238bb4199b3df4cdf300d5a1e3792e5584c2f561ce552eab55
SHA512: be5196ef98381ca21759bc5cd90fa2de3c44920c081e8447c51a1c8c56cfa1a589b6fbfc9690a6300c7926457430658747890bf39711d9febb8e3375369e198c
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: 8871
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: all
Source: eigen3
Version: 3.4.0-4+apertis1bv2024dev3b1
Depends: pkg-config
Suggests: libeigen3-doc, libmpfrc++-dev
Filename: pool/target/e/eigen3/libeigen3-dev_3.4.0-4+apertis1bv2024dev3b1_all.deb
Size: 1042496
MD5sum: d0d2ee0da305c59d32bd7913e0462bd4
SHA1: db2a8a20c7e46122177d6945871c87a1ba4811f4
SHA256: 77b3d20b0ef9f7ce0c5490ee727d0f7c59a2161645880c3530f24354fa3a0963
SHA512: 419ed7200bc9e0880d6bb2f34f1e157c1b9a6452ad86506c0acd08d97bc4be87175b82b23a15395481cafeddcfb533f8c335ada75e01b9afa393d7eff83ce674
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: 58426
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: all
Source: eigen3
Version: 3.4.0-4+apertis1bv2024dev3b1
Depends: libjs-jquery, libjs-mathjax, fonts-freefont-ttf
Suggests: libeigen3-dev
Filename: pool/target/e/eigen3/libeigen3-doc_3.4.0-4+apertis1bv2024dev3b1_all.deb
Size: 6870580
MD5sum: 5e77f46064eeade8dfe5fb33ac6b82de
SHA1: 4c52628210d68e4a33c842fcfa84989f31f3d6f1
SHA256: 474e864bf062deb5a31664be633d561b8b8fdc830fbaeaa4cc5f643cd95fd1b0
SHA512: b540e015ea069a5363914263918fb5c2908a3d571a375193d6fc7e35bafa82cf4c319771aea5ce03b23c4e30beb0ef300e6df2b6ac390d79a02e07dee0d44e54
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: 153
Maintainer: Debian OpenSC Maintainers <pkg-opensc-maint@lists.alioth.debian.org>
Architecture: arm64
Source: libp11
Version: 0.4.12-0.1+apertis2bv2024dev3b1
Depends: p11-kit, libc6 (>= 2.34), libssl3 (>= 3.0.0)
Filename: pool/target/libp/libp11/libengine-pkcs11-openssl_0.4.12-0.1+apertis2bv2024dev3b1_arm64.deb
Size: 34204
MD5sum: 72c64ff26ab00788bcb18e088ee7ac7e
SHA1: f59ff37d3b1722f32ce5b41afee0a2c714024af4
SHA256: 8c3ea81e24a9212487b67a96d9bdaed1e798f8d2f711bc8975f4d28d8f7d5a5a
SHA512: 03ae20d6ebbeb48179f75d0ba3e9d2af8d9b09669ae4ecd28a52764f0d17246e5d8179f23c02da172223f8b762c29105c70f606ca7881a867c6b6bbe735be460
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+apertis2bv2024dev3b1
Depends: libengine-pkcs11-openssl (= 0.4.12-0.1+apertis2bv2024dev3b1)
Filename: pool/target/libp/libp11/libengine-pkcs11-openssl-dbgsym_0.4.12-0.1+apertis2bv2024dev3b1_arm64.deb
Size: 94888
MD5sum: 3aa7f4879c07cd800e021fe1d45144cb
SHA1: 9c12d082619776267a5112447cbaf060efd72260
SHA256: ec1942402f01a5d734ad52732bacbb8453b7e0320518feedca2ff327df96eb41
SHA512: 63784f67e06aec4e2e7a37bfb89c59db1b79e70c28820042d4e96c2a5573037f95ad7937bde3e95697c582a692177ed650bfd005ce42c1b66e6245317c6b74ce
Description: debug symbols for libengine-pkcs11-openssl
Auto-Built-Package: debug-symbols
Build-Ids: 78a7a2bf3456a650918d17af229549078c1a342d
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+apertis2bv2024dev3b1
Depends: libegl-dev, libepoxy0 (= 1.5.10-1+apertis2bv2024dev3b1), libgl-dev
Filename: pool/target/libe/libepoxy/libepoxy-dev_1.5.10-1+apertis2bv2024dev3b1_arm64.deb
Size: 127120
MD5sum: 8258856fbedac04d31ccd3129a62267e
SHA1: 29e9da908e04e8f9dc446cdd6153f2ff0941ebe0
SHA256: 08493cad9f93366fad46ca16feb433ec76e741201e84fbc3a3fe1a44ff1f9170
SHA512: ef0442f81471fc15e3ccd250b02aacc08f7ab8817aa7b6104ef2161af7fd62118ed78101643a021b6f661621312ecae35b1af872f3b1628776880f9752bc8e5a
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+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/libe/libepoxy/libepoxy0_1.5.10-1+apertis2bv2024dev3b1_arm64.deb
Size: 198036
MD5sum: 455440ab0db928c2f61a8557fe6918a2
SHA1: 588f5d88dfbb29b0f9331ee66cca37de4b2765c9
SHA256: 93edc12e23d1226fb06ad7ef5cc7f46c638d674f6ad9fa94abe5ded378c322c1
SHA512: 561dc4430d191401717fd94e7fb6ea6239dc64ecd868112a24073715f0805a41fbd8f1e3fbc5edc76b22fd58ed1749b5af9dc31dc7d3e79eaa74ccd3e184e936
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+apertis2bv2024dev3b1
Depends: libepoxy0 (= 1.5.10-1+apertis2bv2024dev3b1)
Filename: pool/target/libe/libepoxy/libepoxy0-dbgsym_1.5.10-1+apertis2bv2024dev3b1_arm64.deb
Size: 947484
MD5sum: 3132f7271e33d091ae2e726c47021dfc
SHA1: 16ecd62390e51a1f3387dcb993e05135ba5a85d3
SHA256: 2e67484468e71a1c0d760f7d08ff164c416bdb646cefba7c9f669d0d7edfa249
SHA512: 30447f7cb6f9bce6b13aac7f6dc8da4248317856e90710c1c88a85172bc7d0a53e6c3f4f6c175212002f05aa3ee37ddfdcecfe5320f1a6dab75057cfb5013f6f
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: 294
Maintainer: Stephen Kitt <skitt@debian.org>
Architecture: arm64
Source: libevdev
Version: 1.13.0+dfsg-1+apertis1bv2024dev3b1
Depends: libevdev2 (= 1.13.0+dfsg-1+apertis1bv2024dev3b1)
Suggests: libevdev-doc
Filename: pool/target/libe/libevdev/libevdev-dev_1.13.0+dfsg-1+apertis1bv2024dev3b1_arm64.deb
Size: 50144
MD5sum: 8f9350b2c2a0a2494679ac35b5ac8f9e
SHA1: 764dc290dfa0cc8e1943e042f0025a1e87292c33
SHA256: adfad9817413fef7af599821abb9a3cfd0ce33d6ac6ce40b608696c57a6eeabb
SHA512: f1fb22c9db33bfc044142165a6174cdcf3a3062abd5f984c6131e49f4cd73e8f3886a8e72cd0744772b311c87c4d21cb613f53502f815795ccc464a68e6838b5
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: 1317
Maintainer: Stephen Kitt <skitt@debian.org>
Architecture: all
Source: libevdev
Version: 1.13.0+dfsg-1+apertis1bv2024dev3b1
Depends: libjs-bootstrap
Filename: pool/target/libe/libevdev/libevdev-doc_1.13.0+dfsg-1+apertis1bv2024dev3b1_all.deb
Size: 190344
MD5sum: b426e9cd91b407f936bc4263c89be059
SHA1: 0ae33454aac1152a883b6b0f1b298251439715cf
SHA256: 25cd4254b19dbae029ee1aaa3f9aab78aa38fe15da6f9a5cabd91222f6daf88a
SHA512: 1e706e54663727ac4fafb45575dffa5bd09b795522cc7a861302d586eee21ea14d3512dcc221f2c1a44bb7f9ce18bfa1189c3c3a4b2b4a1f08277ad573de597d
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: 225
Maintainer: Stephen Kitt <skitt@debian.org>
Architecture: arm64
Source: libevdev
Version: 1.13.0+dfsg-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libevdev2 (>= 0.9.1)
Filename: pool/target/libe/libevdev/libevdev-tools_1.13.0+dfsg-1+apertis1bv2024dev3b1_arm64.deb
Size: 16996
MD5sum: b7bebdd009b876707c368e2f8e2575cf
SHA1: 3148c7ac01f115be0767df1fa5a56d2295475c86
SHA256: fe25ef6574012a61e0599cea235a8359df3a0b281939ca3197d068cf3394f0c2
SHA512: a9d51ff4361046b4bc7b5ce270c026b932b62a9b5b7087bd6f5873ca2abb2e885a9307f160bd9759edaf1454614ad9e5c31e247641ff5333ea0504da8a123f4f
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+apertis1bv2024dev3b1
Depends: libevdev-tools (= 1.13.0+dfsg-1+apertis1bv2024dev3b1)
Filename: pool/target/libe/libevdev/libevdev-tools-dbgsym_1.13.0+dfsg-1+apertis1bv2024dev3b1_arm64.deb
Size: 27584
MD5sum: 682688898fde1f0ffb917a325fd7c792
SHA1: 217eedcc373861afe895b6bc82a43d966ddf3792
SHA256: d5d764ec31041ebf0ad3b4fff17609f5d309a1ae0e107b7a2677cbfcb57230d4
SHA512: bbc77d13fcc779cd23dee598e7ef3ffddab9946225798a0b8fe957c32ed2a8ede3da579600fd0b02babeebfe6a31b726fa81309ab2d1f2cea884f62bc47d8200
Description: debug symbols for libevdev-tools
Auto-Built-Package: debug-symbols
Build-Ids: 29bfa95a873b321832e46650466856b6f8a9b002 6ee25b47119fdd83932ca9e6503177cc897af901 e7974033436fc8d2405259764c0b2e3be3fd453e

Package: libevdev2
Priority: optional
Section: libs
Installed-Size: 157
Maintainer: Stephen Kitt <skitt@debian.org>
Architecture: arm64
Source: libevdev
Version: 1.13.0+dfsg-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.33)
Filename: pool/target/libe/libevdev/libevdev2_1.13.0+dfsg-1+apertis1bv2024dev3b1_arm64.deb
Size: 30744
MD5sum: 64ffed2b750421bac3a13bc6ee57c8f9
SHA1: 3d0f6efbb728d2ad4e698426e6a2c4c76fc9b823
SHA256: 9d8cc93f08c6a4f4a5ef8ad192e70710917f8682b1c4deaee17635620e5fbde0
SHA512: 0e812d44526bf2441e7b6defd3dff1294d7676bd74b1379d077e821ba9ff0fb8274e6000fae3ef2f2480b33de4b8c81757ca109354f0153e0331bd3e193b57a5
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+apertis1bv2024dev3b1
Depends: libevdev2 (= 1.13.0+dfsg-1+apertis1bv2024dev3b1)
Filename: pool/target/libe/libevdev/libevdev2-dbgsym_1.13.0+dfsg-1+apertis1bv2024dev3b1_arm64.deb
Size: 53244
MD5sum: 2a64b0cdd893b40778d19b100e1f7f7d
SHA1: aa27d73cf246efbbc99b3019e5efd14b2b04cd5c
SHA256: 26f03000a94608ea868331618bfe7094ed582060065a1b99ab252d795c48bcf3
SHA512: 940b5d5ba5201e31d333aebb04aaa7455a8beb1d8e76114403bbce294a07dc97f0dfa3365fbbaa61e035270807773825c86a3bdc32ac90307abc636887539b20
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: 576
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: arm64
Source: libexif
Version: 0.6.24-1+apertis1bv2024dev3b1
Depends: libc6-dev, libexif12 (= 0.6.24-1+apertis1bv2024dev3b1)
Recommends: libexif-doc (= 0.6.24-1+apertis1bv2024dev3b1)
Filename: pool/target/libe/libexif/libexif-dev_0.6.24-1+apertis1bv2024dev3b1_arm64.deb
Size: 100948
MD5sum: 324e903347105545ba48425e8fd44624
SHA1: 20675c2d053a8703c374fa57753b6231417b921b
SHA256: 0ff9497f3fec01309571354ac7cdce30b872e7b2d3d0a97a2c379120fd41eede
SHA512: 305e495a331949e6205be812cc31a966f776b8ccd35b279c845ed4ab11a2181acf7f7c268eb1f90f25ee8ece54f6abda484a477ad2c1203a4af4be42f53a3664
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: 1522
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: all
Source: libexif
Version: 0.6.24-1+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_all.deb
Size: 325504
MD5sum: 2c4af4c52efbf464472ab83740b18069
SHA1: 1eb6717d8af7c42f710fca5a940986403070a85c
SHA256: b970826fdc0cdfa381972b47f3501fd0d54c099e0af0ca6d8a272634dd613c71
SHA512: 7dfc17a3d11319695d397d7721dd4b3c95c81cc598a034737fb1638daf5df13f537495429b7022bfe070c7f455277c56af6be859e49a33a3dda18cd9abb223f9
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: 2621
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: arm64
Source: libexif
Version: 0.6.24-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.29)
Filename: pool/target/libe/libexif/libexif12_0.6.24-1+apertis1bv2024dev3b1_arm64.deb
Size: 391884
MD5sum: 760dfbb5b3451388c1fb84a4866bf0a6
SHA1: 8ead330ac83d55b7f9829e564f9a49d7ec0ef8b9
SHA256: 8db3985e6ebfd7b6ceb33f369663abd8863e7452d9dd599cd4486fd29f9b4f2a
SHA512: 18ae0fcf1655be970595120fe33e60812af7f365b98749a0700b2534e7a08470ec23b4ea07f412edbb4280ceabc4199de8fabab4b0db598638a49e09f7d2df94
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+apertis1bv2024dev3b1
Depends: libexif12 (= 0.6.24-1+apertis1bv2024dev3b1)
Filename: pool/target/libe/libexif/libexif12-dbgsym_0.6.24-1+apertis1bv2024dev3b1_arm64.deb
Size: 134644
MD5sum: 50f4e67c4f9ac2d54034d0ee02fcac0c
SHA1: e64ff8eb7b2edeaacca7801f48b1c1e0458aeb47
SHA256: 68069c852803a2d29821ac8a2614db7150346a36ec40645bea71695c6f14f8d3
SHA512: 7b4df1417856274ad82536672596025e2646db7afe683b8a40d6ca210bd4525899774717ec1603290066612737bd1d5f5282b4ece288bab6cfd093f7a7b8ead7
Description: debug symbols for libexif12
Auto-Built-Package: debug-symbols
Build-Ids: 9c654e81ae77aab328377df841fbb375e17173cc
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+apertis1bv2024dev3b1
Depends: libc6 (>= 2.36)
Filename: pool/target/e/expat/libexpat1_2.5.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 88548
MD5sum: 0bbb31d8d0ef1e50055c7b36adc31513
SHA1: f2fb7ee86df2e418ce283c7ee7423a2f2c040f84
SHA256: cd2e94c86003f958a0da6b173efa51691c4d8974cff45000bcae41aa70856596
SHA512: 83c6948a986306ad7424611a772d945be6a519342b078c2b443f282dbf99f18d6435f1e07849d3e33c4cb93a9d6020324a55793174294348b6477536e66fa0db
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+apertis1bv2024dev3b1
Depends: libexpat1 (= 2.5.0-1+apertis1bv2024dev3b1)
Filename: pool/target/e/expat/libexpat1-dbgsym_2.5.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 309016
MD5sum: 05feaac875652e9781bc67d8978a188f
SHA1: ae1df4d63abf96251ee309d37fa9d1e68dc0a38d
SHA256: 5daa0feb0b5b03a63ea1d537306f14385276f75ef122dec10224b3a15f7b709f
SHA512: 7f49c5f4d3d8593fb207f5b9d26888d1a8b8fdd05f1670569d31c5d4b2c63c406f273659aa91acea9ca9b0b1535238007928681d1bf089803831d37f8403b68c
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+apertis1bv2024dev3b1
Provides: libexpat-dev
Depends: libexpat1 (= 2.5.0-1+apertis1bv2024dev3b1), libc6-dev | libc-dev
Conflicts: libexpat-dev
Filename: pool/target/e/expat/libexpat1-dev_2.5.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 138000
MD5sum: ff1b52fdda196143068e0870ac8e6605
SHA1: 200eb5db62f3b8ed4d6268e75fd5180f933396dd
SHA256: 882b33eaf2bfe168b6267fec15153a8c677e27ce659af31edb3536c6a4d8b752
SHA512: a0b1ce364c89967453ef74d3d51d35db75e92a80caf0b8b9792c1941c8ef57333cc2ac3cfef5e3988d3539e9edbcf6e56243230d9b222532186fc7430d2c803d
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+apertis1bv2024dev3b1
Depends: libffi8 (= 3.4.4-1+apertis1bv2024dev3b1)
Conflicts: libffi4-dev
Filename: pool/target/libf/libffi/libffi-dev_3.4.4-1+apertis1bv2024dev3b1_arm64.deb
Size: 56020
MD5sum: c2f51bf302dc6b11929b06cc9680d1a4
SHA1: 5f164d10f152ed3635b208832b9ac893f209e684
SHA256: 4092c7ea82dd9148ae3cb20fa9712e63f8bfff9e39392c98cb895c7a56821fbf
SHA512: 48fff7a0797dfc17d9c9b5e86e85594c6bc65de73e87281efd3072af1c1c60420caf67c7a0755535226953dae9fe2ca86ce6e0e0fba5fe822cc50cf89c6d6e8b
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+apertis1bv2024dev3b1
Replaces: libffi8ubuntu1 (<< 3.4.2-1)
Provides: libffi8ubuntu1 (= 3.4.4-1+apertis1bv2024dev3b1)
Depends: libc6 (>= 2.34)
Breaks: libffi8ubuntu1 (<< 3.4.2-1)
Filename: pool/target/libf/libffi/libffi8_3.4.4-1+apertis1bv2024dev3b1_arm64.deb
Size: 24000
MD5sum: 2cd867bec98cb044283d11f8b967bac1
SHA1: 817abdab0c31a4301a64cf3cc202d827cab54510
SHA256: bba4c0bb28f79c96f10bed84205b4e0433e4dbdb9fba8bb748a9d9d43d3278d5
SHA512: 04ecedcf54606043c86df015c7cccecb2f5460043ffe72b9f5b34177415ac84e9d72b81cceb63582859f41fdcb1bb0b8ac1e1367eb972e0b0b98edc0300c174e
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+apertis1bv2024dev3b1
Depends: libffi8 (= 3.4.4-1+apertis1bv2024dev3b1)
Filename: pool/target/libf/libffi/libffi8-dbgsym_3.4.4-1+apertis1bv2024dev3b1_arm64.deb
Size: 52520
MD5sum: 346666e07dd0db284b9024f82687a427
SHA1: 59269e05f93ee317645689b201134b30c46d3539
SHA256: 29b0342f271be3300d4f58e6644adb896f7f08d966fab06236a3ddcf139f2590
SHA512: ba9875d31548e7f15c65de499570b5278aac4df7a81b5bac35d30f957d98a50dfa7ff62a5934c4c0c551e77b81d2306803577ff817c39319d6a6f779f99c93ae
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: 250
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: fftw3
Version: 3.3.10-1+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 44220
MD5sum: 84b43f2720bc788cd977b3f4a731c500
SHA1: ccd9c3cc91239674fa52e702e69ff168d348fb6c
SHA256: 413a167d3ccdcb3ed64b8c051a6c9ec56c963fbf4edff612010951c3a49c5e00
SHA512: 504673bc97b022a4448e66714c9c0765c1f4eb5625ca195fcc76ce5b6edd3324abe03de70563df1f00e9e16bc2767b8061a1e3468053b0a3c20763204b9aeebb
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: 54
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: fftw3
Version: 3.3.10-1+apertis2bv2024dev3b1
Depends: libfftw3-bin (= 3.3.10-1+apertis2bv2024dev3b1)
Filename: pool/target/f/fftw3/libfftw3-bin-dbgsym_3.3.10-1+apertis2bv2024dev3b1_arm64.deb
Size: 5952
MD5sum: 2280332fb38e2b20c8e0c8f214cf73e2
SHA1: cc4941f60a8a67ea19ba5ff819ab629113697aa1
SHA256: 758d9da320a76100297435f399dd64b2f95ca032653d869d6ce387411594af04
SHA512: 6d7849a01acfa535fd6cfd5dd23f040e16ac6606e6002a591c9dcff57474269ca3abbff67e94dbef54df546b7e2958a37f1d057b2e0cfa531c571ea2ed969b02
Description: debug symbols for libfftw3-bin
Auto-Built-Package: debug-symbols
Build-Ids: d15f26320c8d1c0620ba4e51f349da34314c1d0e d67b6988dbb2dec0d709692f9fe1a339e2d89e3c dbee47e801137b93a71434ad98a8e27cf1ed0d04

Package: libfftw3-dev
Priority: optional
Section: libdevel
Installed-Size: 9085
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: fftw3
Version: 3.3.10-1+apertis2bv2024dev3b1
Depends: libfftw3-bin (= 3.3.10-1+apertis2bv2024dev3b1), libfftw3-double3 (= 3.3.10-1+apertis2bv2024dev3b1), libfftw3-long3 (= 3.3.10-1+apertis2bv2024dev3b1), libfftw3-single3 (= 3.3.10-1+apertis2bv2024dev3b1)
Suggests: libfftw3-doc
Filename: pool/target/f/fftw3/libfftw3-dev_3.3.10-1+apertis2bv2024dev3b1_arm64.deb
Size: 1203240
MD5sum: a633e9be3c70cb5d4fac12f7a7c0c31f
SHA1: 73fa555ab79c74bd3954127fde68c77d692265c8
SHA256: 3f26f03f500b6b4d9da45df643813816c4784a4052b772978814c3adc27fc36b
SHA512: be360672133e0aef8d1e5e66427a9c0e918951d02cffc4ff7ad905ec70b8eb5aa4721834f158c46076e51496045ceb6e6235d86aeca2e1ecd0ea30e0e7aac0eb
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: 1411
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: all
Source: fftw3
Version: 3.3.10-1+apertis2bv2024dev3b1
Suggests: libfftw3-dev
Filename: pool/target/f/fftw3/libfftw3-doc_3.3.10-1+apertis2bv2024dev3b1_all.deb
Size: 455256
MD5sum: dfadc7ba4c56c55511b8198d2a8e2db2
SHA1: ad3be09295ab8aeb6763d695de016fcae77f8e7c
SHA256: 26e97656fa51b8b38ba8104090219a53872cb79f77569cfd51c45c56d2473cbf
SHA512: 827eeec9bcb6b015955a7d0ad634e7152284b0177dbac8caaf4f311c8ce31f3e146ec085d85c57de9c1d1ef16181417ca2d0c2aba2dc2db6c8a66f8ba657f617
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: 871
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: fftw3
Version: 3.3.10-1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34)
Suggests: libfftw3-bin, libfftw3-dev
Filename: pool/target/f/fftw3/libfftw3-double3_3.3.10-1+apertis2bv2024dev3b1_arm64.deb
Size: 326316
MD5sum: 11bdb2f439ac5ad67ea2eff0eac465e4
SHA1: 6d66fcf34a1ae3bca3d0020b45901bcd4e3b1a73
SHA256: f75c75016dca4b09e36e1435714eaa7739b024944f1d4b718c22a2331a9b8635
SHA512: a45b4353c7f528f65863ea46292e9ed465593acd5d25642ee695046ea5db187512cbb5afed7fdb6844206067228a114ee3ab1bd397d5ca7d80a029b8c0f5f2ad
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+apertis2bv2024dev3b1
Depends: libfftw3-double3 (= 3.3.10-1+apertis2bv2024dev3b1)
Filename: pool/target/f/fftw3/libfftw3-double3-dbgsym_3.3.10-1+apertis2bv2024dev3b1_arm64.deb
Size: 19712
MD5sum: 4dc3cd43b4401e626f7b2effa2cb551e
SHA1: 3f8b7e0cbe642131f46e61f372a998c371a0763c
SHA256: a11770fd13e3e7c7b773f40764bdc0d54df499b07f797a35d3f7ea9c5bbb8868
SHA512: 521a53cf8ec288f094f1d7dc70e555e9cd58b2bdd59b33cdacae344eff171f4b5cd04fe52bcb0d7c6fca53665ca3767abec5c714780328618cf62922f59e2b10
Description: debug symbols for libfftw3-double3
Auto-Built-Package: debug-symbols
Build-Ids: 6a8935e6469fa351f75145248c6852a58439b756 d0827cb493596bed6d2696b0684afd54e10131df
Multi-Arch: same

Package: libfftw3-long3
Priority: optional
Section: libs
Installed-Size: 1895
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: fftw3
Version: 3.3.10-1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34)
Suggests: libfftw3-bin, libfftw3-dev
Filename: pool/target/f/fftw3/libfftw3-long3_3.3.10-1+apertis2bv2024dev3b1_arm64.deb
Size: 529324
MD5sum: 3266e1ac1b4bee409d64d311048e2e1f
SHA1: fddc31008998a0bf28f23bce7878a3870898ba8c
SHA256: 6f73a1d62834881100244c13d83bd670914d4ab81e07ab6748cf3425a0bd7c02
SHA512: 45c4fc557c2d717bb09aef5f3c3ecad872e122f2c78681c407e8d0d61203275845a74505e14f4d9dec3d577a4baa72878488b9b8a1ae372ba13a568cecb39ed9
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+apertis2bv2024dev3b1
Depends: libfftw3-long3 (= 3.3.10-1+apertis2bv2024dev3b1)
Filename: pool/target/f/fftw3/libfftw3-long3-dbgsym_3.3.10-1+apertis2bv2024dev3b1_arm64.deb
Size: 19984
MD5sum: a0f8b808f6f4fc45b55fac00aedc28bd
SHA1: 04b56725d2cd3c4c82cabfabcf88910dc47780b2
SHA256: 75f8d2fc2fcc67b25aac9f3b10205b717b06228ac4bc412f93ed6c203c364371
SHA512: 6576051f40f957dbdd25c578ea150bd2fa6fa38467d64d804d128beec5ba85a4eeb881bf6b7951a61d31387b2e89eaf7b10056681d28121a07c351e26a1dd725
Description: debug symbols for libfftw3-long3
Auto-Built-Package: debug-symbols
Build-Ids: 4bad84dc5ddf6555b7b528580ddd5b53b137a7e8 b001f768d9b2e042a96f90dbe44635e1c8a29fe0
Multi-Arch: same

Package: libfftw3-single3
Priority: optional
Section: libs
Installed-Size: 1319
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: fftw3
Version: 3.3.10-1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34)
Suggests: libfftw3-bin, libfftw3-dev
Filename: pool/target/f/fftw3/libfftw3-single3_3.3.10-1+apertis2bv2024dev3b1_arm64.deb
Size: 490432
MD5sum: 7a1cec115a2abdc91061c4e20cb136f9
SHA1: 4fe7d3f1911a3f58301dd3881e276d51fa8f5de2
SHA256: 570b2d8ad2fb4d5b0796caeea76d7e420305c27b358d0ab4305ffecec2cdf18f
SHA512: a928cbba56feb8fe2e7e4ef86d5333be46a8aaf7c5c9f421c3bc98bc4013c066e0df34db7cd4d5a91e9afd8de2950c43151903da508145b7761c8321c63be89a
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+apertis2bv2024dev3b1
Depends: libfftw3-single3 (= 3.3.10-1+apertis2bv2024dev3b1)
Filename: pool/target/f/fftw3/libfftw3-single3-dbgsym_3.3.10-1+apertis2bv2024dev3b1_arm64.deb
Size: 25520
MD5sum: 96de3572bd0e9f42fc1158d571f6415f
SHA1: d728b6a3b8ceb7393bf663ced0cb7cfa8fc01004
SHA256: cdeaacd518239fc02f257181113e5a09e0e9a07cc80c2e9ec85bd958dfd4b592
SHA512: 5889963c6e251ef1abd97a301614f4c4b57b4da2c3ecc8cdda06ac4334d3857fa5a3c238dc347ce11e0c66139683cc39480abe6dd2698c88a64e168b2c145231
Description: debug symbols for libfftw3-single3
Auto-Built-Package: debug-symbols
Build-Ids: 7273253466247172560c0f09ccb980fed8ac1b12 c89ac2edda650a214336272bd54e51aac4117f9e
Multi-Arch: same

Package: libflac++-dev
Priority: optional
Section: libdevel
Installed-Size: 289
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: flac
Version: 1.4.2+ds-2+apertis1bv2024dev3b1
Depends: libflac++10 (= 1.4.2+ds-2+apertis1bv2024dev3b1), libflac-dev
Filename: pool/target/f/flac/libflac++-dev_1.4.2+ds-2+apertis1bv2024dev3b1_arm64.deb
Size: 59040
MD5sum: a61841301811cc8360bd72abdf55ddf6
SHA1: 3e4d57e8b2c054ad5eeb79ffed930065f08564a7
SHA256: 730d13907e69fd1a1813f981082882de3e19e38629c6678fbfa2fee2b4b8a9a5
SHA512: 3285760181718f2fbde9e1d5fb4aa9cffb908fef580c32ffdee32903b14afa08b348e164933495fdb389f68234d93dc7b89affc5fb3c4d8ad5bc5943bbeca704
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: 204
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: flac
Version: 1.4.2+ds-2+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 53460
MD5sum: 1a35b33a07efb12cd50342b3dcf55987
SHA1: 637a7ec443ce03262ddaf5e76cce7e3137f2ae67
SHA256: ec12fa5aaee74521ed4df33f64c42c1a71f75cd4778d8aedc46e80791311edda
SHA512: 0fcf0273b09b5b409e8d0025b7f845384ebd2717d32229b18aac726d10c6fd479c4eafdf3de036d31573d1c86c5aaf00a491c1a5649b456f6febf8e648d64656
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+apertis1bv2024dev3b1
Depends: libflac++10 (= 1.4.2+ds-2+apertis1bv2024dev3b1)
Filename: pool/target/f/flac/libflac++10-dbgsym_1.4.2+ds-2+apertis1bv2024dev3b1_arm64.deb
Size: 97716
MD5sum: b49cd56becc9fca6a69c74d40e97a252
SHA1: 240df033cced70ae0c836b6eb959e5b45ce9a78a
SHA256: ce84215a406b561e5a2913298d260dc0d6c19c8fdb0763e361a96b4518154d7d
SHA512: a7bd40b4ca51f6d246b2854025278abdae6ef8e22a97b9664cbf8fd8a45e23ddd03a8bfc90255b4cc071383c848d27e48a9d21bcda7b48a6574a8db458d84141
Description: debug symbols for libflac++10
Auto-Built-Package: debug-symbols
Build-Ids: aa2c657a8a96dde51319c55762840526b708aa76
Multi-Arch: same

Package: libflac-dev
Priority: optional
Section: libdevel
Installed-Size: 829
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: flac
Version: 1.4.2+ds-2+apertis1bv2024dev3b1
Depends: libflac12 (= 1.4.2+ds-2+apertis1bv2024dev3b1), libogg-dev
Filename: pool/target/f/flac/libflac-dev_1.4.2+ds-2+apertis1bv2024dev3b1_arm64.deb
Size: 217188
MD5sum: f3c194a3ab5021f8893dcc542a15c3b4
SHA1: 3027fd5316ba5da93b7ac8fe343485b4324487a7
SHA256: de8b58306e9e3ce5dfd6aac03d6d7e86ace332b99fbc266b02b2bfa5e9d88827
SHA512: 89c8c245770c32ccb2b04df86bf6b1ab8bd7f36b5f87991dbd517a7f9b315f8979fa16daabdb913504341d3c70ebac0ba7980505c0ab11f59389f6f1dd93d0e4
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: 4965
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: all
Source: flac
Version: 1.4.2+ds-2+apertis1bv2024dev3b1
Recommends: doc-base
Suggests: libflac-dev
Filename: pool/target/f/flac/libflac-doc_1.4.2+ds-2+apertis1bv2024dev3b1_all.deb
Size: 383392
MD5sum: d2aecdbd7f5ca7639f63ee5dcbb926c0
SHA1: 4722b95505e3f413ed45914dae4dc3395290bf99
SHA256: 6b82eddaf4bf8ecb2ba191046cad6ff5869803d649dc80589adbea5d3e3d1110
SHA512: cc27696d4701e0a84db00ebc74ea00e2b950927c82111d9cab9f093ddc553a7983a4305c1d095f7db07effa8fc9332bf6d01c632b99199d8dcdb15c879a723e1
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: 387
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: flac
Version: 1.4.2+ds-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.33), libogg0 (>= 1.0rc3)
Filename: pool/target/f/flac/libflac12_1.4.2+ds-2+apertis1bv2024dev3b1_arm64.deb
Size: 164520
MD5sum: c3ee576446a581c1d9ece297240eb3a8
SHA1: 4fa6599871292f0491a4805dd35e40759f460533
SHA256: c104ed99729b74c8569090e1dc1edcffa59a6c1e7b345cdaa01510f0f9c4e4ae
SHA512: 971b96381f8b4beb95f8a507a5df1fe1270e2c64c5d3605a553e89b6c9b5f2c345732e4f3ff3978de971c12b9d33a3202da50499e5fe3aa9c55497e73cf8a261
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+apertis1bv2024dev3b1
Depends: libflac12 (= 1.4.2+ds-2+apertis1bv2024dev3b1)
Filename: pool/target/f/flac/libflac12-dbgsym_1.4.2+ds-2+apertis1bv2024dev3b1_arm64.deb
Size: 293332
MD5sum: b771cc969331aa4429bd7bf3af5ca765
SHA1: 6c664a1491e7ce696895613b5ea2489f1a119767
SHA256: 95408a364f7b6c7cfd01c682b5e911dbf1326e96b7699841e8c2f0fb99605d19
SHA512: a194d5592bfb1ce693506f27bc316dfdd0d79c7f57cbf45dff5b670c5444377600c7c3a88252fb8f19d72ff76823f521aacc94b53d68765ddbfe8d23669c5590
Description: debug symbols for libflac12
Auto-Built-Package: debug-symbols
Build-Ids: ca88f15d8c263827250a1eccc7ff0d5dc6c64c78
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+apertis1bv2024dev3b1
Depends: flatbuffers-compiler-dev (= 2.0.8+dfsg1-2+apertis1bv2024dev3b1), libflatbuffers2 (= 2.0.8+dfsg1-2+apertis1bv2024dev3b1)
Filename: pool/target/f/flatbuffers/libflatbuffers-dev_2.0.8+dfsg1-2+apertis1bv2024dev3b1_arm64.deb
Size: 256884
MD5sum: 5a6a6d6ca90ce8bd46efce6caee3a34e
SHA1: 95bef101f118d3aed1be89cf17b796d75b814ab2
SHA256: c9dd2d25c0aff37b135ceb2e935971fc0492bfaa37f55ca9ddda862fae2e2ebf
SHA512: a179dbd2902b8667cfc20820b7ecb4c9a1594068559ebd3ecafb3533452be4707e6814fac7c8f0613b4ea420320db025f55c15ad1cc1f613f44f096ca9187604
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: 618
Maintainer: Maximiliano Curia <maxy@debian.org>
Architecture: arm64
Source: flatbuffers
Version: 2.0.8+dfsg1-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Filename: pool/target/f/flatbuffers/libflatbuffers2_2.0.8+dfsg1-2+apertis1bv2024dev3b1_arm64.deb
Size: 163784
MD5sum: ecd0e725fdfea34aee8e5a55cd1788f7
SHA1: dde21cef87c61077e0fe2a21a323768db913e13c
SHA256: c5054f0d5fb8c6d367ac33568ad519cf135e6d1e84af529109a06cebf909ac13
SHA512: aaf81ae3a822c73bdba26255b6b0c8cb2d503e50c4b5c37435e5253ce648139ef80018ebb58db2b88db50f7fb2074f212de6ce35fb002fc51bbc76d5e4c02301
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+apertis1bv2024dev3b1
Depends: libflatbuffers2 (= 2.0.8+dfsg1-2+apertis1bv2024dev3b1)
Filename: pool/target/f/flatbuffers/libflatbuffers2-dbgsym_2.0.8+dfsg1-2+apertis1bv2024dev3b1_arm64.deb
Size: 2555560
MD5sum: 3a4e9c3a1b721dde1d8e43c7116cb74c
SHA1: 8a20d2ccf608eb7dae17d6094b177a484102680e
SHA256: 85d19b0ebb74d7773fb41be3aabfddcef99f917ba449ad42ba650eb3aea887ab
SHA512: d033e49998f1b181c29a7204391303ce95f9d72f78533affb09c53cbe3ce49f2e73eebd07066eb03ac85524a0dcddfaee5a7e610958cae15b5c373fbc7cd1ad3
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+apertis3bv2024dev3b1
Depends: gir1.2-glib-2.0, gir1.2-flatpak-1.0 (= 1.14.4-1+apertis3bv2024dev3b1), libflatpak0 (= 1.14.4-1+apertis3bv2024dev3b1), 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+apertis3bv2024dev3b1_arm64.deb
Size: 70612
MD5sum: 1b505e9a59f2aa6b4e3b1f70f076ebb6
SHA1: ca2e410b89636f58e341eddae37a4bd3fdc64595
SHA256: 15f4463a877f7d68c3d3597a8ee82ac78f074b6d66c5af81a360b52597af00d1
SHA512: 857da360a5dea2051c90e84e50af54cf048c5995d37515594a579ae64cb9290691eb68743ea423b56617b9943fd60bf2a41612fd595aea626212e734741cff9d
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+apertis3bv2024dev3b1
Suggests: devhelp
Filename: pool/target/f/flatpak/libflatpak-doc_1.14.4-1+apertis3bv2024dev3b1_all.deb
Size: 130736
MD5sum: 4e0a40d7108d588883835400314211e4
SHA1: 5901568f23f817f6f20feff1665634ff67dfbbe2
SHA256: 11c9926bee645f4178ccd3c05dc17ccb12a0e764be1e2ca325919d7f3365e49f
SHA512: 06d150b1913d7b8cf767e6230b80ef117bdbbf951bfbe483c3edd30daf989adbcbcf6c16e287699d106ea83960b289ac2bb0f5044a157da30a70b8ce54cfb951
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+apertis3bv2024dev3b1
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+apertis3bv2024dev3b1_arm64.deb
Size: 323884
MD5sum: 60436873bbbc794bbdcf0dfbb28d7048
SHA1: b31e514639d56c00e55f931b5c682b192c7f7bcf
SHA256: 1dfdcdb02bb4d528fd43d44dc563a67f94971c28a44a67ddd556781e0444e797
SHA512: bd041ffd955d36b4673a0f775e5d241026d1e656df305b72328d6e159cad904e9f5a4110ad00a0b8bc732e621cb3e8a5780ea6cbbc2decd03165f0ec59ee454c
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+apertis3bv2024dev3b1
Depends: libflatpak0 (= 1.14.4-1+apertis3bv2024dev3b1)
Filename: pool/target/f/flatpak/libflatpak0-dbgsym_1.14.4-1+apertis3bv2024dev3b1_arm64.deb
Size: 1515788
MD5sum: 360714d8dd2970c6fc9506fee803fc76
SHA1: 251fc9cc1998d00fec0cac5d6518ef91688e8be2
SHA256: 4556d59f75c1d908d53cd40ffabbb725c6aca23bbd949ddd2fa7abf900a0b3c8
SHA512: 2cbf6ef152f73e4228cf3d71141cb4c5a57c16eb7df224f571b29bc964273b9dcd83555e75d923a7d79a1d6e51935e37514eeeb9d4870a9c94ebcb42e0c00252
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: 632
Maintainer: Shengjing Zhu <zhsj@debian.org>
Architecture: arm64
Source: fmtlib
Version: 9.1.0+ds1-2+apertis1bv2024dev3b1
Depends: libfmt9 (= 9.1.0+ds1-2+apertis1bv2024dev3b1)
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+apertis1bv2024dev3b1_arm64.deb
Size: 169664
MD5sum: a712915ecb0d7aa7ce8f06d705ef3d78
SHA1: 4c5a8e12008ffb2fc69a0f8e755a831bb9ca9105
SHA256: eac8fe71687872afab71043c94399b927f1ddb0b0d317380f4ad41fac5d6f8cf
SHA512: 878e149884c38288f3f95fd769f7c270c8346c0d0c9beddf4e681bf765af29b053558e19c7a912f3bc490e5a05bfbb5d28d52cc67972526249a29911e147fa74
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: 729
Maintainer: Shengjing Zhu <zhsj@debian.org>
Architecture: all
Source: fmtlib
Version: 9.1.0+ds1-2+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_all.deb
Size: 134268
MD5sum: ef63825935f976c8e076a6e69699a1fa
SHA1: d625b1682e9569ab312909f399e73d65a4ee067a
SHA256: c54897725769ca789ba83a87810d97df2d5e3d6221a75f39b6b0628b40448abf
SHA512: 061771526282594573ab4f7604e020980444850ce4f3b5292380d6131c343afd1a628d66dab79d0ac8c12746dc1c804b0d0df6b16b98624bcbbc12d940118648
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: 216
Maintainer: Shengjing Zhu <zhsj@debian.org>
Architecture: arm64
Source: fmtlib
Version: 9.1.0+ds1-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.5), libstdc++6 (>= 11)
Filename: pool/target/f/fmtlib/libfmt9_9.1.0+ds1-2+apertis1bv2024dev3b1_arm64.deb
Size: 105444
MD5sum: e8f334ecbf3c296afe341bc165ea3ea4
SHA1: f8f86a5c0303eac79f329065cc933e2af1833974
SHA256: e773019ec11be94447eb96103aea9edefd41130603003b11387f088268a3b694
SHA512: e5eecc87c458b5cf819985734dea7f84dce47580ea6963ee65f66cd6e6d2a9cc9039343a2c5d31fdc7a59834562befbb97b163bfca1e373ffe29fb7df1c5e80c
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+apertis1bv2024dev3b1
Depends: libfmt9 (= 9.1.0+ds1-2+apertis1bv2024dev3b1)
Filename: pool/target/f/fmtlib/libfmt9-dbgsym_9.1.0+ds1-2+apertis1bv2024dev3b1_arm64.deb
Size: 409892
MD5sum: 2875145dda9f2d6655796dd31e7be036
SHA1: 37c0c2a6138db8347ff5efdc94fce760725bde31
SHA256: 6000b2616dfb225e60d387287d0b1c9d63407b0049140785e0fe56d3c3a39971
SHA512: 4fa7f25a51ba06c789c07b02ec8298fa4376f70e3f533440b23f367422539483e6834224bdf60882883122110256656cd5fdf689edaff8cdc3116954da471add
Description: debug symbols for libfmt9
Auto-Built-Package: debug-symbols
Build-Ids: b546265fd850b513787bf7046aa40d1b98498684
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+apertis1bv2024dev3b1
Filename: pool/target/f/fp16/libfp16-dev_0.0~git20200514.4dfe081-3+apertis1bv2024dev3b1_arm64.deb
Size: 15228
MD5sum: 80f4daf870f673383e14180a578de2f3
SHA1: 93d158e27629df4dc1c6cf22919dcf660c638c5f
SHA256: 8994266b7ff41847c9790d2d83cd5f80a251bb7944d52f597777c13ce2d1dee3
SHA512: b24742d36069c8ef9c51ea85a5876aa14de02b382541e99b8ca2390e492ce468e4d094aedb69e3ce406511e1a0e3ec208006f642eb29179e246f9eb7dc397c23
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: 2061
Maintainer: Hugh McMaster <hugh.mcmaster@outlook.com>
Architecture: arm64
Source: freetype
Version: 2.12.1+dfsg-5+apertis1bv2024dev3b1
Replaces: libfreetype6-dev (<< 2.10.1)
Provides: libfreetype6-dev (= 2.12.1+dfsg-5+apertis1bv2024dev3b1)
Depends: libfreetype6 (= 2.12.1+dfsg-5+apertis1bv2024dev3b1), libbrotli-dev, libc6-dev | libc-dev, libpng-dev, zlib1g-dev | libz-dev
Suggests: freetype2-doc (= 2.12.1+dfsg-5+apertis1bv2024dev3b1)
Breaks: libfreetype6-dev (<< 2.10.1)
Filename: pool/target/f/freetype/libfreetype-dev_2.12.1+dfsg-5+apertis1bv2024dev3b1_arm64.deb
Size: 547056
MD5sum: 4b33a1ca21a9b81557894f815fede840
SHA1: 22a06e786ed17cf1d4512a3532365292cf25279c
SHA256: 09d520f5cc262765fd366d363f6414a060324a34b4bfdf1df97e12fb10c92570
SHA512: 55f1b19ad88b5cc735675b7fc75040f172ccf09efd6fb0f684b7c2d2eed74a06fad0f1f7b63a348aad2d1b951dbcc9a972ed705c787616c4e271fa77a6d31f7a
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: 861
Maintainer: Hugh McMaster <hugh.mcmaster@outlook.com>
Architecture: arm64
Source: freetype
Version: 2.12.1+dfsg-5+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 372416
MD5sum: 216f1170c0875314f844b8e0051dee19
SHA1: 6f47cba78a7c0c4aa4951278857d8f438827cd39
SHA256: 5dcc95de09c9dea21a591842216d045127b7870ebedd6fca9154c0c5710e7ba5
SHA512: b2b9aa47c6927d03be6d95c27ad44296a3ca02781a98fe9250273307744a248cc0b625a1983a6329c19e1e034827c7b09f8ca56e5c82cbf07c2281a039524e01
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+apertis1bv2024dev3b1
Depends: libfreetype6 (= 2.12.1+dfsg-5+apertis1bv2024dev3b1)
Filename: pool/target/f/freetype/libfreetype6-dbgsym_2.12.1+dfsg-5+apertis1bv2024dev3b1_arm64.deb
Size: 1098264
MD5sum: 28ac61bf595aeed496290afab9958356
SHA1: b0b4829754104e7f989f5f65dd9f5fcc016ebc39
SHA256: 4a01fcdcab4e94edb8628591a5974a0e1c0e8f8b41e0cb2d8a4c7280b36fd7f8
SHA512: e6d46570b17f7fe303cad678d80cdc80836a01fe84a0121ee475156cd76a49d23a8f6b01850e7a6999a69c553d280145359cafa677b261c8db4e89f805b005f6
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: 72
Maintainer: Hugh McMaster <hugh.mcmaster@outlook.com>
Architecture: arm64
Source: freetype
Version: 2.12.1+dfsg-5+apertis1bv2024dev3b1
Depends: libfreetype-dev (= 2.12.1+dfsg-5+apertis1bv2024dev3b1)
Filename: pool/target/f/freetype/libfreetype6-dev_2.12.1+dfsg-5+apertis1bv2024dev3b1_arm64.deb
Size: 49608
MD5sum: 327985c3d60c8f53a19f77268316f19e
SHA1: f3f2cf269e61ba5d4eb8d756402869a2dac6ba7a
SHA256: 465758040a22e211e22588e928f5694b97d4eea45bfe0894257b7269ed769551
SHA512: 995165beb2e6cf6b77e2a1bfe28418118441191c4329f20e00e452c2f1875c97cd67688d44965a6d22ac156a29c37e9b8ac2600275832d87898ac60053b34a38
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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 49420
MD5sum: aae5b6563506f82182ec7d186ebbfd46
SHA1: 2cccd14aae8572eac930395c0a8445070101d72e
SHA256: ba2e4ab3505f1d81cb11a6a84b0b4092f40859d63521065ea9756e5d33df67ea
SHA512: 67ce8f2279d3a6208c9ebdf15cc8f9bb4422bf5c01e4decae37c99564a403379940ffbbab669cb1aa9dc07fb9196e2e6bec6bdc73bf70a700bc38f209b70a54b
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+apertis1bv2024dev3b1
Depends: libfribidi-bin (= 1.0.8-2.1+apertis1bv2024dev3b1)
Filename: pool/target/f/fribidi/libfribidi-bin-dbgsym_1.0.8-2.1+apertis1bv2024dev3b1_arm64.deb
Size: 2940
MD5sum: 9462e60fc6b3543ace0d8b3231a9b851
SHA1: bde654efb0a1361ab80c100a32739508615c2ac1
SHA256: 4e92ec403b9787b81009bd4460a63c51af9d8b75db33d6490b6ec3c4698822e0
SHA512: a9e2e2db39b580e797839da9c4c992704588306c729014a3699fda8c4f1092b98eaabca15b36d3ef4009264cceacce549de3d88a8981df221880215b05be713b
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+apertis1bv2024dev3b1
Depends: libfribidi0 (= 1.0.8-2.1+apertis1bv2024dev3b1)
Filename: pool/target/f/fribidi/libfribidi-dev_1.0.8-2.1+apertis1bv2024dev3b1_arm64.deb
Size: 102612
MD5sum: 3ab962272fccd651b8c74bc318b95ca5
SHA1: 38728341713236898986c39d8519d3879f6c46d7
SHA256: ec48892f396f9aaa68dba2cacba993ec08dc53413a7629a68e8237c065ef6600
SHA512: c5b257dcd03221bd5e310475706cd459de8dced62470351fe0f79f9ca88c34ca51644b031cd71b15aaf1b9fd95024808beb26abfbd43c1d3ff37488f789d7316
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+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/f/fribidi/libfribidi0_1.0.8-2.1+apertis1bv2024dev3b1_arm64.deb
Size: 63088
MD5sum: 59d5def85805589178cb408770f5570f
SHA1: 0725991d67f74d4d131f733c4c9b1499b58eb787
SHA256: a2ade7019299da95eee79e3ca52dcab39d2205421a5da4c4dfadf5df1331bef4
SHA512: 0377feca4f60374281216cfe48a68077d48a28fd33d068870534985e5c5d121d6fb90ae0d0af97c48f463796bd97db641b0ca8636bf0a1b08f8977c7a905233f
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+apertis1bv2024dev3b1
Depends: libfribidi0 (= 1.0.8-2.1+apertis1bv2024dev3b1)
Filename: pool/target/f/fribidi/libfribidi0-dbgsym_1.0.8-2.1+apertis1bv2024dev3b1_arm64.deb
Size: 3708
MD5sum: 7f42f48091e81a236e9390271acd3a16
SHA1: 4875d7c72a296e5671298662c113e389245e39d6
SHA256: 6ff199d0883e4341b7ba6f022afd71725f0dcc88ed65d1d52984e5250f90fe13
SHA512: 0a30762360d5a062842b6cbc26cbc8da1932871b6b7c38b764d091216d7ccd72b12290047cd99fe44601de63f8a217e50131fa314cb615cbe559eb4200787640
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: 7013
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: fuse
Version: 2.9.9-6+apertis1bv2024dev3b1
Depends: libfuse2 (= 2.9.9-6+apertis1bv2024dev3b1), libselinux-dev
Suggests: fuse
Filename: pool/target/f/fuse/libfuse-dev_2.9.9-6+apertis1bv2024dev3b1_arm64.deb
Size: 1383328
MD5sum: 83e6bd8a794a28c9627efb306717c5ca
SHA1: 927c50303176ecb737b5f270620cc6b8d9da004c
SHA256: 2b7c172f64530807386d9ce12882129a67898bc9e28679b8d4267e93419b6971
SHA512: 12f5b53cb3fae6469275e6486ad5726d3f54cb3b22d09ba7ed40a080111a7fc33ef2b86c8416e6cc7af21c5321aa73d2abb5577efc93b9e1dce94d5bdf227bbc
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: 754
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: fuse
Version: 2.9.9-6+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Suggests: fuse
Conflicts: fuse (<< 2.9.9-6+apertis1bv2024dev3b1)
Filename: pool/target/f/fuse/libfuse2_2.9.9-6+apertis1bv2024dev3b1_arm64.deb
Size: 476548
MD5sum: 1ec6f3f8666968ca1ae33e515c0c923c
SHA1: 42a066f09c87ebed622bf50769c39fb4e2111817
SHA256: 59fceb36f2c88541a63b9f33004580c590b7054d745e1bf35b5495a61cb977f1
SHA512: 54d6d5666ad3bc031f85a90cbad56b4eba8d8ebc4d0d6bfa3363175fe1bb1a95ea7bcbdf73038ff8c9d265ba0113a0baf9b12dd22ab757b6e08eeb186285ca98
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+apertis1bv2024dev3b1
Depends: libfuse2 (= 2.9.9-6+apertis1bv2024dev3b1)
Filename: pool/target/f/fuse/libfuse2-dbgsym_2.9.9-6+apertis1bv2024dev3b1_arm64.deb
Size: 270240
MD5sum: effa8dcaef1392f891ff4a7185ab2302
SHA1: f2ed962036a845778a28c1f92d5dd5fc164e077a
SHA256: cb4371d7be8d0aaeac20d51bd983e3f059cc9e9ee6e996a164eebe58f5a0ba1f
SHA512: aec060f1bdc05a6af4d4f0741d6ce9899598cedebe2e181805e6bfce32598970965ae9749c1a9cf8e8cb904505d4820c3be8575953eb6ebc29e67f2c43220100
Description: debug symbols for libfuse2
Auto-Built-Package: debug-symbols
Build-Ids: 4cbdf332516d10ddca1fa089dc5a39f22657266f ceffb1e19ff4a2b5b446ce23516b491ce6cbd0ed
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: 904
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
Depends: clang-15 (= 1:15.0.6-4+apertis2bv2024dev3b1)
Filename: pool/target/l/llvm-toolchain-15/libfuzzer-15-dev_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 189752
MD5sum: 76aafeb5b64af15d537326b4ae7095c0
SHA1: de9cf21d5ce18ee343bb36367a5d8b504d2f6e82
SHA256: 0cbab508eef8cf3f1df5b3075951e216e6c3e2aabf62c8eaff207f050967a182
SHA512: c1666aad0b8056f0ee8a47be3df84b411a02522eb55a51753ce48f65350c240ee8bb4962ee9a826c56c57e464b225265243d7522ba166a81df98470f696a1d25
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: 176
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk+3.0
Version: 3.24.37-2+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1), libpango-1.0-0 (>= 1.44.0)
Filename: pool/target/g/gtk+3.0/libgail-3-0_3.24.37-2+apertis2bv2024dev3b1_arm64.deb
Size: 61680
MD5sum: 8e22578b4e7832629dd66885477516a6
SHA1: a443dcf3945115aafc2db46a49661cda483c2fb9
SHA256: 7a08e05b1a7e692eff8069ddae9b57829fbadd1ece05a0d42cbf2c62ba2d7c77
SHA512: d3a9d213d429fecf4e3387719c98e916da0bf37d433a4e6bdd4072a96653524cfcfbc38955400e73db50ab4399d22e931b724ee6595862cf53b06c739266a299
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+apertis2bv2024dev3b1
Depends: libgail-3-0 (= 3.24.37-2+apertis2bv2024dev3b1)
Filename: pool/target/g/gtk+3.0/libgail-3-0-dbgsym_3.24.37-2+apertis2bv2024dev3b1_arm64.deb
Size: 30252
MD5sum: 8b6296c0d6626392a9187dcceaf6819e
SHA1: 8b8ac92e6c4209a09426bb67af61a89ac45a9532
SHA256: 8690cf416efab3d234b77289d804dee51585383091ab28919922a6d7370b4ef5
SHA512: 2ed3685dae9a2767be3a86568a8ed6e81a6f5af72a25ad726945b82aa1367e4f596e610e40f21fccca300fadeacc260120d012f19bace78ea45565b08071719a
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: 118
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk+3.0
Version: 3.24.37-2+apertis2bv2024dev3b1
Depends: libatk1.0-dev, libgail-3-0 (= 3.24.37-2+apertis2bv2024dev3b1), pkg-config, libgtk-3-dev (= 3.24.37-2+apertis2bv2024dev3b1)
Suggests: libgail-3-doc
Filename: pool/target/g/gtk+3.0/libgail-3-dev_3.24.37-2+apertis2bv2024dev3b1_arm64.deb
Size: 54208
MD5sum: 39273e5b28fd521eb1f1cb5478405702
SHA1: 98f410acf5244ca4cddff885914c84b1236ef432
SHA256: 068fc0123de75739784703f4b7d26119905d9c6d903988b4d60410b39832cd5d
SHA512: e8013edcff9c2202026207310e7215fe02e3c4447a392405b4b4d698a828409ccba1045e9fd5c077d6a590f202f40121f13776e8b7923fa93c035807108bb1b9
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: 179
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gtk+3.0
Version: 3.24.37-2+apertis2bv2024dev3b1
Suggests: devhelp
Filename: pool/target/g/gtk+3.0/libgail-3-doc_3.24.37-2+apertis2bv2024dev3b1_all.deb
Size: 62548
MD5sum: e025301a753e49836ce451bd940bba4d
SHA1: c2f02341d344ab84e0f1b55b562e09601c59a894
SHA256: d8297085e499fb966ba460afbcfd0bd4daddb20bfdfc0359be01369488fef001
SHA512: 5c1bcee7b29f9408c90ae86ce3001a5515e0a1a531ef0a991b2472575f0971ca91c8bd27372fa905c81618f8c5d1037bfc386e2850733a39e3cbfc7fb0c19e6b
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: 1183
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libgav1
Version: 0.18.0-1+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 425244
MD5sum: 3f17bec63f3741108f576b474f03f100
SHA1: 32088a3e68cef6ad6703987f28a7f3491ffcb5f7
SHA256: 1a789dbc06734454fbd4649b5b777114d6ff549583be65f30a418832607514e4
SHA512: e78b86991ffe6462d4b357dd8938396fbdd04bd4ec2b37e4290dba047c0714843508dde0695f16bd039c6d45a35d51be9213b71c159e4b25be49b115f749aebf
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+apertis2bv2024dev3b1
Depends: libgav1-1 (= 0.18.0-1+apertis2bv2024dev3b1)
Filename: pool/target/libg/libgav1/libgav1-1-dbgsym_0.18.0-1+apertis2bv2024dev3b1_arm64.deb
Size: 5214304
MD5sum: b18002e14bc70ad57da298b0c3bb281e
SHA1: 67d5aa6c678363142fec8c5321a680c6c4ed3a8e
SHA256: 5525936a530334a369a36353e8f5b9e0608578c64226bd8b2e9e38bb9fe80a93
SHA512: 284f7623b74394345d9df89f00341125ed99a30e0ec8a023c6e902de8012acaa6f3d92153e2c0b43ec548cb8ec067c00952903c092cc2a73150fe45047e5ae3a
Description: debug symbols for libgav1-1
Auto-Built-Package: debug-symbols
Build-Ids: c420cd3ccc90926882cdf5e2cf978c39c9f80704
Multi-Arch: same

Package: libgav1-bin
Priority: optional
Section: utils
Installed-Size: 84
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libgav1
Version: 0.18.0-1+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 17020
MD5sum: 4084b5e90018d358dbd74c1c2f596982
SHA1: 28385b690358fe8647a359d3206660347c23551d
SHA256: 11949190e70e64d4025bf4e81e2eab0000270b528579dca7c0eb6ccd78b1cb98
SHA512: f4d50b5b4da6b9737c0a58231f38e8f2a939fe51f27eb5ab59c08564426bd3db0203c467882ca1e8bb2ba466d2083b02ffffa7106c93da624b87ac27d759d156
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+apertis2bv2024dev3b1
Depends: libgav1-bin (= 0.18.0-1+apertis2bv2024dev3b1)
Filename: pool/target/libg/libgav1/libgav1-bin-dbgsym_0.18.0-1+apertis2bv2024dev3b1_arm64.deb
Size: 175480
MD5sum: 6c037603f712744f3ff25aa8976503c9
SHA1: 0c1491f0ce9a0a27a9a3b68d4cfe532ba42ec429
SHA256: 7561f178e4ac926ced400a72a9ff731ff6115952f96ee46bc0abc9941b269424
SHA512: 3f74d4e83eb9f638e73f4f94c79045a065aae2928414862d01f05d7f63ee833cfc012da5e149d2c56fb43c976f1dcaa3a8c7f542005baf7b45c52f08439b7660
Description: debug symbols for libgav1-bin
Auto-Built-Package: debug-symbols
Build-Ids: 5914902ad197bcc4b4646e4193b749d5e3009ce6

Package: libgav1-dev
Priority: optional
Section: libdevel
Installed-Size: 2212
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libgav1
Version: 0.18.0-1+apertis2bv2024dev3b1
Depends: libgav1-1 (= 0.18.0-1+apertis2bv2024dev3b1)
Filename: pool/target/libg/libgav1/libgav1-dev_0.18.0-1+apertis2bv2024dev3b1_arm64.deb
Size: 521968
MD5sum: bc9594be011c55c566047abd9ba5f301
SHA1: 8046e06950f8d3c7418522103b87ede1c60ea03b
SHA256: 7da4d9cb79ccca83f187e1b87e4488e911230f78890020ce99339d7288ef02fc
SHA512: a824062cd022e49bcb6bf4e32403e6194c999b946047fd04ab800ecda289d10ca9ef00d5b3fba12f9ca580cdbe88791ad85a2d292e03183adbf40b56df813229
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: 77
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis2bv2024dev3b1
Depends: libgbm1 (= 22.3.6-1+deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/m/mesa/libgbm-dev_22.3.6-1+deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 38308
MD5sum: bc835463a3ba912e2a0123b754f75894
SHA1: 554572f0d9d99f767bec5ffd676e3bed9c217bb3
SHA256: a6ad4afa434c95465360acdf3a4b25ebb382cc87510c970a15fac173fbff0a50
SHA512: 24191f3b00e045a701f6e8295875f5493dc6757cf67bbc277713f55b10bdfb131152a1d73862bae70cd68d0d5bc05e40c3c9c8f200102e0b36eecfc9d2ed08f0
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: 131
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 57284
MD5sum: 8a4c85bb4ccb52ca98c898f6c1d1cb70
SHA1: c3327806ea6f2c741d4eab86a8b5fa68897e2eb2
SHA256: 5727689c61f5f132f0aab6c3f88ca6a46936f0769a4deddc090020eea6d2c34e
SHA512: 2aa56173c9794c93b2d0fab4218e1272dac52372dd7ed700175943e40033ce7f601898b2f9abd002d632ee13ada569e456f29de8ed76dc407ad3d1fb512f0e2c
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+apertis2bv2024dev3b1
Depends: libgbm1 (= 22.3.6-1+deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/m/mesa/libgbm1-dbgsym_22.3.6-1+deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 128624
MD5sum: 6d40abe0f10a551696e53245e830a77f
SHA1: e7b0b6c7a0980a118ae798d9ed7f6f9e3df71ad6
SHA256: 0e6faadff299d1da1bd65da9c0e0eaa54ce3512e921529d74b8b0e590a38643a
SHA512: 51c6df44222db71a3c02aac327e9d766251fc4c830eb79f63a0f4216ea924e4b0b2431aad49e28a1685a4fe55849eef3f91fb59050d1112a19801c7b73ca2e46
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: 291
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gcr
Version: 3.41.1-2+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 73516
MD5sum: 791c1549941567722fd6feebf35d2b76
SHA1: 90a89c05aa535048aa369a0f5851c15be9f3dd43
SHA256: 6eeb75481e92f66a81976cfbeb21ed634c5b5a826fb561c419fe9963c4b82f8a
SHA512: a3c53a56aa68bc8df32195c713d0b3816436900eb80d741d3f8f78a84d03db85346787930708d7f201afcf7e67aac349f2989e755109904805b2ec7285d744dc
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+apertis1bv2024dev3b1
Depends: libgck-1-0 (= 3.41.1-2+apertis1bv2024dev3b1)
Filename: pool/target/g/gcr/libgck-1-0-dbgsym_3.41.1-2+apertis1bv2024dev3b1_arm64.deb
Size: 237380
MD5sum: 1065d77bfdb3eac74106cc4567b6a0f7
SHA1: 061c3f333a3e3883e7ae3a401a3d0fd66afe176f
SHA256: 23b70b7eed0af333d160d6f7c627849ea786cf747f23683bbb87b6eb04e71f67
SHA512: b7da7c460c34bb69e8f78a86de6ece41f4ea270e4ff94e11de90c964690997b448479e408856cc4cd96099907ea338c34141983aba01a8fe59da0f9abf0971b8
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: 659
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gcr
Version: 3.41.1-2+apertis1bv2024dev3b1
Depends: gir1.2-gck-1 (= 3.41.1-2+apertis1bv2024dev3b1), libgck-1-0 (= 3.41.1-2+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 53048
MD5sum: e0d6cd78128cec67ae8889a7134df5a6
SHA1: 410c5e3989d1bc868025bc0b348c8dd010ecd368
SHA256: 5a1835ed5caaea0ac34cdd5d483c6c92c8d15d492e78279c39b623a3bc419a55
SHA512: c79921f75a6489a842bee1744c2c581a860937e794c0c60b421a76c1227f320e60d8a02e7743cca5c49824ba6fa0ccd7861bb4726ff86230a6cda95dab98875d
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: 2942
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gcr
Version: 3.41.1-2+apertis1bv2024dev3b1
Suggests: devhelp
Filename: pool/target/g/gcr/libgck-1-doc_3.41.1-2+apertis1bv2024dev3b1_all.deb
Size: 103052
MD5sum: b18c1f70bcbedea82e270666852b95b7
SHA1: bcb45ca9bcd6a86963649ecfe06060956383113c
SHA256: 69a2587a9956cc91b599c2676de54ebb61030a9c2e7f787580ca8bdc4826e0cf
SHA512: 2155ea141695e17d7db96efa2e37db00564cf463488d23c32c59bcdb4d581939d09eff507fd5cf1a02be5fc186889e0924ecba85fdf1fee427da4e9032923da7
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: 906
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gcr
Version: 3.41.1-2+apertis1bv2024dev3b1
Depends: gir1.2-gcr-3 (= 3.41.1-2+apertis1bv2024dev3b1), libgck-1-dev (= 3.41.1-2+apertis1bv2024dev3b1), libgcr-base-3-1 (= 3.41.1-2+apertis1bv2024dev3b1), libgcr-ui-3-1 (= 3.41.1-2+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 74704
MD5sum: 041baa723caaf1d32fcb0fa20a71e518
SHA1: 9434f0f3d13d05be5f330bb639ca1105728b8353
SHA256: f1c3e9da316cb3db8456e6a6ffa40ed84f4ec1f557aca5e6da083a641253e679
SHA512: e5a4f6002993e682cc62e04eb3ca85743c87afdcc0fdce6b6a0ce3818d33480f0b1f647f3246c440cb7b550d3dbe38f25162a95381bb52552c3654e61e6fbb12
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: 4338
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gcr
Version: 3.41.1-2+apertis1bv2024dev3b1
Suggests: devhelp
Filename: pool/target/g/gcr/libgcr-3-doc_3.41.1-2+apertis1bv2024dev3b1_all.deb
Size: 229592
MD5sum: a6dabec2abf3acef07bc23eaf050acb7
SHA1: 17ed5351455eea271798fb2d1fe2f815b2a7d5d5
SHA256: 9f6c433746aeafd805b60e7fd9dc12b194a63717009674cad504ea8969438557
SHA512: 0ec7686406fca73dac6c1bd72986bcee0510174e98dee2a787da52626bd69d0360b299d553e1b19b8c877379cadfe230c97374d696145bbe8f309119af063959
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: 754
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gcr
Version: 3.41.1-2+apertis1bv2024dev3b1
Replaces: libgcr-3-1 (<< 3.8.2-2)
Depends: libgck-1-0 (= 3.41.1-2+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 183480
MD5sum: 85ab58b0c82e8a81337204514c030f72
SHA1: 189100e1666b73780df1d6ed53486ddb40f0ac02
SHA256: 6d7bd41d056fc2d4071a94110477306561a15943a81e0991c47b95921eae0c8a
SHA512: c114b9ee394646b39ddd3453a8337f5eb60c607c77ff0c1e365a3d366fe44e830279f853efed854e8446e64dae37215a33ff6078a148930186301826a4e01ebe
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+apertis1bv2024dev3b1
Depends: libgcr-base-3-1 (= 3.41.1-2+apertis1bv2024dev3b1)
Filename: pool/target/g/gcr/libgcr-base-3-1-dbgsym_3.41.1-2+apertis1bv2024dev3b1_arm64.deb
Size: 625188
MD5sum: 0c17bfdcaba89c77b6afaaf42922201d
SHA1: 491c2fc009e686515882f590f8d5e7da315db47e
SHA256: 86cc1b5012e7757d40e17b2ef133181d8b60364fbef77812c3e4fca5a707f18f
SHA512: ca3692ba044898f184921e01ece6aca2ef80dfd075ac95430cf5e8dc5929520f5e87c6b3a391e05c4d23f8dc014aa9a0cfb84569875c979541d173e549ecfe8a
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: 483
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gcr
Version: 3.41.1-2+apertis1bv2024dev3b1
Replaces: libgcr-3-1 (<< 3.8.2-2)
Depends: libgck-1-0 (= 3.41.1-2+apertis1bv2024dev3b1), libgcr-base-3-1 (= 3.41.1-2+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 123792
MD5sum: e34ea1eaaa499ea8e7f2ecf7400c0e4e
SHA1: 2119cea68d7aa325b707221fb00b79eb82d01dab
SHA256: 2493cd2d05a30c238f658762fedbafe2e6ae2de22070837ffd3e92742e8fef64
SHA512: 6dbf0cb040e71a29bbf5a0e372abbadbfad9321b44a14a53f7da39c74cc4a4beb006f3f0f5844df83d7d867a344322725622dcde41eb9a743886cb11cbd3bd14
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+apertis1bv2024dev3b1
Depends: libgcr-ui-3-1 (= 3.41.1-2+apertis1bv2024dev3b1)
Filename: pool/target/g/gcr/libgcr-ui-3-1-dbgsym_3.41.1-2+apertis1bv2024dev3b1_arm64.deb
Size: 392352
MD5sum: ce26b0bbf504e1bd957a0f5672c11f4c
SHA1: 8b568e5547239402ee0295bb3d0655693f1aa35d
SHA256: cb546b3ffbc6eb89415b5389406527cc2d428557f124a6f08b0fc3b0bdcbe8a5
SHA512: b72b3f79321232d78aa743d771796cdccc290c5c6997aee427d8723f8b0bfffed9619c9e5d77d394c120fa7b348ea4fa1f0d92dc445cd0aca697d58f5d72a4db
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+apertis2bv2024dev3b1
Filename: pool/target/libg/libgdata/libgdata-common_0.18.1-2+apertis2bv2024dev3b1_all.deb
Size: 109624
MD5sum: e7b7833b505ea94b20e641d786a5bc6f
SHA1: 045e97f07a16203640627f3dfe0ac734d2aecaa4
SHA256: 29487af52f1d07d3e0200ecfe957b11de9547eea7d71667c9721ffe623930e23
SHA512: 0cb98f5c5db6b699ad4e20ea6cff94128780fcb7d98080c4b372f528eacf6d96c684fb2afe06204e187c8229eb16f29e007bf72a2b7f3d0305b89c80132e4923
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+apertis2bv2024dev3b1
Depends: libgdata22 (= 0.18.1-2+apertis2bv2024dev3b1), gir1.2-gdata-0.0 (= 0.18.1-2+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 225300
MD5sum: 9c8aa133ae0e633bca9b2c43f759acc5
SHA1: 1c63a6691e9df299c336146184650bf704a873a2
SHA256: f45fa7c697f0cc89717f5218bef11f1bfbf4b7970f1feec25f53311a93d4a954
SHA512: a9b1ed9a543b1bf243b4403b94db4de851c17919bf6b038fbf641667f0fdf445e99b2ddb4c71d562da6fea7e2f607afd71c9477ab1715e0dd7e09932b3ee68f2
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+apertis2bv2024dev3b1
Recommends: libgdata-dev
Suggests: devhelp
Filename: pool/target/libg/libgdata/libgdata-doc_0.18.1-2+apertis2bv2024dev3b1_all.deb
Size: 310868
MD5sum: 293321fd6f65495c87602b659c54205e
SHA1: 6e61453346096ebe3f1870900c8b53241779a65e
SHA256: 3c1784ee72fe1cf67d2f6096e68437d4cebc7ba8bcba328abfc439bb3a6d2995
SHA512: 4149b3e6f95d3f976d8e416b048b151f1335fe756aa0526f9caddbdde2a6d5436904f8de1763088ba9d525db796c918442d993e40e3385e7698344ebb40f2415
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: 3953
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libgdata
Version: 0.18.1-2+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libgdata22 (= 0.18.1-2+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 419024
MD5sum: fe4fbb9d7a4eb4e1790f31c5b8234809
SHA1: c25f543f8f8a3d178c26dc1d0233e35ce065b7fe
SHA256: 5688e4dbdf6c71595122491b1cb58cb6da893b3146d879ccc887a328b25b88e7
SHA512: af2cc4e3b481f560637d657ccc868d2ba12f0825771249da37986c01cf1e8918de65af5645a27676b13831b4f9ce4b89d289b6eddfdd3c84814e766f7fd70628
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+apertis2bv2024dev3b1
Depends: libgdata-tests (= 0.18.1-2+apertis2bv2024dev3b1)
Filename: pool/target/libg/libgdata/libgdata-tests-dbgsym_0.18.1-2+apertis2bv2024dev3b1_arm64.deb
Size: 659692
MD5sum: 69b64dd12e6c614505b85445e3ed3be9
SHA1: 1969a98f7be5f203bd1ac70e9f02f35880b286a5
SHA256: 9216621a821d6b0d542927be46a8eb7c78f5070715017eef5a6c5383be7ae158
SHA512: 6bbc8bd3ebc44f6ce44b939d4f10f6debb944bb6992fcc563c6f0c816694720d2c8c794e7e7a8ecd23d3892f268c3d0f50d94baed78e2791e75e1cbb1272c97f
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: 1068
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libgdata
Version: 0.18.1-2+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 255968
MD5sum: 44691c222d9c4f0218a0bb2fc403f7f8
SHA1: c9bd5ae334eb95913d0bdb647a88c3db194b82fb
SHA256: 67d45327eae06c6e65561703e1d0b35d416c6a08392e3cc12b7b1ac880dc7427
SHA512: 20585b14c83fd45db151be5916ff8ce75415dc1686800afaa4fc9cbaba1b8f2f75cb065b9f7261347ed65849a1f56c9e070659b20e678cfea53505f75cbd5353
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+apertis2bv2024dev3b1
Depends: libgdata22 (= 0.18.1-2+apertis2bv2024dev3b1)
Filename: pool/target/libg/libgdata/libgdata22-dbgsym_0.18.1-2+apertis2bv2024dev3b1_arm64.deb
Size: 872080
MD5sum: 20810c7e5edcadd8f08792654ebb4049
SHA1: 7a651ec40651055ad7f50e28af290fac56310505
SHA256: 58eb86fb2a1171c31186cf421bf57cabc8a7587e308e9901b3db2e5fbad5682d
SHA512: d8dee5a43f75a5fdc3f1d55e4bddffd8f438136ce718cc5ffaa538f0dd6c1774cc4cab0b97339e2ee519826f04222acdc9ef8258700a1e7b71dde85e69dbf134
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+apertis1bv2024dev3b1
Replaces: libgdk-pixbuf2.0-0 (<< 2.40.0+dfsg-6~)
Depends: libgdk-pixbuf2.0-common (>= 2.42.10+dfsg-1+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 132920
MD5sum: 2e27a9f5387074b8a2588eb936227e5a
SHA1: 8e78f8c536c89417d4401c84c7f7f2699d5e292b
SHA256: 623b06b2feb8c53d0413d13022d85ec16206b27291a6c34e1914b5fa589d43ef
SHA512: e7e2c95075f0cc2156cfcc19bef652d77ba9ae29f5b26019cdebe9164ad7e9b8adf80dcf588b5ea2cc9c724e1ae558dc2f5af03bcf9244e7b67f85a0a49e3757
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+apertis1bv2024dev3b1
Depends: libgdk-pixbuf-2.0-0 (= 2.42.10+dfsg-1+apertis1bv2024dev3b1)
Filename: pool/target/g/gdk-pixbuf/libgdk-pixbuf-2.0-0-dbgsym_2.42.10+dfsg-1+apertis1bv2024dev3b1_arm64.deb
Size: 375184
MD5sum: ca3844c337cc3dbb0a5092633aa2e40c
SHA1: b9fbd4ee62c6309efa8f73009e828ee1b7edd446
SHA256: 3128e18977418f0a7360ed4466c26daac19e278c18631b841cdf24b6f0d8b227
SHA512: 0e2f7f5777f16f9bb8a2a911546aaa9de9e016ea97ce0be15758d74955d445702be6a562e739eb6132f8eed1b9633537385a8e3030f57cb4b42e4ac6f51eaca1
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+apertis1bv2024dev3b1
Replaces: libgdk-pixbuf2.0-dev (<< 2.40.0+dfsg-6~)
Depends: gir1.2-gdkpixbuf-2.0 (= 2.42.10+dfsg-1+apertis1bv2024dev3b1), libgdk-pixbuf-2.0-0 (= 2.42.10+dfsg-1+apertis1bv2024dev3b1), libgdk-pixbuf2.0-bin (= 2.42.10+dfsg-1+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 54060
MD5sum: 7b978ebe096bb1df3eef0dc9980d5e33
SHA1: 26bbfc912a3e60db233ce12450169991244dba65
SHA256: b00e7049b1735fc3ddd17562b09f1b0cbc62aa11b5d6653dbdf67b8e488f9c2e
SHA512: 0ef0ac433ed6a63fa44748f901c2d017d4d0250e1448a562e1af296f73200d01ba6e5a42968868eaf60b5aa06349cce67190d1c5f1e05fb8cc51a21d9eac2702
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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 20468
MD5sum: fa871d590bf7a6055ecfae1068a3b87d
SHA1: 78f15a56a6e6db8a296a6d4c6b5923a7d33f3ade
SHA256: 5616fa50f3e006219ef4423a248646117af296560b93e654eb30f2906d5f40f1
SHA512: 64f4997cb3c335b8f63da4a3dc77cbc66661a049e7911b8cfb7ce939bae439f191ce2719e2ee9b426347a618473bea45d79e08d0ddb60ef8c7a9316f04bc28e8
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+apertis1bv2024dev3b1
Depends: libgdk-pixbuf2.0-bin (= 2.42.10+dfsg-1+apertis1bv2024dev3b1)
Filename: pool/target/g/gdk-pixbuf/libgdk-pixbuf2.0-bin-dbgsym_2.42.10+dfsg-1+apertis1bv2024dev3b1_arm64.deb
Size: 19156
MD5sum: 80a00e7adce9a4c26d58fe01090ba04d
SHA1: 83550cdb208e4fc175e3a87c08c11a166d56e31f
SHA256: 7c6aadd54113ed7c0e612ad51381e88d649b9f1d34f71c6c019689857e0e104d
SHA512: 2da21b42ff99c9c88d2d43837a0b870ccbff55de2a968cbb85ab2f6a5429395c0ae7a9d9c71b8ee1a34767012dab7926fc642b9654b7ac1148dbadb424a96c0a
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+apertis1bv2024dev3b1
Filename: pool/target/g/gdk-pixbuf/libgdk-pixbuf2.0-common_2.42.10+dfsg-1+apertis1bv2024dev3b1_all.deb
Size: 308624
MD5sum: c47e2ec84c8d5dab8dbbf7b338f358b4
SHA1: 0b7e6d897e281f049fb8fc27339a2f77911ad83a
SHA256: b3b71d0e9b0d514ca390ae75386f3b35847e1305f506d6754744f32654336cba
SHA512: 51f6cad6b1f4241488c0dba6b255e1b1654dd6d352ad0884de29a2f18d4933af36b0bf0ce2a409541496b73e856107e37acb20cf151c1f8b74fee0965c0f7878
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+apertis1bv2024dev3b1
Filename: pool/target/g/gdk-pixbuf/libgdk-pixbuf2.0-doc_2.42.10+dfsg-1+apertis1bv2024dev3b1_all.deb
Size: 267568
MD5sum: 168bddeb0a0c96dab56bbf8db47982f6
SHA1: da33b2377c157364035a45078d04f07acad02b17
SHA256: 83562962b09105f488d1fc6984050e37b4838b545a54d2448bfe419cfdd97904
SHA512: b3eed450d9faeeb0fcf748d9d97543eaf8c5960689a124733fbf955da2e45e527e32813f62e7bf7baf043405201dd11b2280f5320fa2081046a3f9383434c840
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: 182
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: geocode-glib
Version: 3.26.3-6+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1)
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+apertis1bv2024dev3b1_arm64.deb
Size: 42900
MD5sum: b5fbdfc5b2717138c56be7bc854813e3
SHA1: 3da597aa130c4da2694e9085e305b8df1fa6f733
SHA256: c5ffc385bdebbfe6ef758288118d6ad145543911b262797c438b12e02686058b
SHA512: 0262c8abe75db0e77db5f71979b2e615c7f9ca77e5eea8b7be4759c57782032a852fd1d730f1c7ef176cf0c3f06b983d151b5856defe6da05cc05410aa318abd
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+apertis1bv2024dev3b1
Depends: libgeocode-glib-2-0 (= 3.26.3-6+apertis1bv2024dev3b1)
Filename: pool/target/g/geocode-glib/libgeocode-glib-2-0-dbgsym_3.26.3-6+apertis1bv2024dev3b1_arm64.deb
Size: 117008
MD5sum: d735a845c1ee7def36af5f540512293d
SHA1: 51ee81194c73b1ab63d12422215ad8b80d253536
SHA256: a9c1c505e949be4d9c49407f2f1a4555b3a1480a37c3af0367da683d3752e502
SHA512: 30550d643de6caca605ca49c0c96da6f54496b33233ca5e40fe9a4dce101961844795de6df45f860ae71233c628b98143a168f21e2d49e24f666b9c75be9311d
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: 316
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: geocode-glib
Version: 3.26.3-6+apertis1bv2024dev3b1
Depends: libgeocode-glib-2-0 (= 3.26.3-6+apertis1bv2024dev3b1), gir1.2-geocodeglib-2.0 (= 3.26.3-6+apertis1bv2024dev3b1), libglib2.0-dev
Suggests: libgeocode-glib-doc
Filename: pool/target/g/geocode-glib/libgeocode-glib-dev_3.26.3-6+apertis1bv2024dev3b1_arm64.deb
Size: 34372
MD5sum: e7053532db0e051ce1284a418aab4aba
SHA1: f85d35b84340930e3a97524a6457893fd3862053
SHA256: cbb529a6c1e647e84b93bdab8b3116bca9d5ad80d5e056ce872c323088ca8e7f
SHA512: ae90b31d81d791d5479e2ad8e496d42134046cb2f8491e4be0d7c8bd65a16292ca0311b5718bc5b19e8e1522e053576ff77ce7ec23b17f75d3f0df847d9067c1
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: 480
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: geocode-glib
Version: 3.26.3-6+apertis1bv2024dev3b1
Filename: pool/target/g/geocode-glib/libgeocode-glib-doc_3.26.3-6+apertis1bv2024dev3b1_all.deb
Size: 43204
MD5sum: 4af673573bbf16859db60d6c31ea9b08
SHA1: 28cb82e6a3c953ba52636a7f0bccc48f2da23e59
SHA256: f43e20b6a9ddb536ecb7508e8b11231a2a82ba9efb873a203bbc6f0f2efb1df7
SHA512: 3e1b1718dbbaf52cb444b2f8635141c0fd94b6572710a1fcf91ebd3c0e6c450e0d2516de561f0498633022ff28e672b9812cb908e07b1a1f81ed37f35eea9f5b
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: 17038
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libphonenumber
Version: 8.12.57+ds-3+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 1225428
MD5sum: b597b094b1c759a0c50ba4edcfc15fd0
SHA1: 0605c6f02b245b4897554c4c85480eee9424dcf1
SHA256: 2bef05b1c6d73f5d11b933fc9774beefbfa13111dd47bf41042eae71836d697b
SHA512: 00feb7ea430085f56b0ff2947a27e5e4b52d611461a4b938394f9a646078210844108ecca81a0746e08527158004f9f745c51dbd27b8aa89f6906d88207bc093
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+apertis2bv2024dev3b1
Depends: libgeocoding8 (= 8.12.57+ds-3+apertis2bv2024dev3b1)
Filename: pool/target/libp/libphonenumber/libgeocoding8-dbgsym_8.12.57+ds-3+apertis2bv2024dev3b1_arm64.deb
Size: 388540
MD5sum: 26581848eb287f87de1f4432248a0f7e
SHA1: aa5150e8523c3c61438d0823ded5d87b2ed8657b
SHA256: aceebf39f9288b157372f26baa1f82e2131fc788729fb53acaded15782653930
SHA512: b6acda902ec5a982b45245e77b3277b2d439b5c7aadca101c6b2a8122082c8abb8e299f8995e9f8902ee441040b752199bd05ee48d7c11d99e8b7df556ef2a12
Description: debug symbols for libgeocoding8
Auto-Built-Package: debug-symbols
Build-Ids: 9ac452faf484bd9b22f4b922cade9c3e45db0267
Multi-Arch: same

Package: libgeoip-dev
Priority: optional
Section: libdevel
Installed-Size: 363
Maintainer: Patrick Matthäi <pmatthaei@debian.org>
Architecture: arm64
Source: geoip
Version: 1.6.12-10+apertis1bv2024dev3b1
Depends: libgeoip1 (= 1.6.12-10+apertis1bv2024dev3b1), geoip-bin (= 1.6.12-10+apertis1bv2024dev3b1)
Filename: pool/target/g/geoip/libgeoip-dev_1.6.12-10+apertis1bv2024dev3b1_arm64.deb
Size: 82032
MD5sum: 2e312410052baff5123efe15fe658664
SHA1: 326fc5c4bcd50e84328c6f5efde310fd7fb5df5b
SHA256: edbe90d6b1f156afc6bbe7bc85a6890ca3ff8088c88e2e757bf377cd3b1f9da3
SHA512: f2c755c69310883de44cf75e1ed26f2c5d4f3cf92b89d348f8b588b092e8798bc5177cd4aced9108c914f57ad1a10b6eab1906241ac4af780bc15f2db9808f97
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: 302
Maintainer: Patrick Matthäi <pmatthaei@debian.org>
Architecture: arm64
Source: geoip
Version: 1.6.12-10+apertis1bv2024dev3b1
Depends: libc6 (>= 2.33)
Recommends: geoip-database
Suggests: geoip-bin
Filename: pool/target/g/geoip/libgeoip1_1.6.12-10+apertis1bv2024dev3b1_arm64.deb
Size: 83056
MD5sum: 801c42b89ad15c1e41e80788ae84534e
SHA1: 17ece9186091767fe95dcb9f4c926c51d727d0fc
SHA256: db83dc02477d1283e178cadbe09bc153b48570cb5add2d9a5b5abaea0d43f8a5
SHA512: cf0b1534f3b75f55dc61cd59d22865e5c1694ba528301a9622195f2758bee9d4c0ada97acb68c3b9ff8769fe4c3e57bc0644a21075d51a62dc4feb214060db02
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+apertis1bv2024dev3b1
Depends: libgeoip1 (= 1.6.12-10+apertis1bv2024dev3b1)
Filename: pool/target/g/geoip/libgeoip1-dbgsym_1.6.12-10+apertis1bv2024dev3b1_arm64.deb
Size: 77472
MD5sum: 91306ad21f87a3125f07ae1e57afa5ce
SHA1: 154f22f4e2bb9763132273b1dbbbbad95684a766
SHA256: 77eaf8e9b7c369a008c5df4aa898528f7f158d8de64826db65af8ad76adcfaeb
SHA512: 6ddd0e80467f6a7aeedf1286170de5821d4c344cccff4a74fce088ad7e7132dae5541af5e62469de4bdf0e3ada2ad3766ee8afb1e5904c541d45cc4ae7d8d65a
Description: debug symbols for libgeoip1
Auto-Built-Package: debug-symbols
Build-Ids: 17749c2d0a294d7df54449b773125e38e9e31a42
Multi-Arch: same

Package: libgexiv2-2
Priority: optional
Section: libs
Installed-Size: 296
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gexiv2
Version: 0.14.0-1+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 65740
MD5sum: 83ec3014d32483db5720f2ea56471522
SHA1: 23265c6698d3f414b9abbeb393f590dfe7bdb6fc
SHA256: 8f6a07dcc0b6ffd3344f8bab23d6dc72d6ce14723824311d1cdbef5cb14368ff
SHA512: c616d15a3f404483aac017d23c5da4c55d08a8be66b77e6f143a7de98aca4fba968fe0c7f54ddf6f72d724c42cd32e591d2778fee20d195251ea28ad03020b75
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+apertis1bv2024dev3b1
Depends: libgexiv2-2 (= 0.14.0-1+apertis1bv2024dev3b1)
Filename: pool/target/g/gexiv2/libgexiv2-2-dbgsym_0.14.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 611128
MD5sum: b477c7ccc843525b3b15f4025d15b37d
SHA1: 4e2b3ac48736e558ca63295e07a4249dc82c39a8
SHA256: 0056711f2d71014bfa7abdca89decb8f858b75e58f5d3a1675d380efe957a62f
SHA512: 1e762d716dbadf581505b3ac51b194352a4756fa2c49f023183efcfe65d04c9d92c9603ff6f2021023ea3298c4f9d197dfb978d8412b6d5c8442d43bbc792407
Description: debug symbols for libgexiv2-2
Auto-Built-Package: debug-symbols
Build-Ids: d5b72175028c573b939cad4a9c37712244fbcfa5
Multi-Arch: same

Package: libgexiv2-dev
Priority: optional
Section: libdevel
Installed-Size: 353
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gexiv2
Version: 0.14.0-1+apertis1bv2024dev3b1
Depends: gir1.2-gexiv2-0.10 (= 0.14.0-1+apertis1bv2024dev3b1), libexiv2-dev, libgexiv2-2 (= 0.14.0-1+apertis1bv2024dev3b1), libglib2.0-dev
Suggests: libgexiv2-doc
Filename: pool/target/g/gexiv2/libgexiv2-dev_0.14.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 34048
MD5sum: d305322ba9a7bde9f288cef32398789d
SHA1: d70304f8fdc7af449b5d1497c392a689e2c86d23
SHA256: c4809a53556049cd34a7557a1929919cf0fc849adc5db7ea8e52b29a263924f9
SHA512: c9596b7960feede18b1698f8fe3edc3ea7aabc70eed0c2354c6f9f7375dd6e7a4642f9369258177d0f2e16ff1c9130e182c15034f52881920c5473e4114d300a
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: 645
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gexiv2
Version: 0.14.0-1+apertis1bv2024dev3b1
Filename: pool/target/g/gexiv2/libgexiv2-doc_0.14.0-1+apertis1bv2024dev3b1_all.deb
Size: 42480
MD5sum: fc57286f0b990bd2b56459fb808a2233
SHA1: a7cf26c6dcce4e779945be3bdbe2dedfc2d128c1
SHA256: dc4faa675cfe7d6496fdf56d6f98604d99acc309a23d453b6a5be1d6a1bf83ca
SHA512: 93f12ed700e75aba2d8bc38ca558049e546022196fe80c927def7baa08aad666aacb19f7005cf80d3589faee85654bcc159bb7c42fa7e1ea5cf2a644e67bcf66
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: 109
Maintainer: David Suárez <david.sephirot@gmail.com>
Architecture: arm64
Source: giflib
Version: 5.2.1-2.5+apertis1bv2024dev3b1
Depends: libgif7 (= 5.2.1-2.5+apertis1bv2024dev3b1)
Filename: pool/target/g/giflib/libgif-dev_5.2.1-2.5+apertis1bv2024dev3b1_arm64.deb
Size: 46364
MD5sum: 4239796eeb2c9178be4068e399cd42ac
SHA1: 2a884daf3c775d501b0067486e128b17930bb499
SHA256: e079f12af0a8c4be02d56cd8e395f2f5c274fa0d72fd0883147a28bec614cce6
SHA512: aa099603bb43489250435d96107ff9fc9a06a54cac704922295ff8ec6d500aeca8278d1917bba162f758c3b35746192d8706c2bf69294300e7f69e84413216f0
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: 111
Maintainer: David Suárez <david.sephirot@gmail.com>
Architecture: arm64
Source: giflib
Version: 5.2.1-2.5+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/g/giflib/libgif7_5.2.1-2.5+apertis1bv2024dev3b1_arm64.deb
Size: 43288
MD5sum: 03a870d3738689999dedba7529c91695
SHA1: c22fe35dcfae4112e6e43c90f35c4505ece4f68d
SHA256: 55b9fff1938c35d05063fe11c79215b1cc078fe9dc4862db95992a6b71552bba
SHA512: 503edc1f218b7c000abb1ed1df3c23b71e964eb7f1805a9dcc161961a07762b96e3e5375a89da094b6f953c0839ce2631470e548edf36fe2ccd064a4d46ed322
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+apertis1bv2024dev3b1
Depends: libgif7 (= 5.2.1-2.5+apertis1bv2024dev3b1)
Filename: pool/target/g/giflib/libgif7-dbgsym_5.2.1-2.5+apertis1bv2024dev3b1_arm64.deb
Size: 40640
MD5sum: ca841a25e08a7eaa84f721820086e886
SHA1: f1901734eba1eca2f3d96b3a2e900fe37b1b661c
SHA256: 5708b248a1766fea101bb0fee608b7708ce50a531e71603f985ecbf321dd8b31
SHA512: fd28e02ce8685dd728cab24e336daaa8f24833b325f3b2df5efcbd67237456f598668435b248e0f5c42da63f6eb9d2b7f7f9d0d76b22979a2a066e4ea365c3e9
Description: debug symbols for libgif7
Auto-Built-Package: debug-symbols
Build-Ids: f7f528d57bce7af5c9665b2d94739fafc332e55c
Multi-Arch: same

Package: libgirepository-1.0-1
Priority: optional
Section: libs
Installed-Size: 349
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gobject-introspection
Version: 1.74.0-3+apertis2bv2024dev3b1
Provides: libgirepository-1.0-1-with-libffi8 (= 1.74.0-3+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 103968
MD5sum: 3434fc705394d8621aa5910deaa11fcd
SHA1: 284bb230fdb87b5058fd4b62f1751bc381dd702c
SHA256: cf878e210d6274a8dd8825be888bb9fbd5628dc59e1a5ecbced623ff03d7e276
SHA512: 660b73723937b4c5938a8427025ad0e514fc488e5210ef9d306c6544024404a51c3ed70e9a2959ddf8ea89266ccaecd81e69b74eb477f76f52c59307ec40608c
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+apertis2bv2024dev3b1
Depends: libgirepository-1.0-1 (= 1.74.0-3+apertis2bv2024dev3b1)
Filename: pool/target/g/gobject-introspection/libgirepository-1.0-1-dbgsym_1.74.0-3+apertis2bv2024dev3b1_arm64.deb
Size: 281508
MD5sum: 562e4f4298c5a4544c14cf758f3e68c1
SHA1: d377736dd447fe0ec6b848ae92550ffcdd59eb67
SHA256: 0a5afddb030203186bf4652c654dd5aa966af709df33491ed8c23708690e0cd4
SHA512: 86fa59264671adace394167bcf831e510daad33bbbd0e26fc646c19e790c2315983c2ad8bd02e60f805a174669b7e9951798c0647d0f1a37dcf7a7a9a6752e5a
Description: debug symbols for libgirepository-1.0-1
Auto-Built-Package: debug-symbols
Build-Ids: 63155af877ddc0367dffdb805ee5decd97f04653
Multi-Arch: same

Package: libgirepository1.0-dev
Priority: optional
Section: libdevel
Installed-Size: 11930
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gobject-introspection
Version: 1.74.0-3+apertis2bv2024dev3b1
Depends: libgirepository-1.0-1 (= 1.74.0-3+apertis2bv2024dev3b1), gobject-introspection (= 1.74.0-3+apertis2bv2024dev3b1), gir1.2-glib-2.0 (= 1.74.0-3+apertis2bv2024dev3b1), gir1.2-freedesktop (= 1.74.0-3+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 899796
MD5sum: 9cd495194b7e211ab31effc8b2a21d2e
SHA1: c54c46606e7c530594946a69d550dca0a9589039
SHA256: d00355f498601c6980ef9e46e0b6bea687b1bb73d646559c370498ef2e7a9dd5
SHA512: 7c2a7eeb26ca3ecb0b5ac588d92a8a3f0f4692b5ff00c0cc9bff7ddee01b30b42e62c4b56e5b35ba7c7aa4ed860b17da4a3e286e5626cee47c7aa70c3ce98483
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: 1100
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gobject-introspection
Version: 1.74.0-3+apertis2bv2024dev3b1
Recommends: libglib2.0-doc
Filename: pool/target/g/gobject-introspection/libgirepository1.0-doc_1.74.0-3+apertis2bv2024dev3b1_all.deb
Size: 96180
MD5sum: a4510fc76fa3f33cf6de403954def6d3
SHA1: 9513a14d6c885c6b1d6270ff57a5179ea629c158
SHA256: 3d9503f580a4661717ece0f11f065a787856d6de09564d612a29ec04633c1655
SHA512: bb62011962d6436eca53a253d0ae7fca15709144887f8ec6e19f7a7f07d3e6ff185664ae760c04e25a2cdb0332a1724fcffed3b1739a240a0728969d96bc2759
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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 101784
MD5sum: b616bc0ba33d8145d5309ff77a5b79ec
SHA1: 7cf29de16393ef0c3a67a6a8fa9a27cbb00447a2
SHA256: b672dbb5e950c573a30134d0093343ba686be329109ae9d0f3da6484e7f7f62f
SHA512: 4d1cc66c8ad80d18bdb1730e9165b4474d275c4b0aecae48286ad1172948bedced356f65f250f4fed11523510f7010291632a412b7d39ffbe2f401cac89476dd
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+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libglvnd0 (= 1.6.0-1+apertis1bv2024dev3b1), libglx0 (= 1.6.0-1+apertis1bv2024dev3b1)
Filename: pool/target/libg/libglvnd/libgl1_1.6.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 92108
MD5sum: 44e55b63356da73768278a08f38ac9b8
SHA1: 699169d5e778c7d80c4c3817e5abcd4776bdaa80
SHA256: 0582aa4b28d503f19f3a24b7c82442e9ef96be9646697a0783968af125efa2ff
SHA512: 787b2562df1e41bfe0efbb291130ca137ec4a7fe09528843914d532ba3e61e4848c37c3b7a8b47be81cbab1457b569301e8faac1b66c00c70cc4b6dab037070a
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+apertis1bv2024dev3b1
Depends: libgl1 (= 1.6.0-1+apertis1bv2024dev3b1)
Filename: pool/target/libg/libglvnd/libgl1-dbgsym_1.6.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 73900
MD5sum: b7f8d51a6f23ae99bb8a8eb445d5a973
SHA1: 3c8387157089e124b60ae7ac1dc36e4f94ed6574
SHA256: f4f70611be2040569b010239eb5f9718b240a9a92fa714f08d4937ca9d1cb200
SHA512: 86e4a4513c371c8356da7758d5247220d70c4e9441e16efd1aa5228d7dcaaf8c981b4a3cba1c01870d23c6fed87b5309bf04fa9256debe9a28c026ed8fcdd823
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: 53
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis2bv2024dev3b1
Depends: libgl-dev, libglvnd-dev
Filename: pool/target/m/mesa/libgl1-mesa-dev_22.3.6-1+deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 34524
MD5sum: 9391153e22bb9195d4b47bda938b814a
SHA1: 56ed871963d050244a9e627da99737b46432b010
SHA256: 17c0689855d8cc2c7d271010515a3dc07ce7ca16630f90f354bd713268cd2b54
SHA512: ed761edbe23ee9954165f4b26f5181ba6a63459b2a5ba6565ea183c22917e92914630acfd82bcbef7f8c7e17dc7ab55d3d4ad3e967cc3ed5baf01d0c0193452f
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: 24043
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 5017524
MD5sum: 5f5648bef85b7f07777c15ce1ee1cbb2
SHA1: 6e1923870415b237492fa9074d129767c443256d
SHA256: c5f31fa028625e57bd8b23f89d8e30c28b4a9c17bfda825694ea203b2ce28bd8
SHA512: 475338a9bf7e6fb7489a545c0c7e2988792473c0342b847b0fdf700962b080d8fa3ba41e83346d117bbdfd7f7334d2fcbac8508b87cdafc42cb210a2fd247664
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+apertis2bv2024dev3b1
Depends: libgl1-mesa-dri (= 22.3.6-1+deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/m/mesa/libgl1-mesa-dri-dbgsym_22.3.6-1+deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 32341324
MD5sum: 43f69a2247bd3cc19b63fbaa1fb4e77c
SHA1: 189b01a7aac7ba806fa013f3490302540f06720f
SHA256: c3be55860c60bf8ca70c18b5abb6c4e1738466d73008057fec4c762c7752ba11
SHA512: 77e743e85a3196466e700f6f5c18ac4835d0fd714bb0bc7f9579b1399bb2d974e8738ffaa83c311b6b7f250dccdc2d53d681428187262cc83f0af7709a82520d
Description: debug symbols for libgl1-mesa-dri
Auto-Built-Package: debug-symbols
Build-Ids: 3b30de02f279529d76f41a9d99c2936af80a004e
Multi-Arch: same

Package: libgl1-mesa-glx
Priority: optional
Section: oldlibs
Installed-Size: 53
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis2bv2024dev3b1
Depends: libgl1, libglx-mesa0
Filename: pool/target/m/mesa/libgl1-mesa-glx_22.3.6-1+deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 34532
MD5sum: 028e087b20f64607655bcf18fe05239e
SHA1: 71114b8a28082e79d538ce4bdded3978fe47a0a5
SHA256: 7e2c1512264f003dcc06a2a85612335d8983520c8d25f431edf520ab87f7f32e
SHA512: b7f9ee6ae1002bd7a0e556cea30e0ce31a949c1a5b1cb407d5744e6c6a0e9f12e768122f3e7d083da9c8e1ab72d74c6a041fb3203ea382da91761e8de58f3806
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: 385
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/m/mesa/libglapi-mesa_22.3.6-1+deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 65040
MD5sum: 3c604a8ee3f14ab1ee144dbe9afedbfd
SHA1: c1ed8f9492dd4c7a6167c885f78d07caaa889f1a
SHA256: 02886ebf651ce37f55fcef977f6d9fdf9d3194b4c2540ac7cb075a2880b5a823
SHA512: ec97f36ba5d5040c9db533f1949427f1660622f080462be003067eb3d864f119e9dd171e3774cd7f5b23e18e843a5b8ebafeb072251e09335c2fe7081c3a06c0
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+apertis2bv2024dev3b1
Depends: libglapi-mesa (= 22.3.6-1+deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/m/mesa/libglapi-mesa-dbgsym_22.3.6-1+deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 156788
MD5sum: b9af69493157fcfeb22a093aec5321b4
SHA1: 78261b665c5b877c23b7511947f37846a1cbb535
SHA256: bc6494a96a06ee186b17f376bb8d19f5cf18d07b8a6c500cdfb987559b4645be
SHA512: c8b1e691e0240dfe46cfb85a243040d2f2bd69db93445ffab48c2a21dcfb7f87e564f2bf7476a775950fc180d25bfcd1bbf9dd19e0ad36f68bbd2a3a4bdc106d
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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1), libgles2 (= 1.6.0-1+apertis1bv2024dev3b1)
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+apertis1bv2024dev3b1_arm64.deb
Size: 51984
MD5sum: a8e3f2ee5e390c8803763c3b78afe96e
SHA1: 132790a651d7cb55288ce860120b76d14401ed77
SHA256: bc3131aeea32168cc2d93dd22c65f9623f614c45f9befdea3f6790065e9fd3ca
SHA512: dde7dc775567d9745fac5b3d1624be26e1a97a7bc9739faa3887c4f2621d5942616eb6af02318577ea8b21b4a009f4c3d37b1748203997ebab98e5d0d4f92795
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+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libglvnd0 (= 1.6.0-1+apertis1bv2024dev3b1)
Filename: pool/target/libg/libglvnd/libgles1_1.6.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 13928
MD5sum: 807b97910bf8c00709e62cdbca779e46
SHA1: c762cf03eb0f4aaf54bf6b193ca75170c830ff2f
SHA256: 60b66463a0d4d16878c72b5181512d6ede30fb60d7af2be42a3f4cd46c1b656b
SHA512: 9425850267bcaeca31a290fcbe7528eeed232f7b0f174f7be4e09ff324c9c5c5047e9f216000d74cec045f7eb4430d99e4a18b4ed7a6cf0975dfa84f950da185
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+apertis1bv2024dev3b1
Depends: libgles1 (= 1.6.0-1+apertis1bv2024dev3b1)
Filename: pool/target/libg/libglvnd/libgles1-dbgsym_1.6.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 12048
MD5sum: f7f25d3f6efe005df0674b538ccfe045
SHA1: d2df17df237bc05fbd8b2bc7567753ef83cdbb5e
SHA256: f521082d91d6cda074cbee49cd2d50e20a31306c712c447e0e6bd3de134bb02a
SHA512: 776aaec3c26e8ae6f76dc54e5ac01f1d0077e957853e6e5523c108fb2d9ff387a3de46dff864e82e2677e26d98d1dce06ef3aa33e578032c28169e62813ef610
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+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libglvnd0 (= 1.6.0-1+apertis1bv2024dev3b1)
Filename: pool/target/libg/libglvnd/libgles2_1.6.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 19336
MD5sum: c98585d585b2b11836528e75fd43db9e
SHA1: ab97c15fcefa7cabe739c7bb11fe3c88f1c2fb85
SHA256: cf0053d88b0a0f8c3bbab633ede5dd924b85378446f596b2bbca82215860881c
SHA512: 40f57aa0b7b2dd6d19daedf340e815253b026e98201012c38038343c8e1846993cda1e91686d9a7fad081b5c73db43d6db4264b851e5a087b249afd220a489e7
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+apertis1bv2024dev3b1
Depends: libgles2 (= 1.6.0-1+apertis1bv2024dev3b1)
Filename: pool/target/libg/libglvnd/libgles2-dbgsym_1.6.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 14080
MD5sum: 9829c8e8541fc33539c26f9d1fc876c2
SHA1: 2309adc99bfccbc7b827a45071494161102c7680
SHA256: b9341f8811146f2abd8873d8ac2542c2a2fb0f7d2459616c31765b215486fc91
SHA512: 2171ff629419aacb723a47b38776cf09e286f8d4789a15a53c25a4ab8639d43c75cceab730622e8e1a31c1e6b71eedeb9dd5bdcc821f5e14f95eafdba32c583b
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: 53
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis2bv2024dev3b1
Depends: libgles2
Filename: pool/target/m/mesa/libgles2-mesa_22.3.6-1+deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 34516
MD5sum: 41815e6ba592f87edc04b7097bef1102
SHA1: aee0baf92d5c56bb2c63d48b2079e9bdb1384770
SHA256: e934c0203507b6972fe78cb79f89acac78631bcbf386cc7f3725488e5f9d29d3
SHA512: c364463f97f433e7075a140d0142bf0b03fcd0ef058f9247fc099c02c926ca47a5e2455ae434c9af6a96c1f6fb1084a5195a3d63ee4acf99071c4b257cf87eac
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: 53
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis2bv2024dev3b1
Depends: libgles-dev, libglvnd-dev
Filename: pool/target/m/mesa/libgles2-mesa-dev_22.3.6-1+deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 34532
MD5sum: 7a63063ec65bf65e73f18ecf8515ca1b
SHA1: a365ff4b3b1b4abac2d82e99f1040237dc208e54
SHA256: e553f64c07071b145e4b0d691d1f7bf98c68fc5af1dd375aead9689747cd4799
SHA512: 0603d3cf6409a62005c6445c1290a6966eb1a09c63efb70dae052acf25a664a969b59d73bfa3eac61b364e89c9af8d2d9ff1074205f103bd5cc8034e4af0ed53
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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 14560
MD5sum: b73f3fb1069bdc8b6f2472a76ed81cae
SHA1: cd63bb944bc0f3522b15ad0624a08000392e34a9
SHA256: 2fe22b82bb1aaa6690b80982a6a2d46195ad6308f0e36626fc78bd3da87f4e2d
SHA512: c8c8ccf937d8f2493aee9ac3870f9c1cdb5221cef3dd51a7f9ff6260224f7d79456c5a4c2bab5697952b1de93d7c1052ccf8077c649a378703bef8e37ad92442
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+apertis1bv2024dev3b1
Depends: libglvnd0 (= 1.6.0-1+apertis1bv2024dev3b1), libglvnd-core-dev (= 1.6.0-1+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 6320
MD5sum: d9729a4f6c4e5c56f9ca37084d6af237
SHA1: 60ab0ba0fe4a993c556c3ac7de2a52db4e84a599
SHA256: 040329cc5f4efc3629a468cf7585551e614824310b56988771838eceec67d409
SHA512: 35fd84f17d153e16596b400f4ab1eb678582a36c9c265e1114d6cc8415b6e8161b703be79a911bd86daf4c05ea92b021f16ef64450a7f7269ea2ba2e2fdd71b1
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+apertis1bv2024dev3b1
Replaces: libgldispatch0-nvidia
Depends: libc6 (>= 2.34)
Breaks: libgldispatch0-nvidia
Filename: pool/target/libg/libglvnd/libglvnd0_1.6.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 42856
MD5sum: 078307152f561ed9bf9bb8adc6b57345
SHA1: 3e4bd619339822cad43eb55cdcd8b196541758dc
SHA256: 64eb26687b9a09ebde436e6acfc34e4835134e3799f44f5c530b659a1a6014b9
SHA512: 9dfb42017a10203490a2424d918b30bd0c064f96e583f564ea7bdba94c80215a6a504d02e1d2f1ab5ddbf462e40b202503fdf164ce4d6a80b2cc9c2d85bc9c30
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+apertis1bv2024dev3b1
Depends: libglvnd0 (= 1.6.0-1+apertis1bv2024dev3b1)
Filename: pool/target/libg/libglvnd/libglvnd0-dbgsym_1.6.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 92540
MD5sum: 2a21735c1770c47e5c4b1db8f5c6c257
SHA1: 2d68194b017434cdde0d035fab4f622ada249c0e
SHA256: 9942a50955a5f6339d87da50f4a5234f99c317403b427801b73945a20c7012f9
SHA512: def6adcd03bf1f806b9e8a2ccf3be0596d18ae5c73022700ec22c38302060d9ec00bd4e839a11eb2a9642ea0327aeaca8df1389c7697644da6ca80221f991ced
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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 16972
MD5sum: 9ca5ccc93df46e0220cf503b210aa951
SHA1: fd8d4c1d69bdabf20e36c0560ffc9689a75a9dff
SHA256: 4d3e2aedd4efd8b9b131d283d346901a4bfe83475bb68f4364c554b5ef091f4b
SHA512: f5adb2e389245077f13a23c5d447b1302ed7d6a5a2195690666f70404c9c95802887a6b456058b10c623b054fc819ad3849ccf60555ea527a6528f4008020041
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: 614
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis2bv2024dev3b1
Provides: libglx-vendor
Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.75), libexpat1 (>= 2.0.1), libglapi-mesa (= 22.3.6-1+deb12u1+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 166164
MD5sum: d1dc99590082f3a7668d1fe530e96b9d
SHA1: 69c799e5b93f88cd00d3b27f64f8480515e241f3
SHA256: 876aba76b161097f0230782f81f4e15cfa794c472ef7fc715e5396690a463521
SHA512: fdb8f9d8e9fcc24ac84b3deae13c34ab06fe483f3a02ae67047cb8f1a736b9e7549202ae6b132211a89feb3b4dae654ea05bad7686ca6c2d2a379f9f34f9fcce
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+apertis2bv2024dev3b1
Depends: libglx-mesa0 (= 22.3.6-1+deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/m/mesa/libglx-mesa0-dbgsym_22.3.6-1+deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 709768
MD5sum: a000478d025d32367b60b30f467bdd56
SHA1: 2c62a3a39ad960d496e3f9f9bf37f63d69b91cc6
SHA256: 25ac7c4e64782f9ab6372277c8b6ddb9ccdee1132a489e124eec75ac6fb9c249
SHA512: 7ae000c1ae3124a2744f0e81d299d044ed8dbf8c68c892ec5b8c543c5a0c37bdb5b633e71a44de75addc4b290928abbb7ca49cac5a2773fca20198e159ee9e6f
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+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libglvnd0 (= 1.6.0-1+apertis1bv2024dev3b1), libx11-6 (>= 2:1.4.99.1), libglx-mesa0
Filename: pool/target/libg/libglvnd/libglx0_1.6.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 32188
MD5sum: 7369c1b846984ac5d595bce06fe74c58
SHA1: 88efa23621ce7d5f1a57a233db461886ee954622
SHA256: fcf348ca759395dabccb729a333e86c745d432c678cb09e33307ca266ea7b876
SHA512: 3a973ccd01cf93758fef80c35636f615cf4c7911dfcd8f8b723c09e39bfcd376b7a15825900241d0add831a3dac8696ea3ad2a9b1ce3407797c8c46a5f0ac1f2
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+apertis1bv2024dev3b1
Depends: libglx0 (= 1.6.0-1+apertis1bv2024dev3b1)
Filename: pool/target/libg/libglvnd/libglx0-dbgsym_1.6.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 118484
MD5sum: 282951e5f9365cee3f22fa5487d83bab
SHA1: 3de0a029596ee2ed984b66d69826d42acc4ee51f
SHA256: 4ed1f927e74b197c0041e976c8136fe7d6a850197413b83da91c2fb5cc739a4c
SHA512: 03859a353fcf40ef48b3251ba955f0022f3aadd6d5dc5d049f46d91e351a998fec083b995d9f06e1bb6dbf62554d40c344f9e7297f4c2a42e786d7ce4ac253f4
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: 3713
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: google-perftools
Version: 2.10-1+apertis1bv2024dev3b1
Depends: libgoogle-perftools4 (= 2.10-1+apertis1bv2024dev3b1), libtcmalloc-minimal4 (= 2.10-1+apertis1bv2024dev3b1)
Filename: pool/target/g/google-perftools/libgoogle-perftools-dev_2.10-1+apertis1bv2024dev3b1_arm64.deb
Size: 455016
MD5sum: ec53148a0b14906b4e3136a5acb1c7cf
SHA1: 215d6cf5a9b837c0ada74082da4e8a94c6511ae7
SHA256: 96835ce5cae51fc244430e75f5a94abcb8f1c44e84b157e5f693b8b68e069dd5
SHA512: f2da428091cb2a905b0b705412a416b2f0761f8479ea5b747c8d88ebc70e0e6bb18cc9b2d0c23b9ac350ad610369f3414ab88d9941d955a7f0f48a7e6bd566c1
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: 1079
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: google-perftools
Version: 2.10-1+apertis1bv2024dev3b1
Depends: libtcmalloc-minimal4 (= 2.10-1+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 184652
MD5sum: 984550a64ac1378c953bcdfbc4947d81
SHA1: 255bba7c8af0c93439acfcd95307ce2e50291275
SHA256: fd1be899ce807b28756003d22a19ef9b94ac2c29e1b6c24fe7bdeb00bd832e48
SHA512: 332c80f501cb37760fd8ed0ab73d7d14a2b26342ac61fa936a758c89738210fae62ae7629ba721ec2a17c8f69e58385f0148c2833ceca32de5fd163f2e33de07
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+apertis1bv2024dev3b1
Depends: libgoogle-perftools4 (= 2.10-1+apertis1bv2024dev3b1)
Filename: pool/target/g/google-perftools/libgoogle-perftools4-dbgsym_2.10-1+apertis1bv2024dev3b1_arm64.deb
Size: 2351172
MD5sum: b4a673b5048f9e8872abd147adb49f79
SHA1: 56272883db4341421d91e62eee851b3ee6571600
SHA256: a768b7974d323949359ea09ca2e8850545138bee713bbd3bef4d7780346b4ca7
SHA512: 01f9aded6497f6db70a404068cb9c359703e586233c81f831a5d4532c0331d5d6ecb025b90205f018b02dd3f91988450bd43bd3486eba42bec509b5ed5807dc0
Description: debug symbols for libgoogle-perftools4
Auto-Built-Package: debug-symbols
Build-Ids: 216fd311298df4bc2f3520cd9483024a3744445c 437e22617174698bd6213b5d1b60683ab8f1842c 48cc2393dbdf2331098f83725c8cda33c63b7091 ee904602df8a60f2e608a9235a195b9e46839e37
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+apertis2bv2024dev3b1
Depends: libgpg-error0 (= 1.46-1+apertis2bv2024dev3b1)
Filename: pool/target/libg/libgpg-error/libgpg-error-dev_1.46-1+apertis2bv2024dev3b1_arm64.deb
Size: 132412
MD5sum: 14b19e335d77d741b1ed73b4c3721dc9
SHA1: 81bbd06ccb3e5521bc9464f8d0eb44ceea36581e
SHA256: a60b66ffeebe52864c55f76a384412601d4bc1958fac0dec3fb8aa82982789c0
SHA512: 94482e2b8d39b70357faf98f6b329d1ea582bc0796ef50ca83e72ef1884584cb9a0d6b223d7d41e289f3b9850a816d1f4b14346301b69bf8de3da699da638b75
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_all.deb
Size: 111384
MD5sum: c179fcb73d3486448ebbfa8f585e5cc9
SHA1: 7de781de075297cb22a91e60e187484229cdbfdc
SHA256: e786d800c6053ed2feac45f6062521f66963e8c60dfb9984705362f1e4a840f6
SHA512: 75cb8e3ddb7e5c55f6cbce8309a6b3c075a01a33bdff84672716ce8b349eeb478b7736540e3f76bba3df834c9384208e91362608cb33c4977e9fe086bfede4a1
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+apertis2bv2024dev3b1
Recommends: mingw-w64
Suggests: wine
Filename: pool/target/libg/libgpg-error/libgpg-error-mingw-w64-dev_1.46-1+apertis2bv2024dev3b1_all.deb
Size: 847780
MD5sum: a71ac1d5fb5a8b199e4094ca05cf4cef
SHA1: 1555772f1508183f581cc05fe224e3c5922da335
SHA256: 457d3481f0875266d6c0dd20f1620c4c80ca03b77ef7b2c7866e81b9e5e4b80e
SHA512: 215091294600ac6bfa122c8538276e1905d774bef1adda13a4dd488a6f84d75dd3a176684059195c40cc691c087b68a9f43001c1335b94224d13e742989b05f5
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+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34)
Recommends: libgpg-error-l10n
Filename: pool/target/libg/libgpg-error/libgpg-error0_1.46-1+apertis2bv2024dev3b1_arm64.deb
Size: 75112
MD5sum: c47ee40664e11fb5dfc9f59106325840
SHA1: dd45a268b162e758a0755b2d6e3f4c67de965ac8
SHA256: f76a39de39a02ff20186ed15ef337416a1e24c11394839bee203bfe523413262
SHA512: 857732b3981c1c14bb4e4d33418c1264a6609e507f24916b382c26b2d811814df63b90bcf82fcf4b51c2297541a34e67bff18dce1e24ada1d32b454446ce1be4
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+apertis2bv2024dev3b1
Depends: libgpg-error0 (= 1.46-1+apertis2bv2024dev3b1)
Filename: pool/target/libg/libgpg-error/libgpg-error0-dbgsym_1.46-1+apertis2bv2024dev3b1_arm64.deb
Size: 184820
MD5sum: e09d4fdb658f0606c25cd3f1255e3713
SHA1: b8ceab7cf4af8a1706be22ee98419a01a5d47f8f
SHA256: 4e5bc65642ca5c77c94b8874509545db6a03b6f2354e3ea38f506adc75c32f70
SHA512: 04190a4fb6ff458cdb10195d71890be8a1b8383f98acd92feec335dbb0371e6bf67f7f2d5d320badc91180316340ca93eb756131157ac6065a5840b132e7689a
Description: debug symbols for libgpg-error0
Auto-Built-Package: debug-symbols
Build-Ids: ba520632622270b1b4075720603ec94f43e1c248
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: 65
Maintainer: Axel Beckert <abe@debian.org>
Architecture: arm64
Source: gpm
Version: 1.20.7-10+apertis1bv2024dev3b1
Provides: libgpmg1-dev
Depends: libc6-dev | libc-dev, libgpm2 (= 1.20.7-10+apertis1bv2024dev3b1)
Conflicts: libgpmg1-dev
Filename: pool/target/g/gpm/libgpm-dev_1.20.7-10+apertis1bv2024dev3b1_arm64.deb
Size: 18864
MD5sum: 46a08a50faccc2ed618857835de07f9c
SHA1: 89971eaec5ec22bc508186995374102181ecdaf5
SHA256: 24703e5e4b052c82080b1a5de76107f1c0ae214b8d0f86e3d1f9690414e89658
SHA512: affc872ca36851a6045a2e32224f02bfc8dc18dd2fd4ba3b29e6b4cd5438057c0b5e85b9022205faea2599dd4e4f2cf8e352edd63a996874f3db38ca752fad67
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: 86
Maintainer: Axel Beckert <abe@debian.org>
Architecture: arm64
Source: gpm
Version: 1.20.7-10+apertis1bv2024dev3b1
Depends: libc6 (>= 2.33)
Suggests: gpm
Filename: pool/target/g/gpm/libgpm2_1.20.7-10+apertis1bv2024dev3b1_arm64.deb
Size: 15756
MD5sum: 093e29dce3dcc92da8878aa2c8ed736a
SHA1: 6e66b13c6b66d03f83ed97b54fd378ba889245bb
SHA256: 6341c5a6ee0e823f710575991b5f943d15d0a0534073ffc802f357d57770810a
SHA512: bb287190a84ebe8f2210155b337256ef3445fbbdb67936d33f4412a80b512f9a3807c6a74c7f779d8542569c758afee6909fb52998d801a0e2b642745a4bb463
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+apertis1bv2024dev3b1
Depends: libgpm2 (= 1.20.7-10+apertis1bv2024dev3b1)
Filename: pool/target/g/gpm/libgpm2-dbgsym_1.20.7-10+apertis1bv2024dev3b1_arm64.deb
Size: 23284
MD5sum: 14c145c076ef4ac34e4463049363e12c
SHA1: 1ec07e6fb8dd6e3ee1aa65f7290c40d464f007bf
SHA256: fb616eaadf975801ee81e651a45565d4e18712311db24a6d83d56ce91342b984
SHA512: f1e64a806d4baa210d7c54b3f0b0c940b8b5a8a203b69bf2a33d39c910ff3e33e736b444df9e61aa8f81968e726a2c59d40e389ff4112db5f60b08bed13fb35a
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: 794
Maintainer: Alberto Garcia <berto@igalia.com>
Architecture: arm64
Source: grilo
Version: 0.3.15-1+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 142336
MD5sum: 1a448fffbd1b248f6a5a7e6f42bf56a0
SHA1: 7d89f61345e665629522f5719e6efc6edd0efad5
SHA256: 9613bccf771840e275b03bc57e131f9ad328da32ebe0d23902b8342129fe3da2
SHA512: 22937fbd427fddc1f8e9da57a0a1e0f6b44066f89c178898d7a2207151b208984b5d7f6c067f04e44d337a7fd6590bf582a1a7d45d5f3bd74cbb0b21f7c47f0a
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+apertis1bv2024dev3b1
Depends: libgrilo-0.3-0 (= 0.3.15-1+apertis1bv2024dev3b1)
Filename: pool/target/g/grilo/libgrilo-0.3-0-dbgsym_0.3.15-1+apertis1bv2024dev3b1_arm64.deb
Size: 288020
MD5sum: 39d87ed73ec9764297702034e6f56215
SHA1: 74c2e0297b8987133af009e2d6fadbe6a7561cb9
SHA256: 9ccbae79d52514d5c524a9d4f0eeff94423aee2b2c29b9b02176c273885142e0
SHA512: be526f74c9287f503d5bbfc18aa78e67d9d10ddf628bf3539f1f2e716312d3a425f8222c632f3097002884c3d677e55fa8383920438213229f70c76311a7e910
Description: debug symbols for libgrilo-0.3-0
Auto-Built-Package: debug-symbols
Build-Ids: 76d95b4b92f97a4519dda44bc3469a8220e45c2d a84ced5d3bd92aa63ae747246ed29964e3d9e5fe f18c3231200205b0fb149e0d272abe60f16e6c9c
Multi-Arch: same

Package: libgrilo-0.3-bin
Priority: optional
Section: libs
Installed-Size: 222
Maintainer: Alberto Garcia <berto@igalia.com>
Architecture: arm64
Source: grilo
Version: 0.3.15-1+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 34156
MD5sum: 1297cdf6b10d70727fa6676cb96b2d37
SHA1: 72ff426b5ae2703525e8a2fcb3880df2e1cf21fb
SHA256: 1c692508ccd7ad9da1af82e8fa0d16028fc4a63ddbb223c6cd7cb81710b9d6dc
SHA512: 133a20534d34db1d0da80f0c9aeeea8fb2d671d3e1e98ddcbcb6aea0ac4c65fadd2067c84aa2a610f53378d9c4419a62e167d08d1c3d5de8dcad9ee58f112bd2
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+apertis1bv2024dev3b1
Depends: libgrilo-0.3-bin (= 0.3.15-1+apertis1bv2024dev3b1)
Filename: pool/target/g/grilo/libgrilo-0.3-bin-dbgsym_0.3.15-1+apertis1bv2024dev3b1_arm64.deb
Size: 83284
MD5sum: a48bd7319b637ee7ef99ef5fe386abf0
SHA1: 222d20909170346b4c3e4d2d3150acf0631467d3
SHA256: cef2baff6b3a344f2dcd967a7d36b9c24819b517506a7cb0d300cdd569dbc912
SHA512: e52b347b32dfdb0b3b8779ac5142cb866ffceb13719f12abff79b3f8983dbd6cec97b5c877c9618580486b082ef1cbca6c0bb2e377e6b413fda99ce1ae3ec4e4
Description: debug symbols for libgrilo-0.3-bin
Auto-Built-Package: debug-symbols
Build-Ids: 0d0e79ed84d2b22e5a2d49980b154769e8a0e164 5ae631af8751e3786d01ab6e013ca31f914d4641 8184d8ebde78212ec12355ac8e04667e822a3301

Package: libgrilo-0.3-dev
Priority: optional
Section: libdevel
Installed-Size: 894
Maintainer: Alberto Garcia <berto@igalia.com>
Architecture: arm64
Source: grilo
Version: 0.3.15-1+apertis1bv2024dev3b1
Depends: libgrilo-0.3-0 (= 0.3.15-1+apertis1bv2024dev3b1), gir1.2-grilo-0.3 (= 0.3.15-1+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 69192
MD5sum: d99486a9e2b6df2ed444cc229d54b2b9
SHA1: 06b81240fa8a20fea2ccb14f7acca55e99df280a
SHA256: c9ba147931f500014c50a5537b8118e755fd8d3f4d59e484287a3a17a5cffb1a
SHA512: d8229a93fc0e625ed9a7dddc2a62bd6dc15297990eb82b107196a5a668e17a83d6cdc056d82a303e6d874d5fa8c50f6391cf48940ba354c13ca8405ee197ae06
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: 1461
Maintainer: Alberto Garcia <berto@igalia.com>
Architecture: all
Source: grilo
Version: 0.3.15-1+apertis1bv2024dev3b1
Suggests: devhelp
Conflicts: libgrilo-0.1-doc, libgrilo-0.2-doc
Filename: pool/target/g/grilo/libgrilo-0.3-doc_0.3.15-1+apertis1bv2024dev3b1_all.deb
Size: 103872
MD5sum: 19a01ee113823e72b4448a01179334cd
SHA1: b53bdfae656767621644beb4abe5df260df64dc6
SHA256: 99789f41b1f19a6a230c752fdb34e6cf9e7dac0f6e589ba0aad41af29fa434ca
SHA512: 671a26fb3648f8435efe3fe17765b84d337d6d2938e4347a6ad2cd7d27efa5618534cee9af683748b003ede07b54fbc343139b0ead05ce5aeef07eadf3ab3495
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: 7141
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: grpc
Version: 1.51.1-3+apertis2bv2024dev3b1
Depends: libgrpc++1.51 (= 1.51.1-3+apertis2bv2024dev3b1), libgrpc-dev (= 1.51.1-3+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 610580
MD5sum: d0ed57ba211f5d6dcb44a936b0a2a7e4
SHA1: 4600dcab28646446e33c6b3e2bc17c1787b2e37a
SHA256: 7940d44cc6f8490cc5c00fb5904c7e79e8f8eca0f42bbe4b11df8d9346eebcdd
SHA512: a8bde055fea11c2b3497831ca933918b53f0d302c3633ee2b98c1f65802473b27681235ddcdcb1902c408b00d20bab1b9702bb9ce3675a476e636cc5dd3e3838
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: 2513
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: grpc
Version: 1.51.1-3+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 439764
MD5sum: 97854d11d6b57b28153e696ab43ae8d2
SHA1: 0f6cd63939e10ad5e960ed85c41056d5bf5d0964
SHA256: cd309a12a5c1322589133f2951120e5277480b9dc372326e3c39634ef2e27e57
SHA512: e0dc53fc9f0a7bff2fa2c67857924b8d4ce9ebae35190c4c60509ca6f87e77436281ab56088dfc84a4bb74fbaa3675fa0fb6063130f001d63039336075932406
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+apertis2bv2024dev3b1
Depends: libgrpc++1.51 (= 1.51.1-3+apertis2bv2024dev3b1)
Filename: pool/target/g/grpc/libgrpc++1.51-dbgsym_1.51.1-3+apertis2bv2024dev3b1_arm64.deb
Size: 12014708
MD5sum: 2d70cdb05dbda58d85c014021eb1fbc5
SHA1: 7fc1de8a2a39d005fb9e56f74012de8dfad73fc8
SHA256: 91f976aee3e595e84f9ba3ab3d0945cc0b0cdd11054cc9f10d86ef3f8f92cb9a
SHA512: 912fd3a87eba2284f2e31d006d19b4d89617aa41a5313140f9caa00e5576948ffe6186d5a3c94eb128239d9b36c3c0def48169224da4420c51dc1cd53e96aeb7
Description: debug symbols for libgrpc++1.51
Auto-Built-Package: debug-symbols
Build-Ids: 7df7c3b73158a44ddf4262bb5a4b1da2eab97f76 85bb792611e030c946a4c82ddc59f3bb7ead9cd3 a741f3b058d96e4ea3c01c4d6ee010ba0de09d44 ad4cf86f458b6c753b29d960e25ba9d7da97857f c56cc538c73571a914d31430a48c4cb4068e547b c9fca18b34c6056482c29ef329a95ba17ae887cb
Multi-Arch: same

Package: libgrpc-dev
Priority: optional
Section: libdevel
Installed-Size: 34099
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: grpc
Version: 1.51.1-3+apertis2bv2024dev3b1
Depends: libgrpc29 (= 1.51.1-3+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 4389420
MD5sum: 2dfadcfb14a90a77b99b8c5884c7445e
SHA1: 2549247bcf2f3c344b437e2ee96dd572da6bce0b
SHA256: b588ed87207abedaca75ac1e04d2857cba3f1c9b651f7e8df996508c35612cc0
SHA512: 38ea3106f4703295d0eec5b35a1989f8c8bc51fb9c3e43206ee15af72a818ef209c3a42cae4d41579017e17f7795c99111dee5b8548801a7707785b174aa5087
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: 11572
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: grpc
Version: 1.51.1-3+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 2443600
MD5sum: 802939f004ba8dd94ecb55a0c1144438
SHA1: 6bfb96b30b71e5cd365429700a43b3c322c4a93f
SHA256: 6a2b7c3a508b1ee6df4e260d04d9ec851b693d0bcdafb19c90642163c8df47a4
SHA512: 2d84f61fcffa3c6bd300cc53281b5d978d0f83900db5b98ca4c23f4b6491a118c9ce9bf3867829caccbede885cc7dce219d789e34ce708007d961daf820b3026
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: 82095
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: grpc
Version: 1.51.1-3+apertis2bv2024dev3b1
Depends: libgrpc29 (= 1.51.1-3+apertis2bv2024dev3b1)
Filename: pool/target/g/grpc/libgrpc29-dbgsym_1.51.1-3+apertis2bv2024dev3b1_arm64.deb
Size: 81112648
MD5sum: 2dc0dd2c2f22ef412722f5fd0c98139d
SHA1: 24db3f3605de4ce0db926d6651543050791bca3f
SHA256: 33ecf9655f9592dcd5e3ba7cfb2f71ecfe77f0031c131f4f9b76bfcef0412abd
SHA512: 7d5c7924ad53d2baa1a4c301294cb3414b39c768ec5efbea8f200e3d36b1120e11540364e38dd58684c24dd4204e72eea21fbc193f5bc1b02b8f1e7b34337d0e
Description: debug symbols for libgrpc29
Auto-Built-Package: debug-symbols
Build-Ids: 099ea58ca146d194ceb8b8078dac1e2c1a3ecbcf 33b7df9e426588b813907917c8041b21506fe8b8 5226add41a5987a17b5886c848c72fb694393035 cf25530cc8acbf82435bdb4a031a02de3c114de8 f53a24a7c74b7aaac17e19b001afa93bb736a15f f712a194bf3e5b13284fefe29a75c93ed16122ec
Multi-Arch: same

Package: libgsf-1-114
Priority: optional
Section: libs
Installed-Size: 413
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Architecture: arm64
Source: libgsf
Version: 1.14.50-1+apertis1bv2024dev3b1
Depends: libgsf-1-common (>= 1.14.50-1+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 149440
MD5sum: 2352786b0715ec7417ed86f2e21c8b01
SHA1: 327da0490879b46c4953ebfd91e2860e4ab78d2a
SHA256: 91965f317327083a37622eea49d2c104a8bc87e39f687ac42178d506dad4ec54
SHA512: b84626f05db8d60b7e053bc5d40648fc1c72a80eb38641ff628f4b670b2acede0738a31ede12983d0818703383cdcec0fd40a6ec62c04f93df6c7ef43c2d7173
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+apertis1bv2024dev3b1
Replaces: libgsf-1-114-dbg (<< 1.14.38~)
Depends: libgsf-1-114 (= 1.14.50-1+apertis1bv2024dev3b1)
Breaks: libgsf-1-114-dbg (<< 1.14.38~)
Filename: pool/target/libg/libgsf/libgsf-1-114-dbgsym_1.14.50-1+apertis1bv2024dev3b1_arm64.deb
Size: 296872
MD5sum: c46a489a1b81c5c30803d5fccbe76ea3
SHA1: 7abd3eeb655003cc3ba28fdd045235006b8cd460
SHA256: db84a1b98f6c86dba80eda099fb29f30c9106bfdbc031003a06af854e5019894
SHA512: 4bcaaf3455af307ac4b01ccbe4765053f8ab47e4054596a8a9f1934a0ae1baa4cda18c71936938da3f8f0a9548f731dd749905a065a7f0c40f57587e0a77989f
Description: debug symbols for libgsf-1-114
Auto-Built-Package: debug-symbols
Build-Ids: 2a47e1cddbd199131c5c7308ecd1bd12ef857937
Multi-Arch: same

Package: libgsf-1-common
Priority: optional
Section: libs
Installed-Size: 735
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Architecture: all
Source: libgsf
Version: 1.14.50-1+apertis1bv2024dev3b1
Replaces: libgsf-1 (<= 1.12.3-4)
Filename: pool/target/libg/libgsf/libgsf-1-common_1.14.50-1+apertis1bv2024dev3b1_all.deb
Size: 156124
MD5sum: b51aeb1e81a035b9fd7fa20ed2de9479
SHA1: 82a22057e106790e36302ba730345cdd98708482
SHA256: 44e6a24f6b32cb1eece659fd31a431f9a98d77d14c38fe50a75c1fd2b86f3ffd
SHA512: 32726293d0beed662d6e04d2b43e254073fdd8afd1850acc939af4c6a9f57ba01438eca4234e3344fbf841767ace4d19ac51f7820e59fa27878012d996d531b0
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: 2099
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Architecture: arm64
Source: libgsf
Version: 1.14.50-1+apertis1bv2024dev3b1
Replaces: gir1.2-libgsf-1, libgsf-gnome-1-dev (<= 1.14.8-1)
Depends: libgsf-1-114 (= 1.14.50-1+apertis1bv2024dev3b1), gir1.2-gsf-1 (= 1.14.50-1+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 270948
MD5sum: e0143d401ee874ea542268ccbc395ba3
SHA1: 957818954612309da2cb4cf47354856ec4742111
SHA256: 508a4cc81dadf8700520c8685b6d1590b72764261a7fe9018acaf944bb5d7f63
SHA512: 050d1fc54229153f96f6e260aa8c81a0fe1d3ad50634cbf0d8dac3edecd46c7a097b60d473021f18d4b7ffa630f669eea3d819d12e68194db4eb5dffcc2671ca
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: 278
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Architecture: arm64
Source: libgsf
Version: 1.14.50-1+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 72044
MD5sum: 59339eb7579565ab073e190b32e94a17
SHA1: 881aaa75c3cf1e6f84c26a657657f66e7786f0e9
SHA256: 0210513978319669bd6172e6c4bfbc134a4f9a20fc5a624f5146d6346dbddf69
SHA512: 25da13783e9701523bd0b716051433e43443dadde270d29f9dae6dd96155dfe520e2c8898db93a82c573c57c4bdb954c7ac4ed7c217b46207006cb5c9b34e244
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+apertis1bv2024dev3b1
Replaces: libgsf-1-114-dbg (<< 1.14.38~)
Depends: libgsf-bin (= 1.14.50-1+apertis1bv2024dev3b1)
Breaks: libgsf-1-114-dbg (<< 1.14.38~)
Filename: pool/target/libg/libgsf/libgsf-bin-dbgsym_1.14.50-1+apertis1bv2024dev3b1_arm64.deb
Size: 28752
MD5sum: 54ee00a1b8b7ff14cb3b12b1e4011903
SHA1: 95469927bee89d22ba79d02cd9677ba0c59ed4a8
SHA256: f78af110749dab05ce82f52998cff86ba74ebea75d67cfc3241986f344e510ef
SHA512: 04632943bcaa8116a7fba98de9e37d2463473887fd6c927a3ed12250b2a9b4cec13e11aabe57ecc511c6b893ea0cb194ebdf211984a3943ec483be39bd39d3a2
Description: debug symbols for libgsf-bin
Auto-Built-Package: debug-symbols
Build-Ids: 3b4bb29bc2afe34f492a41671ee315ffc4eef142 94c1f4008964f237342d2d657260b1603ad9ff75 d8192bb48951e1b460c2aa57f96d0143fabd1643

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: 320
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 100840
MD5sum: 2f70540bb39c9e53653dc9cbd7ea65a7
SHA1: 8c7a403cd0c6df1d7b46759a4cd10e0b13114dd6
SHA256: dc8401bff68cd70bdeeacc59378dfad9a86ed8aa430777493e7536c189967f76
SHA512: 8f49bb4bad45895e65a1be0eefaed990470eb4a51f40cf795a0f258af55edf7abe2d140ba6409d04da89a758e250c9a979eed7172561924fe711dee4d721168d
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+apertis1bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libgssapi3-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libgssapi3-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1_arm64.deb
Size: 567272
MD5sum: 678ab6af4c8d4f07471992cddc34500f
SHA1: b95d6c039f1f15fe3b4374e269b66c12b9728570
SHA256: 1545999cf161c0b86559305fc243c27eb04cf832facb6a6600e7b229d0ae3397
SHA512: 65e6d3faa07ba0463f6c011c16d488b73205eafa0eee38f75ec0461a2c6f5f6fa5788e6f918b54e469ca75f825af2d1067275de26d9faaeebeefdf1a9f5f0dba
Description: debug symbols for libgssapi3-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: 930ddb84feb50cabb82b621f71de4c3bf6643ce8
Multi-Arch: same

Package: libgssdp-1.6-0
Priority: optional
Section: libs
Installed-Size: 162
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gssdp
Version: 1.6.2-2+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 37908
MD5sum: 0b0448ea71f78c79cbcaab10495ebc64
SHA1: 5750928688931d2c5ed2d2f08ad2b2d7276cae73
SHA256: c1fce7a0f0c4623da4268d17b26dbd7a3275821ec3a74b9630c29d047051424e
SHA512: 673f356c4dd4c3c5306c59b7eca32b74f886fd0920d40acae5427a8981a7d0550435c7cb828f6b554bc89afe6c9a7085b10afd9a8404a75eccde68456aee014b
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+apertis1bv2024dev3b1
Depends: libgssdp-1.6-0 (= 1.6.2-2+apertis1bv2024dev3b1)
Filename: pool/target/g/gssdp/libgssdp-1.6-0-dbgsym_1.6.2-2+apertis1bv2024dev3b1_arm64.deb
Size: 104640
MD5sum: 265866e7eda381ba2a065d0d2e59eefd
SHA1: 0d59d652703ca02442fdf856d4a3d7c1dc184995
SHA256: 4646e81c8640838f65f1a9e4993b84208cff8dbfed037e9969a47346d331fbb9
SHA512: f38c75512ea9d2f53e8a977c63d737633131d586984621ca5be3dc5b7ca736fa872f696623d5ede1cfc5c71f00656c4ff53f4dc5d681d72081f3b9f2ef396a0e
Description: debug symbols for libgssdp-1.6-0
Auto-Built-Package: debug-symbols
Build-Ids: 1a8abb6a91767c2862cffe2ad9f47836f795d267
Multi-Arch: same

Package: libgssdp-1.6-dev
Priority: optional
Section: libdevel
Installed-Size: 138
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gssdp
Version: 1.6.2-2+apertis1bv2024dev3b1
Replaces: gir-repository-dev (<= 0.6.5-5), gupnp-vala (<= 0.10.4)
Depends: libgssdp-1.6-0 (= 1.6.2-2+apertis1bv2024dev3b1), gir1.2-gssdp-1.6 (= 1.6.2-2+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 16520
MD5sum: 5b3aaa99841f2c53511477024f029b9d
SHA1: 6f9b65fa3f12fb32b2d6d53a22b355733f522a9d
SHA256: 8b94ca0b761258bc43168c62d151a42c7e2cfed00e8836e033c36ae74ba1507e
SHA512: eb9ed17df76cc5973add3a5e401b35061334e60004644796161b8905ced7845df77e93ef85855ec28b747441f5710f34399bc6786b20dcc341d45adc7c8e77a0
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: 695
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gssdp
Version: 1.6.2-2+apertis1bv2024dev3b1
Suggests: devhelp
Filename: pool/target/g/gssdp/libgssdp-doc_1.6.2-2+apertis1bv2024dev3b1_all.deb
Size: 44536
MD5sum: d2a3e5fa55268663ba51eb762b8d954b
SHA1: eb93ba81fea52556c148c17bcbbb9ca5dad00f75
SHA256: aa9031d5a6a2322393306d84c0b933352f18e682edc32906a1091b1cf84a2e05
SHA512: c1dd00096c5353dc078a93e25a85bce21d60ca357d607d0d2fd31707aff01f688aae7a79167a116c16f83ddf216767fe9a4ba024c17c7a45a82f03f170021354
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: 11053
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk+3.0
Version: 3.24.37-2+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1)
Recommends: libgtk-3-bin, librsvg2-common
Suggests: gvfs
Filename: pool/target/g/gtk+3.0/libgtk-3-0_3.24.37-2+apertis2bv2024dev3b1_arm64.deb
Size: 2601576
MD5sum: d932cec1ba0d470389ceb78cdf804d0a
SHA1: 2cdef2d638298bacbc01c5f78980f9f22d3ae071
SHA256: 15153db63ae9ee6b62e43802afd97f12f5109fdcfbce401776526730b65c4a88
SHA512: bda503b8fcf6b211a19221d7b182ba6b9c31fd92e4f902580d7dbdbd4b14c326291e2dcc8416f09ad3a4f9c733cf15bfa74a67ff697200578f778b4c84a16349
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: 9786
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk+3.0
Version: 3.24.37-2+apertis2bv2024dev3b1
Depends: libgtk-3-0 (= 3.24.37-2+apertis2bv2024dev3b1)
Filename: pool/target/g/gtk+3.0/libgtk-3-0-dbgsym_3.24.37-2+apertis2bv2024dev3b1_arm64.deb
Size: 8611996
MD5sum: dc6a6237d96a84965e6ad4be7f929e4d
SHA1: 425e7001451d55dcdbc0e750ae35fefd840cdb26
SHA256: a3c180e82dd0fe79402878ea0506c1dc0157ba272b1626280b8a13394c0eebfe
SHA512: 1d6eb4c4314b1eee262a3aeeb3bfb9bcef0b965c25218862c46020adf45d71961fe2c1d80651b381d7892b65be7ecac7d05481260fa0061cd7e216f119c355af
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 f8ed56db14075976a9b241ac2e916ee959db06f9
Multi-Arch: same

Package: libgtk-3-bin
Priority: optional
Section: misc
Installed-Size: 518
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk+3.0
Version: 3.24.37-2+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1), libgtk-3-common (>= 3.24.37-2+apertis2bv2024dev3b1)
Breaks: gtk-3-examples (<< 3.24.13)
Filename: pool/target/g/gtk+3.0/libgtk-3-bin_3.24.37-2+apertis2bv2024dev3b1_arm64.deb
Size: 102028
MD5sum: b248f13bc23a9fa81cb2a827424f421b
SHA1: ca62b8a2cd872da2985c40c683e0ec42e8746298
SHA256: 5b9b38fe950a7e8d65491145c2d75f2d5b8cf01b7bb86ad25d966c083b2d727b
SHA512: 24cba4012b9267ea5434ab5a00463122104b4c7ff7c55c619536626a7d7817a6c6b81ced87420c3a9bcd586caf23cbdcb643603b7ba382269ced4d94ecb6a62e
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+apertis2bv2024dev3b1
Depends: libgtk-3-bin (= 3.24.37-2+apertis2bv2024dev3b1)
Filename: pool/target/g/gtk+3.0/libgtk-3-bin-dbgsym_3.24.37-2+apertis2bv2024dev3b1_arm64.deb
Size: 103780
MD5sum: d63a1debf6a72014c80150a92da33d43
SHA1: f68b852450fa15fef283e623ae8b36fed1d3fb3d
SHA256: ad7f7cb2d57d6961ea368b9e561a18ff1d6033710d6c9ec29780e8ec9dde3799
SHA512: 73c2495a97fae56cec5d80597e0e44e61c250bf9dc141934ad029862ea0a9b3394d8fc124d90e19e524121dbb48af58378c835904fe0a8139f3f5df59060b849
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: 26526
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gtk+3.0
Version: 3.24.37-2+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_all.deb
Size: 3911020
MD5sum: 27ea651baa462a86da15a70ef66f20a9
SHA1: 8333e8551e080b7da4ba1fdcc520a7b61ed05313
SHA256: dff800e4793303d1bbf68966d7287e4084058fcf40a54adc9102dc67a99e5b84
SHA512: 78e07ee4f94bd2d095d9d012a2e06b036e2c7597db1e4ca7be0712b0da3bf2f106af854c5caf08a8ab233524f5ee211865b47129a7b659754ba90f53a7ededee
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: 13945
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk+3.0
Version: 3.24.37-2+apertis2bv2024dev3b1
Depends: gir1.2-gtk-3.0 (= 3.24.37-2+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1), libgtk-3-0 (= 3.24.37-2+apertis2bv2024dev3b1)
Suggests: libgtk-3-doc
Filename: pool/target/g/gtk+3.0/libgtk-3-dev_3.24.37-2+apertis2bv2024dev3b1_arm64.deb
Size: 1137272
MD5sum: 59857576722828b2273d1de58a879579
SHA1: 4f0977f4d44ac33366b4587283228b0c9d6a1e38
SHA256: 0696cf5692460a16732d5f4e59ca6303669ab4f35d5598fc34ab8df3112c89ac
SHA512: a2087683f6e1b83a83e275df0f1307fec1adbc717c6754e4b490b203c2596395cf340d2261c3ec5566fa8fbf116cd93f87f3520f4f34b8453cf9eeab9e04bb45
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: 24481
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gtk+3.0
Version: 3.24.37-2+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_all.deb
Size: 3354204
MD5sum: eb884fc49cb0a720c5c4b912c7d4f0c8
SHA1: 189c651053f2084df4fcefe805ac28c73ba808f7
SHA256: 82635479f05dc4907d0e3eb112094c08965fc06c1370a90c5d5055437d949aac
SHA512: 61e846ed2432fa3a2f1a32ceed6999bcc2db56c60fc382bf68e965b7512deb32d351dd117fbc764bfe1bdeacdbf35de93389dc22b57c55c7495806ac4e71a427
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: 9257
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk4
Version: 4.8.3+ds-2+apertis4bv2024dev3b1
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+apertis4bv2024dev3b1)
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+apertis4bv2024dev3b1_arm64.deb
Size: 2541884
MD5sum: 6adacaa23853676d8626ccefe97b74f3
SHA1: b0ea558e9178c529bc8c77be7c2b33ad6d431f9f
SHA256: 224eabbdfb2c9e44ea7603e9fe3fda1c6acd3f3cdd3e913bff911d8752fb91dd
SHA512: 2f6edefd8f7ec64c33b2f12765cb46dedf8119e7a5f75f40ddac523da415ecf8a3a1ede791e72e2d549716eb4858152630576bc0f9fd0accbc64df5f3164b926
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+apertis4bv2024dev3b1
Depends: libgtk-4-1 (= 4.8.3+ds-2+apertis4bv2024dev3b1)
Filename: pool/target/g/gtk4/libgtk-4-1-dbgsym_4.8.3+ds-2+apertis4bv2024dev3b1_arm64.deb
Size: 8974924
MD5sum: 8b385d534020ec85a3130ca01553a873
SHA1: 9e3e752a77156d5d46319720832522d7518ec93d
SHA256: 31ff526ff7d0ac0d15991d2185da5cbacac80e10a84ab0057f86f0a1982aeb7d
SHA512: 7d6a88fd60f668028b22f2910652519600a47a9bd0075a4ee65fd06154c749ebb848459a9ede6f8970eb1c27b28b345b5b4610d85a6426141664e9a2344f5c28
Description: debug symbols for libgtk-4-1
Auto-Built-Package: debug-symbols
Build-Ids: 4e7a7beae74b9315174c69cf38782a90ec276e05 f4b35a99865c92d3402752a474bfbdf984e9b2e5 f7401228343825330f6847d8371f7be0572b1c70
Multi-Arch: same

Package: libgtk-4-bin
Priority: optional
Section: misc
Installed-Size: 9074
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk4
Version: 4.8.3+ds-2+apertis4bv2024dev3b1
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+apertis4bv2024dev3b1), 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+apertis4bv2024dev3b1)
Breaks: gtk-4-examples (<< 3.96.0-3~)
Filename: pool/target/g/gtk4/libgtk-4-bin_4.8.3+ds-2+apertis4bv2024dev3b1_arm64.deb
Size: 2511160
MD5sum: 89ff2e29105b50ffa0e2df701633069a
SHA1: 58f4d616c921152d9152dba617e6dc94b3ad751d
SHA256: e404223ea7c5a6dd9302953c09f140ddff2249e69b43c19ba962be6d484957d9
SHA512: 431d96db1dd597bedf3647becbbb3551ee1e430fea1a4a77f189d93ed1099de4dabb35710ee53384d1d85da0af874e9401285883ff6743edbdb3634b010963d8
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+apertis4bv2024dev3b1
Depends: libgtk-4-bin (= 4.8.3+ds-2+apertis4bv2024dev3b1)
Filename: pool/target/g/gtk4/libgtk-4-bin-dbgsym_4.8.3+ds-2+apertis4bv2024dev3b1_arm64.deb
Size: 8899788
MD5sum: 29582b3b7f2ca74148ecb9cf78285b63
SHA1: 8d2e0b95e8a3229f136db12e31b6a270953dbbda
SHA256: 5ce413e1e666417d22a1d8a43d301b6bf1d8a874b2e74232447c0b378bb6f377
SHA512: e6fe0032be4f251205e9de9d3e25d10069a5c6bef2f2df08c703e49ab3d1a5048b26bffdf2d1308dd2582875dd77abb81da11790a09bfa4c71811edfa412634a
Description: debug symbols for libgtk-4-bin
Auto-Built-Package: debug-symbols
Build-Ids: 07cda42aca6d1cda5462dddc7cd3c1ba91bf4405 131fa637dae07170d428e3af82c4c63e6a9a2dee 25ea3927184e7854627ee45f7ab3367daff5c46a 2cdeebd6c34172d2fac2702354760a8a83c8e444 8a42b93eb88b553a02fc8d60e4243c256f5cff72 d2a2ad5c46be3f844cf857361d094e04ce5845d4

Package: libgtk-4-common
Priority: optional
Section: misc
Installed-Size: 10494
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gtk4
Version: 4.8.3+ds-2+apertis4bv2024dev3b1
Depends: dconf-gsettings-backend | gsettings-backend
Recommends: libgtk-4-1
Filename: pool/target/g/gtk4/libgtk-4-common_4.8.3+ds-2+apertis4bv2024dev3b1_all.deb
Size: 1875300
MD5sum: 391b7ba4cbea85f0a4ebb6578196d42e
SHA1: 90610e7b7cb6496cd1abb542bd97740e79ef8735
SHA256: e2aea1f607f3a1a94835df241d6be3b58a5e7e43e0f44e49113e296d3c2f1158
SHA512: 3df71e95fe075c1061f164265c1efa4e61afbfc018d43fb0cda7e1c06661bb53456079d7d14d37c25a7cf014c0dd362130917f2feaa3c2633279471cfbf03164
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: 11027
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk4
Version: 4.8.3+ds-2+apertis4bv2024dev3b1
Depends: gir1.2-gtk-4.0 (= 4.8.3+ds-2+apertis4bv2024dev3b1), 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+apertis4bv2024dev3b1)
Suggests: libgtk-4-doc, gtk-4-examples
Filename: pool/target/g/gtk4/libgtk-4-dev_4.8.3+ds-2+apertis4bv2024dev3b1_arm64.deb
Size: 910592
MD5sum: 13fc5f77468a84b99a92f003f8f726b9
SHA1: 28b9a799a1bad182d954d67da41231726504724c
SHA256: 43796d2207dd353af9255ae3f40b82c2eb4e2b32286350f1e16c081c69b4343a
SHA512: 0e26f2107cbc12fb8235cc86217b20d104b54ccd8c76d72ad2fdf4bbc2be60ca66371ed93a67d442930300af93bd81e4c8ae1e02bb90dfcf235b4825922c12ac
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: 74689
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gtk4
Version: 4.8.3+ds-2+apertis4bv2024dev3b1
Recommends: libglib2.0-doc, libpango1.0-doc
Suggests: devhelp
Filename: pool/target/g/gtk4/libgtk-4-doc_4.8.3+ds-2+apertis4bv2024dev3b1_all.deb
Size: 4331964
MD5sum: 4bb2da5102b020d1d302484309bb7850
SHA1: 524f607751f0f4904cd04713200e77b9cff1ee4e
SHA256: cbda638093966e492a5a0be27b9f9e49f6a7c99a1c1eb22364ff98d1eddf1792
SHA512: 79615c3417da70b2580ba0cbd7825048d76ef5d1a50e2109e9bca3bf2d3fd4851557c419f28f2c600e074ce4e83acbca1f855734c0dd0df30f38bcc2191f2296
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+apertis4bv2024dev3b1
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+apertis4bv2024dev3b1_arm64.deb
Size: 58524
MD5sum: 48e2afaedcc66c71952e4648a3e1515c
SHA1: ed273fde29db68ec84e3a13bf37df0766e4d41ee
SHA256: 3bffde546807c9bdcdf8c4f61e52b804718a92118877a0d5021aad8e6a668c10
SHA512: 1fc5ec775798eb10701100aa2223ba6c3eefacb1e777f14a5f02da3185ff237daa2b4f83fb138cfb129aa4d61d586c610fa88869498a35a3c566bbd83b9ee500
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+apertis4bv2024dev3b1
Depends: libgtk-4-media-gstreamer (= 4.8.3+ds-2+apertis4bv2024dev3b1)
Filename: pool/target/g/gtk4/libgtk-4-media-gstreamer-dbgsym_4.8.3+ds-2+apertis4bv2024dev3b1_arm64.deb
Size: 55592
MD5sum: fb0cfd50655c87317c9d3b729ea0153d
SHA1: 4fb8357cd61824d9157d4f358428612b4aab0cf4
SHA256: 96d0108c334d24ff2cfee61cf0fef4bd2c12ad98b0c1f9cee744a3f04d3bbdf1
SHA512: 82ca86a99b6180c64dc92b8d609c91b8dc3f5430bf01be2d43da5fb6fb93acd16fec40b6b796461e1c33ea1500496f514d790c05730f6a9d03509eea4011877d
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: 303
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gupnp
Version: 1.6.3-1+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 83684
MD5sum: f05c15c8716ab75afebc7b83e93c99da
SHA1: 7deeab0f91c111ba42bf3cba33dec2e71194d656
SHA256: b2dbde524cf91c97e33ffc8ff631489c1503978161b70a1a8b17da160c64a8ec
SHA512: a952cfbfe2277581aefe92775131735ec4db61beb230800c5c56308ff361ec39ab6a26285805a0714ba27f05581216c4c76d236ccda19bb6b5c23a53146ee1b6
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+apertis2bv2024dev3b1
Depends: libgupnp-1.6-0 (= 1.6.3-1+apertis2bv2024dev3b1)
Filename: pool/target/g/gupnp/libgupnp-1.6-0-dbgsym_1.6.3-1+apertis2bv2024dev3b1_arm64.deb
Size: 256340
MD5sum: 71848112bfa26c6df63981b85a0053ea
SHA1: 32ceb1d7cfc552b55fa7c310b462929f0352b84f
SHA256: 8b5309c06b7cf77b0b01309141382a80e0934289f58a1ccb4dc6e95626e12a36
SHA512: 8cbc3164d01a3b1349644faa62d2f2d2e2ddca803d1a42b0594a3156b9a8af49aa90a2cdeee1a69601e89d4bcd19e0c8c05046356be118ce2af80d16144682c9
Description: debug symbols for libgupnp-1.6-0
Auto-Built-Package: debug-symbols
Build-Ids: bf68da2a80f8ab935e3b4defb49cc5dcafbaefeb
Multi-Arch: same

Package: libgupnp-1.6-dev
Priority: optional
Section: libdevel
Installed-Size: 639
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gupnp
Version: 1.6.3-1+apertis2bv2024dev3b1
Replaces: gir-repository-dev (<= 0.6.5-5), gupnp-vala (<< 0.10.5)
Depends: libgupnp-1.6-0 (= 1.6.3-1+apertis2bv2024dev3b1), gir1.2-gupnp-1.6 (= 1.6.3-1+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 63592
MD5sum: 81952279227d3c624fbbf4ec8a946d49
SHA1: d61efc7707b4b9e717825d754c8d01875bea7b2a
SHA256: dde75dc158495476241ffcb115326a21299151f997f6ff330be34681ad40ba00
SHA512: 02d8f4dc1bdb9fed22432356f5a3c58ddbb10514d8b25734e2da0dea5c02eb09e894bd3c67a7af6ced4e71fd684429b9836327f92d2108a3df574cead6ef4ef5
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: 624
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gupnp
Version: 1.6.3-1+apertis2bv2024dev3b1
Depends: libgupnp-1.6-0 (= 1.6.3-1+apertis2bv2024dev3b1)
Filename: pool/target/g/gupnp/libgupnp-1.6-tests_1.6.3-1+apertis2bv2024dev3b1_arm64.deb
Size: 43352
MD5sum: 43139d28be91190bb62b9750b0e9702b
SHA1: 8e752a2fd0bf077860beee2488874ed4c496e076
SHA256: 76a8e597fd4892a82286d49401312a2b3fd5ae6eb4bcb71b43109028b3e3fca4
SHA512: 459c51407df3928a2f404be9c6a14bae2e323e1e36cc2431c73e78f273d47f9dd1b58b3a1cde02ad2f6160c1af50c5172ee7d358ccf902cb1bb4f2107f162432
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+apertis2bv2024dev3b1
Depends: libgupnp-1.6-tests (= 1.6.3-1+apertis2bv2024dev3b1)
Filename: pool/target/g/gupnp/libgupnp-1.6-tests-dbgsym_1.6.3-1+apertis2bv2024dev3b1_arm64.deb
Size: 116268
MD5sum: 9075317bc33059dc3b483d77fe6c41a2
SHA1: bd50a37501fa8529bfb04571521094b4b3d82cc4
SHA256: b0b7f0db11586fee789431bbd3444558bf9884294fbd77fc842c0078cb95290d
SHA512: f865a8ec7cb8393aa4697781769e86e7ebeccbd368e95057fdc61a74dcc45decebf6d0f4c38bc01229053089da3e242b91292d2fc33ced7cc5eaf07b84ea6944
Description: debug symbols for libgupnp-1.6-tests
Auto-Built-Package: debug-symbols
Build-Ids: 20396500649e039744a15b9fac5c262e41bb8db8 24dd4746b11e49acb53be7373ea2efa3207ca8e8 2fe9d909d76a5d10ec862fdbc742800eab7daf35 42173f9f69ade520e460ecc19aceeb5d5dd7b179 60e5daa2649bf5937c41e7c36b2f53d65eb33439 616c93410db621bf05b6aeb7675b00f778ec997b 61a45eef07f9df333a57e0c1189a3060b49e93c7 b8ec8a8055cc20e3e3e19188124e7159fedef176 cc6d3f79e977a3192ecaa7b913f30837ba9db526

Package: libgupnp-doc
Priority: optional
Section: doc
Installed-Size: 2134
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gupnp
Version: 1.6.3-1+apertis2bv2024dev3b1
Recommends: libgssdp-doc
Suggests: devhelp
Filename: pool/target/g/gupnp/libgupnp-doc_1.6.3-1+apertis2bv2024dev3b1_all.deb
Size: 103288
MD5sum: 3247741cbf2a860deb31fb56d022f935
SHA1: 21245f26d76683798f4c57da667eb0f153f8c3f0
SHA256: 6b3826d37be6ff0376f275bd7672076cee97771bfefe9fc206f1f9eca8fda8ff
SHA512: da268eeb22a2a9a03195ff2c1507614a6957c1b8ca83a4b8a9c39a84e936e872544c077ca078f043a63bd8e7a7a2c5bc1ecb95451acd0c34dd29bb4d125ec31e
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: 1829
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Architecture: arm64
Source: harfbuzz
Version: 6.0.0+dfsg-3+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 1605344
MD5sum: 158b5773bfcc2c6cd7c75d1276132d3b
SHA1: e1a81ee0842addc86d0d4b6455352891bea9c081
SHA256: 1ba2b0c1ae6da9edd6c6c7c28dcb97895f3b39aa7ca4266b48e6050834e8fc7c
SHA512: 785c19c6edb2ace14c98ae09e946b5c00834530c0268332dae0f4077da350158d0d9ffa9fb059b7875d5f0a125a5b523825071c5b2b0df137c3b3840f2a53b24
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: 262
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Architecture: arm64
Source: harfbuzz
Version: 6.0.0+dfsg-3+apertis1bv2024dev3b1
Depends: libharfbuzz-bin (= 6.0.0+dfsg-3+apertis1bv2024dev3b1)
Filename: pool/target/h/harfbuzz/libharfbuzz-bin-dbgsym_6.0.0+dfsg-3+apertis1bv2024dev3b1_arm64.deb
Size: 192772
MD5sum: fe1a9ccc3915eae4a7aa03fbaa2b4fb3
SHA1: e9b126264382b995c44b7ab57d8276b30e550bd7
SHA256: 7dca14073db9006b6fd0257e9012cdf141776c5642b77ff55f9f14aa5519902f
SHA512: c83bbc86bb7851ebacd229d6dc87d3deb2954f2ff2f6114c64bf4a73fdf66c173b50e7ff2ea01e3db63887ccfc046add874e3f3056fa2e3a13df3e83c28ea54b
Description: debug symbols for libharfbuzz-bin
Auto-Built-Package: debug-symbols
Build-Ids: 026144954526e7081b2741f59c08e4324ce5a38e 47dc64819b3d5e9411798b6a5f6dae398b981134 dfba168e5f205c0735d372018521639472b12bfe fb0714941b01724eddff1edf76486a56bc3d202e

Package: libharfbuzz-dev
Priority: optional
Section: libdevel
Installed-Size: 3026
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Architecture: arm64
Source: harfbuzz
Version: 6.0.0+dfsg-3+apertis1bv2024dev3b1
Depends: libharfbuzz0b (= 6.0.0+dfsg-3+apertis1bv2024dev3b1), libharfbuzz-icu0 (= 6.0.0+dfsg-3+apertis1bv2024dev3b1), libharfbuzz-gobject0 (= 6.0.0+dfsg-3+apertis1bv2024dev3b1), libharfbuzz-subset0 (= 6.0.0+dfsg-3+apertis1bv2024dev3b1), gir1.2-harfbuzz-0.0 (= 6.0.0+dfsg-3+apertis1bv2024dev3b1), libglib2.0-dev, libgraphite2-dev, libicu-dev, libfreetype-dev
Filename: pool/target/h/harfbuzz/libharfbuzz-dev_6.0.0+dfsg-3+apertis1bv2024dev3b1_arm64.deb
Size: 1680976
MD5sum: 0b4d1952f612f103b10bfe6520ad07bc
SHA1: 3f852b8c82b66b9eb3c44b8554db8d4efbacc230
SHA256: 820b3974e34cf3391a7d6e6e4d771214569291ee24abcab441c79bf594c0fdd8
SHA512: 5435be1db3995ceb3011ba5161f1d50aadd41600866fc65709711f15d2583b1066feb2fa58616d7531b18986945b9efb3f0cbc4800e855f1a7b8103996035df0
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: 4131
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Architecture: all
Source: harfbuzz
Version: 6.0.0+dfsg-3+apertis1bv2024dev3b1
Filename: pool/target/h/harfbuzz/libharfbuzz-doc_6.0.0+dfsg-3+apertis1bv2024dev3b1_all.deb
Size: 1742508
MD5sum: 19c0c427e05274da9a3ce184ca0b7895
SHA1: eeb0d980f013763af4fb540f0604ded92fd6afa2
SHA256: b8057c74cbdf356d61de7cdbecaea8f035ca21dcbe9178ecfa27ad3653918e05
SHA512: 06ec1e12f37c4e20da3cff03b7b9b4b4381425c04c29def67aa1afd78e12722bed46f04633714de5991f1b5df82ea044e2dc28f289a38ea34cd2e3d00148cb0f
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: 1698
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Architecture: arm64
Source: harfbuzz
Version: 6.0.0+dfsg-3+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 1583848
MD5sum: 650d3d01c1af51478dac22a532f33bd1
SHA1: 1ac035e4498c0c8e7440df4c11aaec08b1a63366
SHA256: df7f4874df8365196bf74c13c8cd226da100d5c4b4385c677b3ed3b4a1365e3d
SHA512: d249ea8ae65c7bc0c8745957999a1967270150f2a9045512f1e24d324e4080d23ac6c0c0085da2b011751ebbecc07c7532f616e811932f43237765be4b6c702b
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+apertis1bv2024dev3b1
Depends: libharfbuzz-gobject0 (= 6.0.0+dfsg-3+apertis1bv2024dev3b1)
Filename: pool/target/h/harfbuzz/libharfbuzz-gobject0-dbgsym_6.0.0+dfsg-3+apertis1bv2024dev3b1_arm64.deb
Size: 31468
MD5sum: fd72c353838c79fe0f68871ca0e97afe
SHA1: 9396d0b35d2991dbc08fb8c36800a34173269b5b
SHA256: b67a2e1065c68d697159b02e373ee39223c01b34a9ed054b784542429ce15dd9
SHA512: 51b0059058ac179591af527c5b887d625fd6ea97e1851f57d79c0ee22f2724f0d1afc34e84ec97576418d005d6e8e634034f251daa5b52270bc4c9aeacc0d491
Description: debug symbols for libharfbuzz-gobject0
Auto-Built-Package: debug-symbols
Build-Ids: 996c72ab9864e12074ae3cdf0bb851daf96c9a64
Multi-Arch: same

Package: libharfbuzz-icu0
Priority: optional
Section: libs
Installed-Size: 1632
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Architecture: arm64
Source: harfbuzz
Version: 6.0.0+dfsg-3+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 1569520
MD5sum: 423cff413283cef5d3142bc302460354
SHA1: 56a2fe0bffdb28a1b73f906424d23dbd56561caa
SHA256: 7046dafb30db0a06e4d0bf59238ddd0c65cd134b50df38389f1e8e5e6db03a09
SHA512: d1f03754362d1759e406b564ee00b5bb87b0d1f5f37546d64179c6caf894e349846fad13d114102292c0b8c8a451636118a21097f1777afdb330c40dee46edcc
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+apertis1bv2024dev3b1
Depends: libharfbuzz-icu0 (= 6.0.0+dfsg-3+apertis1bv2024dev3b1)
Filename: pool/target/h/harfbuzz/libharfbuzz-icu0-dbgsym_6.0.0+dfsg-3+apertis1bv2024dev3b1_arm64.deb
Size: 64472
MD5sum: df8cbcdaf2ef30f69c7a5a11ef2aff04
SHA1: 9acd273b7afb25a6b833a1e1ddfac6daadaeef20
SHA256: 1868409d6fbc353b97da2a2f71f0c01bb0751b23145bc0635df5cef9ad0cb03c
SHA512: 7a53d14d219013d8ea8e3cc1bd5e7a569d6eb4ed48cec924d9740413252bade2a2b075fbfec9d1a430a6ee90baf8091ff44759761c549ca717ea18c4f70b2c4a
Description: debug symbols for libharfbuzz-icu0
Auto-Built-Package: debug-symbols
Build-Ids: bc2677393df45aa0a679a0842aa8db681ab16c95
Multi-Arch: same

Package: libharfbuzz-subset0
Priority: optional
Section: libs
Installed-Size: 2593
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Architecture: arm64
Source: harfbuzz
Version: 6.0.0+dfsg-3+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17), libharfbuzz0b (>= 5.1.0)
Filename: pool/target/h/harfbuzz/libharfbuzz-subset0_6.0.0+dfsg-3+apertis1bv2024dev3b1_arm64.deb
Size: 1914672
MD5sum: 0be1d53d7c062e1af0e1547f0b9d673d
SHA1: 9a14a5ca3ecdba7a765579c07f94727b830846da
SHA256: 733aa73f88cf258daaf47a9eb1d39bf63bfc794616d96bf1e230ca768ee3448a
SHA512: 0554351f7dc766353e83961509c78e9744c510af45a4c19849a43ffd647c8c285068f81c8c886a3657dea0cef413e52bcc4a4064e55d10e3c9382ba73a9ff079
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+apertis1bv2024dev3b1
Depends: libharfbuzz-subset0 (= 6.0.0+dfsg-3+apertis1bv2024dev3b1)
Filename: pool/target/h/harfbuzz/libharfbuzz-subset0-dbgsym_6.0.0+dfsg-3+apertis1bv2024dev3b1_arm64.deb
Size: 7584248
MD5sum: a4e925318249a37d20a869ba7709e162
SHA1: 7cbf8015c6043517171c50c715808c279c0c8d76
SHA256: c0ba927c7bf4d978d587a7d1fa60ec5d5b0ef1418f0437bddd97d2e099dd8ed3
SHA512: b09fd7d2cbe76caea2592ce0b593e98b3999d5367742969fa90879602fa71f6d999821f473e9ad00091926811b3b18424e824983741e0a4415f4574bb4a85b62
Description: debug symbols for libharfbuzz-subset0
Auto-Built-Package: debug-symbols
Build-Ids: 8a1a7eccc0c165f88349309f7d5bee39e7fd1146
Multi-Arch: same

Package: libharfbuzz0b
Priority: optional
Section: libs
Installed-Size: 2613
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Architecture: arm64
Source: harfbuzz
Version: 6.0.0+dfsg-3+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 1927564
MD5sum: 960f7e46e0b82964bb0ad3bfcbf9fd81
SHA1: a950361d979edded87470628cd5fad456c9bee45
SHA256: 3145c94a6ab20eac0267f059601eda176a80e7704f818f6247b8950383b42f5d
SHA512: 168c073bf1b581dde661c816e67c996e840baf6b5eb3859308708691f5ec3c10fba2c48aa2a5f851f53df7bf97ca31768ec91b640bcb2143b0663f33c2b332c1
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+apertis1bv2024dev3b1
Depends: libharfbuzz0b (= 6.0.0+dfsg-3+apertis1bv2024dev3b1)
Filename: pool/target/h/harfbuzz/libharfbuzz0b-dbgsym_6.0.0+dfsg-3+apertis1bv2024dev3b1_arm64.deb
Size: 8325108
MD5sum: 852eb94706dd8eaf104b8088b99112cd
SHA1: 43fe5040cf11ded96b531ce4bc50c3a7daf30e17
SHA256: ddd4ec3df5e066625054597c5b08b5b11176344034ff7ec11ed8f1b20e4d9edf
SHA512: 454bb4d0569f688b47a25dbabb96fcb36eb1a2708f5d019dc55e0a05d8942a83d62d8b2a0056dd1f5f683b4b82b006f16b05e3e01d83ac304fc94ae6dc3528cd
Description: debug symbols for libharfbuzz0b
Auto-Built-Package: debug-symbols
Build-Ids: 1b65526e875837d82b010ed4ca18303d20b95031
Multi-Arch: same

Package: libhcrypto5-heimdal
Priority: optional
Section: libs
Installed-Size: 322
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 97560
MD5sum: ca9fa0ad93762c863c7109323aca08c2
SHA1: d507d11eee563d066e62f67286996a35c68d5389
SHA256: 533e529e7be55df8af9934df29675130eb83b4e5a3ea6fe3b7d420e3a93f1b52
SHA512: 9f01906dc2bf22599059e9d1d9526b93bac7c68c442287cb6dd32d3382c08bd5c5a5b9b2d27bc5ecd2da445bdafbc13fec5f0e580f8e59c8650ca811ce76bc03
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+apertis1bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libhcrypto5-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libhcrypto5-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1_arm64.deb
Size: 257368
MD5sum: 7a4057d07584d8a727e3939e83904e54
SHA1: 60bd970b26dd8517f037496b0d17528b4d693074
SHA256: 603ab402bde882b7617cc131c647c597c35eb6e5e51d611e3567f4505337e0e6
SHA512: bfc5a42407754f3be87687b18dac61e07c8d124b704f0782f6e4ab9a9f0fea7994990d8ec2f041665b1e71919adedd85655f80616549e1797e36885ec73946ca
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: 238
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 71428
MD5sum: 07feccf668a02b352e92c22df8b55f61
SHA1: b7a8203147447bb9300bb5101ce5dd5998d7589b
SHA256: 412f4b3ddb22fde6ffbb30a4d203f7e45cce1342538af9362b6ca059f754828d
SHA512: 0d2273236aa30233bf12ad65c1b537072a7fa81fe9fcd4b60e25bf7ef5eb10ec664892980c1389287a3005cbf3a0a38257fae4a543f60555b00203ad81f0f52f
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+apertis1bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libhdb9-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libhdb9-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1_arm64.deb
Size: 248956
MD5sum: 5039118919c865fddf6da77ad4adf7c9
SHA1: e0927a5bb4c3678aea88125c56e6daae14dcf444
SHA256: 5aaa9cf7b7c2255f994e11a1d054686db7217d69483a61e3ee89fc34d525cd52
SHA512: cc22ffb1f71c790628c99dc43b1291d3d9b7c9f110355082b8ad7625dfc0c1859c1906c347a9c0ae1b128804ab8170df2362e420ae78bb1b64f5f6846e064d58
Description: debug symbols for libhdb9-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: c17f66b3613e1408e9395d47ccf9adc27c2c5a13
Multi-Arch: same

Package: libheimbase1-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+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/h/heimdal/libheimbase1-heimdal_7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1_arm64.deb
Size: 38480
MD5sum: cebb1a846806a2af415e288165a25a6e
SHA1: d754834dff1186bdce3c83c47b6c8c87aaa7db04
SHA256: 2157654517a31d510c9799cc6c8dc86ff4fe0ac9c6cce1f0bd8909a6505339ce
SHA512: 856b520de8df755d7e93cfa2d733235958aa147db95badb3d0118d4db4a6b7cc36c2d49bd7ed9eb6d1965ed6f802de7df38604176d8ffa83848130db7c710066
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+apertis1bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libheimbase1-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libheimbase1-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1_arm64.deb
Size: 80520
MD5sum: 02d4018a91efe73a4bebca41349abc29
SHA1: 692f22b8cd0ca3602db8ac77ddd75fdad081896c
SHA256: fd32c82697fd045aeb633a084b59a75cb758e23fbac254fc33445026802ebbc7
SHA512: c2bbb42cf8dd0b13f915fb649f826ccbc6881fbc89c3893741b0cabb5c29317ebbe9390c8e794b21406a213059dd79c0920e9742a94f3b4c03a67b403af7087d
Description: debug symbols for libheimbase1-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: 8e317e85c6aa8f6593e051a2c77434d04b985495
Multi-Arch: same

Package: libheimntlm0-heimdal
Priority: optional
Section: libs
Installed-Size: 103
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 26724
MD5sum: 48be5ca65fffa806e876a5506c2b7381
SHA1: 2a00898d437059289a0e6e11ea5a122bf41000d8
SHA256: a6bd3810fc90c3e2f4623b0cf21562d463195eef39ea6774f27f74196c25c7f5
SHA512: f499a669ef10922003723fdba0e1837060f833629d2cfa075aabf9cca6f5f04a58c0eba2729267ea7c71607462c8c62d696c6463f9d4e706b0b5c23c656306c2
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+apertis1bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libheimntlm0-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libheimntlm0-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1_arm64.deb
Size: 31936
MD5sum: 424d65e38a4cd72b5d9be8ed209fecaf
SHA1: f91e41a462adb82d7ffa085290991c5dfe90eaf1
SHA256: 622381594b29d2a2b3f469b61989c9f98c3692f89deda32e723bd7b7cacb3202
SHA512: 055eb9cc4cd5ef0d33684d0d02f81c3644b6c219ee91fbfe9448ddbf09ef641789fc71c5d0bb6913aab43c7ce69dbb5d420332364958bc5159455128f93c930e
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: 376
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 112048
MD5sum: 767263b5ea7873d2ebc647eb158bc45e
SHA1: 4affe684e71c997560e54c9773e21ced3b695a6a
SHA256: 243d628496c820bc4dcea6bbe8e4e1fc5f4a10c4892311b29b1f4869e52d8df9
SHA512: db83694052a2356e6f2eba4ec5161f90cf99a56bab61081b005cf95f5322b9f5f980860dd22c1297224af62384a74c728c719f0b034f60daf8bcfef94e363e3e
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+apertis1bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libhx509-5-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libhx509-5-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1_arm64.deb
Size: 415540
MD5sum: cb3a892af2ccf8a47d54d0977b756f09
SHA1: 55c03f771f615a8f4cdac8a0b1ffe7179425e6ad
SHA256: f17e03f49e89ab80a3cb99de8f7f7df184dd3368fa99ad5d0cccc22d687a4d88
SHA512: 48508d35e9d3e8beba12eb0031dc8dde166d08d5eec3c4677224735ca2f6114dc37a1f88ac2b8382d1e60c31e44ea047b7984ded76b6e829f21f8bbc037f6728
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: 5248
Maintainer: Nicolas Mora <babelouest@debian.org>
Architecture: arm64
Source: libical3
Version: 3.0.16-1+apertis1bv2024dev3b1
Replaces: libical3-dev (<< 3.0.1-5)
Provides: libical3-dev
Depends: gir1.2-ical-3.0 (= 3.0.16-1+apertis1bv2024dev3b1), libical3 (= 3.0.16-1+apertis1bv2024dev3b1), libicu-dev, libdb-dev
Breaks: libical3-dev (<< 3.0.1-5)
Filename: pool/target/libi/libical3/libical-dev_3.0.16-1+apertis1bv2024dev3b1_arm64.deb
Size: 459432
MD5sum: 20b481d7e2264b80447eab55229746c3
SHA1: a8c36c89cbee8f8fae8559fbdc682e18c17ff707
SHA256: 9b6dc1d45611e2aa48acd02c776174e1fdaf667dfa5e370415ca9271774c46a9
SHA512: 05677ee622e2c99d9aa7ddd0a75238f92dcb28ab6b6c81f4dc2ecc9daa1db5317492fd7eff31fcd580ec5ab69efb0e13547610a0a0f91838e777f8d258a2a9b8
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: 2855
Maintainer: Nicolas Mora <babelouest@debian.org>
Architecture: all
Source: libical3
Version: 3.0.16-1+apertis1bv2024dev3b1
Suggests: libical-dev
Filename: pool/target/libi/libical3/libical-doc_3.0.16-1+apertis1bv2024dev3b1_all.deb
Size: 115628
MD5sum: c685e3d3aad6a5e308631bc96baf7ada
SHA1: 02fa2c21fcbfcfcc1515fc462160d03025d99e7e
SHA256: 328479fb031ac4fb62739bc0b46a3f651616b022742350818b4cd882adb2ceb0
SHA512: 293596bd6bfd9a35916fedc609a54c44a5ef252ab1f72519ca0cb3520e5cabbcbef49492981caf413b5257895570b8fbc70adfb97873a05ddc46937c34e06f7a
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: 1656
Maintainer: Nicolas Mora <babelouest@debian.org>
Architecture: arm64
Version: 3.0.16-1+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 269384
MD5sum: 4ea8cfe05f94d759bb4e14a65407e4a5
SHA1: 1e15e9878c4103fc4bdadf245d20878e34934393
SHA256: 535094acf69f875f022929da575b478510d35c2ef738ad8a8abbbe338276bbe6
SHA512: a95ad6a8ecd272b198f6d04a30556e6e33a9477d996f35b0b945bc2c6f09534d8d841e5b5cf5283f422ddb7bafaf5636ae8f0b3e85003d5acf1ca7947836b9c7
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: 1217
Maintainer: Nicolas Mora <babelouest@debian.org>
Architecture: arm64
Source: libical3
Version: 3.0.16-1+apertis1bv2024dev3b1
Depends: libical3 (= 3.0.16-1+apertis1bv2024dev3b1)
Filename: pool/target/libi/libical3/libical3-dbgsym_3.0.16-1+apertis1bv2024dev3b1_arm64.deb
Size: 931320
MD5sum: 513169b04c5e8907c032c55abb42edc0
SHA1: 03c50c67c39c8ea67a4b61a78aa5c22b75e9828c
SHA256: 19e311c48cc5d64f3c0c4ab3445fc4502dce8ee184bc0543b4999967541abdff
SHA512: f226c6c64c7682e6a8933b76c6561e506cfb6512c33e8e0043675734f9e0a2b8dc6a9764df3b1d531924357c8a31a62489b40438da704effd262795993483f7a
Description: debug symbols for libical3
Auto-Built-Package: debug-symbols
Build-Ids: 1d846760ee526372fdb69ef4cc2cee7997305f02 565a730b33dd91de625432684d6032196ea2dcd8 6570167fcb695e835eca503828072065f89b1503 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: 289
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libinput
Version: 1.22.1-1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libevdev2 (>= 1.10.0), libudev1 (>= 183)
Filename: pool/target/libi/libinput/libinput-bin_1.22.1-1+apertis2bv2024dev3b1_arm64.deb
Size: 23272
MD5sum: c6f901688e85f54df1e6e22a7dfdd667
SHA1: 524c21b476c7fa8ae732e9cfcf0e5aef34c7ddab
SHA256: aa4b1c7719aee38b93f8e666ed48b8ffb1c5c39c832519b30b33ad355b2083db
SHA512: 74432901a66af526cec57cb9e5afc3ac81319aff567a2a4c43755c7ead40ec6085d9309e11c02a31c7e0d75d2a9d79b10ae7183354500d3fcd11196771d2e67b
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+apertis2bv2024dev3b1
Depends: libinput-bin (= 1.22.1-1+apertis2bv2024dev3b1)
Filename: pool/target/libi/libinput/libinput-bin-dbgsym_1.22.1-1+apertis2bv2024dev3b1_arm64.deb
Size: 25264
MD5sum: 951ff2d8e021af7fec97b74550f47017
SHA1: 82cc6061e4e3556708c62b8154f789aa09724692
SHA256: 9695c28f09a9bb648b592663e2acf60ab1046bd522cad145961197f872c06825
SHA512: a3f81a6c242dfd4989e2a20322796464b2d4757bfec8e524f12d14007d564f94033f64bf92ead3346484f092251dcaa8f62602e22e95f8c971b7cb233e8579a3
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: 220
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libinput
Version: 1.22.1-1+apertis2bv2024dev3b1
Depends: libinput10 (= 1.22.1-1+apertis2bv2024dev3b1), libmtdev-dev (>= 1.1.0), libudev-dev, libevdev-dev (>= 1.10.0)
Filename: pool/target/libi/libinput/libinput-dev_1.22.1-1+apertis2bv2024dev3b1_arm64.deb
Size: 33704
MD5sum: 5b18258345297d2e7c6dd25020895029
SHA1: 4468b8411704da89976f628698e89245f875fcb8
SHA256: b00beebf02df8d6f1f83b6116b1e649f3fa68ee849dc9e22885e3ecca24bfa05
SHA512: 82515930f0aa09d808c76f39909e6740493011cf509754a8fcbacbaae5a968f9d303407375be4e36659553035cc03c680987c21fdf28c921b0106b3b37ea09d5
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: 1051
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libinput
Version: 1.22.1-1+apertis2bv2024dev3b1
Depends: libinput10 (= 1.22.1-1+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 131628
MD5sum: 7ea58e65d18d1ebc9793c385a8838b73
SHA1: 0c4f53d236ec559fc15cb75d1ada4f45d99dad4e
SHA256: 860f77ac90af22977016fabfb2067668253cfa3ab0d1a9820b520ff542125b0e
SHA512: 8b457d29d3fbd99487b5268249380c38cb6eb3b37461f6e43b7fefeef6b5b4d4aac998190fbb693085358b85291ebf2aad3071db44ef0f5e8732b27e2b3e72b8
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+apertis2bv2024dev3b1
Depends: libinput-tools (= 1.22.1-1+apertis2bv2024dev3b1)
Filename: pool/target/libi/libinput/libinput-tools-dbgsym_1.22.1-1+apertis2bv2024dev3b1_arm64.deb
Size: 631872
MD5sum: 45ce3f2b6c27c18a01266fc0fe242037
SHA1: 6c8cc5f84e0fa7eb99225c80d2949dd4de3be3c9
SHA256: 964ae00606fff4675c993cfd75520a59ca59af58f9a84267c8e61d036e9f9ac0
SHA512: 143eaab0bbf4bcb302140f7d5899c02941334e1904a13147efc300ece0a20400ec5ea80252600e19e967c84f1e425a0b05717ee00f4b1cc852b13da26ed3b101
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: 365
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libinput
Version: 1.22.1-1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.35), libevdev2 (>= 1.10.0), libmtdev1 (>= 1.1.0), libudev1 (>= 183), libinput-bin (>= 1.22.1-1+apertis2bv2024dev3b1)
Filename: pool/target/libi/libinput/libinput10_1.22.1-1+apertis2bv2024dev3b1_arm64.deb
Size: 110672
MD5sum: 88f0d53c35e761119b8e310d884c1b70
SHA1: ade4bf60769fb3bce4bea86a7cb7c70e57c1ba1f
SHA256: acc285d907d39ee3ad7800b3fc502a9337967ffc2aea7a76cb0fc31ef9425cfd
SHA512: 6198cd6b0aec45aa6cd9693bc7facda40ee62a8ea46090b4e45926b813016735667d91fae2bc8ce0c25e55f7e3e526d3758d819b03c8e7fcfbeb564e9c982917
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+apertis2bv2024dev3b1
Depends: libinput10 (= 1.22.1-1+apertis2bv2024dev3b1)
Filename: pool/target/libi/libinput/libinput10-dbgsym_1.22.1-1+apertis2bv2024dev3b1_arm64.deb
Size: 463036
MD5sum: 8c5f0dc9e47fe678abaa5a2e18346e6d
SHA1: 6d8e85219d7350c431ce0154b217cbe9c9763593
SHA256: e76b3053a9708a262383afabdf9112bdd7bdb7a8968319f9156d2abbb44704ef
SHA512: 5bba642729a0fe732448ebc56451ba2d56b742b8f745998bbdb898a5ee7528a0ff6b7829a0f2ac757f3451079c24081defca31cb825517569a47d1baa5952365
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: 44
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: iptables
Version: 1.8.9-2+apertis1bv2024dev3b1
Replaces: libiptc-dev (<< 1.8.4-2)
Depends: libip4tc2 (= 1.8.9-2+apertis1bv2024dev3b1)
Breaks: libiptc-dev (<< 1.8.4-2)
Filename: pool/target/i/iptables/libip4tc-dev_1.8.9-2+apertis1bv2024dev3b1_arm64.deb
Size: 12532
MD5sum: edc7dd0e9dbd89bebd694e555f910e23
SHA1: 44455f799ad8f9669005d215b3cf43773e0afef9
SHA256: af67386ca29a081c91040cc0e54ce39c9e583b8abb90c3dd45d551a8d7e1b969
SHA512: faff94e1eadfd0a01d7caf8e774f0e7724f09485e9d31b45b607f80bfebdd7a65bf494b53d0acb47c164d2fa0bb60ac4005be4085b33ef14f4b8aa2e7fdf7cee
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: 102
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: iptables
Version: 1.8.9-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.28)
Filename: pool/target/i/iptables/libip4tc2_1.8.9-2+apertis1bv2024dev3b1_arm64.deb
Size: 21644
MD5sum: 4c6d860526f7b3c2d1c86bf6aa1867f9
SHA1: ce3ea0723f288e5354229a08503f847892bf115a
SHA256: 8479a2d9292ac6b53e85e3dfeaf1d853051796c1e4e5e60ff543e17c8e68f25f
SHA512: 523ae65ea544694f602e3c28f0edde329b2968b97bbe74812469d0b118a3c171077b877993ba3991e81e2f4a5c79176997a1598090e91df3e7fe7d5f9338d90f
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+apertis1bv2024dev3b1
Depends: libip4tc2 (= 1.8.9-2+apertis1bv2024dev3b1)
Filename: pool/target/i/iptables/libip4tc2-dbgsym_1.8.9-2+apertis1bv2024dev3b1_arm64.deb
Size: 39608
MD5sum: f9ecf82c1d4a51ad83e9b34c4afd814e
SHA1: 4207c9b82b4ba05e5dce8f5f0728392950429fbe
SHA256: 688e4f2eb294a4e2bc646fd1d23bde40560bd102e5e945abec3518664282cde7
SHA512: fbe32a828b58bde11594ad2c92d871f488793fc449d4adc8b45bee3f9bf19ef276387666004faa3943d29638d07c13bec7439cfa2b6677a58f44a4215bd9bac7
Description: debug symbols for libip4tc2
Auto-Built-Package: debug-symbols
Build-Ids: 4cd809151503c384e258d770e68abf31f9566586
Multi-Arch: same

Package: libip6tc-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+apertis1bv2024dev3b1
Depends: libip6tc2 (= 1.8.9-2+apertis1bv2024dev3b1)
Filename: pool/target/i/iptables/libip6tc-dev_1.8.9-2+apertis1bv2024dev3b1_arm64.deb
Size: 11840
MD5sum: 671fe9806326b8319729b222a3ef827c
SHA1: f8c73555ef574ba8187d2272ae0d939b05e809ca
SHA256: 050081400ec4e48a5341accb40d446b06378e24026e4b402d5a166418a95d05b
SHA512: 74b0a508a0a0a21fbdefe7ae308d4e32222c4263098cb11cc8c02874ad4b1eaf22c8ea9e9528bf963f85c64935ee426f946246d19774b9be2710b7b620d7229e
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: 102
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: iptables
Version: 1.8.9-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.28)
Filename: pool/target/i/iptables/libip6tc2_1.8.9-2+apertis1bv2024dev3b1_arm64.deb
Size: 21916
MD5sum: e3c3b2b15aff413045e6baef23e4dc27
SHA1: 424b24d83f09255d3d0c8c13d4a8f3e1e6820ee5
SHA256: 562019d56b8ce2970eeff9341ec370dc3ddc798f4ec655ec30875a83bdd56ebb
SHA512: e62b798f95e23d9e3e5658f1d85522558f64ac5d4271ebe73f5d68d7d339a319ca7cb11b6349b590d23cfec6fa183b66780093b6341db54e967ff13835aa5b8c
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+apertis1bv2024dev3b1
Depends: libip6tc2 (= 1.8.9-2+apertis1bv2024dev3b1)
Filename: pool/target/i/iptables/libip6tc2-dbgsym_1.8.9-2+apertis1bv2024dev3b1_arm64.deb
Size: 40840
MD5sum: aeae614c7a604d40fd59bd959d0041f5
SHA1: 26f8ace2e449c6ffc0f711b76f6e0ea0a3114056
SHA256: f4a826fb3dbe27f434e56edad0edb0246cc2dd4317cd2c41f73bb9153aa57947
SHA512: c222aa21452d25e94e4165def65139e0f6583fdb4dc26ac680fc71c932eade9f29e72bf6e6a2c6b531b3218ccf4120b24063206c86b100b2a5a15ef8261c86d2
Description: debug symbols for libip6tc2
Auto-Built-Package: debug-symbols
Build-Ids: dff60a9ecb4e9c21f553d9c23c0af96d7ca402a7
Multi-Arch: same

Package: libiptc-dev
Priority: optional
Section: libdevel
Installed-Size: 32
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: iptables
Version: 1.8.9-2+apertis1bv2024dev3b1
Depends: libip4tc-dev (= 1.8.9-2+apertis1bv2024dev3b1), libip6tc-dev (= 1.8.9-2+apertis1bv2024dev3b1)
Breaks: libip4tc-dev (<< 1.8.4-2)
Filename: pool/target/i/iptables/libiptc-dev_1.8.9-2+apertis1bv2024dev3b1_arm64.deb
Size: 10368
MD5sum: 9be4bd24d819b87eec6b90c32ddedeb5
SHA1: 70287039b5141ad4d6597f64f10d9d240b1579eb
SHA256: e96c259651711965fe4b9334746918240ce07074c35a4324eeff9792e0aef6b8
SHA512: 4ee05c75ba9a92f44331d47327a8854f0a9b6a94939d6af1fb3e75bb62770d8c0cb5884feaeec5925b898f495e4c9edfe3feb51cc1529b574003b565cbe5ab1f
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: 28
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: iptables
Version: 1.8.9-2+apertis1bv2024dev3b1
Depends: libip4tc2 (= 1.8.9-2+apertis1bv2024dev3b1)
Filename: pool/target/i/iptables/libiptc0_1.8.9-2+apertis1bv2024dev3b1_arm64.deb
Size: 10032
MD5sum: a8eb7c8125a12972f09b57a9bcf6b412
SHA1: 4148ebe69bea9396485aa00d96cc01dd7293a128
SHA256: ca985f1e2063053f0f35f3cc64128fe1b0384f455bb884b6f021a78a9be8715b
SHA512: 0284bc53976450ab8d853780bd2c6effeedc38291ad4ac7487964858b7d4a1c8be144b1cb4b0ddf6a64ee14c537b0358848c634c8c04f244b52ef726354c9bb4
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: 24544
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.5-1~deb12u1+apertis1bv2024dev3b1
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.5-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 6381856
MD5sum: 2b6f694bef140a0cd3ef4a6885645fc9
SHA1: 3f2112ee0b232a3002eb53d21dd4c7857fb68026
SHA256: 328c708005d182a6d949132a5eece3098f36f812431230079a9db4cc5f6ef6f4
SHA512: 4899edfa25be8a39afb45f9f29485cd957ad03c6abd2aca6bbd1327608d616ca8a0dbc6865bbada2dae3ff5a56a906d43deca9d8523b5fd0bb8b4ddf0b27a657
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: 34343
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.5-1~deb12u1+apertis1bv2024dev3b1
Depends: libjavascriptcoregtk-4.0-18 (= 2.40.5-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/libjavascriptcoregtk-4.0-18-dbgsym_2.40.5-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 29959860
MD5sum: 8038adf0eaba0ac62155d97a8884198a
SHA1: 257549ff71d92504c4f4411b40de18c7182a307f
SHA256: 55680bea770ea6f2b00efb1952ad2ca8d34df32955d513507c9b84c26de235d5
SHA512: fafab399e259d949860f0d460f8f3caf9deffb9a054ee053bb043b9ebfc3e9cb7b124d93de89acdb4885787be72e726f1bcfebd0515d918f5178ab84e98e331b
Description: debug symbols for libjavascriptcoregtk-4.0-18
Auto-Built-Package: debug-symbols
Build-Ids: 632838e182f1681cc71b423b021961e343d09043
Multi-Arch: same

Package: libjavascriptcoregtk-4.0-bin
Priority: optional
Section: interpreters
Installed-Size: 668
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.5-1~deb12u1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libjavascriptcoregtk-4.0-18, libstdc++6 (>= 4.4)
Filename: pool/target/w/webkit2gtk/libjavascriptcoregtk-4.0-bin_2.40.5-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 276848
MD5sum: e0c2f6c4d58157585af5c0f9a70c132f
SHA1: 0e0160344015fc98472eac063407e5a572cdddc9
SHA256: 58978c98edc1a668ebd682c86a14b3f6000773f6122a614ba6404342198a1618
SHA512: 307d3e88b35f5564347db46a2f15991db0c8a98b362d1e3545530f3119584199a7b5c2a946eb4d7398923120cb822eb37931cff3d5e60257505624bf124762b0
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.5-1~deb12u1+apertis1bv2024dev3b1
Depends: libjavascriptcoregtk-4.0-bin (= 2.40.5-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/libjavascriptcoregtk-4.0-bin-dbgsym_2.40.5-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 443268
MD5sum: aaed4f246b59c69bcd3420f5137b0797
SHA1: 41a37f7a5e430aeedf8c7c494e7cae2b21685628
SHA256: e18fb7f52b625fbd330e2a5cfe3bd2e108741aa819ae3f3a9b1d16fd9d1e2d82
SHA512: a6cb2a51575f953b915e71724293b044e08f5d3917c8d79a4eb6dfea34d4fe8c9e150e8ffdff50a27fd084aac4ef29296a3f3a5dadf14deec3ee5414a97a21dd
Description: debug symbols for libjavascriptcoregtk-4.0-bin
Auto-Built-Package: debug-symbols
Build-Ids: 811f279f606c60c8d8e5ebf657ced40dd7193a9c

Package: libjavascriptcoregtk-4.0-dev
Priority: optional
Section: libdevel
Installed-Size: 780
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.5-1~deb12u1+apertis1bv2024dev3b1
Depends: libjavascriptcoregtk-4.0-18 (= 2.40.5-1~deb12u1+apertis1bv2024dev3b1), gir1.2-javascriptcoregtk-4.0 (= 2.40.5-1~deb12u1+apertis1bv2024dev3b1), libglib2.0-dev
Filename: pool/target/w/webkit2gtk/libjavascriptcoregtk-4.0-dev_2.40.5-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 220000
MD5sum: ef92a5f473565ba4186c0285387697f0
SHA1: 15ccdda8d73be4394d8ed6435f9ce4e8bd13a2bf
SHA256: 2bb7181981bd478d6c286e4e86ceb63454b7b8c5f5e79a935f61758cc6830291
SHA512: 9dc0f6a7a2feb131b4a2b025af34661cf789af2967ee2e46855c922af799debf132bae3ad9029f1d7d5ccde6237131fc65eb28518f0ea8a22334579e28ebc71c
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: 24544
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.5-1~deb12u1+apertis1bv2024dev3b1
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.5-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 6382976
MD5sum: dcc725d1fbd9deb29a5bffddb23e3050
SHA1: e7fd2a09417b6e1827cc21ffa810c953a237068c
SHA256: f3968c04836340d37c7682434faa4ada7de16b0d52a8c6c850e1d5d0ae5682a1
SHA512: 2ff840879bc04c8a443e1661d2a548fd839e77fa3f6f3fa4fe430683f183ea6af34871057fa443e3470221bfd48f4e17e97fe4813bde1bf2979dca73ee089176
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: 34342
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.5-1~deb12u1+apertis1bv2024dev3b1
Depends: libjavascriptcoregtk-4.1-0 (= 2.40.5-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/libjavascriptcoregtk-4.1-0-dbgsym_2.40.5-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 29955344
MD5sum: 1cff84c83a070dbe7fffe44f71f46337
SHA1: 5f2b4c52f66102aefb229c02951e5c2d1139b926
SHA256: 239a883f0c3a5d15caca92067f2f131c1a364cf8dc842641b9782d9f1a507d4c
SHA512: 05581de77c9b7fbb4cb1ad1ace614f97f48ea44175d6f7c9ed2fcb712880dcf4c7139d30f350bebafd44683ca2050f601568788b295330d7f4f758a055cc11c8
Description: debug symbols for libjavascriptcoregtk-4.1-0
Auto-Built-Package: debug-symbols
Build-Ids: 53cf944a7fa4c19dd41b828902faa2ac49ff688a
Multi-Arch: same

Package: libjavascriptcoregtk-4.1-dev
Priority: optional
Section: libdevel
Installed-Size: 780
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.5-1~deb12u1+apertis1bv2024dev3b1
Depends: libjavascriptcoregtk-4.1-0 (= 2.40.5-1~deb12u1+apertis1bv2024dev3b1), gir1.2-javascriptcoregtk-4.1 (= 2.40.5-1~deb12u1+apertis1bv2024dev3b1), libglib2.0-dev
Filename: pool/target/w/webkit2gtk/libjavascriptcoregtk-4.1-dev_2.40.5-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 220012
MD5sum: fa2e54fe44165b119299fb87cdbf6a59
SHA1: 4a2a969e68d0186c0127d6a7c218472cd8912970
SHA256: 3dc584b8243610ff4be67cf88e409bdb23c6ae6b91663a9ef9b66fe10971c6fc
SHA512: e1b1ec58fa0738820345ebead3054d8f9b63b9521c70f1a088a5a0aac0e69881589bd4fc56043b61539d141b7c9796c46b75e947529e38108e3471e12caa5ee8
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: 24672
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.5-1~deb12u1+apertis1bv2024dev3b1
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.5-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 6384032
MD5sum: 369301915787eef84457843ae7c35343
SHA1: 775baeddf46ef7bb3fbd1a70b7637a8fe69237cb
SHA256: 8fe1884fe9eb4a518958a923b80668ee81978556dd00a8ca6cc2d30117008a79
SHA512: c0767929e69168d9ff4ca649c150fe0681d6845b2fc7c94d08998e263c2e9c33eda975952251226c904d45aea50eb20e107bf9aeb9ac77d078757b1710ca46e8
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: 34345
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.5-1~deb12u1+apertis1bv2024dev3b1
Depends: libjavascriptcoregtk-6.0-1 (= 2.40.5-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/libjavascriptcoregtk-6.0-1-dbgsym_2.40.5-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 29959932
MD5sum: 7f7fcffb7dead1ff3dc5d5be67c6756d
SHA1: 778c84188844d11ba9beda68dc225cdbbe1fd21d
SHA256: 9e9160c4fe692a126052da1c4c1803a8019721be27bb112918f8f9a67b32ffc1
SHA512: f6aba06f88f84c9cb259e74dec780a7e1b95bafb304e3206bedbc26cd86f68c5d2eeed0dffecc585d598cd47566ae65a903fb12d9d86d40d87e40547b7f1388d
Description: debug symbols for libjavascriptcoregtk-6.0-1
Auto-Built-Package: debug-symbols
Build-Ids: 66a47b3470294e59a3cd385d796fe5c84768e1fd
Multi-Arch: same

Package: libjavascriptcoregtk-6.0-dev
Priority: optional
Section: libdevel
Installed-Size: 659
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.5-1~deb12u1+apertis1bv2024dev3b1
Depends: libjavascriptcoregtk-6.0-1 (= 2.40.5-1~deb12u1+apertis1bv2024dev3b1), gir1.2-javascriptcoregtk-6.0 (= 2.40.5-1~deb12u1+apertis1bv2024dev3b1), libglib2.0-dev
Filename: pool/target/w/webkit2gtk/libjavascriptcoregtk-6.0-dev_2.40.5-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 206804
MD5sum: 2772c32622adb8c9052ed00189503ae6
SHA1: 89e32a49f65b57c1fa0215512452461ae8f884a7
SHA256: 867ae1843544187c691d928fed3308fc267be5b76f04a55d9cf2cf9fa5b99c41
SHA512: c5f8a40886c3571fb258248469df532e16b63d34c8a030e6688fecbf1405bb3d9a60074b4773c00bdb0ef1e8074b64adc94d046163a315026569b948eb9758cd
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: 90
Maintainer: Michael van der Kolff <mvanderkolff@gmail.com>
Architecture: arm64
Source: jbigkit
Version: 2.1-6.1+apertis1bv2024dev3b1
Depends: libjbig0 (= 2.1-6.1+apertis1bv2024dev3b1)
Filename: pool/target/j/jbigkit/libjbig-dev_2.1-6.1+apertis1bv2024dev3b1_arm64.deb
Size: 30472
MD5sum: 8afa4a96016ca437ebf0a56e883a2375
SHA1: e0724a452339ec612a09d85076e2cf518447d882
SHA256: ae3f8bd729d00d0770c0c695e8df0c6bec3e77f49725d3235257d66666930e3e
SHA512: 4e1578db672311f1d8853e43f1de1f92f58ee4cc3905dbf6bc74fd07a7abaa0ba0a363feccfcc9698c3f3297e867196c75dee6f41c738ef473bf333bda6852fa
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: 100
Maintainer: Michael van der Kolff <mvanderkolff@gmail.com>
Architecture: arm64
Source: jbigkit
Version: 2.1-6.1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/j/jbigkit/libjbig0_2.1-6.1+apertis1bv2024dev3b1_arm64.deb
Size: 30664
MD5sum: 158457fbcff343c49aa3128e3d28e499
SHA1: 75e1862849c284aca336568e63acf7fc3b4c10ab
SHA256: 9c4608603c58ecbcff35ac94c253fa50eb700c3a5494df2059e187f866166703
SHA512: d5d882eb0feaf4aedd0592c7e0ecc3151d6954452c9e78c790a65e8c182069fcf9a8c2d25a472555595b54ee639fc1a7f321b23fbcae027106f87c9c40d3de3d
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+apertis1bv2024dev3b1
Depends: libjbig0 (= 2.1-6.1+apertis1bv2024dev3b1)
Filename: pool/target/j/jbigkit/libjbig0-dbgsym_2.1-6.1+apertis1bv2024dev3b1_arm64.deb
Size: 43840
MD5sum: 1ab03f7fd89d6ee50d38ea3f535109a0
SHA1: 381404f3cae132979425621f987c63b4b3b03bc8
SHA256: b5716f83adaad95080589ef7ecd09666cb47ce1a4c9c89d273384bf83e0e5254
SHA512: 176ee656b4e1440fa30d7ecf195985d0507f4a98295017aedb87a1f1e764fd66ea8fafc9c543dc7bf7270b14f351a60315aa7d2649857beb99ff9a56186720cf
Description: debug symbols for libjbig0
Auto-Built-Package: debug-symbols
Build-Ids: c0ae9d75397b80c5156ec4cfcb8edf4a7a1bb553
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: 621
Maintainer: Bo YU <tsu.yubo@gmail.com>
Architecture: arm64
Source: jimtcl
Version: 0.81+dfsg0-2+apertis1bv2024dev3b1
Depends: libjim0.81 (= 0.81+dfsg0-2+apertis1bv2024dev3b1)
Filename: pool/target/j/jimtcl/libjim-dev_0.81+dfsg0-2+apertis1bv2024dev3b1_arm64.deb
Size: 149364
MD5sum: 37f607517b2d512caa2b5a447baa0123
SHA1: 6fef39e864a1d38033cc078d04282c4679970059
SHA256: 68175ee31e24ba631d10c1ad688bd69e1d12f2d563d7515ba1d0323eb31b2d11
SHA512: 760a697ce96afbf18c5f9fed7b4935d00867c852383dfb5b36ab08120e73dd6671b137c6a477d480d56343df9ee23c3acefd173861e880abd214a72980b625c7
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: 353
Maintainer: Bo YU <tsu.yubo@gmail.com>
Architecture: arm64
Source: jimtcl
Version: 0.81+dfsg0-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/j/jimtcl/libjim0.81_0.81+dfsg0-2+apertis1bv2024dev3b1_arm64.deb
Size: 116832
MD5sum: 9000fc511642e22154f1fc4f1487b741
SHA1: e5b1636a79999c623cd2f53070402700e0cf1e94
SHA256: 22efd6fa49c0d36fe46f335849280d5a1a3f8972dd23a89267d5be3e06324102
SHA512: e205445491c0242503bc8e65a0dd45e24a2f3f001bf8e0368e5197ed32b24722a834548089a768f2045a4f5711bfb3cea713b5c034b0de4d48322eea1fd2bdaa
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+apertis1bv2024dev3b1
Depends: libjim0.81 (= 0.81+dfsg0-2+apertis1bv2024dev3b1)
Filename: pool/target/j/jimtcl/libjim0.81-dbgsym_0.81+dfsg0-2+apertis1bv2024dev3b1_arm64.deb
Size: 393028
MD5sum: 19a5b55b8e30e726ac5fcc07c0f0a994
SHA1: 0817750ce8cad239850ef667a9ebbe97f2a9c7de
SHA256: f00a62e7abbf4fea6817e9c23e4c8a66085c72a0cfaef969ee4b8c73a3b21646
SHA512: 3ee6b7776a8bdb3dfa0974471d437aa81f64e1032be3ca097d80dd8d594c78f1244f2a98dc851579f3a5f4d83f004148ca0fcd7b3b1d5c6ec29387324ff35664
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+apertis2bv2024dev3b1
Depends: libjpeg62-turbo-dev (>= 1:2.1.5-2+apertis2bv2024dev3b1)
Conflicts: libjpeg62-dev, libjpeg7-dev, libjpeg8-dev, libjpeg9-dev
Filename: pool/target/libj/libjpeg-turbo/libjpeg-dev_2.1.5-2+apertis2bv2024dev3b1_arm64.deb
Size: 75792
MD5sum: 7e784859c4812ec0bce19fa4599a9588
SHA1: 430d9440540c408366afe5f31c14927072fd32b3
SHA256: 7e0987e6533cbb9ed34b848217a731122742143738155462322a20b0ea51a360
SHA512: 1eeade89cb44a30a83541a97692506611542aade21c8d2ec47255fd3bac5b4124f99d6f254dc993151aae3ebf6d7386acc087a5f3052bf9a3dc19c9e3c01de2d
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: 597
Maintainer: Ondřej Surý <ondrej@debian.org>
Architecture: arm64
Source: libjpeg-turbo
Version: 1:2.1.5-2+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 143768
MD5sum: e9d719c1247516a861e050bea2c73514
SHA1: 7784b5a2aa9645cac7b261d65548cdedbdcdc054
SHA256: 99fa4e8551a99597b3ae6eadcac15ca4f90b5273bf6ad80599cc846dd868de1e
SHA512: 97976412d4b52ed68076e15c1eb9a1f0bebceecca6cf36a1e5f9c5d65bb69c0937b0c00a6fe98fbf169b4b614f64f79b746d037b18956edd91de72d0fc03a0d8
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+apertis2bv2024dev3b1
Depends: libjpeg-turbo-progs (= 1:2.1.5-2+apertis2bv2024dev3b1)
Filename: pool/target/libj/libjpeg-turbo/libjpeg-turbo-progs-dbgsym_2.1.5-2+apertis2bv2024dev3b1_arm64.deb
Size: 211140
MD5sum: 595f3ed913aab6be2574c5073a49e9bd
SHA1: 9fdc1b5fd7ba650dfafeed724832858a3bedcb39
SHA256: 4f7e1b90cc8f6e945c7edf6ceae2f2824bac14502230e04eb40d5f69309c4fd7
SHA512: fb10d56ee4b31f6b9379c559962d53eeffb0b953d4e9cb8a6b158c30e169993a72b14aab5dbc7f201dbe8c37deb51968cd9b65f82fc9f5b1593369030ec96c72
Description: debug symbols for libjpeg-turbo-progs
Auto-Built-Package: debug-symbols
Build-Ids: 449b6417cfe3e9ead36bb29c3fd6c340d4a5152b 536e503025f3da453a561e9a445f2781fa0b2236 7efb72b73c85d6c14b36d4cb0c4bc08d9a50ffe0 9cb37f3d2413795f68496186a040088fd9b424e3 acbea9d63f3dee443f908129624def96d4f5109c b4078f110722c925c543ab7713093ef4d57dd2ee db1c0dc78a8e6f13d43d8628e635c813586f346d

Package: libjpeg62-turbo
Priority: optional
Section: libs
Installed-Size: 487
Maintainer: Ondřej Surý <ondrej@debian.org>
Architecture: arm64
Source: libjpeg-turbo
Version: 1:2.1.5-2+apertis2bv2024dev3b1
Replaces: libjpeg62
Provides: libjpeg62 (= 1:2.1.5-2+apertis2bv2024dev3b1)
Depends: libc6 (>= 2.17)
Conflicts: libjpeg62
Filename: pool/target/libj/libjpeg-turbo/libjpeg62-turbo_2.1.5-2+apertis2bv2024dev3b1_arm64.deb
Size: 175808
MD5sum: 030d5b218f37d64deb01842705cf773c
SHA1: 10d18c96e7a3c4ef9e5bdcc0f46a4c302b7b13f6
SHA256: 15b78ccc448d40fe0b99613a99ee366c77d7b20e06bee36e11b833f94d350a0e
SHA512: 71b6225fbdaa9240adbf1271d9794d04ac5d6847520dff0fd3f8527d51d1223c0096d8015b8c8d8a34e9f0f4b0eb776e94e909895a86001ffbbf1bfa377ed07c
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+apertis2bv2024dev3b1
Depends: libjpeg62-turbo (= 1:2.1.5-2+apertis2bv2024dev3b1)
Filename: pool/target/libj/libjpeg-turbo/libjpeg62-turbo-dbgsym_2.1.5-2+apertis2bv2024dev3b1_arm64.deb
Size: 600268
MD5sum: df72488f692c58df637c6e656e3252dd
SHA1: 5a7f4d0b36a12ec8c50bb2ae770cada1e99601e0
SHA256: acef0f7ddb000d857bb16789b2350368076a3524388a3ca91a0e7454b0442382
SHA512: 6c30ebd949266c5e78debf5ea943a67a2e57f213e73a2a086aaf39da90763048c2eb28dfaca788340e728ab9b432eb55ec2ff66bd0f98360d5b8c24825eb4d45
Description: debug symbols for libjpeg62-turbo
Auto-Built-Package: debug-symbols
Build-Ids: b4160648b073a27b97a159fddbcd59d4ea82d0a5
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+apertis2bv2024dev3b1
Replaces: libjpeg62-dev, libjpeg7-dev, libjpeg8-dev, libjpeg9-dev
Provides: libjpeg-dev
Depends: libc-dev, libjpeg62-turbo (= 1:2.1.5-2+apertis2bv2024dev3b1)
Conflicts: libjpeg62-dev, libjpeg7-dev, libjpeg8-dev, libjpeg9-dev
Filename: pool/target/libj/libjpeg-turbo/libjpeg62-turbo-dev_2.1.5-2+apertis2bv2024dev3b1_arm64.deb
Size: 295684
MD5sum: 23825c3a01ce7879dda454b7bb92d10b
SHA1: 8bf1bf1ecad3f637d8ae0f11d3d02eb24ee38e36
SHA256: 49ce36cfe3783f676049eb7025fed23750be1ca0a81ad6186d468e54237c1a80
SHA512: ceffe3d0df71c3c14583123079bdbb887618c3cb53cd2f848967dcf34929282f12d24fd3982a7dbd87fae787187968f73baf325498f438f769043923113f7483
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: 230
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: json-glib
Version: 1.6.6-1+apertis1bv2024dev3b1
Depends: libjson-glib-1.0-common (>= 1.6.6-1+apertis1bv2024dev3b1), libc6 (>= 2.17), libglib2.0-0 (>= 2.55.2)
Filename: pool/target/j/json-glib/libjson-glib-1.0-0_1.6.6-1+apertis1bv2024dev3b1_arm64.deb
Size: 59272
MD5sum: b3efa9a1f003f94814e3871b562c6407
SHA1: 59160d0eb63c94d3fb1b1bd391c1de9d0ac31f72
SHA256: 921176af032b4117961a66a979ca572c0d1c2c70704da6d3072770b6e8a3bc66
SHA512: 267b8f6bb72972f77af7c079c9c2b9e08ed32de9999261b7459cb3d2c1057d82f7e2276184f1abd2e0df4053dbfb05da1dd011a6e2f1a1942df5aa043339a2bf
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+apertis1bv2024dev3b1
Depends: libjson-glib-1.0-0 (= 1.6.6-1+apertis1bv2024dev3b1)
Filename: pool/target/j/json-glib/libjson-glib-1.0-0-dbgsym_1.6.6-1+apertis1bv2024dev3b1_arm64.deb
Size: 179688
MD5sum: 7884dc6803bf6360aee85f2790c904c5
SHA1: 5a1d2ad7e2c910ca49b37b447492829afd7807c0
SHA256: 5c41a5b0448d432af0bbe44b045665ef7e878ecb58cd551faab4fb6f648badc3
SHA512: 11cdfb63924bff9d84e61eef45a8060b87f0376519149bc5ad860e882169318b0d0a0f8ecb22135dc0ebc42962c2658b64ecee36d14ae3e224c303f00bdd5517
Description: debug symbols for libjson-glib-1.0-0
Auto-Built-Package: debug-symbols
Build-Ids: b58528859d441e7f13624624561f4a874c923b20
Multi-Arch: same

Package: libjson-glib-1.0-common
Priority: optional
Section: libs
Installed-Size: 464
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: json-glib
Version: 1.6.6-1+apertis1bv2024dev3b1
Filename: pool/target/j/json-glib/libjson-glib-1.0-common_1.6.6-1+apertis1bv2024dev3b1_all.deb
Size: 55980
MD5sum: e51382af52f0c4b09bbe3f1bf93dae31
SHA1: 62de51fbd5752ddca283ff52c47bbbe518cd576f
SHA256: 3195d0a538fb27012795ee4a5ef01ba9a4c188e56b94e96aa78f200f05665c11
SHA512: e968a131876f233b1f5fe5c793831e2a0f81d56528bb215a4978f2da2ce0689c17d1ecb51bd044736da4f2df4889bb3fd2031661d826e35e6dcabee19d71f407
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: 1429
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: json-glib
Version: 1.6.6-1+apertis1bv2024dev3b1
Depends: gir1.2-json-1.0 (= 1.6.6-1+apertis1bv2024dev3b1), libglib2.0-dev, libjson-glib-1.0-0 (= 1.6.6-1+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 89504
MD5sum: bbfb96222154c1ba57fd5adf47cf031c
SHA1: 4353aef1d5c9988e1077ecee933502825f8fd0f9
SHA256: 61897ec4137897e50841ba281fad7ee1b078d9e622349e9951f83c9d26d5600e
SHA512: e9b1360e6188da6c35984fc75caa46e34d50e5ad51b1a502c0e3553c4fc99e13c21cde1990533d9cda4857692a4c7dca0b0d278db56ce990927ada75d592d6aa
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: 271
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: json-glib
Version: 1.6.6-1+apertis1bv2024dev3b1
Depends: libjson-glib-dev (= 1.6.6-1+apertis1bv2024dev3b1)
Filename: pool/target/j/json-glib/libjson-glib-dev-dbgsym_1.6.6-1+apertis1bv2024dev3b1_arm64.deb
Size: 119956
MD5sum: 14853d443b16b95f0c18027a844a9c0d
SHA1: 4cbd51ea27c7390b33ab34a7f060a3bdec9c0985
SHA256: 91dc726bd01c37707995468b7b5bd153bbf4e21ee8bc877449b12ffd736cdfca
SHA512: 91e8bc00ac8a064490a1e0afb3a466bbc76e2dc54ad188bdb73d4522cacfe777ddd263ca50e1e107f45839f824000d31b52a420cfc40c776378beeca6169348f
Description: debug symbols for libjson-glib-dev
Auto-Built-Package: debug-symbols
Build-Ids: 0c9a5d53e17595b1aaebf60213847dedeff92475 1b2914e52c0bef9f017d16150fa3392198ae4dcd 257fc3d810d98a141daf608c21447a0f5a16e54e 333f01be8b8083d9b7997f0c4019058f89ea0173 3940806f98cb1239a91d78846e38c0efa3f0910a 41c44119620b289d4a55eaf458813d93e6da6292 59a820e996fcc0dcf519b67f96d523779e1407ff 6877994bc7cf614eea61024538806c9e80cfa517 82502032a552c5a95ac93cd45292605ee3755470 8950a0d4ae06d696464b453e78922835b7fa779c 9d0bfbcc2094d667584a43ab75f4364fd2c7f009 b244499b6919bd15f99fb7737211e7f4a8245b02 b26ff3b1faf75d74f46196104cc150b7aed95c9a f6e9a25d0dac174fb26347aab05bfe6fcaa7a491
Multi-Arch: same

Package: libjson-glib-doc
Priority: optional
Section: doc
Installed-Size: 3275
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: json-glib
Version: 1.6.6-1+apertis1bv2024dev3b1
Suggests: devhelp
Filename: pool/target/j/json-glib/libjson-glib-doc_1.6.6-1+apertis1bv2024dev3b1_all.deb
Size: 1136536
MD5sum: 91f73232f06495c82452d7748dcd925a
SHA1: af74d59c9200f2bf5906caade8597ff83e4db94e
SHA256: b9ee439fb9ab359bf4af830f0515b62d545b6aec574391a7b044a51ed9e35469
SHA512: 424c877395f34db1fb7e781e93c6b47b5794be83f093e5791f7b4249c969d7050d3c5e927b3f03ce99e79ac3b50ad822f13d375a7b69fdd3e0ac3019aeda05a6
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: 109
Maintainer: Timo Röhling <roehling@debian.org>
Architecture: arm64
Source: libjsoncpp
Version: 1.9.5-4+apertis1bv2024dev3b1
Depends: libjsoncpp25 (= 1.9.5-4+apertis1bv2024dev3b1)
Filename: pool/target/libj/libjsoncpp/libjsoncpp-dev_1.9.5-4+apertis1bv2024dev3b1_arm64.deb
Size: 26508
MD5sum: 0afdaafc7bcb21e9993c465e6444afc4
SHA1: 85dcc1ab8c5a6841d1c6be49f4beb1b74ab99a65
SHA256: 4775859c16226513c64c56de1834db9441825622424bcaca080876a06b279904
SHA512: 502cb3b0b3e4a91ab5027c6416b928ea6ec906327ffba25f1e84002334bb96ed5eda109e612548330cf5f74e438f71dd3749571efaef7f907c08b4169a03dc56
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: 3227
Maintainer: Timo Röhling <roehling@debian.org>
Architecture: all
Source: libjsoncpp
Version: 1.9.5-4+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_all.deb
Size: 232364
MD5sum: 638c9ba55c05d2b47a9da866a285c389
SHA1: 62bf2266577cddae2be661ab0dd7db37540f4c79
SHA256: 7ac73b012200bcf424235bbed1603494cbdd4a2f7c6063a5e06c5bebe5effd74
SHA512: c3d8c20ba038ac8ab308789b47ce7c5bcdacad783998c3a5f6c2b286e49ca98252802724abde0c6b5b1aa650ef52fe16ad50a8cf52d8eb4cbada8a5c716ad862
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: 286
Maintainer: Timo Röhling <roehling@debian.org>
Architecture: arm64
Source: libjsoncpp
Version: 1.9.5-4+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Filename: pool/target/libj/libjsoncpp/libjsoncpp25_1.9.5-4+apertis1bv2024dev3b1_arm64.deb
Size: 72176
MD5sum: 1e50f8807d1916a9f1c1f56948e62596
SHA1: 2bf2383bdebdb864062873f458a25ebe618e9ee9
SHA256: 8e3f56676735cf5bb13b69abdd19f2522aa18f71d70fca6d45e29c9752cd93ab
SHA512: 542009a61921a1c349edcc5194aa0e8adba7977c32778a74389d031d421d812e28e99b74eacefa5cfbe1b9f86b6ad380217a95c9477f3b4cd9a8a2235d07e3c6
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+apertis1bv2024dev3b1
Depends: libjsoncpp25 (= 1.9.5-4+apertis1bv2024dev3b1)
Filename: pool/target/libj/libjsoncpp/libjsoncpp25-dbgsym_1.9.5-4+apertis1bv2024dev3b1_arm64.deb
Size: 700700
MD5sum: a830005127abef0263c366c0003c5cc4
SHA1: d4d4c48dda3e739a49e68a4a5445f2c87a2a5424
SHA256: ed781b1a5a595d28603ac11a02c075f65c51c6c235f1f687f11e2e5fef26f015
SHA512: 65782593cceb960579c1824a38af9044b79f02136efbf35b5f018d57ac74fff146557baf7855d5b523daece015db3b0367fce152711e17a4ac67e50f0ba912ce
Description: debug symbols for libjsoncpp25
Auto-Built-Package: debug-symbols
Build-Ids: 830f1bd85a21fb46c442fea19d0078a521fe2189
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: 105
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 29868
MD5sum: de41bd0f58cac43aa415100d0be0777c
SHA1: 35dfcfb84800a6aa19655af8025d866809347945
SHA256: 7181508e6775c8b669bea50ec4300785f3892b693d5a0ce1d362d29682119425
SHA512: f941c697148ad7f68a53ba6b9d531fda5bde349019d3c423e5a4d815996cef91b2f0cf56c3bc0c5a784e8496d68e82d7ff9061bcb9b5f56ea080590dc41e266e
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+apertis1bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libkadm5clnt7-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libkadm5clnt7-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1_arm64.deb
Size: 92976
MD5sum: 9c05c179ef4a08dd703c27841d8118de
SHA1: 6ab9ff5713284718e36a45802e09607ec6157a8a
SHA256: 574cf4136cd175594e43a8dd1684e7dc4f0616330b2e9b16659c6dd376dda698
SHA512: 74aa3f1a89619148556c6c4a7753d2c87b27091ca26dc264e480abbc7487b28768fe456805db275115332ee867f0259e333ba1befbbda5a4b95b576bd7cf4dc1
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: 172
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 45200
MD5sum: 5ee73dd4b11e86123901a93249c349fa
SHA1: 270da297bf19b17feb50b3e2b649e072809cdfd3
SHA256: 3aa675d85aafae73fda067e0e5413a5e2b316f75f2baf5b5e1f5289f8f4db3f8
SHA512: cdff650a6ea28c6fa3bca5d822cc8841fe7cf277745fc13ff2730c0a8b374f0dfffae0c65aa49605261e12bf937dea39dfd4a8f826a9c6df1275f0184d0c6f63
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+apertis1bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libkadm5srv8-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libkadm5srv8-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1_arm64.deb
Size: 182432
MD5sum: df73fd258eaa93ade81b20f94c8a3c04
SHA1: f06faf4392107e42ecc964796f598c551de685ab
SHA256: aba49e7762810bf8dfc953f664580ab21779227fbcd4f995076e10afcc3c7513
SHA512: b46464eb5e2aea01072e60c8d98fabc3c9d23059539bcbffcdd67b8c5c99ca820df48c3b5a5211926b5f85d50a87ab6832813bf629efefec87953bb928fd56ee
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: 103
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 26764
MD5sum: 7cc12d4c92dcf044719636a0841aece2
SHA1: a7c6cbaa38d27478110fdbff40e42808383744c9
SHA256: f544be31c04c984dbccebce6b63fedfec883497a85f9ad04011f22acaa466b4c
SHA512: 48293deaf10dcbd25b8364fd17a8670755f5f6c58541dfed5e719a2ef389f8fc5e79ddc96b5047f0c5f0ec4845d14fe700b6b074def3af25fde34f1c7cec79ef
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+apertis1bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libkafs0-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libkafs0-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1_arm64.deb
Size: 42148
MD5sum: 927cea1f94a0ef45833c4995fda60fe6
SHA1: 14a1ba47ebee0f511227f25a16006326150fd995
SHA256: 2589362a9a64073ab23d41f5292a0cec449df06f02cec8cb15738f7969e87434
SHA512: cd09f323f9ca685c6c53076b43feba122c12a38a1f721984bcbbdc4e7fb73878b8b63a00dd8439b7f520224c07c0151d5ed425dfdc1d66c7135dc41bfc349d2f
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: 230
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 62660
MD5sum: f5572e37d40af6b75fbea0bd3614c6d6
SHA1: 2f15c6de75ecfcba9893dff7fa305e669a2457e0
SHA256: ba4e7f6042af7551c3599e00d1fb0b85d5cc70b59a2a1357bca5a2356237f055
SHA512: 0804ca3fd7548c03c10ce10eddf2b5594dce00f8f34538374d3c22ba2984a580273f03fe620ae80ec059d5a76938389c22b8e14843f13b58e71a0390331bc99a
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+apertis1bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libkdc2-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libkdc2-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1_arm64.deb
Size: 237868
MD5sum: 1e7d454ffc58b5125954c3fe7b1edd81
SHA1: 20e0759fe1026915029b84ef845ea10b094dcf69
SHA256: a8b3a6eab0e661aee3431b835024c34c2df2d4b1bb80850bc8878f0f9e5f26ad
SHA512: 10b0415fd1c76ed022481606ca8818b9d7184142ce6763da64c53a50b6453ea73bf2bac6f0cd5f901e8187f28645100b8c2626a220b4e0b0f8aa4f8b6b429ab6
Description: debug symbols for libkdc2-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: 930699581f8487e157a680de197ac3db5a5101b3
Multi-Arch: same

Package: libkeyutils-dev
Priority: optional
Section: libdevel
Installed-Size: 115
Maintainer: Christian Kastner <ckk@debian.org>
Architecture: arm64
Source: keyutils
Version: 1.6.3-2+apertis1bv2024dev3b1
Depends: libkeyutils1 (= 1.6.3-2+apertis1bv2024dev3b1)
Filename: pool/target/k/keyutils/libkeyutils-dev_1.6.3-2+apertis1bv2024dev3b1_arm64.deb
Size: 49640
MD5sum: d413c3610681fef789cbf99622ad0d64
SHA1: ba6ef4b77b917c23f89fa123115a8b09e1ac4de4
SHA256: fdb1d322d7516b9915661529485c3d155d7f7958546a74c1f2b3e20b85ebe2a8
SHA512: bcc1eb8ae9a7ad1837b0e4468652e95f35779a88e0ab15463e0445e305c63fc2e98730ab13c98c26ac9f066cd35f53c5fea450e7bfc0bd16459caf1bac9ec3e8
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: 88
Maintainer: Christian Kastner <ckk@debian.org>
Architecture: arm64
Source: keyutils
Version: 1.6.3-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/k/keyutils/libkeyutils1_1.6.3-2+apertis1bv2024dev3b1_arm64.deb
Size: 9852
MD5sum: f02470888f46fda17781a7b345ecc695
SHA1: ab010fd80558e634b7e37bd04ca65e0d34f2f836
SHA256: b7b51dba907ffc3a1f9bc13990e5f2007ed728632aaa3c8af6839fab33ed45b6
SHA512: fd3880894528a3013493b4f7129ed366a2f05de6f626c2a2f77246dc3e8383cee959c960c12009821a5e1cc7c79bfe6fced33fa5263fe9f6730521e2f14efa77
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+apertis1bv2024dev3b1
Depends: libkeyutils1 (= 1.6.3-2+apertis1bv2024dev3b1)
Filename: pool/target/k/keyutils/libkeyutils1-dbgsym_1.6.3-2+apertis1bv2024dev3b1_arm64.deb
Size: 14952
MD5sum: 41c7a7ae60876d44f573ade098c12c2b
SHA1: b4a30ad70977e340e9ebe617dfa00bd3d556baf0
SHA256: faddfce42d8ebac9e6630665628783211281ed889c9f84a7501e0f0f6da3d8cb
SHA512: 837db57ce8b41a01bcf628e93334d9cc2e9f2d45878067cdeafcf1a817a5aac7457f107d066fd5da0a3575fc742b4597cb3d929fb984e0422f41c496a3098920
Description: debug symbols for libkeyutils1
Auto-Built-Package: debug-symbols
Build-Ids: 21d25a46202d5195c5498b21db7e369a67f89fff
Multi-Arch: same

Package: libklibc
Priority: optional
Section: libs
Installed-Size: 189
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: klibc
Version: 2.0.12-1+apertis2bv2024dev3b1
Filename: pool/target/k/klibc/libklibc_2.0.12-1+apertis2bv2024dev3b1_arm64.deb
Size: 52012
MD5sum: 0a460bc7b7f2a97bb60b36b01c9b6440
SHA1: c64d3f2623d319bedff6b2d550bc6275dcc7bb0f
SHA256: 2c9e7a4586802acabeb691d0efaae7990a9b38461e24681b48d0635a6a1f21f7
SHA512: 1fc417633253b6558864c56c4c6cfe345e3ab8a40d130496c3af101a81e27bbfd3b5c1091699829b6e2cb4426f7f26a4f5e3b79f88d327cedc2449da77174628
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+apertis2bv2024dev3b1
Depends: libklibc (= 2.0.12-1+apertis2bv2024dev3b1)
Filename: pool/target/k/klibc/libklibc-dbgsym_2.0.12-1+apertis2bv2024dev3b1_arm64.deb
Size: 128972
MD5sum: 4b7a3a6be3ec3d2b28fb4e66a273bbdf
SHA1: 248a5a51efb85f1177aa5bec36207635a264f022
SHA256: 1efbac36f0c2ed2909ba231165eb41edfafbe642652a213ba80411495cd7fdb2
SHA512: 1a4ccfcf5d2ef72b8c4d21373f3e233e06bac9dd9dfcdeafca748b7b2a29bd97fb84f1ac0a8277aeb8801782e6954e9dc4917578d8666a3f0ced0dcf259c0e17
Description: debug symbols for libklibc
Auto-Built-Package: debug-symbols
Build-Ids: 239e7276657639ba33fbc6498ea9d14d7aa77f94
Multi-Arch: same

Package: libklibc-dev
Priority: optional
Section: libdevel
Installed-Size: 1507
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: klibc
Version: 2.0.12-1+apertis2bv2024dev3b1
Depends: libklibc (= 2.0.12-1+apertis2bv2024dev3b1), linux-libc-dev, perl:any
Filename: pool/target/k/klibc/libklibc-dev_2.0.12-1+apertis2bv2024dev3b1_arm64.deb
Size: 239468
MD5sum: b637c6d44bdece9f5baad85d99c01845
SHA1: 4ff46f46b965986adb5cade02c92d63809c51575
SHA256: 59afb812348bbdb2c5e7633340434de9edcb5bb5b3d79cb5dd5be4960e2529a6
SHA512: 9bc0921df6af22e9e90cf0549449990fb82220d60aa34335c68f7f04695f5e12398664d2f550e9ebf0586277da681d6cdef60ad23de7e2d9e2165467378b6463
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: 668
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 206160
MD5sum: 13da4fbc1ae77873ccbd51d495c60e12
SHA1: f85b2b11a3a00ef05491c67bbac75c7fb985ce02
SHA256: 4e7a06e90017c6d041c84f8248122094fa2769101306f301bca0b67f812f6094
SHA512: 346e62a544ef666685f273711268af9340d0f8b6b91fdda46e5475c553fe073ae0dc59858695af39724df23978896c31011201570a087ecdfd43f1bda300d328
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+apertis1bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libkrb5-26-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libkrb5-26-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1_arm64.deb
Size: 1069516
MD5sum: 9963a15b69de198f5a84ab5ce68a6b57
SHA1: 66895f84d0ad39002e9d5c850e3d5a098ae4725a
SHA256: 0c77c37404db4d692328322206fb699f5df99c3fd69982cd1d9f88c5f2cdf91e
SHA512: ea884413cf7bab2131678eba22674e1684038ca09aeaf88d0960c51f7db372cee298cf55a40180c3cdb00ac08ff609edd462f5cadcecb19d253f4571a50cff0a
Description: debug symbols for libkrb5-26-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: ccdec5da5520ebbf35c2e3c3de474b664d2c14b8
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: 440
Maintainer: Thomas Weber <tweber@debian.org>
Architecture: arm64
Source: lcms2
Version: 2.14-2+apertis2bv2024dev3b1
Depends: libc6 (>= 2.29)
Suggests: liblcms2-utils
Filename: pool/target/l/lcms2/liblcms2-2_2.14-2+apertis2bv2024dev3b1_arm64.deb
Size: 146168
MD5sum: 89ef9c032ecba8b25577caa4515e1220
SHA1: 0a8bc30b59e1a8dc9ca855d98b2ef0ac13c8ceba
SHA256: 43a14ce6aff28387849ebab922a403631adcdc940d62bf35e80519e250c798cf
SHA512: 9b3ed9e0aedf5e7c97c650541fab9556382c72f003097f655b043b4a0c6a95761238c01283b1f7cc46b6a02016952edd323046a589799ccee7557708ea41799b
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+apertis2bv2024dev3b1
Depends: liblcms2-2 (= 2.14-2+apertis2bv2024dev3b1)
Filename: pool/target/l/lcms2/liblcms2-2-dbgsym_2.14-2+apertis2bv2024dev3b1_arm64.deb
Size: 437728
MD5sum: 38a68edfb63b18846937c518eb194aad
SHA1: 9a8c88e42e17220c5a6082e2d284cd5260efa800
SHA256: 8e1b1467dd88e464e9fac882ec0bea2fb0ddb7450650d8115776cb117b3e5c05
SHA512: b7bc13e69a6355214f97236f7b29f193c6220965c704c01847f1f3737f4f0fb3e442edb60bfe43383555880c23f3ea1f3100aed2ec39262c2e142c7399044eba
Description: debug symbols for liblcms2-2
Auto-Built-Package: debug-symbols
Build-Ids: e25e1c114a6fc95ec762b002b16955b677215b2d
Multi-Arch: same

Package: liblcms2-dev
Priority: optional
Section: libdevel
Installed-Size: 1906
Maintainer: Thomas Weber <tweber@debian.org>
Architecture: arm64
Source: lcms2
Version: 2.14-2+apertis2bv2024dev3b1
Replaces: liblcms-dev
Provides: liblcms-dev
Depends: liblcms2-2 (= 2.14-2+apertis2bv2024dev3b1)
Conflicts: liblcms-dev
Filename: pool/target/l/lcms2/liblcms2-dev_2.14-2+apertis2bv2024dev3b1_arm64.deb
Size: 1817748
MD5sum: dda96a4dc7cb6e06ba245868de6d6d00
SHA1: 869450b147705ab1dd2eaedd05fe0ecf2da58677
SHA256: 5c84bbdbe18d2a791f789735259d5d43992c9e9f06ea33412b51a8576eca30a6
SHA512: d84d2e3e7a3da6f73a95323e61b8c869d9cf0841cf68ffaad97e4451da405631a6f1d4106ef64c6144fcb0e9dc4ccb967ce8636fda7caaceada5d7fdec0ce666
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: 369
Maintainer: Thomas Weber <tweber@debian.org>
Architecture: arm64
Source: lcms2
Version: 2.14-2+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 49116
MD5sum: 8bb9bd89121ed6eef26640e78270ae88
SHA1: 036b37b5370817d96cacd22f79465fbf9c5e97a2
SHA256: a83515bd7ed4f55b042b3c997bd35459fa32e5d225e069f2cb8c687046ecc365
SHA512: ce043abba30cace80510214bc1cd7d2f6ef87f5d4a0020cb2424c97efe2d4045d029acb4952535bec1c2d70eb169ec051f0cb83cf34955e2df60d87b90fccd9f
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+apertis2bv2024dev3b1
Depends: liblcms2-utils (= 2.14-2+apertis2bv2024dev3b1)
Filename: pool/target/l/lcms2/liblcms2-utils-dbgsym_2.14-2+apertis2bv2024dev3b1_arm64.deb
Size: 118068
MD5sum: 30cd77b4760e746451c797ef3af3a833
SHA1: 3f25542adb3513f7e9cc6c45388c7c9045d462fe
SHA256: ce2d77b0298a9a97b258671221e40c9f272a7e248f8ab903d0f3ab03c6d1ae3c
SHA512: 225e5456474c9738e0c3a4987879ec0bf49efeb6ac2241186c6d156554b16b96f55b580e6818ce0259163b2127e87aa4fada5c6500e2c974f2569c9ae4925eb1
Description: debug symbols for liblcms2-utils
Auto-Built-Package: debug-symbols
Build-Ids: 29d1a47337c484d9a3189b7d2f2c29fcb502bda3 7681f60a2bf4ef10dfd8d0a5b4b0c07d331659b7 c8b8e417922a21b08dad3b970fa52589afa54120 e1cb25d68f576da1f8e0fdc2e56f19c3542a750b f6e3d64bb4f741abfaf6dad63c0b75e82964ebd1

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: 159
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: lilv
Version: 0.24.14-1+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 45552
MD5sum: 2bda6c8508db3bc36ba00dd6dc607aa0
SHA1: dc5bb48865b559de3de683dd59e6b1e773dc555c
SHA256: 6226e0ca03cc1060a1aef23e872705d74ba64124107cf056d0825ae55f8d6fa6
SHA512: 04364acb8699c7fa467ca5f25778d10e07d041f81afb740dcf2dd9417ac7cf0956f705c41d93ce52e28aa84a6c359191090d4ed0c1396c7de6e78b2c0abd4f39
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+apertis1bv2024dev3b1
Depends: liblilv-0-0 (= 0.24.14-1+apertis1bv2024dev3b1)
Filename: pool/target/l/lilv/liblilv-0-0-dbgsym_0.24.14-1+apertis1bv2024dev3b1_arm64.deb
Size: 129272
MD5sum: ae731bf6ad6960c67001e871826f0ba9
SHA1: 488e56ff1748ccea86de1f7b350df254d6ff26fa
SHA256: f94b3887c920a8d09b27c72b7ece7e61c843ee633379a9ee1ee1e9a3f54c5d0d
SHA512: ccb4187177d8c2b24c8cf08b18ee2d1f38dfe448fdd2d1a16d357831e2f7bead6b96cc7ffb23af053db77116d35799cf367f576b4ee5ef84e69d1b8d9268e94d
Description: debug symbols for liblilv-0-0
Auto-Built-Package: debug-symbols
Build-Ids: 33065a3b80c459d3d7428cd63290f7bf81aad201
Multi-Arch: same

Package: liblilv-dev
Priority: optional
Section: libdevel
Installed-Size: 99
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: lilv
Version: 0.24.14-1+apertis1bv2024dev3b1
Depends: liblilv-0-0 (= 0.24.14-1+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 25156
MD5sum: b5256e4ed6e41ba9850883f41d2daa42
SHA1: 31431625e2fc5ae051e5db0271012401e10b94c0
SHA256: 41fc85e5adef56fc453abe63852e68e473c5ca9dc0162132145065e1bdf3bb17
SHA512: 1998ae8bc6617960c221e849a8fb668fdeeda71beefdffa0c2d649eb8dcdde49b365951f1bae721adbd820323bf8155dd4e8234d57435b7ed996a936b5bf0efd
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: 12708
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
Depends: libllvm15 (= 1:15.0.6-4+apertis2bv2024dev3b1)
Filename: pool/target/l/llvm-toolchain-15/liblld-15_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 1506248
MD5sum: a2e1c07f3ac0e102fde0494d62662794
SHA1: 98c5b256344adf84b0fb33588383720e8d942b3e
SHA256: 31adebbff53a12a7311cc891a2b67d9e6db7f05063904e2f31c6145f10171c7d
SHA512: 31f90d31f2f798f6ebda016c77d14d4428f374b2f9e6d637e49ee6868a518c396b1ef054a822a2b929e02569b3b0cc3d9d138ba16cd4c565bf030f619a1eddf6
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: 105
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
Depends: lld-15 (= 1:15.0.6-4+apertis2bv2024dev3b1), liblld-15 (= 1:15.0.6-4+apertis2bv2024dev3b1)
Filename: pool/target/l/llvm-toolchain-15/liblld-15-dev_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 53492
MD5sum: d3a6d403a7df6d314b07bdea8388c41c
SHA1: f5b3f1c4bbcc26764f3549cdf6134ea6afcf1460
SHA256: fc8f65a29c1fa27a8477de42d3c5b0384feabb7f7b06ddd8e8991c8d341f8d3c
SHA512: 44fe7b0d9dce73dacd29e76dc7ab094e4ca4fada167ecfffde7d44e26c1707d3063461a4d88e21a7a35985ae9d91c395c3f611619cb2b3a91ba0bac0f9b7cc8c
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: 15751
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 3467988
MD5sum: 302c2f92acfd4754b8f9bf69b2a84794
SHA1: 2d76ddb194f3fe97a6932735bb0a9feaf8c6d08d
SHA256: 17fb22e4fc9b6b097bc1158c1e7e1e93d6618fb5ddb90b466fcf721fbe6dfbfc
SHA512: 300aa704325702118bfa4d5f88fd6ebec5f6a3ed2c07e14c6f42c9590c3f3fdbdb67649f59a3802c901d21139d1db693d94faf7abe35c2b6b4d9222b2e0db292
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+apertis2bv2024dev3b1
Replaces: liblldb-15-dbg
Depends: liblldb-15 (= 1:15.0.6-4+apertis2bv2024dev3b1)
Breaks: liblldb-15-dbg
Filename: pool/target/l/llvm-toolchain-15/liblldb-15-dbgsym_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 589392
MD5sum: 5a4ff980d27c4e95bf92349d5aa64aa3
SHA1: 90bd4a4254e884c282d05ab9c48177639b004a13
SHA256: f034f6979341f6b62daf8395e51e68d1050ad1fdb118ac43e1bfaf1a16559136
SHA512: 516848297b8c776a79f574a7053049e4e76625e3ccc307e0bc0357d881fcd29a0ad708cb959663ce11ab18be117448fd9b6b8c1a167f3d6f193334b64ff8bb8f
Description: debug symbols for liblldb-15
Auto-Built-Package: debug-symbols
Build-Ids: 92956efa2911ee1b790506c4582ec49f73fb97ac c9b075221e79ec08e20e63c6d32410b22b41ce73

Package: liblldb-15-dev
Priority: optional
Section: libdevel
Installed-Size: 3341
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
Depends: lldb-15 (= 1:15.0.6-4+apertis2bv2024dev3b1)
Filename: pool/target/l/llvm-toolchain-15/liblldb-15-dev_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 536328
MD5sum: 9799a92af718a7334d9539132d3106d7
SHA1: 24451aa2b545c8cdc758921308f0273efb02ae2b
SHA256: f60cba3467e5706082f847dc903d959847c0d1358e74f0f9f60babee977f6759
SHA512: 8e3d744209d6814b0a5e37ad4dc0fde667e81643a2fcff6c5bc6c23013195a2da839a63772a620f2460880ed8cafc0e1fece44b9f28e697eb74871d98147ac57
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: 4363
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
Replaces: libllvm-x.y-ocaml-dev
Provides: libllvm-x.y-ocaml-dev
Depends: llvm-15-dev (= 1:15.0.6-4+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 503012
MD5sum: 76e042460fb4e18b455c134a2ad4d5d5
SHA1: bb415013cc4de05cb5949f652fc9983ce2fb34d1
SHA256: dd7e481c0c7afaf0254a5647bb8992802afa3b5cac66442098afd17b0b112924
SHA512: ebcb2e911cea4f34d6f227cae00fe25b174e50bb719f6e640b085eac32be06c8878669716ca892b81e150db7b3c3b0d9e3378f6f49e84d6a10402b3ff0a06f1a
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: 109078
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 20677920
MD5sum: 20e9f4a687f53c6b78d40f33ebacee04
SHA1: b5b44798a9a55056575b7f799dd0729bc6c1db99
SHA256: 2153d5f42e141db64296886d0e81e34e8e4ba8a473727e845f00ca737ddba8f8
SHA512: 4999c15469e35c2800d135f1870db313503cd0d2c1c1618304da726c4c72a5a4a9241758334d54fa383326f458e38555ddd5835ed7334ce4df11dc2ab0037b7b
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+apertis2bv2024dev3b1
Replaces: libllvm15-dbg
Depends: libllvm15 (= 1:15.0.6-4+apertis2bv2024dev3b1)
Breaks: libllvm15-dbg
Filename: pool/target/l/llvm-toolchain-15/libllvm15-dbgsym_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 2128064
MD5sum: fbd06f0a4766f0b47ae5ff9af899fa56
SHA1: d17618682fb2c54b28520e76401b9a63d9554ad6
SHA256: 9b50443da0aa5cc07de80d566e103e3741e6514b057c16dac61c278af8fe87f3
SHA512: 89e80ec8bd8876a0d1f4a97e2f2b5d0b9732d6d03e0e725f6d52413a6e8fd0275ae2bf10569f5fc848b7778b051a0e44a3aea41ecedd3c0f6fb58ad42a2241a8
Description: debug symbols for libllvm15
Auto-Built-Package: debug-symbols
Build-Ids: 289360a56b4e111657d2333171918c033ee21b25
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: 540
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: arm64
Source: lua5.2
Version: 5.2.4-3+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libstdc++6 (>= 4.1.1)
Filename: pool/target/l/lua5.2/liblua5.2-0_5.2.4-3+apertis2bv2024dev3b1_arm64.deb
Size: 103004
MD5sum: 7c1e85ba3738ded69cf1a69073b5b34a
SHA1: f5a3843efef46d5af5d0cbd77b2e9b1c3fe8233c
SHA256: 4ee1d8f9f4f4abcf127177c1a3b60268839b9cac515a2f15fb6bed278c27706c
SHA512: 2a2f93bdf6985d1cee992d935cb037d3b78539a049a7e9c6507d42fcc3e264009f0f83beab2e82c75b68373d08f220f45e18e7428a52e207cf138d755445e335
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+apertis2bv2024dev3b1
Replaces: liblua5.2-0-dbg (<< 5.2.4-2~)
Depends: liblua5.2-0 (= 5.2.4-3+apertis2bv2024dev3b1)
Breaks: liblua5.2-0-dbg (<< 5.2.4-2~)
Filename: pool/target/l/lua5.2/liblua5.2-0-dbgsym_5.2.4-3+apertis2bv2024dev3b1_arm64.deb
Size: 567108
MD5sum: 8bd8949d8b28cb3780bda8bf80111611
SHA1: 7c93be7cda8f31a4acc68fb87252c2316f7fe10b
SHA256: 5fab191c3915322e77f825f7dd5d11de17abd6a22e2685ce8455af42a0dca79a
SHA512: 8ac396f2a6e974cedd571bbd74bc512d584f9587697604ac0f1aa72a9f2eac4517e4a54411823f25dc49004e8ca4b0550cccdb24d1b7d3ef0d90b5d3add3faa3
Description: debug symbols for liblua5.2-0
Auto-Built-Package: debug-symbols
Build-Ids: 40644df8b08a2e536cd20f5ad0ef5531958c458f b1dcf121a3037736671c68ed4289061351ef1298
Multi-Arch: same

Package: liblua5.2-dev
Priority: optional
Section: libdevel
Installed-Size: 901
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: arm64
Source: lua5.2
Version: 5.2.4-3+apertis2bv2024dev3b1
Depends: libc6-dev | libc-dev, liblua5.2-0 (= 5.2.4-3+apertis2bv2024dev3b1), libreadline-dev
Recommends: libtool-bin, pkg-config
Filename: pool/target/l/lua5.2/liblua5.2-dev_5.2.4-3+apertis2bv2024dev3b1_arm64.deb
Size: 129068
MD5sum: 1b450950dd2c957fe0e9d977ee063217
SHA1: 1251a9474edcf4bffaeda08464e6dc0dbbea84a0
SHA256: 27f95853c877544e7874d2f5d44ed4db8594539032a36da345acc21d743d002e
SHA512: a26e0b7c409c2a80222fd7e7aae97d7260ed2ff4f5b6400293c19f495fc3138233db4394bde497ba5e97a050f21ba8d51084e34f927e35179abdca53fb456aa4
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+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libstdc++6 (>= 4.1.1)
Filename: pool/target/l/lua5.3/liblua5.3-0_5.3.6-2+apertis2bv2024dev3b1_arm64.deb
Size: 110764
MD5sum: 68682f363ccf353f6ab43774c0c2acba
SHA1: c21fa83af26d30b0002f0f4e4bcd446e6c2ef041
SHA256: db44d6f64a29507b6a0a516f58c75745cb79cffb80b5fce36ba03aac83bc1740
SHA512: ccd38d12162715598e509c01b4cf53111faebc48f7d78880670f0f932c2eb437e294e7748ae9d31c2b1547a2aed35b6a26ad19041d710a18ca66c0b12b8b64a2
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+apertis2bv2024dev3b1
Depends: liblua5.3-0 (= 5.3.6-2+apertis2bv2024dev3b1)
Filename: pool/target/l/lua5.3/liblua5.3-0-dbg_5.3.6-2+apertis2bv2024dev3b1_arm64.deb
Size: 1421020
MD5sum: 240da1610c3f976716314442aa09682f
SHA1: e90be05c947cf28a8077eeab96242ba03e51c0a9
SHA256: 55f048cfe4ca7ca79bce907f0d3925847a7872fcca343a3c38c6a1d808bc31c2
SHA512: e7074e37c8d014e8521e1f2f9d73d253bc56ee3b69d1cadcf3df141df29f271e8299fe5ec0c9922b81aa3be11b438c49e07bd7c2eadf2d1049904814e0cf5031
Description: Debug symbols for the Lua shared library interpreter
 This package contains the debugging symbols for liblua5.3 and lua5.3
Build-Ids: 3fa0850cfddc0a05d4921d6a2a2ccb67b7ea41cd 5145d48bcc1d7037080307d9f89e10772a5b1846 5f96cc7f46d01d05a4e7074a22c6f0b825386422 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+apertis2bv2024dev3b1
Depends: liblua5.3-0 (= 5.3.6-2+apertis2bv2024dev3b1), libc6-dev | libc-dev, libreadline-dev
Recommends: pkg-config, libtool-bin
Filename: pool/target/l/lua5.3/liblua5.3-dev_5.3.6-2+apertis2bv2024dev3b1_arm64.deb
Size: 141444
MD5sum: bb02634bb7ff5dcefd14a363791b33a0
SHA1: 11c984d52a242be06670d72465f90c6a913ab465
SHA256: bf86ab41b2ddcc8fc9940bea73653eb36db4b6ddcf3b308a46b502eb353c619b
SHA512: 8553b112849dd99b14fa676190778e280571f4aa7a303a4de72dbb1077f1a4cde77be5ccd85d1303672732ef213a72462864f104c76755527a4924754acf6701
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: 608
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: arm64
Source: luajit2
Version: 2.1-20230119-1+apertis2bv2024dev3b1
Replaces: libluajit-5.1-2
Provides: libluajit-5.1.so.2
Depends: libluajit2-5.1-common (= 2.1-20230119-1+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 238528
MD5sum: 99ad17323301299d34344c2089ace105
SHA1: 19343e7f0f408e7e2d2edff960698a121b4b12e6
SHA256: 2cd3e1ae5d41009201178d8010f204597df44f0ebefa34e3b604ef43c8ecd717
SHA512: e82fff2319e2304e66c50719ec91c8b32c8b436d8f78194efa6ac797ccb0fde54abfe4dc2e75234b4bffafd10cf0cb148d73b921d40e43840cab97b52e5d2429
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+apertis2bv2024dev3b1
Depends: libluajit2-5.1-2 (= 2.1-20230119-1+apertis2bv2024dev3b1)
Filename: pool/target/l/luajit2/libluajit2-5.1-2-dbgsym_2.1-20230119-1+apertis2bv2024dev3b1_arm64.deb
Size: 994536
MD5sum: c5bd99ba52771e401cc76166a62d18fb
SHA1: 58eaf180b0f3776ccff616fdf590e4216db77cf3
SHA256: 28f1aaeb7dcd915f7be37e847eb411ade482420fe094ac34304680380bfdee77
SHA512: fd6dceb62c87b748bfbee458210772d00c5b133f46d34cfad71f25cbd3810db50615f456f47e4498d00bc64e17219d470f9f26d7c418c33f4b11563fe7ebf6b3
Description: debug symbols for libluajit2-5.1-2
Auto-Built-Package: debug-symbols
Build-Ids: 873faecb51c28c53301361c336181a866130e843
Multi-Arch: same

Package: libluajit2-5.1-common
Priority: optional
Section: interpreters
Installed-Size: 220
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: all
Source: luajit2
Version: 2.1-20230119-1+apertis2bv2024dev3b1
Replaces: libluajit-5.1-common
Conflicts: libluajit-5.1-common
Filename: pool/target/l/luajit2/libluajit2-5.1-common_2.1-20230119-1+apertis2bv2024dev3b1_all.deb
Size: 47220
MD5sum: fc3e98b04f3205c82620d9db140f0ae3
SHA1: 4c826cde747cc28506767e6d64fdc2fe92c164f9
SHA256: 7214b7e2eb975ae1545a50496500050d33731adfcc5d980cd79878be55f77aa4
SHA512: 62b53ca95c25a0e53f6d5f8f764a497319879870eb02daabd7947e3164d6cd8405e6e22d5fab71542a38cda0becc5e7e319867fc99a89dccf6b2016078ab22da
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: 734
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: arm64
Source: luajit2
Version: 2.1-20230119-1+apertis2bv2024dev3b1
Replaces: libluajit-5.1-dev
Provides: libluajit-5.1.so
Depends: libluajit2-5.1-2 (= 2.1-20230119-1+apertis2bv2024dev3b1)
Conflicts: libluajit-5.1-dev
Filename: pool/target/l/luajit2/libluajit2-5.1-dev_2.1-20230119-1+apertis2bv2024dev3b1_arm64.deb
Size: 256960
MD5sum: 31ed06474afb77d92ad0f407b8a0cf05
SHA1: 88d017a77934815782d9c7647f23da66961f3fc8
SHA256: 874e5b6fe7991fc88d450c99e0a5260b3a05d937817ce243a43d25bcd9cc09aa
SHA512: 935c5afda49e36aa135cffad933028580dfd4de0514abe5e831ec73f7b2cab47e88f9b020ddd82f0c491d832ad8aeb16a0980bda28cc259797aec5b94aa1a187
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+apertis2bv2024dev3b1
Depends: liblvm2cmd2.03 (= 2.03.16-2+apertis2bv2024dev3b1), libdevmapper-dev
Filename: pool/target/l/lvm2/liblvm2-dev_2.03.16-2+apertis2bv2024dev3b1_arm64.deb
Size: 8256
MD5sum: 1e200ac0449b4879b7f33656ed40eea5
SHA1: a6f68637cecb747f2c031c721ecc63d775c2e723
SHA256: 5e60972fd560496a6a0e79764fb584c03e3189080f2f1ffe8ba44419455fd957
SHA512: e9fd5cc30c09af9618549c9eba3aaa312774d69a8394102542aac88c21382335bc13d0f511048bbf0a1d65b9bfb9897dd20573607584d9abce0f61696b910de7
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 635040
MD5sum: 0f91c88e22c47a4f54c5cb73c88c6867
SHA1: 147803a20615a45c1e50eb1f272b3ad61927c559
SHA256: b61c65e3cdedc0d6984ab0efb5877bd4267db317a3d1560c0a80c52855794138
SHA512: f9f6b8c7cc7cb04c751a4e1012de4c07017fc2779fcdafe9ad872aa5cb8697aeac6f8b733bcc337013d32c4bf09c799bf3e98b94f07fcbbf2d83c5c18834ca6d
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+apertis2bv2024dev3b1
Depends: liblvm2cmd2.03 (= 2.03.16-2+apertis2bv2024dev3b1)
Filename: pool/target/l/lvm2/liblvm2cmd2.03-dbgsym_2.03.16-2+apertis2bv2024dev3b1_arm64.deb
Size: 779800
MD5sum: 30ad02ad1d5b4a34cbaa5b2a948c6cb8
SHA1: 802d526cba7ae44ae910d19d8ff0cbdaf9b0bb2c
SHA256: 92a615b6adedaf71aac88174d9cf5300a9faabe09890142df5e6b8ed6eb45933
SHA512: c8d459d2d9176c017def9196c7a3b46a903d7e9ebfd82aaf373a800da8fca8eb7d42fa950b05926c8b64fe9164820b9b3126f07cc5349222ab030bb587297703
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: 219
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Architecture: arm64
Source: lz4
Version: 1.9.4-1+apertis1bv2024dev3b1
Replaces: liblz4-1a
Depends: libc6 (>= 2.17)
Breaks: liblz4-1a
Filename: pool/target/l/lz4/liblz4-1_1.9.4-1+apertis1bv2024dev3b1_arm64.deb
Size: 58988
MD5sum: e7fe4d178bf727cd5fc2248d6f00c51a
SHA1: 0dc7dbd8d254ae50ec838bb04ae05ab90a07124c
SHA256: 75b6ce27fcb5e7bca5d7750351869b654917f6d0c18300c16292f8442d82f7d3
SHA512: cc48c84694bfdfd76e7ab500af07577711a331845f553bbf3be3f06d35b84c40a2b9e6026a57cff7ce7df46bf4de33f1b6886e6387d979ec84ad098c4c594e35
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+apertis1bv2024dev3b1
Depends: liblz4-1 (= 1.9.4-1+apertis1bv2024dev3b1)
Filename: pool/target/l/lz4/liblz4-1-dbgsym_1.9.4-1+apertis1bv2024dev3b1_arm64.deb
Size: 318860
MD5sum: b8107cddfbf4a5232575154691ac5c21
SHA1: 265ba2a68f079e30b5b76f52b0839e682113ad17
SHA256: 6d9a2c7ec591870dc538b4d37829e78ec060e4817f3f2427ea4b06ad1662a102
SHA512: 4e96bd3f8fe506bb0b2f8d104e98b944cfbd313fbc4554bbfdf3338774fa906ccdda3366bcce1eb8acad3407e684b5ccb4abca08e08cb7266f4ea4484d4b9b2e
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: 272
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Architecture: arm64
Source: lz4
Version: 1.9.4-1+apertis1bv2024dev3b1
Depends: liblz4-1 (= 1.9.4-1+apertis1bv2024dev3b1)
Filename: pool/target/l/lz4/liblz4-dev_1.9.4-1+apertis1bv2024dev3b1_arm64.deb
Size: 80484
MD5sum: 5132c4408ffe63c2a5e415e72d71e333
SHA1: c56395a8850fbd063741a74d836b109366088d3d
SHA256: 7b35d39d90cfdc83eedf9b692f70946b8ac3edcd49ccfb617628f0f26510c385
SHA512: ac035b559157f4719105a1c3a25b6d58d8e58b110243c68e06c27c85af38921fd792eadd094d91a4f92b7ffa32f9aee7bd476be647547b27a8d18fcd93e1d602
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: 14
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Architecture: all
Source: lz4
Version: 1.9.4-1+apertis1bv2024dev3b1
Depends: lz4
Filename: pool/target/l/lz4/liblz4-tool_1.9.4-1+apertis1bv2024dev3b1_all.deb
Size: 4108
MD5sum: 71fda9715c576b6aebe4fbfa622a103b
SHA1: 3d719796902292ae901954945ef3eb6438e28edf
SHA256: 92e617f92a547ab59c353fa80b4f64ddea2c874171eba7d341efaecd97942715
SHA512: 746201d809137783a3a3756168fc84db95163239e60250eddf833da8142b5a7b7667fd5b243903e0749efd09a960d631d0fd41db83dbb7e991b6c6e76d31e534
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+apertis1bv2024dev3b1
Depends: liblzma5 (= 5.4.1-0.2+apertis1bv2024dev3b1)
Suggests: liblzma-doc
Filename: pool/target/x/xz-utils/liblzma-dev_5.4.1-0.2+apertis1bv2024dev3b1_arm64.deb
Size: 257268
MD5sum: 151104441a44b0abb381d269da9cbfd0
SHA1: 70ce127e71bdf3f92226b3ea94860d34df6ba5d6
SHA256: 5de55bb066c26f1d4792409f69b565c11d0d90e8fc194528622716e357ac9fb4
SHA512: 25350927308c512d01110a3e34a232d8f0737f76c82bc894f1a142248856c8c5a5dfcc55b11f7ffb0bad3c3eb09361d9e39888425dfd41417df2d0a4ca951d6f
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+apertis1bv2024dev3b1
Suggests: liblzma-dev
Filename: pool/target/x/xz-utils/liblzma-doc_5.4.1-0.2+apertis1bv2024dev3b1_all.deb
Size: 432400
MD5sum: 383453d9d75d8ba30bfd78d06e337f37
SHA1: c9a6ae29141c946a936ad1690e2900a1f477b72f
SHA256: 02f946de4a07a2a55572fc7f5bfbeb77337ccdbff7fa61924683226239b4d8f4
SHA512: 26f58d8256e60ffd11fbdb713506f8a548f9db5dffaf766107af3d8a2ecfa3f19f57324a0cf30a1d663aa6785154d663d2d6c199f1cc65595a05978bfc8e0682
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+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Breaks: liblzma2 (<< 5.1.1alpha+20110809-3~)
Filename: pool/target/x/xz-utils/liblzma5_5.4.1-0.2+apertis1bv2024dev3b1_arm64.deb
Size: 201308
MD5sum: b677a2e1e3d27149342b9e5b46e0769c
SHA1: b5a2659d0ee8d696f4f7d0f8921ad61969a5a58b
SHA256: bc90e446bb0261e61e82d87ffd89cf9e51763ddc359ce32ecf6b0f3abd2a3eb1
SHA512: 12c1ac8843a2adac5561f84ffb16f174aa346a92834a2b48246eb64d10dae91310b93f558cd67e3bcd306cad1ef072365a79ee07da415433d682e7cdf6b16e1b
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+apertis1bv2024dev3b1
Depends: liblzma5 (= 5.4.1-0.2+apertis1bv2024dev3b1)
Filename: pool/target/x/xz-utils/liblzma5-dbgsym_5.4.1-0.2+apertis1bv2024dev3b1_arm64.deb
Size: 250860
MD5sum: b4069afa2de2d1fc2f5e759f68c836ae
SHA1: e0f24fe33d04e13a9fe873d444f99eb67b76f6d8
SHA256: e1600506ba9884506471bc622030306f2d040058658c841f0597bca1eed6d697
SHA512: 9c2db0b7fe7f5de902ef1e38931dfd12f3554a82d5a7333561e808916ec498d595128c675f1c619fbcbd346c681942747167dc8120961740d6d7ee80dfa7620f
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: 360
Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
Architecture: arm64
Source: file
Version: 1:5.44-3+apertis1bv2024dev3b1
Depends: libmagic1 (= 1:5.44-3+apertis1bv2024dev3b1)
Suggests: file
Filename: pool/target/f/file/libmagic-dev_5.44-3+apertis1bv2024dev3b1_arm64.deb
Size: 112804
MD5sum: 9654cb46a5e7ad1cddab7ca76332ddd0
SHA1: 748cbfd3dc44c946f2ce1a146f477105a0af7982
SHA256: b3525f18acaa4f444fa45adf4434e799931cb49b7d9da9ed9e05052448ae44c8
SHA512: a374bd3a912815275265ed6e6e820393593b331fc20576fc7e74ee031e0326ade097efae19df3fad86680dfe446f1184513b75bd1b6a43b8fb72cfad6cb3172b
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: 8134
Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
Architecture: arm64
Source: file
Version: 1:5.44-3+apertis1bv2024dev3b1
Replaces: libmagic1 (<< 1:5.28-4~)
Breaks: libmagic1 (<< 1:5.28-4~)
Filename: pool/target/f/file/libmagic-mgc_5.44-3+apertis1bv2024dev3b1_arm64.deb
Size: 306064
MD5sum: 8eb70f0ecd85a893e79efb9259f14151
SHA1: 3211f925110181e003dd8a0c7dacfb82230fb448
SHA256: 5bad1a18b293fe3d71ce15001476a5131df8ee5c3a9c1899f16cea54c929444b
SHA512: c775bdb0cd5f969f433de52b3ed3dab1f13e03a6e68fcd17cd804236b708d10ce012fc4ee1df1efc1b4eba4299fa8b37ff7ffb42ce79d8512d10838350e9213a
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: 262
Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
Architecture: arm64
Source: file
Version: 1:5.44-3+apertis1bv2024dev3b1
Depends: libbz2-1.0, libc6 (>= 2.33), liblzma5 (>= 5.1.1alpha+20120614), zlib1g (>= 1:1.1.4), libmagic-mgc (= 1:5.44-3+apertis1bv2024dev3b1)
Suggests: file
Filename: pool/target/f/file/libmagic1_5.44-3+apertis1bv2024dev3b1_arm64.deb
Size: 100044
MD5sum: 88b04f4cffa7e59d2526b58f611690c9
SHA1: 1fc3efc9f2e6de667d6f9d58faa326003244c63e
SHA256: 2002213069b3f4937c81eed435c927b510c887a5411a84f8454345ad739eb4d2
SHA512: 573db797a5948ca3467dcb02ab6a080dd33373f545a4be5f49670a149110621b77c6ee9bd37e3ec767fcc4e132b7b9099fe1cca36ddf43342fca42753ff16eea
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+apertis1bv2024dev3b1
Depends: libmagic1 (= 1:5.44-3+apertis1bv2024dev3b1)
Filename: pool/target/f/file/libmagic1-dbgsym_5.44-3+apertis1bv2024dev3b1_arm64.deb
Size: 211844
MD5sum: 12f4b080ac6876db705f6358051aaeab
SHA1: 5d2aed2635982d443accb65d6e7284c879bf74eb
SHA256: 58d18a852bb9a7264bc7b61d23cb7199a71a22c4dc19e57364ac0ce247ff2872
SHA512: a37a290e362681cdc95a27cf792d9fc8af20fec8cfc59dc6ce802b8ceeec357dce7c36192ef679ec444e434ffa7d147c5db74fd38d6353bddafbfa3a504fc379
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+apertis2bv2024dev3b1
Replaces: libmaxminddb0 (<< 1.4.3-2)
Depends: libmaxminddb0 (= 1.7.1-1+apertis2bv2024dev3b1)
Breaks: libmaxminddb0 (<< 1.4.3-2)
Filename: pool/target/libm/libmaxminddb/libmaxminddb-dev_1.7.1-1+apertis2bv2024dev3b1_arm64.deb
Size: 39968
MD5sum: a81fa73673907f1a85d70e379ac94edc
SHA1: 3c5dcd34a05cf32df531d90c224550f3c4de174e
SHA256: 3a90e587537be3cba533c43ca0ad22854da1ce298161592d05649a1a551d4e10
SHA512: e44812066eac36efa3bb1ba7d43ca69bc688fb3a85546203ec0dfea65d07b1ac4ad36f37530ef1d4cd4e5fd8f47c612359ca737ee82d59d70b7298cc29dacd85
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: 124
Maintainer: Faidon Liambotis <paravoid@debian.org>
Architecture: arm64
Source: libmaxminddb
Version: 1.7.1-1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.33)
Suggests: mmdb-bin
Filename: pool/target/libm/libmaxminddb/libmaxminddb0_1.7.1-1+apertis2bv2024dev3b1_arm64.deb
Size: 30772
MD5sum: d2603b915707817ddc6f01aa4f42e165
SHA1: bceb6d51736716a3a3f3873d1d37ff25883740be
SHA256: 9ee5c1e449474a41b3d4ce29d7fbce3cbf93adb79ee4c418dd220a848bef5bb5
SHA512: 5fc7d84c1356b45009618697393a8fb58757eb94fb7e9c0a9875bcbabc6e8babd5ce808f73c7a47f86c46ce459ffc4c050d8badd3941049778835c3c0bc51f74
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+apertis2bv2024dev3b1
Depends: libmaxminddb0 (= 1.7.1-1+apertis2bv2024dev3b1)
Filename: pool/target/libm/libmaxminddb/libmaxminddb0-dbgsym_1.7.1-1+apertis2bv2024dev3b1_arm64.deb
Size: 31172
MD5sum: 1576a12d86dd13dbd417c94c482d85ba
SHA1: e19d2e808621d11ec4f20321a54bcbb3e65352d3
SHA256: 69aed76a31f0f9e36e30607c64b86595a38db523602f63db586defc7246930a7
SHA512: fc2c1161e98186b8b33cb55f8ca7ab75c90970475a46e8dc070d873b0a89c01bc2035a9dd48199d8d2e8b9e5073ae54e3c25226c95bd977b29a2559c92ee09f0
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+apertis1bv2024dev3b1
Depends: libmd0 (= 1.0.4-2+apertis1bv2024dev3b1)
Filename: pool/target/libm/libmd/libmd-dev_1.0.4-2+apertis1bv2024dev3b1_arm64.deb
Size: 48796
MD5sum: 63894d0510f9c8e1d44e0c6b5e66b852
SHA1: c006165c7d913bd0de3acea2fd2c050c43f5fac3
SHA256: 7a0db2708c49d7ccfa21032ca761863e021f3b112c1c953b7f24e36f0c840550
SHA512: 7d99ff18f1e3aa5e18bfad89d2f893b2e33fd3c30ecbadaa0c7f6812b900d0bc04d2cd747b466c5be375304059263d96e2bbaf0b168dd7085aa2d319b13c689a
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+apertis1bv2024dev3b1
Depends: libc6 (>= 2.33)
Filename: pool/target/libm/libmd/libmd0_1.0.4-2+apertis1bv2024dev3b1_arm64.deb
Size: 31096
MD5sum: 28dd7f6bb4b8e90dd56e5fc5e97bb626
SHA1: 74293aec7f6d31143f90f8e59b037fdd8033e965
SHA256: 3beb6e4faa9fbccfa9ae378219e7e871ffc4a9f0f0b012d198d7ee31ec78f30e
SHA512: 54796b2855195c0f8c14da845fccc41124248a04c905d54d3d33190bde08ea60ceea7687aa366d9a0229e0b363490d83a51ecdaa9421943990d5cca55c36498b
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+apertis1bv2024dev3b1
Depends: libmd0 (= 1.0.4-2+apertis1bv2024dev3b1)
Filename: pool/target/libm/libmd/libmd0-dbgsym_1.0.4-2+apertis1bv2024dev3b1_arm64.deb
Size: 27792
MD5sum: dc09e983e2d3c5e56a05130d5c900e13
SHA1: af774bed78a4717ecf7f4f13df06d9213df73a91
SHA256: c23128b262df3aab721c3910657f844c17e166f4ca0f4885ea7e91070293c545
SHA512: a1acef86e186b75d8f714748dae490ed761849f88caa218c2f8511aa5d130db8f05602ee45bcc4cf0a792f8684595f438b551231deec86a0e029b36349c2e4fc
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: 644
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Architecture: arm64
Source: libmicrohttpd
Version: 0.9.75-6+apertis2bv2024dev3b1
Depends: libgnutls28-dev, libmicrohttpd12 (= 0.9.75-6+apertis2bv2024dev3b1)
Filename: pool/target/libm/libmicrohttpd/libmicrohttpd-dev_0.9.75-6+apertis2bv2024dev3b1_arm64.deb
Size: 291900
MD5sum: f2a71eec218da7ab20e64cfa0da88e12
SHA1: 0504ede8537ed48ef765294812f75994cf7d2ed0
SHA256: 1d084184d3eece600ecc12b9ad021dbe88ad0d8c281709272612dc04920cc939
SHA512: acae73250863e3e095fa2ad3292554ffb4a5d4cd232d26654680b08f4022a61b04b3eee2991768a13c201c2501171111414d60b24e498e50621d194bdfe74089
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: 263
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Architecture: arm64
Source: libmicrohttpd
Version: 0.9.75-6+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libgnutls30 (>= 3.7.5)
Filename: pool/target/libm/libmicrohttpd/libmicrohttpd12_0.9.75-6+apertis2bv2024dev3b1_arm64.deb
Size: 115968
MD5sum: 717b254603aff3bb26467a1eae9ecbd5
SHA1: fb547bd537b029a31c2b6122b417a4f0e49b1eab
SHA256: db338c0f9bd90d9001d2b0f6645af6de5f85c45a7299df9bf2d8ee8e474ad9cd
SHA512: 6464c4db1a76db4ac6fb6228e903c2a6a95542dbe28099b9f3ebf5661a1427ad7b0233ff7a6826bd7aeea2e20f79fa87f368c27fb32a55d43cf6192f8714251e
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+apertis2bv2024dev3b1
Depends: libmicrohttpd12 (= 0.9.75-6+apertis2bv2024dev3b1)
Filename: pool/target/libm/libmicrohttpd/libmicrohttpd12-dbgsym_0.9.75-6+apertis2bv2024dev3b1_arm64.deb
Size: 192060
MD5sum: e3f5f344918ba34233bc896fa5542cd8
SHA1: 7517fddde35ea07945ab4d7cba87cca6efc42443
SHA256: e19fb12e1fad8bdbc3d75c7045c274715b946583d6e3086410096eb21237c48c
SHA512: 5bff3218a2354dfde6b902beaa5b7ece4ccf5f377061252a9256a5b87d4dda619fa8e0803780402f58a3969fdfd58da3bcfd0be56a3336330aa2e9b5c0937c23
Description: debug symbols for libmicrohttpd12
Auto-Built-Package: debug-symbols
Build-Ids: 7b0f5af00dd0527356b09813bdfbd66c1715576d
Multi-Arch: same

Package: libmlir-15
Priority: optional
Section: libs
Installed-Size: 33929
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 5627584
MD5sum: 5d9e424894d429966615dc05b58eca16
SHA1: 55bb6f6544bf4e81db89c5058523b3580c702572
SHA256: fbcca6d32d28b2ec06c2b1ee099c99e4eda771b9a931098a8a6d25aa51800992
SHA512: b3d92a40cc8b7c8141a7e142395983098f92b14f5e9f6519adfa2b49e131b2663ea929c2b273a1747ae8d20ae956da366958aa6105e830e62a8192968dc5b980
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+apertis2bv2024dev3b1
Depends: libmlir-15 (= 1:15.0.6-4+apertis2bv2024dev3b1)
Filename: pool/target/l/llvm-toolchain-15/libmlir-15-dbgsym_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 1397412
MD5sum: 8ad9d70f6d0f3ae7da7c26d8b5985096
SHA1: 5eda7874d727fd2a2f433d139003d1e02b8d9a18
SHA256: ea33905e07212fbd086d42f84dc22b8fa12911b97d60e8845e3046f6967e2b65
SHA512: 35da1874b3be4c22476a99a7b8efd282439668b6e262b7b2c5e934b53d0e64210efc6285a301493694706a4b26caeaabe1def416b5b3077e51bc60f340435a93
Description: debug symbols for libmlir-15
Auto-Built-Package: debug-symbols
Build-Ids: 2ebccd267fe04f5610e7773c5c52f508ebbf8fa8 3f1866cc1f43c4c4ec672a2b19baecda37097e78 5bdf6117b34a5efe865f45fdb2e2f5ba3de7bd08 b735a7cec8a8116339998bbc5c2effac5846082f
Multi-Arch: same

Package: libmlir-15-dev
Priority: optional
Section: libdevel
Installed-Size: 177549
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
Replaces: libmlir-dev, libmlir-x.y-dev
Provides: libmlir-x.y-dev
Depends: libmlir-15 (= 1:15.0.6-4+apertis2bv2024dev3b1)
Conflicts: libmlir-x.y-dev
Breaks: libmlir-dev
Filename: pool/target/l/llvm-toolchain-15/libmlir-15-dev_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 11889496
MD5sum: 6d957aa7037484168684d0ea01e15ef9
SHA1: 05dcc05c75dba8109c8922fc63af48c6aa75ef26
SHA256: 67d7c4e86dc79a2de152f33e106c33a9c0c551a171cf39ab64b2898c45dcca46
SHA512: cb1c287b457728aa10b4baa4c4ef5f341b9d3f69586d67e6f42df67540c18ffd0ba36ae7e5901271519029ba746972569c86b82bfd936a55298721e310174df0
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: 29995
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: mozjs102
Version: 102.11.0-1+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 7577252
MD5sum: 1b0439d77f175c5fdcdca0d6add276c4
SHA1: f6997b40282f9523766e582f3b18e07c69c7b094
SHA256: 56148855f0501fa9937d62dd0d63c7137f2d20181f31e493a2b743985863d934
SHA512: fc66f6425f51ee406f2238d9e9d530f40ffcf8e2a3319ff17e7cce98aeb16a9bc62ca52db2c4cbf5e482275fdf2c17b87ac25696e02510265aeb0306eb888d09
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: 127421
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: mozjs102
Version: 102.11.0-1+apertis1bv2024dev3b1
Depends: libmozjs-102-0 (= 102.11.0-1+apertis1bv2024dev3b1)
Filename: pool/target/m/mozjs102/libmozjs-102-0-dbgsym_102.11.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 126086816
MD5sum: 52eac5641f899089d12ef4fa0c586d72
SHA1: c342eafcbc46ced96ec4096a4573f143af07fd69
SHA256: af18f7abb10528feaded963ab67572a101c0dd5e614ec4ae50f8db568e0a2977
SHA512: 5611d6991b1f8cf77d5e7fa634c3ab41a4db2f56c159ad9fdb46820ebfa13b97db03022940a02d36c55ef7d13ba889b4c4885237a1f0a07ff25ebc93860591b6
Description: debug symbols for libmozjs-102-0
Auto-Built-Package: debug-symbols
Build-Ids: 55194551d3170e4dc068f0eb0c3dc6e3cf0dfc36
Multi-Arch: same

Package: libmozjs-102-dev
Priority: optional
Section: libdevel
Installed-Size: 40735
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: mozjs102
Version: 102.11.0-1+apertis1bv2024dev3b1
Depends: libmozjs-102-0 (= 102.11.0-1+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 9533604
MD5sum: bd48b3f06dc9de2e4b68b840420a2b89
SHA1: ff35ca97610a3495ceeaa3076500e5e090e9b421
SHA256: bfb7ca0dfb8b0944734dbd5bff23803d36d85760b2d477594709fc3166463b43
SHA512: f319e20840bd3d8ca222f12c4cc04502eb20c2c2bd127e15248b3f605012b9b6c5a85853dfe615666f02ef87150a43023be8729ec4d31459e7f736b57aa174dc
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: 134045
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: mozjs102
Version: 102.11.0-1+apertis1bv2024dev3b1
Depends: libmozjs-102-dev (= 102.11.0-1+apertis1bv2024dev3b1)
Filename: pool/target/m/mozjs102/libmozjs-102-dev-dbgsym_102.11.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 131584348
MD5sum: 959cd94fe9f4ecc8bb9a8d7733fedcc9
SHA1: becc04e63c6c2d3653f79ffd159c23659362f9a7
SHA256: eec4fdd588774da17d3d6434f1341aaaa8f3febb4f825e2fbc358606e7fbd2cf
SHA512: 278ef7f44ea214841267a86c805240edcdf080a7cb2f4b2c5da24a8172d362aa6d70e36a577aaa0681a000914a15cad5f5f72b1b9295e053e4c2aa16d116520c
Description: debug symbols for libmozjs-102-dev
Auto-Built-Package: debug-symbols
Build-Ids: cfaf6867b08309a0dafe7b5fe56e0d933f2a3ec2

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+apertis2bv2024dev3b1
Filename: pool/target/m/mtd-utils/libmtd-dev_2.1.5-1+apertis2bv2024dev3b1_arm64.deb
Size: 29520
MD5sum: b1913f3a66506afb513697d208d3f9b1
SHA1: 5860464a8171bb3e15998c2402629c7c61010de9
SHA256: ce2b904421ea917ae2f81ebfdab9d908d77635482ca5a63c3ea0f457987b091b
SHA512: 8f808f9a8eb47807a7f3994f12fea8249295d363e73f5e381f13f5016c0ee8416a2315cf1a5b96660ed2fbdd62f248573f33873827c445f69823be821bf2c3f2
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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1), libncursesw5-dev (= 6.4-4+apertis1bv2024dev3b1), libtinfo-dev (= 6.4-4+apertis1bv2024dev3b1), ncurses-dev
Depends: libtinfo6 (= 6.4-4+apertis1bv2024dev3b1), libncurses6 (= 6.4-4+apertis1bv2024dev3b1), libncursesw6 (= 6.4-4+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 335552
MD5sum: 58c8c702102a4b9643f97d2a2f4a40c2
SHA1: 81b358dadca6c2535ab3792229e95bb566de8c01
SHA256: ae18ccf0a6ab6a4884d376da4a170b18e1f455da869c0a94684d054860f1c665
SHA512: 0507f81ff8cb4d64fe27ee7047d0fd250a20f52e02aaa0185c064ded08a825e5207324f6bcefe3fe71a16dcdf958010c91e6f0b736b9726199d52030a706434e
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+apertis1bv2024dev3b1
Depends: libtinfo5 (= 6.4-4+apertis1bv2024dev3b1), libc6 (>= 2.34)
Recommends: libgpm2
Filename: pool/target/n/ncurses/libncurses5_6.4-4+apertis1bv2024dev3b1_arm64.deb
Size: 89448
MD5sum: 60ebe065e7032f53b9bcbd3fc7911077
SHA1: 1576485bde1438e76f16492c5c60afc074b03de1
SHA256: 357a052cbf9f21af7191ae2772770a4265f8d3b6ef1b961340e4e5b34fea7bfc
SHA512: d828050c688b91e13e849487d90e13defee32cb9938f696b38b6dfb4b3e10310a34ab25f6abe388e3e101ff0626d87459b27cd31eb331c25149b899dd5aefa74
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+apertis1bv2024dev3b1
Depends: libncurses5 (= 6.4-4+apertis1bv2024dev3b1)
Filename: pool/target/n/ncurses/libncurses5-dbgsym_6.4-4+apertis1bv2024dev3b1_arm64.deb
Size: 269112
MD5sum: 226a06e4d053833cb36588311c86cb5f
SHA1: 9ea1d42df98fe9e9345713d337690d650e442b5b
SHA256: f84bd9b6e9e555c196286f638718f1c076d2598c1d45f5094b902fce39146ebc
SHA512: da09c405f12b006f9c94ee84766299674d5e7408d9c5e7e6f06813cbdc55b14f4eaf0416417992609db6be2e72b3ac693c9532a04916080a81d9d13fef4a80d9
Description: debug symbols for libncurses5
Auto-Built-Package: debug-symbols
Build-Ids: 63cd416964e8d2c3aa7537e31f9a05cc235e5662 8a9142e95fe7924609556bbc548f3b82d8afa31a 8bc8ccb0d1b670296d1926e8a5c11132679f88d3 a03a0115b54f156793e57021031e0fed621ec7b0
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+apertis1bv2024dev3b1
Depends: libtinfo6 (= 6.4-4+apertis1bv2024dev3b1), libncurses-dev (= 6.4-4+apertis1bv2024dev3b1)
Filename: pool/target/n/ncurses/libncurses5-dev_6.4-4+apertis1bv2024dev3b1_arm64.deb
Size: 944
MD5sum: d950ca3b87c6dd84148cdd71d54107ac
SHA1: 878d4e58b1a7364c22f703da7f1ae2219d637656
SHA256: d3912fcec4358d4d63c5a854cff8d695f3e2e5ee5f7c674ea38a88f79af8533a
SHA512: f1df844f7f3ed322b6d7636f675d79c07b054ab574d547d7905d2ad78c409e5b6114c3e83af047376f0f07e6674641348ca67d99377e90ee11387cecf0a7312f
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+apertis1bv2024dev3b1
Depends: libtinfo6 (= 6.4-4+apertis1bv2024dev3b1), libc6 (>= 2.34)
Recommends: libgpm2
Breaks: cowdancer (<< 0.89~)
Filename: pool/target/n/ncurses/libncurses6_6.4-4+apertis1bv2024dev3b1_arm64.deb
Size: 95184
MD5sum: 6abd26cef93ac771241859b4af5e3f9e
SHA1: e27a81b91db93f60ff2e664a5d7b80e4af9759ad
SHA256: d60c840e40dd1a37dd49b90574d31feec2cad9d6e64ad8eed5740957332f2910
SHA512: c225408fbaae951e983e285338d89c2e4837428d85e131441f4ea15a85f3b0135df0fa94d686d6d77c25d8bcf7393d80a40c73acfffd8b405a9a07495c1a8d69
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+apertis1bv2024dev3b1
Depends: libncurses6 (= 6.4-4+apertis1bv2024dev3b1)
Filename: pool/target/n/ncurses/libncurses6-dbgsym_6.4-4+apertis1bv2024dev3b1_arm64.deb
Size: 291452
MD5sum: 7f8f05fdaa0d1059fa09276dea676709
SHA1: 23c49705367aef7b255348c2a700e04a47476aa7
SHA256: 18a82e79234b5a0c7efbf8e758e5505ca93190890c0e7bc7ea2893fdc3a4d155
SHA512: 92ae19d7f05f5e852eece5caa02b6c6e8783017b2a9ab931218a22097341a5b33ba9fb53e4df2d9dbf15c18d6782a0c0d80a525c9434c4ff26fcd95e59605801
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+apertis1bv2024dev3b1
Depends: libtinfo5 (= 6.4-4+apertis1bv2024dev3b1), libc6 (>= 2.34)
Recommends: libgpm2
Filename: pool/target/n/ncurses/libncursesw5_6.4-4+apertis1bv2024dev3b1_arm64.deb
Size: 110020
MD5sum: fbf75afca429706ac97772c1d028b007
SHA1: ec8b588569084672a39a4429953c2c3d50ef8cc8
SHA256: 06d81b31f8bef18ccaf3977c5de4f603ae315fbb7a82f1c0c746bf07c88a3910
SHA512: 2561364db6782e0c5767e473da66db98dd934a1ba4f9024b0b854c8c2127d6b0a1fda9c126310c5b7cc7ec467d09e642e49575310d5e8c80be72a622a2502ea1
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+apertis1bv2024dev3b1
Depends: libncursesw5 (= 6.4-4+apertis1bv2024dev3b1)
Filename: pool/target/n/ncurses/libncursesw5-dbgsym_6.4-4+apertis1bv2024dev3b1_arm64.deb
Size: 331652
MD5sum: 72c2a27fa4622499d8c48ddd16c05400
SHA1: e0de4adcff05468c0de0d4a0c2c8f57c14df719e
SHA256: 4c017fd4bc7090c72475653a8e9e4079fdb9ca335aae56cd544f31072479d06f
SHA512: 869844459bf8fee6990d235a457ff01cbe30c8ee3e7e44ddce5d26900b6d78f4a8a03e33429ded30a8a6f4892a80db7a0f4594710b2965ebbfe13900d11ea572
Description: debug symbols for libncursesw5
Auto-Built-Package: debug-symbols
Build-Ids: 121d8e5719084da5d2470781abf041a027caef0f 55c00e049e9ac954f74530af6d0589d58855c0cb 77e0ade5044fdcb9b02027a3f69dfe448939b7f9 7a7c7c7ae128684dc07f9c391328b6afdfa7dac6
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+apertis1bv2024dev3b1
Depends: libtinfo6 (= 6.4-4+apertis1bv2024dev3b1), libncurses-dev (= 6.4-4+apertis1bv2024dev3b1)
Filename: pool/target/n/ncurses/libncursesw5-dev_6.4-4+apertis1bv2024dev3b1_arm64.deb
Size: 948
MD5sum: a130245d8f0dd6aa054f6a41a510d91d
SHA1: 205aa88e9c8e42633c08d26013e13d66b9e1d043
SHA256: a443ce2946952b3bfdb0e214ecb06642a58f9485f853ead35bbe9f7c6eee261e
SHA512: 51bdf4a031baa3b58085aa661081d13eb365730a163947bbfc684e16cbb3b9ab50146c801acba004274d8bd55dcdcae9d91518f0618ed7564d6581649bdf867b
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+apertis1bv2024dev3b1
Depends: libtinfo6 (= 6.4-4+apertis1bv2024dev3b1), libc6 (>= 2.34)
Recommends: libgpm2
Filename: pool/target/n/ncurses/libncursesw6_6.4-4+apertis1bv2024dev3b1_arm64.deb
Size: 123020
MD5sum: 5ede196000c1ed55cc201e7eb7469cdb
SHA1: 2b18de73b03b88e6111faad09d4acf22bf39dcc0
SHA256: 668772d4e76056713b824b053511fbf6bc63f583da3911542d5b22688fe7a17f
SHA512: c2cb18b0dc42c891750d3073f7940b768f10be13553c1ea3bf045186ceadd56b3482affb885205394724e5afe7e023849c8478ce7f4093b7dba28b4a70947b4c
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+apertis1bv2024dev3b1
Depends: libncursesw6 (= 6.4-4+apertis1bv2024dev3b1)
Filename: pool/target/n/ncurses/libncursesw6-dbgsym_6.4-4+apertis1bv2024dev3b1_arm64.deb
Size: 372432
MD5sum: c8dc7551af88ebea7756180ff3fa175a
SHA1: 1bb3b540b2fb28dbbb3c941bd0e422507655a20b
SHA256: b6347285749af7afeb576c4eee3bd645c4f9e8758c0c7b526ae8de80ef95d188
SHA512: 6303aa3102f1131e56b155eee35264d8c63e42c4e2ad72371212f6690b8806fd58594a2cc16453bee9c8ee1b3a9655f060df514563087215a7562d99a12bbf67
Description: debug symbols for libncursesw6
Auto-Built-Package: debug-symbols
Build-Ids: 651f98a43e2e5cbf006cdabb7cbf330b4e51ce81 6ea3695c3d8f4ee4b51c9ddd9b0ce5bd6a82fb8e c91aa105343113d4f41c7a5f9ac1a991db26940e d6c34c68ca6e34f47461cc4c9bc34e064b512463
Multi-Arch: same

Package: libneon27
Priority: optional
Section: libs
Installed-Size: 254
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: neon27
Version: 0.32.5-1+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 94536
MD5sum: 64a7a6499e5c9cfbfdf12a0a2c174a8e
SHA1: 92b7a2e2d15645fba42a66d806d2d6bc0083fb3d
SHA256: 4d184d782d2ef03dbec91f8d1d2286a09647ae7050274a32b3ce9ae863921e55
SHA512: d7da90598b66635de680ce25a0b32f1df3a560e3622d0b81efb81990c52d096b0df5c2f89d3ba1d9a6664276ac9aa984c25b47b81a6891963e3cd05aa5cb8206
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+apertis2bv2024dev3b1
Depends: libneon27 (= 0.32.5-1+apertis2bv2024dev3b1)
Filename: pool/target/n/neon27/libneon27-dbgsym_0.32.5-1+apertis2bv2024dev3b1_arm64.deb
Size: 199732
MD5sum: 52b334a3025f5c237c265662976c3a9b
SHA1: 2a9e953d25637f20721b63ebd61aec612dea662c
SHA256: bf14a780da2b0ac75eca86b86194dedfcc307e21e2171cfc94ede51333fc9082
SHA512: 76b64503cb69b02d74df17c7c933e820fc467f804daaee8f73d653901d424dd0f3d0521063f31fe54b1132596e5553017e73c8b4d099904d76631640bbf4f66b
Description: debug symbols for libneon27
Auto-Built-Package: debug-symbols
Build-Ids: 9241fe0e9ccc7376a857c96c8507996040f51a6d
Multi-Arch: same

Package: libneon27-dev
Priority: optional
Section: libdevel
Installed-Size: 675
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: neon27
Version: 0.32.5-1+apertis2bv2024dev3b1
Replaces: libneon-dev, libneon25-dev, libneon27-gnutls-dev
Provides: libneon-dev
Depends: libneon27 (= 0.32.5-1+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 175128
MD5sum: f1856a4176a75ca13f30cf60c9a2fb20
SHA1: 8c158b1d3faddd584f7b3a46754b038f47f5d20c
SHA256: befc8df1d2c0c615a9790d80a0f13ed714104ad0a4e5ec56e369eae009217f5c
SHA512: 777b6d704f7fbd95660d19fc79332d8c1869c2d3fae1f2e65d57e6d466eb69acb8ce57129adfd920b58568dbaa38f86da4c3b45ea1c50593ff01555b0d541312
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: 222
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: neon27
Version: 0.32.5-1+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 67836
MD5sum: 32233f1993e821cbd869653d55af09cf
SHA1: f0740edba8bf8aa6fb44a1270600ed6d136a0707
SHA256: 3612237db11e7853b6304a48ab3cef5565b95bc5f40b7e952e00c4156535a230
SHA512: 21263d4c09c2a21ef97d97ce75e6706e5bf499fe9c6b9e557e72e628cee5e8725614174993ac3742ea4ae7faa7d18ae1a46484b9b2c48c8a6c2a49c9c84cb9f6
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+apertis2bv2024dev3b1
Depends: libneon27-gnutls (= 0.32.5-1+apertis2bv2024dev3b1)
Filename: pool/target/n/neon27/libneon27-gnutls-dbgsym_0.32.5-1+apertis2bv2024dev3b1_arm64.deb
Size: 200612
MD5sum: 597561184df403c9a816f7ffffb1b719
SHA1: 19055af3e25dae282231d2bfba1295c3430f8d63
SHA256: 7a14087f1c921c3b90f3b3dd8ee554afb94e48a8194dbb781dd34cd621c419da
SHA512: b5375238cc14ca800bef31936371facbfa0dbcdf0e6fe49f32ac1b9995046222d0f49d515e24f1896ad7f3493d655cf88ea0d1ad361aa41dcff2d6316dde1e88
Description: debug symbols for libneon27-gnutls
Auto-Built-Package: debug-symbols
Build-Ids: 993f898bbe0e6f34f27ba971c8afe2cb3b4a3bbe
Multi-Arch: same

Package: libneon27-gnutls-dev
Priority: optional
Section: libdevel
Installed-Size: 676
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: neon27
Version: 0.32.5-1+apertis2bv2024dev3b1
Replaces: libneon-dev, libneon25-dev, libneon27-dev
Provides: libneon-dev
Depends: libneon27-gnutls (= 0.32.5-1+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 176164
MD5sum: 21e4870a5408636b2feec479a58d16fd
SHA1: 21ab0049aa0b0d332470d66d809f73be4fd44899
SHA256: 41f4a70e03dff50e4576d83a3586c64c17b7fca7eb99e2440b809ac981a9cf50
SHA512: a3f1f5dd1cb1e195b9bf5433ac69614f6a2bd297da3317f128e888d5e8927b13ff046ff71f768f4aa2ff3ee371aff8889162aaa2ce44b1b130c467846e8c4e69
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: 93
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: libnetfilter-conntrack
Version: 1.0.9-3+apertis1bv2024dev3b2
Depends: libnetfilter-conntrack3 (= 1.0.9-3+apertis1bv2024dev3b2), libnfnetlink-dev, pkg-config
Suggests: libnetfilter-conntrack-doc (= 1.0.9-3+apertis1bv2024dev3b2)
Filename: pool/target/libn/libnetfilter-conntrack/libnetfilter-conntrack-dev_1.0.9-3+apertis1bv2024dev3b2_arm64.deb
Size: 16000
MD5sum: ab28b796473f5baa1cffdd73feb0df1b
SHA1: a922a3910f3505dfc2ee4cf548775c6e118a857b
SHA256: 604a80153255e60d28c05543771e8c2de95c6b46b0fd2a5da011fbf938959bab
SHA512: 7bcdf7b2a5e9e7609cd50ee17132aac8ca62f2c6ba32ef71b952eb3e0fc4b664602ee8f670a69066f3821f9adf75252087624927d093589ae66608028077876f
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: 3049
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: all
Source: libnetfilter-conntrack
Version: 1.0.9-3+apertis1bv2024dev3b2
Filename: pool/target/libn/libnetfilter-conntrack/libnetfilter-conntrack-doc_1.0.9-3+apertis1bv2024dev3b2_all.deb
Size: 232584
MD5sum: c9cd488bce219869dafe0e023a510e93
SHA1: 8e5da30439ca23ee5a442a2f4f5decb78acab0e1
SHA256: c35d070908b90c734af8e26da641c10f3bbd66b602c30406f8380c38927b0f1d
SHA512: ce6eb42a311085711b4eb0c5d93eb31a9ca54cd0ffc2a0adbb9f5bbf1e7c84661b46ea01c937b328a5f24e295da6fcd65719600c9ef048208f48e2f68959fe0d
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: 155
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: libnetfilter-conntrack
Version: 1.0.9-3+apertis1bv2024dev3b2
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+apertis1bv2024dev3b2_arm64.deb
Size: 39488
MD5sum: bce33aead481b09f5d617b922191a91b
SHA1: 1e23e8593afcfcba1d6aff2fcf7a39e09d42cc9a
SHA256: 245157b22a600f75022f4c8fed85960067d5ee697657f2c35545aa5290e2d97d
SHA512: b5238455cb32a512ef7efe23062dccdd83d9724de1870f8d8a46e60340c238e8f4819535e6b0e781d2d3e17c564934b98e86b44668e34f0a32ea2084df1bf5ce
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+apertis1bv2024dev3b2
Depends: libnetfilter-conntrack3 (= 1.0.9-3+apertis1bv2024dev3b2)
Filename: pool/target/libn/libnetfilter-conntrack/libnetfilter-conntrack3-dbgsym_1.0.9-3+apertis1bv2024dev3b2_arm64.deb
Size: 168096
MD5sum: 39e3b886dc9b85f74ddb849a46037260
SHA1: 90498ad17102850167c8c753bf73a870e32fefb2
SHA256: 67afd5e7ab4516b97e4fba2f721ddf67daa4b70eaf1f6baa941e0b6855458e35
SHA512: d78546159c52a24f86fccad8f050683c2f6f827d7ad9b5790ebb4e3858d445f2d7a2ea9e57effb95d493c1eb52cf6adc1d2eff5183167db9a5f253a068bd0a27
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: 104
Maintainer: Apertis packagers <packagers@lists.apertis.org>
Architecture: arm64
Source: newport
Version: 0.2024.2bv2024dev3b1
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.2bv2024dev3b1_arm64.deb
Size: 22836
MD5sum: 1c77f35a5923d266134fce5537430945
SHA1: 7cf7f2fa43d82d03e7b2158f7cb455082e1efd49
SHA256: 42b56c1589ff0d516179be374bd493db40a38a644232b9cf6aa8ce1912784ce7
SHA512: 6e35d4366781a1a5945fcf893f77c21e36eab4632a4ef8e0b8d0b67e5f09e08537a1a0cbfdb1c8c242eb1bc0ac6ea3de803c4d4326d26762c39010c735c4b39f
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.2bv2024dev3b1
Replaces: newport (<< 0.1706.1~)
Depends: libnewportiface0 (= 0.2024.2bv2024dev3b1)
Breaks: newport (<< 0.1706.1~)
Filename: pool/target/n/newport/libnewportiface0-dbgsym_0.2024.2bv2024dev3b1_arm64.deb
Size: 54028
MD5sum: 95e070568ef9596fa422f8dcdf8d743c
SHA1: e903cb471f45c17fb5b131567a8e451a7bca92e7
SHA256: 551b3d9ec70c3d68dd2106074b6a9a88ec7d385f7abff213f8c669c8fc3910d3
SHA512: a1e0aa34da54d1cae51d8c51fd2e84e214e31dd26edf98166ae6e33717ce5d76584e46aa6e23fbf3fa3602e8b9ea131f4d0faea17d9d47fe994baffaed06144e
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: 48
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: nftables
Version: 1.0.6-2+deb12u1+apertis0bv2024dev3b1
Depends: libnftables1 (= 1.0.6-2+deb12u1+apertis0bv2024dev3b1)
Filename: pool/target/n/nftables/libnftables-dev_1.0.6-2+deb12u1+apertis0bv2024dev3b1_arm64.deb
Size: 14460
MD5sum: c75c98f763b68a559a80aa18b11bc2bf
SHA1: b1510c604ec4640e5492d1ce1c9b7f2cf4db0318
SHA256: 984647e1a06e898e1f61482bcc803edf3f696364c1d7284fa4785e7c2ca5b2a0
SHA512: 7185c0f4564f02074fd8506304ec4959c8397c161a2df8da5311a717cbcadc179bd6649373537f7ce4d89b0a746c58d195e150c2b713381231ca108191d51298
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: 911
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: nftables
Version: 1.0.6-2+deb12u1+apertis0bv2024dev3b1
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+deb12u1+apertis0bv2024dev3b1_arm64.deb
Size: 277088
MD5sum: 6f9de21583cc14eb85d24053f5b71e2c
SHA1: ae02a1c5de489eb024fc5f16dc2475ad56762159
SHA256: 8f34443c5af32d1c015ca743adc7c60dfa4f319947600836ed35c11fb8f47625
SHA512: 394022e577b62df422b9b5390a06fd54ef3a72bb4c6e8a062377e278fb8f9d7605726d89130b836d440b77aa39490956fe5a050de9a47dd312fcbdd276da2d5c
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: 963
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: nftables
Version: 1.0.6-2+deb12u1+apertis0bv2024dev3b1
Depends: libnftables1 (= 1.0.6-2+deb12u1+apertis0bv2024dev3b1)
Filename: pool/target/n/nftables/libnftables1-dbgsym_1.0.6-2+deb12u1+apertis0bv2024dev3b1_arm64.deb
Size: 893680
MD5sum: 013d4cb6909cdd97989523a21c9f65e5
SHA1: 8eab7f0cf204d1d5e630467c651c52d00bdfc1fe
SHA256: 9f049cd52085a363b2b92a63a9074a2c1b0e5c367f3ec60a6dc6995187190bd1
SHA512: de108d0a8306f34e63d6e2ee9219bee44c1546fe4fa3f596d8ae0ace513360a90f7ecabfc9859d89e6a71fe3cb34ad6231ede00d6a25f9aeb5dea7304bcf8476
Description: debug symbols for libnftables1
Auto-Built-Package: debug-symbols
Build-Ids: 2ad2f43ec0367377cf225a625dc32d2f727d3ed8
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+apertis1bv2024dev3b1
Depends: libnftnl11 (= 1.2.4-2+apertis1bv2024dev3b1), pkg-config
Suggests: libnftnl-dev-doc
Filename: pool/target/libn/libnftnl/libnftnl-dev_1.2.4-2+apertis1bv2024dev3b1_arm64.deb
Size: 85280
MD5sum: ae23e05df17569bce525bdb98c2dd55d
SHA1: f8c2d6c4c9949d585b48bc8868cbf6d29a01ad26
SHA256: 4933c86c647d509e9c54f4f8256db8563cacd839ce24a45a4d1c8c8372212e8b
SHA512: 5778a025a89834af802fb9ebd29760054f1aade84775cb8a36b17cb2ed1b1c6f4286b9d2b7c96546144aa9244f407f8880cf98ff3b7132da7a37cf1cfea92386
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+apertis1bv2024dev3b1
Filename: pool/target/libn/libnftnl/libnftnl-dev-doc_1.2.4-2+apertis1bv2024dev3b1_all.deb
Size: 282580
MD5sum: 2ed6bf91464599c8a160565f95c534d4
SHA1: 3cc2dba8d5c9883607f87e83d796611e82505a22
SHA256: ab1b15f96a450c52dac6fb1e6537417b92552024e51e3e4755addc1639dd1ff8
SHA512: 908ca900b552b6a66e4d7475d36fc992f1b7648979cfd9da8bcaeed19e0c779fefcf74a5cb6b7c158d045c44086f9ff3827c98e3694d8c4d70ffb6eecea2a43e
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+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libmnl0 (>= 1.0.3-4~)
Filename: pool/target/libn/libnftnl/libnftnl11_1.2.4-2+apertis1bv2024dev3b1_arm64.deb
Size: 59512
MD5sum: 93594aec3e396f85bcb87b94b812de2a
SHA1: 9ba0e969e6711b645563628c5140b3d7f953fbb7
SHA256: baebab5b612b174f092f01581d8daecd86a3c4625cddd3281ba8a37cfe99349f
SHA512: 1c9330ce796b3f5074e0241bcd41d62189df649695f1c797f93aace79c492658ccaa43baa8feb2eaf79992f6eaed3e07f914d68b601c07ebbe8cc3a7a74d85ea
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+apertis1bv2024dev3b1
Depends: libnftnl11 (= 1.2.4-2+apertis1bv2024dev3b1)
Filename: pool/target/libn/libnftnl/libnftnl11-dbgsym_1.2.4-2+apertis1bv2024dev3b1_arm64.deb
Size: 241724
MD5sum: 76709780f22a75280dc6db18c6e0185c
SHA1: 9984ba2cc2166cae2ff6be38013f657b95894848
SHA256: fd46c1ef16ef11847a244151abcfdb83334bd63d6e5077ef6df90b103608855f
SHA512: 5902e5c62580cfb270d0e54c6943fd1ed8d30c0600919325d5329eb52d89e4db715df9019d2781276280c6033575c6ee1eeee60bbc8082bc6615eccd68f167b1
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: 234
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: arm64
Source: nghttp2
Version: 1.52.0-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/n/nghttp2/libnghttp2-14_1.52.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 69216
MD5sum: e251f76342909c135fee318798dca1d4
SHA1: ca7875f6a5f55c100ba29e274f65ae657b561c28
SHA256: df591975ec91ec3835fe01f44937e05a95676ea97bf726e7f4b6fb3d3e9df6f0
SHA512: 309871f2236b85ca9cad80a77de4c5d0a5ce3e2c43213a2f06392f36b7a2e2d994cc22412c760a621a41f7752bf9b46bcd8731d8c96df2674d7b60b1e95cfb92
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+apertis1bv2024dev3b1
Depends: libnghttp2-14 (= 1.52.0-1+apertis1bv2024dev3b1)
Filename: pool/target/n/nghttp2/libnghttp2-14-dbgsym_1.52.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 218152
MD5sum: c6b516b71ba8957e295bff5319817d4e
SHA1: f0f9dd51b24abf126926ed20927bc3234b8dae09
SHA256: c9a532122663d93fcaad56d2687fd8ecfcb33eb752387902c44fb8a88ad0937d
SHA512: 3eba9e7be4329ba4ca6313b351426f78519749bd1538d29a93ada61e84b52f331d4f05c6518ebe9220fb8f07ccc826ca13023418ec27aa1c20231dc54ef009bc
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: 539
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: arm64
Source: nghttp2
Version: 1.52.0-1+apertis1bv2024dev3b1
Replaces: libnghttp2-3-dev, libnghttp2-4-dev, libnghttp2-5-dev
Depends: libnghttp2-14 (= 1.52.0-1+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 107272
MD5sum: 51ca06fdcbb05ed678b85a04e10db6b6
SHA1: 474aa78579579b08e5648d02e8b133349cdbd136
SHA256: 97db906ca17c907fe8d57c9bec3d48361b459fb6cf6d82454a91e712d976edd2
SHA512: 3eca4f6d0d55806d5973c9d8f948a7e5963cc86f93ef680d6e3bdf1774c07f1524b6d1a216a13c19fb28d057536944d142aacc6c0d740b8f8c01b80a240e83fe
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: 10925
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: all
Source: nghttp2
Version: 1.52.0-1+apertis1bv2024dev3b1
Depends: libjs-jquery, libjs-underscore, lynx | www-browser
Filename: pool/target/n/nghttp2/libnghttp2-doc_1.52.0-1+apertis1bv2024dev3b1_all.deb
Size: 2973576
MD5sum: aa870dd95958ec89153622298b5ce7d9
SHA1: 907a1535d18e3746e3afde62c98c703837409ad5
SHA256: 8b194f5d56d1153b6a8b4d3159e0f9ce8ad7b52619d0cbe7e8cf3c59efc2b7c9
SHA512: 55d327e67924f96a92ba696de6351e3eeceebed834cdd94c900830c04e6d263c46d063179722714d7461dae0e092006489be5c5294b00579c6f17d15f281d647
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: 89
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Version: 1:1.5.3-3+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 8528
MD5sum: 0163bc2c48b7dcc91adec62db624e73e
SHA1: 984478073db828aac25fe4b32dbf6e2cd2d69b2f
SHA256: 14b5e83e08858aa9ce24b0fc134753f6da960633ac523a60074a16c0654ad75b
SHA512: ee22595cb19a47269b6b78d85647c1a7844418d03b881e98fc9329421b320112dcdbb9029c733b4c341a608100c96153ef8dd998a3ad97a4fcc8c2252b8b172b
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+apertis2bv2024dev3b1
Depends: libnginx-mod-http-auth-pam (= 1:1.5.3-3+apertis2bv2024dev3b1)
Filename: pool/target/libn/libnginx-mod-http-auth-pam/libnginx-mod-http-auth-pam-dbgsym_1.5.3-3+apertis2bv2024dev3b1_arm64.deb
Size: 34332
MD5sum: 1ad86a152bdfb82845f3d0e0b3e1694f
SHA1: 12e2292fcf7142a2f09d1f6be11643cc03824fe9
SHA256: 959a43b9da7e491a81b23c32b1e421c8c1923f38725fdc4d44436c82147014d1
SHA512: 4d864ee2de636ddd06889d370bdd7eb155e06ea5caa6b5c5986a62f3f9db097d8dd038bcd22fe18a70875168d930e3000a917a3a51487e7c4d1d20977456a208
Description: debug symbols for libnginx-mod-http-auth-pam
Auto-Built-Package: debug-symbols
Build-Ids: 940c4bb405bcb996e4576c16b062f235640422a1

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: 89
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Version: 1:3.0.0-3+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 14580
MD5sum: d2703bb487e3eff3973fa96df7614cb6
SHA1: ce49af42045b11efd8d37469ddaa8998b83d28ac
SHA256: a0d026e56c3d186c7f3f397afc076ec4e37d53aec34e532b19467a4510e425ee
SHA512: e726fb8abee16c0c8e7b43bf940669266999adadd0585c91d39516981c327644f1030799349b2d5c85cd0ebf1f28ca55d97268c3582608461912e30c26bd7c43
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+apertis2bv2024dev3b1
Depends: libnginx-mod-http-dav-ext (= 1:3.0.0-3+apertis2bv2024dev3b1)
Filename: pool/target/libn/libnginx-mod-http-dav-ext/libnginx-mod-http-dav-ext-dbgsym_3.0.0-3+apertis2bv2024dev3b1_arm64.deb
Size: 56620
MD5sum: 35d55aa36e1dd992a66f219bff49b777
SHA1: af030cdc37c5a83fadfb7bf7c979b9ed7a8f89ff
SHA256: 18913ea496dabfa85c19c2b453057944a85662c107074306ef4e45799424c738
SHA512: b3966871db7545546dbd3b0295769a2bc1bc5b79a376245784af74f7d4d1d8392b858c38a6a4ad531a93939a40b7873eb44272beb98fed7e7b129e9bdf7edf2e
Description: debug symbols for libnginx-mod-http-dav-ext
Auto-Built-Package: debug-symbols
Build-Ids: 42364fe804ef1e5427a2b71c5da54de49711ad40

Package: libnginx-mod-http-echo
Priority: optional
Section: httpd
Installed-Size: 91
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Version: 1:0.63-4+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 18660
MD5sum: dcab56ca79ba9377541c29947bcffc64
SHA1: da57c437346c8da4d546203a2bd2e45d94178165
SHA256: 445821cda0acaa453b9a526c26734cc0b3f0bef6a76341426775bfd0bd23b9ac
SHA512: 2d05137c3be2ad7551067a69909e2016228988faf996769f0ce0cb4319ceefdf6439cc4ce13de9fa147444f163cfe2bacc44946720e15bbd1e5ed05121f22aab
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+apertis2bv2024dev3b1
Depends: libnginx-mod-http-echo (= 1:0.63-4+apertis2bv2024dev3b1)
Filename: pool/target/libn/libnginx-mod-http-echo/libnginx-mod-http-echo-dbgsym_0.63-4+apertis2bv2024dev3b1_arm64.deb
Size: 62400
MD5sum: 0133da91eafb0a48654b8d3ffea38ea9
SHA1: e8cecd5fcecd7a6e94c42be0789b4a70d48d838a
SHA256: 946ff99ad38619a92a9067a17b46bf891ace6431417338e3796b8c779aa3a83d
SHA512: 1d5388a58845ed324953eb70074f330f74247272f31f575a0cda9b0f9881521e028d0e756f79a1b85f4bae27085d2a115d51ba6baa225c79b7fbdaa5753b1696
Description: debug symbols for libnginx-mod-http-echo
Auto-Built-Package: debug-symbols
Build-Ids: 3728d9b7cfbe95eff089da94bba062c56c1197b9

Package: libnginx-mod-http-fancyindex
Priority: optional
Section: httpd
Installed-Size: 93
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Version: 1:0.5.2-3+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 16368
MD5sum: a39b513dde9eef8a9bc40dbe9002bf40
SHA1: 0f46ca99e429254bba5b9ee786256218c5fe0cc1
SHA256: 7b4f61e84817d4d6fc662243cd3c6adeff34a68d41289be3a720e7063e72277b
SHA512: c20eb4822e99bab46eb2809c2c2713d395e5ae97219847d0a1ff3eff8f24971300d351bedc814d798220f099656e8ab71fa34e52eb4b345cd3d6135ca7c73f0c
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+apertis2bv2024dev3b1
Depends: libnginx-mod-http-fancyindex (= 1:0.5.2-3+apertis2bv2024dev3b1)
Filename: pool/target/libn/libnginx-mod-http-fancyindex/libnginx-mod-http-fancyindex-dbgsym_0.5.2-3+apertis2bv2024dev3b1_arm64.deb
Size: 44136
MD5sum: 01b727fd8a0d107c78ea4240e8432933
SHA1: 3b84cb542d40273fd40b6783a437fc800807712f
SHA256: f08d7162b9dfee674bcbf05a874def9910bcea7ecbc2a959a5e07c7d2a28fe87
SHA512: b3b4162954f3bbf4b89beb1078474c55ab041750b985d08db2d76f2023d58396702a57027a2b2f235299e87b5647c2fe154a2607ec26b1f1f0ca5628ad6dfa88
Description: debug symbols for libnginx-mod-http-fancyindex
Auto-Built-Package: debug-symbols
Build-Ids: 70bec7712e72a98c378c8993abc76df3fd7b15af

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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 86264
MD5sum: 30f1639bd494355194f9b18fffd34860
SHA1: 4a7365f93f35b137b75072e79850fd1562fc3f5e
SHA256: b8be8b81dc326e4905b2630c8e4b3e1cecc81ddf6614ad5ef1fa6c9adc1b10d5
SHA512: aede8f3ded6cdd0ce75902098b5a06a8c144b474e65fbf693e037b2b57797abf5fc39f300d5ed9ec82ee82c2f4ef3548d36efc0abe912f01314aec7e74126e7c
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+apertis1bv2024dev3b1
Depends: libnginx-mod-http-geoip (= 1.22.1-9+apertis1bv2024dev3b1)
Filename: pool/target/n/nginx/libnginx-mod-http-geoip-dbgsym_1.22.1-9+apertis1bv2024dev3b1_arm64.deb
Size: 36868
MD5sum: 9067545cc98e6c92f3b09b3a6063c1f5
SHA1: 1b7c73149b76dc05fffd1de7731e5dc80aa5476e
SHA256: 7c0f5d3cef16d85579f388f29873b46fb073637cc41882141d2c188215faad67
SHA512: 93518803350b0ec85bb019dc011e78a0c1757c4cc2a5bba4cfb1ee7070a1884f3c6c85d6766203aeddd5b883e966dd7627d29d9c69839d7b323eb53b985770be
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: 87
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Version: 1:3.4-3+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 9048
MD5sum: 24d999be21dcdac8e896576d250b8f5a
SHA1: b811059c82dbc94aa15f145e6cc46a63494631a9
SHA256: 3ec6e2c64f3fb7f25ecb5dd2304de16fbe0a856979c7a158a866b4134e8ea176
SHA512: c6b2dc7850b3d24a6b2cd90522d54c5985e8cc2d89cfea6b014363b7d5c22858f72f8f1091d7386f84465c537131d2a5aed50a7da2750641a3db5316cec893ce
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+apertis2bv2024dev3b1
Depends: libnginx-mod-http-geoip2 (= 1:3.4-3+apertis2bv2024dev3b1)
Filename: pool/target/libn/libnginx-mod-http-geoip2/libnginx-mod-http-geoip2-dbgsym_3.4-3+apertis2bv2024dev3b1_arm64.deb
Size: 37308
MD5sum: b8592f26c5b853637770679e8ada8356
SHA1: 2a8c384081e2a977233859e5e8edaec83dece66c
SHA256: 0a226a5b82c59d53f1104d576c525ca26301991a648351fac6776b26fde2eb2c
SHA512: 7512f38e5d5fe86a377aab68ef619e88e8a6c194f43d3a191909bddb65a64caea003f1b8d012188cc153db9aa777645d577c279987a900b4201a951887f563cc
Description: debug symbols for libnginx-mod-http-geoip2
Auto-Built-Package: debug-symbols
Build-Ids: 415f8025843c52178097729ae1049dbfa5ccf5de

Package: libnginx-mod-http-headers-more-filter
Priority: optional
Section: httpd
Installed-Size: 89
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Version: 1:0.34-3+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 12668
MD5sum: 4ab6d3aa489240d616f85c3ab573286a
SHA1: d45708c78b8b986ecfc1949e00aaa23136714eaf
SHA256: 007a26715a0fd8c54a1cbcd999d95f69c174e6bb8ab8df44f7b744beba511a41
SHA512: 810e5d4d110d7c5662e9acacb920cbe69332a86ffaec378c130b745aee4231a36bef13e2e18b987dcbd8bda840322ca92c6b55c6bd57221fec574c81cf9dfaa8
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+apertis2bv2024dev3b1
Depends: libnginx-mod-http-headers-more-filter (= 1:0.34-3+apertis2bv2024dev3b1)
Filename: pool/target/libn/libnginx-mod-http-headers-more-filter/libnginx-mod-http-headers-more-filter-dbgsym_0.34-3+apertis2bv2024dev3b1_arm64.deb
Size: 46000
MD5sum: 8a2f20e5d51cccd3698865c5b86918ab
SHA1: b3f47e586f75741d1bcb475bed5be8f9ae22b511
SHA256: a6329e7cfad35be4f01036fc422b2d57a0d8992c0d1ad786a87d4891efbc2005
SHA512: ffd9dcc1e6ce0a80bfaa9b93817b783846a20f18e71251a3e949e1486316063f970afc7df014aa28133787e8d8649bb6da5d3749940203f8ee4f7365ddf1cb98
Description: debug symbols for libnginx-mod-http-headers-more-filter
Auto-Built-Package: debug-symbols
Build-Ids: 358a8d1127881da1b75352dbab6f22c409963603

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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 89600
MD5sum: b9540ff9b43062a075d3eae8e3fa0cc8
SHA1: 35d004245087621c6616da9f5fdcc1e4894ed2ac
SHA256: 5640a3d4a88b95b2894b82c413bdf51ce9f5331091d689862cb498177918c38e
SHA512: fddfd430dde1533d9e901614ba410af9db64214fb2d0925fa4df3d20b243acce8967093bf2085f170051a7d0faed1d0787765e179976bf59288296575905c4f0
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+apertis1bv2024dev3b1
Depends: libnginx-mod-http-image-filter (= 1.22.1-9+apertis1bv2024dev3b1)
Filename: pool/target/n/nginx/libnginx-mod-http-image-filter-dbgsym_1.22.1-9+apertis1bv2024dev3b1_arm64.deb
Size: 43752
MD5sum: 3e351020495a8fd923fef0611ef7d6b1
SHA1: 47bfc776a9fb46d1861c2171cd1654bef2733bd1
SHA256: b76e3bc46f92d359fd7ba3e9a105ca88351790f2f9dd4cddd69fb476cf4526b6
SHA512: c74bc2ff5e7b7e7b029ad27e6aad66253bead2857e82017600ff39e49bed183ce158898598b48e849a69ac65966987f6c0218f67ea0bde8d983fa81b42f5e925
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: 489
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Version: 1:0.10.23-1+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 147292
MD5sum: cddb55fe5282499cafd9a4aa160cf7ee
SHA1: 6fa07f5d7ca72c4d95f48c97ce338f70629aaf5b
SHA256: b892a470fa79ec9cea8ca114c1b9c40dfc18a277f12bfab75284e5d9d8aec179
SHA512: 701a321e7a977d839f23bd11727e47620c190a6cc7ca117f6b7440c70b2f3ebefddc85f95705781dbe64600a5fdd9efbc1983e574e3e6f7b2c1aaf10d7c51eba
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+apertis2bv2024dev3b1
Depends: libnginx-mod-http-lua (= 1:0.10.23-1+apertis2bv2024dev3b1)
Filename: pool/target/libn/libnginx-mod-http-lua/libnginx-mod-http-lua-dbgsym_0.10.23-1+apertis2bv2024dev3b1_arm64.deb
Size: 440084
MD5sum: fe09129bb0006d63ca5f290900d8e81b
SHA1: 12670b13f56afed7f8446aa9e88647e8cb1d7240
SHA256: febc864f3053db1a9cab879e13b7986308ecce24e0e5d258e67b5bc9df501239
SHA512: 38cf295b57dd8d14cc0dbcd90f191c7ffd292802db81bb77ba9f826f544bbb8e238a9db8ff889c074d67e32eae6d740231321634a0f6d85a06354e9179b6ac37
Description: debug symbols for libnginx-mod-http-lua
Auto-Built-Package: debug-symbols
Build-Ids: ede96a3c6334ad5f6120c09cb92bdfe168517ee1

Package: libnginx-mod-http-ndk
Priority: optional
Section: httpd
Installed-Size: 92
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Version: 1:0.3.2-3+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 10044
MD5sum: 2b81b575d4ca4e8bfbb5b5e5d9be5325
SHA1: 594134dd294d200b3877c16d764252351cb0f38c
SHA256: e9ccf3d320a26a6ea0974245b311e4ef2d216bac916bbe9fbec44e65e79ef48f
SHA512: 0637111c644f77c49e0370b6c99f8eb1d7532f72e4cd1cbd38ce757eecc34b94d8645c46beaa9dd55364713e1e96cbbfef1178cce91eb0eb91f8eb79c998eb2e
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+apertis2bv2024dev3b1
Depends: libnginx-mod-http-ndk (= 1:0.3.2-3+apertis2bv2024dev3b1)
Filename: pool/target/libn/libnginx-mod-http-ndk/libnginx-mod-http-ndk-dbgsym_0.3.2-3+apertis2bv2024dev3b1_arm64.deb
Size: 38480
MD5sum: b1c9f7509f6bfb101be6d0c7342e158a
SHA1: a4bb3f4de52135838623ed998c47ff20486811e9
SHA256: d2842f255bf7e5aa80c56018dc56aaaa44ee268114a5120b6cfb64eb33413f44
SHA512: e72fa971d8f34590ef2cd129f9b2f437e526d354afd4203b20c7a52dc8f5e218e6d866c8944904c4af4622c268a6064468b4b057b7c9ed9d70a197d2e0695f9c
Description: debug symbols for libnginx-mod-http-ndk
Auto-Built-Package: debug-symbols
Build-Ids: ec539d71927a60bf09613b52f3d25826b81177d9

Package: libnginx-mod-http-ndk-dev
Priority: optional
Section: httpd
Installed-Size: 476
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: all
Source: libnginx-mod-http-ndk
Version: 1:0.3.2-3+apertis2bv2024dev3b1
Depends: libnginx-mod-http-ndk (<< 1:0.3.2-3+apertis2bv2024dev3b1.1~), libnginx-mod-http-ndk (>= 1:0.3.2-3+apertis2bv2024dev3b1)
Filename: pool/target/libn/libnginx-mod-http-ndk/libnginx-mod-http-ndk-dev_0.3.2-3+apertis2bv2024dev3b1_all.deb
Size: 32696
MD5sum: 12a5934dac95ac908103e1472f9f4f47
SHA1: 22fc012322bde4bda0e68b447bf3af56909b81c8
SHA256: 2c8eed7b24ec5a9a434842541861bbf7048043ee471acaea5704d18cba8b80f4
SHA512: 87f6d4d185e69b25f2757c9f6584c7bbc586c7b36cccb5af46d3325a471aeb020c07ae7191d271579e0ad2fa97dc1c29477dfdc9e54aa4dbcdc69ea34530f3d4
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-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+apertis1bv2024dev3b1
Depends: nginx-abi-1.22.1-7, perl (>= 5.36.0-7+apertis0bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 97388
MD5sum: f68111221df589fd9d3902a035b5f294
SHA1: 1795374f27aa2362169c46b62b69b4d13bf84457
SHA256: c51a4347708aad486be5720da1e1e66835795a0bd9e1417023915a61889a334a
SHA512: 4e223450d5943788a2865a71da97e7099be22b531e4ef96915e67e92eac1302a1dda01f553698edf283502b60468893f44445f7c072069cf6389cdd445261b9f
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+apertis1bv2024dev3b1
Depends: libnginx-mod-http-perl (= 1.22.1-9+apertis1bv2024dev3b1)
Filename: pool/target/n/nginx/libnginx-mod-http-perl-dbgsym_1.22.1-9+apertis1bv2024dev3b1_arm64.deb
Size: 98500
MD5sum: 610f49f390ddedd5e0fa9a80267fbec8
SHA1: 287a88606f0aa1fde70a285bedd2694dfa009356
SHA256: fe99545ae7aa0958e8ba85c8fdc26dc32352592a4cea555b43b0c11ef82824a2
SHA512: f9e6095bfecf4c7ba2e6195d2984af9719cc67b6caf17b4ad7ddca6c2769d4e062c8e9f1cb04aa12b7519d757fef702e84c7b37bc87c4b11a2ddf3535def3429
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: 91
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Version: 1:0.6.4-4+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 11204
MD5sum: 31727c61d9a13c8c138b8142702dec83
SHA1: 68ed168173647db23dc9934fc3706d23dd372403
SHA256: a94530d75b6b1f6e8bd77d8de6b185c7b8f539ed5f1e41e18ca11285df592dd7
SHA512: 3c0b6d113464344719d0599526eb73e714519aea50f2ba79709a07d24c1b3974cd2c98982edfa02ebfe78d596cb76feb2a88ce4db5ec075d0ecdf332226c1bcb
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+apertis2bv2024dev3b1
Depends: libnginx-mod-http-subs-filter (= 1:0.6.4-4+apertis2bv2024dev3b1)
Filename: pool/target/libn/libnginx-mod-http-subs-filter/libnginx-mod-http-subs-filter-dbgsym_0.6.4-4+apertis2bv2024dev3b1_arm64.deb
Size: 38092
MD5sum: 48e2b9d7a99e1791d8ce0b67480b0284
SHA1: 826ef097c046e1e91eb3d09aee2ad26e84ad0cd8
SHA256: d55360c28c1a86df6a8d13f198e4045887c5c7d8d4ae98778da18a9c03053f17
SHA512: 997c1c410c56fb5826df5f6f73945387f80cc3585f364a423f84f45e0e999e4c4d97a76dcf2153ae1595f1b8cd9bcb757bc3a858c66b637e150a3d505ad581b9
Description: debug symbols for libnginx-mod-http-subs-filter
Auto-Built-Package: debug-symbols
Build-Ids: 64625902c95212268510cf6c14ae358547afe3f8

Package: libnginx-mod-http-uploadprogress
Priority: optional
Section: httpd
Installed-Size: 91
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Version: 1:0.9.2-3+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 15352
MD5sum: 8c7c88a1dd4691e0e8cadd7d15708ad7
SHA1: 2dec929d9790b591490a62c2d1e6f82403891c9d
SHA256: 5c532dd2b91864968ded9f12b7202ea16b6df8846fdc01de2001eeb548ca5eeb
SHA512: cf57dc0485fc0bf1bfc11def1c1c113f045bc68d9aac6d83277c8d4bea59346544191ddb9d903205fef354c80116933cded9f2abeea9019c3d4da0623f3b2e66
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+apertis2bv2024dev3b1
Depends: libnginx-mod-http-uploadprogress (= 1:0.9.2-3+apertis2bv2024dev3b1)
Filename: pool/target/libn/libnginx-mod-http-uploadprogress/libnginx-mod-http-uploadprogress-dbgsym_0.9.2-3+apertis2bv2024dev3b1_arm64.deb
Size: 47256
MD5sum: 68c8ecf1bd37bf53dbe8565b3b01810f
SHA1: 3ebb9861dcc48cf85a12d69f04bcbfa4125fa9be
SHA256: 1aa8f6c422595cf728f899d858238f1f928227cd4c1faf376bd05f37ce079d35
SHA512: 5a4ed8832fb00b9487778928403b758c4a135f77b9d15f4e1f12f61dab6f160857e6cf03e9c13bf077c4fde4babd7a6453a365c941aa57e6c15f05f644fe41a5
Description: debug symbols for libnginx-mod-http-uploadprogress
Auto-Built-Package: debug-symbols
Build-Ids: 30e3896db4f8beb20bf7862acdc2822ff2eb259d

Package: libnginx-mod-http-upstream-fair
Priority: optional
Section: httpd
Installed-Size: 87
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Version: 1:0.0~git20120408.a18b409-3+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 10816
MD5sum: 9f901dddad552065728e8adf1e04efae
SHA1: 9ef17d1ce8f9679e08ddebc8fb22261c3670ebec
SHA256: d827fffe60de152c0c14d31401de467fe087fcf7e7b3a344622d5ab6a7304998
SHA512: 3bc4b8912ca287212ac6975f5ea6dd3fa6683f4a22964d5d4000195cb68b23578698be3a321db6528097ddda896f9ab67a950131032d9073b91e14a4d178f20b
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+apertis2bv2024dev3b1
Depends: libnginx-mod-http-upstream-fair (= 1:0.0~git20120408.a18b409-3+apertis2bv2024dev3b1)
Filename: pool/target/libn/libnginx-mod-http-upstream-fair/libnginx-mod-http-upstream-fair-dbgsym_0.0~git20120408.a18b409-3+apertis2bv2024dev3b1_arm64.deb
Size: 40476
MD5sum: a55ec4a28486222242aa83fc346ffbb9
SHA1: 7f7c61fb29a08a78c49c2c200f26ee9793e5f900
SHA256: 156fe4a9e907d7b7d4b99182cc4aad179ca59c42f86470c0fee1a9ac17985550
SHA512: 800f9b45d9ab7720913d2a0139b3c14c1ea19e797d2900f85252ecf4f52040fed381824385a312233ddb1b3d1fc9ac36e1b0f948da1948db526b256480536dbd
Description: debug symbols for libnginx-mod-http-upstream-fair
Auto-Built-Package: debug-symbols
Build-Ids: 3102f02606bd80d9585f04585e0a3432a05f2a99

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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 88340
MD5sum: 707c61453adea1d935949389b84d8a9d
SHA1: 3cbefc37e4b6208c39bba5df45ea3ae75a345e04
SHA256: 9840361e60701b1ed962c535444a9bd6880175db99c9f01ac636d69f74d114d2
SHA512: 487815fd48b254c21f947a2875ec2f767dcd80a48b5becc7054ecb02685dce10569d29eeb2009239f5d9845290af03910f137f67c75ea67956c814cf4594ca88
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+apertis1bv2024dev3b1
Depends: libnginx-mod-http-xslt-filter (= 1.22.1-9+apertis1bv2024dev3b1)
Filename: pool/target/n/nginx/libnginx-mod-http-xslt-filter-dbgsym_1.22.1-9+apertis1bv2024dev3b1_arm64.deb
Size: 53140
MD5sum: 9bd40fa0b1632b98d8da36285b5caf03
SHA1: c6b9c92d0b4690f3a29bb44d2d06f0e496875651
SHA256: 5e2f857c2db6d9601f16ae228aa7896b6be864f2712c6eb1eff4b350209622fa
SHA512: 8f8886913aa9fa0f1969a7964a082746a848bf543733d4ea9d49bcd7eee95fe4af14dba07ec1a71f52d2bdceaf056648c8fd79b823481265a9e4013653295f90
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+apertis1bv2024dev3b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.17)
Recommends: nginx
Filename: pool/target/n/nginx/libnginx-mod-mail_1.22.1-9+apertis1bv2024dev3b1_arm64.deb
Size: 117748
MD5sum: 0ca6e728ed9d5762cdc3a54fded30da1
SHA1: 216837828c24c4e7a4140e0346b4591d0e94264c
SHA256: 2db80c9620368f6e5ee9ce7e6c5ff322f234c5a9edd6ed36f460bda92526d6b3
SHA512: e64ae6b7f148dfc0f27d94819431882ae4690160aeb63d131d0875c7c2734196b6e90ecb5f6c87587a706986ccdfc71cd92f51284ae4e6c10aa21dca9c2f91e9
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+apertis1bv2024dev3b1
Depends: libnginx-mod-mail (= 1.22.1-9+apertis1bv2024dev3b1)
Filename: pool/target/n/nginx/libnginx-mod-mail-dbgsym_1.22.1-9+apertis1bv2024dev3b1_arm64.deb
Size: 104276
MD5sum: 83d2dbc1b981ad68354c70d3ec3e67a2
SHA1: 0cd39d5c393febd095803f20a09806472b439135
SHA256: 05d5c406ac14d66f565ed4027cd452247e3084f72d0357898f5158d6bfca6b33
SHA512: 8e8316bb2a4e9e41a7c08ba1f3e56b3e0731ec0ed7ae6f27f8ba09ecf36c8f33f110c04612307475467660ab5ed0e99d5ca6854fb5552bf4da4836e4eb435ff4
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: 766
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Version: 1:1.3.6+dfsg-2+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 238160
MD5sum: 2edb08531a5eaa684f2022a86559646a
SHA1: fbeb2059c35cf48ec95d60d228ab216720e34dc1
SHA256: 0a7d3655de251d85f0789ff82c795af0b60089e03d0ab452511196db7457efab
SHA512: 14a59ed482f4e591d04f865022dea440a16cd816a15dd9ac70f777292241ea2f8c28ef708282c87461dab89cd54205c59a96481c85d8d3d9b49aa88f9d4af984
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+apertis2bv2024dev3b1
Depends: libnginx-mod-nchan (= 1:1.3.6+dfsg-2+apertis2bv2024dev3b1)
Filename: pool/target/libn/libnginx-mod-nchan/libnginx-mod-nchan-dbgsym_1.3.6+dfsg-2+apertis2bv2024dev3b1_arm64.deb
Size: 658072
MD5sum: b5299a0aafdb4cb6c979390e87cc5313
SHA1: e09908470c36071fc9bbeff92166eb09c62f0e17
SHA256: 8c3bfdebe5cd721629f9a6b7dfe1dc27dd267ea15a1a402716ba2cac908a0663
SHA512: 7b14dbabf1d73c133ff844199e68e8906001ba45cf2383cd13c27a691848878578be0b6e2472ec31833d6751ebadc820b4bb688907bb3fb4d7e9d47ea411cbf4
Description: debug symbols for libnginx-mod-nchan
Auto-Built-Package: debug-symbols
Build-Ids: 4ebdb49ddc81f5ed1b6e11bef14c3c0569b670cf

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+apertis1bv2024dev3b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.33)
Recommends: nginx
Filename: pool/target/n/nginx/libnginx-mod-stream_1.22.1-9+apertis1bv2024dev3b1_arm64.deb
Size: 141276
MD5sum: 8672ebc4a1f8e5a960dd726cba762139
SHA1: 849b2af665cec0bd4c2dfecc8eac65179a3198df
SHA256: 6c35c5c2249daaa41edfaa2372db107328c527aeabd564ace29ce0c7fa107fe1
SHA512: a7a2c3f7d66b08e1091284fa625b55b4869bd2ec3b10104ff5171c2c488b1e64ce5514adc327926a40223171dac5ed61c2a45004632ea0e2d7320a62c5c01706
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+apertis1bv2024dev3b1
Depends: libnginx-mod-stream (= 1.22.1-9+apertis1bv2024dev3b1)
Filename: pool/target/n/nginx/libnginx-mod-stream-dbgsym_1.22.1-9+apertis1bv2024dev3b1_arm64.deb
Size: 168424
MD5sum: 99baa19eea74878759c9f35516d94048
SHA1: 965ea5284d0db196202ea32ce4544f341ea3972c
SHA256: d14ca8c53af7b39ac6d0a6bf5e47f1dd2e14e5718f7735780ae679501a660440
SHA512: 945773d8ba0acda5b86e30c83ac345cbec268b5c60d5777d74ac4f912418cd3c1d44be8030048b0fdffef31a643566227263ded9b37baba7f5730a36e568b853
Description: debug symbols for libnginx-mod-stream
Auto-Built-Package: debug-symbols
Build-Ids: df00be53814c214108472a90bded03087d00c082

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+apertis1bv2024dev3b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.17), libgeoip1 (>= 1.6.12), libnginx-mod-stream (= 1.22.1-9+apertis1bv2024dev3b1)
Recommends: nginx
Filename: pool/target/n/nginx/libnginx-mod-stream-geoip_1.22.1-9+apertis1bv2024dev3b1_arm64.deb
Size: 85460
MD5sum: f39b7422f832c029a20664345ed9a2b1
SHA1: 8f40c0b6839540ea640dfa1c893dc3d1b3e3adf4
SHA256: d8151b9ef1007ebacc9b79cb3052547e81e47c816a953d0a84afe1380db30028
SHA512: b46c37f79d01cf6f41715232831af4a8a33d779477a769e2e22afd2bbd89836dc213c8c533dce3186aedee92c80b098d582637fa8e8b2085c90129316376472b
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+apertis1bv2024dev3b1
Depends: libnginx-mod-stream-geoip (= 1.22.1-9+apertis1bv2024dev3b1)
Filename: pool/target/n/nginx/libnginx-mod-stream-geoip-dbgsym_1.22.1-9+apertis1bv2024dev3b1_arm64.deb
Size: 22604
MD5sum: 051c1df0b37f1619d07f4201ff834db5
SHA1: 4d37787ae2de3cf758a6f1f03f4909ab764041a8
SHA256: 69a3e79bcdd4d0d17777d52aba410fee42d83d76b3b73ad1df33b8feafcb77e1
SHA512: 52931da679e01eb1e2fcb2bfc5c525d5dee829039ab5c66ad8b80669191f90f269b29341df50e42cfdfa9895fbde8956db3f0fa4cd0aa4fb41e4823611942b9e
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: 87
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: libnginx-mod-http-geoip2
Version: 1:3.4-3+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 8656
MD5sum: e50ba343d3bff0663696bccf94d96629
SHA1: b1005881f094f1d5a0842fd9e1c30499bfe5dd6d
SHA256: 228dbdc1fd056a2f614094c177f60c2a16d025ebfd98fd84cb86ffd8a4ee7d54
SHA512: f60c8d7abe541f0b9264f7fd30c9ce96a3b3c6d4e2a1ecad282eff5c9d592d0e9fe98e50a7986e7e42886ce9ff0fe59cdfae5a04cd584ca3fdf90f7e2ad7cba1
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+apertis2bv2024dev3b1
Depends: libnginx-mod-stream-geoip2 (= 1:3.4-3+apertis2bv2024dev3b1)
Filename: pool/target/libn/libnginx-mod-http-geoip2/libnginx-mod-stream-geoip2-dbgsym_3.4-3+apertis2bv2024dev3b1_arm64.deb
Size: 23264
MD5sum: 7f7ca22c1f030dff4e4ee4a7d60ae630
SHA1: 551db7b701a572204813b53eb6b74b6f44c25f8f
SHA256: 532e809bc7f7bc31352ca619f09275ada346a1f687a1f91a3c174301b6e1ac28
SHA512: 3be61a68eebfcec9f212886d586cf8a85a169c9a78ccd4123b30b028dc4d51295959b93fdff5e31563c6ce1c99274e1e6401f71f38c7950f2cd1320c934ad04f
Description: debug symbols for libnginx-mod-stream-geoip2
Auto-Built-Package: debug-symbols
Build-Ids: 23b1fc07cb8650d83d4a6d88e9be7ba4404a654c

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: 433
Maintainer: Maintainers of Mozilla-related packages <team+pkg-mozilla@tracker.debian.org>
Architecture: arm64
Source: nspr
Version: 2:4.35-1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/n/nspr/libnspr4_4.35-1+apertis2bv2024dev3b1_arm64.deb
Size: 101456
MD5sum: 9dfe907e1a584bb812943afcb377e3e9
SHA1: 63f917c15b569d577aef7e84be08deee27583755
SHA256: e9cfe2dbcc1d163609ab7e8b3a5f2274dc5f614c13e0412b0e99b120a2a3222e
SHA512: 741c58fae46bd18ac0265d41f47b01ed48a3db4a460d3eb8a97949821d98bb29292e03793996d3defb41f08a661214d423ad1d077905978a94fea4703f83ba7b
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+apertis2bv2024dev3b1
Depends: libnspr4 (= 2:4.35-1+apertis2bv2024dev3b1)
Filename: pool/target/n/nspr/libnspr4-dbgsym_4.35-1+apertis2bv2024dev3b1_arm64.deb
Size: 321592
MD5sum: 3a3019f0e735657ac6d0c1f7aaec4a00
SHA1: 362c7b7277b9ecd1d110e680ae4dda35e55ef2a5
SHA256: 7529f70c83838c5186c9cdaa60d28379b16f0df68080e18213e269c810971dc7
SHA512: 8df438d835c9a3dca5d85f2c9b29441bf565cf76ee164c42b9f7e62d7bf2326e04266f8cd808a32c468894ced297db814246fb2de06f4ab55193f8e6f0c4e1e5
Description: debug symbols for libnspr4
Auto-Built-Package: debug-symbols
Build-Ids: 1bb6e4b76de8fd5fe887fdf49acde53de6fc9f08 3a8f9bf92028a7dbdd27408f07b5c2baf8365e19 4241c2594b71bbbc256d08d08e313fb17640dc50
Multi-Arch: same

Package: libnspr4-dev
Priority: optional
Section: libdevel
Installed-Size: 1155
Maintainer: Maintainers of Mozilla-related packages <team+pkg-mozilla@tracker.debian.org>
Architecture: arm64
Source: nspr
Version: 2:4.35-1+apertis2bv2024dev3b1
Depends: libnspr4 (>= 2:4.35), libnspr4 (<= 2:4.35-1+apertis2bv2024dev3b1.1~)
Breaks: libxmlsec1-dev (<= 1.2.33-1)
Filename: pool/target/n/nspr/libnspr4-dev_4.35-1+apertis2bv2024dev3b1_arm64.deb
Size: 202752
MD5sum: 5c58e41cfa8bfd08de7d9ad9926ab62a
SHA1: 77238433e930665f6962a7a665d3ab9dadaaf4fb
SHA256: 107daddd8ec480583116d145ae41e774822efd68203044f11406ed58d3afc9c1
SHA512: a4e9f644fa0ea51fd8f2f3a8ecd4167421111a0d864be52d9041ee0796a8122e76f25e94292d83c3ea05399dfb193a54fe3081d84addab38ea241c68f33b0882
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.12-1~deb12u1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/s/systemd/libnss-myhostname_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 90808
MD5sum: 0e2adbce2c8107963a7591660d6381d1
SHA1: a3bd878b5edae2db056910bcc49976cbcd0aaceb
SHA256: 47d34654b2446a29881d8cc70c485068178c356a357f6675bf7f8c6a8ad20e32
SHA512: b6e235935c7777ead73f15c529ea4a4adfda1f8079868a0b819f8e215ee09855458d2d4fd32639a3eb286d8302b83b1291229c7315c7a3e2c035eaf9421dd6d3
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: 405
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.12-1~deb12u1+apertis1bv2024dev3b1
Depends: libnss-myhostname (= 252.12-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/s/systemd/libnss-myhostname-dbgsym_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 293004
MD5sum: 39bdb5b9b2ec5a16e6ea2a0d988bf495
SHA1: ed79bc29649311427c3ace82b848ebd6f8fee190
SHA256: fb426d1b3afea0c8acd7a222cbf8901fe3bff7d8388a7ee17eb29269fb14fc17
SHA512: abb6da999b2212f028275a67af1f2f5eb78fd1fb308ec6bb1c2a9f5b2742ea38793f28cd63000db2a8ee3d98ca75a3d7020f02bd02bdf3ae5f075e39fc04ea39
Description: debug symbols for libnss-myhostname
Auto-Built-Package: debug-symbols
Build-Ids: 021c7cbb755d10e609433d7d336aeba450177ae1
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.12-1~deb12u1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), systemd-container (= 252.12-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/s/systemd/libnss-mymachines_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 164148
MD5sum: 0d38bcfb423c125b55385d743fafd1e5
SHA1: 1c35c1e6dc620425f1bf77dab97837eaf32d9e24
SHA256: 126778c89fb880a659a1c7d149fc9426fdc27319faca3e424558d827e1910e5f
SHA512: 802136a53d02976385746a7ee6d67af33761bbaec2e93a39894198e2e8b9bae024bc1329da70d1a6f5bff2e923342e5d4390c7cbf8524c75fd6c1c7e9627c22b
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: 718
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.12-1~deb12u1+apertis1bv2024dev3b1
Depends: libnss-mymachines (= 252.12-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/s/systemd/libnss-mymachines-dbgsym_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 565672
MD5sum: f3cddba77c9a00a5d7bacc423b7422ad
SHA1: caa084342a08db64aa9e4ae9f212494623991a97
SHA256: 10e2e0ae5e74f5324fd0f996d31a93a149b907ffdf14f4883b81eafb4eaae42b
SHA512: 1740dd51b5cd80f2b65e019206b4eda6656beabde4018478ca6e27cf4197e642eb0460e5a6648f02c13c1d5876cee94670943874b5471a500e3aff6d16ccd6ee
Description: debug symbols for libnss-mymachines
Auto-Built-Package: debug-symbols
Build-Ids: 28831490929c7cdef8f911446bd7bdaf807475ee
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.12-1~deb12u1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), systemd-resolved (= 252.12-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/s/systemd/libnss-resolve_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 102372
MD5sum: dc26fbd9ec06bff8f265ce3aab36a1c3
SHA1: 95549c412c0fb6dcb024747c1892c56769c2c4ad
SHA256: 7617620a44968d1bb4fe300d5605790ee8117188180cdc990ef49ea2eee04fa0
SHA512: bb9e6922907c5a86b712b20b513b23a05c25432d2a90912234ae3cef0dc8f6f1357512719491448b24f31cf7d0de91f5bd69cf6ed82a72c3efffc54d0bb20da3
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.12-1~deb12u1+apertis1bv2024dev3b1
Depends: libnss-resolve (= 252.12-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/s/systemd/libnss-resolve-dbgsym_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 297820
MD5sum: a063af70fe37862db657ae05a9b5f0a8
SHA1: 4e7e2da71e0cb9433056bd8b93353c6b299869f0
SHA256: 3e1d5eac17d8fb913422da87d64ee684f131b8f51fdc0dc8eef994e4c87bbb6b
SHA512: e672254ee4298c4d4f6f46555de6e7a80b91e1dc386b498eb53b9b87107c7da910c73def127e39806f9ee2efcf3a094eff59154509b9b65e291b0bd16ac63f20
Description: debug symbols for libnss-resolve
Auto-Built-Package: debug-symbols
Build-Ids: 3a004f130c9e39d5a297cfd3a1a029012edcdb54
Multi-Arch: same

Package: libnss-sudo
Priority: optional
Section: admin
Installed-Size: 675
Maintainer: Sudo Maintainers <sudo@packages.debian.org>
Architecture: all
Source: sudo
Version: 1.9.13p3-1+deb12u1+apertis0bv2024dev3b1
Filename: pool/target/s/sudo/libnss-sudo_1.9.13p3-1+deb12u1+apertis0bv2024dev3b1_all.deb
Size: 672348
MD5sum: 1f3d42ee8764d290e87700592cdf174d
SHA1: 138367b7b2c845bb7449f49a7b3b5dbaadc9ad46
SHA256: 0ea9c18afa9d0a738a271e222c655dd2a77f53683f559ce4b291ae191258ec8e
SHA512: 35b3904a8fa3f617331df5d7a4b04c5bad7124238e3339a160b17c6a9641ed313cf9821c7bae3f2e27e2b8f7d726f7a46a1a9dd2ed03db9446a47e0512278c27
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.12-1~deb12u1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), systemd (= 252.12-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/s/systemd/libnss-systemd_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 160276
MD5sum: 2c315755993dbdcd4da962a5e3eaeeeb
SHA1: 1c872bf48a5ea55f9fd77603df1fc84b885c584a
SHA256: 093c432e40373bc50911204baf372fe063eaa439b1c3b0408ab282ea1b0ac1b1
SHA512: 5488518ef48bb0c0cc13cfc1e46644e3bb8068cee2427b408270f01f909c66781ee5023de0956438be7f384817ad7c999371ee93456c005c084c18fd7f22de24
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: 729
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.12-1~deb12u1+apertis1bv2024dev3b1
Depends: libnss-systemd (= 252.12-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/s/systemd/libnss-systemd-dbgsym_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 589856
MD5sum: 84f6454c553fc4714cfaf727898c1c18
SHA1: 986b4fcf539ca4b59e4ba215dfdc237b103adaab
SHA256: af72e76f24173f54c7a58f7a714bdbdf20680bf0d80a4432e97dd51ea1fd2aa2
SHA512: cbc6a406cd5feb50a1f47ae714095c8e2aa107369c6e1464690747a14527aad664f69d4be9f3a263fe3de54155482d293f562901da6b1253ecefd69098c00cc9
Description: debug symbols for libnss-systemd
Auto-Built-Package: debug-symbols
Build-Ids: 05fb9d12e0f6422c8bda0628f2a2ce9cdf02a29f
Multi-Arch: same

Package: libnss3
Priority: optional
Section: libs
Installed-Size: 4163
Maintainer: Maintainers of Mozilla-related packages <team+pkg-mozilla@tracker.debian.org>
Architecture: arm64
Source: nss
Version: 2:3.87.1-1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libnspr4 (>= 2:4.34), libsqlite3-0 (>= 3.5.9)
Filename: pool/target/n/nss/libnss3_3.87.1-1+apertis2bv2024dev3b1_arm64.deb
Size: 1225244
MD5sum: 34c3c491b924971fa692fef625d877fc
SHA1: 06a9650c826755d71e00628a7dfdea878f110782
SHA256: 0cb0ceff4d703c9cea18849a3381ad7d70ebbbeeeddfa25fbf3d374c4c94c1a2
SHA512: 3996f535a8ad34a843bf520222a91a1fdf813239227515f1e36d54f09a6077bcbf63502a7165076f9d0ac6cf0d141faaa8b1ef2888526d7df6ce7f6c629054da
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+apertis2bv2024dev3b1
Depends: libnss3 (= 2:3.87.1-1+apertis2bv2024dev3b1)
Filename: pool/target/n/nss/libnss3-dbgsym_3.87.1-1+apertis2bv2024dev3b1_arm64.deb
Size: 4082732
MD5sum: 4bace742275067c4e618047d254882f4
SHA1: cfef67f5e7786a74bd5b6d304e95530ce949fc7f
SHA256: b6c70ba01d23b05f8bae8b2d1e11a43c10cffdeab6f623011a81cd36985385fc
SHA512: 410adadf134475f4649b54f6445982666e10aff81a86aa425bdc434a932218fa1d5f8fa9b72184de19b4ff2ac6897bfbf32d90626079e57ef8f03e33dbf9499b
Description: debug symbols for libnss3
Auto-Built-Package: debug-symbols
Build-Ids: 0b2cd1f67284aff2c1904395ac2ef69824674707 0dc4f97e010a5bbd6da87a3cd5039283f9e36d30 1c0cf241a78bd20140ceed46097ce65551f56025 326a3eeba83874b0fe2cdca7f419e1f49005cdc1 5769d4725f87b7d7e7dcdc9070b46d8e43b7a068 dd9ca10f1877c7d65982e74925f214a40c356a32 dfb04e749759570dc1c6616134e66b8be2738669 ef3434c29bc606beae78c1809343fc97ffccc830 fced92fbc7f30e5a333cb3603eb1046a83676fed
Multi-Arch: same

Package: libnss3-dev
Priority: optional
Section: libdevel
Installed-Size: 1448
Maintainer: Maintainers of Mozilla-related packages <team+pkg-mozilla@tracker.debian.org>
Architecture: arm64
Source: nss
Version: 2:3.87.1-1+apertis2bv2024dev3b1
Depends: libnss3 (= 2:3.87.1-1+apertis2bv2024dev3b1), libnspr4-dev (>= 4.6.6-1)
Breaks: libxmlsec1-dev (<< 1.2.33-1~)
Filename: pool/target/n/nss/libnss3-dev_3.87.1-1+apertis2bv2024dev3b1_arm64.deb
Size: 249196
MD5sum: 290e71c9bf1fbff577a52b47d23bb168
SHA1: c5fadb09d556a1241cad7fb8643168d44e011edf
SHA256: 2c5c3c0ddd51202ae360d3e7f0517cab3f36f749bb6fc53c0830815067a81d13
SHA512: cd0cc641640119b85e5a3eaba8ad0cd4fb0060b71599735a86a3df7df8093e73f33dafa2f5f7ed13e85fdf7f83bcb06523488f50b5d46037644f2898e72c4be9
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: 5708
Maintainer: Maintainers of Mozilla-related packages <team+pkg-mozilla@tracker.debian.org>
Architecture: arm64
Source: nss
Version: 2:3.87.1-1+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 989324
MD5sum: 9ba4e3d964c5a7f8d7e183a941ef94f4
SHA1: 20618b4450bd99ebfe6837a9a67852bb920f2bf3
SHA256: 5d2fb1750312d76304f3e3031af541d64855c8fa5ac1a29c0df4e19630f85e5d
SHA512: ebd8c20e78a8a33ccc21efaa854bc11f139490bf4bbefffc57c8f2714c911332ae4f301a28ede8aaf56724d55e9e3a56c7f835a16f55604683446cae90102750
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+apertis2bv2024dev3b1
Depends: libnss3-tools (= 2:3.87.1-1+apertis2bv2024dev3b1)
Filename: pool/target/n/nss/libnss3-tools-dbgsym_3.87.1-1+apertis2bv2024dev3b1_arm64.deb
Size: 5535268
MD5sum: 0f6aca0507237e0f821a48f59f5e266a
SHA1: 3d8ae4a2b38affb71bc664c2282f12a6c2904a6c
SHA256: 7bd6f497f0cac4133c95339d1113f0bc0fc843ba6e4df40ecd0a08f4ebd2e3c8
SHA512: 1b26c5be950d5e7d5ca5d4dd8756cffcf03ebbebf3c8c84cdb3205b3d870471c0f82de08ee76e90c40863f02ee4000a20c375b05dd37fa850eef1b7dcdf77f8a
Description: debug symbols for libnss3-tools
Auto-Built-Package: debug-symbols
Build-Ids: 0864a672ff5c0e14afcf65bc3dde4b3b0c2969cb 0add042392cea4cb309746c959a6e9649ca157dd 1432eba336fa6c51e85df35dc894eb52d786e936 1bb2d9a038dfafecfc76756daefafdac4996e3fe 361a5eba65ee7aae23423693670c8a15a3720c5f 563bde3bfc8db7da16c285d8fc4abe1e0cbbe836 5cba8e1d6d1216d6d2cb391b35bcd1d59db86369 6487713f5c81a4e56998c1caac13274a5bd36e0e 720223c62607e4da94895b76042539ed2072836d 79c50108a0116ad6343c14ab6d17a6c3d642e283 88a2b01abfeff424a959e435ae52804a95b91183 9784d6f806258d768f77b524cd46b2e1bf4d125f 9930aaf461a5d9783e4c73e0b8cda6b023fe4b0d a705c3f5e61d5def6ababb87b4b453c2c914f1b5 aa7b3a215d9a818af6e3dd138a37663730eb74c0 b3b618b45c9143b8d17a637b225520ab0312e0d0 b4b9fcec6e4c4b5255d328bc7988325406d8f6c0 ba24208b6bcad276c60ec6472160ecd4d0d7d3fd c497739acf82611729866083cfea305e21d47579 c4f20cfac01c8d5f55fab9a16f8818e9ce78e194 c7c194eacfda7f89c2c325e029eded9b4d5ab78f cbe5a3e5fe7db56557700a7c47640df3cc2b31f1 d3493c5ec9b0acd4402012379781c0fdc2b1f884 dfb1b57d3d5c9fafae1721c44f475298d27d4714 e51ca52e62fb206e917a828bb1191166bbf184e2 ea61080f18442f492646a70f1b46875a2e5e7d5a f788ddfe825deaf654b46cce38528061c1dfbc0d f8f16556f6d1655d4186bf85713506b17105b334 fbfe49187a39732ef4fb0aa95df74ecf1ce017eb

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: 419
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: ntfs-3g
Version: 1:2022.10.3-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.33)
Filename: pool/target/n/ntfs-3g/libntfs-3g89_2022.10.3-1+apertis1bv2024dev3b1_arm64.deb
Size: 151992
MD5sum: a43265c6189091d158abf31c1b75eb0a
SHA1: a5320c333d661c516146cd4b000dbd87f81c141e
SHA256: 77f9fad05beab6bbeb2868d2cf18f99554c8fe64af75be1e49114a255f88b239
SHA512: 5e01dc2152e4dd09c2a4290c272baee03f6cd19a4d3abffe7fcd1aab1096bdab0862d3fa7a3b3d9fec1d2f4ec74c54b2e76dbccd08f10fadc9e048d48c914109
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+apertis1bv2024dev3b1
Depends: libntfs-3g89 (= 1:2022.10.3-1+apertis1bv2024dev3b1)
Filename: pool/target/n/ntfs-3g/libntfs-3g89-dbgsym_2022.10.3-1+apertis1bv2024dev3b1_arm64.deb
Size: 419380
MD5sum: 892e7be5965790472267636311aec3df
SHA1: 5986e53d1c95935a14e569b72c3b3a6edae183ed
SHA256: ba446f4e3a14593731c900f2c312dca7046ec95199ac240347c96e4ff7880a5b
SHA512: 3044973e00f0e7d85e6a511e8c77f21007ea9fef50ef2c5d79adece6e3afeacef87923087212e208099d26d3d20a113444ee712b62066dac2ad598509a9bb018
Description: debug symbols for libntfs-3g89
Auto-Built-Package: debug-symbols
Build-Ids: 108c3ac183f840ea795785c4e8a008b603299d0a
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: 12495
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
Replaces: libomp-x.y-dev
Provides: libomp-x.y-dev
Depends: libomp5-15 (= 1:15.0.6-4+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 405276
MD5sum: 2be867884d59701a69a4a0f1728323a5
SHA1: 15f21e5661a0dc684ee5911d1e595309d9c70aef
SHA256: df461f7ed7bd281881fab48c0bcc612d1ef1d036307693dff687be61f4998a93
SHA512: bd2eadfd2b6efd2ad0a893b4f2f21d4530c688c13a796e0a7ab820491d4fe87a16f487e3c34c3cc85afbb850b0e58c89f4d6fa88e60905bcc5dbf1d377a0acf1
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+apertis2bv2024dev3b1
Depends: libomp-15-dev (= 1:15.0.6-4+apertis2bv2024dev3b1)
Filename: pool/target/l/llvm-toolchain-15/libomp-15-dev-dbgsym_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 55180
MD5sum: c5e9fa332f186dde5f392a76c0453c87
SHA1: d88f686d591ce9065403339e770eb3782e8dc8a4
SHA256: 129189fdf8ae07ee97032b9446497e42fd9952b4248cfc98ecd658147950eb99
SHA512: 48e6f7e23a5d89fb5273ced0ced419095a99ce9d25c6615fd960e04e9c47111237055cbb13ec86a3dc5cd1543affe9b256b76b9f3b8c8d3909cbbe07e058828e
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: 13849
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 1000376
MD5sum: 317d8e00056c75bf48de74fab9b44500
SHA1: bba4b08b353541353fa49dd0c2b756339f295d8a
SHA256: 957ce774b38076da9d6338d18b019fd43ac7301ed5344e7145e03e568db05b8f
SHA512: f2a4d230fac92f9f3d3cd51f8060514b8ffc37ec17065703cb28e305e9604921fcdaf828cf25c087cadbd2068560aca300fabd69c71967ecc40fa8851bfa5bfe
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: 2732
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 412660
MD5sum: 9a19dc7c7cbf549e1f73b592e0e795b0
SHA1: 4d8551a9b28223ef302d93a0147054024257c5e3
SHA256: 326b4fac5aaf996177d3356a6e31f0161091de6dbd7af2754dd1a43835fef80c
SHA512: 0b20332dcb7139eef0e535fbe96c4672238aff2143302c04f6faa3d5e021011af670f8660f5536d554e991471d8afd07974535c0d109e50ca8bd707a00feb8dd
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+apertis2bv2024dev3b1
Replaces: libomp5-15-dbg
Depends: libomp5-15 (= 1:15.0.6-4+apertis2bv2024dev3b1)
Breaks: libomp5-15-dbg
Filename: pool/target/l/llvm-toolchain-15/libomp5-15-dbgsym_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 470108
MD5sum: 15655e9f05eb2435c35c2eb54b63ff28
SHA1: e9c48b8d5d017391231b9dd555cfe40141860bb2
SHA256: 108a458170bec1b09d5d16814f7e406fbc3e1fd45b9e311ecba3d2943d91e94d
SHA512: 6ca425bc78f05f30237620636613241e39250fa79a23ef5618a7086d9f32c1a0fed35b7458e88990df2f20d29edf1320ab861f8a66b16b28c9a439c7cc195a71
Description: debug symbols for libomp5-15
Auto-Built-Package: debug-symbols
Build-Ids: 2984c48b9befb8eee80183d820c7011265e1cc6e 66d91d0437a5aa64c81481f6c846978d30250885 87f42bc7afae2485d4899e1c92a82087c9f1d1d2 b9078f49a1cdfd588ec4bd621fcc9010d8365589 f10469d7cfb875e22fad6e4e7765acc6143da462
Multi-Arch: same

Package: libonig-dev
Priority: optional
Section: libdevel
Installed-Size: 233
Maintainer: Jörg Frings-Fürst <debian@jff.email>
Architecture: arm64
Source: libonig
Version: 6.9.8-1+apertis1bv2024dev3b1
Depends: libonig5 (= 6.9.8-1+apertis1bv2024dev3b1)
Filename: pool/target/libo/libonig/libonig-dev_6.9.8-1+apertis1bv2024dev3b1_arm64.deb
Size: 95016
MD5sum: 60d9912c8fd1592dfea3f65a73f0e3e6
SHA1: 5914b3d394f6474eb7f2216d14dad522efd27afa
SHA256: b18f41b209fb8847f160487ec3b9acd43826f11d88fdaa9176ef12c2d8ce22d2
SHA512: 8cd37df72fdf3d2532bf8447b9dd7a2241b1e050329c84ca41aa570df24126cb88f8b8d06712f92f7d56358d64b6b1f1a5e3e26e24f5bdd02e27d911ebe51250
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: 673
Maintainer: Jörg Frings-Fürst <debian@jff.email>
Architecture: arm64
Source: libonig
Version: 6.9.8-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/libo/libonig/libonig5_6.9.8-1+apertis1bv2024dev3b1_arm64.deb
Size: 178936
MD5sum: 3d1543236e454632430b850eb75d3998
SHA1: eee5950bc5b0a802b6abba9f244b63fe5c6c0fb0
SHA256: b7e44f8b779f0d22077d3e46bc3fdd9c6de60e3b54fd719dbf622e6b5e02bc31
SHA512: a37f387f2cc9f479a102f6e67a2dbd93744d1a5c95b672cc15eb6fe48cbd6e1144f634939afcf31c1e30d245a2a50c2bc3b154ecff4a760eaf042b551bb7ce6f
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+apertis1bv2024dev3b1
Depends: libonig5 (= 6.9.8-1+apertis1bv2024dev3b1)
Filename: pool/target/libo/libonig/libonig5-dbgsym_6.9.8-1+apertis1bv2024dev3b1_arm64.deb
Size: 347340
MD5sum: 47786f99da7765837a3df3f6cc87a8d8
SHA1: f0edc28e9a88fe6f47aea0081f575fc6620bd147
SHA256: 92cd6b62eaeedbbbdacccf2ce7875fd4e187f8e308c8648e4113381305a5ec33
SHA512: 23368bc6304b451060829961a012b8d060e4f2bbbdf01a05595b13ad9ca3d3b53d4231f20414189d274019856d220c54395adc938d3206e23bbb68ac32c91b73
Description: debug symbols for libonig5
Auto-Built-Package: debug-symbols
Build-Ids: 9ec8634136cdfdf14a7b7c77f8dede2fb812005f
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: 764
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: onnxruntime
Version: 1.12.1+dfsg-0+apertis3bv2024dev3b1
Depends: libonnxruntime1.12.1 (= 1.12.1+dfsg-0+apertis3bv2024dev3b1)
Filename: pool/target/o/onnxruntime/libonnxruntime-dev_1.12.1+dfsg-0+apertis3bv2024dev3b1_arm64.deb
Size: 130568
MD5sum: 22907b514234b2db17c8f4759193882e
SHA1: a6b5e6e6da64326c6e3c0e9138bc9c1716d09706
SHA256: 2ac444040cd77315bd29b9c590ee31797db0d721d1100170b74e247dec718641
SHA512: 1dc32270f2a218a23f8ef5b9e43d33f1ee4d0752a3b48a1ad499460dec4c6eb9bf793d6e92774ff97e5b5f4082bd4864d229d4e3145b239d1d653a5e553a3d66
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: 8791
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: onnxruntime
Version: 1.12.1+dfsg-0+apertis3bv2024dev3b1
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+apertis3bv2024dev3b1_arm64.deb
Size: 2201896
MD5sum: e7d9361e2a012ce79547fb4adfcfcc46
SHA1: ffeaab3c89a037d295ce3a82641edd1785b96879
SHA256: c4b583567cc04a845822710eed42477d4e893cc493c7da493d2dd522e282fe6b
SHA512: 4fb9d0950285de9317df1e2a18853cd176a60fb37d42dabe54a6c4421547335561274e412e5edbb8e1e7dd205b4e009856fc494409696e37a944d96eca86e046
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+apertis3bv2024dev3b1
Depends: libonnxruntime1.12.1 (= 1.12.1+dfsg-0+apertis3bv2024dev3b1)
Filename: pool/target/o/onnxruntime/libonnxruntime1.12.1-dbgsym_1.12.1+dfsg-0+apertis3bv2024dev3b1_arm64.deb
Size: 136114340
MD5sum: 346e73011ccc2e26b3e56376229f1321
SHA1: b4715ad1d7e303f48e25184fe3b04c8e0d3b3a49
SHA256: 5dd65e10c1e9fedd0efe1a5865bb90212d6261e524ba9b0147aa2dcf1fb85c32
SHA512: a3a804e9b1eeca5b587912b1e2ae6f6c5c3a777db7311f7ebc0994c0686ebe82907fa4adca3848853e338d8ca7e34a19213b1e34189bcbd31859dd31c413117c
Description: debug symbols for libonnxruntime1.12.1
Auto-Built-Package: debug-symbols
Build-Ids: 39430cdaf590dc1c0a9f0d32860083d8c6e706f4 e20d4467e16cdfbfc500ca9be37ccdf16a247e26
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+apertis1bv2024dev3b1
Replaces: libglvnd-dev (<< 1.3.0-1)
Depends: libopengl0 (= 1.6.0-1+apertis1bv2024dev3b1)
Breaks: libglvnd-dev (<< 1.3.0-1)
Filename: pool/target/libg/libglvnd/libopengl-dev_1.6.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 6548
MD5sum: b56734ba8ca194b4a4944fda0d00e388
SHA1: 31fba0ea64d88384305122efc204a77dedd2d944
SHA256: 4b98e62d2e2e7fb76940696d7f999feec4460a96d3c69da9a477280704498b3e
SHA512: 8265f1a2a4c40206245753acfa4a8cd95175c839bc9d3db35ecf1dee8905be34a92d3aa6c0614bf5808947fe64a3be6400cb26c30677f78e24a3a4857153c8a5
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+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libglvnd0 (= 1.6.0-1+apertis1bv2024dev3b1)
Filename: pool/target/libg/libglvnd/libopengl0_1.6.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 33388
MD5sum: 51600fe63325de936f661a325a71498c
SHA1: 913bbce4a0aa53590cf228a88b860751118751b8
SHA256: 58fd2de19f4af4c5c9ac441d0079201100ca83c03487db831b83c03cd7c43c98
SHA512: 1b282bced162a61e22899c09956366390c5a767fe290c51d7a91d8b5064e34b08ed407ff78ed94598b69c93b300c67ab50fa6b10b9ae52cb4e6fb9c65ba79945
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+apertis1bv2024dev3b1
Depends: libopengl0 (= 1.6.0-1+apertis1bv2024dev3b1)
Filename: pool/target/libg/libglvnd/libopengl0-dbgsym_1.6.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 19884
MD5sum: 01023a1d81eee79eddbe34d8a35767a8
SHA1: ac9e314d2f5f81c08ebbb190fa7d3f50c5bd9adc
SHA256: 1e2e9af88681bec7fca2a6a76018bf987e78bb4d6e335439c35cac09d5f9e517
SHA512: 370452220c1fbe29cd30cbdd9a367a8320ce3e54358f398c1d16b859a2c10dc5c48f0c5663e48a0b076360551d4466826064b7605f7ec8963ebf2720c6ebdfff
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+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/o/openjpeg2/libopenjp2-7_2.5.0-2+apertis2bv2024dev3b1_arm64.deb
Size: 178964
MD5sum: 505c51d0176387e95604a5308661fa35
SHA1: 2195f43be13801e905f7418dd559901ce18bfbea
SHA256: be9fcc8dc43660f37ac37495e9885075d50856cf8ddc31bd92053f05f4932c6b
SHA512: 5b6e7d7a13ed99e830f8d4c249408c9973c9fd86deb0b8e2df364cfc2f9234d480c81683293f63f55b0f81708a5738c498d8542abbd019eaa30c1359194c8e86
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+apertis2bv2024dev3b1
Depends: libopenjp2-7 (= 2.5.0-2+apertis2bv2024dev3b1)
Filename: pool/target/o/openjpeg2/libopenjp2-7-dbgsym_2.5.0-2+apertis2bv2024dev3b1_arm64.deb
Size: 506448
MD5sum: 102a408def00f53de8d0e96afe6dd15b
SHA1: f2c70eb5191995d6a5b6f3f8f2b90da942c06c03
SHA256: 8cfce15b5af29290bc7f76526f0bd674e04f5932b63fd348462c37b9486aa41c
SHA512: 69085ab990e770dbbc7e11f2cb5a53c28295dcf9820ba44779f83530e9d5704f712786383310077c80b25656f3b0adf785a534be6308582c913ad6f31ba287b6
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+apertis2bv2024dev3b1
Depends: libopenjp2-7 (= 2.5.0-2+apertis2bv2024dev3b1)
Filename: pool/target/o/openjpeg2/libopenjp2-7-dev_2.5.0-2+apertis2bv2024dev3b1_arm64.deb
Size: 256908
MD5sum: ba62c1f9e942d9167b0bb50ab9ddcb0a
SHA1: bb23afeec2766c64ef0fcd398067b0fc1e902f13
SHA256: db52a505d4dd4bca2524f4d82fe72a8e44de3d52710a8e1a8484a6f2b096fbbc
SHA512: 8817cc0ca2a8868ad4f9b13ae28ae5819121ce26acae59d63e0a6365919e37581c4e88d1e72a1ac2d8b99e862d6ecae56ae846775a958315e87f4a2354dce432
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 108512
MD5sum: b2052a0d211576fc4396cbeeb2ef8d3d
SHA1: 711838bc01a33d653a17e1f69cab355161b55c04
SHA256: 14220fad22b4253144b77f265a08d81d511f6732d9f5c2a4dbd32ed8c13b5af4
SHA512: dd4aced10b90ba8f5cb9fcdf069dd6a9585d5eb6b49c079826bc309d2c9867e4bd2894e18f151b4c3f6921150b81f372d3ccf9b5e7b893ff8eb8dd7f40b1e55e
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+apertis2bv2024dev3b1
Depends: libopenjp2-tools (= 2.5.0-2+apertis2bv2024dev3b1)
Filename: pool/target/o/openjpeg2/libopenjp2-tools-dbgsym_2.5.0-2+apertis2bv2024dev3b1_arm64.deb
Size: 406736
MD5sum: 7b63b587196a21672fbdbdeab5d746bc
SHA1: b79b7f1a7ba7af9d272094498cea02ae5a6d7bc5
SHA256: e12375c19d5f19aa4476f98860712069709f901c25a72b81bddb65f0f2b330eb
SHA512: 1b8c8f5a6802ab1719c97a451fe3d22a3d53f1de424fc92b6505d09b33606138df9eae7c6cdbc52ec820e6ec09bc776f5601601d970de90d7e7874818c74b926
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+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libopenjpip7 (>= 2.1.0)
Conflicts: openjpip-dec-server
Filename: pool/target/o/openjpeg2/libopenjpip-dec-server_2.5.0-2+apertis2bv2024dev3b1_arm64.deb
Size: 44120
MD5sum: 4ab763558efe4fb876ee67f2c02c8d6a
SHA1: 363a2b92e5057b870d1b468b7cbef5439cedef54
SHA256: 63705eeef801821e8dd36e40ae7b3080db458d0151075688909c52f3472b40e0
SHA512: 9d10f103f9feb2fe4142d0e18bfb9b24aab80d7db7ded5bdde185705d061cbfc5cbddf0c7d9cae3d08160c9ea20062163171a3d537ba3880b6e1342dc501c7fe
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+apertis2bv2024dev3b1
Depends: libopenjpip-dec-server (= 2.5.0-2+apertis2bv2024dev3b1)
Filename: pool/target/o/openjpeg2/libopenjpip-dec-server-dbgsym_2.5.0-2+apertis2bv2024dev3b1_arm64.deb
Size: 20624
MD5sum: ea7b4c2be8e92d46284408f0fe582291
SHA1: ba9c07a7895d80654f2458cccd5357375db8ce76
SHA256: 8c78e39d52d37950a74b4ae0825a6e5983d83ea55184b67ffa00e69b40e735a1
SHA512: 737c4e8ba3dc1152aa8f751ecec68da9d59e48864ef4cd1119518c90021327c2ac80e3d2ab9bd80628d83da5b91d7c5a449c5a649b179e86fa86bf434817e79d
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+apertis2bv2024dev3b1
Depends: libc6 (>= 2.33), libopenjp2-7 (>= 2.0.0)
Filename: pool/target/o/openjpeg2/libopenjpip7_2.5.0-2+apertis2bv2024dev3b1_arm64.deb
Size: 75624
MD5sum: b2a2a4ea507754e617709d9556010623
SHA1: 8f10a923177a1b02dbea6953f1f62f23f3049e1b
SHA256: d31a7534dbe84267861f56a8382851cb7eb2e310bf384071e7ce0781996284fe
SHA512: 5b6525325de69a24b9239b9d76fa0ddbd34da206b3184da11f6907508f9fcd7c50bd81a256b5534aed0c96221d0f7548aa5b0418eee1ebd35393118a9b938571
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+apertis2bv2024dev3b1
Depends: libopenjpip7 (= 2.5.0-2+apertis2bv2024dev3b1)
Filename: pool/target/o/openjpeg2/libopenjpip7-dbgsym_2.5.0-2+apertis2bv2024dev3b1_arm64.deb
Size: 134208
MD5sum: 7fcbf423077d8f55edada216a555bdac
SHA1: 17d85be54e779760c88b2b117a08c4e15dffc67e
SHA256: e1027b96cccc9b85c98f880a5ef20407cc4e293ef209e8270f9c515e55f01459
SHA512: f089dd8c4200dcb416a5ecd7af2a33a37f6f4519bea7493db7af905bfe30129e5a713f5639fbac9db09d543acc79551ad06eb7089ae548402029943a96981966
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: 11268
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libglapi-mesa (= 22.3.6-1+deb12u1+apertis2bv2024dev3b1), libllvm15, libstdc++6 (>= 11), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Filename: pool/target/m/mesa/libosmesa6_22.3.6-1+deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 2587060
MD5sum: 590d82cce0c638d15fa04d09abbb67b3
SHA1: 4d947d65d48de00cf64452bed84ec948a46514ca
SHA256: 00818ad3bad739c910fa90ea836948e2a9462dda44f01eeb3c1d960a282477df
SHA512: d2c9093120ecaeb5a04308ab9aab8c3caa41d306935b1f863dda9a1b8b1d4cc3acfaa6f1ee3fd1c08b665b85fc2d65a9216a7ef68cd830d1eb1ece7b3fee34f3
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+apertis2bv2024dev3b1
Depends: libosmesa6 (= 22.3.6-1+deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/m/mesa/libosmesa6-dbgsym_22.3.6-1+deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 15048268
MD5sum: acf39e2bd454500c16e07048f0c2fbbb
SHA1: 209778eeb2ed9688af0a0afe9b3d12ae5dd5715e
SHA256: d26446c29a69b83f6eec8b20022acbe46d9510e7715465130998945a694adde9
SHA512: cfaded67f9492e203cb32243dcc35b67622fe371e784e15747242516d583ca572bac4122f046f4b62a9ec5b8f586e8fbb1bb66f36b951a3df58270408fbf812a
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: 71
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis2bv2024dev3b1
Replaces: libosmesa-dev
Provides: libosmesa-dev
Depends: libosmesa6 (= 22.3.6-1+deb12u1+apertis2bv2024dev3b1), mesa-common-dev (= 22.3.6-1+deb12u1+apertis2bv2024dev3b1) | libgl-dev
Conflicts: libosmesa-dev
Filename: pool/target/m/mesa/libosmesa6-dev_22.3.6-1+deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 37872
MD5sum: 5146abf516fce3e43e8589b7f5d09964
SHA1: 2084cc90529dee5e630d964c585788cce5fafbfe
SHA256: 0da57d5f6e25adee640e9c6c6d0c7db9c9563f5383305e89f25c8b159453928c
SHA512: 6e3900af7aae4ee1778fe819adcb229205bb44eb5af8d156b5215c28ded325eb330844012777cd2613a4aea8213ef055be921c968ed79b499b0f3aaeb899fe04
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+apertis3bv2024dev3b1
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+apertis3bv2024dev3b1_arm64.deb
Size: 285836
MD5sum: 3ac714db6e6a324d5e5ad6d40d2815f2
SHA1: c4fe3045f8ef7a639e22c501646f0a3361446311
SHA256: 3c960349f2951480b443f5823402c8f5970dafa2851c7a1382c8161d7e356ae0
SHA512: 6e8ab81fe853aa98a64b461ea0ed68000e9c355db8b89b34feaec4fdd2dd602ccf9c8e8744afc56f9ed30078935b52ba5df4e178233e706fa3c950bf67a28604
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+apertis3bv2024dev3b1
Depends: libostree-1-1 (= 2022.7-2+apertis3bv2024dev3b1)
Filename: pool/target/o/ostree/libostree-1-1-dbgsym_2022.7-2+apertis3bv2024dev3b1_arm64.deb
Size: 1191120
MD5sum: c37b907b6e88e9e00ddda17045c511b0
SHA1: 00df1e894603ee75d691134cfadddb1969202952
SHA256: e822d2ffa3f56d962dfae60a226f61471e4bdfc0426162f602bea0dda0c49821
SHA512: 40089b79f4d20ae87efab37227e8b2e7f2c1eb36b6801cad6f48691ebf4e424f5e959c32bb27933fdb40dea464cf0cf99060775afbb27e74edc8efa389fc9cd6
Description: debug symbols for libostree-1-1
Auto-Built-Package: debug-symbols
Build-Ids: 489f1fb5bb43a4fba0ce508addeaea0b6aa439aa
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+apertis3bv2024dev3b1
Depends: gir1.2-ostree-1.0 (= 2022.7-2+apertis3bv2024dev3b1), libglib2.0-dev (>= 2.66.0), libostree-1-1 (= 2022.7-2+apertis3bv2024dev3b1), pkg-config
Suggests: libostree-doc
Filename: pool/target/o/ostree/libostree-dev_2022.7-2+apertis3bv2024dev3b1_arm64.deb
Size: 113072
MD5sum: d7d35f55f53103aa2bb3fdb92e9a4c99
SHA1: d2e10a00461bb94fb3eb19c51c04313bcac943f8
SHA256: e82ecc8228035372e11d6fb213a1392fc616534723303227e8372921951773f3
SHA512: a06ea154d4b98d781087bb6c91311d38c9c05276d2e584e45fc3b35dcf385afac3e9e72e277b24f9b5e6d310918d8bc16a6f2075405ba31475968e50426b5e16
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+apertis3bv2024dev3b1
Suggests: devhelp
Filename: pool/target/o/ostree/libostree-doc_2022.7-2+apertis3bv2024dev3b1_all.deb
Size: 121528
MD5sum: ec64ac141528209ca4ee65f746fb88e4
SHA1: 1b4e1d5831ac2ff3156216308b0f05d2bc30220d
SHA256: 550890bc433e41ac32f2a0e141febc97833046ac5b6a6e82390fa4660d451e86
SHA512: 1e2143adee42fe7a0315880bdcb16c48ced3a4758081d49697ebd1122b0a4adb185930e495e5109971f51c1147b39d99340ad6772d8ed9e493a6a23f923ba39c
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: 231
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 37324
MD5sum: 1767c6f6efc12726339570d31fe6a23a
SHA1: 93098ac64d32044ba4b0650cf6c97e32ad9a8c59
SHA256: 5160edcd6d2de00a1cd3b64cce49053aac8211ef9f6059c27b00b42c4ccd840b
SHA512: f84161dd66b5c5b41f36aad0aca566488bbd54786ea81c6c4e784b760a65157c9daa9f05beed9509169533d3d22e6580a503065b364634eb1d9e72e588e9e2ba
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+apertis1bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libotp0-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libotp0-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1_arm64.deb
Size: 69612
MD5sum: f185cd0d94a0d7d352754fb5af40e3e6
SHA1: 6e7d5ffc6a2421c4bbe0c982796a92137ef4b681
SHA256: 5dc166001c23518ae3a84353368d7aa45363eff24c1304cb85ce632c78b85ba4
SHA512: 1438b731a52e00c8df77be317e48b02f72e0d725dfabd04fd69b251a68ad70ef909bdabc3e18c3e16be13b7ed02e0a9b58e8371e4fd198217e23057da7dd35fa
Description: debug symbols for libotp0-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: ff5c19e6f13cc054f6d100b6b0a41d0df6669007
Multi-Arch: same

Package: libounit-ocaml-dev
Priority: optional
Section: ocaml
Installed-Size: 4811
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Architecture: arm64
Source: ounit
Version: 2.2.6-1+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 983584
MD5sum: 1038fc82438696da7042724a172b5fd9
SHA1: a2f9c2570dd8315236f104902fdabefb318c7c33
SHA256: a41d1e6cd6b87416b088b17b6c544e8ad2eb454df5c39c6f1a1cc984be761486
SHA512: 7b5d73f980d837ed87f8398afd4784ebb6bdfe01ec5a4f2675dcd77e113bf96d9b7fdc7eecc47aa4847f580bd17515cc4a7e05cd10ff75eed1ff5a8aa9dff011
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+apertis1bv2024dev3b1
Depends: libounit-ocaml-dev (= 2.2.6-1+apertis1bv2024dev3b1)
Filename: pool/target/o/ounit/libounit-ocaml-dev-dbgsym_2.2.6-1+apertis1bv2024dev3b1_arm64.deb
Size: 47368
MD5sum: a3fcd0ae1241832fe7c678e67fae660e
SHA1: d940f24d1d6f17c5b864ba3b9231f35c7b1e96e4
SHA256: 9ce6bb6e1b2acf53ec0651a3c28f46ecb0b3f1ab17838643d6e33f03900f5aef
SHA512: aec7caf8a1bf201219dffc9154cfaf515a86e13ba3f96ceef20ff8cb2eb32e9d8e5f2be0c59fa4316e5f26bf5bf2e2e935b7f4f3c9e4e41f62e0ec4a33f08e3c
Description: debug symbols for libounit-ocaml-dev
Auto-Built-Package: debug-symbols
Build-Ids: a2d869535f5896afc58c2f7cb2d6380e1b7b314f b5a92b72f904a3b70ff5bd0ff8adf405090dcf3f ed9fff63b302bd698d4d62b76e14cecf30f566ae

Package: libp11-3
Priority: optional
Section: libs
Installed-Size: 91
Maintainer: Debian OpenSC Maintainers <pkg-opensc-maint@lists.alioth.debian.org>
Architecture: arm64
Source: libp11
Version: 0.4.12-0.1+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 26820
MD5sum: a83f66b94817b5f4d12f72125997eb39
SHA1: 3a9789b33ded7a08ae5330e4d58acb1b56258a67
SHA256: 4655da682365d3a77e430738c8da0085bd545e250b4629f31a6081d2f5a60eaa
SHA512: 9cb27d97a325feb330dae3660dd76df24330bbb3268db2ee7a8f71ca626719a0d54f931b8a26692edd7ce24ca78811d0548fa668614edd7e251d21999985401e
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+apertis2bv2024dev3b1
Depends: libp11-3 (= 0.4.12-0.1+apertis2bv2024dev3b1)
Filename: pool/target/libp/libp11/libp11-3-dbgsym_0.4.12-0.1+apertis2bv2024dev3b1_arm64.deb
Size: 70720
MD5sum: d34129b14d84dc74f40fb356eb74ac3c
SHA1: a3198d688dbc5ec48414330d53b832add71ed376
SHA256: 44750fca3d4f78c82addeb5a77d9d8c61ff2976f0fb2b2ed20795e4933a343dd
SHA512: 9c7ffec5a48a51b13133f21b07dc7fb01e9fdb47174df731c2cd4c52b6f280f437c2052d9331d8311ad5309882149b95b12c58560fbff45e3a7471a93ac33f60
Description: debug symbols for libp11-3
Auto-Built-Package: debug-symbols
Build-Ids: a8c0355e1bf13d611c3e1166c82216d9e6b234b2
Multi-Arch: same

Package: libp11-dev
Priority: optional
Section: libdevel
Installed-Size: 199
Maintainer: Debian OpenSC Maintainers <pkg-opensc-maint@lists.alioth.debian.org>
Architecture: arm64
Source: libp11
Version: 0.4.12-0.1+apertis2bv2024dev3b1
Depends: libp11-3 (= 0.4.12-0.1+apertis2bv2024dev3b1), libssl-dev, pkg-config
Filename: pool/target/libp/libp11/libp11-dev_0.4.12-0.1+apertis2bv2024dev3b1_arm64.deb
Size: 46584
MD5sum: b22c5f63fc0fdce40453f596f99c2970
SHA1: 3c3c4eebfd2498e08f108f1152c1f8bd7a93c6b9
SHA256: 7d16fefd41d821c620bf9399e1a728c6d8e53f20a809fa30653866a9544bea43
SHA512: 47ab31f12b0c23b015fc68524da4408045df0b5df8b0145dc8b6866cb1511598200829f8aac397f778cbeaf6f761bd1e9be5b51f185733001523b5266407efde
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+apertis1bv2024dev3b1
Depends: libp11-kit0 (= 0.24.1-2+apertis1bv2024dev3b1)
Suggests: p11-kit-doc
Filename: pool/target/p/p11-kit/libp11-kit-dev_0.24.1-2+apertis1bv2024dev3b1_arm64.deb
Size: 173988
MD5sum: 0040e16d273f9cd538da726fb5b88f17
SHA1: 73e838f60950b7b9419b8aa4f95cc72f26a6eaec
SHA256: 59d5cb58637d7b12ad6312133303701adf95118cb1afecc79b9e2ead5521b0be
SHA512: d0d065be456aa14f8f785d93a52c92efc95c0b4643c5bd7a3b1c85e44ba8ec7e4691d72a0c4a07ae9f6a60752351d63067c3494707ec554a7f136f7a6503410c
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+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libffi8 (>= 3.4)
Filename: pool/target/p/p11-kit/libp11-kit0_0.24.1-2+apertis1bv2024dev3b1_arm64.deb
Size: 331980
MD5sum: 8134bc0b65fbc87e3f79699ebb3c434f
SHA1: 7440798c09968071117674424d40c17611fb408a
SHA256: f9ffb58232537f053238a42f9467d35c9e1df6cf62047a54a53b80de8d6774ae
SHA512: e7289408effda6f2c0af4e8b995bd90a48db1277dad58350e41260f6292d8da9bd60097e1515bd317d0caa5f1cc9c9bb16613ef7bf44529e38d85297b4e205c9
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+apertis1bv2024dev3b1
Depends: libp11-kit0 (= 0.24.1-2+apertis1bv2024dev3b1)
Filename: pool/target/p/p11-kit/libp11-kit0-dbgsym_0.24.1-2+apertis1bv2024dev3b1_arm64.deb
Size: 1282004
MD5sum: b246a50c9e6714fc968032826bb88787
SHA1: af06c7d9464b55a94e9bf8b421521c7c7105fcd8
SHA256: 0ce7c1674e79922f073cf26ebdd264fae89d2866f20afd2986daae2e8d8f2c20
SHA512: 2f1a25f17af93116b0814e4af96430e75fd21ceb7430f0700127bc66277999744c539c72bfd2f0e39905735432a38e01517729b2b9e14d24e2d2af29090cf807
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+apertis1bv2024dev3b1
Depends: libapparmor1 (>= 2.6~devel), libc6 (>= 2.17), libpam0g (>= 0.99.7.1)
Filename: pool/target/a/apparmor/libpam-apparmor_3.0.8-3+apertis1bv2024dev3b1_arm64.deb
Size: 22892
MD5sum: 32782c4a1e4d30859c9ec665f71e87f3
SHA1: 1c7ab758f2919a8c969118abdcc5ab5e088e4dca
SHA256: 06aea68c450b8ff9c671122f70631ebb87d84615618662606ce20438bf6c9aea
SHA512: 75138d5c3ad2ff9bf02a5fbc8e53bdcc04c3fa10c7d99a1f8474a7f832782cc3fbaecca98f8afa0fb7771c2d6a5add263f38afba5873e859bc51f9fc1311f85b
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+apertis1bv2024dev3b1
Depends: libpam-apparmor (= 3.0.8-3+apertis1bv2024dev3b1)
Filename: pool/target/a/apparmor/libpam-apparmor-dbgsym_3.0.8-3+apertis1bv2024dev3b1_arm64.deb
Size: 7372
MD5sum: 9b74846e7843363088352c9c9fc3b5e7
SHA1: 85c360a4e2fe25aad6a7ec66fb3a1e2a5c4c1946
SHA256: d3907b3f2f8b93658564a5b08a6b503d72c6458e37bf160d7348091b5b227249
SHA512: 83727876cc79e2f44971d2df96513436539bd008d29459e49494637cc18b073951f81c392cd34c4ed2f71c362854c17e3febae9adfe77ac41df2b01b8f089bb4
Description: debug symbols for libpam-apparmor
Auto-Built-Package: debug-symbols
Build-Ids: 4275a95a593ba17397a33ea4cbb07d2f574d9a59

Package: libpam-cap
Priority: optional
Section: admin
Installed-Size: 107
Maintainer: Christian Kastner <ckk@debian.org>
Architecture: arm64
Source: libcap2
Version: 1:2.66-4+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 15356
MD5sum: a13c16faf3925f54c45f441fb46bfaa5
SHA1: 27aee5837b2de27806ad04ba008cce6546fbca02
SHA256: ef18f553c7485732be15d84585b0338fbc53c6f6cbf0d19ffc6a735385a6d7f0
SHA512: 2a24932593b95189a626c3976dabe4a2a93825f3421d9fdedf72acaa8b5e69e8eca51ea87249d5b81e0cc932ed3e642335e05fc1f7a280072d5b64819684bab7
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+apertis2bv2024dev3b1
Depends: libpam-cap (= 1:2.66-4+apertis2bv2024dev3b1)
Filename: pool/target/libc/libcap2/libpam-cap-dbgsym_2.66-4+apertis2bv2024dev3b1_arm64.deb
Size: 11536
MD5sum: 230202fffb3639edfa4bff61b014ce54
SHA1: c36095db4f14e5ce1b7715e830d4b24c483b8ff2
SHA256: e7bdfc095c9fbfd77998e549e56ed4bb7c34a39760d65b66fa63c0537482018f
SHA512: 41bc2ef9c0f8ef6f8885a47298493da7434e4b3d6a8498416fbf8fb5b21f504da6daa13124a72a308bff93c2461b430d1890cdbc4d151c45315d8016edbd3db4
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: 3795
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Architecture: arm64
Source: fscrypt
Version: 0.3.3-1+apertis1bv2024dev3b1
Depends: fscrypt, libc6 (>= 2.34), libpam0g (>= 0.99.7.1)
Filename: pool/target/f/fscrypt/libpam-fscrypt_0.3.3-1+apertis1bv2024dev3b1_arm64.deb
Size: 1066700
MD5sum: f330d95720815b4c3d9fe7b4d0b9bf80
SHA1: 4ce7b880b290a56e0e5fe4a61eff22beb348b2f3
SHA256: 86d10f6b17a1091d10b4129eb2beb0b0e42786d20019cf54aa6986c7f2a17e83
SHA512: 8d258d9661c652f75645607c84b38114e4a00db9669cbb93d8c8f85092fc64baf2117ea684dde32e4c795552f8489914a1bfeaf64ac36d54fa8a3ca6bf59cfb5
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+apertis0bv2024dev2b1), golang-1.19 (= 1.19.8-2+apertis0bv2024dev2b1), golang-blackfriday-v2 (= 2.1.0-1+apertis0bv2024dev2b1), golang-github-golang-protobuf-1-3 (= 1.3.5-4+apertis0bv2024dev2b1), golang-github-pkg-errors (= 0.9.1-2+apertis0bv2024dev2b1), golang-github-urfave-cli (= 1.22.9-2+apertis0bv2024dev2b1), golang-go.crypto (= 1:0.4.0-1+apertis0bv2024dev2b1), golang-golang-x-sys (= 0.3.0-1+apertis0bv2024dev2b1), golang-golang-x-term (= 0.3.0-1+apertis0bv2024dev2b1)
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.12-1~deb12u1+apertis1bv2024dev3b1
Provides: default-logind (= 252.12-1~deb12u1+apertis1bv2024dev3b1), logind (= 252.12-1~deb12u1+apertis1bv2024dev3b1)
Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libpam0g (>= 0.99.7.1), systemd (= 252.12-1~deb12u1+apertis1bv2024dev3b1), libpam-runtime, default-dbus-system-bus | dbus-system-bus, systemd-sysv
Recommends: dbus-user-session
Filename: pool/target/s/systemd/libpam-systemd_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 218588
MD5sum: d3d2eff80e56bbc4cd37c05ee91e5549
SHA1: 8b23596b1d4b549ce790af191ce824415a8827ae
SHA256: dc0199e02e890c1d4d3d84dd4020361b90f7d0496964aa474d5af89245795a6e
SHA512: ea4db43d2e964a179f4c8ff8c7fcf90f1570c30cb268500f6134b04a19cb89b51a2f7a159e4597e9168cff9f3310d96cbc134e8aeaf8e6561323a1b3a2409911
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: 1008
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.12-1~deb12u1+apertis1bv2024dev3b1
Depends: libpam-systemd (= 252.12-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/s/systemd/libpam-systemd-dbgsym_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 819108
MD5sum: e62938ab4f8916db0d4e7d17dec65ddc
SHA1: d5d12d52dd4381ac9b120b1d71822469242e63ff
SHA256: 6d0c4778c7cf12b3397c8fde0af7c166ab38cdb092b1351d0666b78ee358d940
SHA512: 487000c68cb033accaceff917591c5b3d44bd7f022879afce1fb1a092264103448df2138566f6350cd3c9fbefc9c1c0a22890821d8a39634aae58ac676ba7388
Description: debug symbols for libpam-systemd
Auto-Built-Package: debug-symbols
Build-Ids: 7fc1aa963194afb4280c8d45103768db6ca1749e
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 202532
MD5sum: ed3fc04d563ddb2ebba78fb65950a6df
SHA1: 408138fa61cccaceee3cf6b4879ed0641e20ec97
SHA256: 7a6960ea5e89c25249d7ee531c489814b71e0931dd36c65f0eab17d12111ec34
SHA512: e6c9114d315cd99832c018b60b9780e0a02af0aa1f832121280514ad98548b4a9c5af3b6d4402ab740c3c4cb4de7ae83e1ba6179f5e0e107711b19c4d2c6e431
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+apertis2bv2024dev3b1
Depends: libpango-1.0-0 (= 1.50.12+ds-1+apertis2bv2024dev3b1)
Filename: pool/target/p/pango1.0/libpango-1.0-0-dbgsym_1.50.12+ds-1+apertis2bv2024dev3b1_arm64.deb
Size: 436348
MD5sum: c9dba63ea811d136cb085695ba4d3a3d
SHA1: 15943fb2ab8bbd9c7ff4f22b11a01b39eeb3eeb5
SHA256: ddf3adbb03b49afda422a3e8b6b036ca149a92b4cef5766e758ec6bc41b03275
SHA512: a294331325e2151fb9556bb0a256313908833d210b6dfec080ec54450fd0c98bb788f6495f139a334c3e2918953f4dc887c6576106c05552aa89828a59c162f3
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 16728
MD5sum: 064b6bf88847ff9638970f6afad89879
SHA1: a31656743da7f15ee3e29b227717c6e674a3b69f
SHA256: 36e0d3d8ad8b0d2393fbb21f86f3e7016162803a73bd17cf4c96c7f327da3ed2
SHA512: 28cef2973b20dfd5b00f43b2d9ba937550460a488f17ab4e5eda0c50361d0f21ddbcf485c10a7add8b6794b761eabb45710eb809a9d7f2d8a0f3aeff71ab5cf2
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+apertis2bv2024dev3b1
Depends: gir1.2-pango-1.0 (= 1.50.12+ds-1+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1), libpangocairo-1.0-0 (= 1.50.12+ds-1+apertis2bv2024dev3b1), libpangoft2-1.0-0 (= 1.50.12+ds-1+apertis2bv2024dev3b1), libpangoxft-1.0-0 (= 1.50.12+ds-1+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1), pkg-config
Suggests: libpango1.0-doc
Filename: pool/target/p/pango1.0/libpango1.0-dev_1.50.12+ds-1+apertis2bv2024dev3b1_arm64.deb
Size: 154484
MD5sum: b6811b863e8c4e32c0f16c4e84946207
SHA1: 9bed23c48f9ff13f29bff3558bf175fdd4685423
SHA256: c26402fd417454fa6b08488bf7df796d936d2459534626248cd34143fa4d296c
SHA512: 68062faabe9f07f5bd109fae7e3e954900e60314e046c19df491ef369df335fbe1d7be245b24c631d3a9d2582274de0e3166e112d2058bfc1a1d189565df077c
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+apertis2bv2024dev3b1
Recommends: libglib2.0-doc
Filename: pool/target/p/pango1.0/libpango1.0-doc_1.50.12+ds-1+apertis2bv2024dev3b1_all.deb
Size: 630176
MD5sum: 901f741ecde85f7de8920198b2e00bbd
SHA1: 1666faa89d186e0a1d5122af1182f60f50ce2001
SHA256: 5fee2bacc226af81f747276c96a98536957ef05dc3be06b620e3e903ba41256f
SHA512: 78f898d947e6357ef6efebc06cd7d18d0c0913a0cfacb83a76b9106948dc75a9797aa1bae6f7dde3c30d0eb30a3b7c2acc14cedf1852845acb4bd0387bcf4a49
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1), libpangoft2-1.0-0 (= 1.50.12+ds-1+apertis2bv2024dev3b1)
Filename: pool/target/p/pango1.0/libpangocairo-1.0-0_1.50.12+ds-1+apertis2bv2024dev3b1_arm64.deb
Size: 34812
MD5sum: 0b8d528ee02199f0771bf38538bd17b2
SHA1: a7abf01c2cbcbf638414c87093116c0877825026
SHA256: 6c37110ee4bcca6e625ecb1fa05320daae929052e651def621d898dec9c7ce5d
SHA512: bdee23dad07b7b69a683be386f354fa5d60321550f12b5bb8c55f8c6a476c630952f102425feae7bc8fb8af65bda0c26c6811ad571d11133f7ee4bb8412c8ae9
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+apertis2bv2024dev3b1
Depends: libpangocairo-1.0-0 (= 1.50.12+ds-1+apertis2bv2024dev3b1)
Filename: pool/target/p/pango1.0/libpangocairo-1.0-0-dbgsym_1.50.12+ds-1+apertis2bv2024dev3b1_arm64.deb
Size: 69352
MD5sum: ccfd5a8f9c50c6ab358519befcf3901d
SHA1: 02d09d973b2d5a6bc99cf06040881a7df167ae7c
SHA256: a913a11a6eefbd32c90359afa2a6cd293556c3c30aebddb62f53d8adc0a88717
SHA512: 3143cccf05447d22db6df9e61c3383e169056236679df98b8bb749c97eb74aba02fc07ca0b6e1d134f6cb2b1552206eb5d9f0f774a0d0adddc7842bff446ceb0
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1)
Filename: pool/target/p/pango1.0/libpangoft2-1.0-0_1.50.12+ds-1+apertis2bv2024dev3b1_arm64.deb
Size: 47200
MD5sum: e191f284cdd9b171bdc30bcdbdcd5854
SHA1: 12802825fd3b8807829a8431834a5a4872ad3046
SHA256: fcea81405261fcf6ac438210a56bb199cac25aa0a7798176caac2d7a9e685038
SHA512: b282e427b7e1c536f301414597649a4fa7b57e34fff35f75ae2f8b767112db64ac728cd5a577844994abe0ba1a03ff9b66e9f93609a3d62be63b9beb7739d881
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+apertis2bv2024dev3b1
Depends: libpangoft2-1.0-0 (= 1.50.12+ds-1+apertis2bv2024dev3b1)
Filename: pool/target/p/pango1.0/libpangoft2-1.0-0-dbgsym_1.50.12+ds-1+apertis2bv2024dev3b1_arm64.deb
Size: 121212
MD5sum: 75f3d787a05c9c53fe472f890399381e
SHA1: f335a1604531bc77f30ef7a9154b569f8b0f5c03
SHA256: c474f85c898fdf26ca1e790f7909114f729fc753ce3f0c23b404d5658ae9e397
SHA512: 3f72109909c1742e7adb426928cda5b34b76c086ad7c1241b13ad5de824ee412255d0b23ced4bca318c0b77d65fa8e7f764cbb9c39ecce4d4010649193ac5cb1
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+apertis2bv2024dev3b1
Depends: libc6 (>= 2.17), libfontconfig1 (>= 2.13.0), libglib2.0-0 (>= 2.62.0), libpango-1.0-0 (= 1.50.12+ds-1+apertis2bv2024dev3b1), libpangoft2-1.0-0 (= 1.50.12+ds-1+apertis2bv2024dev3b1), libx11-6, libxft2 (>> 2.1.1), libxrender1
Filename: pool/target/p/pango1.0/libpangoxft-1.0-0_1.50.12+ds-1+apertis2bv2024dev3b1_arm64.deb
Size: 28736
MD5sum: 8ecef66a958b11bf994b9545f8f67f4e
SHA1: ebfdf995cef8d487df0a0f0934b26ba7c8cdf20e
SHA256: 59d0c76312b9444e71b0ecc7e7850102b9975f2bdb1bf924d344cf21fe54eb1c
SHA512: c7a07a4c5fe1982fac7403cb33938e80bb270d35cdf6a60feec330053ec713209d4a0b1e99bee9d7cd9cfccaa2c9f7e337c9eec70c918a0ae322929280fcb012
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+apertis2bv2024dev3b1
Depends: libpangoxft-1.0-0 (= 1.50.12+ds-1+apertis2bv2024dev3b1)
Filename: pool/target/p/pango1.0/libpangoxft-1.0-0-dbgsym_1.50.12+ds-1+apertis2bv2024dev3b1_arm64.deb
Size: 57436
MD5sum: 89dd485bbbb2c50b03e775077dff5dc6
SHA1: 0409a845b5a3b51d2048cb7399b65523801121ab
SHA256: d2aa6eb47911aba747bb5894943d124ec7df6b40b6c501d32f7720f91d3776b8
SHA512: 1576334a3e44f7c51f2db30c42af150cdf1bd34043bd9977114641828aea1cf51593f448cfea7102a915c151be1328e1594145661f74d41925ff349bfac2ab2c
Description: debug symbols for libpangoxft-1.0-0
Auto-Built-Package: debug-symbols
Build-Ids: 21e4ec7802b19211970fe0ab657bc426de4a86ab
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: 159
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: arm64
Source: pciutils
Version: 1:3.9.0-4+apertis1bv2024dev3b1
Depends: libpci3 (= 1:3.9.0-4+apertis1bv2024dev3b1), libudev-dev (>= 196), zlib1g-dev
Filename: pool/target/p/pciutils/libpci-dev_3.9.0-4+apertis1bv2024dev3b1_arm64.deb
Size: 64820
MD5sum: 93297106f3420e3101b5904867eee0c9
SHA1: 68a35e8a63fec39303645bc6edb20a3db0d67892
SHA256: 2f2cc6eece30f32486d6964b6adc840ba8c28d596dbd675cdd02ad87729d135e
SHA512: c10bd2b359ac3095601a04333e8e840d99c913055439f9aec638a10480347445b982b376f65a9a669296cd008554d4b834284b53307e14ef5ac9694446498f06
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: 130
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: arm64
Source: pciutils
Version: 1:3.9.0-4+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 66136
MD5sum: 4939e57dbf73790ca6c05073a8204d8a
SHA1: 1d8017b0a1e461215a859ae376202e2442740731
SHA256: 1f750e9898333d04797c952aac99a6ac6fb4004a78670f17d744a6b869c5c6a6
SHA512: 4ab3de136905431a437a39f913e25b1be25e4a6f52eb97b500e7233c57a26410176ac66651b75fe5a6c26f1dc26911d5f298e39d1e3ff2061a85654ddd87ab56
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+apertis1bv2024dev3b1
Depends: libpci3 (= 1:3.9.0-4+apertis1bv2024dev3b1)
Filename: pool/target/p/pciutils/libpci3-dbgsym_3.9.0-4+apertis1bv2024dev3b1_arm64.deb
Size: 75340
MD5sum: 805c4daedfba7be8a0701188b824e610
SHA1: 7389a4f1d968e8d43e9b14e727c9bbcce6b8b4dc
SHA256: 028ac92f27db2691994457faf2d64af362b0764138a9aee1d3c0c564ecd67e54
SHA512: f01226e2ffb7337b72fda549fae572ea0917c358b2b377e3da107d83ccfe130faeb1c4e6b44e36a46e20ccb1687471ff9fddbff7bd45a25c569f226e7b77ef4c
Description: debug symbols for libpci3
Auto-Built-Package: debug-symbols
Build-Ids: 37ae12810ded8a778bf7eef186fad46f96d8b2ec
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+apertis1bv2024dev3b1
Depends: libpcsclite1 (= 1.9.9-2+apertis1bv2024dev3b1), libc6 (>= 2.34)
Recommends: python3
Filename: pool/target/p/pcsc-lite/libpcsclite-dev_1.9.9-2+apertis1bv2024dev3b1_arm64.deb
Size: 69316
MD5sum: 0915cee405b4fea24fd104ce2830f225
SHA1: d18e845f90654ea18980db9c7cd738265c1f288d
SHA256: 5e34a01b3d2b156784c09df672c9c01dcbcaae03db061e6b9ba0cb97f15a3b07
SHA512: 0e22f571575ea2544fe878009b408edf6379e9e5f33d01792028ccd8de3cd70a4d1d3bdd1903408be608022cc130ab0a8311f5614b239d1d6b89b3ca0b76ee1d
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+apertis1bv2024dev3b1
Depends: libpcsclite-dev (= 1.9.9-2+apertis1bv2024dev3b1)
Filename: pool/target/p/pcsc-lite/libpcsclite-dev-dbgsym_1.9.9-2+apertis1bv2024dev3b1_arm64.deb
Size: 20896
MD5sum: 5a8938f88fbc27ae0ad7977f5457e26b
SHA1: 424e0b94e33fd9b1dcf00f31497560811863fc9e
SHA256: fc590085d82da9a47993282c27f34e3536f24a1279ebbe5da2455509ee419891
SHA512: 02832be75ab0698031cd465299406b53c95d4074d9b4d50fea6e540ef124f01fa2f2aa4542686382a8470944b0ea261706ecbf8ca83478143071b9ac8d03807c
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+apertis1bv2024dev3b1
Depends: libc6 (>= 2.33)
Suggests: pcscd (= 1.9.9-2+apertis1bv2024dev3b1)
Breaks: libpcsclite-dev (<< 1.9.9-2+apertis1bv2024dev3b1), pcscd (<< 1.9.9-2+apertis1bv2024dev3b1)
Filename: pool/target/p/pcsc-lite/libpcsclite1_1.9.9-2+apertis1bv2024dev3b1_arm64.deb
Size: 51948
MD5sum: 3e957695adaabfbdf195268f3ffc73fe
SHA1: 0da440a49ceff091fbcd56fd33ec0a3f90fe52b2
SHA256: 2027ba712e3f3c351a03c3f9df2f74aece85721a64977d3a40c8571ebc75abd5
SHA512: 22e396d91533c40834ca97bd15a90db501d67c456e76d627f4bb019e95a059bae654040d51305501e435f2928b4e13ca9dfbf864a4b4e45ebe8ad6aab69cf19d
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+apertis1bv2024dev3b1
Depends: libpcsclite1 (= 1.9.9-2+apertis1bv2024dev3b1)
Filename: pool/target/p/pcsc-lite/libpcsclite1-dbgsym_1.9.9-2+apertis1bv2024dev3b1_arm64.deb
Size: 50964
MD5sum: a345629880a694c551a2f39bb52774be
SHA1: 41286f9a14dd1f6aaa95db89eb9f88a1f008398f
SHA256: 575da3dfdd9f10866aaf01c3e5142feed30250cab952ad3560aa21918e350970
SHA512: 7535db013bd59052734ab2e9af2e3c6027b6b1e7835ab17dbfadba7ddf27fddf3b0851685bddd2a70fd70a90af13e3df0738cab096b825af9225de9dcdb94eb9
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: 4883
Maintainer: Niko Tyni <ntyni@debian.org>
Architecture: arm64
Source: perl
Version: 5.36.0-7+apertis1bv2024dev3b1
Provides: perl-xs-dev
Depends: perl:any (= 5.36.0-7+apertis1bv2024dev3b1), libperl5.36 (= 5.36.0-7+apertis1bv2024dev3b1), libc6-dev | libc-dev
Filename: pool/target/p/perl/libperl-dev_5.36.0-7+apertis1bv2024dev3b1_arm64.deb
Size: 968876
MD5sum: f0a2ebc619a6081f6464d945e939a7a9
SHA1: d86fff3a1003f0bbaa531822677869ea64b8646a
SHA256: 9a8af787489d0c0ea165a44e3bf021ff28861e042fb9b1ae25045c19589f58ea
SHA512: 6b8ea913000db74ed9077c0ed0fc357bc27d8bb0e483802bdbd7165d44f738cccc94bf250039de5880d44b829ce7f0d64bac75020533b9caef631b71d149813e
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: 30640
Maintainer: Niko Tyni <ntyni@debian.org>
Architecture: arm64
Source: perl
Version: 5.36.0-7+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1)
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+apertis1bv2024dev3b1_arm64.deb
Size: 4046968
MD5sum: 2f4ff4db9ff817b19fdf75f98def24be
SHA1: 869a80b5ff9f2e615012b29ec42390d8839e428d
SHA256: 5ba1273e320b7132834d9e9c25563ed6b1e632cdc53463003d40eefb435d8340
SHA512: 3ef02b57f387593fc7866f6e8a7a386d04e21475149c42c743110e1ce43c932e3a22df7d6f4144cf42ebb53e798742182a24f144d1f041ba7c7ebfe0b7102f24
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: 18810
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libphonenumber
Version: 8.12.57+ds-3+apertis2bv2024dev3b1
Depends: libphonenumber8 (= 8.12.57+ds-3+apertis2bv2024dev3b1), libgeocoding8 (= 8.12.57+ds-3+apertis2bv2024dev3b1), protobuf-api-32-0, libboost-thread-dev, libabsl-dev
Filename: pool/target/libp/libphonenumber/libphonenumber-dev_8.12.57+ds-3+apertis2bv2024dev3b1_arm64.deb
Size: 1280352
MD5sum: d9d6b6ab4dfa7e06c2431e9c525017d3
SHA1: 6c5182635bafd66964aea138be1ba1fa39625c8d
SHA256: 2794d7c42d80e73ad44cf12298390ab06a14034b416611310e859357f08eb562
SHA512: a6ead621240eaa81b15311ef6a42005d0e97f246c4005db507fb380b5679bdd6183e06a952f6adc30a82b1c53a1a6492ce9809a30a8f2882ad5bad7397246790
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: 734
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libphonenumber
Version: 8.12.57+ds-3+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 190892
MD5sum: eeff356ace4be49503d3c5aa36edf8a2
SHA1: a963c26853e6198de1fb0dbf3d33f101489f5ab8
SHA256: 1c32e867d8764f3f60f1c81e58e5b781f0af15eed4b16531625c14b9c5654b8f
SHA512: db3b458459a123d1523633988d88c4a8e38bdedc74a825953ee0fc52b443c132914061f6f0ae9710e8a6aff8307be9b38e344ab5bb73f8be85c4e866c1335ae9
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+apertis2bv2024dev3b1
Depends: libphonenumber8 (= 8.12.57+ds-3+apertis2bv2024dev3b1)
Filename: pool/target/libp/libphonenumber/libphonenumber8-dbgsym_8.12.57+ds-3+apertis2bv2024dev3b1_arm64.deb
Size: 1993160
MD5sum: 59b73b5557772711221c699345a4078b
SHA1: ff3b4926dac00e885b4e83f8d3a741a7c413be43
SHA256: 282f87bad5b1575a51397244a29450a9ab3446714ce11f026b72ae9ea5dfa98f
SHA512: cedb7dfd205e628a9ff66e7b75a18e00a670e64aa25f25e4cdf54a2478cf2face5038548395d4e844f207c22253f55dfc2a5fdc4354dce1f4a5e101877cbce54
Description: debug symbols for libphonenumber8
Auto-Built-Package: debug-symbols
Build-Ids: 368d393ee3d5203c159c65e4758037388ff579b0
Multi-Arch: same

Package: libphonenumber8-java
Priority: optional
Section: java
Installed-Size: 18
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Architecture: all
Source: libphonenumber
Version: 8.12.57+ds-3+apertis2bv2024dev3b1
Replaces: libphonenumber7-java
Conflicts: libphonenumber7-java
Filename: pool/target/libp/libphonenumber/libphonenumber8-java_8.12.57+ds-3+apertis2bv2024dev3b1_all.deb
Size: 7272
MD5sum: ef0a5cbcb833458c6ac8a7a8ff2c4e28
SHA1: 7148071580a48e789e5a7c4638372fbdb15797e2
SHA256: a3ff6cc714c9688121fb1d4995c1e2d9adca61f5916f5f0c5faafd4d4dc61a9c
SHA512: ff02c95382956acaf24720d3a4e631cf9073497e4ed6a732211da22bdca22b7446090bd0e2498138ff612f1c1d9cdf6212fc10b0a412d31a0326d59816d889b4
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: 1022
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis3bv2024dev3b1
Depends: libspa-0.2-modules (= 0.3.65-3+apertis3bv2024dev3b1), libc6 (>= 2.34)
Recommends: libpipewire-0.3-common
Suggests: pipewire (= 0.3.65-3+apertis3bv2024dev3b1)
Filename: pool/target/p/pipewire/libpipewire-0.3-0_0.3.65-3+apertis3bv2024dev3b1_arm64.deb
Size: 220924
MD5sum: f690a92df5109c9879fc2e7923ac342c
SHA1: 7586b2d612bf73ff233625fb8ec576c0623408ae
SHA256: 6389d438bad05cd12a8e98af952cafd1ae929d7b38921cde6cc10e6af9ba883e
SHA512: 434833d10eec41ab6c09a5087d5fc37aee23f6c10bbde9503d9290f5ce4958ea3d6b0c7b29a588f2db379db95380daac1668d5f184278a019c9714c8f141a2c5
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+apertis3bv2024dev3b1
Depends: libpipewire-0.3-0 (= 0.3.65-3+apertis3bv2024dev3b1)
Filename: pool/target/p/pipewire/libpipewire-0.3-0-dbgsym_0.3.65-3+apertis3bv2024dev3b1_arm64.deb
Size: 871668
MD5sum: 2f0e82af3025df12fbd300ab15299ca9
SHA1: b6a29e5ed13550b80135ed95d018c8d6f57e66e1
SHA256: ec277775bc32607e5a87d94edd3eb9654fa81b6abd8d15e6d25baef52783ba3e
SHA512: 551d89d0fd7c40433c61a69c85211f4f625d515f15c60fce146fce00352bc6fc911420b32f5cc9d80e523332fd6f7294a711719a066c75b5f39d3867721d8ec3
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: 597
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: all
Source: pipewire
Version: 0.3.65-3+apertis3bv2024dev3b1
Filename: pool/target/p/pipewire/libpipewire-0.3-common_0.3.65-3+apertis3bv2024dev3b1_all.deb
Size: 76048
MD5sum: d5609a953527b936b26cba4a3846df58
SHA1: d60317473262b6a6f4375047207704aaadaa2b53
SHA256: cff931bbac5b5d456783881fde2a1f012ff7313012331d53131d5036c1140004
SHA512: 13887a64ab024571461ef3412ca1176fe993062a15276729031d3603f6a95d1f73dbfd14c9129db3e695ab386b0d5665dcd6b0226d83ae33911edf0c10528a9b
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: 380
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis3bv2024dev3b1
Depends: libpipewire-0.3-0 (= 0.3.65-3+apertis3bv2024dev3b1), libspa-0.2-dev (= 0.3.65-3+apertis3bv2024dev3b1)
Suggests: pipewire-doc
Filename: pool/target/p/pipewire/libpipewire-0.3-dev_0.3.65-3+apertis3bv2024dev3b1_arm64.deb
Size: 66116
MD5sum: 26b618998223c649c84404a64e480669
SHA1: 9feee64c32fe8c6ad3ca511e3b20f837991007dd
SHA256: 9b9c5c40a5bd7e2d5c92e42e9bd993b4f418775e7867b50c739b22e52968cad5
SHA512: cd12d8e6a1dce074083b8b607d7c5b91a93fe340a44af98296288ddc8493ec30dfb3a560c76fedd64bad681bb0cad425b968e2184e6e90850261a7d40a36b996
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: 3923
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis3bv2024dev3b1
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+apertis3bv2024dev3b1), 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+apertis3bv2024dev3b1_arm64.deb
Size: 508412
MD5sum: 40922d42fbb00829151ea748b1fb96af
SHA1: 50fbee4e1b9ca9bbf2f83a07963a38b302e09b3d
SHA256: 7538568cbdb408a10a4e93be286cac6d9d386e964ab7da765c7f3b2321f8e8d6
SHA512: 70b054477e33372721300a2f81d5e488d88814b7eb2a657b53594668ba92f241d76a5b0bd9289e35b280f8d9163662e7e3acfadd04ffcda204fedfda2d48755d
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+apertis3bv2024dev3b1
Depends: libpipewire-0.3-modules (= 0.3.65-3+apertis3bv2024dev3b1)
Filename: pool/target/p/pipewire/libpipewire-0.3-modules-dbgsym_0.3.65-3+apertis3bv2024dev3b1_arm64.deb
Size: 3109328
MD5sum: f59d20e8d680347210830cb76bdea80b
SHA1: d0e9dc6878f604cb7853bf7c21f2d53acdeae9e2
SHA256: 476d51347ac15e06cb4561a8db8b038503772945d12d2b6e3c2a7e83c815c292
SHA512: add675d69e4b2ef7d70827a929d9ec270600b315bf4d711bca4c367fb970bbf97fee17f9040cd2eaf808725265c57be1b85b7387dca69707b8a2166a18d00e97
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: 101
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis3bv2024dev3b1
Replaces: libpipewire-0.3-modules (<< 0.3.63-3~)
Depends: libc6 (>= 2.17), libcanberra0 (>= 0.2), libpipewire-0.3-0 (= 0.3.65-3+apertis3bv2024dev3b1), 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+apertis3bv2024dev3b1_arm64.deb
Size: 23960
MD5sum: f4282c544afd7303deba68cf03fb84dd
SHA1: f1e75f9c7a2e912298e8f0913e4e7d0f5b32a0bd
SHA256: fe5afd861a494cbb945cf70bed4b00d6b37941eed7f248fed30a0e37afbd0da1
SHA512: a55ee2c7db1e4df0ddc928b073f3e6a61e0759a8276f4c9f96d2ab9108acd4fe8c4be8c20b1019bb8f345359c3fc258711c2be844231a4299df779ac3d488a26
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+apertis3bv2024dev3b1
Depends: libpipewire-0.3-modules-x11 (= 0.3.65-3+apertis3bv2024dev3b1)
Filename: pool/target/p/pipewire/libpipewire-0.3-modules-x11-dbgsym_0.3.65-3+apertis3bv2024dev3b1_arm64.deb
Size: 18992
MD5sum: 60d70a9bfe84000f82bb862a66cbecf6
SHA1: 88fc4ed84f72e4f7ef0466c5f6f6ba8536cf8f64
SHA256: 35d1cd21d8413e2f9b5d1251efd39f80a2aa32ea869047132bdc231b5ab29a64
SHA512: fb287bc19e4fb0ca8556f53aee3835d27a9328899698ed37133a2575d9463b8943ea50a9c7c45758f4aafc3c8a9a39b2d880ab432235dbd9b8adf09e00407969
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+apertis2bv2024dev3b1
Replaces: plymouth-dev (<< 0.9.2-1~)
Depends: libplymouth5 (= 22.02.122-3+apertis2bv2024dev3b1)
Breaks: plymouth-dev (<< 0.9.2-1~)
Filename: pool/target/p/plymouth/libplymouth-dev_22.02.122-3+apertis2bv2024dev3b1_arm64.deb
Size: 120532
MD5sum: a45daa199990dfc6a4f304ed0aef29fb
SHA1: 20d417ac6ab0d54d40b46573bf558016ed99a744
SHA256: 37c5dfd5aa9eef1080f06482fc9398ff8859a3ff1b01c8597f97322b9b950659
SHA512: 8f8232be4f0378cda6b66ce0194e50f51d6cf60f95f6e5b001caec7e2b044953c91d61d7153ee8056ee2cc45306747b2efc6db65ce5b01948be1b1ccea47cfcc
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 95432
MD5sum: 24bf63e6d15546e222f4d907a38f9ee2
SHA1: 314dfe34c17a59fc9a46bd4324ced98d0003dfb1
SHA256: a486e65c573fffeedaefdc3ad153a391da62597eb48a88620497bced9b500a9a
SHA512: ebd6df5c3c2fe0c5e0a59b3e5910347a661bfbc9e43bfa55d59e55c0a7c22d2fe601a4d84aa8029de214a6616d47e65a0735cc6b0c6ea9ec5397d318e65bfc04
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+apertis2bv2024dev3b1
Depends: libplymouth5 (= 22.02.122-3+apertis2bv2024dev3b1)
Filename: pool/target/p/plymouth/libplymouth5-dbgsym_22.02.122-3+apertis2bv2024dev3b1_arm64.deb
Size: 270068
MD5sum: a970e9e458d16481bcc2a532bde2d760
SHA1: 7449f7d296fc94ba77a0ec6d2b068389bc693b73
SHA256: ddc82fc384374ed981d48865f645f98632e193157cc52841a9861db90a22f281
SHA512: 84ae7d9505288d8aa588e16e3f8aaa3c89d003a98b58c0d40d186dfb6503cf6463078cd1abcc3ab8e289dfd144554f33a9d0b6b413404c2b32a6b95b7fa11c47
Description: debug symbols for libplymouth5
Auto-Built-Package: debug-symbols
Build-Ids: 074cb7068c022feaac79e9afb13fe16457d8a807 1e694ccb9e880bbe2268ef475535bbe97d85cf64 c171290304a078c19e772e1dc255c0bef9f65dce 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+apertis1bv2024dev3b1
Replaces: libpng16-dev (<< 1.6.20-3), libpng16-devtools (<< 1.6.21-1)
Depends: libpng16-16 (= 1.6.39-2+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 356660
MD5sum: 9fe07a83ae676b09c7d3e2a321f9be20
SHA1: 26b1b2aca3f3f43c7ab588cb051f0fab120b6b40
SHA256: 7f8ae2ba09a141b377e416ad1488ec3c3146b990ebd4fed3f2661ff33c98da98
SHA512: 0a9c534c30a9ff949ed1e8c138e28cdc17ea5523b274bcaf81f5bcba74fa12cd8c93068ed2b718990b7f7977a07ed234de5934231023f45536336c38062ec923
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+apertis1bv2024dev3b1
Replaces: libpng16-tools (<< 1.6.21-1)
Depends: libc6 (>= 2.34), libpng16-16 (= 1.6.39-2+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 129028
MD5sum: 61d2a76a4516f610d1f1648ef868bfad
SHA1: 9c544cff14317462987bb387d1ac35c5a99f6f73
SHA256: 94241594074a89250cbabe685c5f63cdbbe2b6af4a07876758e0f378c1da9c93
SHA512: 5d37b8d94dd501fa28569de48e2f1ed9c1ab7c475d83672573178bc4d092db2c054b7f449674114470948c95fc081e71a72ece6b159fee120e83e42bdd7ea00b
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+apertis1bv2024dev3b1
Depends: libpng-tools (= 1.6.39-2+apertis1bv2024dev3b1)
Filename: pool/target/libp/libpng1.6/libpng-tools-dbgsym_1.6.39-2+apertis1bv2024dev3b1_arm64.deb
Size: 49444
MD5sum: 5cf1a9634b6812edb673e9913d1a00bd
SHA1: 19ec5a56243c58746b87b31e228f5de8f5bbb80a
SHA256: cb3d42cba065bff781321a1aa388cb351b61ed3155c5fc0245c925942d25a170
SHA512: e02aeb3444f0423e444c994c3c10de9eba415daec06c6a1e7f42e6a377fc0da35bd0f9c19d1f764b900c5bac188d720dda5b9a47d70aee28f59563f41157f410
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+apertis1bv2024dev3b1
Depends: libc6 (>= 2.29), zlib1g (>= 1:1.2.11.dfsg)
Filename: pool/target/libp/libpng1.6/libpng16-16_1.6.39-2+apertis1bv2024dev3b1_arm64.deb
Size: 271740
MD5sum: 538c769462ba8b8508bfa5f70ea78336
SHA1: 0607e0e3e892dabcd510adb11186dfa932ac9244
SHA256: 5487205b249b16f169a506009bde2c86713584c29f63f40913d3351a90ed8f72
SHA512: fa5a5d6db5e921f7c6b9018d8f0bcabbc945241ef889d1d22e81af854b59c672a19245e93ac97cbda890ea61a47cd9d53d80ed8c5992f03afc5a6c9cd574591c
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+apertis1bv2024dev3b1
Depends: libpng16-16 (= 1.6.39-2+apertis1bv2024dev3b1)
Filename: pool/target/libp/libpng1.6/libpng16-16-dbgsym_1.6.39-2+apertis1bv2024dev3b1_arm64.deb
Size: 255108
MD5sum: b3b9b0749648aeee1ef50d00a3a0f8d6
SHA1: e819a49bddc42cb5417d250ed239c7cfd4a796fd
SHA256: 9dd7f0b70bb1580784561938bbbacab8153cf414b97bb6572982dcc4b35f13d4
SHA512: 99a22ad45f9ff3f417304688fcd4902ba32830e1272534968164eaf9dfee703a8879763cf1dfdf568d72d19f889ee91a9b1fb531bee762c711ed39f26893d0f5
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+apertis2bv2024dev3b1
Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.37.3), libpolkit-gobject-1-0 (= 122-3+apertis2bv2024dev3b1)
Filename: pool/target/p/policykit-1/libpolkit-agent-1-0_122-3+apertis2bv2024dev3b1_arm64.deb
Size: 25164
MD5sum: 3cd91d4794d1324a0e3d210b6d100cc5
SHA1: 730536df568e0d422b92a9b9fc55ee36846af2c7
SHA256: 89fc3050bf7c2473d8656d2d33e2a87b0cd9d1b935a5ba1f4df7b9c859f5f494
SHA512: f4ecc0e4d313de74f1edefad3bb8f8d983f713d04c1b4e270d737ea6bd1cb3d8039f175d1c9cec377e274ce1ed83edf72cbf3991b21f43236ce035f55d222d34
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+apertis2bv2024dev3b1
Depends: libpolkit-agent-1-0 (= 122-3+apertis2bv2024dev3b1)
Filename: pool/target/p/policykit-1/libpolkit-agent-1-0-dbgsym_122-3+apertis2bv2024dev3b1_arm64.deb
Size: 44568
MD5sum: 25744071ae2d7e18f50c08f0c0258feb
SHA1: 2a44a37708496a82a2690a11f53fcc21ebfcc64b
SHA256: b8af8a2c29effff4ad1392ba4bfce13ca5489769c6df902fe7fb57a8fc8af953
SHA512: cd08d5504c47af98c6671f488fef19917dbef9dbfb3c41ac61d822f20699b1ea38f7d296838f8d1e452a5c9aca75ca74e798be16e7e356f0a1a11250a89710e2
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+apertis2bv2024dev3b1
Depends: gir1.2-polkit-1.0 (= 122-3+apertis2bv2024dev3b1), libpolkit-agent-1-0 (= 122-3+apertis2bv2024dev3b1), libpolkit-gobject-1-dev
Filename: pool/target/p/policykit-1/libpolkit-agent-1-dev_122-3+apertis2bv2024dev3b1_arm64.deb
Size: 19840
MD5sum: 5c1fc35b95dd3da271c48094f6bebab9
SHA1: a46f1e172f1a1e5c564f807941c5b756b6df0363
SHA256: d23a2d4401fd3a5302fba6a3d699a7735d401f2d4a75b18ced8ef53fcf1b4747
SHA512: 38a58bb0a1866610aecfcb700f7116cddf61dbda585e5d08cb4c9c1be8a473d87a53fab2d24dc6ff9cc57e8dc0166c6999e26497f1dbcbd644f792125f266a30
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+apertis2bv2024dev3b1
Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.37.3), libsystemd0 (>= 213)
Filename: pool/target/p/policykit-1/libpolkit-gobject-1-0_122-3+apertis2bv2024dev3b1_arm64.deb
Size: 44396
MD5sum: 226cd18df72404af62a1c79c766627bc
SHA1: 43316c0a3744f38d78579f8aff40e460890407a8
SHA256: c52bbbf4a97c04415e3bc79e816d6a466313fa97107cf73e7d1cff53b92ea056
SHA512: eedc3828148bb35cd1ec44af15043196034f39f85084c14cad12cf006dcfc65113ccfec5d6cdcfb71f01f7c91872a000ba7b53a440d037132f08a0a617fb4e8a
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+apertis2bv2024dev3b1
Depends: libpolkit-gobject-1-0 (= 122-3+apertis2bv2024dev3b1)
Filename: pool/target/p/policykit-1/libpolkit-gobject-1-0-dbgsym_122-3+apertis2bv2024dev3b1_arm64.deb
Size: 116820
MD5sum: 086f83bcd7f468df5449818ae81dd009
SHA1: e6643adc42e63bfb1dd5459e28b57c1cc74a1e5a
SHA256: 771d4ed76c3d3bd34509ed53e9beb7d4073ab3d4ecbff36c26760ba4ebc9a068
SHA512: 47af78bfa78d18a6c160134c5e1e12c828b65ce9ef714c35de6dc9bfbdd09598a48b11d85e522a8fb0ad2f17bcad3ed91ea6b647383ab48ca49948d498d670d1
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+apertis2bv2024dev3b1
Depends: gir1.2-polkit-1.0 (= 122-3+apertis2bv2024dev3b1), libglib2.0-dev, libpolkit-gobject-1-0 (= 122-3+apertis2bv2024dev3b1)
Filename: pool/target/p/policykit-1/libpolkit-gobject-1-dev_122-3+apertis2bv2024dev3b1_arm64.deb
Size: 34568
MD5sum: 2cfd8dc9f2bc42187a2f35507ac201a1
SHA1: 1285ec96d6a1266b40321f5a93b6c0024fbe8974
SHA256: 64b886f8e6c64d607226fc36371c08d68f11817fd8e6a229480abc8bd6f7c69d
SHA512: a5f258b049c2f7b661ffafea6f1cafcd38c2e62c6599f2621a2ac08f81a9dae1d775d80e631f42f714f53b300ebbfdb1afea52e54ae713360cb7ff269434daaf
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: 85
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: poppler
Version: 22.12.0-2+apertis2bv2024dev3b1
Depends: libpoppler-cpp0v5 (= 22.12.0-2+apertis2bv2024dev3b1), libpoppler-dev (= 22.12.0-2+apertis2bv2024dev3b1)
Filename: pool/target/p/poppler/libpoppler-cpp-dev_22.12.0-2+apertis2bv2024dev3b1_arm64.deb
Size: 29964
MD5sum: 13bdf13109264346b0ea4f0a39e1bec5
SHA1: a75562dd532cdc0ff54013be5341ea007ea942b1
SHA256: 684bc2e1c194512430ac3e373a47d87cc11f81a5eaae3122dfc83c8bd5393f52
SHA512: ebdf1fda830b0ddd45fe8edff141b069928cbd7ab01f8808b45a94b74db2cdd136983b274f5ad43a3897126c6d1bb790fd899a23aae9d68040e555fa709ae43c
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: 174
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: poppler
Version: 22.12.0-2+apertis2bv2024dev3b1
Replaces: libpoppler-cpp0
Depends: libpoppler126 (= 22.12.0-2+apertis2bv2024dev3b1), libc6 (>= 2.17), libstdc++6 (>= 11)
Conflicts: libpoppler-cpp0
Filename: pool/target/p/poppler/libpoppler-cpp0v5_22.12.0-2+apertis2bv2024dev3b1_arm64.deb
Size: 55228
MD5sum: 23be56d4540585a8ec3276cf81fe5767
SHA1: 8a4a767a2f1374bfd9be236e680e45699bbbdbc9
SHA256: 0b9f7f6e059cb987b11f894a472d26746a6a4273c4215a7500771d8286a691e2
SHA512: 060afd823a8e0b66d4172b44f43d0d98b6fc209b7fe3ba6a41c694062f032c7a3ed36775a8e52e683ad7ed3e3fdf71959390cca986fefbabf4873a4f9364af79
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+apertis2bv2024dev3b1
Depends: libpoppler-cpp0v5 (= 22.12.0-2+apertis2bv2024dev3b1)
Filename: pool/target/p/poppler/libpoppler-cpp0v5-dbgsym_22.12.0-2+apertis2bv2024dev3b1_arm64.deb
Size: 879660
MD5sum: 126343655743bec906461b93f196c17d
SHA1: 25d2b975d1e506c3d6c73bb67f4ca461d78493d9
SHA256: 5d9fd74c653d8dec217f5df292bffbd4aa5aa18817bad2a92699cea9f7a183e2
SHA512: 090cbdf7912052a99b7b3e2fcb079ddb290174f5b055239a53a741ca97739527d39d36d29dc89e79fe881480077e70e0dc48883d0a656e6d5b952e8c0e7af7ae
Description: debug symbols for libpoppler-cpp0v5
Auto-Built-Package: debug-symbols
Build-Ids: ac60b449ffe8ec2e1bbc372c53cf086b8d51eb9f
Multi-Arch: same

Package: libpoppler-dev
Priority: optional
Section: libdevel
Installed-Size: 42
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: poppler
Version: 22.12.0-2+apertis2bv2024dev3b1
Depends: libpoppler126 (= 22.12.0-2+apertis2bv2024dev3b1)
Filename: pool/target/p/poppler/libpoppler-dev_22.12.0-2+apertis2bv2024dev3b1_arm64.deb
Size: 23368
MD5sum: 024993a7310051d55cd061dca9efb742
SHA1: 53549aa2e2df4a1d39c66e62f620aa74851f85d6
SHA256: d4c6bd88a988367fe1b1f78f798c04fee20b2dfdba8e7ce0ba87f73b4de1754a
SHA512: c5b6ab26deb5bdd2d122267b52025e80cd9c67491c9d87b9fe07ff3a2d74238a7bbff1a4bff279a96d6404f7c718009083b0a802d3ad048c9d66295f26707b69
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: 827
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: poppler
Version: 22.12.0-2+apertis2bv2024dev3b1
Depends: libpoppler-glib8 (= 22.12.0-2+apertis2bv2024dev3b1), libpoppler-dev (= 22.12.0-2+apertis2bv2024dev3b1), gir1.2-poppler-0.18 (= 22.12.0-2+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 87576
MD5sum: 9397f294056f16e59c9f3ef3557a1f14
SHA1: da6206daefa9d6449428e20271adc54f8b1fee07
SHA256: dbf03adf4c6bfe3f981b2730c2543e72f0cbd9920a496870c7c5bac27daf1152
SHA512: 6fcdff7478547878622651c38372684d69a47576b80a7ec36e55a9321a35029e44732f0d625fecafda742aa0dcf5a06005a7145fe78604f1eb3f7d1b308ed7a9
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: 1639
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: all
Source: poppler
Version: 22.12.0-2+apertis2bv2024dev3b1
Recommends: libglib2.0-doc, libcairo2-doc
Filename: pool/target/p/poppler/libpoppler-glib-doc_22.12.0-2+apertis2bv2024dev3b1_all.deb
Size: 108940
MD5sum: 4eb0a631adbbd10bc28233df434c0c58
SHA1: 111ef1ea8124c16912d5ad33f152d565871a25e2
SHA256: dd3e6a6259dd248a1443f7665a59d26c7a034e810417ba986c7d4c79451d6c60
SHA512: 58989c1c764283d0e080429e5a7e486506f3b00a352920ee3e523cc84d0f9341b58e6a652824a3d326c85cedbf1ea714637d68f483b4abde37ad51760c5d9f3d
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: 516
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: poppler
Version: 22.12.0-2+apertis2bv2024dev3b1
Depends: libpoppler126 (= 22.12.0-2+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 138012
MD5sum: bcec535d2fed6c3ccd23788d22b7ddf2
SHA1: 41f0902c26c008bfbac0f16065c55adf2f4448b3
SHA256: 7263af97887891c1bc11cd8f4da3d39b4bfffb3684d060fe60a5de0b882ee2c5
SHA512: e4bb7bb2ebcf553364e392b0da04a18fd56d404906602429cdf2497cf7e36c51864c1b64e590456d713148a23b7441d8d7e404d39e3c509128d17a5f7e97ed33
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+apertis2bv2024dev3b1
Depends: libpoppler-glib8 (= 22.12.0-2+apertis2bv2024dev3b1)
Filename: pool/target/p/poppler/libpoppler-glib8-dbgsym_22.12.0-2+apertis2bv2024dev3b1_arm64.deb
Size: 1807124
MD5sum: 19ea80958d5708e93429c4560264089f
SHA1: 0d1181d086aa94c901f909f9dced16473bebb8e4
SHA256: ec69e26273d4545fc7ffdf051ec5027a4254cc2b6b25180d77d497fedbe8d9a0
SHA512: 10d260e6c875cbdf8f30188b16ca7b9819ade5b462adaa00673f728b762a0a67786ac1a77e3d565ccd6f8c3b4d2a253e56b9852256bfeb1ce9fe0da469988e8b
Description: debug symbols for libpoppler-glib8
Auto-Built-Package: debug-symbols
Build-Ids: 5be89c4eb349770c3a1b46c7c189a70005c5b3f0
Multi-Arch: same

Package: libpoppler-private-dev
Priority: optional
Section: libdevel
Installed-Size: 1691
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: poppler
Version: 22.12.0-2+apertis2bv2024dev3b1
Depends: libpoppler-dev (= 22.12.0-2+apertis2bv2024dev3b1)
Suggests: libfreetype6-dev
Filename: pool/target/p/poppler/libpoppler-private-dev_22.12.0-2+apertis2bv2024dev3b1_arm64.deb
Size: 207036
MD5sum: e4a3279bc14bcc1753d1ca8a29627121
SHA1: 7a92824adf5d612c6d08bc3f589530244515141b
SHA256: 422ca90eb6391efb428102dc604bf5bec5b17ea5402070bb60f04ab13ef61682
SHA512: 578feb0d9c0b0455ef0dd73004bac0e957bde419e437a9a87f66162f2db7ae721e0b17006665da6c6ba267ef67f4f0223c128a53affcc1d6c74ea84485459b60
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: 683
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: poppler
Version: 22.12.0-2+apertis2bv2024dev3b1
Depends: libpoppler126 (= 22.12.0-2+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 177720
MD5sum: 9973310fa0ae25f88cf55d1b6b9b83de
SHA1: d255549496ece4cf68b7c5ba69a1bd12631e7579
SHA256: aacda76d2df79754719e9fd3527aece473cf11f4bae8e64f74b4d493f8d29576
SHA512: ed3a122eeefc22846653428954085dcb4ca9e89c9055ce037fd8daa1ae1c100988b9d79ef2809aaaf029dc2cd40a1c780953335aaac42d5a34e2dbfd8e5045a9
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+apertis2bv2024dev3b1
Depends: libpoppler-qt5-1 (= 22.12.0-2+apertis2bv2024dev3b1)
Filename: pool/target/p/poppler/libpoppler-qt5-1-dbgsym_22.12.0-2+apertis2bv2024dev3b1_arm64.deb
Size: 4690704
MD5sum: a4494bb322e1e89c7df11010dfa8023e
SHA1: f72055df140377aab0441e98d5c4dbb6b825165d
SHA256: 0635101e9d3d4400cde67165f4de8a5e78d92e29c4add8269fcbb1dd01e0cb1e
SHA512: d13977b27d5a27824ed11b036ef73d5e54c03c7aa8f5ad3170103c502da68acd46f2ca962fca0da3658d38e464c27202e173a81fde4a85cd09ec83e55be5a5dd
Description: debug symbols for libpoppler-qt5-1
Auto-Built-Package: debug-symbols
Build-Ids: d71032b8396a10158cf0467e434f2b3b564813df
Multi-Arch: same

Package: libpoppler-qt5-dev
Priority: optional
Section: libdevel
Installed-Size: 211
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: poppler
Version: 22.12.0-2+apertis2bv2024dev3b1
Depends: libpoppler-qt5-1 (= 22.12.0-2+apertis2bv2024dev3b1), libpoppler-dev (= 22.12.0-2+apertis2bv2024dev3b1), qtbase5-dev
Filename: pool/target/p/poppler/libpoppler-qt5-dev_22.12.0-2+apertis2bv2024dev3b1_arm64.deb
Size: 55420
MD5sum: 26772015666e2afb111e408fd391751e
SHA1: 46e92a0f22cee471ae3dfffe5884fa6a70a5c15a
SHA256: dff3ebef100d944842e7772b7f24eb72daab98c21fabc9f4ea63878a6fab1df2
SHA512: 5758075566b3573d6059cdba304b924029aa4d67dad41fc6fefc96db2d00375b2df54c75e7519a2d966b40ddca9ebdfd1038af3920d4f27c0c2a8c31b21a3aed
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: 681
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: poppler
Version: 22.12.0-2+apertis2bv2024dev3b1
Depends: libpoppler126 (= 22.12.0-2+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 165504
MD5sum: 6f329c3f49fe5115fb3a5f6b19b3cc20
SHA1: 570e4ccf53f504a98da15e1eaa1098e3f4a24953
SHA256: 8a732d6e2ee54178838cca88554ceae9e9cb4e24474aa05420376d1b4a25ca69
SHA512: fafc8685f644a7d58dd81b8c315db77810dbad0ccca64ada3db911ea66ea5fc3e4fbf16c25d0cce8986fc1ad721232a542707a9142a6d1d467eac5c7c43b5f08
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+apertis2bv2024dev3b1
Depends: libpoppler-qt6-3 (= 22.12.0-2+apertis2bv2024dev3b1)
Filename: pool/target/p/poppler/libpoppler-qt6-3-dbgsym_22.12.0-2+apertis2bv2024dev3b1_arm64.deb
Size: 4736420
MD5sum: 1eddd1249c34391c099dc53593deff24
SHA1: 03915b805bbd9dac7c77860f4319929e542769ae
SHA256: a2674d4be41f6cee5aef48b346bd09e89fcbd0cd95f77972d6dfff74200735ad
SHA512: 6b9d3ba15b9270e7eeb7cc17c03031e8692f6cdff597ced7a04d5a098a809cfbaaa6e0fd69cefa48b9759f5987356cbed565da2a0b973b3c3b0cc902254cbcfb
Description: debug symbols for libpoppler-qt6-3
Auto-Built-Package: debug-symbols
Build-Ids: 87d4a8d75dc39af724c00cc1022bc6047179e70c
Multi-Arch: same

Package: libpoppler-qt6-dev
Priority: optional
Section: libdevel
Installed-Size: 200
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: poppler
Version: 22.12.0-2+apertis2bv2024dev3b1
Depends: libpoppler-qt6-3 (= 22.12.0-2+apertis2bv2024dev3b1), libpoppler-dev (= 22.12.0-2+apertis2bv2024dev3b1), qt6-base-dev
Filename: pool/target/p/poppler/libpoppler-qt6-dev_22.12.0-2+apertis2bv2024dev3b1_arm64.deb
Size: 53636
MD5sum: 861fe5d555cc283b9df4734d30055fd7
SHA1: 95275baf60a839a872617571f4f4cb308e52622b
SHA256: 98448a7e21cda060f9fa29db8f3c83866805271a7eb60e948144f0e39df20f0d
SHA512: 4a20cca31ee1bc7d32880c153cdc141575b89cbc74ce5e778640683125930e2b256a97a8227fcbdb9af900de9350f0655b2218fb66e4ea12008e43f35b114966
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: 4533
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: poppler
Version: 22.12.0-2+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 1785184
MD5sum: 6c73d4ea27902a096f80bc2e845aafa2
SHA1: 45a3a902afa7f0804bf39fe5d7fe106b58ee2ac8
SHA256: 704903fc9a7d54e0d87f1ae6bb145a2ed4329449b8fbfdafbeb96db8bfc2951c
SHA512: 6110b75648750daa81e65c086573066daf18545823d404d08aff95040cba13d381e43b7f9ab944057dc728f0a4858cc19cc1c892764f586c46f66d49c92928df
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+apertis2bv2024dev3b1
Depends: libpoppler126 (= 22.12.0-2+apertis2bv2024dev3b1)
Filename: pool/target/p/poppler/libpoppler126-dbgsym_22.12.0-2+apertis2bv2024dev3b1_arm64.deb
Size: 8824396
MD5sum: 338e90f63e4873c78c9ff5e0edf62251
SHA1: e7404a6d7c6aee83f6269703e9bcbbcb47f46317
SHA256: 566902e56569e48eb3e94f2cfe848ad10252fd238dc0045c8a52f16fcba3dcdd
SHA512: eb4505191862f999aaad5c3ccdf46ed2330656383ce90e101cffb40d889bcc1d4e34dfd4214e026291415b6ce497bb7e6684dd6c92fee893884e5a41def32432
Description: debug symbols for libpoppler126
Auto-Built-Package: debug-symbols
Build-Ids: 9aad53aeeac2a2d7db44e8a2286df0ef38e16980
Multi-Arch: same

Package: libpopt-dev
Priority: optional
Section: libdevel
Installed-Size: 146
Maintainer: Håvard F. Aasen <havard.f.aasen@pfft.no>
Architecture: arm64
Source: popt
Version: 1.19+dfsg-1+apertis1bv2024dev3b1
Depends: libc6-dev | libc-dev, libpopt0 (= 1.19+dfsg-1+apertis1bv2024dev3b1)
Filename: pool/target/p/popt/libpopt-dev_1.19+dfsg-1+apertis1bv2024dev3b1_arm64.deb
Size: 46828
MD5sum: 74e1857ac772df9391e67918aad1d444
SHA1: 45a19a1a956eae6fe463b0f4e3ac8f02027bce9d
SHA256: 0deb1d32f9144c4793484a647c5e54690a947b820f00d47ee926a09a555b17a8
SHA512: 3d3e0cea496bb6bb47b990202f73005e288ad0e465e769a52060b9c167cb51fa66036c6ca573e9f122a1772d83f778c1d1d77cec457256d2f5f89ba07a411f6c
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: 261
Maintainer: Håvard F. Aasen <havard.f.aasen@pfft.no>
Architecture: arm64
Source: popt
Version: 1.19+dfsg-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.33)
Filename: pool/target/p/popt/libpopt0_1.19+dfsg-1+apertis1bv2024dev3b1_arm64.deb
Size: 43008
MD5sum: 8b0cbcc4616bb37707ba2943b8068769
SHA1: c79624dde6c45352b2ce8552cf8878cd65862011
SHA256: f53f5ff4110f8ff35227490f3565b66ff339252b5afbc867b13d390cf02997ad
SHA512: 72a1223ffe615ec7b336da4e0d4bd99b2d626dbbb8eebe692fff44235974a2a9acdd7cb33f728766308d7a306e7a39bba3eb76babd0380ebfc3b1cdf6f649e6f
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+apertis1bv2024dev3b1
Depends: libpopt0 (= 1.19+dfsg-1+apertis1bv2024dev3b1)
Filename: pool/target/p/popt/libpopt0-dbgsym_1.19+dfsg-1+apertis1bv2024dev3b1_arm64.deb
Size: 64860
MD5sum: 1aedb3244e18b1ed0bb0181970cd238f
SHA1: 3628dcf129722f4b32af1a34c8048186535da8c1
SHA256: 8a40d01e248e8071f0981aecc8c1d10dc6b9aee14987491804ca4173a837dc62
SHA512: 0d4a5eb1f0d6d958b149b885ebf58a59a05a781be673a1727e8ffe63c5138bd8273d22ccf61aa975fd52a59ee268e2c080f2adfd935b4be844d1bb3a2e921ed4
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+apertis1bv2024dev3b1
Replaces: procps (<< 1:3.3.2-1)
Depends: libc6 (>= 2.34), libsystemd0 (>= 209)
Filename: pool/target/p/procps/libproc2-0_4.0.2-3+apertis1bv2024dev3b1_arm64.deb
Size: 63008
MD5sum: 8abaae11e52357f2882dd95b83f4060e
SHA1: 526c0235b95223275bf40a909d40d33e033d28e6
SHA256: 982bf38896f0da9586915bfbc8031b46949d497ab04841156f0f39a0b9ee473b
SHA512: 8b8cea64f599510d5d474d8a6dce065db05f902cd2f182575f58d937102e37caa9b21fac6b728ea0f3a28224f9db8b4c620bc359d41d0ebf34607ddd7dda3b53
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+apertis1bv2024dev3b1
Depends: libproc2-0 (= 2:4.0.2-3+apertis1bv2024dev3b1)
Filename: pool/target/p/procps/libproc2-0-dbgsym_4.0.2-3+apertis1bv2024dev3b1_arm64.deb
Size: 149720
MD5sum: 3d0dbaa4ea7e732ace5a89982a981171
SHA1: 3da90a4b1e5061438ab70e3108e4e6c0f73122c4
SHA256: d6a2b2661411d5376276c23f2ca9fd2ce5be36d711b7fcfa5d512227b7158c51
SHA512: 64d49bbc8ed408d6c42e67aaf59c5651b24e2c5a141a7071c88500de60fcfa7b80f45b8c90bd997c86fbbaa26b252de45c5c262115953cf3a1125f27d34558e0
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+apertis1bv2024dev3b1
Replaces: libproc-2-dev
Depends: libproc2-0 (= 2:4.0.2-3+apertis1bv2024dev3b1)
Conflicts: libproc-2-dev
Filename: pool/target/p/procps/libproc2-dev_4.0.2-3+apertis1bv2024dev3b1_arm64.deb
Size: 80244
MD5sum: 50b823e770653902d2d1e803c9510b2c
SHA1: 0b3aadc50393ba94b675a4ff5d7fe343dead3bc9
SHA256: 6f097aad7050fdb41c75dcbee17e863cc14c28d782776a695168a2aaa263d224
SHA512: 26c5f2752ced3de97314a4cf4cf0c71e7b5ad583404e9f30fd5cae8b5854bfe4f0b53a3d8e87f40f1c1f846ec48ecbe06004db39d2f4bf0005576e948b2efd97
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+apertis2bv2024dev3b1
Provides: protobuf-api-32-0
Depends: zlib1g-dev, libprotobuf32 (= 3.21.12-3+apertis2bv2024dev3b1), libprotobuf-lite32 (= 3.21.12-3+apertis2bv2024dev3b1)
Breaks: protobuf-compiler (>> 3.21.12-3+apertis2bv2024dev3b1), protobuf-compiler (<< 3.21.12-3+apertis2bv2024dev3b1)
Filename: pool/target/p/protobuf/libprotobuf-dev_3.21.12-3+apertis2bv2024dev3b1_arm64.deb
Size: 1216900
MD5sum: 0e6cfb71809c0d33f95a6954f386146e
SHA1: ed613f266830b0a94d9e4d508b3c1d917ed32fee
SHA256: 9a49fc3ea27c167375b294a9cefe00e898c8bfc50f71c9f1e1a13bfed4f7f3c1
SHA512: c89f546c4715d5ad1356d41d5529b519156288cce4de45d5edc6331ae16a7c2e6b7f3310e5d50e958dddd0aee07feb04e0e7bdac9a4e00303a1b008679ed47b3
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+apertis2bv2024dev3b1
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Filename: pool/target/p/protobuf/libprotobuf-lite32_3.21.12-3+apertis2bv2024dev3b1_arm64.deb
Size: 242472
MD5sum: 8d2bfd351327b8a77eceadc4ffa9fdb2
SHA1: f89a453e706c7d99a2d19900549e98c4bf179b45
SHA256: 7bfd8b5b74eb700ef3238d4a0224533e4333b04d9c4ae9df6043b2f0827ad9d6
SHA512: 78749308ebb0ba9b599eb3e174de3a53891470c4853db89d7db3e95ee0be0a8e78c8aef9c70ccbcf6d29e1fd4f61f23aa817365cac80c0770c5ade91f609e58e
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+apertis2bv2024dev3b1
Depends: libprotobuf-lite32 (= 3.21.12-3+apertis2bv2024dev3b1)
Filename: pool/target/p/protobuf/libprotobuf-lite32-dbgsym_3.21.12-3+apertis2bv2024dev3b1_arm64.deb
Size: 1799436
MD5sum: fe6a64b82fa4ffa897bccd64ab980c84
SHA1: eef2593a9352f991c90e6e67848eb731ec18a02d
SHA256: a02970e98cb875a625246d6a09076ab84bf6c8e9721521d70ee8d2d9c9b7045f
SHA512: 1d776290fad0fd37c04e8ce2694126f32d2d3633398284f9d6c0868316f9a6e1f343378ae99b44a8428a60a58648e4e33aca51488f95669a8f738df6007b82a7
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 824044
MD5sum: fe51b19bc7b812c1e7c572af55cfff9d
SHA1: 8dcd04c0286d01ceccd0440f328ea50056761cfa
SHA256: 3fbec69c31d2bf8c1cc095da3495a116b126ebb501d133a3230e0bd145ed69b7
SHA512: 0137fbbf6d366f4ba32763bbbe5977c979c01f30f0154fb53ac6eaa51b27ca04afdd5ca4e19bfe1be7792fb4db72a63f5345beed675626180f774d91b43ff36a
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+apertis2bv2024dev3b1
Depends: libprotobuf32 (= 3.21.12-3+apertis2bv2024dev3b1)
Filename: pool/target/p/protobuf/libprotobuf32-dbgsym_3.21.12-3+apertis2bv2024dev3b1_arm64.deb
Size: 11452620
MD5sum: 37dc52225a07fa0fcedb667a0cf2a3dd
SHA1: 4cef2bbf89b387c2e295a465aa473aeba10c8a1d
SHA256: 4a67ca7dddf640905bbc7becdfb27231aaa8f7320464c64ae9d1d11c56b14330
SHA512: 1c5826ae86791b1f95282a423fe48351beec13808e19d204c3581d08df63e78a7eea2a3be2d90f78a4d197223547b65d7423fb42a10a23f60721cf1f9461f3fb
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+apertis2bv2024dev3b1
Replaces: libprotobuf-dev (<< 2.1.0)
Depends: libprotoc32 (= 3.21.12-3+apertis2bv2024dev3b1), libprotobuf-dev (= 3.21.12-3+apertis2bv2024dev3b1)
Breaks: libprotobuf-dev (<< 2.1.0)
Filename: pool/target/p/protobuf/libprotoc-dev_3.21.12-3+apertis2bv2024dev3b1_arm64.deb
Size: 866188
MD5sum: eb48c811699d45ba5cb191b5d3be7140
SHA1: 1411845e290c50229fae42a258dde8b156fd736c
SHA256: 6959cded3be90bad8d551326750de8ad174ce297f5d4057aab2b1d4f7bf18307
SHA512: 0d49ea4f32a6906ddbcdf6e26cd84b13077334949b44cd3ceb2eb9f65cea8db568f67fb0b2adaae1e1376cb41cc082e44a9579eab8d480b11b875b464123b7a6
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 721784
MD5sum: 00d3955134555b3d9e84123472f768da
SHA1: b4449e212be347f4cd10b2b921352fe4d7b2225a
SHA256: 56f87b789ab5b2e3c3dad0947535de81a82fe1d380d7a526cfdc18b8c58293eb
SHA512: 1df1ce5f250a612e63037843f61d0ec4e0e86005ba47cc3322b5e5a3f62999c406ed554efab1537e1d8b33568ae4b4b3bf205519b9f943b9074db377dded9b49
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+apertis2bv2024dev3b1
Depends: libprotoc32 (= 3.21.12-3+apertis2bv2024dev3b1)
Filename: pool/target/p/protobuf/libprotoc32-dbgsym_3.21.12-3+apertis2bv2024dev3b1_arm64.deb
Size: 15503696
MD5sum: 0a01140bb31651b2b8cbd10641ec51cd
SHA1: 29961381dd82f5abb3711a0d6549e4cd866c5ca9
SHA256: 55b29598953df358d422e5a85a52cdef7793cd0b420015d1312814c26cde7178
SHA512: 58b4dcce285608ed664b168bfd50b7e5e9d91ab99037bfe864544aede5877ad9a51dd408f866daf74612d70b02b99946a311d87473fc66f4153eb4b512599cdf
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: 185
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Architecture: arm64
Source: protozero
Version: 1.7.1-1+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 41604
MD5sum: 88f56de6ebd6e47b5798e9dc462a1ef2
SHA1: 84e1001046cbdecc85de3319cfea6db96425dd55
SHA256: 4059f80bb8b7c9383199487893061c8b43daca3732efecf740a8191209d16513
SHA512: 7f3824e21c8e52adaeec9066b8ed6e7ef0a86b006319f6cbf38f3023ff218ac842069a9777cf23c4f5c97d6f72db3aba71601ebd4a5e736c2b3d307f064b34ac
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: 3725
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Architecture: all
Source: protozero
Version: 1.7.1-1+apertis1bv2024dev3b1
Filename: pool/target/p/protozero/libprotozero-doc_1.7.1-1+apertis1bv2024dev3b1_all.deb
Size: 1257908
MD5sum: c7d53f7c69533ae794497d34c80ae051
SHA1: 3182ffb054f080b4c99c82f95d98218adfdb9cbf
SHA256: 0b6a0c16a5ca6367760a152c70764e503ee09532157fe47523fe06e0a78598c9
SHA512: e99bb3afdd344cfb1d8f7b48dff3c28ed9c743faaecc9e9be6acc07dee81ea069563c7d19a450f7b91cdb456880ba0e763d6a70da76da037ea0dce3a6a950c1c
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: 216
Maintainer: Tim Rühsen <tim.ruehsen@gmx.de>
Architecture: arm64
Source: libpsl
Version: 0.21.2-1+apertis3bv2024dev3b1
Depends: libpsl5 (= 0.21.2-1+apertis3bv2024dev3b1)
Filename: pool/target/libp/libpsl/libpsl-dev_0.21.2-1+apertis3bv2024dev3b1_arm64.deb
Size: 81596
MD5sum: 02e675291b62886d2471b20ccd2be22f
SHA1: e410209a96eda7bd61c50253be64a47a39c5fccd
SHA256: 1d4d80c5f19f3756357436545d497db9187c253c5c1f202b52440d87038c755f
SHA512: e4bb5ed831ab011f3a8832cf3f6702d656283facd439cf374a09cf34b3e1a51eeb2bd9754f19bb00aa400c60765dfe832a500b298d500d6112f30764a99dd78d
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+apertis3bv2024dev3b1
Depends: libc6 (>= 2.33), libidn2-0 (>= 0.6), libunistring2 (>= 0.9.7)
Recommends: publicsuffix (>= 20150507)
Filename: pool/target/libp/libpsl/libpsl5_0.21.2-1+apertis3bv2024dev3b1_arm64.deb
Size: 60756
MD5sum: 3ffd2d6ed01618106e7e3109e2c9c508
SHA1: 15d81dab538b20e048c1c8e33fd5a4083116f82a
SHA256: c132dfced7f4613939884c319da648008c7f522808fda2a079f758d68ce0b8ff
SHA512: fff5db284cd590b98a11e4c07d4cfcceff833764b3fe93fa7258062b62d42bedbbe906f5a8dccb927ef4a1e6708b59fceb3cf933130da99f2f55bd72e0ff69d9
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: 40
Maintainer: Tim Rühsen <tim.ruehsen@gmx.de>
Architecture: arm64
Source: libpsl
Version: 0.21.2-1+apertis3bv2024dev3b1
Depends: libpsl5 (= 0.21.2-1+apertis3bv2024dev3b1)
Filename: pool/target/libp/libpsl/libpsl5-dbgsym_0.21.2-1+apertis3bv2024dev3b1_arm64.deb
Size: 25212
MD5sum: 869f324b41f571d136da71d956410fc6
SHA1: c05f1be57a14483e6f5aa6e657e9692f6fe9909d
SHA256: c89995a0549ceedbf7f3458cecc592def0d447ec033d2e74f213cdbe3c4baabe
SHA512: 4dd13674fa89acd9a6dfe6103ce3926fc768f1b9fbaf73b564254e450ff94634af274e005f54512f4715f520f6d37152362a2d45202662259a752e968ef4e708
Description: debug symbols for libpsl5
Auto-Built-Package: debug-symbols
Build-Ids: f7dc47dec1e32c30eb8428a55839d478d162dc95
Multi-Arch: same

Package: libpspell-dev
Priority: optional
Section: libdevel
Installed-Size: 43
Maintainer: Agustin Martin Domingo <agmartin@debian.org>
Architecture: arm64
Source: aspell
Version: 0.60.8-4+apertis1bv2024dev3b1
Replaces: aspell-bin (<< 0.50.3-3)
Depends: libaspell15 (= 0.60.8-4+apertis1bv2024dev3b1), libaspell-dev
Suggests: aspell-doc
Filename: pool/target/a/aspell/libpspell-dev_0.60.8-4+apertis1bv2024dev3b1_arm64.deb
Size: 21656
MD5sum: fe21a58d97d3c85d800c4801f9f2f2f7
SHA1: f22af1231b9f0439e9e16aab706262680c8d1a5f
SHA256: 18601c18595ba42aed685ebdc7032e417603d098b03fbefa9d133c3ca09c4a9e
SHA512: 6b4a359bc559c5f7ec9c009c5d8c95dc754d758d3b8ad8e80ff0c12560bb6cb873cb1c68ed53d4cbe2edb19d071d58af8b22f017d27f2a31e10fecdfc6744dd2
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+apertis2bv2024dev3b1
Depends: libpulse0 (= 16.1+dfsg1-2+apertis2bv2024dev3b1), libpulse-mainloop-glib0 (= 16.1+dfsg1-2+apertis2bv2024dev3b1), libglib2.0-dev
Filename: pool/target/p/pulseaudio/libpulse-dev_16.1+dfsg1-2+apertis2bv2024dev3b1_arm64.deb
Size: 94964
MD5sum: 8a2d681b82ae0f3d8d80a84ee086ad6f
SHA1: c6fe922c8aac3e147580ab61a2f450da62b650b4
SHA256: 01886e128b28b1d5892d4934e810db0d66cfb7c27f6f511b64d516ab5716f50a
SHA512: fee5cc93d8a6649a5049c059dad66eba13f84bbb0dbd9051d9601865255ab118696a111dfb1493a4548ae3a9fec5aa0690be942bc6e0b5dd6f7f910384c23e7e
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+apertis2bv2024dev3b1
Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.28.0), libpulse0 (= 16.1+dfsg1-2+apertis2bv2024dev3b1)
Filename: pool/target/p/pulseaudio/libpulse-mainloop-glib0_16.1+dfsg1-2+apertis2bv2024dev3b1_arm64.deb
Size: 32624
MD5sum: 5333ead9c5a57dfd810d3b6caab528fe
SHA1: 3fd12aa03b6f7672c9635da1b0f81d7329aca78e
SHA256: dc5c44690d38115591591a0ccdc9d679f8e73500d051f2b1425bced430bcfe76
SHA512: 61ced10489502e67056b4c480f304ad631c91d89c23ad97eece9f120fcae9074fb8e7d2b094a1f51e8bd5b9be874c9e2e2abe4001b98594d72fadbcfce39ff73
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+apertis2bv2024dev3b1
Depends: libpulse-mainloop-glib0 (= 16.1+dfsg1-2+apertis2bv2024dev3b1)
Filename: pool/target/p/pulseaudio/libpulse-mainloop-glib0-dbgsym_16.1+dfsg1-2+apertis2bv2024dev3b1_arm64.deb
Size: 17144
MD5sum: 8c9911f15b87c5f1ca01ce5e137578ca
SHA1: e624088b30f50313203ae7faa24c79865c61db1a
SHA256: 12312baa50eb454f3025df11a5ba29a3b1de15d5fbc3e4a50185a6ce5c0b8df7
SHA512: 236993384e6f5c80baa83762227ca23050f8e548d0c095c37055a9206005096ee89a909b187f05a7d24e7a55569521b9aa6165e96ca7831acf9616c3dd2b5cea
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 237504
MD5sum: a6d69f83f8985fbbe9146fd1d16d6d20
SHA1: cc3bc959e2f2acedffe3b7ba0d0eaa780cd8f0b7
SHA256: ef00cf5a19fbd6ae7cd840709b857e9e28116346e3a31b1362377315e7932efe
SHA512: 1de270dcadf43f19c0e174b6f3348e8f440b9505e46547bc07b294b34b0c2cf95a813dbf9e88e7e4d0895241bed927b04f32123dec19ebffde87bab0b611da2e
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+apertis2bv2024dev3b1
Depends: libpulse0 (= 16.1+dfsg1-2+apertis2bv2024dev3b1)
Filename: pool/target/p/pulseaudio/libpulse0-dbgsym_16.1+dfsg1-2+apertis2bv2024dev3b1_arm64.deb
Size: 708604
MD5sum: 2752aa03b9e660c34707d2727603e638
SHA1: 35f4c4266b244d5c9fef62b89defd456f7781a5c
SHA256: 8ab4e05c8a4135f57de15fad16931adfe63f3f907703cd8147b1ce80fa12e9f1
SHA512: 8329c85eb248eddc51b040ef1ab1432d77f26bc85cdebf331309d926f33405fec1177823f5e90e84f3bfafbded3cb51008dcc8c185ab3839e69c2332ba313ca5
Description: debug symbols for libpulse0
Auto-Built-Package: debug-symbols
Build-Ids: 08b4992af23066eb4b2ac7211c0541e89a8dd02c b8c9ead2ef25d5fdf879b7dada3d46c7af95c4e8 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+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libpulse0 (= 16.1+dfsg1-2+apertis2bv2024dev3b1)
Filename: pool/target/p/pulseaudio/libpulsedsp_16.1+dfsg1-2+apertis2bv2024dev3b1_arm64.deb
Size: 41072
MD5sum: e91ce5109ebf8b8f95c1e3482c47a745
SHA1: cd1ceef1615eba04e9458cb2551f41544c87dd38
SHA256: 34885f940f4525d81ad9d64e69a9fe5c7bbdb3e2f0da9c1c6a317b2f9481a5f5
SHA512: 376d43f0b318d2d1bc28534485a487c6522211d089833a93093d0c26dff92880f446e20b248fda0daf83d127e185a78040903da089dd318221d89ac05209e830
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+apertis2bv2024dev3b1
Depends: libpulsedsp (= 16.1+dfsg1-2+apertis2bv2024dev3b1)
Filename: pool/target/p/pulseaudio/libpulsedsp-dbgsym_16.1+dfsg1-2+apertis2bv2024dev3b1_arm64.deb
Size: 42288
MD5sum: 4d294266eafa2e1b117060e660a46571
SHA1: bbae355417583d4dcb466390bfc48dcdb0e668aa
SHA256: f34c6d06a1cf99503eac46e99ca905adfe39b0893dc058e9f6db9d9be7f98c57
SHA512: 34d8fd4772e9680b40bef000cc5e6c39b8a858a561b62428c1667369052f92fb9b5747f69832ee70c01707d7ee4831c3bac5c1a7bb33390459ef419b06a44ccc
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+apertis3bv2024dev3b1
Depends: libqrencode4 (= 4.1.1-1+apertis3bv2024dev3b1)
Filename: pool/target/q/qrencode/libqrencode-dev_4.1.1-1+apertis3bv2024dev3b1_arm64.deb
Size: 23488
MD5sum: 7d92ae5f8ce13007882d9bb96b3100e4
SHA1: 21002e809a8d496d9a8e6c22a18d2e2cbc010c5d
SHA256: 3791f2f5aa202af69cf6018cfb6aa442be54557f483ac53986dbd4342820bce5
SHA512: 98fa2dc003e570c4a86125f897aa550a118800877f12cf2602b632f076487288adf0a3a9d425a9fa67d2bb63309ad78a99d0931452ec8af291b7f3802dd0adc9
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: 103
Maintainer: NIIBE Yutaka <gniibe@fsij.org>
Architecture: arm64
Source: qrencode
Version: 4.1.1-1+apertis3bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/q/qrencode/libqrencode4_4.1.1-1+apertis3bv2024dev3b1_arm64.deb
Size: 38680
MD5sum: a5d110c8515765bf697d755404e5531d
SHA1: ec14c8573a48c8f28765ffdef8f4e9f5fe6dec2f
SHA256: a13e013df8d88e7e9a7388445b34220037e5f07a5fe8b979d378342fc409e516
SHA512: 965fd5b04681590c7aad272c29041f59504b1aa54f81096e866932383d9cdc6a935527c3c83c44d374d7a0205e8b7053280f2c1b43572d845a8a05eaafae953a
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+apertis3bv2024dev3b1
Depends: libqrencode4 (= 4.1.1-1+apertis3bv2024dev3b1)
Filename: pool/target/q/qrencode/libqrencode4-dbgsym_4.1.1-1+apertis3bv2024dev3b1_arm64.deb
Size: 56032
MD5sum: df5a2f7398c1ab0bfc926d270bf307f6
SHA1: eaef74718b13be00a4224655d792fc86ea053c48
SHA256: 97110d86e5b9f4d41a48becd10e6ff949b66e884e685bea4a15e11a786535fff
SHA512: f7bd3d9e77c1ac60e1f9d4d5c7cc8ad03fa5116f1ecd984cc14f50dc1ab61844ea0f0767ec1697e778ac15acaa5af818842249558b50d0576127b84ca62a38c8
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: 52
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-rav1e
Version: 0.5.1-6+apertis2bv2024dev3b1
Depends: librav1e0 (= 0.5.1-6+apertis2bv2024dev3b1)
Filename: pool/target/r/rust-rav1e/librav1e-dev_0.5.1-6+apertis2bv2024dev3b1_arm64.deb
Size: 12276
MD5sum: ea959184d354f59bd38d4e753fa861c7
SHA1: 0c78246599820da6757583b29f2f56b8d16e026b
SHA256: d6bbd9b58902a19bc1f81d2430b34830cb093020570ce8d14e5538b0c87ebae3
SHA512: 51c4ba9ac36f66c2a4b0ce398f5ccb123e55cef2936b512c2df9b776400f213822a03af6bbfc2ef3c408f86a758b9ec4b375c5fa46eab3c95398485f4cd5e849
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: 1924
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-rav1e
Version: 0.5.1-6+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2)
Filename: pool/target/r/rust-rav1e/librav1e0_0.5.1-6+apertis2bv2024dev3b1_arm64.deb
Size: 555284
MD5sum: 9b3fa65dedd93bc91876077b7c664e30
SHA1: 26592157247b30f65109c0425b4c494ce4310c18
SHA256: c140614d0b41cec1b2063f7625ae0ee2ca0f036cb4985e17a19eae2435c3b650
SHA512: d38e3bc6ae78d57f8e2d7478a314a886978cd293930e4edce57a02965f286279d9e9b4665d249c9fc73d913331afc7025efd6bacba2971c9454b416c1055ca9c
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+apertis2bv2024dev3b1
Depends: librav1e0 (= 0.5.1-6+apertis2bv2024dev3b1)
Filename: pool/target/r/rust-rav1e/librav1e0-dbgsym_0.5.1-6+apertis2bv2024dev3b1_arm64.deb
Size: 5873236
MD5sum: a56c759b25e9db7679c74ba3bc6c6e90
SHA1: bf94216280dee0e9effac9e48d52051185d98d45
SHA256: 2fab570543abe42823bd48ecf943a795875807bda9969c4bc3dca443a59bb8e7
SHA512: 015fee7297d3f53699c29d80605a12485aba74777ac762c2406614b27db554b68db6aa15f270765e43ca0e250cdd72601a5189b3338b6ec6f92aa92567509810
Description: debug symbols for librav1e0
Auto-Built-Package: debug-symbols
Build-Ids: 17bc4566e2ac4f567ef1329494206bd17733f3c8
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: 531
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Architecture: all
Version: 2017060201-3+apertis1bv2024dev3b1
Depends: perl:any
Filename: pool/target/libr/libregexp-common-perl/libregexp-common-perl_2017060201-3+apertis1bv2024dev3b1_all.deb
Size: 175344
MD5sum: e6911f4a1419249f7c3027cde9f73d66
SHA1: 3d33d6f1399b6cfcc71be95c9154ee4f59a3cc17
SHA256: 2e901fb88355ca945de2f0a7a69ce68d7d1adef83a7aefefdd495ad13711e9ca
SHA512: 6a12c2117819a775454f1aff06591a4bc2ee2483bc2775245c0d73665d9cb36659128610f5dfd91396813859acf3f3abc4eb13366f31294739ae0af1a768ad54
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.1bv2024dev3b1
Depends: librhosydd-0-6
Filename: pool/target/r/rhosydd/librhosydd-0-4_0.2024.1bv2024dev3b1_arm64.deb
Size: 8416
MD5sum: 3cf53b160f11f5aad160abc6292e76b1
SHA1: 7a6bac372ec4032755db465c3b0c45d6fd8a12cb
SHA256: 61ec702268b8a7644e016cd76d0fcafc0bc1f134d8129fb94f8f9b12954a9e09
SHA512: e264a1c420e01fc3459c7308c70d2f178102f709743e9c6a38d7c3b177ff9fb280c3f7d673afe73431c5d7b8ec251c63f5b06874ebae4dc6d6eb8eae73c1925e
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: 167
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: rhosydd
Version: 0.2024.1bv2024dev3b1
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.1bv2024dev3b1_arm64.deb
Size: 32748
MD5sum: d32ac20433bc5ef5c01078de1372108e
SHA1: afc3c0f0fb64f8c278fda47e4674416578c26687
SHA256: 50da405be39c4352346f186669b791c935e67c17813c8bfb189177227417f3d0
SHA512: 02244911c3092c4027965dc22a0d2f8c2b29b0af9526a50d83017057dfdb202f9f05ccecd7abf486a70eed70c14e95799f33b0eb78bc0148e86def37908bc655
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.1bv2024dev3b1
Replaces: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Depends: librhosydd-0-6 (= 0.2024.1bv2024dev3b1)
Breaks: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Filename: pool/target/r/rhosydd/librhosydd-0-6-dbgsym_0.2024.1bv2024dev3b1_arm64.deb
Size: 99584
MD5sum: 53736855d2ee78b8e6516d7472f96b26
SHA1: ba621398084d33e717e9b942c91229f586338c5f
SHA256: 86f89ba626c56eeae634d2c3b9f4f5935855d115b33abc8f499c7154e5e69ab0
SHA512: 66b38d149bfcc516e13ee2ccda1ec3638efb26911c58ff70023b1730a19f05dd7add89db5e9e5c85767cf7cc144cc3b52224255bd916a3ec7cf381d2a6077929
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.1bv2024dev3b1
Depends: gir1.2-rhosydd-0 (= 0.2024.1bv2024dev3b1), librhosydd-0-6 (= 0.2024.1bv2024dev3b1), libglib2.0-dev
Suggests: librhosydd-0-doc
Filename: pool/target/r/rhosydd/librhosydd-0-dev_0.2024.1bv2024dev3b1_arm64.deb
Size: 55572
MD5sum: f686f3fc84492883f355b57b775bad4a
SHA1: bfc20cea359f4d7474bf73ac5dde6197deb18add
SHA256: ea5fec545efb58bcda91e3fba0ea42a8d634d2852c1f0e1dd23c64969eba624f
SHA512: 6822bb753eaf0fcf240438417f405490e4fd0cd5623120a30b7879dea6808c7ac3d7b921fdcc45e39a28b0c4fa8d684c5145e35eb2cf5f6fc10cef2359849cfa
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.1bv2024dev3b1
Filename: pool/target/r/rhosydd/librhosydd-0-doc_0.2024.1bv2024dev3b1_all.deb
Size: 40504
MD5sum: 000ccb47591684ab5ec415e4b6bd2fae
SHA1: b53f4f9f416310de86ccd4010015bc9d00142cb3
SHA256: 2fd986e1167ab39c4cc375a80957d866b4cb66e1f85ee7310817efc010fbcfd8
SHA512: f6d88749393d175b1e97f1501feab948ee264fea77fccecf9fc78795c0c3da327761be0cc33fc869b89eae84aed8783fdc5df8e28d8cb33a6d5997a53688ce03
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: 443
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: rhosydd
Version: 0.2024.1bv2024dev3b1
Depends: librhosydd-0-6 (= 0.2024.1bv2024dev3b1), libc6 (>= 2.34), libglib2.0-0 (>= 2.58.2)
Filename: pool/target/r/rhosydd/librhosydd-0-tests_0.2024.1bv2024dev3b1_arm64.deb
Size: 36852
MD5sum: 06fb3e3b3e59f3ef75b0e077fea07f43
SHA1: ba0f66cb5431faf2634ea754de46fbfa569e8a62
SHA256: dbc5f9b61a9c09dee2126c71ea6486ab30b3999e94dd2b8db22bcdd2261ee67a
SHA512: b7224620e72fc9afba341b2f32e7d5ebc68cbed348841ca3a5b5c7d42853f2661b9340a8a0e92612f66fca0206e2d8b4837b6b1ed9bf8b357b90c1f4f7722017
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.1bv2024dev3b1
Replaces: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Depends: librhosydd-0-tests (= 0.2024.1bv2024dev3b1)
Breaks: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Filename: pool/target/r/rhosydd/librhosydd-0-tests-dbgsym_0.2024.1bv2024dev3b1_arm64.deb
Size: 82968
MD5sum: 9958c517c28cd726447b6671cb8d5dae
SHA1: 4367a4a0ce58676ec3cfe9f425ba5f248d808234
SHA256: 247066eae3edf41f66c1a2a69d8100f8e1f502e004c86610ea5688be7a95ce14
SHA512: 63d0b677050fcf6cd4649210a97fda1c75920123c75714d274f0ccfd6928901b6d9079ab61d3f991864b1f9cdd9170d8d7a8081c815483f6a739c1ea4deec303
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: 177
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.36), libcrypt1 (>= 1:4.1.0)
Filename: pool/target/h/heimdal/libroken19-heimdal_7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1_arm64.deb
Size: 50368
MD5sum: 07512c83b12b6ec3a2fd6212fd25d981
SHA1: 626644f398c67f26e85a1a65d282336e440d5683
SHA256: 8a09a478c1ea5f50500b252b7841850978d58c3df9278cd96922ee541b3e2423
SHA512: adb535c4038199cb59e8b16612b345a52fe83ba4758492b247bb801bb0ee0bd249bfec6e72dd28eef3f2fab538479539c4f412483fbd3be489d8868d26917bd6
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+apertis1bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libroken19-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libroken19-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1_arm64.deb
Size: 145820
MD5sum: 10f8d6376189856ec92104281eaf4645
SHA1: afac1a40977cc9cf76da9690d9fa75d48e8ac301
SHA256: 774a79b05a0fcaded391b102af157b1a07c0af81dbb3340b01f23d3216c1a3fc
SHA512: 5fa8c45751dad7c3c98c8ecbfaee6e47e4bc1ba2c64a409f6d82530b7249a7d59984fe9fd3e37af2752bfe40c72198311c2e8d9a7ac99ed6e79d3a667f7c0726
Description: debug symbols for libroken19-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: a643241db7c84598a63186aaf5fc2aa488b91645
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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 2295184
MD5sum: e171112f211b524e332e1e6bd8484b29
SHA1: 59aa9e00b43da3777bfa3c26ecf3cba2325b4c83
SHA256: e4c1784ef5897fe6b6d4cfb6963446dae6a7fa8b47571af613136fce136bb767
SHA512: 2bbc936b49be4dfe8c6cf9d109e391a2ec818fb6c1af336db0045f0a54078e6d39be6c7089e486a47a2d1f5bee6a539b46a843e98a7c2954c444b11bdebc4a73
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+apertis1bv2024dev3b1
Depends: librsvg2-2 (= 2.54.5+dfsg-1+apertis1bv2024dev3b1)
Filename: pool/target/libr/librsvg/librsvg2-2-dbgsym_2.54.5+dfsg-1+apertis1bv2024dev3b1_arm64.deb
Size: 3581536
MD5sum: acdc68eba02a7c8f50d0a099ed17f7ff
SHA1: a0de4b6c9bd4eeb5476e354b173592ec32c345b6
SHA256: 8a857a3c5138fc0130e22cf415006392c782f8ac3b7a461a06aaf3633a970556
SHA512: 0f5f9ce91b1210e222b0f2be77f5cf5d19dc12a48b58cf4f73c2721c2fed26bf3e1ae675550f3ab44e61366ce5d9041001fd9674beb1ecc7c2a3ef9534b072c2
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+apertis1bv2024dev3b1
Depends: librsvg2-2 (>= 2.54.5+dfsg-1+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 1417616
MD5sum: 9ce0538ad3f16eabd595fa9c2b3660a8
SHA1: 96a904b2a0f4066ce8ec529429caf45daf41e3e4
SHA256: cb02c6f5d6af125a6b8e6f0ab229d5141954f91183a9a0d6a73ac32a6e5e9740
SHA512: e8567fbbaa01d4f028d7da00c31f197889fb57f42aa4d4bb0c226e8853f64f75378c021da44514f95f5ff419c09f11866592e93100f56f11a05584221c7e7363
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+apertis1bv2024dev3b1
Depends: librsvg2-bin (= 2.54.5+dfsg-1+apertis1bv2024dev3b1)
Filename: pool/target/libr/librsvg/librsvg2-bin-dbgsym_2.54.5+dfsg-1+apertis1bv2024dev3b1_arm64.deb
Size: 1362104
MD5sum: 552de2f75b34d10a2ed4c8eb8920e774
SHA1: 74db4f906f5ae13722b9cf55d23333739b3d86c8
SHA256: ef5e05d36a24e3b4f15e088e7a675c8e93beb398042dbf0d42eec09f018116cd
SHA512: 45a5f2f440480f329244e4ea0e82c50f1f33497ad426f94fc78db273d5824b09b9ddf86cb30652c880e15ddc4221789e7bccea024a2e8c391597a98030f93d3e
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+apertis1bv2024dev3b1
Depends: librsvg2-2 (= 2.54.5+dfsg-1+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 30296
MD5sum: 095ec90d60d5c91a1815e72f2cf8722f
SHA1: 13d04fe0ea19232dd76e0aba6276db04da2ebf25
SHA256: e779cd7aa349f0199d515878d9bc839711aa94fecbbbbc3914a3c8f57fe9a0da
SHA512: 866a2f6b89d01bed45b45d6864f2fea0f9bacce7b19b4b6e815dca3ef39b9f5eb85a029ddf1caaeab109191f078d21180526e8021e0badf527394579dd043e89
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+apertis1bv2024dev3b1
Depends: librsvg2-common (= 2.54.5+dfsg-1+apertis1bv2024dev3b1)
Filename: pool/target/libr/librsvg/librsvg2-common-dbgsym_2.54.5+dfsg-1+apertis1bv2024dev3b1_arm64.deb
Size: 8828
MD5sum: a207216be006343ccd5e20ced4bc4972
SHA1: f06fd429589921ebeefefd775e131c50ef95c250
SHA256: 6df6a69cfabbfa830da733a1ab484e4a51e9195a3244f5e556a9df3b286c00d9
SHA512: a5b628d0d981355087b7f33bc0780e4dc45c1b7cd52383206e90d69c44eaae14245634adc840ffb586d6031d96d53ebba61953753dc38640ede918f94df4afe3
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+apertis1bv2024dev3b1
Depends: gir1.2-rsvg-2.0 (= 2.54.5+dfsg-1+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1), librsvg2-common (= 2.54.5+dfsg-1+apertis1bv2024dev3b1)
Suggests: librsvg2-doc
Filename: pool/target/libr/librsvg/librsvg2-dev_2.54.5+dfsg-1+apertis1bv2024dev3b1_arm64.deb
Size: 65000
MD5sum: 7c4ecf749ab18001b88b78d1abc7d7da
SHA1: 246ff86436bc7dcb37f3c3a7926d7874b43c9fe5
SHA256: e0d00440f2576f35a77b9b46b1c13d0524a25d9bf0677a6de722f098d2915ded
SHA512: 8d2734e273e0629899e72c44234c0331b07a4f0db3bc744097311911651716dcac141f340c2d30f229bfb93ba09659c941f69765e70ea7a12af25986aa94beac
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+apertis1bv2024dev3b1
Suggests: devhelp
Filename: pool/target/libr/librsvg/librsvg2-doc_2.54.5+dfsg-1+apertis1bv2024dev3b1_all.deb
Size: 80440
MD5sum: 4d73616ae73177f33817a5f268def130
SHA1: 7add664756d2f8b86795043250784322841b46d3
SHA256: 3ab2b3f70aae7a1c73254dae31590af0a9a26d36f41de2d33e3d1e6d13c5b01f
SHA512: ea482c45ff287bdc7fa5358db11243cb6ae09d6fc74d203256dc234088f0ae284f71885c5f608aa514d5f42640fd761f2a0d1b21995fcb94a344986cf7be3f22
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: 172
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-aes
Version: 0.6.0-1+apertis2bv2024dev3b1
Provides: librust-aes+default-dev (= 0.6.0-1+apertis2bv2024dev3b1), librust-aes-0+default-dev (= 0.6.0-1+apertis2bv2024dev3b1), librust-aes-0-dev (= 0.6.0-1+apertis2bv2024dev3b1), librust-aes-0.6+default-dev (= 0.6.0-1+apertis2bv2024dev3b1), librust-aes-0.6-dev (= 0.6.0-1+apertis2bv2024dev3b1), librust-aes-0.6.0+default-dev (= 0.6.0-1+apertis2bv2024dev3b1), librust-aes-0.6.0-dev (= 0.6.0-1+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 85420
MD5sum: 57ad6f907a8f8928a806d934526b494a
SHA1: 65a0cd568d9c586e86ac714876c9f27e0588e014
SHA256: 45aa291391f07f84168e2a89aa9dcfe45fcfc50eec50a712c2747a4c11e7c4db
SHA512: 13bed663da24bfd90005ae3ca92bc6db8e04da969fe0321fba28fd2eaba04add7776ae55090985e67522d5303d44ff5be4b0d8895ea5931bab5bbdda552e7922
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: 246
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-aes-soft
Version: 0.6.4-1+apertis2bv2024dev3b1
Provides: librust-aes-soft+default-dev (= 0.6.4-1+apertis2bv2024dev3b1), librust-aes-soft+semi-fixslice-dev (= 0.6.4-1+apertis2bv2024dev3b1), librust-aes-soft-0+default-dev (= 0.6.4-1+apertis2bv2024dev3b1), librust-aes-soft-0+semi-fixslice-dev (= 0.6.4-1+apertis2bv2024dev3b1), librust-aes-soft-0-dev (= 0.6.4-1+apertis2bv2024dev3b1), librust-aes-soft-0.6+default-dev (= 0.6.4-1+apertis2bv2024dev3b1), librust-aes-soft-0.6+semi-fixslice-dev (= 0.6.4-1+apertis2bv2024dev3b1), librust-aes-soft-0.6-dev (= 0.6.4-1+apertis2bv2024dev3b1), librust-aes-soft-0.6.4+default-dev (= 0.6.4-1+apertis2bv2024dev3b1), librust-aes-soft-0.6.4+semi-fixslice-dev (= 0.6.4-1+apertis2bv2024dev3b1), librust-aes-soft-0.6.4-dev (= 0.6.4-1+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 92336
MD5sum: ee9c29d4310637058399049e0ca47730
SHA1: c57d38b5154e76a738fa5cc3d4cd0081e410b595
SHA256: f270346265160aa68e3f46cb28153eac9e7edb55e3a35c5a6a7ef9372cbb9c70
SHA512: f6ed261ef86cbb91108c7374eb5f77ab6a204f2959b2751cf25edf012c9f19ca79fdd7a826d87c118c4de265d85f804054408b84fc0f98e75f88fb06bc29927a
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: 139
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-base64ct
Version: 1.5.1-1+apertis2bv2024dev3b1
Provides: librust-base64ct+alloc-dev (= 1.5.1-1+apertis2bv2024dev3b1), librust-base64ct+default-dev (= 1.5.1-1+apertis2bv2024dev3b1), librust-base64ct+std-dev (= 1.5.1-1+apertis2bv2024dev3b1), librust-base64ct-1+alloc-dev (= 1.5.1-1+apertis2bv2024dev3b1), librust-base64ct-1+default-dev (= 1.5.1-1+apertis2bv2024dev3b1), librust-base64ct-1+std-dev (= 1.5.1-1+apertis2bv2024dev3b1), librust-base64ct-1-dev (= 1.5.1-1+apertis2bv2024dev3b1), librust-base64ct-1.5+alloc-dev (= 1.5.1-1+apertis2bv2024dev3b1), librust-base64ct-1.5+default-dev (= 1.5.1-1+apertis2bv2024dev3b1), librust-base64ct-1.5+std-dev (= 1.5.1-1+apertis2bv2024dev3b1), librust-base64ct-1.5-dev (= 1.5.1-1+apertis2bv2024dev3b1), librust-base64ct-1.5.1+alloc-dev (= 1.5.1-1+apertis2bv2024dev3b1), librust-base64ct-1.5.1+default-dev (= 1.5.1-1+apertis2bv2024dev3b1), librust-base64ct-1.5.1+std-dev (= 1.5.1-1+apertis2bv2024dev3b1), librust-base64ct-1.5.1-dev (= 1.5.1-1+apertis2bv2024dev3b1)
Filename: pool/target/r/rust-base64ct/librust-base64ct-dev_1.5.1-1+apertis2bv2024dev3b1_arm64.deb
Size: 28964
MD5sum: e57030d602b70cecb2e98860ecc184b9
SHA1: b3a87e06990776a415f38e63622bc3981fd2d121
SHA256: c7e6d36dbba285638066ad6660a8c3b8cf4c06d4cb03c15172d4f34b8435bd91
SHA512: 56ddad9e9111878a56dcddc7b217ff183eb45539311a66f2bac08f4fa0b19c8e9b4f926baac84d0cc1663e9be1c1237163213d9ce7293db8fec00c7422fe0f86
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: 114
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-bzip2
Version: 0.4.4-1+apertis1bv2024dev3b1
Provides: librust-bzip2+default-dev (= 0.4.4-1+apertis1bv2024dev3b1), librust-bzip2+static-dev (= 0.4.4-1+apertis1bv2024dev3b1), librust-bzip2-0+default-dev (= 0.4.4-1+apertis1bv2024dev3b1), librust-bzip2-0+static-dev (= 0.4.4-1+apertis1bv2024dev3b1), librust-bzip2-0-dev (= 0.4.4-1+apertis1bv2024dev3b1), librust-bzip2-0.4+default-dev (= 0.4.4-1+apertis1bv2024dev3b1), librust-bzip2-0.4+static-dev (= 0.4.4-1+apertis1bv2024dev3b1), librust-bzip2-0.4-dev (= 0.4.4-1+apertis1bv2024dev3b1), librust-bzip2-0.4.4+default-dev (= 0.4.4-1+apertis1bv2024dev3b1), librust-bzip2-0.4.4+static-dev (= 0.4.4-1+apertis1bv2024dev3b1), librust-bzip2-0.4.4-dev (= 0.4.4-1+apertis1bv2024dev3b1)
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+apertis1bv2024dev3b1_arm64.deb
Size: 34836
MD5sum: 9cffd08598c2937e93142be9090197e9
SHA1: 31cceefb92c065dae474887986e068c1eba0bb08
SHA256: a31136b26195a674b52cbe6cb44856d08dc5ba4fe073372465ea0941b05fe067
SHA512: 2c6a977e9ff1ab2fd9e8c729bd96bb8138c1a78ff42f87e7776cded4078e8c0f0528a5fcb211f25d4d051e9e3d3bcd34ac8059c77df3b4c44cfd79461f46f4ba
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: 141
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-clap-complete
Version: 4.0.7-1+apertis2bv2024dev3b1
Provides: librust-clap-complete+default-dev (= 4.0.7-1+apertis2bv2024dev3b1), librust-clap-complete+unstable-dynamic-dev (= 4.0.7-1+apertis2bv2024dev3b1), librust-clap-complete-4+default-dev (= 4.0.7-1+apertis2bv2024dev3b1), librust-clap-complete-4+unstable-dynamic-dev (= 4.0.7-1+apertis2bv2024dev3b1), librust-clap-complete-4-dev (= 4.0.7-1+apertis2bv2024dev3b1), librust-clap-complete-4.0+default-dev (= 4.0.7-1+apertis2bv2024dev3b1), librust-clap-complete-4.0+unstable-dynamic-dev (= 4.0.7-1+apertis2bv2024dev3b1), librust-clap-complete-4.0-dev (= 4.0.7-1+apertis2bv2024dev3b1), librust-clap-complete-4.0.7+default-dev (= 4.0.7-1+apertis2bv2024dev3b1), librust-clap-complete-4.0.7+unstable-dynamic-dev (= 4.0.7-1+apertis2bv2024dev3b1), librust-clap-complete-4.0.7-dev (= 4.0.7-1+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 27268
MD5sum: ea9565384af39a270cd35542341d0e12
SHA1: d73e181baa0b7597e719e4526cdd601ccbf91815
SHA256: 429f90ca625b64e3afa7356dd646667333ee071e2040323a0753f9cd0f317528
SHA512: 3228ac8f32ef653edb6e16e61860e9a1618ae573c3472ff02d47673e8446b5f95d0be8412812db09c56ab769849b717b1846f031da6c20c9cfd044114ca8aacf
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: 377
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-findutils
Version: 0.4.0-0+apertis3bv2024dev3b2
Provides: librust-findutils+default-dev (= 0.4.0-0+apertis3bv2024dev3b2), librust-findutils-0+default-dev (= 0.4.0-0+apertis3bv2024dev3b2), librust-findutils-0-dev (= 0.4.0-0+apertis3bv2024dev3b2), librust-findutils-0.4+default-dev (= 0.4.0-0+apertis3bv2024dev3b2), librust-findutils-0.4-dev (= 0.4.0-0+apertis3bv2024dev3b2), librust-findutils-0.4.0+default-dev (= 0.4.0-0+apertis3bv2024dev3b2), librust-findutils-0.4.0-dev (= 0.4.0-0+apertis3bv2024dev3b2)
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+apertis3bv2024dev3b2_arm64.deb
Size: 53228
MD5sum: 91b69ffd82ca05cc1f8d0e880471d22f
SHA1: 84685c96bf0bf875cd65bf0c3eaf6739e64d3453
SHA256: ffe7f192baa0a937095fd1eaf173c5935dc7f1a5bc5dcfc26a2f58aced6854bb
SHA512: 1dc129a01eee665c85377865bc16d40573f1ba103cca6c11f500fb4fd974b562897df32ba52a16e11e8f5cd098d73fafe0fc29181e91a54dd283d9d4874e4a50
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: 2248
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-idna
Version: 0.3.0-1+apertis1bv2024dev3b1
Provides: librust-idna+default-dev (= 0.3.0-1+apertis1bv2024dev3b1), librust-idna-0+default-dev (= 0.3.0-1+apertis1bv2024dev3b1), librust-idna-0-dev (= 0.3.0-1+apertis1bv2024dev3b1), librust-idna-0.3+default-dev (= 0.3.0-1+apertis1bv2024dev3b1), librust-idna-0.3-dev (= 0.3.0-1+apertis1bv2024dev3b1), librust-idna-0.3.0+default-dev (= 0.3.0-1+apertis1bv2024dev3b1), librust-idna-0.3.0-dev (= 0.3.0-1+apertis1bv2024dev3b1)
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+apertis1bv2024dev3b1_arm64.deb
Size: 205080
MD5sum: c99a5326db0588df2f0b9db31839caa9
SHA1: c9025fe2aef47712068e87dcf72db0b7e72a2efe
SHA256: 615c271de14443e847a8c4d9174bde3b896c645372cf64eddcabbf6bd072e42d
SHA512: 5e045968b35f3a67600ad72b21e49a621aa892968f95f8fe10e37a0a267b7ecbba5631273570de023581b09b1439d5e01954f912fcd62200a3997505cb091d3a
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: 7439
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-rav1e
Version: 0.5.1-6+apertis2bv2024dev3b1
Provides: librust-rav1e+aom-sys-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e+asm-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e+av-metrics-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e+bench-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e+binaries-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e+capi-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e+cc-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e+clap-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e+console-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e+dav1d-sys-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e+decode-test-dav1d-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e+decode-test-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e+default-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e+fern-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e+ivf-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e+nasm-rs-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e+regex-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e+scan-fmt-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e+scenechange-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e+serde-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e+serialize-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e+signal-hook-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e+signal-support-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e+toml-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e+y4m-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0+aom-sys-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0+asm-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0+av-metrics-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0+bench-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0+binaries-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0+capi-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0+cc-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0+clap-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0+console-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0+dav1d-sys-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0+decode-test-dav1d-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0+decode-test-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0+default-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0+fern-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0+ivf-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0+nasm-rs-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0+regex-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0+scan-fmt-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0+scenechange-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0+serde-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0+serialize-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0+signal-hook-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0+signal-support-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0+toml-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0+y4m-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5+aom-sys-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5+asm-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5+av-metrics-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5+bench-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5+binaries-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5+capi-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5+cc-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5+clap-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5+console-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5+dav1d-sys-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5+decode-test-dav1d-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5+decode-test-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5+default-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5+fern-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5+ivf-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5+nasm-rs-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5+regex-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5+scan-fmt-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5+scenechange-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5+serde-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5+serialize-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5+signal-hook-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5+signal-support-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5+toml-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5+y4m-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5.1+aom-sys-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5.1+asm-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5.1+av-metrics-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5.1+bench-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5.1+binaries-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5.1+capi-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5.1+cc-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5.1+clap-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5.1+console-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5.1+dav1d-sys-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5.1+decode-test-dav1d-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5.1+decode-test-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5.1+default-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5.1+fern-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5.1+ivf-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5.1+nasm-rs-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5.1+regex-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5.1+scan-fmt-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5.1+scenechange-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5.1+serde-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5.1+serialize-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5.1+signal-hook-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5.1+signal-support-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5.1+toml-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5.1+y4m-dev (= 0.5.1-6+apertis2bv2024dev3b1), librust-rav1e-0.5.1-dev (= 0.5.1-6+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 727220
MD5sum: 1e4b42da0f814dde86e8e774407f64bb
SHA1: 15fb75cd48e36f8762fbf672841aa0c1236d4eed
SHA256: 8f6cd9429c9dd406bfbc593cfedaa7eba1801eb14dae58797de16d61594b244a
SHA512: c28456ef533a534afebf0705d5a722ad17a042f8770eefa19e36857b2c61f8df8e539884b5ac84919d32558731a3983d47862f7532d09344d3ac227f24077d95
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+apertis1bv2024dev3b1
Provides: librust-sequoia-autocrypt+default-dev (= 0.24.0-1+apertis1bv2024dev3b1), librust-sequoia-autocrypt-0+default-dev (= 0.24.0-1+apertis1bv2024dev3b1), librust-sequoia-autocrypt-0-dev (= 0.24.0-1+apertis1bv2024dev3b1), librust-sequoia-autocrypt-0.24+default-dev (= 0.24.0-1+apertis1bv2024dev3b1), librust-sequoia-autocrypt-0.24-dev (= 0.24.0-1+apertis1bv2024dev3b1), librust-sequoia-autocrypt-0.24.0+default-dev (= 0.24.0-1+apertis1bv2024dev3b1), librust-sequoia-autocrypt-0.24.0-dev (= 0.24.0-1+apertis1bv2024dev3b1)
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+apertis1bv2024dev3b1_arm64.deb
Size: 40908
MD5sum: f06f61a12ad3e829676d56cded541094
SHA1: 5bb12beda4508ee5af2eca4d78f20ceba5f1c805
SHA256: e9d5e064932e10b9aed7b3db45aae17f4138a1a4ff8bdaa32cf76f7fa793c06b
SHA512: e804ca83601c8401d2ad873b2543b9a9c92d3a0dc79e06cf37fe1f79ff447f20142533b2fb32c45f2b407ac8408d645b975759aab6328bb441cf54cc7daf22c9
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+apertis1bv2024dev3b1
Provides: librust-sequoia-openpgp-1+bzip2-dev (= 1.12.0-2+apertis1bv2024dev3b1), librust-sequoia-openpgp-1.12+bzip2-dev (= 1.12.0-2+apertis1bv2024dev3b1), librust-sequoia-openpgp-1.12.0+bzip2-dev (= 1.12.0-2+apertis1bv2024dev3b1)
Depends: librust-sequoia-openpgp-dev (= 1.12.0-2+apertis1bv2024dev3b1), librust-bzip2-0.4+default-dev
Filename: pool/target/r/rust-sequoia-openpgp/librust-sequoia-openpgp+bzip2-dev_1.12.0-2+apertis1bv2024dev3b1_arm64.deb
Size: 1240
MD5sum: 510e6e87ad0f08d0d8b82de5b3bf9a01
SHA1: 3987fb1b4f217173dd3f27ca1c5bdd19703af4fc
SHA256: 5db821b4e581177bf1ab1bf5c11c92a9d7ab7ef9e9a904bc38a5d95f84b20456
SHA512: dc3e51854e35682f8d7a226235d0d5b46aa895a635f6e353b077ee86b2582121fb6222922d09a4382f8d06a2a45c87e767f77fee35f4510066e71097aa752219
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+apertis1bv2024dev3b1
Provides: librust-sequoia-openpgp-1+compression-bzip2-dev (= 1.12.0-2+apertis1bv2024dev3b1), librust-sequoia-openpgp-1.12+compression-bzip2-dev (= 1.12.0-2+apertis1bv2024dev3b1), librust-sequoia-openpgp-1.12.0+compression-bzip2-dev (= 1.12.0-2+apertis1bv2024dev3b1)
Depends: librust-sequoia-openpgp-dev (= 1.12.0-2+apertis1bv2024dev3b1), librust-sequoia-openpgp+bzip2-dev (= 1.12.0-2+apertis1bv2024dev3b1), librust-buffered-reader-1+compression-bzip2-dev
Filename: pool/target/r/rust-sequoia-openpgp/librust-sequoia-openpgp+compression-bzip2-dev_1.12.0-2+apertis1bv2024dev3b1_arm64.deb
Size: 1272
MD5sum: 7a3b43d97df11c599f57d7c2d3cab544
SHA1: c641e9ff0935c5729bf5c3f6dd29c8f194d804f7
SHA256: 3991a86477cb4e02ab27f41aa05fe220ae0a6de6894a3d8b48b8348ba1b5c7a5
SHA512: e4967410cad13d82dbd9c8ce7185a7709f9140b3801654841d2c6671cf8db1320f5aacef1480ed2b2bd0a30dbb26381372f36e4b6144f1c169798f19e84f37d3
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+apertis1bv2024dev3b1
Provides: librust-sequoia-openpgp-1+compression-deflate-dev (= 1.12.0-2+apertis1bv2024dev3b1), librust-sequoia-openpgp-1.12+compression-deflate-dev (= 1.12.0-2+apertis1bv2024dev3b1), librust-sequoia-openpgp-1.12.0+compression-deflate-dev (= 1.12.0-2+apertis1bv2024dev3b1)
Depends: librust-sequoia-openpgp-dev (= 1.12.0-2+apertis1bv2024dev3b1), librust-sequoia-openpgp+flate2-dev (= 1.12.0-2+apertis1bv2024dev3b1), librust-buffered-reader-1+compression-deflate-dev
Filename: pool/target/r/rust-sequoia-openpgp/librust-sequoia-openpgp+compression-deflate-dev_1.12.0-2+apertis1bv2024dev3b1_arm64.deb
Size: 1268
MD5sum: fe7bcb482c28440b26e7db61b82fb70b
SHA1: 34c401d045571f2937da2e1b7c705660cd86fc9f
SHA256: e84d668d11a7eb734f9192b7188177fb328205f9d6927b993de94e0c7e83caf7
SHA512: 26680e533b7d7da8d84ff47839bcc5516215c3e6c4b8039f4cb43b1fef36310d6e8608b9670174717da6c1fe594445df57f814145c064c15185b79419a858cfe
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+apertis1bv2024dev3b1
Provides: librust-sequoia-openpgp-1+compression-dev (= 1.12.0-2+apertis1bv2024dev3b1), librust-sequoia-openpgp-1.12+compression-dev (= 1.12.0-2+apertis1bv2024dev3b1), librust-sequoia-openpgp-1.12.0+compression-dev (= 1.12.0-2+apertis1bv2024dev3b1)
Depends: librust-sequoia-openpgp-dev (= 1.12.0-2+apertis1bv2024dev3b1), librust-sequoia-openpgp+compression-deflate-dev (= 1.12.0-2+apertis1bv2024dev3b1), librust-sequoia-openpgp+compression-bzip2-dev (= 1.12.0-2+apertis1bv2024dev3b1)
Filename: pool/target/r/rust-sequoia-openpgp/librust-sequoia-openpgp+compression-dev_1.12.0-2+apertis1bv2024dev3b1_arm64.deb
Size: 1248
MD5sum: e9378f8f9a58fec4c031248568cbe1ae
SHA1: 2b919bf5cc5ee760455e068a6edd46d8cf2c7fdb
SHA256: 6682d1f46e82f25a361a8faa01935a68a45158938074e997df7ae6ab2313755d
SHA512: 38dd523b17cef595fdd64a0a572beb0f915a47a4ebf61bf971c3c9d8bd28456d6efd3b481403221a25856c65a5f1e94462869f1fbf9ef42707e4e9987a74a6b3
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+apertis1bv2024dev3b1
Provides: librust-sequoia-openpgp-1+default-dev (= 1.12.0-2+apertis1bv2024dev3b1), librust-sequoia-openpgp-1.12+default-dev (= 1.12.0-2+apertis1bv2024dev3b1), librust-sequoia-openpgp-1.12.0+default-dev (= 1.12.0-2+apertis1bv2024dev3b1)
Depends: librust-sequoia-openpgp-dev (= 1.12.0-2+apertis1bv2024dev3b1), librust-sequoia-openpgp+compression-dev (= 1.12.0-2+apertis1bv2024dev3b1), librust-sequoia-openpgp+crypto-nettle-dev (= 1.12.0-2+apertis1bv2024dev3b1)
Filename: pool/target/r/rust-sequoia-openpgp/librust-sequoia-openpgp+default-dev_1.12.0-2+apertis1bv2024dev3b1_arm64.deb
Size: 1244
MD5sum: 33db614e0a9680d4865db3e571b2bb1a
SHA1: 2fa26b0791a3ead36397f57a7fad7e0cc9d24ce0
SHA256: b5fae58ce6b50f01109e9f8fbe522a926134b67d56c8b64799f40554dfee84bb
SHA512: 2a3c1416b83ddc7fd32134db4921dc406d3e668abceb9000147332400648a98064406035f4fd83f24d10e0c7e53e6f4d4c1c53cdd0bda514d913a57284dbb915
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+apertis1bv2024dev3b1
Provides: librust-sequoia-openpgp-1+flate2-dev (= 1.12.0-2+apertis1bv2024dev3b1), librust-sequoia-openpgp-1.12+flate2-dev (= 1.12.0-2+apertis1bv2024dev3b1), librust-sequoia-openpgp-1.12.0+flate2-dev (= 1.12.0-2+apertis1bv2024dev3b1)
Depends: librust-sequoia-openpgp-dev (= 1.12.0-2+apertis1bv2024dev3b1), librust-flate2-1+default-dev (>= 1.0.1-~~)
Filename: pool/target/r/rust-sequoia-openpgp/librust-sequoia-openpgp+flate2-dev_1.12.0-2+apertis1bv2024dev3b1_arm64.deb
Size: 1244
MD5sum: 65703649e2511d11303df7236ba1405c
SHA1: 5355543dc7982c30a3b745aa57dfe4c68fc8f0e8
SHA256: 2bdbd68666d80f9e4190d373054f6d0f3cb013dcb86bd07acd24dca3ad19f243
SHA512: f6c0f1278609145d62fbbaeba07bfa60996375fc60ac19974c17afae389577c0c2ed81201a34a3b0367de40153b34429e4f81fc114269a7108f8582446878c82
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+apertis1bv2024dev3b1
Provides: librust-sequoia-openpgp+crypto-nettle-dev (= 1.12.0-2+apertis1bv2024dev3b1), librust-sequoia-openpgp-1+crypto-nettle-dev (= 1.12.0-2+apertis1bv2024dev3b1), librust-sequoia-openpgp-1+nettle-dev (= 1.12.0-2+apertis1bv2024dev3b1), librust-sequoia-openpgp-1.12+crypto-nettle-dev (= 1.12.0-2+apertis1bv2024dev3b1), librust-sequoia-openpgp-1.12+nettle-dev (= 1.12.0-2+apertis1bv2024dev3b1), librust-sequoia-openpgp-1.12.0+crypto-nettle-dev (= 1.12.0-2+apertis1bv2024dev3b1), librust-sequoia-openpgp-1.12.0+nettle-dev (= 1.12.0-2+apertis1bv2024dev3b1)
Depends: librust-sequoia-openpgp-dev (= 1.12.0-2+apertis1bv2024dev3b1), librust-nettle-7+default-dev (>= 7.0.2-~~)
Filename: pool/target/r/rust-sequoia-openpgp/librust-sequoia-openpgp+nettle-dev_1.12.0-2+apertis1bv2024dev3b1_arm64.deb
Size: 1304
MD5sum: 6fb74f407df8949478bab2e40912b5c6
SHA1: 0e0d18849528c936a5372a8f34b5ceb3a35f2280
SHA256: e26df6067a60e0ec2a79f555c17c69950405b728be2fb167c24c2c6fa100a480
SHA512: d26ce26bd8eeb9be2c4af3a624fc9cd94823567a1bb1d10b06b406a1dbf78f302cffecd434a09369f151082756c56d69447980b968e372f3c7860b3f7fa70fc8
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: 7163
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-sequoia-openpgp
Version: 1.12.0-2+apertis1bv2024dev3b1
Provides: librust-sequoia-openpgp-1-dev (= 1.12.0-2+apertis1bv2024dev3b1), librust-sequoia-openpgp-1.12-dev (= 1.12.0-2+apertis1bv2024dev3b1), librust-sequoia-openpgp-1.12.0-dev (= 1.12.0-2+apertis1bv2024dev3b1)
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+apertis1bv2024dev3b1)
Suggests: librust-sequoia-openpgp+bzip2-dev (= 1.12.0-2+apertis1bv2024dev3b1), librust-sequoia-openpgp+compression-dev (= 1.12.0-2+apertis1bv2024dev3b1), librust-sequoia-openpgp+compression-bzip2-dev (= 1.12.0-2+apertis1bv2024dev3b1), librust-sequoia-openpgp+compression-deflate-dev (= 1.12.0-2+apertis1bv2024dev3b1), librust-sequoia-openpgp+flate2-dev (= 1.12.0-2+apertis1bv2024dev3b1), librust-sequoia-openpgp+nettle-dev (= 1.12.0-2+apertis1bv2024dev3b1)
Filename: pool/target/r/rust-sequoia-openpgp/librust-sequoia-openpgp-dev_1.12.0-2+apertis1bv2024dev3b1_arm64.deb
Size: 2149332
MD5sum: b4aa1d912211d9ff12e5a383ac57a97e
SHA1: d07f7951fd396883ed18452589d97534575be21c
SHA256: 009cde0a7083a6412b3d8faea5a09e1ad565109d98c2d998142de78c45e222af
SHA512: 8754d4b41da71eaaf0ce8dc0cac510a3fb2f3e6e845ed17c491f1a0ef0f33b3789cf01ae5668cff1849ad99b1f535198e5dcef9f56db2b52a894e95b855e81c4
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+apertis1bv2024dev3b1
Provides: librust-sha1collisiondetection+default-dev (= 0.2.6-1+apertis1bv2024dev3b1), librust-sha1collisiondetection+std-dev (= 0.2.6-1+apertis1bv2024dev3b1), librust-sha1collisiondetection-0+default-dev (= 0.2.6-1+apertis1bv2024dev3b1), librust-sha1collisiondetection-0+std-dev (= 0.2.6-1+apertis1bv2024dev3b1), librust-sha1collisiondetection-0-dev (= 0.2.6-1+apertis1bv2024dev3b1), librust-sha1collisiondetection-0.2+default-dev (= 0.2.6-1+apertis1bv2024dev3b1), librust-sha1collisiondetection-0.2+std-dev (= 0.2.6-1+apertis1bv2024dev3b1), librust-sha1collisiondetection-0.2-dev (= 0.2.6-1+apertis1bv2024dev3b1), librust-sha1collisiondetection-0.2.6+default-dev (= 0.2.6-1+apertis1bv2024dev3b1), librust-sha1collisiondetection-0.2.6+std-dev (= 0.2.6-1+apertis1bv2024dev3b1), librust-sha1collisiondetection-0.2.6-dev (= 0.2.6-1+apertis1bv2024dev3b1)
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+apertis1bv2024dev3b1_arm64.deb
Size: 425492
MD5sum: 0f35b129dacece86a3898746822db1a2
SHA1: 755e85a7763eb5e2d37f40a5cb4ae558c30ac7a3
SHA256: 6f92cddc040ab9b1266f3dff606608198c46db10e1ca587fb7e7234852b94d2e
SHA512: d7a9aac074b96a3fb9dad02adee780caa76b162a824157c877cd2bf577caba6f2ba8f2d9159cf8efc8f8ac893905eeb4f17b1473c4fe35f6295c3d269aea1755
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: 282
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-zip
Version: 0.6.3-3+apertis2bv2024dev3b1
Provides: librust-zip+aes-crypto-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip+aes-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip+bzip2-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip+constant-time-eq-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip+default-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip+deflate-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip+deflate-miniz-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip+deflate-zlib-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip+flate2-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip+hmac-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip+pbkdf2-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip+sha1-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip+time-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip+unreserved-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip+zstd-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0+aes-crypto-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0+aes-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0+bzip2-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0+constant-time-eq-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0+default-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0+deflate-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0+deflate-miniz-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0+deflate-zlib-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0+flate2-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0+hmac-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0+pbkdf2-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0+sha1-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0+time-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0+unreserved-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0+zstd-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0.6+aes-crypto-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0.6+aes-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0.6+bzip2-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0.6+constant-time-eq-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0.6+default-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0.6+deflate-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0.6+deflate-miniz-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0.6+deflate-zlib-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0.6+flate2-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0.6+hmac-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0.6+pbkdf2-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0.6+sha1-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0.6+time-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0.6+unreserved-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0.6+zstd-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0.6-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0.6.3+aes-crypto-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0.6.3+aes-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0.6.3+bzip2-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0.6.3+constant-time-eq-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0.6.3+default-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0.6.3+deflate-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0.6.3+deflate-miniz-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0.6.3+deflate-zlib-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0.6.3+flate2-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0.6.3+hmac-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0.6.3+pbkdf2-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0.6.3+sha1-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0.6.3+time-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0.6.3+unreserved-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0.6.3+zstd-dev (= 0.6.3-3+apertis2bv2024dev3b1), librust-zip-0.6.3-dev (= 0.6.3-3+apertis2bv2024dev3b1)
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+apertis2bv2024dev3b1_arm64.deb
Size: 53708
MD5sum: 8d649d68b636591779029560e2ddaab5
SHA1: 70dafe6e297ba11a990450dab19cddb3566c6b18
SHA256: 2fbfc9e81883c9c0689a62bd098a83f427524bd7d0edae7c9b694494f78bcc8f
SHA512: 1fdf7f9b62fc970d338b700e52dafd5f1fe5cbea143d18d2efb8ece63125706bd413968da8393e07a812b639a4bd500b307840a2c9b65c4476e0feded1b6a602
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: 1508
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libsamplerate
Version: 0.2.2-3+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/libs/libsamplerate/libsamplerate0_0.2.2-3+apertis1bv2024dev3b1_arm64.deb
Size: 946004
MD5sum: 627f906f83183a0f72e862aa91b05e8c
SHA1: 370ac86ef6a7e22461a8694e154b9a3d51bd9113
SHA256: 84b7aa1e5a5a46c60e4f75cb0463bdd15d7c3d340c6c0dea6e27ff1756efc3a3
SHA512: 387a038ccc84e6aa078aaf62c7b05bf537ad830543ec55f8773fd2e2c8bdcc376df305d7703ed9be037bfdc461750f3674c7c6b3364f03e54deaa6a2374676a2
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+apertis1bv2024dev3b1
Depends: libsamplerate0 (= 0.2.2-3+apertis1bv2024dev3b1)
Filename: pool/target/libs/libsamplerate/libsamplerate0-dbgsym_0.2.2-3+apertis1bv2024dev3b1_arm64.deb
Size: 33728
MD5sum: 2129270b4c037cf0978f9b72ca7bd8dc
SHA1: d1cce2b316253f450ecb00f26f91cdd9f9b8aff4
SHA256: c674972fffc39fc41870e8a9282e09403dc5503bfff5da94195743e86c9c387d
SHA512: 29560701dde3b6324aae3dc29918302db6f80b065bbd081ed34c6c75d5398a7b2d9b87d185c4fd43f99f37a45697205ac3fe2913d6bcac8bcd0a95319d062db0
Description: debug symbols for libsamplerate0
Auto-Built-Package: debug-symbols
Build-Ids: a690f4edaf00a03ea39c16f50a0162a4526782e7
Multi-Arch: same

Package: libsamplerate0-dev
Priority: optional
Section: libdevel
Installed-Size: 138
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libsamplerate
Version: 0.2.2-3+apertis1bv2024dev3b1
Provides: libsamplerate-dev
Depends: libsamplerate0 (= 0.2.2-3+apertis1bv2024dev3b1), pkg-config
Conflicts: libsamplerate-dev
Filename: pool/target/libs/libsamplerate/libsamplerate0-dev_0.2.2-3+apertis1bv2024dev3b1_arm64.deb
Size: 63188
MD5sum: 01d67a41cf8c9f85dfb5d872f5cdc008
SHA1: 8dc0d060161fd55c9ac4c6ef557bc2a12d6847f6
SHA256: 4dbcb6d52fb5017b192663e9126b0ec029a61a82917e8fed1df8d9dce913c1f4
SHA512: 4b7577db6ecfc87ca87e50058e10242845fd48b0c99dbc7ab95eda1446c4e2dad6215d3176ac3019ea4033a490b4f856f8b1fa45ca995fb04baefe3a45f12293
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+apertis2bv2024dev3b2
Replaces: libsasl2
Depends: libsasl2-modules-db (>= 2.1.28+dfsg-10+apertis2bv2024dev3b2), libc6 (>= 2.34)
Recommends: libsasl2-modules (>= 2.1.28+dfsg-10+apertis2bv2024dev3b2)
Filename: pool/target/c/cyrus-sasl2/libsasl2-2_2.1.28+dfsg-10+apertis2bv2024dev3b2_arm64.deb
Size: 61728
MD5sum: 83905d20595a06e06de3b8a0c98c64e2
SHA1: 7c14bf92b2b42ca229e0f31b95e573d0abf83632
SHA256: f601942ef037005d587ec4dfe2e8b2b619944ad62885601ca607f570b210c381
SHA512: a77bad83d29a24be0c65cc68a4bb9dd6312d54ebbef3480514146c4d8a1d125cb52591d2b09e344dd522f2a3d08cb59626fff702ac8a46de5f3c3d451d5b5bc9
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+apertis2bv2024dev3b2
Depends: libsasl2-2 (= 2.1.28+dfsg-10+apertis2bv2024dev3b2)
Filename: pool/target/c/cyrus-sasl2/libsasl2-2-dbgsym_2.1.28+dfsg-10+apertis2bv2024dev3b2_arm64.deb
Size: 134436
MD5sum: e7b42b093c9786dd0117adbaf6a4f1dd
SHA1: 4b0f4921e3dd7d58ed66d3106e9550869f125d4e
SHA256: ae52c8115fd5d85236bab6ad2f9936c15e56d8ca73d790faa2b8945c4731f72f
SHA512: 8ab1b6abfbf83c3332699c9547336c6a2ce4db269745589ccd41201bae754b5e0e1be1c62cf932ec7e98c3e47d9b2e5516d1d39d6cfa6cbc456e2300fb14956c
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+apertis2bv2024dev3b2
Depends: libc-dev, libsasl2-2 (= 2.1.28+dfsg-10+apertis2bv2024dev3b2)
Filename: pool/target/c/cyrus-sasl2/libsasl2-dev_2.1.28+dfsg-10+apertis2bv2024dev3b2_arm64.deb
Size: 210008
MD5sum: a115a794b47024542c2aed9081ae5c60
SHA1: 51a679a75a225aa71ad37f8a784cc07bc37be416
SHA256: 9a86221bb247231995a691af5bca2bdc7b02bedb1de564360065ed6d7f3a4a15
SHA512: 13fd4bb43c1144f617245f31b074d0d4ca86a903e4b24de1709f6e1b8ac4fdd497ced0be878fe859e4c324aff64c89bca6c5b940eb408cb65cdc9a4c7df245d2
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+apertis2bv2024dev3b2
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+apertis2bv2024dev3b2_arm64.deb
Size: 67028
MD5sum: 0731fcba955a7bcbd04edfc9a6e5f664
SHA1: 489a5ac02ee7f1b9ac5422b3592bca22028abe01
SHA256: ae3b151650e3fe353ccdb5c0b0edcef0fe4c9e28d94f0cebf592c280dfe51c32
SHA512: 6b73938449e12e76e8acb87a1788473c18d76f4bd84bc7188044dc4c4a9a3b40ec73c9cee95acef6a1e3a4fa2350aa5b503c7c87cbc2abb663481c03bf26c825
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+apertis2bv2024dev3b2
Depends: libc6 (>= 2.17), libdb5.3
Filename: pool/target/c/cyrus-sasl2/libsasl2-modules-db_2.1.28+dfsg-10+apertis2bv2024dev3b2_arm64.deb
Size: 24568
MD5sum: 9dd91fef3a8261145616113f73d1ef42
SHA1: 74abcb5db3314dfc84e59cb7eb01ef03d3021095
SHA256: c09616e8af0cab9b7280898dda0a0cccc9716fe3112ab259ab7de370fc2f23e8
SHA512: 4d894977c5e9f24ff1f88543ccd18aae96b5c9637efc068ead6c53dcddef5d9016724267c606a9a7c2acd6a5030d2a45646630597ef7f7a8451b6cb40b430149
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+apertis2bv2024dev3b2
Depends: libsasl2-modules-db (= 2.1.28+dfsg-10+apertis2bv2024dev3b2)
Filename: pool/target/c/cyrus-sasl2/libsasl2-modules-db-dbgsym_2.1.28+dfsg-10+apertis2bv2024dev3b2_arm64.deb
Size: 50288
MD5sum: 78c6cfb4f89e9d4cef52da3cd86121e6
SHA1: 4468d48366019d2aed7c17ef775b69e76e982b70
SHA256: 093a204e8fcf2962f1d443736a47b69d711e388f365e1672f708e9d8cd1becd5
SHA512: 805dfc6ec0d835543dc0ab7b838eee9fdee05ef74ae76beb50ee6f914203eff5aea0bcd413e1d9e89b3caadb6f77d7613b407041e8879edde9ad024a4ccd97c4
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+apertis2bv2024dev3b2
Depends: libsasl2-modules (= 2.1.28+dfsg-10+apertis2bv2024dev3b2)
Filename: pool/target/c/cyrus-sasl2/libsasl2-modules-dbgsym_2.1.28+dfsg-10+apertis2bv2024dev3b2_arm64.deb
Size: 241820
MD5sum: 09f0e6ac08fc1d563b879146569db0ea
SHA1: ae39e55f6d2ef60735983a4733a0c464ea38589f
SHA256: f1786317fc746500ac5866a4930a3779d0a83137843041c822b16b7860cd0b69
SHA512: f5933cb34f9f0ebee574c0c022f31e506fd94aaa986b823f10bb01a55f35e1f920a56fc619aebce1977d9b339460d5c628970dd14e8158971d3292eac007605d
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+apertis2bv2024dev3b2
Depends: libsasl2-modules (= 2.1.28+dfsg-10+apertis2bv2024dev3b2), libc6 (>= 2.17), libssl3 (>= 3.0.0)
Filename: pool/target/c/cyrus-sasl2/libsasl2-modules-otp_2.1.28+dfsg-10+apertis2bv2024dev3b2_arm64.deb
Size: 32696
MD5sum: fb0fbf624e8ac8932a873f542fae62c6
SHA1: c26e3efbc80b7861aafe9b74f42067da9f139cbe
SHA256: 9b009162bc46ebf753573553679fc29952bf6bd4105e450e8fc56a3ce61141ac
SHA512: bedac9bd01cdd19027db4283356c7588c8c7955484d5cfbbd60839f72807ba98333d991d58480543d88ce0a151e1f3c74987f1b0d6b66e45f8c0f1d161763d73
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+apertis2bv2024dev3b2
Depends: libsasl2-modules-otp (= 2.1.28+dfsg-10+apertis2bv2024dev3b2)
Filename: pool/target/c/cyrus-sasl2/libsasl2-modules-otp-dbgsym_2.1.28+dfsg-10+apertis2bv2024dev3b2_arm64.deb
Size: 44624
MD5sum: 48490763bff04ba4ddcfa70c97b7afcd
SHA1: 589fcdd6459cb9f9667ad18751b56e31e9bb9007
SHA256: b900d4121bfe7cc8ddcad12faddb466ee7acecbc082bbca6748c89c35beb5778
SHA512: daefc87c7f6c264a3b606390221256e990fab93761dc939ffecd69373b288ca3229da5e22400d45cc40009f4951fc56f8dd238340485e5bc099fa78d6ecc7181
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+apertis1bv2024dev3b2
Depends: libsbc1 (= 2.0-1+apertis1bv2024dev3b2)
Filename: pool/target/s/sbc/libsbc-dev_2.0-1+apertis1bv2024dev3b2_arm64.deb
Size: 27400
MD5sum: 0ce7e2a758a62c2d23ab3c3e1c29ed64
SHA1: c86b1b2947233b5ac07cc67b8f16773daef417ba
SHA256: 5226117daf911f313751ed33d55afcd923b65b7add3d1cdb330cdd0e7ba04d13
SHA512: 47ea15a24c73b3d769434534644a5768d10d5daa19b969997da9076aaafffaf152160e207bdeeeb94006b21c9ec08dd4229ab2a4f0a71af1ae56e5b19c202164
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+apertis1bv2024dev3b2
Depends: libc6 (>= 2.17)
Filename: pool/target/s/sbc/libsbc1_2.0-1+apertis1bv2024dev3b2_arm64.deb
Size: 26232
MD5sum: 6ee0bbc2b6ff2d65a1117fe18d3b289c
SHA1: 09fcc54e8e4c0bc3d68a7c3b4d75b1a9e108a37c
SHA256: e72004759b8ab25b4d25fde2519fc3e1d31d42f04d148c35243a3f39f26348ae
SHA512: 2520e6008278c3f23243d8fa9344cb10f0ac713685cc754601146d842c860bfb7f4c170e202d49440b152c71db58386627d71d80c8702acba3405e6a0e68e6d2
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+apertis1bv2024dev3b2
Depends: libsbc1 (= 2.0-1+apertis1bv2024dev3b2)
Filename: pool/target/s/sbc/libsbc1-dbgsym_2.0-1+apertis1bv2024dev3b2_arm64.deb
Size: 49256
MD5sum: 14203b80ed5da9955b708e171291de76
SHA1: 79a71516e582696b06874183f3dab307dede9099
SHA256: c2690c0e1afc3fa9f9bd690fa8881322e4bba4a000e341b53ca86161538f5dd0
SHA512: c38349cf99955a943feeb450ffea42207c30f3bf7ec5c918d58b86b77c4e8ac2f7e6031a7afc7227894f3b1b094e82b20969b2d9d23f6aacb09c6058ff0ca9a1
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: 385
Maintainer: Kees Cook <kees@debian.org>
Architecture: arm64
Source: libseccomp
Version: 2.5.4-1+apertis1bv2024dev3b1
Depends: libseccomp2 (= 2.5.4-1+apertis1bv2024dev3b1)
Suggests: seccomp
Filename: pool/target/libs/libseccomp/libseccomp-dev_2.5.4-1+apertis1bv2024dev3b1_arm64.deb
Size: 90080
MD5sum: 40df1661d4816c510e759348dd616f65
SHA1: 115f116fcd82dc99305f5314f16c4f86f0b187d1
SHA256: 720bb2cd24403e8828a5f13c397cce116f692b2a42764454da2fa4d04d3c182d
SHA512: 37fffdfcb6646817f4913af978428707902b09cd9e99170b1e88978c39afc8a0437d01752705dded296982c0133d27178aba36018c6c18664a232f18afe9eaf4
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: 157
Maintainer: Kees Cook <kees@debian.org>
Architecture: arm64
Source: libseccomp
Version: 2.5.4-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/libs/libseccomp/libseccomp2_2.5.4-1+apertis1bv2024dev3b1_arm64.deb
Size: 48056
MD5sum: c94976ed3a0cdf075110bd8b3c75708e
SHA1: ed6efed3cf42f3f1a12815670abf7d8465dff6b1
SHA256: 048d79c2979cd52cf2c4f6f51cd3187834225408aa57490eb380c5f2abe65c05
SHA512: 7449c85f831dcdedaacec1f3b87ea026608b4c1ce8d8c4a6760bcb372bd57ac51a048fe966c7a865376af1e150453966444d14a2b5397226d982cac4168c75e4
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+apertis1bv2024dev3b1
Depends: libseccomp2 (= 2.5.4-1+apertis1bv2024dev3b1)
Filename: pool/target/libs/libseccomp/libseccomp2-dbgsym_2.5.4-1+apertis1bv2024dev3b1_arm64.deb
Size: 96180
MD5sum: daeea1f8004f0e28ca0caf14bbaa074d
SHA1: e65d323b6248dcb60f81d3ccebef4bab5d6f9b11
SHA256: 76ee0d24989f05c03f893d156e5f8e59efd6883485e2fa4126bcc7729db4f09e
SHA512: 93746fe11c21774c5eae76deaa6e1e440aa94a0687d70e78a5ee9ad9af44fb8e69eecc1ea9b74b487494e156bc85170c4068f30421e6934689baea760f00222d
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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 104508
MD5sum: be4436fa9ac3458149ff6f582a808b9c
SHA1: d28bfc8235cd238e9af46f86d0c7873448e248d6
SHA256: 677a345fd000b7d1fbdb20d9f5d09982b7c1d6a7817f9730f76dea6dc91e33b8
SHA512: 51c80279f6adcbc8ee077eb336b8331d4b484f8074229d0842ace933be83a80cda53fb883624d02278a1ccb1d7d25bc1075e64c9dd95370ac3b5e207e13f1479
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+apertis1bv2024dev3b1
Depends: libsecret-1-0 (= 0.20.5-3+apertis1bv2024dev3b1)
Filename: pool/target/libs/libsecret/libsecret-1-0-dbgsym_0.20.5-3+apertis1bv2024dev3b1_arm64.deb
Size: 403856
MD5sum: 681adc8bc8e58e9bdcd7f34351714a08
SHA1: 282056a228a9bd5bf28cc0fcfdd7921da8c59f7b
SHA256: 4e1a08b963374b11720a346dcb5f81aee05ea9f71ab1e37d7cff4c1f2dc93647
SHA512: 9f84547530f3893c839da98e59804a26eb867138644a4c75871f9b3c8016be581d0c205e12fb7bf63888884e35abc4c4fd678694e5fe0d008c900ae9def00274
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+apertis1bv2024dev3b1
Depends: libsecret-1-0 (= 0.20.5-3+apertis1bv2024dev3b1), gir1.2-secret-1 (= 0.20.5-3+apertis1bv2024dev3b1), libgcrypt20-dev (>= 1.2.2), libglib2.0-dev (>= 2.44.0)
Filename: pool/target/libs/libsecret/libsecret-1-dev_0.20.5-3+apertis1bv2024dev3b1_arm64.deb
Size: 130764
MD5sum: 40a8265ebec6dfc353c305d3e357cb38
SHA1: 08eda1967fa165c92e649ebbfc49939687f94e2b
SHA256: 776e7b80e47306de4bb5de1742fb12d17a67a8e95d32d4826f5f39eb2efe357b
SHA512: fcf9a5cd9a2f47f6848fae218eb93f1ee3e05854dc6e5670b58bff9ecca79f6ef78451bebb19f6bdef73a2cf4e5a8a815bf5350cdb73e2fe11c287f52e8a9d87
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+apertis1bv2024dev3b1
Filename: pool/target/libs/libsecret/libsecret-common_0.20.5-3+apertis1bv2024dev3b1_all.deb
Size: 26260
MD5sum: 99b359bec41c93bab36259c0899449bb
SHA1: c381b291bd83afaa12c821519f18c44960900f66
SHA256: 14b052a9ff4993bcd19d404b4d143ba8ae638172b9db2ed658e2130d3adc3a18
SHA512: c14961b9f7fc4b0be42a80d4b9292aed036319db5fb662ecea8aa76de3441034f6eb3ee939a91302baa368cdf62e354e14c95c830adb38fa730a38d779cc931a
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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 13292
MD5sum: 8b210977fe8ded439eaef8f9a39ee9b8
SHA1: cbdb9ac88e0813b4c2a3b840d8c9a88c0cefa1cc
SHA256: 46c9ef5c12508056b48251a0094b0c653c53d65ad2a38ff9445bd7762290715f
SHA512: 2b68d67b78dcbd6790f8513bbb6204a85c822b7033444d7b937e69dd19b11b4efcbad0ee2f07dcecf23856d11b899f845dbf1be4ad85646e963709d4c3a6e68f
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+apertis1bv2024dev3b1
Depends: libsecret-tools (= 0.20.5-3+apertis1bv2024dev3b1)
Filename: pool/target/libs/libsecret/libsecret-tools-dbgsym_0.20.5-3+apertis1bv2024dev3b1_arm64.deb
Size: 15824
MD5sum: a89df531c344bca47ceb0ce0f98ddd4c
SHA1: bd3013141b550282b47900ae7ab9e53c20b6ba47
SHA256: dd38a7c91456a57c60dd5780d5e756fc237fcbe06402781e1c02aed98e1382cf
SHA512: dc06e7ee3d7b5a12b9f542268b9f88cea80ba985fd41cce2c6f12f77ba41fc2973ddea67fb775450398d5f301008b39b3b8114dabb518815b7c0d9bc1249259d
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: 156
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: serd
Version: 0.30.16-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.29)
Suggests: serdi
Filename: pool/target/s/serd/libserd-0-0_0.30.16-1+apertis1bv2024dev3b1_arm64.deb
Size: 43920
MD5sum: 830bf97797b364ff9994fe9e85ac0765
SHA1: be20e3b23daa852ece4556c4b56735a4f35afa66
SHA256: 6da8c3e2c42d7d23c472cf63a0ed05f45c8b07b95e0f8b3cfa218f5f500acda0
SHA512: e7b491516797b5809ecbf1dd59a7b6f6ad78b6fe4d59569b34648367090b49bd12c3ca63d5d56ac88f27e94b2ca2bc08114b2da8a6741f40d09f8e0f63376774
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+apertis1bv2024dev3b1
Depends: libserd-0-0 (= 0.30.16-1+apertis1bv2024dev3b1)
Filename: pool/target/s/serd/libserd-0-0-dbgsym_0.30.16-1+apertis1bv2024dev3b1_arm64.deb
Size: 146500
MD5sum: a8110ffae3b12fcd6d1dfce0c5e6d233
SHA1: 1fbd835b482a7d0e58ebf2de84923af4b25dedce
SHA256: 4bbf34efd2a186014111a5ca46433f393847449d0f4634d5dd10b8aea5a9644e
SHA512: ff92d8a706b5e655e0b035ca9ca47cfc1cb1feebbadde829bf2175864d4a65737a1ce5bb4d7de14288d30e7ede28098f219bdde4669ef21dbad8952d7c7ce5ac
Description: debug symbols for libserd-0-0
Auto-Built-Package: debug-symbols
Build-Ids: fa841a44a26107409ec2128143273ea0e8757ee6
Multi-Arch: same

Package: libserd-dev
Priority: optional
Section: libdevel
Installed-Size: 57
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: serd
Version: 0.30.16-1+apertis1bv2024dev3b1
Depends: libserd-0-0 (= 0.30.16-1+apertis1bv2024dev3b1)
Recommends: pkg-config
Suggests: libserd-doc
Filename: pool/target/s/serd/libserd-dev_0.30.16-1+apertis1bv2024dev3b1_arm64.deb
Size: 16684
MD5sum: 4a4f046a4be69eafc7706114ee58679c
SHA1: f1670847fe8b3456328562edcddd618c76e64764
SHA256: e3b7771d27c1ad74dccd2faec7383f5df3fa98857e7aa8b73075472aa58542e6
SHA512: 4f474d77bde174b492ec541a83d3a75a6fb200f1c7d0cff867ac1051a909e5cd561464c4f73efa86d1a8dae7d52dea4f57ea9d3966437821e5d696653a19b4f6
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: 529
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: all
Source: serd
Version: 0.30.16-1+apertis1bv2024dev3b1
Depends: libjs-sphinxdoc (>= 3.4.3-1)
Filename: pool/target/s/serd/libserd-doc_0.30.16-1+apertis1bv2024dev3b1_all.deb
Size: 122740
MD5sum: 8043a63e9a35e116f0f17beacdd373f1
SHA1: d5935741002535c5f1712e9964f3ef710d1c1cce
SHA256: 23d00c29a3d04d229dc9c7f8f060d7d33d0e6bd47a7cb754a988caa0d0ed9733
SHA512: 95143b75469ef1c20f5d9a14916f9424ff306ed65e80a4c6e194ffe7f365ede89ece3fbe2167bf8f1bae05922158b059744286de8806e81416819fd0eb2ff25a
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+apertis1bv2024dev3b1
Replaces: libshout3-dev (<< 2.4.5~)
Provides: libshout3-dev
Depends: libshout3 (= 2.4.6-1+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 57760
MD5sum: b5a8a759ff601e0d1ef68d0b050813d9
SHA1: cc698f87cba3efaade35dd9d5c686a6160817f4e
SHA256: a7920332af4cdde25dce84c1115d4aeb92d69d2fc140d940430a875d8682bab8
SHA512: e860553a4de545c0d033f9525f4264c9d1598648a8e12786d09c099ee0ab5f59a9beb751c43a23a78d815828abdf912f70d0dde17a2ffe10e23fa34cd74ed92d
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+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libshout3 (>= 2.4.3)
Filename: pool/target/libs/libshout/libshout-tools_2.4.6-1+apertis1bv2024dev3b1_arm64.deb
Size: 15592
MD5sum: f68eb4d9fae217071c7d6cd10d079cac
SHA1: b18cff9944779ad062707730d662cf6968d62848
SHA256: 86c1d4960da9a76dbacf48cd3b4630beb21e96a6c6d6182084444388ca551eca
SHA512: 9c229b7b630ab59524a9600e306ce11f80b5172aab714009f5cd2de3808921c5ed3254b8e6c44e2fc090592dc644596c12c3e13592152c4e89931d9ca0e255a1
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+apertis1bv2024dev3b1
Depends: libshout-tools (= 2.4.6-1+apertis1bv2024dev3b1)
Filename: pool/target/libs/libshout/libshout-tools-dbgsym_2.4.6-1+apertis1bv2024dev3b1_arm64.deb
Size: 15364
MD5sum: 687b626e2a19b09f0a529b7bd774bc47
SHA1: ff053cde496e7dfc2b7124fdd87526ee67a36b27
SHA256: b46f1438f8f24d7e07569aec0045f748a501169a6eb10fff6844ffc989440eda
SHA512: c33102fd881a04da33a0522f6ef57fd7f3b4330e8be2d6f1edd3002acc90fb3f5d9d07220548f2b8a15859a21526bc643c6dc9a37586482279eb12dc562edff3
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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 48196
MD5sum: 9517ef3c02db3b9d3164273fe60d00bf
SHA1: afd6e05fffb363792fc6f89f5b2ad432a1bedf0f
SHA256: 6d5abd7b7f0f06edbe95c7ad8928ea3f35211e39265025dfcb2b5ecb25188c1d
SHA512: 1f5f712ce2da123e0b0364e403670b1f6e6988f1a11e1e4ddc9ed64a4ccce599b6dbcc2a3c191f6ef3c0c840db5d424fef09c2b843ac3b78eb189fe3fbaa00a3
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+apertis1bv2024dev3b1
Depends: libshout3 (= 2.4.6-1+apertis1bv2024dev3b1)
Filename: pool/target/libs/libshout/libshout3-dbgsym_2.4.6-1+apertis1bv2024dev3b1_arm64.deb
Size: 127216
MD5sum: 24f31fd5615870cee6d8547d6fbc0d78
SHA1: bf3261ef86193b2107c785f4b78c94c63caa69a9
SHA256: 4f4d29cb364dab33cc046e11c82897aea8d179bb69c67847645226406ebf2b01
SHA512: 6312632d0257ec2692a922a99bf9c04307ab719424471ad93620e265d7fdd44b230f17f27350079ae648cd1688f89874c6ee06ea22b2590046adf0ceb9a1bf15
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+apertis1bv2024dev3b1
Depends: libshout-dev (= 2.4.6-1+apertis1bv2024dev3b1)
Filename: pool/target/libs/libshout/libshout3-dev_2.4.6-1+apertis1bv2024dev3b1_arm64.deb
Size: 7876
MD5sum: 3fdfb35cc9857593261fae95423f6c95
SHA1: 32371d5b0f429430b82e8addd553752f1d3174aa
SHA256: d011cd2eb4c2c82abb8cb1d045ab2c24223a90359ebc87ac3caad28b18cb074d
SHA512: 0f6cb1dd10e03e4c43d03632c6ac20c060dec68fe811ebde543fce348070135f8a514f852fad9c59f060e4694b99b68061e8f6d5dc83f11d6732f58d02d2ff36
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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 26144
MD5sum: 12f21e9bae4cb9fcc4c228175981c9c9
SHA1: d97f658097515c499b2cfaec2717b3ff8447b4cc
SHA256: 43e4f3f677e18221be22349184db77fa7fbbfcd1bac0c4b51d145ca47b24e5a2
SHA512: b51f10b0aa610ad07dd4c2ffee5f9ae7b80c6182610ab9e4d131910fa6af84ba63f8b1c14a36cc1049c7fbdce4dee52cbb1455d12850435c7bfad81026490179
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+apertis1bv2024dev3b1
Depends: libsigc++-2.0-0v5 (= 2.12.0-1+apertis1bv2024dev3b1)
Filename: pool/target/libs/libsigc++-2.0/libsigc++-2.0-0v5-dbgsym_2.12.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 67016
MD5sum: 750717bd7eab6d2a6c268168accdd0de
SHA1: a4e0acf5a52917bfd4f6a6c7002e3a06910ed767
SHA256: 6bbd81655add41500c22d8b6ff95abb248522aa7c78bf3d995325af32bcb2a40
SHA512: 21f0369522c5a0ee2ac47c96509d7e76e6b82bc5d7a31287df4e914c58505bfd03580c93c29748423446a3fe2d767fcaa98b146a7c2890c4d766f920be5f35a2
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: 1191
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libsigc++-2.0
Version: 2.12.0-1+apertis1bv2024dev3b1
Depends: libsigc++-2.0-0v5 (= 2.12.0-1+apertis1bv2024dev3b1), pkg-config
Suggests: libsigc++-2.0-doc
Filename: pool/target/libs/libsigc++-2.0/libsigc++-2.0-dev_2.12.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 74072
MD5sum: afcb5f820e70a561ac58cd2694a6e26e
SHA1: ac19b8aad6bea0532d7bdf11fd41379c5100b497
SHA256: cc3e0aa92cc1698f194ccfa4d996a7b23df23d937396e10a4a9f8158db49ff42
SHA512: 257c0378ecc367aae02025ad161685817bd43cff48765861a5a6fc6022b8d7b773f67dbafe4adb3295e24fbac9e6c08ebfa6f5a027b411e8dda3f6e27a54280b
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: 16592
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: libsigc++-2.0
Version: 2.12.0-1+apertis1bv2024dev3b1
Filename: pool/target/libs/libsigc++-2.0/libsigc++-2.0-doc_2.12.0-1+apertis1bv2024dev3b1_all.deb
Size: 4127248
MD5sum: 596c46c6a38f14e5d435a89b7a557f2e
SHA1: 2c20c0a1d95ae2413f832b0e49b71dd2ea1c62d5
SHA256: cf684d16616acfb77aa35337a0ca1fa4cf1e8aa6813648e292742ad9986b5e72
SHA512: 6d8860ef816c6fc9948fb09524f892b0774b488b3b870aebc4a242dbf4d17470a3869ac4be5e851502503da70b338224c7daa2644773edbfc4afe9c3dee49f62
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: 101
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 23468
MD5sum: 4d10f88dc00ec88e891ffacbc767318d
SHA1: 04fc41ff2dfb44b9d9a0268ee77eaacdb8bedbbb
SHA256: b2acd5a3946f18d302f4735fb9a8cd367954c50ddb821ec24a07002ab9e7fa3c
SHA512: 0421f1eb8c94582fe5802425c0bfd49e1ffb62ebaaf3d3c5a524c5e656477997c9a81f5ff307e60945de25a2d78fbfe20e116d4ea435f93c65a15a6d3e4f65eb
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+apertis1bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libsl0-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libsl0-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1_arm64.deb
Size: 26496
MD5sum: ce583830e074b5858f769ddd41e9c03f
SHA1: 13575d1dfa0341e13331f135a44569b4180a877f
SHA256: 0c7eda2e73d0073c8daa71b99854f67f22f4477a2071931a6b03e3c7534962e9
SHA512: a0131189210262868d3129e66c779a1ba272fb47b3b51ec193dd8d49f62e6538c461f672ff4cc192e4e93e16be3433d1132bf2644e389eb58d9668f67645151b
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+apertis1bv2024dev3b1
Depends: libc6 (>= 2.35)
Filename: pool/target/s/slang2/libslang2_2.3.3-3+apertis1bv2024dev3b1_arm64.deb
Size: 502312
MD5sum: 3a0c0240cfa81877f4c199913cbcf94f
SHA1: 984ceea82b52a2da34d3ce03c94e3e6c1cfa8444
SHA256: cd6472485a47f1e22f26f8befd77cd394a47b0a847d13ecd9447adb3568766fd
SHA512: 95faf07daa29606eacf9b5bd13547e41fc9657e1d1a40e11130edf9f4691ea5eb01e68e359ba7385ea9654ada2f9cd6fd4d84f2c901fb38e7c61882cc2161ce1
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+apertis1bv2024dev3b1
Depends: libslang2 (= 2.3.3-3+apertis1bv2024dev3b1)
Filename: pool/target/s/slang2/libslang2-dbgsym_2.3.3-3+apertis1bv2024dev3b1_arm64.deb
Size: 347248
MD5sum: 3443b10459edaa8e1e252b43b727ab13
SHA1: 2d195de358b6828fe4513eb4f7c436ae7bd6921b
SHA256: 2d6598ad6fb8f0554cdec8ec639d566de24bc308bfd6a6e1795a7a508511f576
SHA512: b483d4ad036a0ea6a78314556277d9ba209c2a53db001b523c7ed0139a99301f254743541a3f5db247d0c4586d4491a399f5590755f201066ee890867d39a3b5
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+apertis1bv2024dev3b1
Depends: libslang2 (= 2.3.3-3+apertis1bv2024dev3b1), libc6-dev | libc-dev, libpng-dev
Filename: pool/target/s/slang2/libslang2-dev_2.3.3-3+apertis1bv2024dev3b1_arm64.deb
Size: 655144
MD5sum: 793d33de26fd18a538d2e1a54046eb1d
SHA1: 4ee7bebabec6d6a23ad65d307dea716372a16638
SHA256: 0774a5d8bde5f3777f1d301608c8a362977300ae3e98fb599b45ac7fa43c8f1e
SHA512: 7d45a24c76348519905f3d31370250e7615965c78bb93800d3cfdd6e830c26480f10f6165b097ea19e37462665677e53af28c007897f3a840e513f43ad6bc1a2
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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 151348
MD5sum: 10e2cd1f0e6886b772f12892f9fece54
SHA1: faa7908693e6a238e8311a097ba3c991d932fe5e
SHA256: 6f5cbfbbfc4fbadedbf157c3c6160e18f3add1a132e45eeeb17b66d5957087d0
SHA512: ada223a4bbcfb33ecddb96e7c66348012fe3f4c93fe4d9e62db09bbd840bfb0de745ea87b0a336712881b93d3aaedd3c31b4dca15ef8b51c82602da2c1d74fae
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+apertis1bv2024dev3b1
Depends: libslang2-modules (= 2.3.3-3+apertis1bv2024dev3b1)
Filename: pool/target/s/slang2/libslang2-modules-dbgsym_2.3.3-3+apertis1bv2024dev3b1_arm64.deb
Size: 119376
MD5sum: bf6810fb39f58d6300222a31324ddbed
SHA1: f5f28527f7d2715c3bb286f7564070b65565cb63
SHA256: eb931be0179c3b6f1604b5515717636570d5a87d92c26db7bba3a9ebc19d8915
SHA512: 7c0a049e6c0465fa406eba61eefe1e96a591b5c0b217fb49034e2c7e6aaf5ae18f2fca97706c1265f1ce1f87c7409fa3d30a4a29ea021f455c979f78771252e5
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+apertis1bv2024dev3b1
Depends: libslang2-dev (= 2.3.3-3+apertis1bv2024dev3b1)
Conflicts: libslang1-pic, slang-pic, slang1-utf8-pic
Filename: pool/target/s/slang2/libslang2-pic_2.3.3-3+apertis1bv2024dev3b1_arm64.deb
Size: 400456
MD5sum: de553a584d78f7699fc9b867c38d85ed
SHA1: d2f570647852b1f3e9a472632550a35ced957a57
SHA256: 1cc1e7037233892a4c4e5a8c8a2a01cd84d8704da9f53e112256652e700375a1
SHA512: c8528b12818090cb08340e8008b6e4a798ebb2c4ac5281f899e5aed07343ce3c4a1b63d3af6e80d2a7d1f48fd0859d46f1e00e318bbaa24abc23cf5a11a3c230
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 180352
MD5sum: 910fcb40032d592ccc41a31758f77f12
SHA1: de7a5d983ad6f97e4416bebb64cf47f9a1d817e0
SHA256: 40ece96148de7a5e23ff9cc03be4ee61ef328666fe451da1c6050d6dcfabc4fa
SHA512: 49a9d8c60bd8412f13aa319d42092eb67d16b3f8732dd3ec4bc7a946a624a8276e3d4d3db0792d7895a6934728e31702b70c773404fb2019d32133344807051c
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+apertis2bv2024dev3b1
Depends: libsndfile1 (= 1.2.0-1+apertis2bv2024dev3b1)
Filename: pool/target/libs/libsndfile/libsndfile1-dbgsym_1.2.0-1+apertis2bv2024dev3b1_arm64.deb
Size: 519408
MD5sum: d9e4b4c9b4dc98d1cb3afc731eb86bb0
SHA1: 15ba73806c34391e1090901063e176d455523004
SHA256: ef58c3184dbdf421d8df61b5de8f4a41e8229f8287cae95dfe6b6538f96c5b5f
SHA512: c39c8d96a8286e22edc38cd034eb8d874adc6d178204b2f49be19afb23c21da6b77c91787ba7bd5d9796d09255c0dbc78fc6ee71c0212e3ff42c750f3b19dffc
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+apertis2bv2024dev3b1
Replaces: libsndfile-dev
Provides: libsndfile-dev
Depends: libflac-dev, libopus-dev, libsndfile1 (= 1.2.0-1+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 322564
MD5sum: 41ee821fb355a9262760372f85c705e3
SHA1: ee0069a2ae053456db42f26e5ae3edb6ecc1acac
SHA256: e31d84c133e3a4a2fc3c45c686f49df52171b99858d59d0de285a4caf39b01ab
SHA512: 38fe7b2279e6940673668dd223202b8ab86b8dd87a98ef2352e3e7369eb47698286cb558926121445d46c0f76354de74aa79ae880e86f36c3681bc3a20d99344
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+apertis2bv2024dev3b1
Depends: libsndfile1-dev (= 1.2.0-1+apertis2bv2024dev3b1)
Filename: pool/target/libs/libsndfile/libsndfile1-dev-dbgsym_1.2.0-1+apertis2bv2024dev3b1_arm64.deb
Size: 1345980
MD5sum: 40c5f4886559ee501a5dd9d6c025887d
SHA1: 5a73562b57a94b578bdb73981da23e2eec34e8db
SHA256: ef2956f2dcc0e713f9bf43bd8afda792484c7ff968119949bedaf7060b973045
SHA512: 2cad9c2fb1da84768174d83ccd6e6f0d0a431cb98d2517c1a333518da6865390db9cbe0a1a5d11121c22a36ba170cd36606b49ec3c6f0744f4e6f1ad0e548501
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: 93
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libsoup2.4
Version: 2.74.3-1+apertis3bv2024dev3b1
Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.58), libsoup2.4-1 (= 2.74.3-1+apertis3bv2024dev3b1)
Filename: pool/target/libs/libsoup2.4/libsoup-gnome2.4-1_2.74.3-1+apertis3bv2024dev3b1_arm64.deb
Size: 12988
MD5sum: 579306540ca47e244f84008e05ab7b27
SHA1: 3c267713563da8bae8d58987c516a3420a17adaf
SHA256: f543b2baff568656ee62fa993f151a254ffbef444ec1f93ae52dd00c8b9f4493
SHA512: 56eae12ea6536d0073f2c36fc6954e36434619207f6837288c8eaa163ba237da48376246dcb25e4d837413dfa6ef495b6de2c073187e88946a2932d48c3d59b6
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+apertis3bv2024dev3b1
Depends: libsoup-gnome2.4-1 (= 2.74.3-1+apertis3bv2024dev3b1)
Filename: pool/target/libs/libsoup2.4/libsoup-gnome2.4-1-dbgsym_2.74.3-1+apertis3bv2024dev3b1_arm64.deb
Size: 10200
MD5sum: a25d227d296a956d2f39cd93ce88ff2f
SHA1: 68098de9772d48a6d0e51e01a104e0b313add207
SHA256: a3519b22bd95e836a6787b994851eb58f67ab15ca4675c691fbf91ea6821dedb
SHA512: 92b21cb8ec4abd61c25bd84e53b29e94b0350f850c1f43c940cd0cf9496736cc36f97ffd24cb082f081c56ea89a280ee81bcedfe3963a348bc0e77fa619d50ad
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: 36
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libsoup2.4
Version: 2.74.3-1+apertis3bv2024dev3b1
Depends: gir1.2-soup-2.4 (= 2.74.3-1+apertis3bv2024dev3b1), libsoup-gnome2.4-1 (= 2.74.3-1+apertis3bv2024dev3b1), libsoup2.4-dev (= 2.74.3-1+apertis3bv2024dev3b1)
Suggests: libsoup2.4-doc
Filename: pool/target/libs/libsoup2.4/libsoup-gnome2.4-dev_2.74.3-1+apertis3bv2024dev3b1_arm64.deb
Size: 11936
MD5sum: 980a3343cabca5849b65bfb19a37c66d
SHA1: bf47126ca2cc4056f5ce64a428fa469a35415880
SHA256: a6524b5b29686c2c81fc68fb5ffadddee0e7d00ddd0dac62b1bab4daf5a95011
SHA512: e7124dc592ad4237f5ff2b6b1b5aa5ae074227fbba5b07137fafadb538d8572d60da68282ddf84e207eb8c0b7acc71dae35485b6448e65e1fb6ca241506385d1
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: 817
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libsoup2.4
Version: 2.74.3-1+apertis3bv2024dev3b1
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+apertis3bv2024dev3b1_arm64.deb
Size: 254184
MD5sum: 7d245cb4fb0cfddb07180f9493ba94a8
SHA1: 3efe81a2c9fbec48b8fc924cc10afeebec1b38df
SHA256: c9d00657353f2a1a32d2bb19c04e1868a1d8c013aed34ecccef2268d728bc083
SHA512: 01676e4ba3ba09a2e525af6e52b450e40f69dbe9aebd498f25c337e662e4c560bcdd47ba27799c7445d050a31742deae18f0f405da64fd89b10b0e12c63df1a3
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+apertis3bv2024dev3b1
Depends: libsoup2.4-1 (= 2.74.3-1+apertis3bv2024dev3b1)
Filename: pool/target/libs/libsoup2.4/libsoup2.4-1-dbgsym_2.74.3-1+apertis3bv2024dev3b1_arm64.deb
Size: 696860
MD5sum: 260200099e5c7f6c24bb13948ce1ea1a
SHA1: 7ce285a0e32d0dc7fffc3c0e3052a10cdf833211
SHA256: 8568ef60e1c017d7efc2ac89553b9c7862955a24ad22102bceaa6e50fe768c46
SHA512: dea7adb4e7e07b9e73021c2ad464898548bcfb4cf46d9634d315e8aa8ee9d399bc128549604b91277daebe2584aafbf533050343ee98ffce0147ab605c786467
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: 454
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: libsoup2.4
Version: 2.74.3-1+apertis3bv2024dev3b1
Filename: pool/target/libs/libsoup2.4/libsoup2.4-common_2.74.3-1+apertis3bv2024dev3b1_all.deb
Size: 57868
MD5sum: f0d97d76911d562de3a4a162ebca75f7
SHA1: b5d279bba0f3425f3ccb3bd08086c4394165e70a
SHA256: 976c073c52b701fb7b3e299912477bf1221ee129212ae53115818fc6b567a61f
SHA512: 7f9f4856995f2e531bb6b16294c348bd0f0f46f0fb0dcdc7f91b0eb15076ba66ca8e34e84ecab34a84e150492350d0d8e39e1e3c8182b0613b0e9c1183ccff93
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: 1741
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libsoup2.4
Version: 2.74.3-1+apertis3bv2024dev3b1
Depends: gir1.2-soup-2.4 (= 2.74.3-1+apertis3bv2024dev3b1), libbrotli-dev, libglib2.0-dev (>= 2.58.0), libpsl-dev (>= 0.20), libsoup2.4-1 (= 2.74.3-1+apertis3bv2024dev3b1), libsqlite3-dev, libxml2-dev, zlib1g-dev
Suggests: libsoup2.4-doc
Filename: pool/target/libs/libsoup2.4/libsoup2.4-dev_2.74.3-1+apertis3bv2024dev3b1_arm64.deb
Size: 161304
MD5sum: 7cdf103ca9cfb71a9fc6acabe912410d
SHA1: b906e111f92c82d4b7c05254db09c4f52748e36c
SHA256: 19250f1213de16ec66ef9a894d4584a549bd3eb03a88be5e91c53f46b603a86d
SHA512: c4be0d6f1b1ce9b42eccaafd89a7cb2744440149324b251362f3804a407b15701c5d9035c0d0b804011a39fe53dfa0b53cedd2b5403f70137446a63cc1c065e6
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: 2405
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: libsoup2.4
Version: 2.74.3-1+apertis3bv2024dev3b1
Recommends: libglib2.0-doc
Suggests: libsoup2.4-dev
Filename: pool/target/libs/libsoup2.4/libsoup2.4-doc_2.74.3-1+apertis3bv2024dev3b1_all.deb
Size: 187540
MD5sum: 3a75182ba30fecb918acb36d921f226d
SHA1: d72c4012378ad6374963f963c529848afb05f2cd
SHA256: 59be5ed453fa2295f3abcb168d088857938b69981e78593edd442b06011837c6
SHA512: 44c17039da2a720f0b7ae9d0e5458b3096890318b0ef038a9a7c8021aadab3e390dafabe7295f46492683800c3599952d637a8b3470e5653410913535189cdec
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: 3632
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libsoup2.4
Version: 2.74.3-1+apertis3bv2024dev3b1
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+apertis3bv2024dev3b1), zlib1g (>= 1:1.1.4)
Recommends: gnome-desktop-testing
Filename: pool/target/libs/libsoup2.4/libsoup2.4-tests_2.74.3-1+apertis3bv2024dev3b1_arm64.deb
Size: 1111356
MD5sum: 103b1091f857df3b540d7f56b1f65ed0
SHA1: 878f999e7752924dc00bd5f023ad971dc5ab80b1
SHA256: d94da9935d36c0b7ed7fb617740af876c9c2e3af68d08aa1dd54c061cbb2d419
SHA512: febdd16fe73cc9b042bd3d033209801247a7a895a08f59b4f6904bb99ec4b023bad3b64eaf369641e55d27ddcdfb91077f52d1bdf644e6a737e8c44f5b3301bf
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+apertis3bv2024dev3b1
Depends: libsoup2.4-tests (= 2.74.3-1+apertis3bv2024dev3b1)
Filename: pool/target/libs/libsoup2.4/libsoup2.4-tests-dbgsym_2.74.3-1+apertis3bv2024dev3b1_arm64.deb
Size: 439404
MD5sum: 6c2aead15d2662cb3c175757edbeb99d
SHA1: 118cb80a3421ff8ba125f323084906a6435e7ae2
SHA256: dedade262c279e004ed571d1ee0f5d8b9eda8a432d0ddbe34b04ae538209d625
SHA512: 5f92d7145aeb72ee9eb433faed7dee8e0ff3de917cb2bda0a6adf60b75656ffcbe4127a19b238e6531d830483861c296587d0086e078ae06bf42267227266ab0
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: 1281
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis3bv2024dev3b1
Depends: libspa-0.2-modules (= 0.3.65-3+apertis3bv2024dev3b1), 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+apertis3bv2024dev3b1_arm64.deb
Size: 284136
MD5sum: cbb8c882928ff6708a7bd95ce8ac548f
SHA1: aab8b43321a82303f686dee9b664d0ce9b334cba
SHA256: 8961b03ca1cda3cd9f215cc5761e6beb9c3852a2f65aaf810c4647a3a9b4b598
SHA512: 5900e9fd925a4943c597e1617860508ca2a5ca0449a698a77edcf4cd090afda4ac03b3fd1d86795d74af8d799262c23162de32c694aaa9845ba84991b4c8d622
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+apertis3bv2024dev3b1
Depends: libspa-0.2-bluetooth (= 0.3.65-3+apertis3bv2024dev3b1)
Filename: pool/target/p/pipewire/libspa-0.2-bluetooth-dbgsym_0.3.65-3+apertis3bv2024dev3b1_arm64.deb
Size: 1578020
MD5sum: 9a596239737680f7eb5d53da93a6c93d
SHA1: 95dd3ffd429a5e776659deb6ed6262904ac2074a
SHA256: 177da4d5f6e9158ddd692603068e15aa0565379b60a50ecd098130a00ba79744
SHA512: 3aebedb6555e13c2c845ee32f105492e2653ad43c6dc4600eae461b4cb1900ff691f0149e39634953ed5d39e7725356a5fe7565c7d6819dd31b0a233d20b09c9
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: 774
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis3bv2024dev3b1
Suggests: pipewire-doc
Filename: pool/target/p/pipewire/libspa-0.2-dev_0.3.65-3+apertis3bv2024dev3b1_arm64.deb
Size: 104220
MD5sum: e806bddaa6b36ac38975643cf4eac29c
SHA1: 78f8b5d7bfe5f066534d6c7963c78f92cc73f48f
SHA256: 93e43de5a02bc133c687564f073fb9589f09fc7f4d4c7df9e2f07de9b2364864
SHA512: 9f739bfb1d731ff7d07fea740d42cbcc2eb753e28b2086eee369e8d499ba349f9cc130c7ea06a8a1e642df9d4f8ca2a824ef23f4fc9ade094d14124c5e309753
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: 2730
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis3bv2024dev3b1
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+apertis3bv2024dev3b1_arm64.deb
Size: 450928
MD5sum: d464a265a1261913d7f1f8f4d2805c6a
SHA1: 003f96f6e6d799079db6425872316e2b68f0b39a
SHA256: 55c6c79d4af832d82a5e1cdf24c555455a231e89ba48e96b008ed3f50be02ed3
SHA512: fc2ffc149daca629d4b0a014a65be7d87f6db864c30e406020c3d109b27782fb53a6c29df6474fee615fa811d1fa524d930f3737bd27d416f079724d92c26a41
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+apertis3bv2024dev3b1
Depends: libspa-0.2-modules (= 0.3.65-3+apertis3bv2024dev3b1)
Filename: pool/target/p/pipewire/libspa-0.2-modules-dbgsym_0.3.65-3+apertis3bv2024dev3b1_arm64.deb
Size: 2976748
MD5sum: c4680718b0710417033af16cf5524636
SHA1: 1dafd727ef1cb3d3d9b1d5883c58cf910c9720d7
SHA256: cab2011ec60639803d50f1e9518bd93930146f08c97bf93a6e777ead2cf0c5de
SHA512: a71c419c28f17021aacd27f907d311337d9a9a0abaa8e01e9a7ea5687d32ac3d33489e28c2467211f30245f393140f81345b96ccd353bb2173671261af00a30a
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: 156
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: speexdsp
Version: 1.2.1-1+apertis2bv2024dev3b1
Depends: libspeexdsp1 (= 1.2.1-1+apertis2bv2024dev3b1)
Suggests: libspeex-dev, pkg-config, speex-doc
Filename: pool/target/s/speexdsp/libspeexdsp-dev_1.2.1-1+apertis2bv2024dev3b1_arm64.deb
Size: 46720
MD5sum: aa5a2e9e0cdd518c406c1d4fe40b64df
SHA1: 02184aa923de8e8bebe12a2a68de9318c58fe044
SHA256: bc4dc56ffe8d6bb670f7bdfcafa9848ccf9a1938ecfed19ec61041b143936ccc
SHA512: 8a95e378ec25cfb8804eeb88fdd11c3cd20b6a985685dd62b8f24ff2cc572793d33166fdb4a0c751f9b5cf6ba144b36dea8064a451bc5f554419de66f4b18816
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: 86
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: speexdsp
Version: 1.2.1-1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.29)
Filename: pool/target/s/speexdsp/libspeexdsp1_1.2.1-1+apertis2bv2024dev3b1_arm64.deb
Size: 37600
MD5sum: c242e4adc43aeb3707d5f1554e29a315
SHA1: dec48236b52ee32e252347564ffb89549e660796
SHA256: 0bc8c7034ddcee33c509dbccdd01c07f787b45af7b7129e47ef8e2615623e442
SHA512: 206c6fdf777e272736b41863c79a76bf4ae850faf6a62719b74ed44ac5a5e7a74bdb75408c7ca402a00766495881960a75779a67a39ea72708e8e58d2c36a860
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+apertis2bv2024dev3b1
Depends: libspeexdsp1 (= 1.2.1-1+apertis2bv2024dev3b1)
Filename: pool/target/s/speexdsp/libspeexdsp1-dbgsym_1.2.1-1+apertis2bv2024dev3b1_arm64.deb
Size: 85756
MD5sum: b7535f6fc1a0912013c69d1361bcbda7
SHA1: aa21729244b0733f58b9a3225eca38792d81d1db
SHA256: 80425161ddbec8ac2cd01b259fe1d7d08a0b206a694b84e521f69ef2e21f3f73
SHA512: 50f4a9967601eb7347ff402a9c9a78528ddbffe098d783c6df1b6f45ef16d666140dffd19e3029d9f9b1f1426c329bd6b7cda02185d660c8d602432a1c4c6d2c
Description: debug symbols for libspeexdsp1
Auto-Built-Package: debug-symbols
Build-Ids: 24020745a9c231fb06fbf2f54eca87bd784ce997
Multi-Arch: same

Package: libsqlite3-0
Priority: optional
Section: libs
Installed-Size: 1705
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: sqlite3
Version: 3.40.1-2+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 786540
MD5sum: 063598af5821fb84c8344e340231ca57
SHA1: bc29af3a2e29f95ae909f93f0d0b571a752dadb2
SHA256: 7f370ebe5136ddbb33672c22f9729144144150dc2cda18cfffef646b097c5987
SHA512: 8728c39446ad173a1e4d07f1cf3b00c6cc34cc67ad9e2230a0019cc72569854846c667fd7fbed2b2fa276935bb6dfb179510302fe0e05e8f1e6a55a1b54307cb
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+apertis1bv2024dev3b1
Depends: libsqlite3-0 (= 3.40.1-2+apertis1bv2024dev3b1)
Filename: pool/target/s/sqlite3/libsqlite3-0-dbgsym_3.40.1-2+apertis1bv2024dev3b1_arm64.deb
Size: 2357112
MD5sum: b1521a7ab6fb73c990c69c6e3531a4e5
SHA1: 43d17a2f31c6eae0e0ccc3a6dcbe5907c5802db3
SHA256: 83c806a4ab15361511777a9cde44d8def436f66b83e00d8777f137793f8035d5
SHA512: f88cc456f8a082977be04f739cdf80e606adf715176cc6f420d0f078f231d1b43dcc5f7f0fa1ed2be6bdc693798ad93bf8d675a28c02f9d29cdb308a8de5a638
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: 3146
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: sqlite3
Version: 3.40.1-2+apertis1bv2024dev3b1
Depends: libsqlite3-0 (= 3.40.1-2+apertis1bv2024dev3b1), libc-dev
Suggests: sqlite3-doc
Filename: pool/target/s/sqlite3/libsqlite3-dev_3.40.1-2+apertis1bv2024dev3b1_arm64.deb
Size: 980764
MD5sum: 967dc4e00d572ee10ffcee0916c7b74b
SHA1: b9a8ac9fe2fa92a0148c342570d77ce045a792fe
SHA256: 9f754c00513de6e279b304b7470ad7efa8c70760f2056088eb4d26a02740ff2f
SHA512: b6105e73ad7f013e2132133893602e3894f20a208b1477b9ff0d788b65cb29e341c776c28d1451ba3e0f7854aa8ca3d17e00c840edd5b31a18baa8b93f2bc4c7
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: 301
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: sqlite3
Version: 3.40.1-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17), libsqlite3-0 (>= 3.38.0)
Suggests: sqlite3-doc
Filename: pool/target/s/sqlite3/libsqlite3-tcl_3.40.1-2+apertis1bv2024dev3b1_arm64.deb
Size: 244764
MD5sum: 31397394e7b4032fcc85e8b59a599c1d
SHA1: 10cb263665878d013d171f1e4ff559114fcad86d
SHA256: 565049717e43141c6fc4dcb72b0cde22235f672184bc155d5c2835c3bdc8f494
SHA512: 838d8e31b2630c3c7a61e4c5789248c8d5db7bf6ab6de5fafe8571ed1d66e0857c3d547a0343b2aeb53f8a20f3b5fdb425606c893aae590c193b5cc69bd42b0d
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+apertis1bv2024dev3b1
Depends: libsqlite3-tcl (= 3.40.1-2+apertis1bv2024dev3b1)
Filename: pool/target/s/sqlite3/libsqlite3-tcl-dbgsym_3.40.1-2+apertis1bv2024dev3b1_arm64.deb
Size: 69716
MD5sum: af3d7ca39e6f7613d48e45f6084ffe2e
SHA1: 93075f82131aea2eaa4a931555b9cedd2597c0ba
SHA256: eb210b09e365332fc7953332814b65e6c6bc89f7e2a2d2b956f480c7e5b8eadd
SHA512: 0eb2d0cb6e4b8b34c33111f9c1262282efeb4befb3f2c22f7636b9a29049bb9014d1ec330910911fa76bda1459c3e09d447f579eef999cb4bfac7651a117cd42
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: 362
Maintainer: Nicolas Mora <babelouest@debian.org>
Architecture: arm64
Source: libssh2
Version: 1.10.0-3+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Filename: pool/target/libs/libssh2/libssh2-1_1.10.0-3+apertis1bv2024dev3b1_arm64.deb
Size: 169424
MD5sum: daf25473a3268d7f39d9e75c73fb6b08
SHA1: 6e40a19106ab58c04841942f7409a20d0a7c1f2f
SHA256: 3a076244d8fe5911465ee339b363ec08605ff0f09fac7be345afbe30a54175c3
SHA512: ea3c670e34af35ab2826cf93801200d67b45752bdeac47be9cd161fd1f6058cd4492d44b41e2b40e64a86a1010aaae9ab7ed95321cc7aad7a706005c1d6c35ba
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+apertis1bv2024dev3b1
Depends: libssh2-1 (= 1.10.0-3+apertis1bv2024dev3b1)
Filename: pool/target/libs/libssh2/libssh2-1-dbgsym_1.10.0-3+apertis1bv2024dev3b1_arm64.deb
Size: 270144
MD5sum: 3332d9020e978157275f438f705f9d62
SHA1: 0e3ae3786ad00c86aeab47e1db7377695191114c
SHA256: 2ec6fcf4b93c251b23179eef70e9055611f4f67d1fc10189b8191cba159fc655
SHA512: fe3b67dfb90e1241ff3cb37f3e502ca3059d7d5ae9598ec20c9f61f2549607be7fef3468db6b9c6a57c5eeb7764d371dce8cf3de99feda56227223a52d2e8f3c
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: 992
Maintainer: Nicolas Mora <babelouest@debian.org>
Architecture: arm64
Source: libssh2
Version: 1.10.0-3+apertis1bv2024dev3b1
Depends: libssh2-1 (= 1.10.0-3+apertis1bv2024dev3b1), libssl-dev, zlib1g-dev
Filename: pool/target/libs/libssh2/libssh2-1-dev_1.10.0-3+apertis1bv2024dev3b1_arm64.deb
Size: 303424
MD5sum: 728f669670a7b02249935c61cf1cfad7
SHA1: 492d95cfeae0b4ff219654e367eb7b186f9f2037
SHA256: e8266de2b9d07d71e9ad97e6313fe758886524b6faa7d7d44af8447579377cff
SHA512: 528f7a6d31ed60aecc399c7dfca88d122ac7a61659bfff82fe2c010b84723964288f97ddcea017dd28a87f5c59a7fbf486ff10a8d66c0ba26bea1b2361ddc54b
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: 2623
Maintainer: Yangfl <mmyangfl@gmail.com>
Architecture: arm64
Source: libstb
Version: 0.0~git20220908.8b5f1f3+ds-1+apertis1bv2024dev3b1
Depends: libstb0 (= 0.0~git20220908.8b5f1f3+ds-1+apertis1bv2024dev3b1)
Filename: pool/target/libs/libstb/libstb-dev_0.0~git20220908.8b5f1f3+ds-1+apertis1bv2024dev3b1_arm64.deb
Size: 577068
MD5sum: 3719e6fe7d9d92a851b23bf95e88a9e0
SHA1: 843c7128577d4867c1ba72caab640f11ec951888
SHA256: 2e88af15662540a6317b122ed91241c1a2df108407226bcf2a1430d122f64420
SHA512: 3f127980a0f19777773d6a69e965bef1084f5f8abbc4f3247c343cf8bb7cf0f54ec874e348b389889435fa93a9203defb3ed4fc6af5436586bb1f1a83efbeae4
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: 502
Maintainer: Yangfl <mmyangfl@gmail.com>
Architecture: arm64
Source: libstb
Version: 0.0~git20220908.8b5f1f3+ds-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.33)
Filename: pool/target/libs/libstb/libstb0_0.0~git20220908.8b5f1f3+ds-1+apertis1bv2024dev3b1_arm64.deb
Size: 194792
MD5sum: 876f4f9db9cc00e48188b3b0f0875bf1
SHA1: 52bf498c95ab5ff6fa02ab909fa468658a043d16
SHA256: 5453d778c88bcb26ae8ec1016db879f22b06fad9aaf0becb9a641b5a2986dd7f
SHA512: a5864d4cdc8577ac6e3dab37874995a91d1649cd72840c82f86d5c416b8ebca34c20e03597d0461aaa3f7422ef52dc5987f8785952e6475082070e00dd7dc51a
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+apertis1bv2024dev3b1
Depends: libstb0 (= 0.0~git20220908.8b5f1f3+ds-1+apertis1bv2024dev3b1)
Filename: pool/target/libs/libstb/libstb0-dbgsym_0.0~git20220908.8b5f1f3+ds-1+apertis1bv2024dev3b1_arm64.deb
Size: 586060
MD5sum: 1838ddb78d54142ff3309a186e93336c
SHA1: 129208c8d881a72370151bdbad5d0cef3bbbb6ca
SHA256: 3c23a4d4b645fa8ad3a9ac84b798f44f2407821ee20cf9fd2113b822e5ddd4fa
SHA512: 9c6acbf7132edc3b845c8a96bdc12b24791599bc15cf686b70674af05639c97a3777d5df4dc6b9ce8312e36d03cabc9514b1f1c88481ba5ba0ad12af5a4a6bff
Description: debug symbols for libstb0
Auto-Built-Package: debug-symbols
Build-Ids: 3efb1223151141a7882e3fffd4411378ab89d458
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+apertis1bv2024dev3b1
Depends: libstemmer0d (= 2.2.0-2+apertis1bv2024dev3b1)
Filename: pool/target/s/snowball/libstemmer-dev_2.2.0-2+apertis1bv2024dev3b1_arm64.deb
Size: 133636
MD5sum: 4fe5ba4255ecad969919d05850357af2
SHA1: 32b6aa56b80dc548bd1e2dba0da678c5f47e58da
SHA256: f60e8727f685fc085e02bb6ec33140d604d0daf376c405f88389b7d0c268ccdc
SHA512: 523b46cdcb244d51210dd574e61553a814a38fea93491a29a7bed27ba325825408892367a910807e2e82f42aae0519fd467daf0fcc7f54ee652159665c204e16
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+apertis1bv2024dev3b1
Depends: libstemmer0d (= 2.2.0-2+apertis1bv2024dev3b1), libc6 (>= 2.34)
Filename: pool/target/s/snowball/libstemmer-tools_2.2.0-2+apertis1bv2024dev3b1_arm64.deb
Size: 5472
MD5sum: 7e99d43a97af36e36a21d8c89a3fdf16
SHA1: b491704fec866b7cf4ee391ee0b8374de8de74bc
SHA256: d910c5926cf17d2b1bd865b77922534cc3434cadabb8205761eccea2378627d4
SHA512: 5cd58029147dc311ceccb62ee8481ef491817583ffe06b29cea60c29d8a7f38a9e0b12043ddb9a86e32c09d63a12e2fbc03033c9cd81a9358005e7ccc1dcb1e2
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+apertis1bv2024dev3b1
Depends: libstemmer-tools (= 2.2.0-2+apertis1bv2024dev3b1)
Filename: pool/target/s/snowball/libstemmer-tools-dbgsym_2.2.0-2+apertis1bv2024dev3b1_arm64.deb
Size: 7944
MD5sum: 3fab24746379c890628284a95f14f088
SHA1: f6c488dc5a8199aeb33ca3f6438e482ad322ba78
SHA256: 49d495f47ff340b0cc39fe858c30385c12bd606bbc64d07c4dcb768404b1bac8
SHA512: 2e13648dd1b76c515d5a0776fbc20f547ae396062573078edd1d1db8d9fc56dbca7453a1527b89e24910e6ee233e148187845f65839c973ace6200344aa91bd9
Description: debug symbols for libstemmer-tools
Auto-Built-Package: debug-symbols
Build-Ids: 9ea4b6d961f4a3d1e929e76de52b4bedf0146fe3

Package: libstemmer0d
Priority: optional
Section: libs
Installed-Size: 936
Maintainer: Stefano Rivera <stefanor@debian.org>
Architecture: arm64
Source: snowball
Version: 2.2.0-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/s/snowball/libstemmer0d_2.2.0-2+apertis1bv2024dev3b1_arm64.deb
Size: 112452
MD5sum: c076175e772b99c00393ff2fe44faf88
SHA1: 5a6bfcac6ecaf810ed22e437955fd45b3e8f8706
SHA256: 688777f13fdf0cec12ce874286dc8173a944307bd068a30e73cd59c288640def
SHA512: c5a19ad8cdf75bf241f4ee801d557acd30689f263fbccb0fb1cab1c370c443a4f7254804c4a195f4aad2406b5b0c95de2cefd0c77204599411e73dc8996dc62c
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+apertis1bv2024dev3b1
Depends: libstemmer0d (= 2.2.0-2+apertis1bv2024dev3b1)
Filename: pool/target/s/snowball/libstemmer0d-dbgsym_2.2.0-2+apertis1bv2024dev3b1_arm64.deb
Size: 379852
MD5sum: e86d7ee6e2b0c910836949e40cd100f6
SHA1: 772fd4091893f397231e10e77d06f446f46d14cd
SHA256: 96621116dd7011a8ea4f850c979555858b6f8e8e39914cda100a3e266e1df226
SHA512: 5d69094d4970834ae09ea19cebf084d7573916b05666b949d778f15aa6b1bd883c9d2de244ccbe4ed603e1bdf6a61c9829b908cfc4d2d4452d0bdb694dd772da
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: 105
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: all
Source: svt-av1
Version: 1.4.1+dfsg-1+apertis2bv2024dev3b1
Filename: pool/target/s/svt-av1/libsvtav1-dev_1.4.1+dfsg-1+apertis2bv2024dev3b1_all.deb
Size: 30980
MD5sum: 3725279c18f370ed8b8d7a907bd5c027
SHA1: 48787ee9b486841caa51f2519c4acaac2dac14f3
SHA256: b3d3d6c133e6520f408a99f56d3b4feb84459e758d88c67802ae26bfec36627f
SHA512: 2c417ed2360d4523fcf571c95bbbfbe7a3497ba2159adc452a3a7e7ed44ac65e26baf902dfa0a8841a386b8ef417a5aedcb42f9d96fc0e437673ecd576e8e59c
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: 34
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: svt-av1
Version: 1.4.1+dfsg-1+apertis2bv2024dev3b1
Depends: libsvtav1-dev (= 1.4.1+dfsg-1+apertis2bv2024dev3b1), libsvtav1dec0 (= 1.4.1+dfsg-1+apertis2bv2024dev3b1)
Filename: pool/target/s/svt-av1/libsvtav1dec-dev_1.4.1+dfsg-1+apertis2bv2024dev3b1_arm64.deb
Size: 14964
MD5sum: b9ead28e1d9ff07e1449017dd06e576e
SHA1: 6ba0170f269894c88d4e34891b0104e06fb9fc9a
SHA256: 92a16c18b2beffb1f0eb57992134728ee8147aedd91426ffe524517fc3b1abcb
SHA512: 89f10c4df3de6efedfa9d2fad0e9a5f7c8af3332bfa7396c00a836b40acaf54ed13d9ecbfb2e7aa3b3311fd00dd09db182529bc40a3d5cdead4d6bf4013e1d4c
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: 1326
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: svt-av1
Version: 1.4.1+dfsg-1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/s/svt-av1/libsvtav1dec0_1.4.1+dfsg-1+apertis2bv2024dev3b1_arm64.deb
Size: 423236
MD5sum: 555998cf4b569bab343865a4b14bb6e3
SHA1: da25b585f82b32fafafd2cbaaa57927b50525c61
SHA256: 21f8ee09d497ca144087df220cc6aab1cf3d45fd9908060674788f3b82fef600
SHA512: 35506ff94acf25c0a13e87dac8f6d1b308eb1398bb36c9beeb48352c15dfd1667257a2fbc0c8bba09e15a8f771d01ee07d33218134c7432270d29f93488f5112
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+apertis2bv2024dev3b1
Depends: libsvtav1dec0 (= 1.4.1+dfsg-1+apertis2bv2024dev3b1)
Filename: pool/target/s/svt-av1/libsvtav1dec0-dbgsym_1.4.1+dfsg-1+apertis2bv2024dev3b1_arm64.deb
Size: 1461868
MD5sum: 532430085b37235895e6e26403f3c570
SHA1: b131bc68d1858fd4d48d4b9afbee58563bd63790
SHA256: b1f6a7a88089c77ef32ea5f37f2ec03ca70d6c6cf7761f72d1feb6b0712b33c1
SHA512: 1ff6f9b824cb5976833a9a881aa81b1444c51292fd3dba0ec24bfc04db8af199eb9841d70226cb174ad9d98bd145084aa8b8b9f029ef8222b885a4aec104b68e
Description: debug symbols for libsvtav1dec0
Auto-Built-Package: debug-symbols
Build-Ids: 69b69ab6db89c20f494c4f6a01cb41683a363762
Multi-Arch: same

Package: libsvtav1enc-dev
Priority: optional
Section: libdevel
Installed-Size: 34
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: svt-av1
Version: 1.4.1+dfsg-1+apertis2bv2024dev3b1
Depends: libsvtav1-dev (= 1.4.1+dfsg-1+apertis2bv2024dev3b1), libsvtav1enc1 (= 1.4.1+dfsg-1+apertis2bv2024dev3b1)
Filename: pool/target/s/svt-av1/libsvtav1enc-dev_1.4.1+dfsg-1+apertis2bv2024dev3b1_arm64.deb
Size: 14956
MD5sum: 939b2376c66b124673127a7c50bf35d9
SHA1: 9045c629ffe09c0cd86ba0dd9b6a0266eb74dae2
SHA256: aff75022787f079ecada8afbe533ded4980a8c58e897d743de42bb059e6f48db
SHA512: cd47df1fba0b5cbc34eb754982996f30eef5c6ce24ea07a4d08ca6e8390fae7b2adc8fa52680bb8e356a22eb0cc1e269d634e3460919e97be6b990761ca7d120
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: 3226
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: svt-av1
Version: 1.4.1+dfsg-1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/s/svt-av1/libsvtav1enc1_1.4.1+dfsg-1+apertis2bv2024dev3b1_arm64.deb
Size: 1078800
MD5sum: 016121e17eb35c52472d74b635a25479
SHA1: 0450570942a9fdb06a78449fc6a524a221e5d1d9
SHA256: c905c15475ff5f4d58be01012218bf25524095afd0e64b680d45a35b944f6d5a
SHA512: 61f4a109c7145331991f68058553ccb10904f59f29065e4bcc61df7b23bfee011b243d7f5fc1f9a71f57a6019ec2c3a29ef56382d77b72e4bf9ab2d6df5f0213
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+apertis2bv2024dev3b1
Depends: libsvtav1enc1 (= 1.4.1+dfsg-1+apertis2bv2024dev3b1)
Filename: pool/target/s/svt-av1/libsvtav1enc1-dbgsym_1.4.1+dfsg-1+apertis2bv2024dev3b1_arm64.deb
Size: 3545352
MD5sum: 1eeec73847be7dd97c11fbe19f60c7ff
SHA1: 79ca49630909008b96c41f8f1727cb8a0ac971b4
SHA256: 021feea1106c64b3c098422135dab546da8ed5b0ed4ecc33780f1bc5191fb042
SHA512: 2993c85d6ae9f4b69917ad632d6491103a72f32b74b9042e5d9e42179342d8d961e9c2031f517400e0bf62482843d31ab414cd465a731dbe41e3501bd01c9839
Description: debug symbols for libsvtav1enc1
Auto-Built-Package: debug-symbols
Build-Ids: d4a3b6e70c6a7b3cf977ef86e578c48882fc4941
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.12-1~deb12u1+apertis1bv2024dev3b1
Depends: libsystemd0 (= 252.12-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/s/systemd/libsystemd-dev_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 361780
MD5sum: 32886185bb98edb0c289fad558c5fcc8
SHA1: f845ec1a64c616f299587ef64858a4cdaab810ec
SHA256: a07d5c6376997e487c495b658b878ad6f41d57934d318df13287be55a30536b8
SHA512: 872079bf62449879e4d5e23e2026b752a8cd9ea07a53efd7dd9e5d9b4b7c80c92d8351417ddf43276546c63f0aca81c8e86ccbe58ab9190f9649bd8510f18088
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.12-1~deb12u1+apertis1bv2024dev3b1
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.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 1517468
MD5sum: a479d0d57e35f6db6bf302921f8e8726
SHA1: 767d9f08976112944edcaf5762f0dfc36db71723
SHA256: a530c3b05b53071e478682a68a0979664355ca3b34e1f7d39957b081681cdbf0
SHA512: d6f334302deb706bbb46846c291b1fdc390aa6c65606d1da61dd2cb3691a877a960affd46750abae86a531c64dfda3a80ac1469af4288aba086ffc61f9125c67
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: 6953
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.12-1~deb12u1+apertis1bv2024dev3b1
Depends: libsystemd-shared (= 252.12-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/s/systemd/libsystemd-shared-dbgsym_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 5939372
MD5sum: 6fb1d1f8786fc371e01d41e0147212ba
SHA1: 3f0f763532e9edfe4623157b2a976f09d182023d
SHA256: f5d6d2d05137b003d3f4de4667fea85fb89291932157ba37e9bd25d93a7dfa36
SHA512: ba6e2a85a0b40fe752b97f437d944170c295acd4d93eb406eeb217f4b46577489ac1fb336e0b746dca6f30bf49fccdba55c40fb7980edcc40eab2487b8057178
Description: debug symbols for libsystemd-shared
Auto-Built-Package: debug-symbols
Build-Ids: 4bfd1454891563388b9a1d7c822f988b634b8f98 505db67e8356bf7d5c479bb43bf6944de2ac822f
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.12-1~deb12u1+apertis1bv2024dev3b1
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.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 318536
MD5sum: 3384ec3dab13408a558d3a2623b93711
SHA1: 5f1e7924fd146c4ac1223924d0d50a2aee86ad95
SHA256: 8cd5da20c080cc01896f7e9f8164e4b1917d697748c0ccbb3a8954e8c6abad57
SHA512: 34b6d7c09311031e51cd60f54ec8d93c14d983927388da9a9ef2a525422593e31bb678c88c2d5525fa0211b6b70e12c413cf62fc631a0fd8e553720cd8c7ae39
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: 1503
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.12-1~deb12u1+apertis1bv2024dev3b1
Depends: libsystemd0 (= 252.12-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/s/systemd/libsystemd0-dbgsym_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 1220264
MD5sum: 80d9f5388c0867fbd91a6cab1ed5faea
SHA1: 472beeec579246f9a927f814772b2a50ddf0527c
SHA256: cf9726eaf14743d2d2e59f9bcc93472b10ec53d9b3288614888d360a49c35c46
SHA512: 2099d98272a6c77b675b2760b3a07a8a5c0f2361fbfbce610dae5e9bab860328636eb5071373a1ac79f5bc57f00e90878a6cd71dda954ea50b2ba733789b6b80
Description: debug symbols for libsystemd0
Auto-Built-Package: debug-symbols
Build-Ids: 1488de84488f7b4f56984ae94a4427970a9236f2
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+apertis3bv2024dev3b1
Depends: dpkg-dev, libtag1v5 (= 1.13-2+apertis3bv2024dev3b1), zlib1g-dev
Filename: pool/target/t/taglib/libtag1-dev_1.13-2+apertis3bv2024dev3b1_arm64.deb
Size: 93300
MD5sum: 274d8b957b640afeeb2a1ac80d87cd37
SHA1: 9131bd3586aee70a1f882f965be253cc842c0617
SHA256: 1de99fd3eb88ae00435753ef7f3d3b7de47be56ef9c92a1fbaddc1333f3254ab
SHA512: 7fabfe67d2046569ee0234115f5385ddb384ec8ad0c054781b71d68e899b7c8ffbab9e8d1aed4587456012db3d59dbc7e8a41c40e4e8ada07e1d5081a8e0ba47
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+apertis3bv2024dev3b1
Depends: libjs-jquery
Suggests: libtag1-dev
Filename: pool/target/t/taglib/libtag1-doc_1.13-2+apertis3bv2024dev3b1_all.deb
Size: 792428
MD5sum: 042005e383e207ef0c4700b973dcf9ce
SHA1: 922cd50b17f00ad5c5b56cf49361a7783b359515
SHA256: 4fd873332bd207d0e377c4824291158e4a945f09f08a5a76a221992c59be778f
SHA512: 2d655d4b870bdfa4ab9f69a67d7962d5b3ad62b3551e36b9baafa7fddd3093e858f03e6b2ebdc24385616b8a76b117e318b475a605710307fa312b4825f792eb
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+apertis3bv2024dev3b1
Replaces: libtag1c2a
Depends: libtag1v5-vanilla (= 1.13-2+apertis3bv2024dev3b1)
Conflicts: libtag-extras0, libtag1c2a
Filename: pool/target/t/taglib/libtag1v5_1.13-2+apertis3bv2024dev3b1_arm64.deb
Size: 21304
MD5sum: 63d6f66ad6449abbeccd80611f829207
SHA1: e624776ef865a970ad9a2470166dbef5ef7b4db1
SHA256: 0593114653856dae577e8b5da8f681c8cadde129ac941c8f7a86cfd8a18ea193
SHA512: 3cb202a4f82a88410e47368bb391a0459220e84a049879751048b9069d9455bd27ac297c011b2a94b9276ff52e7c15741311fd0f339bf3123f8b272239269031
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+apertis3bv2024dev3b1
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+apertis3bv2024dev3b1_arm64.deb
Size: 270252
MD5sum: 91ef117956204d20cac8c308d639ebb3
SHA1: 786a93515ab65ff26808985ea1d8ecbfbeba24e8
SHA256: 7910bcb576d13b5b06900daac602c3924f8d38f483575df541ec4de084988581
SHA512: d276ada2264402a661ee4417d06a9dcba78d012485ac81897076fb3bfe42498c26932369176aaeb5df273c082b7a14cccfb23c1254136b0b846dcdb71e97800f
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+apertis3bv2024dev3b1
Depends: libtag1v5-vanilla (= 1.13-2+apertis3bv2024dev3b1)
Filename: pool/target/t/taglib/libtag1v5-vanilla-dbgsym_1.13-2+apertis3bv2024dev3b1_arm64.deb
Size: 1683156
MD5sum: e5238048dbbc7d8d832f6e926b3e6209
SHA1: a9bbfa8dc7c9da4c852a666c0e12a39f34a4659d
SHA256: b0afeb5d6aca206e4b11b0b3db2724108217806ae68a462b7281e1664cbe0793
SHA512: 753dfab6e4d1278fbd3ec96817bc09446a6d3ef3e4b8f0f945f761a84fe9811124cd4a9bce97ac4f5d949d4d80f2161fc70b709313711fd3941ca1e45ffa71ea
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+apertis3bv2024dev3b1
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+apertis3bv2024dev3b1_arm64.deb
Size: 26256
MD5sum: b15d4fa7c48ff7b053c24faae1b8893b
SHA1: be450aa3a2d68ac2069aad42b8055ac3b40c364a
SHA256: 5205fac78ed5cbede486ec9d990862ee0ed0527bf60c3e83e13cc98d87dbaf91
SHA512: 85efef21730768188cc309a0f01e413ed09584980e7d3dbde2b8d4cf95ec63d1402a1f4ae2d352fe4c4760ed4775c6e000a88be0abf699800650be7d53ae1bfa
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+apertis3bv2024dev3b1
Depends: libtagc0 (= 1.13-2+apertis3bv2024dev3b1)
Filename: pool/target/t/taglib/libtagc0-dbgsym_1.13-2+apertis3bv2024dev3b1_arm64.deb
Size: 45512
MD5sum: 13dc11019174916e0c7be1b852a54b18
SHA1: e1442df81806010959c8b66ebde978145ecba6f8
SHA256: 28844c29127ad4827f94d05b898da14417587617c9ec13daafbe08700829c0e0
SHA512: b1823e9d704407a6c10aaa1606b0263a3530ff91e74b19b1b79dce94da3f073233d5705f64592196fd635b842f9d61116764c56f53a8be1c000328cf6f721576
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+apertis3bv2024dev3b1
Depends: libtag1-dev (= 1.13-2+apertis3bv2024dev3b1), libtagc0 (= 1.13-2+apertis3bv2024dev3b1)
Filename: pool/target/t/taglib/libtagc0-dev_1.13-2+apertis3bv2024dev3b1_arm64.deb
Size: 23948
MD5sum: eebbf605fa3c00dac5bb28409ca1db52
SHA1: 64f0dd7524ebd2ca76e0bb7e07413e085faf3c20
SHA256: 3309f68a476257974a8fd49b5ba73ff8e4e61119af6077139a4a130b625356e9
SHA512: cc5ffe4889bc90174041bc56182d8f7b34440d03c96e91e2d6d3e590533c4672333a6b7a26c3674a804be7a73285941c09af0feee4da1de03e36cb3227cb53dc
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: 418
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: google-perftools
Version: 2.10-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Filename: pool/target/g/google-perftools/libtcmalloc-minimal4_2.10-1+apertis1bv2024dev3b1_arm64.deb
Size: 86268
MD5sum: e2fdb797ee8112c0963144870747513a
SHA1: 6309510b7485972f2f36e5ffaf08564a75b12d73
SHA256: 4d0331a71d4a47599734900039ac4fda544a339524b397108c6f0acd943e830b
SHA512: fbb6bfdd8a7c08f74bda29be5d8d2b40250ea8f63a95af773af3aeae734589038cf3554043441884fa351bc3469e5f7ced450858150e2e3e4fa2720fc711cffd
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+apertis1bv2024dev3b1
Depends: libtcmalloc-minimal4 (= 2.10-1+apertis1bv2024dev3b1)
Filename: pool/target/g/google-perftools/libtcmalloc-minimal4-dbgsym_2.10-1+apertis1bv2024dev3b1_arm64.deb
Size: 726484
MD5sum: 9031d7d2e2cb5a9b6b19837541635607
SHA1: c7612bb0ef5fa56281e26aad582d639d35c9dd85
SHA256: 4e12c70dc0ba44d56c6d0b74d37ba9559599d3732c70fc99f58851dee2645d62
SHA512: 49f09eabe44e12d9087014bc8632b8daa85a9550a765448ee5307aa46f5caecba77ef2e336e8abcec01cb8631387b33324e3371f976744bda8d0eb2c40baae6b
Description: debug symbols for libtcmalloc-minimal4
Auto-Built-Package: debug-symbols
Build-Ids: ab012fa9f38a805fc93f4c297faefa14fa55fdc0 c28b78309c1ef5e15fb59ad71e702b4010ce24b9
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+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17), perl-base (>= 5.36.0-7+apertis0bv2024dev3b1), perlapi-5.36.0
Filename: pool/target/libt/libtext-charwidth-perl/libtext-charwidth-perl_0.04-11+apertis1bv2024dev3b1_arm64.deb
Size: 10184
MD5sum: ec00c8496d40fc40d454e3cbf116e648
SHA1: 4da4d913c92731bb5bd14d4eef1cb48b51313ac0
SHA256: 19925c655c5e797e3ed027e1410a2681756ce3e5f1fe5316e3c70bc34820cb78
SHA512: 42d547ea0b782912983d3ce87322c28550fb06841e7a2f9cc75b273cbddbc1b4f04846e2baecd539527d1f25f2177486fb4ad705dd25288a388b09c992549f74
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+apertis1bv2024dev3b1
Depends: libtext-charwidth-perl (= 0.04-11+apertis1bv2024dev3b1)
Filename: pool/target/libt/libtext-charwidth-perl/libtext-charwidth-perl-dbgsym_0.04-11+apertis1bv2024dev3b1_arm64.deb
Size: 25960
MD5sum: e00b20903b1432642dfce338230f59f2
SHA1: 85309ec051719579d3a715b71fbec1e1ab2420e4
SHA256: 7be8beb393b564273b958fc2a6e980f09267cb3984f6a65333680f2b639f1b8b
SHA512: 5a40538c8d3fcc5d3f5c3169b7bdc4042574b25b380e883a39969b6cf2285a9a608c2fbc591373b842046f3af3295de16b676e85ee9063da273ebed656c1f711
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+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17), perl-base (>= 5.36.0-7+apertis0bv2024dev3b1), perlapi-5.36.0
Filename: pool/target/libt/libtext-iconv-perl/libtext-iconv-perl_1.7-8+apertis1bv2024dev3b1_arm64.deb
Size: 14760
MD5sum: 5525eeac7745c952390be20befcf6f62
SHA1: c2e95e664e6014cdc0757ad19f1b32907e05e0bb
SHA256: 690fa42941f0ac6b76fcc742049a6bdc8a8af15cd92ad553867069ca5176ae3d
SHA512: c347ab6a812cc105822ab42b782181ad6a373dfb4e93b0a2cfb2f9c09330e683f366a8f6b27a73eb9d7584ca76d3b7f2194fb597cf47e63869e1c294ad7254e8
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+apertis1bv2024dev3b1
Depends: libtext-iconv-perl (= 1.7-8+apertis1bv2024dev3b1)
Filename: pool/target/libt/libtext-iconv-perl/libtext-iconv-perl-dbgsym_1.7-8+apertis1bv2024dev3b1_arm64.deb
Size: 31464
MD5sum: a8797f651f8f306b846aa39c9eaed24f
SHA1: 7d0934d821a885772523d7a9aa23698d2baef176
SHA256: 9c7c12ed389443e99d70e6d00c6f02ca055911aa7a44389727fb1f9a554b5a04
SHA512: 7875ef6a041810d84ba1d5754896a027cbdae47b8453002484eb40cbdb28bfdcf858b944af14fbdcf75150c890f854a084f80fb08276272eaba08f57252ed045
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: 622
Maintainer: Theppitak Karoonboonyanan <thep@debian.org>
Architecture: all
Source: libthai
Version: 0.1.29-1+apertis1bv2024dev3b1
Breaks: libthai0 (<< 0.1.10)
Filename: pool/target/libt/libthai/libthai-data_0.1.29-1+apertis1bv2024dev3b1_all.deb
Size: 168188
MD5sum: 73b26502885a661b2fab23e5b98ce7d9
SHA1: 384db32d33cd623962adff4091c53509e0bcc906
SHA256: 45bc387ffb497ae1110a67e141733ff7d5ea8d19de134b4f4509c2f828706863
SHA512: 15eb82d029cdec545db0dfe14612128c73d0262eb2820c26b71c67c4626788c5e7360913ca20a82385342650336ae9d7f602472f8cfe4646c6ff7a5187e887fc
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+apertis1bv2024dev3b1
Depends: libdatrie-dev, pkg-config, libthai0 (= 0.1.29-1+apertis1bv2024dev3b1)
Suggests: libthai-doc
Filename: pool/target/libt/libthai/libthai-dev_0.1.29-1+apertis1bv2024dev3b1_arm64.deb
Size: 23700
MD5sum: 317b91f6f87bca7b7e80ebf1f75b02c1
SHA1: 4a354d141824277a0438535bea5844800d4bb252
SHA256: 1772e271c2a4f09615f9810349a9f41d18a024d830f6a8ba1622eaf4c18e8c55
SHA512: 075781456e3e097ebcb8768d940b5b1261b9f740281b63a2cd0206d7fba3ac9455fa51b0e3812615c952b3a5cdecabc781a7cccfc25d555af0320fc714ab5721
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: 485
Maintainer: Theppitak Karoonboonyanan <thep@debian.org>
Architecture: all
Source: libthai
Version: 0.1.29-1+apertis1bv2024dev3b1
Depends: libjs-jquery
Suggests: www-browser
Filename: pool/target/libt/libthai/libthai-doc_0.1.29-1+apertis1bv2024dev3b1_all.deb
Size: 79300
MD5sum: f17d36326de2f1f348996e7fc82951fd
SHA1: 9255ba1d1a675eb1a5cf6fe0f45a9d38ae850c23
SHA256: 90efd07f4633c83d630bb39f505528318cfdb14478786f514ccf1a2fc07500c2
SHA512: 419dbc89c4b2d138794bc745e96e8b7809508468fb8a2437836bd452a18abeeeeebe8568d8e37888c1954cd2422d8a00bc689146192af31f170b90956b046822
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: 123
Maintainer: Theppitak Karoonboonyanan <thep@debian.org>
Architecture: arm64
Source: libthai
Version: 0.1.29-1+apertis1bv2024dev3b1
Depends: libthai-data (>= 0.1.10), libc6 (>= 2.17), libdatrie1 (>= 0.2.0)
Filename: pool/target/libt/libthai/libthai0_0.1.29-1+apertis1bv2024dev3b1_arm64.deb
Size: 48836
MD5sum: 7614765b4de480fdf705f5c1f030f500
SHA1: 95a3dc6360ddceb4466e0240064c4b19de4e886a
SHA256: 24c46f50fb3a4ac63465e544e8feb92a868e449648644bd68c27ad894bf5fe80
SHA512: 5ab3978e5812e104520ee730ecda88c69ed4063a8fc28301c329651161d8bba078e922e58444000daf397b4aea3d066e78fd54d5415070bfce56a56101385159
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+apertis1bv2024dev3b1
Depends: libthai0 (= 0.1.29-1+apertis1bv2024dev3b1)
Filename: pool/target/libt/libthai/libthai0-dbgsym_0.1.29-1+apertis1bv2024dev3b1_arm64.deb
Size: 38696
MD5sum: 7debf94c78f531dff4f16e78bae4d719
SHA1: d051b79007aca5962a3903508d9cf970febde113
SHA256: acdaf547ec6effd7d2409f6e52522615233430a2c08a7bc78da0c474e25f9d07
SHA512: 1eb292f5cfdb3c84768060cfea60107403d9acbdad0372558ef1bbefe2f214790810fbf121f93f296dbc81e57d843316cf83198ee61fa2cf3cb3154151452b7d
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: 292
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libtheora
Version: 1.1.1+dfsg.1-16.1+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 46184
MD5sum: fd20b0f9ee0fd42b20d5bb294ec52cc6
SHA1: bf33bfa157d2ec34c9f06dc59fa09e2e394a2003
SHA256: b4052a03a3a7d1bb5721c931c6ca41ab012cb58d72854220e76befdd8b877e39
SHA512: d55ed11486ded63567a9df6b5dbf230377b6889589c4007bd02dde0a107b8cf1d8b08687dbb7463132982849e117c5a6ef306cc91322e72d356c7724d4e35196
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+apertis1bv2024dev3b1
Depends: libtheora-bin (= 1.1.1+dfsg.1-16.1+apertis1bv2024dev3b1)
Filename: pool/target/libt/libtheora/libtheora-bin-dbgsym_1.1.1+dfsg.1-16.1+apertis1bv2024dev3b1_arm64.deb
Size: 75692
MD5sum: edfbfcb58df6de19cc083410c21211f6
SHA1: 7c428a39bf7a1e90d0b18bee8a0ac414f30a1905
SHA256: d3fbaa1590f65a65a022fb173939753aeaf8369c9bd24d8f93e452b5e13869b2
SHA512: 10d760f63f2443349ed92eba50112890a44c086acf86bf3ec718c3c59ccb238a26e50547bd77c2502bea154be2f53e03788235257603c399691bec35cb83c9b2
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: 812
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libtheora
Version: 1.1.1+dfsg.1-16.1+apertis1bv2024dev3b1
Depends: libogg-dev, libtheora0 (= 1.1.1+dfsg.1-16.1+apertis1bv2024dev3b1)
Filename: pool/target/libt/libtheora/libtheora-dev_1.1.1+dfsg.1-16.1+apertis1bv2024dev3b1_arm64.deb
Size: 166700
MD5sum: 6bcd8335d8aab61638e78911ab1e16b8
SHA1: c7054a5c680d810dee397dfce158cfa7fca3c6d3
SHA256: c0da4a259de38d31fdf72674c637df7719c46d27160672ecd13908e842be7b3d
SHA512: a66b5e50fd66b2550245c198f569b68c5e604dde264fb8375421fcecaab8ae407a06a661dd6fe949f3b0b3f378ba205683e191d6bcee5f0c4202efaa153f66dc
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: 2051
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: all
Source: libtheora
Version: 1.1.1+dfsg.1-16.1+apertis1bv2024dev3b1
Suggests: libtheora-dev
Filename: pool/target/libt/libtheora/libtheora-doc_1.1.1+dfsg.1-16.1+apertis1bv2024dev3b1_all.deb
Size: 952664
MD5sum: 7d838e3ec663451d747090ad8ce145ff
SHA1: 8058357d010524918a562b57bb7fbb1b219a2298
SHA256: 9fa520874f9079b89b91cbcc2cc8d7aa17654a9393bae02f9eee37d77164223c
SHA512: 78889e105672dfcac25cc7676898a1d045a51afc5e0dd70da2633697b9f3e153e278b6a2ea5048795897e3cc3f98fd7a715a6d99a682ffc35870fd69042d50d6
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: 618
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libtheora
Version: 1.1.1+dfsg.1-16.1+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 145032
MD5sum: 45cc7c1702f5636943b6b4b30ce24b8b
SHA1: 4a32264276d740edffdb4187d881baddc75bf1ca
SHA256: 84e51152188f2d8de033082f55203f9de6911ddc73efa3ae64e365975a8efbf2
SHA512: 3f984e79093509b36b20b0476509123b4240e5a349eb484f16271448fcd24e304d8b59b4e2d801e741d6a47e38ce7bb73c0d7ed5e8f3f191bce96402e6312b56
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+apertis1bv2024dev3b1
Depends: libtheora0 (= 1.1.1+dfsg.1-16.1+apertis1bv2024dev3b1)
Filename: pool/target/libt/libtheora/libtheora0-dbgsym_1.1.1+dfsg.1-16.1+apertis1bv2024dev3b1_arm64.deb
Size: 491680
MD5sum: 269b6e4aaed3ed94be7456866016d9be
SHA1: 9ef7eebaba773850e63dfcf31519d1368855cb4a
SHA256: 13781fa788f64039c002825300a9951729568fb173e81bfc5eadab0c14327106
SHA512: cb5b9e99c78f01104c730002d6883af6d9fc44afda15d5e7552e46b2cc7125ac641834a93a04ddf87cd829cf9fd9d1ac917f74761a802ce6fec9aa6f7f71d740
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: 1264
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: tiff
Version: 4.5.0-6+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1), libtiffxx6 (= 4.5.0-6+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 443388
MD5sum: e159d2afe5fd985ecc7d35a1a33f1946
SHA1: 648d59062ba2117b6f19ff452d9d588ba8eba9ba
SHA256: 23732613e3fa7ef5814f2bb325642f2ec67218512af192aef20ed2e7f8d2bf0b
SHA512: d8cfc09dcb0c3416328918c755a212cfafc034f0639c5c397fb7157608472df20a8a16200b40e3137b666a2831dc8e45498ed39e20e0abf6f497dc3ee9b714ac
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: 4381
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: all
Source: tiff
Version: 4.5.0-6+apertis1bv2024dev3b1
Depends: libjs-jquery, libjs-sphinxdoc, libjs-underscore
Filename: pool/target/t/tiff/libtiff-doc_4.5.0-6+apertis1bv2024dev3b1_all.deb
Size: 683352
MD5sum: b8910ff12b49aa3d8320b056843f7fa7
SHA1: 14b984f289da52cf3db0f14de80dc25e3cbcc152
SHA256: 5dbe79c717d84eecffdef58dfdd9ae8a4ab56ca240900822fe7b8a8c99accb72
SHA512: 8eb15493ec6056e615964be70cab185b7cad0d0f9f723513fbf95e01e42be4d2f3df5e65a9c704796f3f21c3ce259779567c198ed6d7e3f52c0e1bbba78ed59c
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: 220
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: tiff
Version: 4.5.0-6+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 150392
MD5sum: b45dca1ff91eeda396d920ca4a60009b
SHA1: b0597a6be33fc02c01a787951b750864db9b46d8
SHA256: 3cd91d02d5635ada6dd654652ce4ef3faa7440f1e4a771b9e8cdc517d0b412c6
SHA512: 730dc7f064c460d31bd3ed6368f9312d4d4ebd292cc89735a42c6099abbd418eb564b35bcb7ca0d2c3ae93f1bc9d79c41b6ddc2a441ce0af63a6836d6b4da29b
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+apertis1bv2024dev3b1
Depends: libtiff-opengl (= 4.5.0-6+apertis1bv2024dev3b1)
Filename: pool/target/t/tiff/libtiff-opengl-dbgsym_4.5.0-6+apertis1bv2024dev3b1_arm64.deb
Size: 15420
MD5sum: d559ed1448525d0ca1608d4f07e9d908
SHA1: 2707de28cef1a7b46b2eb5471dbd540532a63911
SHA256: bc862a08d7345c5c90806ccf5f0a5e4937e7949d384fc1e8e42a72b170baac69
SHA512: ef3a405f0f8f127a5eb210ee42556189a6ab3fb5b5c321a94d4953b1c41c85bd58d31fd6bf7f71f90f405060c60e084378ef495bf5784874167e2d5e8fc08160
Description: debug symbols for libtiff-opengl
Auto-Built-Package: debug-symbols
Build-Ids: ce6fe2459452ad0844d277632fded80402c8af31

Package: libtiff-tools
Priority: optional
Section: graphics
Installed-Size: 1533
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: tiff
Version: 4.5.0-6+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libtiff6 (>= 4.5.0~rc1)
Suggests: libtiff-opengl
Filename: pool/target/t/tiff/libtiff-tools_4.5.0-6+apertis1bv2024dev3b1_arm64.deb
Size: 320960
MD5sum: 74cddc7d8857abb5c95338c6a54040ac
SHA1: aff2b7bbcf20ee279979e00e90592fa250446b80
SHA256: 1891fb98323ee4285e630bd99752912a60620cec04696e20663e5f84a75a2176
SHA512: 26d3e03c332cc300a835bce93a791a9143a6e6d5872ff9f3192be9fef92522509fd43a296bbfee3b56ccd6cb02376aeec453f4252cb875f5e31afc48ebc1a0fa
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+apertis1bv2024dev3b1
Depends: libtiff-tools (= 4.5.0-6+apertis1bv2024dev3b1)
Filename: pool/target/t/tiff/libtiff-tools-dbgsym_4.5.0-6+apertis1bv2024dev3b1_arm64.deb
Size: 443824
MD5sum: fdaafc40902c9d286348cde86ed85fed
SHA1: 30ef55779854ac9fe5c2e29609bf311eb3ff3608
SHA256: 80127c6ba7684b03d83781f38ce9acae9c34f1501632dd075e103b3026be8f56
SHA512: 15dc95a504285a39c5615943007944057174e4d8ac6d4b4254ba406ba0f74219a371ed557c434751d40304d2268bc551bb7f28fffb07d18c4063f6c35c7cef75
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: 146
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: tiff
Version: 4.5.0-6+apertis1bv2024dev3b1
Depends: libtiff-dev (>= 4.0.10-1)
Recommends: pkg-config
Filename: pool/target/t/tiff/libtiff5-dev_4.5.0-6+apertis1bv2024dev3b1_arm64.deb
Size: 142816
MD5sum: 81a8e335874f11f00a1043bb52b48fa6
SHA1: e95cfd302702b78ab55faa430c5540601cf47800
SHA256: eeb97b826fab7776b5947178f3770f0c1b3c1b106269f488ab18bfcfec78b441
SHA512: c206783df4b87fe5c733193ce6d7d999bb7981f6289c152c3b2a6eb92ad4ff7d7f13a6de5231001995b8221446041c855f62abca0802cb67395bdc5de6a0fe4d
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: 740
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: tiff
Version: 4.5.0-6+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 302828
MD5sum: d427336d92af40d94bfe55b6a2bcd559
SHA1: 9418526c8922e0eb6fef85126eb6edbcfab835b6
SHA256: 368612a95b07812ac48fb0e9f9eb3658b0fee1f367df206f0343251f14e7a8af
SHA512: ade2a4f2c497003a5ef5054e7355e853694bcc6081b023032e864c6a730fa723f091deab32299999d023bba5554241bd970788cd507991292f490cfa6ef40aa1
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+apertis1bv2024dev3b1
Depends: libtiff6 (= 4.5.0-6+apertis1bv2024dev3b1)
Filename: pool/target/t/tiff/libtiff6-dbgsym_4.5.0-6+apertis1bv2024dev3b1_arm64.deb
Size: 466000
MD5sum: fb643ef2647312fe4fd5d7d2566a8c98
SHA1: e3cb1e81ebbe6af51b43b48085c67011fceca832
SHA256: 83a46398f08c7486c17aa2bf2aedb07f393912a1386951b941885245d41af726
SHA512: c74916864d1e5e9ec2cf2c801b22aecd0aa5a72c533ee24743618721f80b57ed79835d3c09ff6d942e0a2e1818a45002caf08250e50ad9bf00288f7ca6ff58b3
Description: debug symbols for libtiff6
Auto-Built-Package: debug-symbols
Build-Ids: e31f111d7d4cdd7744f6a4a1dc4fceec8ac164a7
Multi-Arch: same

Package: libtiffxx6
Priority: optional
Section: libs
Installed-Size: 219
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: tiff
Version: 4.5.0-6+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17), libstdc++6 (>= 5), libtiff6 (>= 4.0.3)
Filename: pool/target/t/tiff/libtiffxx6_4.5.0-6+apertis1bv2024dev3b1_arm64.deb
Size: 146204
MD5sum: ac9d92beb3eada8a2a79f9ea44ded661
SHA1: 090302f25ffdb977edae24e7b86b971ef752eab5
SHA256: dd5ae6b9cc8e53609be9ac0c41c746970fd286a39a0f0771afd2495b84e6aa60
SHA512: cb551dbfc72384a939a64d53f2c4a1dbe8f4f448000d62dc495a5acbb5799cb37afc3c02307d6d355c4503cfa5d107239d12c71968699b272a072325adb440e6
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+apertis1bv2024dev3b1
Depends: libtiffxx6 (= 4.5.0-6+apertis1bv2024dev3b1)
Filename: pool/target/t/tiff/libtiffxx6-dbgsym_4.5.0-6+apertis1bv2024dev3b1_arm64.deb
Size: 21844
MD5sum: fd2e26a3836a73bf7e2305f40366a62f
SHA1: 76f56dfe4967e19b68ea030224f3fc566182ed2f
SHA256: 257ec3a55c5b09d0b4727f7a10560dd97c9f081eb0b8e79d8627f5ec41292588
SHA512: f9383f986d8c692e079e7d759dde4d7ca2f0bced002d33dd2d214ff3afcdf2e667e4fae9568d7ad78f7357b8a5165875c117e6a4d586c745e0612642104db89d
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+apertis1bv2024dev3b1
Depends: libtinfo6 (= 6.4-4+apertis1bv2024dev3b1), libncurses-dev (= 6.4-4+apertis1bv2024dev3b1)
Filename: pool/target/n/ncurses/libtinfo-dev_6.4-4+apertis1bv2024dev3b1_arm64.deb
Size: 936
MD5sum: fcbe9e4005e51b2e89546a05e8a31773
SHA1: 99599dcef218c86f424932487e6c9864f659a5d1
SHA256: 63c0426103cf432b1a53e623a0ea270cae7e3cc803665fe1cabc83a4f8ff73c3
SHA512: 98b53fb1ec3e8e8c6795483bbf341baa8c1952c0c6e79dc3cd3d4af9b109c5b0b44ba636c11f2d43e855f61f1f5843023a6b6165a173b9728c28bdc2a82732f0
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: 535
Maintainer: Craig Small <csmall@debian.org>
Architecture: arm64
Source: ncurses
Version: 6.4-4+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/n/ncurses/libtinfo5_6.4-4+apertis1bv2024dev3b1_arm64.deb
Size: 323316
MD5sum: cd423afe5002be0389b201e78cf854ed
SHA1: 844ceaa2fcd790cb7e4614bdd73c46b94f154af3
SHA256: 8e162c207875ab0167e37d3efc37952a55bde870fcb794f14b17e4da0be769a2
SHA512: 3ae1a23b55d29bcc703c7cdd580bd2711fb23af5ae2a90454fa6713c25fbb3e2475b31a9a1de9d685c559b0465fed3b51f9694b6b2f1ce8fb7ae9262e0a5d579
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+apertis1bv2024dev3b1
Depends: libtinfo5 (= 6.4-4+apertis1bv2024dev3b1)
Filename: pool/target/n/ncurses/libtinfo5-dbgsym_6.4-4+apertis1bv2024dev3b1_arm64.deb
Size: 180192
MD5sum: 18fef0d57eb0a4552e2f008004d528fd
SHA1: 560a6fdb750b8f7a248fd446f49a472bf509e0bf
SHA256: 0e0f12f5c64405a3ef335bde6e7da0534a72367b6ff739ef42892dcfde541808
SHA512: 2e8737655e568da89306c5df67168f3b922289081ab1f19fe9ade5c9d1612a5c851501ef9b38b5a920208216af527e2905b8779c350a92934d9755429f9f1a2b
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: 537
Maintainer: Craig Small <csmall@debian.org>
Architecture: arm64
Source: ncurses
Version: 6.4-4+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/n/ncurses/libtinfo6_6.4-4+apertis1bv2024dev3b1_arm64.deb
Size: 326112
MD5sum: 4c538e18b94fcc524cdd22f679e83e1c
SHA1: a1fe5ef9d16f6403875214b199cf24e05ac3e85e
SHA256: a11bdf27d4da8bf7bb20d77c199faf601580105a8e1331c04aeb8275fc2c688b
SHA512: a1803382bc0066648b7347dc022158f62b54e9556657eaee7226b980012390f670b8b3ac248014174241e5c22e918c214f37288f6ff0e2b76c3c60257177313b
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+apertis1bv2024dev3b1
Depends: libtinfo6 (= 6.4-4+apertis1bv2024dev3b1)
Filename: pool/target/n/ncurses/libtinfo6-dbgsym_6.4-4+apertis1bv2024dev3b1_arm64.deb
Size: 189328
MD5sum: 356c328619dada2a2dd3dcd7a18e9984
SHA1: 49a065d0b7364f40e6c2a41b5d5f30b76e18ce3c
SHA256: ca6c5d24e2747e5a4c482e845a4764628df1844c3501696f20093d2a876a4358
SHA512: fdb887d0a9a788f13ac55d1148f44ed80f6064df5f152ae2e57e62e3251bbb66127458e868c2ab2aa213cec0a6d4fa00241fcb12ec4792a37125d177b9889ee5
Description: debug symbols for libtinfo6
Auto-Built-Package: debug-symbols
Build-Ids: 40467b0d89b1e971a683d097ef7f3c73aefa1adb 4a62ea33c3c65b97ffef6faa7d7fa4a464c42176
Multi-Arch: same

Package: libtinyxml-dev
Priority: optional
Section: libdevel
Installed-Size: 252
Maintainer: Felix Geyer <fgeyer@debian.org>
Architecture: arm64
Source: tinyxml
Version: 2.6.2-6+apertis1bv2024dev3b1
Depends: libtinyxml2.6.2v5 (= 2.6.2-6+apertis1bv2024dev3b1)
Suggests: libtinyxml-doc
Filename: pool/target/t/tinyxml/libtinyxml-dev_2.6.2-6+apertis1bv2024dev3b1_arm64.deb
Size: 53752
MD5sum: 5d09b86d9b7d4a9016ca4935fa176e09
SHA1: 2b374849d8cf6ca842809cc26f9d56dda49fa8f4
SHA256: 168a1098a04a9bf5dd141bcd5971c76d218825c9999ea5dc74c24af1eeb6a17a
SHA512: e1662c4dfd435a9429a27601fd2f1598f1851f9239ab8f07ff7d9177b0dd5dc87292dee30089a76863221f6027922342024fcafc8f9d71ec7d07e682ab9f297e
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: 915
Maintainer: Felix Geyer <fgeyer@debian.org>
Architecture: all
Source: tinyxml
Version: 2.6.2-6+apertis1bv2024dev3b1
Recommends: libtinyxml-dev
Filename: pool/target/t/tinyxml/libtinyxml-doc_2.6.2-6+apertis1bv2024dev3b1_all.deb
Size: 86088
MD5sum: 2743eac4bf4b541d531a7065762481ec
SHA1: 7953d1ffac865ce4b3f2bdcd9822aaea72ba4789
SHA256: 3e8586cd49099c25b07be1da575e869cff5c88d5f74c2bff4e47c3e1417602f8
SHA512: 70171ab190095034d9b0f6b9ab628edede686441e14d6e4f01be0c72718ddf9aa96f16bef430092cb2658fba80aafafe75f4826b146943d9abfd7d2932f2f38c
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: 155
Maintainer: Felix Geyer <fgeyer@debian.org>
Architecture: arm64
Source: tinyxml
Version: 2.6.2-6+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 36364
MD5sum: 71cbc527b58576801ac74b67c98a573a
SHA1: c05907397c043858bae83c266bea8179857530b1
SHA256: 366c3a238793692cef039d91d106d6e4f682ce725ac29fbf104f7af34589a7ed
SHA512: 4447591d0cd8bf6ae65cf359b845f2626762eca1469390a328707ddfa3a664c3a0f00bd87c0c53a34ca90c4ca648f98ad172146b997c3569e2eaedcf14302478
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+apertis1bv2024dev3b1
Replaces: libtinyxml2.6.2v5-dbg (<< 2.6.2-5~)
Depends: libtinyxml2.6.2v5 (= 2.6.2-6+apertis1bv2024dev3b1)
Breaks: libtinyxml2.6.2v5-dbg (<< 2.6.2-5~)
Filename: pool/target/t/tinyxml/libtinyxml2.6.2v5-dbgsym_2.6.2-6+apertis1bv2024dev3b1_arm64.deb
Size: 175792
MD5sum: bff5be6f17cd9370227e22a0ee5abb82
SHA1: b129c4ae7a42c498ed147b3bcc30d34a112fd32b
SHA256: e6d5f6678fe4f54c98d5a4227dae72c8292b3c610e84054676ebec0e904dd3aa
SHA512: 6ed7f78b4e6024d372396895ac016d511bce4154ec05f8ca7cef01c7a71356d31fa46e05a775e3d13e440d02a533a9b591fec05961ade12f0153cbce6cc12557
Description: debug symbols for libtinyxml2.6.2v5
Auto-Built-Package: debug-symbols
Build-Ids: fc42958e2b40f0d95dbb2d3af13fb9170a16af3a
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: 3250
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: tracker
Version: 3.4.2-1+apertis2bv2024dev3b1
Replaces: libtracker-sparql-doc
Provides: libtracker-sparql-doc (= 3.4.2-1+apertis2bv2024dev3b1)
Suggests: devhelp
Breaks: libtracker-sparql-doc
Filename: pool/target/t/tracker/libtracker-doc_3.4.2-1+apertis2bv2024dev3b1_all.deb
Size: 597840
MD5sum: 06746560704c6aec34affb2b8573725b
SHA1: e61a5474d17ca80386cca1727834c6c61b3ceedd
SHA256: 319bf3f7538ff1a91b1067ad8bbbf73e0464841a3837040c73a9a5a15173b171
SHA512: 70eced8c76ff2d2c13d9fe140873254a18ee9096bf8ef024544a6be7596f293bbf7d41248a06dca703a6360e91ec5ec42c71256ab6cc458e83a8d24538a9affb
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: 1110
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: tracker
Version: 3.4.2-1+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 255704
MD5sum: c4593fb13bd6abbb426a84eb5c0504f6
SHA1: 8eaf69432eb693c890191b5eec43937decf0a43e
SHA256: afcb32f0e23ef17932634a997b4cae8e38fbe543336d624f93918526c039aba9
SHA512: dc90d665aa239bdaaa8c988a35ad4a3b14e9d2786146c4e50332a18046b9e34b6647a515db17e212ea68ae0cfa950ae625eccec4ac66696ac107f3f6ff21bf60
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+apertis2bv2024dev3b1
Depends: libtracker-sparql-3.0-0 (= 3.4.2-1+apertis2bv2024dev3b1)
Filename: pool/target/t/tracker/libtracker-sparql-3.0-0-dbgsym_3.4.2-1+apertis2bv2024dev3b1_arm64.deb
Size: 971428
MD5sum: 37c66bfb8187990f231022a2358f0d3e
SHA1: 2abe2d8059e988aa62f3d1765eb8d6cfe0af8c5f
SHA256: 1fb2cc56d8e80aa7ce8dab1be7a0a19d08163c2765e7bcc9a821ded99581d0d2
SHA512: 085841dba1a863ea999c7e2c0f7d022ecdf500b6ea032bf8b1e5bee273749e41977500e36e045c11d185ad0ede140f2a633938f9d99efe897311f8b74861a340
Description: debug symbols for libtracker-sparql-3.0-0
Auto-Built-Package: debug-symbols
Build-Ids: 23f3a71795b154ebd2e685cc61c5d49725eb3e14 34b23ae8c5ad06dddd804e97aee3ca5cc6ca71ac
Multi-Arch: same

Package: libtracker-sparql-3.0-dev
Priority: optional
Section: libdevel
Installed-Size: 392
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: tracker
Version: 3.4.2-1+apertis2bv2024dev3b1
Depends: libtracker-sparql-3.0-0 (= 3.4.2-1+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1)
Suggests: libtracker-sparql-doc
Filename: pool/target/t/tracker/libtracker-sparql-3.0-dev_3.4.2-1+apertis2bv2024dev3b1_arm64.deb
Size: 38944
MD5sum: 48aae2ea03a1c417c8377168a61975d9
SHA1: 86cf26a8417a2daa24569faf815b607f7138a159
SHA256: 1cc0c572f436284454f972d61baf69924d7fb690440181c9b40da109114bf98f
SHA512: 3fa8cf63378592d5553635d6c37d611e94d4b0020fadbce2bdfc61643435dc6815ada525b1cd93c2c118c06f08fa6669542a6731cb5bcb05130a5a4905abce06
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: 845
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: traprain
Version: 0.2023.1bv2024dev3b1
Depends: libtraprain-service-0-1 (= 0.2023.1bv2024dev3b1), libtraprain-client-0-1 (= 0.2023.1bv2024dev3b1), libtraprain-guidance-0-1 (= 0.2023.1bv2024dev3b1), 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.1bv2024dev3b1_arm64.deb
Size: 102688
MD5sum: f7313e5dbc549e9bc3fc5273fc8b39f3
SHA1: b9e1daa4f91b22e0068c7fc63c9a6e0393e50c60
SHA256: e3cd725f7deea657a6754630237f23527ec1ff530211902b872ffab686b11203
SHA512: 9c125f998b243e934571c74d2bc9cccb467bb55fa6e6515541972604847552f26e1194ae548c9db73498d02c291489d009c75ae34fd98efa359c210585b628aa
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.1bv2024dev3b1
Depends: libtraprain-0-tests (= 0.2023.1bv2024dev3b1)
Filename: pool/target/t/traprain/libtraprain-0-tests-dbgsym_0.2023.1bv2024dev3b1_arm64.deb
Size: 594116
MD5sum: 7b56994b356d8926c25c89ebbd79d4cf
SHA1: cce9b94f979bb4ea153a28df8c3d0705b9b30f16
SHA256: 0cd17045342811826e1f4724a97b9305ffe5709e40de994943ea8c93f75438b9
SHA512: 51576cd2664218ee6716c3fef525c8d5064eadc636f7d4d13ce151940781c8428407f5c4ae8e8b116db09bd8dde491dc0e81a84a58ce3a7e58895f31789701d7
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.1bv2024dev3b1
Depends: libtraprain-client-0-1
Filename: pool/target/t/traprain/libtraprain-client-0-0_0.2023.1bv2024dev3b1_all.deb
Size: 8228
MD5sum: 40afeca7d57533e44df36f286714cb50
SHA1: 58e0005a4b46d2236b7d198192969d96876101a0
SHA256: 7bd3a6456c245e7f69a48567870494e62868d0a72fb773c0707a76cbe51cb664
SHA512: e0615fce033035f33a92931f7524c0f00273ae5b63a06a76bcdc8c852c563ede00b85c559a93de6b5ab3c4634428a2d1938cc885e48833daaf7c9bd15065c02d
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: 230
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: traprain
Version: 0.2023.1bv2024dev3b1
Replaces: libtraprain-client-0-0 (<< 0.2022.2~)
Provides: libtraprain-client-0-0
Depends: libtraprain-common-0-1 (= 0.2023.1bv2024dev3b1), 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.1bv2024dev3b1_arm64.deb
Size: 51668
MD5sum: c965e1684691fd5d7b3fd3b8b3108cab
SHA1: 39f4c745fa8b2b1323b222de6ec3b3d79a7ec699
SHA256: 6cafed6fd06abf9c61cce9cf4c63ed1de8e6586069da56edf55d30900268568a
SHA512: e21d5406da7eb11b7d4db29b21a033b4a923b23b601536b278f19e7f819db5dea5398185cdc695a8b3f57b053e74708b303d8938788da5ee32689e841589e845
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.1bv2024dev3b1
Depends: libtraprain-client-0-1 (= 0.2023.1bv2024dev3b1)
Filename: pool/target/t/traprain/libtraprain-client-0-1-dbgsym_0.2023.1bv2024dev3b1_arm64.deb
Size: 217584
MD5sum: 738a80d6674ccd7640d84830f1703189
SHA1: b53ade9b3f75267cd7b1ec7409a7e63427efd688
SHA256: ec8064b35a83576e8dd157567dae3e1161f43026f081e61b9d298b99e28b2ec0
SHA512: 1082e022918ee846da25f0dd68e865d5e70fbed6e6fc313971e041a74d251d9402ad587f74482c9d4d5b0a546dfd2a7e0f9ecd1b0475ab4e3620005f54161cfb
Description: debug symbols for libtraprain-client-0-1
Auto-Built-Package: debug-symbols
Build-Ids: 89fd14fbe530152dd79c4cbe313f526dededcfb8
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.1bv2024dev3b1
Depends: gir1.2-traprainclient-0 (= 0.2023.1bv2024dev3b1), libtraprain-client-0-1 (= 0.2023.1bv2024dev3b1), libtraprain-common-0-dev (= 0.2023.1bv2024dev3b1), libglib2.0-dev
Filename: pool/target/t/traprain/libtraprain-client-0-dev_0.2023.1bv2024dev3b1_arm64.deb
Size: 73728
MD5sum: 6397f7f2ac0c44283e27bb5898abd4d5
SHA1: 4d3686987f64cc475d4a48f3e230094318cdad8c
SHA256: f2891ecc5f3adc66b8cfed3891fbe9ed174a17a5fedff42934da6d5ea8bcbc89
SHA512: a6cb14392f17fc8766fb29bb381fc5db6c0395dff30c88ec24902b68daef8acb617abca33039fd42bf5ed31271f5137443e0d72fce16db7ac06fe0d12e12fba7
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.1bv2024dev3b1
Depends: libtraprain-common-0-1
Filename: pool/target/t/traprain/libtraprain-common-0-0_0.2023.1bv2024dev3b1_all.deb
Size: 8224
MD5sum: 2748f1653a4f28316a27bb59f7d8d18a
SHA1: 4a818c21a6a946319bd6fd1a772b2546db9feef9
SHA256: 6e2434bbd0b783c2319e8287b201c1a9b89071d74f184b405ce539709c14b9ee
SHA512: ee49c09e3d1e404def350c79f0ddda5535b705785b6dfa7d23db05f3e0147f4dec176c94c72db6cbd2e3f60bbda251f47adfd8aef35f16cce9ab87824ae30024
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: 168
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: traprain
Version: 0.2023.1bv2024dev3b1
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.1bv2024dev3b1_arm64.deb
Size: 29520
MD5sum: 900ad58fdcd6722fd690549e7557c41b
SHA1: c2112b9e0d2592ca927070224a1d35109f506197
SHA256: a63a16826122a2085a95bc1aebc3dc8d8bc2e82af122501efb458ef541720a08
SHA512: 042cbc74dd2dbeeca2b94b9f74a867f61b483bbb58b4792794df697a372732cd2bc1f2fe452978fd56c4c33635f5c88859d19943098a9da9982a58d564e63497
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.1bv2024dev3b1
Depends: libtraprain-common-0-1 (= 0.2023.1bv2024dev3b1)
Filename: pool/target/t/traprain/libtraprain-common-0-1-dbgsym_0.2023.1bv2024dev3b1_arm64.deb
Size: 74196
MD5sum: 1f3513db2c424ba3ca5605c0bc0e4b92
SHA1: 97413f66a857a30d87d6700b3234790bf521ee38
SHA256: 39d6fb7bab827d9026f930e702780e5e9e2e6b3a86b8547f0ed3f16526dd72a7
SHA512: 6cb316cd0701fb6db4ac08095e473284cfeb868fc4d7517315b81f9b5dfe59ca3c08e60262fca6a43c0129d3ccb55db117c83e2aa4d4261e4dbcd1f0b4b68e5a
Description: debug symbols for libtraprain-common-0-1
Auto-Built-Package: debug-symbols
Build-Ids: 46703cc6c28dd8e677fec2dfcc97223868949b49
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.1bv2024dev3b1
Depends: gir1.2-trapraincommon-0 (= 0.2023.1bv2024dev3b1), libtraprain-common-0-1 (= 0.2023.1bv2024dev3b1), libglib2.0-dev
Filename: pool/target/t/traprain/libtraprain-common-0-dev_0.2023.1bv2024dev3b1_arm64.deb
Size: 46544
MD5sum: d1b951397c1ea86e23d2fcd6424348cc
SHA1: e6dbedc343fafb3f0303494656d4904f6f533b50
SHA256: 7018f12babe6219fed9363910828566bf5379306ab0f9dd130c824e4993194ac
SHA512: f2a5219158ce8c23b939ca36688fbb9bf2181c0bfe9434758a44943d401a92f3327fe5d9147f0d53fcb1210d6cc2f4a0015d01a60c67b453ab49314a3e550cc6
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.1bv2024dev3b1
Depends: libtraprain-guidance-0-1
Filename: pool/target/t/traprain/libtraprain-guidance-0-0_0.2023.1bv2024dev3b1_all.deb
Size: 8236
MD5sum: 946430c12e84cfad300568485f4c151b
SHA1: ed3e915baf476bc6b89fd7052052e79d56996d6b
SHA256: c80b148aa18b42e7abf6cfc308b4da5798be6a0c7d9fabfbcb3d8e2ee1770bb2
SHA512: effedbf4859037dd63247d226289a03a0f4f6dacc91b6bb5c1f584afefc06e68fd686c5b4f53a73dd249b07e402430b9522b5097b7d22539c97d7bdc68dd42a3
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: 165
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: traprain
Version: 0.2023.1bv2024dev3b1
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.1bv2024dev3b1_arm64.deb
Size: 31732
MD5sum: 9a1a8e96cffeaba436bec864078228e4
SHA1: 1406d7f930c272055358f8ca1f393f720d667250
SHA256: aec90c841e0b8a60e4d37722607010e4fb139a39af6e8d9b3915aeb144604259
SHA512: d3d533075e48259f90b8fc222c796c8b2d02e873651844704631a2747c21586d6974d52bf0a47f8ed19d1d1f281af4d90dd21aad7a7445d740c601c3944505bf
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.1bv2024dev3b1
Depends: libtraprain-guidance-0-1 (= 0.2023.1bv2024dev3b1)
Filename: pool/target/t/traprain/libtraprain-guidance-0-1-dbgsym_0.2023.1bv2024dev3b1_arm64.deb
Size: 116652
MD5sum: 668fb15b066090a7abc68030f8937acc
SHA1: 0f2bdc0466ae7004443e2320eef7d6a9f040a875
SHA256: 5890a236d11495a453c7ffe5fc892fcdbc634b4d0743ae913c5fa18016b982f5
SHA512: 56854e1433ff66bfeb2da124a8ec567527625945f6a831ff509644ce69e240055ba375cd59eaf717e83d39eac344d8d78148f1db8a2e592581d6bc70d2c6a482
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.1bv2024dev3b1
Depends: gir1.2-traprainguidance-0 (= 0.2023.1bv2024dev3b1), libtraprain-guidance-0-1 (= 0.2023.1bv2024dev3b1), libtraprain-client-0-1 (= 0.2023.1bv2024dev3b1), libglib2.0-dev
Filename: pool/target/t/traprain/libtraprain-guidance-0-dev_0.2023.1bv2024dev3b1_arm64.deb
Size: 41756
MD5sum: f01e8d089a09ed683602414c7a284a37
SHA1: 701c629a38f1bf2350e2df87eb52da79943f5081
SHA256: 3166944e8c0492a16f1b93df7882f20b0e829afe71e739268dab9eb4d6dfc4b7
SHA512: 54bfd99ffe62f5649046cdd7cb1ce0f1329ba938811ed306b27226bc8c341e8169946602713d1fe4cc873395fbc06e7827289d811e01f59af270d901cae6d615
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.1bv2024dev3b1
Depends: libtraprain-service-0-1
Filename: pool/target/t/traprain/libtraprain-service-0-0_0.2023.1bv2024dev3b1_all.deb
Size: 8236
MD5sum: d5b071d887bada5e9e5e7e3aa08beae1
SHA1: 81b81aea9b64559a1652c0bba335cf11623b6a75
SHA256: fc5760b214d69d86c7d3937124bdd2c4150d3ced46d31e1da3c45fd7971b13ed
SHA512: fa66ec7e193c8549e618daa4056729c6273a10a65695eb0667d20cc2f834dd703841da9b81e6dce854d6cdded8d383063568b145516fe7e6f79f6c564658b57f
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: 231
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: traprain
Version: 0.2023.1bv2024dev3b1
Replaces: libtraprain-service-0-0 (<< 0.2022.2~)
Provides: libtraprain-service-0-0
Depends: libtraprain-common-0-1 (= 0.2023.1bv2024dev3b1), 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.1bv2024dev3b1_arm64.deb
Size: 50348
MD5sum: 7cef4f6b19afc1a3ed641c557537958b
SHA1: 68efc3cdeb5dd3904d318f4fe0d2e0852e2d7311
SHA256: 6c76189783c586caddb71d3a9bb4c4693902927695cee9cc45f841d0daa0040e
SHA512: 6a7854bcdc729cddc2cc86b4cc77ada1c82e5037bc53380f63b44a95a6e53318175deba22f9914da15c7939483ae3f4ef1809d3c90caf437688d270cdc5458bd
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.1bv2024dev3b1
Depends: libtraprain-service-0-1 (= 0.2023.1bv2024dev3b1)
Filename: pool/target/t/traprain/libtraprain-service-0-1-dbgsym_0.2023.1bv2024dev3b1_arm64.deb
Size: 205844
MD5sum: 0aa175f31841d70c03e9d6fb71b94d26
SHA1: d59330ba85f3009b22b6b297af3c5973591d1c2b
SHA256: b95ccd1fd82429a257b87834328221146ac41d24b469108a084e7f5806fd3753
SHA512: 8f1271b9c421fbc94de4dcebfe45580aa8e66f5865e0366b967aee71eb1ad08c381d5fcf33a95bbda14b2e944bd3a2b5a5dfee53fbf9bfcdd77169589a210503
Description: debug symbols for libtraprain-service-0-1
Auto-Built-Package: debug-symbols
Build-Ids: db12f802f3c7250afd0ebeea393d9bfc50343d77
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.1bv2024dev3b1
Depends: gir1.2-traprainservice-0 (= 0.2023.1bv2024dev3b1), libtraprain-service-0-1 (= 0.2023.1bv2024dev3b1), libtraprain-common-0-dev (= 0.2023.1bv2024dev3b1), libglib2.0-dev
Filename: pool/target/t/traprain/libtraprain-service-0-dev_0.2023.1bv2024dev3b1_arm64.deb
Size: 70504
MD5sum: cc38e9ccf1ebd28270a2160b71391341
SHA1: d5ea4d27e65a6dd861b70753d7a4d89d90a6d8ca
SHA256: fdf6d5c451791f5a38278d8d187c8382bb761cfd86e915a23336f1d943b17844
SHA512: a54df3d0dbb25feee626858fbeb65a2afa0bf2e9ecb8b86b4921c5c3fbb68cb77ce0e278c761c5575204ddfecb2fa189e8d583afd877ff4d887bef8c260f1604
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: 549
Maintainer: Ondřej Surý <ondrej@debian.org>
Architecture: arm64
Source: libjpeg-turbo
Version: 1:2.1.5-2+apertis2bv2024dev3b1
Replaces: libturbojpeg
Depends: libc6 (>= 2.17)
Conflicts: libjpeg-turbo8, libturbojpeg
Filename: pool/target/libj/libjpeg-turbo/libturbojpeg0_2.1.5-2+apertis2bv2024dev3b1_arm64.deb
Size: 203612
MD5sum: 22d30597430f7aaa4f46ae363564c774
SHA1: aa42af83420f19056d1138fba356761bf4382686
SHA256: 156c27364b9d53dbe80c41a9c6b55261f65773b1ea129f91d483cf40859edbf8
SHA512: 39fd68d020bda0796e657233bd3515263d0bbba1e1144ffe6c57646e62ca15a36f1b3a53c6660af0c815331d45c8f98c82b79c8955d27e23495a23413d76f388
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+apertis2bv2024dev3b1
Depends: libturbojpeg0 (= 1:2.1.5-2+apertis2bv2024dev3b1)
Filename: pool/target/libj/libjpeg-turbo/libturbojpeg0-dbgsym_2.1.5-2+apertis2bv2024dev3b1_arm64.deb
Size: 703204
MD5sum: cef8debe54a09f07847044c23bcd9399
SHA1: 1e2b76510ffd15efba0bb176d26aa5a6d6ccc86d
SHA256: e81c15e75543b36c984c255ec4d058347aeae8916876d8d7abf0fca73d2059da
SHA512: ed00cd539d6bab047cff22f74c8b7a2f340d6e463f9759450b66cfc6eeaa701e7944a5825fcca502989526bd736198e58eed5037177a2a6fa02a0a76cc686bf0
Description: debug symbols for libturbojpeg0
Auto-Built-Package: debug-symbols
Build-Ids: 5bcf6fddfcb7964da0b759bbdac9e75c1f5046bf
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+apertis2bv2024dev3b1
Replaces: libturbojpeg-dev
Provides: libturbojpeg-dev
Depends: libturbojpeg0 (= 1:2.1.5-2+apertis2bv2024dev3b1)
Conflicts: libjpeg-turbo8-dev, libturbojpeg-dev, libturbojpeg1-dev
Filename: pool/target/libj/libjpeg-turbo/libturbojpeg0-dev_2.1.5-2+apertis2bv2024dev3b1_arm64.deb
Size: 237944
MD5sum: eca57f725712ba712308d9f506fc2705
SHA1: 84953fe572eec3cb86284676fdf9f6eb2768e10f
SHA256: 31ec872f2008070991989fd011a3e658a3cc4fed20c2920e05132661aa38e655
SHA512: 9873372cb6fb436966d7988923848183fef69dbf5c12369cfa5950681327c4d0572100289b2241886c95fff8072dfcfd5bf81c8c79fb0c436b4b1627540ba166
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+apertis2bv2024dev3b1
Filename: pool/target/m/mtd-utils/libubi-dev_2.1.5-1+apertis2bv2024dev3b1_arm64.deb
Size: 26204
MD5sum: d11bec2c80f817df8a962f0ff4b647ec
SHA1: 67e24192b7120196fc533ecc83555cb74e47c11e
SHA256: ca1f6ad870fb9391c78f517130a096299225209a1ed717211e162159f9bda294
SHA512: ff399ff2f8de941a998c038469988cd813225d869e6eb69446fd76b2e3937f86b050240c49d7cb3311026ccac1dec41ceee79f2f95338a947c1fa21fddc148a3
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.12-1~deb12u1+apertis1bv2024dev3b1
Depends: libudev1 (= 252.12-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/s/systemd/libudev-dev_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 61356
MD5sum: 1c511d0f9d3fe9ae29d2169ea9a10fe8
SHA1: e85362f667d8afc6876e70f798751983fe3df031
SHA256: 8e678ded512c005821ea9c63ae521e15b503af4df5b3c855ee2b1d3bb50d2efc
SHA512: 74de257eee8a068bb031967b6cd9c5443ca7afdec239185bcb5b9009af07584b373ef0645a255c399164c04b769f37c0580d146b9d4be410554d7f713a2c7b55
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.12-1~deb12u1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/s/systemd/libudev1_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 111760
MD5sum: efc7bac98277b91c789d210f82d50e89
SHA1: 5bb0e872e1b79c2d03da6e705aec9d149eae7df9
SHA256: 69e6f3e7c3a16aecc89805f1d4dacad0a62b2326b272b9c09ed185f5779b42f0
SHA512: 708dd6da04e82d8aa46ea0adfcdff9f50c0312e8d94c7790c18e5aaba50feaf7e50f6caaa6778407bf66bd16a5cd8382345bdcc1378c59537c97993c2b10c771
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.12-1~deb12u1+apertis1bv2024dev3b1
Depends: libudev1 (= 252.12-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/s/systemd/libudev1-dbgsym_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 390296
MD5sum: d354a86236d945a7a04ce09ff640ff9e
SHA1: 6cf7acc3bdbb6a5cc68e92e78db0962eb1a9d853
SHA256: 284c57372434b283bd3cdd3c189873f17c0dfd149b162c11432a29b48a38e541
SHA512: d6d0b65353e8c07cf24a47d403daf22390a55db124189537caba76287f20d6e8fa8c4d81f87d18a1f383db2dd2732d903b3f19218d5e353d7b597f12ac27e468
Description: debug symbols for libudev1
Auto-Built-Package: debug-symbols
Build-Ids: 19ba3d3c69cfdebdd9d13c74cd0c41ec1a236e1b
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: 132
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 60384
MD5sum: 04b5fb4b224f4697d36c305d3cc9f922
SHA1: 7d923d2b566da5ff188489904c93650a79dcba35
SHA256: 393ae945cff97620d9fe645d32b0a006220ff4b2b60b2f7cc5698d6970ae6b1c
SHA512: 86c7351d90453c443eff3d7556f1d313ce4c58fdb4dd02501afda0c34cf66dca5815c8dff9cc77741d35bce856402b51ad11d6d9411c897cfbeba0f0e74c8935
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+apertis2bv2024dev3b1
Depends: libunwind-15 (= 1:15.0.6-4+apertis2bv2024dev3b1)
Filename: pool/target/l/llvm-toolchain-15/libunwind-15-dbgsym_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 18892
MD5sum: c48379345cf3816abf2eaa0cdac882d2
SHA1: e23facee5969656d0b3465c0cca1a7560be2e61b
SHA256: 162e3e91745069841d80061ac7f6029b9641e1aa51856fbc21fc848fa2e021ce
SHA512: 2fbde8c8fb5967b0a3893dfcfbc2eb114c7ada5f0a348ee8a724245a03a12eb18fe3cdeab8bb80cc5d11375a8d44982abe81eb7f085716e462f5c7f2513dee71
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: 274
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
Replaces: libunwind-dev, libunwind-x.y-dev
Provides: libunwind-dev, libunwind-x.y-dev
Depends: libunwind-15 (= 1:15.0.6-4+apertis2bv2024dev3b1)
Conflicts: libunwind-dev, libunwind-x.y-dev
Filename: pool/target/l/llvm-toolchain-15/libunwind-15-dev_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 78680
MD5sum: d919d4b60a5699501062d091ea0743bb
SHA1: 114b4648ded8c789462413c85572b0efb086745c
SHA256: 92cf4654089ca024520b2f1ed589a6221288c3d235edfc828702127d2dd931a3
SHA512: e7d8e9070dd8c90c349299cc3c0bd73242b4fc8695e617810f9a9914055810b4d3cd663cc0b345525218fed720c997d4d3c0517a86254accaec4e6f16aebafd7
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+apertis1bv2024dev3b1
Replaces: libunwind8-dev (<< 1.1-3.2)
Provides: libunwind8-dev
Depends: libunwind8 (= 1.6.2-3+apertis1bv2024dev3b1), liblzma-dev
Conflicts: libunwind1-dev, libunwind7-dev
Filename: pool/target/libu/libunwind/libunwind-dev_1.6.2-3+apertis1bv2024dev3b1_arm64.deb
Size: 440584
MD5sum: 54e43ad721c225b711029e41fc62039b
SHA1: cdb2d5068d2448aa7beb8c9aa3193241ea87f70b
SHA256: bcd838fbfae847926f2b677f533e6211b33c31fcddd8a07424a1079655923518
SHA512: 1809115855e20139973223a3f1ea697fec9c2ce2848de9a08b02b0bf4b8d3d84be4273cd02fe9f82dae0a2fb4a343a60a1478b0d40a053baf630b8ee9f2f99e2
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+apertis1bv2024dev3b1
Depends: libc6 (>= 2.33), liblzma5 (>= 5.1.1alpha+20110809), libunwind8
Filename: pool/target/libu/libunwind/libunwind-setjmp0_1.6.2-3+apertis1bv2024dev3b1_arm64.deb
Size: 10268
MD5sum: d60ca8d0bb6da16b341bf46364e40b6f
SHA1: d1847d40101d42d17e9b870ec4969735c3e466ad
SHA256: f5d64a13401c35c8b05d325857c2a9832ab285b9a08a93d21f7d0defb3406eb6
SHA512: c13176705f9702917192fcf16212620e34d257996b895776f3fa3494b263cb4b28ac16cb1b56bfa38c0f34ccf7a6522ecc0c357b22a52171598cae783a387552
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+apertis1bv2024dev3b1
Depends: libunwind-setjmp0 (= 1.6.2-3+apertis1bv2024dev3b1)
Filename: pool/target/libu/libunwind/libunwind-setjmp0-dbgsym_1.6.2-3+apertis1bv2024dev3b1_arm64.deb
Size: 13504
MD5sum: 7e9b0fb9fbcc74ddcd5b9a0d6f5ab3b0
SHA1: 87cb72c08f88e2210f0044656cc0a0ccd052e623
SHA256: c5098c4e4bf257d285a3074c8ee94cafa05a3a2202e0d6b0a6ff833ae98462de
SHA512: 540f34fa2799930b129936fe55c0a09e1a199d395aa6c68849dd43095808c09f8a5603e6ec5827bb585e0072aafc2419b3a32dd6133a389983ad7244a9a35b22
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+apertis1bv2024dev3b1
Depends: libunwind-dev (= 1.6.2-3+apertis1bv2024dev3b1), libunwind-setjmp0 (= 1.6.2-3+apertis1bv2024dev3b1)
Filename: pool/target/libu/libunwind/libunwind-setjmp0-dev_1.6.2-3+apertis1bv2024dev3b1_arm64.deb
Size: 21332
MD5sum: 260b77d46a9f93b4441a325c1e3c6da4
SHA1: 31aa01f0dcc55b774b10e2a2c6a7820a3ce88f21
SHA256: f374b8dad0d7a5b8d9c464f9fd9aa758cf52e3d5776e2d65c960b9db82f79de2
SHA512: 08cda17a7b4c11c2ed89dd220c655c3678bc35cae8d261649ae6ac31bc8d3b32556d6761b602132a639fb610c1508d530599b8d7c4dc61134ead00577d058f0f
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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 50732
MD5sum: c72deb310b7fb32f7a61ce491a704528
SHA1: f33a114c4313da2c4b20a1fb17dc12738b95bf7e
SHA256: 849e7e699fe4efc000282f68945294baea4067c817f8a154cc952ffbc011e7ab
SHA512: 6dfb0e118f0b2a1af21e5b762376568379214be58fd5d7f8b58f3d7918577ec18b021cdfcf782b35b23e391de07bbaa03dfa1f3a25b925b5442d0ee40626d477
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+apertis1bv2024dev3b1
Depends: libunwind8 (= 1.6.2-3+apertis1bv2024dev3b1)
Filename: pool/target/libu/libunwind/libunwind8-dbgsym_1.6.2-3+apertis1bv2024dev3b1_arm64.deb
Size: 386636
MD5sum: b53c732c52b49231925b602983dc2d67
SHA1: 6673c174a812cddcdae42b3bc7669e4c1139fb73
SHA256: f7de8451db214e0880d29d5a45580e4df5e106a18f766ad02cc3922d7cb232a8
SHA512: 2225f593f02c365d627b549e39160a2e03f274fe5c4e3324b2a257c549c2ef7a31b57017786ed96265bc73a8daf5d974c38e146a2cb618f0c23ed3bb00bfee7a
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: 303
Maintainer: Dominique Dumont <dod@debian.org>
Architecture: arm64
Version: 1.44.2-1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/libu/libuv1/libuv1_1.44.2-1+apertis2bv2024dev3b1_arm64.deb
Size: 132584
MD5sum: 54e9e426fba48b66467befa64acef060
SHA1: ee21abeff84a19b7c79d811ec7c69880b3cdfe85
SHA256: 82733717e622da20cb6525dc9f8f2f4caa54ce3685cfab13b14eb57f5663927a
SHA512: 9e7590288f01e980a5ed64927a7361d032c2cd1d099755c5da341769764b62310708f22e5b7e2d9710a597697263eddffde1680b19276e4babfb1c96e1ac8f4e
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+apertis2bv2024dev3b1
Depends: libuv1 (= 1.44.2-1+apertis2bv2024dev3b1)
Filename: pool/target/libu/libuv1/libuv1-dbgsym_1.44.2-1+apertis2bv2024dev3b1_arm64.deb
Size: 225252
MD5sum: 0b055a98bd0346f5c78492da5eaed0c8
SHA1: 89a51657dcece43868ddd6c4d66233cb50712dc7
SHA256: 6f709f10d58a071ad8d229b1db94213dbaa3da2de56b8bae9bb407ced2873807
SHA512: c8cbdac86fd33beea2506f770ec181f61adb2113167756ff8e93e4e2724aa9e132350799342ebea72abf2a8a92371f4af2f52acf9159b236da836aa5baa8c340
Description: debug symbols for libuv1
Auto-Built-Package: debug-symbols
Build-Ids: 0c6132bdcee847b0ff2e276411442f7a31058778
Multi-Arch: same

Package: libuv1-dev
Priority: optional
Section: libdevel
Installed-Size: 680
Maintainer: Dominique Dumont <dod@debian.org>
Architecture: arm64
Source: libuv1
Version: 1.44.2-1+apertis2bv2024dev3b1
Replaces: libuv-dev
Depends: libuv1 (= 1.44.2-1+apertis2bv2024dev3b1)
Conflicts: libuv-dev
Filename: pool/target/libu/libuv1/libuv1-dev_1.44.2-1+apertis2bv2024dev3b1_arm64.deb
Size: 171728
MD5sum: 970c12df6fac0d2b3a9cf5a6dfe151f8
SHA1: 1d9c39e1f45d4cf36c6ac614252c024a9321c7d7
SHA256: cc3fa1a2d54345e2770a5047c49a1cc019dcf7c4586a169da0d03fecdc1ebc36
SHA512: 232389f3e242738226c699d7c7daeb0937bd5847f5083fa9954d06973874753a805294f1423c2580475ec483e51a779c5dcac7b114eb802c0e70f58521a5f6df
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+apertis1bv2024dev3b1
Provides: dh-sequence-libva
Depends: libva-drm2 (= 2.17.0-1+apertis1bv2024dev3b1), libva-glx2 (= 2.17.0-1+apertis1bv2024dev3b1), libva-wayland2 (= 2.17.0-1+apertis1bv2024dev3b1), libva-x11-2 (= 2.17.0-1+apertis1bv2024dev3b1), libva2 (= 2.17.0-1+apertis1bv2024dev3b1), libwayland-dev, libset-scalar-perl
Filename: pool/target/libv/libva/libva-dev_2.17.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 122704
MD5sum: 44289bce4740aacdbf3a73b5e0dbc691
SHA1: 0c0d064acdd70009f95920570fc7c167dc0cd286
SHA256: 051dd9b14f97c59935a6f6e999fd315bd32dca09310942344a39a2ee3cf2bc24
SHA512: 271e09f471a06d8b00d98d306b51e4b23d9cdd00ab810be2d2113693baeb6c9c4c295e638f3030938eff723233e1c30e17b6db0a26283f607e657c9d0f237d37
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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 17052
MD5sum: 674df3e54cca95af56b6bed502cd01db
SHA1: 0f54e61a67f1c916f708dbcf6f73b9da62127c5c
SHA256: a2318597dfb8f79d7e6ee0e6d87831246d9fd6670584ee3820f69f93855b79bd
SHA512: 0833e0d9efe77cca344ecdc2b80d056448307df62f323c1972f1168d29846774269e490e5148cdac50e37e174a984bd0072d80a860c829710f3386a68539a0ab
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+apertis1bv2024dev3b1
Depends: libva-drm2 (= 2.17.0-1+apertis1bv2024dev3b1)
Filename: pool/target/libv/libva/libva-drm2-dbgsym_2.17.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 17604
MD5sum: 44e752ee9dfb57ac97488a3a6f4ec0e2
SHA1: 21ca0a428b227bc688d657a4b4273afb07e6e5f6
SHA256: 883d3bac45ffd2b8fcb562583108271e51ccbc5b01d4868af553747e0f322dfd
SHA512: a9385dd372c54c980715b57a6891ed13a9d72219c784850fa3dc201e52b8c6fa295f90f202aa57d6d656feea9a0883b336f276bccd464f9b2c409f6dd2f4a343
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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 20880
MD5sum: a6504336a64d0f9d90540f501ac86361
SHA1: e16b64c067a5daca3336a0b01ae0282c8b236c72
SHA256: 4920377fe149f37a82d6017e97a4b2f99084e931f9615482dcaa9addaea051d0
SHA512: 369cd1c4726019252858da583018b9b6a7d162582c39386db387288bf723921cde838f740ce7b673adebda3036890765d40284a82dc305cd4217a2bc7a48b5c6
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+apertis1bv2024dev3b1
Depends: libva-glx2 (= 2.17.0-1+apertis1bv2024dev3b1)
Filename: pool/target/libv/libva/libva-glx2-dbgsym_2.17.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 30356
MD5sum: 08ebf98a453245657584f22aeffe886f
SHA1: ac1370d9bae7a6e5d5fe2a730276acd055b873e2
SHA256: 0229e77eae327c7a949c54e8acc2e05c7af4333cb5123c0f14dd19f8be677af7
SHA512: 6ef3c6da75d69d36c38f5c0d4f9a7fa0ad63cbffddbcb3ff19d10bdf28007e76a47e1b560f91ddef82cec504c6cb21f935488ec43582a84e182c51ebef757d6e
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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 18588
MD5sum: ccb65a7afc0024b92a7d54fc6e0fdc1a
SHA1: ad9e351917556b2a2a3e69004302df794a0f572e
SHA256: 949a91b8547dd07db56c411519913145a70027e006272d256a5050d99e6f343f
SHA512: eb3b5d4664120fdf68587a75f4e86f7d5879df82885aac0f360e17edd618be6555189fe0d8e4556c05573fdfed6f19ec0e3b5407bcab02cecea00a2d49ade82d
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+apertis1bv2024dev3b1
Depends: libva-wayland2 (= 2.17.0-1+apertis1bv2024dev3b1)
Filename: pool/target/libv/libva/libva-wayland2-dbgsym_2.17.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 22764
MD5sum: cb2039d8bfc87bc0577661de82d988d4
SHA1: 0a07562f8827461f881289c159ceef3435e175a8
SHA256: ffce6e480c8ffbda135f48d3ed809f5309970d36baf7d44b016600f81a02a38b
SHA512: 7aaf26d70a760d3dc0bb33323cfd62abfc8f89d5d10b52becbf8fe5dcc29b3e793da35ec3fe8b9d395bdc90e5cab27fe3a2f74265a50d1d277c46e9112d2de1a
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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 21568
MD5sum: 5fbcbfe9dc2fce605f214e2ee482bda8
SHA1: f63d456a02bf3491c88e3054a566a5a9b178dc30
SHA256: e9b5a346216c5e4d35b04e087b87d2e436ba834a51688769629c1b550310bf93
SHA512: a34e15ac5bcc10ef80ee179dc1fde32d7295d853b4fadce93947697c8b0fe54d1b2d06354e355a07a2224e172393c1839759efda302b64dae3d2f9490fae1b02
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+apertis1bv2024dev3b1
Depends: libva-x11-2 (= 2.17.0-1+apertis1bv2024dev3b1)
Filename: pool/target/libv/libva/libva-x11-2-dbgsym_2.17.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 44448
MD5sum: df1c41fb5eb4d836f740d902284be9fe
SHA1: 8d60d547dc3dc573e0f391aa2e4aedab96c72a94
SHA256: ada111271cd03bbaf62755a19b90d9108d8905aa78f91021214a5a0bc40e90bd
SHA512: faf54d6e09cbd21d7a5f705eeb7d1db9f908148c8cc5c8e03ec3b498bf13973367cd2b3ebbd9117c34bf2e1a81d3be5e7a2e329fb13e3f744d1d1904fc9676fb
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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 65888
MD5sum: 95326fa8d2de899dcd09876c2da7c5b9
SHA1: 90013432e1da83789253778c0fdd79f1a7cbbd6a
SHA256: fda1d086862523adad8ad6981017b7ad0173fbcde57b220a777cdf53fb131870
SHA512: ba2da2f8be69b55e4d98a915412306972de7ad4db3f24cff6b839d15bb2eeb7e57e76e7acd40314b9f709d13d47c86ee63c0f4db06311a602f6978305aad1aff
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+apertis1bv2024dev3b1
Depends: libva2 (= 2.17.0-1+apertis1bv2024dev3b1)
Filename: pool/target/libv/libva/libva2-dbgsym_2.17.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 190828
MD5sum: f28c442614de40f05ffe62849f1483da
SHA1: 0c7310adfe501939c5ff179bb07276d486196310
SHA256: 8ce6dea5f09e4da3c7712a6e533a3e5c9e8901ecbe7cfb977b23efc0f5f36f84
SHA512: 5521d05a2f8c6204fa3ecfb4c2e1cc31cfcd46abe4dee8def6187cce56e6bbe20373e59c320154c9ce6d10d5c743f14ae5bb74a4d52d0f214b53509c46dae991
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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 123576
MD5sum: de5b27ceeef945d8497ee5b257e1fca6
SHA1: 6821fe60f838604edaf01492ae67a15bea79db67
SHA256: 0e533a22bee9514b67aa6e3514c789f25a5779105489d4744c690e7906a433e7
SHA512: b38f64ca516a72d2376d5e457f62508187867b10c01ef8ac1dd53d76f42fcbd69c6bbab3676e8a61d9fbcb0c07d5a4423b42ddf9da575b1e7f10c0809714dc7b
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+apertis1bv2024dev3b1
Depends: libvisual-0.4-0 (= 0.4.0-19+apertis1bv2024dev3b1)
Filename: pool/target/libv/libvisual/libvisual-0.4-0-dbgsym_0.4.0-19+apertis1bv2024dev3b1_arm64.deb
Size: 237984
MD5sum: c31a3456057c7758ba5a12c57e23ebdb
SHA1: f49c6b9fa6b2115478cd676ab95cb65005d40022
SHA256: bf199b686e0c767427aada61007a99a63642accd9521b58871b010c7c5541a1c
SHA512: a12869ea6314abfb47e98df09418d81c927f1cb0b0038540271bebb482fe12afa99964dab8ae0729cf2b0655aee8ca8ba079c13e71a5f412d5101c61181462a7
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+apertis1bv2024dev3b1
Depends: libvisual-0.4-0 (= 0.4.0-19+apertis1bv2024dev3b1), libc6-dev | libc-dev, pkg-config
Filename: pool/target/libv/libvisual/libvisual-0.4-dev_0.4.0-19+apertis1bv2024dev3b1_arm64.deb
Size: 167616
MD5sum: addbc622f0f5ce1aa0eb658bb4709b58
SHA1: 9ced179f379b67bcc1550df7b4b21065aa230891
SHA256: ead60144105b938cd4e7988572b87862affc146c207bc437c37ca84375dfa3a6
SHA512: dd04eb06043aadae8090e3981eea0209144c27a401b33ff398df267dee90560736598922a7c8a50bc2f01cdabdbad68802f1495a6487f562bf2feeb81c39c6ab
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: 3423
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libvpx
Version: 1.12.0-1+apertis1bv2024dev3b1
Depends: libvpx7 (= 1.12.0-1+apertis1bv2024dev3b1)
Filename: pool/target/libv/libvpx/libvpx-dev_1.12.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 1047848
MD5sum: ea760f2196a8dcd9152aca20112c470e
SHA1: 39a56a18eb90c96d7a574d671ab79773029237d4
SHA256: e8231a9a3e3d4248b6ba4422978a44508c89c3119271ef29606de11aa9528c9a
SHA512: bc146ed2f16dd33c98866fb910ed2c47b60f87ca48e6f6731c5f18189814cc2b2d7ad272ce5f3d43b3f9875931a36ef8dc4e547d7ebf29e0d14c186ee62c6b00
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: 3899
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: all
Source: libvpx
Version: 1.12.0-1+apertis1bv2024dev3b1
Recommends: lynx | www-browser
Filename: pool/target/libv/libvpx/libvpx-doc_1.12.0-1+apertis1bv2024dev3b1_all.deb
Size: 310500
MD5sum: a9d8dadf2425eb8f77c0accfd5b9ad6d
SHA1: 81821a8c9230fe6a41ccf1028f49c0b1c1137940
SHA256: 98218428474ac735d1829af23e3b47806007129886258162fdd6f55bc2696b81
SHA512: 2e11da06cbbe7456c95a2379d53260d9b3c38de71208f336ff99b814f3910475a002f0bf9a10bdc1353ef77ac528f6625e123a2283b1e5b03185d969eeb36b5e
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: 2169
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libvpx
Version: 1.12.0-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/libv/libvpx/libvpx7_1.12.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 896832
MD5sum: c9f26788090ca339d17abb5ea6bdfb8f
SHA1: 279133dc9ecb888405156d9e8fdeb59a15c7bc06
SHA256: 454df76e75c9bd1662dc5deca8ca5383db380678f31348b19fd304553817a8dd
SHA512: 8c7dad1ca1264973cc9d7b957fd107ac406fbab1496cb552d34dab078fda2de31180231660169db775e75d420132f8bf3c39731c705253fa0e9a60f081952e43
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+apertis1bv2024dev3b1
Depends: libvpx7 (= 1.12.0-1+apertis1bv2024dev3b1)
Filename: pool/target/libv/libvpx/libvpx7-dbgsym_1.12.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 4965260
MD5sum: 12bd32f9f890e47263e524583bba780b
SHA1: 6245bc1da1c882547120c35f318af32cd73440c6
SHA256: b818181b7322c7bb07bd55137ade61da6fd0c841174d69a2944754477df8ab75
SHA512: 4d7ed630d96fc184113e2e6f21885457e843630b2c4069217ffab4ebfe629ef2e3ba7bfad87e30ac08a3db5b92339eae066ec55c9e8378dd8bd8d4dece94d21c
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: 20724
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: vulkan-loader
Version: 1.3.239.0-1+apertis1bv2024dev3b1
Replaces: vulkan-headers, vulkan-sdk-headers
Depends: libvulkan1 (= 1.3.239.0-1+apertis1bv2024dev3b1), python3:any
Breaks: vulkan-headers, vulkan-sdk-headers
Filename: pool/target/v/vulkan-loader/libvulkan-dev_1.3.239.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 1117064
MD5sum: d36c8d1d623026377441573ce3ef5e61
SHA1: 4e92452f67bd35b8d5319664dfbb4a97573e337d
SHA256: 817dc9ffb0fb655c5817cb266a0d2dc3664c99963da82131330ad51f6dec8086
SHA512: 51f2188daeba7388c728486cadd108ffd49320bbaa62fa269498e511b4ef919c20d5a387c9b5a0174efcd67ca0ccc76f44f1ebd5569976529a65c8e5bcd7ce81
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: 550
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: vulkan-loader
Version: 1.3.239.0-1+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 113252
MD5sum: 83a2fd027beb7f9a922ea8709fb57d31
SHA1: 3b867417e06715fcaaee4e3bd9710b0376b38072
SHA256: 0dc532e2421bac97b1b892a0f2743288068ff2687b500b0675470ba74cd37b68
SHA512: 932af73ebc8336a420b05b7da41a9b2a2992af8bb82a0fadb5e8eb2529327181686d6e4c4284254c7d1e7cfe2e76d7438d04d5686886951b08bed1f31703bf78
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+apertis1bv2024dev3b1
Depends: libvulkan1 (= 1.3.239.0-1+apertis1bv2024dev3b1)
Filename: pool/target/v/vulkan-loader/libvulkan1-dbgsym_1.3.239.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 530188
MD5sum: a7156188004669fd78aeed33d0bbe057
SHA1: 4d424738a9b68723d3f863c63ad965d08045a328
SHA256: ae92e7f0c4d9203d353ba87a0380df9371b2f14110908eaf38fb97af99915a88
SHA512: c886c1618d1cb3e445a020ca482fcf6d9283e1c2a81ed45733ec92aad3ec7efb5bf3a955b0bfd5df4fea893fa4970b728a7219239fbe509f7b06f483049bc76a
Description: debug symbols for libvulkan1
Auto-Built-Package: debug-symbols
Build-Ids: 5d1838b790e9562395f9a9a4cc5c9c308f10e22c
Multi-Arch: same

Package: libwavpack-dev
Priority: optional
Section: libdevel
Installed-Size: 55
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: wavpack
Version: 5.6.0-1+apertis1bv2024dev3b1
Depends: libwavpack1 (= 5.6.0-1+apertis1bv2024dev3b1)
Filename: pool/target/w/wavpack/libwavpack-dev_5.6.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 22232
MD5sum: 730d3bd810784951fdac80a843f916e1
SHA1: 0012e6bdbda331e3fa58b4951af517f6b9ebb518
SHA256: b3120fc7e91d78353256d01f8e3e2f1fea92a2e6a205afd096af342d08611166
SHA512: 871dfcea5d18060733aa5e0f7fed006bdc7c0d8039f116aa1dba62b2bf99245ffed6dfe9679b02da3b5f55b1a5d1b30f41d67c44532c19d5963433c89f162228
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: 228
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: wavpack
Version: 5.6.0-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.33)
Filename: pool/target/w/wavpack/libwavpack1_5.6.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 77740
MD5sum: 53f8b12d91c9eb11d532573bbe4cd7d1
SHA1: 072376882afcb6201309d6fdfd46c96aba58b030
SHA256: e82ced2b1ce2b2cc1d42f320ea3b658ff6af713a8073c2548ab3b926d9819bdb
SHA512: 2fb5883931fb9bfc4b5a0efcd96d8bab715de2da51c62c4a5376d7f9f73fb503207197492d988031f984e0609200e81c9db04096eb6bd244e92681afff0adc0c
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+apertis1bv2024dev3b1
Depends: libwavpack1 (= 5.6.0-1+apertis1bv2024dev3b1)
Filename: pool/target/w/wavpack/libwavpack1-dbgsym_5.6.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 163372
MD5sum: 9f8cf2af320dda112e3050c24c395855
SHA1: f444f6a425b6ee2c9b109fcecfc53ff55467e6ea
SHA256: b1f0da70e81797f99e811d300a8fbe428ba44306439612a104ee8e067b146032
SHA512: 4c595723f97e0a8fd27cfcbe9f797607001a99fb933e6ec3260a81237a3deb304cb9efb1aa857c3f5c23c942020db83c7988cc7a41276f61a61e0fcaf3e5acd6
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: 53
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis2bv2024dev3b1
Depends: libegl1, libwayland-egl1
Filename: pool/target/m/mesa/libwayland-egl1-mesa_22.3.6-1+deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 34540
MD5sum: f93e6e84a9e23d6bf1948fb77a5b0a9d
SHA1: a93822ff36a0c4d43c86e0296d958670605d99b8
SHA256: 398eeb9f44cb1b364a92bd4ef358aa1ebd9fd96733179457582cba29fe906338
SHA512: 8a83008abb94bafc8bd9a2fa0c147d8c37d68f9b2d7854c03e83f8e7f11510134264e8a2d108b204e7de94c317fcec0d6ff6cf2110246033979fdc3c1d12e9f7
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: 71229
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.5-1~deb12u1+apertis1bv2024dev3b1
Depends: libjavascriptcoregtk-4.0-18 (= 2.40.5-1~deb12u1+apertis1bv2024dev3b1), 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.5-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 18744644
MD5sum: b542ae48469c552b621e552419a83e43
SHA1: c61804b2bc036cae853836c557ea8ce3b6046b86
SHA256: b34fd37c48fdeb01b1e79929d87040da31398eed1855ebd747e5579de109551a
SHA512: 8d2862b7e2c500b0411b725908f1e61cfc148443d11e4a63ffff0f996894c366676eadc536a92acaf518ea760f0f60dd8f00909762c1a40105f800fcccae23b0
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: 125439
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.5-1~deb12u1+apertis1bv2024dev3b1
Depends: libwebkit2gtk-4.0-37 (= 2.40.5-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/libwebkit2gtk-4.0-37-dbgsym_2.40.5-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 104477404
MD5sum: db981d07addac47132de65d29168c1b2
SHA1: 6ec38f01d7843301bbec15c6aa3f3b392e011ee8
SHA256: 08e32939184ffaa49b76f72c272aa37ed815e6959a2736bbfed88e2a28467686
SHA512: 13bbaa9400a629f034500dae9b88b95f4069e4e8f810615ddb09b89ce3a56649ffba271193dc9155bab3f1c725e9b6205b2cbc6990257d5eb53a620537b27020
Description: debug symbols for libwebkit2gtk-4.0-37
Auto-Built-Package: debug-symbols
Build-Ids: 2aeb8cc691c34f82cadd4a3ceead0bf8931e1d4b b944370cb53f8ef5936273f3d5d83ac02e8dfe42 be806d3c65348d2059807adf7ae3092cd1b72022 e31ccb7ea588f986b031d1e09f6350158e825660 edbaaffaaab8c77055fe14d4059721d816834ec1
Multi-Arch: same

Package: libwebkit2gtk-4.0-dev
Priority: optional
Section: libdevel
Installed-Size: 5548
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.5-1~deb12u1+apertis1bv2024dev3b1
Depends: libwebkit2gtk-4.0-37 (= 2.40.5-1~deb12u1+apertis1bv2024dev3b1), gir1.2-webkit2-4.0 (= 2.40.5-1~deb12u1+apertis1bv2024dev3b1), libgtk-3-dev, libsoup2.4-dev, libjavascriptcoregtk-4.0-dev (= 2.40.5-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/libwebkit2gtk-4.0-dev_2.40.5-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 440240
MD5sum: 45636d675b16a89026104deabffc3fc4
SHA1: 4c40f799fec86222561eb7900da16d43babb9f04
SHA256: ceb18b2dc98c7d01b251d802fb6902819c7ffd30ae74d8960808cb927518e63b
SHA512: f314c6e804a370c0c0623b7349cefc90154c257b7a6005fd5eea93e99f875e4df3f1f7b6ac3b4c31d2763c1eb71c118f826c3b00e05950f2eadc64ce9fa62038
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: 34908
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: all
Source: webkit2gtk
Version: 2.40.5-1~deb12u1+apertis1bv2024dev3b1
Suggests: devhelp
Filename: pool/target/w/webkit2gtk/libwebkit2gtk-4.0-doc_2.40.5-1~deb12u1+apertis1bv2024dev3b1_all.deb
Size: 2126964
MD5sum: 5ff8398eafdd81a4a16f37effffe6e43
SHA1: accde348ce0550699b12ed399fafd4b6f03f7a03
SHA256: 473b13a1f28d5f7bcf3a1b7bc01d5e21491fddcad6c6498560d6d92fc1477dde
SHA512: 99bf1322d86512c5a019f8977755afe02da905f35ace904ad87eb03d860d4e01159a99ff99f50e5b5b8f64ba2a8acd75ff5eb125df85faacc2852c34104ca2e9
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: 71293
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.5-1~deb12u1+apertis1bv2024dev3b1
Depends: libjavascriptcoregtk-4.1-0 (= 2.40.5-1~deb12u1+apertis1bv2024dev3b1), 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.5-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 18766716
MD5sum: 5ab3f1939f24a401970c9235c91dc075
SHA1: 417e957bbe6542ce3c20c7f9513cdd468a568b3e
SHA256: 62e52e36bfb6ef51f9b9ae76a0944b2f285765ac0d3b6760a5e35ec3b657ac35
SHA512: 09f04dc9c54523a3dbdad8e5c4199be4ac99b6868bc738fea4f8d0e5aac9b5fb9cc10601de1d1be15354ee63d7d655ac4edf58d30c21d1a1d072c582ab3362db
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: 126202
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.5-1~deb12u1+apertis1bv2024dev3b1
Depends: libwebkit2gtk-4.1-0 (= 2.40.5-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/libwebkit2gtk-4.1-0-dbgsym_2.40.5-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 105208240
MD5sum: 91c1d146435e40b5f74cebf0852e196e
SHA1: 8178339b3f1025f5c3fc4312cca35b7d51501747
SHA256: 62f6f5e0fd6b450589c9658e115963f10cd6ae8375142a0384cd36f875d537b7
SHA512: c4557992416ce07782919d65a255d1508900c07a3048eaf01c04edf301008f67033e1cde980841d0d0c2b3e509fc8ec35b5240efbd504e5598beecea4f0539d8
Description: debug symbols for libwebkit2gtk-4.1-0
Auto-Built-Package: debug-symbols
Build-Ids: 1c3819e6a03067b4ac6c49a4ec1429281c724fef 8226996a95c911c4b6f878a5a194c0fa6111e71c a3bb396c4ff9fac306dfe5933d4c8079d0f966c6 d992508f4b0bcadd83ac89c582e8a7ff5c8a9937 dc3094bc3019a9fbcf3c31fc63c7ed7470532648
Multi-Arch: same

Package: libwebkit2gtk-4.1-dev
Priority: optional
Section: libdevel
Installed-Size: 5548
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.5-1~deb12u1+apertis1bv2024dev3b1
Depends: libwebkit2gtk-4.1-0 (= 2.40.5-1~deb12u1+apertis1bv2024dev3b1), gir1.2-webkit2-4.1 (= 2.40.5-1~deb12u1+apertis1bv2024dev3b1), libgtk-3-dev, libsoup-3.0-dev, libjavascriptcoregtk-4.1-dev (= 2.40.5-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/libwebkit2gtk-4.1-dev_2.40.5-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 440332
MD5sum: 09e6b31a28241b012e0186f1fef52169
SHA1: 5b6ec915bc4ef1609f95858e8a1b03734f6547af
SHA256: 3b21303e865bb750f487a3c6d0e1d1676ab6078589b059b04da2f42b82f23036
SHA512: d592e41fcafbecc44927107b6ecd47a3c0148ea08bf950cc6f68a454d766be222da6ff887b744a34140a12d203934cd1a41d20e243fc6f7b2cab412210abdf21
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: 69938
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.5-1~deb12u1+apertis1bv2024dev3b1
Depends: libjavascriptcoregtk-6.0-1 (= 2.40.5-1~deb12u1+apertis1bv2024dev3b1), 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.5-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 18541476
MD5sum: 453cfe5862810674f2b3b4bf40a58de4
SHA1: d48b8975434492f31a207d5c398f26fc374d2257
SHA256: 75c10c062e4f07f5f487c362f3459725b5d0e0fb3965f216ecbcb0ebca92da84
SHA512: b9ce6596a36b8d9be060ad36b3bbd0d68b22e127b8ed7f999f82e49cd4dda087f997ebc96e6bfd229562fcf0a815d1c1f20305e0ed94c4d84e301956cb082348
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: 124611
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.5-1~deb12u1+apertis1bv2024dev3b1
Depends: libwebkitgtk-6.0-4 (= 2.40.5-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/libwebkitgtk-6.0-4-dbgsym_2.40.5-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 103783972
MD5sum: f3c6f4ad12ad40dc2cc13058ba861526
SHA1: 99b708bf552470fd102268c087d08d6feae96d9b
SHA256: dbf50ebcc754c2291cebf9a2865325d0576c2ac028889d0db13e9bfb45351e93
SHA512: 45b7dbcc435e26a23bcc1b18ee66e24d55be402bec28d34feb5a8770165c7cdadae2f7d737013676abdc78f97408e5b07ec7cef7f48ab7c3e505a46ff45f0ecd
Description: debug symbols for libwebkitgtk-6.0-4
Auto-Built-Package: debug-symbols
Build-Ids: 08ec33ee30f93a559d2dae692c4858414f36c064 0eeba01d9da442819efc77f8c00e3ef76cbc9153 3f72d786f16635a2ed44fff5b58e73d9127b5ee3 83b4375e14a99cb8482e503d0c57eb6ba946b52b c19de498085389dc77f7675f775b3c0d117aa993
Multi-Arch: same

Package: libwebkitgtk-6.0-dev
Priority: optional
Section: libdevel
Installed-Size: 2289
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.5-1~deb12u1+apertis1bv2024dev3b1
Depends: libwebkitgtk-6.0-4 (= 2.40.5-1~deb12u1+apertis1bv2024dev3b1), gir1.2-webkit-6.0 (= 2.40.5-1~deb12u1+apertis1bv2024dev3b1), libgtk-4-dev, libsoup-3.0-dev, libjavascriptcoregtk-6.0-dev (= 2.40.5-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/libwebkitgtk-6.0-dev_2.40.5-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 320040
MD5sum: dd900ecf79e795d8d5ea6e01f63e5b23
SHA1: 17bcec06148033731b3b27573d17a50cfd1da083
SHA256: 82d9e933df6a4c450c612785194b81fe8406ab54ff7a511b5c03c22dc98ef1a1
SHA512: 516993a92e70dd6ec62a8cdf71834dc379db41a6bb82e62ad2869e8ce9ceb668552f336ef215b56a055c9be7bf42354da703dfbdf087bcfa3d1ae4decaadb126
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: 1720
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: libwebsockets
Version: 4.1.6-3+apertis1bv2024dev3b1
Depends: libwebsockets17 (= 4.1.6-3+apertis1bv2024dev3b1), libwebsockets-evlib-ev (= 4.1.6-3+apertis1bv2024dev3b1), libwebsockets-evlib-uv (= 4.1.6-3+apertis1bv2024dev3b1), libwebsockets-evlib-glib (= 4.1.6-3+apertis1bv2024dev3b1), libev-dev, libssl-dev, libuv1-dev, zlib1g-dev, libcap-dev
Filename: pool/target/libw/libwebsockets/libwebsockets-dev_4.1.6-3+apertis1bv2024dev3b1_arm64.deb
Size: 451472
MD5sum: 205943427ca19e03b67db17a7062e72e
SHA1: 0d73f446e037af6727ae8431120eac343a62ddb0
SHA256: eebaaef73341ea59d73626179782dc5f465dd47f78fbaf6c2bb1e1cbe8a67ea9
SHA512: 67ff5a942db4422a10e0ba17b7e260084106018319ebf8fc24c17aec56470e8da55a2113a4d69446039f6b091d6364250cedc32a7cb94a5d28405afdf2effa8c
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: 108
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: libwebsockets
Version: 4.1.6-3+apertis1bv2024dev3b1
Depends: libwebsockets17 (= 4.1.6-3+apertis1bv2024dev3b1), libc6 (>= 2.17), libev4 (>= 1:4.04)
Filename: pool/target/libw/libwebsockets/libwebsockets-evlib-ev_4.1.6-3+apertis1bv2024dev3b1_arm64.deb
Size: 22940
MD5sum: 3de3a1db2f712dca681374cfe6fbff6b
SHA1: 73de8e06e90d5aa80f551985dc3a1574ccf9bbff
SHA256: bdb85eb5f527daadcfd64c4466c12a7188882928216374bbebdd99700c1d412b
SHA512: d53f8b99b12a2b0a38bdb7ef950ac995ece88ed80910f918f1ea7d5b9f6c762fa590a738297b0ef6a9e92d4e335af8a6b3e581597a216ba0c882dce7fd5b04c9
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+apertis1bv2024dev3b1
Depends: libwebsockets-evlib-ev (= 4.1.6-3+apertis1bv2024dev3b1)
Filename: pool/target/libw/libwebsockets/libwebsockets-evlib-ev-dbgsym_4.1.6-3+apertis1bv2024dev3b1_arm64.deb
Size: 29644
MD5sum: fd77f3ade7725b00a5d92c05403242cb
SHA1: 282fb525e31558b906a40dfc0f744ae4667ac290
SHA256: 2e49266ddb79bff01315c115527b9bb5357528c494c0a3aac894f14f74b3ed9d
SHA512: 816769f5e32b6b3480cd9e51ff9ea68ec478eb6d3db6ccd08484abf53b6f4576f12eba578e4e4c706865d787375e24616b3704ce2108fac2671acb6deff01df2
Description: debug symbols for libwebsockets-evlib-ev
Auto-Built-Package: debug-symbols
Build-Ids: 40b0bbff797ce12289030c31c075d01daa24b180
Multi-Arch: same

Package: libwebsockets-evlib-glib
Priority: optional
Section: libs
Installed-Size: 108
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: libwebsockets
Version: 4.1.6-3+apertis1bv2024dev3b1
Depends: libwebsockets17 (= 4.1.6-3+apertis1bv2024dev3b1), libc6 (>= 2.17), libglib2.0-0 (>= 2.35.8)
Filename: pool/target/libw/libwebsockets/libwebsockets-evlib-glib_4.1.6-3+apertis1bv2024dev3b1_arm64.deb
Size: 22844
MD5sum: bd927b6b731adeb8166bc74cce8b1a0c
SHA1: 1e0a7a418da65967523ec7f2c4f4ce34071d8b50
SHA256: 47315666571a7b7df0a3909a6e3a109697f4479b249e44154b94ce853551348a
SHA512: 709756dfa8ec4c6097463112fb9948ab7ed52e1f2e48a8ec247f962bc720ce8ee7a21bcd7703eb34f8a69cc35b728246fed04700ca72446e13bb7d648a37b276
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+apertis1bv2024dev3b1
Depends: libwebsockets-evlib-glib (= 4.1.6-3+apertis1bv2024dev3b1)
Filename: pool/target/libw/libwebsockets/libwebsockets-evlib-glib-dbgsym_4.1.6-3+apertis1bv2024dev3b1_arm64.deb
Size: 29628
MD5sum: cc138d947e763ed56e2eb5045a25fb85
SHA1: a8423903b44628bc48a3a074e571c25139ae0efc
SHA256: 7b7a400c88a30a407c4444e4638e38656ed02cd7dd75a2afd01c6893b676cba9
SHA512: cfc97a5e26f90ccbb2ac553d9ae274a767a049d01ad9f8567520c9c39cee593e102be7282f9c3a30fc00ae8964cc0a72a76d20a960f1548ed2e8051ccdd97be1
Description: debug symbols for libwebsockets-evlib-glib
Auto-Built-Package: debug-symbols
Build-Ids: 991418b5f8e09ddf3aa5e96269543e3a052880be
Multi-Arch: same

Package: libwebsockets-evlib-uv
Priority: optional
Section: libs
Installed-Size: 108
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: libwebsockets
Version: 4.1.6-3+apertis1bv2024dev3b1
Depends: libwebsockets17 (= 4.1.6-3+apertis1bv2024dev3b1), libc6 (>= 2.17), libuv1 (>= 1.4.2)
Filename: pool/target/libw/libwebsockets/libwebsockets-evlib-uv_4.1.6-3+apertis1bv2024dev3b1_arm64.deb
Size: 24716
MD5sum: a1e8b93cb5e0149810ce04b9d3c1f9e1
SHA1: caae45b825b1b8f03afdc1e19eca267a79cc9726
SHA256: d9d63eb75e60e9591779d3ef1a0b12b6c7e150ca8e92b6817bd935343e01c4b4
SHA512: 0624e4f872292969ea4d2c1d051b18e69c8f544c682eb2ee20eeb284107ba674200a0ba607e5c435044e2ddb390a9a5f3dbd068b08071aeb6e706cb8b7bc82ed
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+apertis1bv2024dev3b1
Depends: libwebsockets-evlib-uv (= 4.1.6-3+apertis1bv2024dev3b1)
Filename: pool/target/libw/libwebsockets/libwebsockets-evlib-uv-dbgsym_4.1.6-3+apertis1bv2024dev3b1_arm64.deb
Size: 36188
MD5sum: eebcabb7507d74c6a8253bd8d1a61588
SHA1: 1cbd89d82c34a7ccac8c9ca660b0a114a3ff2ea9
SHA256: d094a6516720ab24b8c93e0d7b89e24a3f3f0eab2edd2aed02dd17276af90504
SHA512: caa8b45d92ca5e3fe32f6a9508f32a0c5a48b43a5f0768de1e71d4eb7091bf2ff6993c4a0070946438c553a1d38bf469a9c4e9e9003a705c7ce077b79e97dc02
Description: debug symbols for libwebsockets-evlib-uv
Auto-Built-Package: debug-symbols
Build-Ids: dec3cf5f2694638143a19446374ceae3a38f7db0
Multi-Arch: same

Package: libwebsockets-test-server
Priority: optional
Section: utils
Installed-Size: 1285
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: libwebsockets
Version: 4.1.6-3+apertis1bv2024dev3b1
Depends: libwebsockets17 (= 4.1.6-3+apertis1bv2024dev3b1), libwebsockets-test-server-common (= 4.1.6-3+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 213208
MD5sum: b243c5ed271ef468d7976b41b41c9607
SHA1: a21300a7174398c1e06e25b4e56149f319a13c63
SHA256: bc11737a8409da3b78f525f164214d59eb6f09f2595eb578177a64c5ae061ff4
SHA512: 2e4e7c4d05b9471f735e4e4aea681d175f7daeec8b8123c7664111f6ed16dd40589c9b89f6b07ba9889714d61fb7340fb3784e033597aa839449e62a41687198
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: 2763
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: all
Source: libwebsockets
Version: 4.1.6-3+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_all.deb
Size: 2749104
MD5sum: 459cb11628de449ed7db3e9e9f5c5145
SHA1: 642f0f094c01b867735de93abfd36c694486740b
SHA256: d4007f9ea2b1737eec79f2559ef074f13021d8d300a5d47b23d8fe4e411b97f4
SHA512: 01a8b97fa40d470400c62095137d6421e75555e90b8837280111d4196ecd125bedb9090928a4c33784a43baad1650493e85ea620c4a19e87ad8c73bbc81671e6
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+apertis1bv2024dev3b1
Depends: libwebsockets-test-server (= 4.1.6-3+apertis1bv2024dev3b1)
Filename: pool/target/libw/libwebsockets/libwebsockets-test-server-dbgsym_4.1.6-3+apertis1bv2024dev3b1_arm64.deb
Size: 903592
MD5sum: 6c5d954d8ab928506013922ae5caac30
SHA1: b35d20119577a8f1b544811c8fe6de1a3b9068e7
SHA256: d6a35ffb13794d45b8ca0ede55ea9066a98b5a11a57f841fde3b6bd65fb0de4b
SHA512: fc4a90f19569d6967b05fa997b42d7e8a0122c7e1f4d8cb4c1481b60cf751e21f2ca5b5ca9d617a44e65f54dc235184d15dadbc6618812f431d832b92bbf3ebd
Description: debug symbols for libwebsockets-test-server
Auto-Built-Package: debug-symbols
Build-Ids: 4b15e90d3009f76d68849c177fde75cd7af1b2dc a6c3af66eff7ddad62293182eafd010a8718ab78 c9aa351fbb76f8f89f3293a542a175540afc684e

Package: libwebsockets17
Priority: optional
Section: libs
Installed-Size: 508
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: libwebsockets
Version: 4.1.6-3+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 174828
MD5sum: 487644394533be87323efab90f0a6a6c
SHA1: b4addf8418e4f5a9610f4def04f703dc83cb1767
SHA256: 48c83dd3b5f7750d0fb7c3c99f6f1a877b51b77bd72108f331f1c5dfbc6c2767
SHA512: e83404bda3262fdb0c6d61fc16ffc227ff8fe87bd240a3fc26d7297f72d57929f1d086fdc84901afaae00d21e48711ac6fa43db1b58efbed3dfd2c384346ab8d
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+apertis1bv2024dev3b1
Depends: libwebsockets17 (= 4.1.6-3+apertis1bv2024dev3b1)
Filename: pool/target/libw/libwebsockets/libwebsockets17-dbgsym_4.1.6-3+apertis1bv2024dev3b1_arm64.deb
Size: 428656
MD5sum: 8aa74ac58164dbfcabe58d870ffa8a5a
SHA1: 99543f27c9c34a401d1f32751199b78827d537eb
SHA256: 7d9c3d9f7931dabeacecc6b9a0967a35e31a7ac1e150eac790d0a1cfc828ee18
SHA512: 54d6660eabf0b19f3b3a9b098e92ce93aa204c0c7bffc4d032a5f65ec41da6b72ed0e1bbbad6187702a31b8ac137ea45161c570da77c2b36331b8e1366e74770
Description: debug symbols for libwebsockets17
Auto-Built-Package: debug-symbols
Build-Ids: 47c68b6811381d4bf281fda77dce526e81fad5d1
Multi-Arch: same

Package: libweston-10-0
Priority: optional
Section: libs
Installed-Size: 1460
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: weston
Version: 10.0.1-1+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 278212
MD5sum: 3029313f6dc10f186e5279abe1275cf9
SHA1: 54320f8dde9b789a80f27a18a86d26f79753b364
SHA256: 14c6bd1b1d554c59dc1e79a986e69fd5691712edf5468b6924fe4c272ffd236b
SHA512: 0e103144d5bfeb4562110d1980548bdfcc82f5093f880612f63ab5d033b3ecbfa2b0e9d1fa84e6d59d43713445d78613bf2d398459f9b8c57e4f30e7d1aa5917
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+apertis2bv2024dev3b1
Depends: libweston-10-0 (= 10.0.1-1+apertis2bv2024dev3b1)
Filename: pool/target/w/weston/libweston-10-0-dbgsym_10.0.1-1+apertis2bv2024dev3b1_arm64.deb
Size: 1486548
MD5sum: 39f3f15b118d6b2961f0e67edc646e02
SHA1: e0217dab94a95af42138e4f7f71f5407bbbc8582
SHA256: acfbba753d21cb9d10ca8d0a98d8501854306fb3d1c844498e765b2c997ffb7c
SHA512: e59187208085ef93003999be365733112f9a7f1954251ba5e17bc1af78473709f51c08d78c50832e7282317e94c79d7ea6a9cde1a6fb64d99e7b99abe7fbffa7
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: 179
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: weston
Version: 10.0.1-1+apertis2bv2024dev3b1
Replaces: weston (<< 1.12.0-1)
Depends: libpixman-1-dev, libwayland-dev, libweston-10-0 (= 10.0.1-1+apertis2bv2024dev3b1), libxkbcommon-dev
Breaks: weston (<< 1.12.0-1)
Filename: pool/target/w/weston/libweston-10-dev_10.0.1-1+apertis2bv2024dev3b1_arm64.deb
Size: 37372
MD5sum: cffc9a0e84d5e6babf8d8a372b388686
SHA1: 6c9a478e156e4fd7792096a765b8efa3db4c06cc
SHA256: 2846fe1a46712f283222d4baa65fcbe5bdd4505ec9ab1f896b37f5015b32f4e1
SHA512: 7c3707d0218453df64b65f2c59dc5622d9d2759ade66adedab789decafc1306db30af453dce17355b8bbb51c3491941dfa0bcf5e165ad14233bdbf395d6e9302
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: 230
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 56152
MD5sum: f40963ab962e3c4650043890e60c59ef
SHA1: 5de6a529f7c46a996199a3509b0981df5c0b8c14
SHA256: c9deb00e4c7098448c3598d477d9c1c533f8def416c7485d4a624b1a905ff9e5
SHA512: 590dafebfa5dd3dd4c46d717fbfdca1bc1e9e7c68adc71def8a74cf0ecab8ee09c1499440a9fbc1dea30395a5189b1c3314fdbe98c13720dea3219f87eb4bfc8
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+apertis1bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libwind0-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libwind0-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis1bv2024dev3b1_arm64.deb
Size: 28552
MD5sum: 1b437cf98be3f148af4ae71b6440e38a
SHA1: e620114ee7711e881fde5a72a829ac68e1f6afc9
SHA256: 1e03e74918861e82e92411597c4e36376150f1b080dbc6bed6d9c7b2d6c2a433
SHA512: cf0d34166d84e0de959b67e5d844fcb19847cd8fcdd1d887113899256b6630b45ffe88ee9d6b19652bcd77e845dbb5b8beda0fa99517b07d6ee9569bd34d04b3
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: 126
Maintainer: Debian wpasupplicant Maintainers <wpa@packages.debian.org>
Architecture: arm64
Source: wpa
Version: 2:2.10-12+apertis2bv2024dev3b1
Replaces: libwpa-dev
Breaks: libwpa-dev
Filename: pool/target/w/wpa/libwpa-client-dev_2.10-12+apertis2bv2024dev3b1_arm64.deb
Size: 37636
MD5sum: 1f350825748bd0aed595689c903b85ac
SHA1: daa2f35b1ca41b997657388856ea3a2365cedf80
SHA256: 130e11d6a74aae33be8bf903145211ac20ab4d7c2610bea3b31b5f9700d716e5
SHA512: abe818a74cbaa65b7d2b1c5d24bb633eda2539c10032bd0ec2cf3e2aed0127964837dc13f6620f328e322a6dda1cf50ee5367975ebb061bf95857b7956cbe528
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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 33276
MD5sum: e0579b294507d0bfd7bc10c0547f6080
SHA1: 9b6efdd4e0100a5f4cfdff3b39d51cebd916ce9d
SHA256: d4033b39774ead1d6468b82de0f431066a78cce560a64c5a195e60fe9c095d22
SHA512: ca87e96dab9263e683a5e97e8b583c0790d6bef56d04de827a6c7da10d64bad13f6785a72dd30f762479ca42ad6bb58f4b7aa3affb580b2c6dd2c90b94806655
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+apertis1bv2024dev3b1
Depends: libwpebackend-fdo-1.0-1 (= 1.14.2-1+apertis1bv2024dev3b1)
Filename: pool/target/w/wpebackend-fdo/libwpebackend-fdo-1.0-1-dbgsym_1.14.2-1+apertis1bv2024dev3b1_arm64.deb
Size: 387820
MD5sum: 31626905ff1ab2cd40ef2d5f80bc633d
SHA1: 13e59699355569da80c03389c41eb2f9619b2dec
SHA256: 85a67a0a5a43ad2a3b66661d7e4b0b659a0cc8ac142edc2bb8b5699aab771c8b
SHA512: f4dfb85502ae3ef9f634cb85ed427b3e539f1324d073609660713995851167aa816cd8a93043927df95fb7a8a4441681b6215b686f582402cbdba1d1b19c6b54
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+apertis1bv2024dev3b1
Depends: libwpebackend-fdo-1.0-1 (= 1.14.2-1+apertis1bv2024dev3b1), libwpe-1.0-dev
Filename: pool/target/w/wpebackend-fdo/libwpebackend-fdo-1.0-dev_1.14.2-1+apertis1bv2024dev3b1_arm64.deb
Size: 9396
MD5sum: 142cd7b69738f9e360ebb3841fa2d1e3
SHA1: e6ef506d2fef0c8637206d98ca922f1c6546dac5
SHA256: 426c0086211cdc2b17f80dafa83977d2c4b5c214ab57f31c70e68412228dbd83
SHA512: 882edf600b2c1f9e6ce5f5a3c473483e8531209e2eed1f2c743f89ccb68b663aec870d721a587063e99bbc08597e1462c0b4e19c5ec20b93682cf212230d36bd
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: 99
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xcb-util-image
Version: 0.4.0-2+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 21940
MD5sum: 5981040e6fedcbdb16bc201b0809bd73
SHA1: d9f62a001e7fad6dbf36a7259e0048de61c5eccf
SHA256: 69f99bd830cc526dc3fe183502c9eeb94b23d4b5e57dc0669adfb9fa8270c1a6
SHA512: 457026610b6a7797280763393e0c00a91f13117aabd7b846bfaa7ea64a43236dac92afb7825687a42732e57ea23ddee31dd510ca848af967805514cfa31a7dc0
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+apertis1bv2024dev3b1
Depends: libxcb-image0 (= 0.4.0-2+apertis1bv2024dev3b1)
Filename: pool/target/x/xcb-util-image/libxcb-image0-dbgsym_0.4.0-2+apertis1bv2024dev3b1_arm64.deb
Size: 18928
MD5sum: 25b8c8ab927acddfc7ae3c929b21dea5
SHA1: ae3570710d2505a157bbbdfcef5027632725cabe
SHA256: f5dd3a49f8908e185f16a80551d49cb8218a2a4420057820331d82d60b8dcb4a
SHA512: 20d7a034cd8f6e8859f6144b4f1aaa797887983862115c989a0c66d3a206dd5e5e76c52343a519c5732a71d8f35f7c98e217971110823502432040e1edf36866
Description: debug symbols for libxcb-image0
Auto-Built-Package: debug-symbols
Build-Ids: 510fbe0d814ec1cc0fa1d0aa42670940948276e5
Multi-Arch: same

Package: libxcb-image0-dev
Priority: optional
Section: libdevel
Installed-Size: 82
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xcb-util-image
Version: 0.4.0-2+apertis1bv2024dev3b1
Depends: libxcb-image0 (= 0.4.0-2+apertis1bv2024dev3b1), libxcb1-dev, libxcb-shm0-dev
Filename: pool/target/x/xcb-util-image/libxcb-image0-dev_0.4.0-2+apertis1bv2024dev3b1_arm64.deb
Size: 28252
MD5sum: c11b0d0c02c0529fb2c0ee7c532630a2
SHA1: e95683937780efc6fed64f3b23e200b5604feb29
SHA256: 939862fce27fe0c2c783666790bf888ce1ff07338fc5a49d66d92712656a01ad
SHA512: 0751aa305076aca18fbcdbccab2e8b4b5b545331135ad8376839098ea786fe8eef0a89ad334553d180ba1d8df44d32e457f9eb33b9c39cf3a027bc27c040cfef
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.3~deb12u1+apertis0bv2024dev3b1
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.3~deb12u1+apertis0bv2024dev3b1_arm64.deb
Size: 620332
MD5sum: 60ce9f085f4677a43c47dfcc68a91330
SHA1: 30bf1b7c7dac06fe7aa555ad1de53b47d7380ee9
SHA256: 42a259fcecdd3ffc4b2af1bfdcc4760d96b7030c686addee01890b7f1e0f4594
SHA512: bafb922023252be66fe0ae1651346cce1599519f090ca3028495067743e00c4f12218edc0134275d12a0dc570c918752bb9746625631423d95c05de791248cfd
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.3~deb12u1+apertis0bv2024dev3b1
Depends: libxml2 (= 2.9.14+dfsg-1.3~deb12u1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxml2/libxml2-dbgsym_2.9.14+dfsg-1.3~deb12u1+apertis0bv2024dev3b1_arm64.deb
Size: 1866872
MD5sum: aafa25276a1df0aa8121d5e7dc45e489
SHA1: f2c2658fb5c4898c3228f21f5d567abbe242642a
SHA256: 9c7983d5f11fd8e9b25c7533782314dc009224e33387eabf6b3016730dded580
SHA512: 62902dee93b967d153eef20339de06e77fc83d26c8084196e91d88a9d7a0d2c2ad4bbc78e2c8006c5edd7ea23b64450245a7d9358772c0ed74ab6e95a4feee0a
Description: debug symbols for libxml2
Auto-Built-Package: debug-symbols
Build-Ids: 514b26b49d89c84b1c25007291bf26290bbe3d27
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.3~deb12u1+apertis0bv2024dev3b1
Depends: libicu-dev, libxml2 (= 2.9.14+dfsg-1.3~deb12u1+apertis0bv2024dev3b1)
Suggests: pkg-config
Filename: pool/target/libx/libxml2/libxml2-dev_2.9.14+dfsg-1.3~deb12u1+apertis0bv2024dev3b1_arm64.deb
Size: 741460
MD5sum: b4ad2d7711be136e1b1ae27da5879ee5
SHA1: 8f9733d8f46d5fee869f7cd83c23d2b38866dcc9
SHA256: 16c79ccbd41145f8ccccf883a9b347689f2eec6f63943d61b807884cb405a890
SHA512: 3b3197fcd87c35d1a36acacf5546a5f6046badcb355c67dbf583dd8c34040df9b2cce6f8729d31aaabb3382931a0043ea4e24dbe3faa44f31b4c6c8f780cb823
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.3~deb12u1+apertis0bv2024dev3b1
Suggests: devhelp
Filename: pool/target/libx/libxml2/libxml2-doc_2.9.14+dfsg-1.3~deb12u1+apertis0bv2024dev3b1_all.deb
Size: 667372
MD5sum: 96c4c76dc5575fd7927311639fd6cdf1
SHA1: 57395fc1099a6211b787befa7bf98a1b31473328
SHA256: ac2d4b0b6052a0cb1cedf25e0b5a4d40875d6188e3bd0db91cc8b265b40b12fb
SHA512: c8407218dfd4a33cc5fd4350c2a8cb0421db5ba9a535efd8ed8cf2ed66cf425cc76a9806c19d44ddf7f2fd2a2ec865b4b70fd6b267bdccbb4f41d11fffa85e1d
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.3~deb12u1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libxml2 (>= 2.9.0)
Filename: pool/target/libx/libxml2/libxml2-utils_2.9.14+dfsg-1.3~deb12u1+apertis0bv2024dev3b1_arm64.deb
Size: 98288
MD5sum: e01baa0fd1247c9432c6017929874e92
SHA1: 97bd140fae7d91a5f9524c8e57b3711396b2c467
SHA256: 033773cfc75a24216c9f2c2de9746550374076aedd6372257fd789653f23c9c3
SHA512: 57799efae04f20909cfdd27fe5cf8ca705c148f70d1fdea2d44887f99411f4d5741e51c21cb8059795d91c54ca65f9e481468cfd4e64896ec371413d20ef840f
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.3~deb12u1+apertis0bv2024dev3b1
Depends: libxml2-utils (= 2.9.14+dfsg-1.3~deb12u1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxml2/libxml2-utils-dbgsym_2.9.14+dfsg-1.3~deb12u1+apertis0bv2024dev3b1_arm64.deb
Size: 80112
MD5sum: 8cbadd1685718ae1e5b66963969e6eb4
SHA1: 14dc7401fa69b4fc5474e3317519c2e0693a7288
SHA256: b88847b095458060ebaaffd71d44c1d2a7b183d26a17a7c6f2e0d6d1c9a25354
SHA512: 44f1b0c603646f5e05937c84cc05822407f129c2e5919357fada291fa68fb2f24cf23c58c19adc9627a2630ccd861aaa0dba16f290c163f36cb29cf204becd84
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+apertis2bv2024dev3b1
Depends: gir1.2-xmlb-2.0 (= 0.3.10-2+apertis2bv2024dev3b1), liblzma-dev
Filename: pool/target/libx/libxmlb/libxmlb-dev_0.3.10-2+apertis2bv2024dev3b1_arm64.deb
Size: 67620
MD5sum: e504c362541a7313eb6c29fcf53f55ad
SHA1: b1948f8338c4a42e100883ad8a803ba92db309c3
SHA256: bcf35e26adb23c7ca6d489bf9b397bea50e5fd312b8ccba61b12a20da9e741f8
SHA512: 5d455b27045792028cc1df75ec418db65d98d1871663714da11ed17a09663e59372333022d0b3b82542b144490bf08ba9393645e1306c1eb23a7674538f39182
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+apertis2bv2024dev3b1
Depends: libxmlb2 (= 0.3.10-2+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 74900
MD5sum: dca4afdac26fee392010439286c2d06f
SHA1: b7abb51ef0af9c2d1e39755a1038cd332b2e5e5d
SHA256: eb5d845835537b9ce2e780287fc9c67f891329cf6ac5fa32f15880f460a94896
SHA512: 21bfe4b6d90c841661118333d2f458f20437c95b7a6cb71cde37cec532395d3397f1083e750b4409458c8a4748d1af9e44abb8574d709de2574d82c11b602bb6
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+apertis2bv2024dev3b1
Depends: libxmlb-tests (= 0.3.10-2+apertis2bv2024dev3b1)
Filename: pool/target/libx/libxmlb/libxmlb-tests-dbgsym_0.3.10-2+apertis2bv2024dev3b1_arm64.deb
Size: 320712
MD5sum: 2c93cf5b357c80d8d670974fc2cb91d5
SHA1: fe0050d3ae3339a7afe162a7329e514d37f3734d
SHA256: 24b33547b9900152940f6331d690ff205eefa50d29fe034cea4fc25db82f4a0c
SHA512: 70fca60224a8c17e13f4e6113a20ba8ed7d5e3b020377e163f8809f1ae840897439c28bde4190b0d7e30a06082bf3b3961a2af95936ed7f5e9b63b86dc9577ff
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+apertis2bv2024dev3b1
Depends: libxmlb2 (= 0.3.10-2+apertis2bv2024dev3b1), shared-mime-info, libc6 (>= 2.34), libglib2.0-0 (>= 2.30.0)
Filename: pool/target/libx/libxmlb/libxmlb-utils_0.3.10-2+apertis2bv2024dev3b1_arm64.deb
Size: 10932
MD5sum: fdd8b7f915c5c32ed836ec3bd0be13db
SHA1: 9684fdae7e0998c71edc6c019521da3ddd3efd8e
SHA256: 97fc12876e57cc114f175000984654f71fa2785981aea8f4b4ccd039614e8b96
SHA512: 426514635696c1bd6d72337ff45a9b40f655bd9cd159a32839d7ea54d45ef442f29ba4e9ea387a94d1304106551a745dfd3ccb4fdae9ffc34f69c5ea65611dad
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+apertis2bv2024dev3b1
Depends: libxmlb-utils (= 0.3.10-2+apertis2bv2024dev3b1)
Filename: pool/target/libx/libxmlb/libxmlb-utils-dbgsym_0.3.10-2+apertis2bv2024dev3b1_arm64.deb
Size: 22304
MD5sum: 237bedd4ec117a389d4576ccf175bc34
SHA1: 942b6de6325e7250507c8d8b7816d6bb5e532212
SHA256: a2aca9f21ef523d81177218d636885cfe0832fefb5f2cb60d9272cea9de1d6fa
SHA512: 3cdaafdfba07c42f8d9a47822d7188a3f6128f1aa220d9c0d7b91756c5d8a6c920ca1f180a3f38cd1686c8958eb4c32d38153972bebe4baf2381537790fc0ae2
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 56184
MD5sum: 52a6dfa65f888d0cf76741e0c32a3efc
SHA1: 5cdbb2bda9bde713f1da3bd39300bd10464748d6
SHA256: 839d3542c76b312bec456972ce31d464fb7d496fda7e8a8a28c1b7bf8427cc63
SHA512: 76dd7fa97a2871d9e6e9190fb5848a387b3590360728e7f8335cf7654c1e07a4ed1cdadead242a9a64c6791d78bddf1d4d8f010ef0cf096ab89883ebd9e444c2
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+apertis2bv2024dev3b1
Depends: libxmlb2 (= 0.3.10-2+apertis2bv2024dev3b1)
Filename: pool/target/libx/libxmlb/libxmlb2-dbgsym_0.3.10-2+apertis2bv2024dev3b1_arm64.deb
Size: 228160
MD5sum: 54d071320268ab2e051bb0b0ab04c1ec
SHA1: 69ae8628d8e0c0bfcc7498ed78c20b4089b06cfc
SHA256: a63faaa5ea49a27d187801da4b0c10ae666acccc52b428df86415fd6c169c336
SHA512: 96ebfa3ae6d4627b1b1fe5715efc4d87313b65e269b337e17918f91c593253edbc3f7b59cdaecc1a73ed4c9e790771e3c3090ef6e02a5139144841996de65465
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: 130
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: arm64
Source: xnnpack
Version: 0.0~git20220216.ae108ef-2+apertis1bv2024dev3b1
Depends: libxnnpack0 (= 0.0~git20220216.ae108ef-2+apertis1bv2024dev3b1)
Filename: pool/target/x/xnnpack/libxnnpack-dev_0.0~git20220216.ae108ef-2+apertis1bv2024dev3b1_arm64.deb
Size: 15084
MD5sum: 65cca841f5b0f7b8bd60af5fd2f42d72
SHA1: de6e049db293a738d1d929ebdd0f88792fa0ccbe
SHA256: 60a0035e422b21c7c532571102a10cfc23f12b5b48ad2e585b85a21d635ac422
SHA512: c776682561c49cc14c97c363b287df92d88f816f2e0ecd51f46c4ff519679d72becfd16a4334bf299cededcbebf8eeac381b8110cbddda686c78b2f6559ece0c
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: 1080
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: arm64
Source: xnnpack
Version: 0.0~git20220216.ae108ef-2+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 250744
MD5sum: de399583a327eb81f729cf0fd05b21c2
SHA1: b84bfa3eece2f7cbb7dc64ddf3acd9651cd0def8
SHA256: a8115bc9d5f164864bd40d6c4a6e151859039a4bd812a18a85a49f3226670c2f
SHA512: a8e88416aaf888bf600c1d18b21b8bb747c525ec2bbb3bd09263251c31b5f968e59eba3bfbf5eb5301bf163925d802f00fac86b314cf89d5dd71f63b4f1e6121
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+apertis1bv2024dev3b1
Depends: libxnnpack0 (= 0.0~git20220216.ae108ef-2+apertis1bv2024dev3b1)
Filename: pool/target/x/xnnpack/libxnnpack0-dbgsym_0.0~git20220216.ae108ef-2+apertis1bv2024dev3b1_arm64.deb
Size: 2039548
MD5sum: 2d7c43e49f101feaabd8cf50f732a547
SHA1: ce4d416feb5306497360ebaa62e56f01ab6e2aae
SHA256: 473ddfb48e06ac0b912efec6369a96776f318a4cb37faa7066df86c005950fbc
SHA512: 94b3da723eb1c7b324dd9737332d791f5cdd9523a9e47a0e637b9780d620659763a3bcb9a2d3911ddec7f8f6c853a5c4e7e71a637d5cd25a0d30fee2c99cf8f7
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: 56
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: iptables
Version: 1.8.9-2+apertis1bv2024dev3b1
Depends: libxtables12 (= 1.8.9-2+apertis1bv2024dev3b1)
Filename: pool/target/i/iptables/libxtables-dev_1.8.9-2+apertis1bv2024dev3b1_arm64.deb
Size: 16208
MD5sum: 1858ec8422b894886e59215ae75b88da
SHA1: 4402c2b384abfc9b9a96105952c94881ffa96512
SHA256: 8d19ef8cb0b41a01675b91ca39f2b8c5f14db11b1821afc034d3d2fdf6b655bc
SHA512: d445cae87396b3a6dd641bddae970c5b5ec17e8ad72e91778c733be3e6639280fcb642fdf310f0c946fd919f4035ff9ca1ef399c6d22c8441295963fbd3e414d
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: 105
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: iptables
Version: 1.8.9-2+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 32844
MD5sum: 957062a1c86d8188b303935aad03fb3a
SHA1: ff774958e13099432acb8f30aa8b7b4dd3312eab
SHA256: 7f36c4ba9e9a281c406dd978e58423a2be25c344ecc527066ba5598f374c1179
SHA512: 23ba8ff1c560462a45fa6181f9531721508c63cb237eaf369f8ee1fb473bc238cf5221d43f1b4d1595e9625e2b3a4d4e97cbdac37f39ad0a93fe9f0ae96fa95d
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+apertis1bv2024dev3b1
Depends: libxtables12 (= 1.8.9-2+apertis1bv2024dev3b1)
Filename: pool/target/i/iptables/libxtables12-dbgsym_1.8.9-2+apertis1bv2024dev3b1_arm64.deb
Size: 68016
MD5sum: e158bfbbe1d4ba2b8a04f8b1117fc96f
SHA1: d9fbbc7ce8e9ac49cdf2009251fa89d4d86fd39f
SHA256: 210638f068d2d867ca63bb2e25f719891cb01e78d39140392e7a7fbe574d63a4
SHA512: ef0c1480607a4f7086332910ea64e4f9620ce0667060ca7295c9499f57de4afe2328d369c1ac690d66a633edc34148310d0cd2a472a834ee0b7306a787fb6dfd
Description: debug symbols for libxtables12
Auto-Built-Package: debug-symbols
Build-Ids: cc7b7b1b8659960dc2df96e9da93c2d8c3485c2f
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: 274
Maintainer: Josue Ortega <josue@debian.org>
Architecture: arm64
Source: xxhash
Version: 0.8.1-1+apertis1bv2024dev3b1
Depends: libxxhash0 (= 0.8.1-1+apertis1bv2024dev3b1)
Filename: pool/target/x/xxhash/libxxhash-dev_0.8.1-1+apertis1bv2024dev3b1_arm64.deb
Size: 67148
MD5sum: 81793de90628c9c72c461a6e307265c7
SHA1: 7a36b6a145f69b856265cf27cf67a94aec1f4529
SHA256: 4d46f7f24e46887c088486cc2f854103d7df4cd54ff821f43159639015f718a7
SHA512: 398abc0409a0b651e58c1930358d4406d9b8df61bf8323a1fdcbdd08b60eba3857b7c5babccc0c6d43afbc9f4a7bd97b214264925325b295a488faaa5520cc83
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: 89
Maintainer: Josue Ortega <josue@debian.org>
Architecture: arm64
Source: xxhash
Version: 0.8.1-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/x/xxhash/libxxhash0_0.8.1-1+apertis1bv2024dev3b1_arm64.deb
Size: 21048
MD5sum: e5f6ea0074c3cef1518220d7d3fe75a4
SHA1: e2c3fffe9631fd84af31d918db6186bae8c2c6e8
SHA256: 6188aca06f9b0533ec0b3f15dee573ec0a89cc814767c6935877a295cd42656e
SHA512: 8275605eeea09cdb2127d39909ff590d110be162e6254aad769ce44788d4e8ffbd5bb7bd20f4fcfd4951ead1811d69b8725158ba539b4edfd4128030d5592b6b
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+apertis1bv2024dev3b1
Depends: libxxhash0 (= 0.8.1-1+apertis1bv2024dev3b1)
Filename: pool/target/x/xxhash/libxxhash0-dbgsym_0.8.1-1+apertis1bv2024dev3b1_arm64.deb
Size: 127260
MD5sum: 655a3c41ecb0afe5a14851b30ff4c692
SHA1: 214392d3a8de090eabcfd5638e177cf99d6af2b9
SHA256: 988715e7f3a1ac6ac2aba1a55d564c114f1132d8dcb2a8319d7e8ea81cfb44d7
SHA512: 265baba577c8ac9368d57a5085c1a33fef847df0b2f8b75005a761513352f0bad99c557aa4ae1845715ad916c3e1ab073751b5f687e8ddf2653a9a0506268275
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: 121
Maintainer: John Stamp <jstamp@users.sourceforge.net>
Architecture: arm64
Source: yajl
Version: 2.1.0-3+deb12u2+apertis0bv2024dev3b1
Depends: libyajl2 (= 2.1.0-3+deb12u2+apertis0bv2024dev3b1)
Filename: pool/target/y/yajl/libyajl-dev_2.1.0-3+deb12u2+apertis0bv2024dev3b1_arm64.deb
Size: 30508
MD5sum: 2a19ce6cb5a698e53ee40cebd8424888
SHA1: baabda7f235b93575071d5bc7b0fd9948fc695ea
SHA256: f55130347789f4b2fb7419c717ca7d5cb3c6641eed6b635aebbff8b435302165
SHA512: 6380ead57ca699fbd40c3d254a4a5b9159c27258ee17c2fe012fe4c5df9602f760271301e940f34a46ed5359916bc8f971f3748c7a74c7e78a58d1f82fce5135
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: https://lloyd.github.io/yajl/
Multi-Arch: same

Package: libyajl-doc
Priority: optional
Section: doc
Installed-Size: 646
Maintainer: John Stamp <jstamp@users.sourceforge.net>
Architecture: all
Source: yajl
Version: 2.1.0-3+deb12u2+apertis0bv2024dev3b1
Filename: pool/target/y/yajl/libyajl-doc_2.1.0-3+deb12u2+apertis0bv2024dev3b1_all.deb
Size: 105744
MD5sum: d41d17a121137ab1d7c286e1e16fd427
SHA1: 4e6a5084bef05b39383db40c98266a14aebdd5e9
SHA256: 6d2be73a0fd4fc52b7353cd1ebc0b0dea375514d98007bddd5a4b3602f98ead8
SHA512: afac9cba801cade3d3d9a2b528fb44351b56f5bcd580ca177583c63fafe6c0f696dce19f36ba81a71f26d8b0841b7f46a17d6848052da2d9f2e2c75bf423550e
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: https://lloyd.github.io/yajl/

Package: libyajl2
Priority: optional
Section: libs
Installed-Size: 92
Maintainer: John Stamp <jstamp@users.sourceforge.net>
Architecture: arm64
Source: yajl
Version: 2.1.0-3+deb12u2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/y/yajl/libyajl2_2.1.0-3+deb12u2+apertis0bv2024dev3b1_arm64.deb
Size: 22100
MD5sum: c2aa12ab7cbe70389cf869ecf2624ece
SHA1: c13c26879799d8e315ab9da964f2c18914cce109
SHA256: cf0d265f80eac9d2c02a12fa4c1de98cf4d95d9c2314b5f613f73fa5d194c5d8
SHA512: ce143e10471d0d8e1566949f9aade527043197e3f6e7a61a9fa366d2e3308aaa0174cc5b680cb218b727b080c4854a7ac4dca82cfd04c616a15ebb98c90a64e4
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: https://lloyd.github.io/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+deb12u2+apertis0bv2024dev3b1
Replaces: libyajl2-dbg (<< 2.1.0-3~)
Depends: libyajl2 (= 2.1.0-3+deb12u2+apertis0bv2024dev3b1)
Breaks: libyajl2-dbg (<< 2.1.0-3~)
Filename: pool/target/y/yajl/libyajl2-dbgsym_2.1.0-3+deb12u2+apertis0bv2024dev3b1_arm64.deb
Size: 39776
MD5sum: a03dad3cf4ce8e28dbc0b09efaa41c65
SHA1: 83c5ed02ef95e771598796f5c3d8f248a707a2d6
SHA256: 52457c1f2029eddccd10c580018c61d4a9b501f886a887334ab2591e5278a203
SHA512: c47c4f712cd3544a14d64658a904c1843afc2164327f70e569bd6cfef54e5cc26e27ec9045227fee5d592916092307520724a64a2d9430a73cd8d66cec8eb060
Description: debug symbols for libyajl2
Auto-Built-Package: debug-symbols
Build-Ids: 21aeba06d57e170b707c4438bc575ac06e12d259
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: 1379
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libyuv
Version: 0.0~git20230123.b2528b0-1+apertis1bv2024dev3b1
Depends: libyuv0 (= 0.0~git20230123.b2528b0-1+apertis1bv2024dev3b1)
Filename: pool/target/liby/libyuv/libyuv-dev_0.0~git20230123.b2528b0-1+apertis1bv2024dev3b1_arm64.deb
Size: 173284
MD5sum: 7ea65d717e1f465a79522afbf1ab60f1
SHA1: af1618b1f6944d0747c6ff9c5ec4ce5d4e7fdc28
SHA256: 5ac2317fe309fd08212caa12a2ce168a3660d673f0ce6a4ef394e122a5e063af
SHA512: 3446b3bdede1fd2c93759a659da1dd479318346b59951351d4b1bdfa0780200fddfa403a295c2086fa4285fadf93e1f572337dc846115fd0503ffcc8b2334220
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: 469
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libyuv
Version: 0.0~git20230123.b2528b0-1+apertis1bv2024dev3b1
Depends: libyuv0 (= 0.0~git20230123.b2528b0-1+apertis1bv2024dev3b1), libc6 (>= 2.34), libstdc++6 (>= 4.3)
Filename: pool/target/liby/libyuv/libyuv-utils_0.0~git20230123.b2528b0-1+apertis1bv2024dev3b1_arm64.deb
Size: 111424
MD5sum: b0b16d2f8f8414ea97d6373066897681
SHA1: 51bc58cf626ceb249ee002ca714af7923e7f31d6
SHA256: 673d5787e2b8cd96a0dfb851859d7195512cfbd1b15fde9f704b4e5c1b2e11ef
SHA512: 862d55bb2a0a7cb313eccc1909510693c87dda84660ec6a4ec819f9ddbbb7aae295fb31dc6f2cd2b49c9a0266931183ff10733e99259905af9465ecc998bfbb0
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+apertis1bv2024dev3b1
Depends: libyuv-utils (= 0.0~git20230123.b2528b0-1+apertis1bv2024dev3b1)
Filename: pool/target/liby/libyuv/libyuv-utils-dbgsym_0.0~git20230123.b2528b0-1+apertis1bv2024dev3b1_arm64.deb
Size: 519152
MD5sum: 2e3f1671c3fe0e287aefaecc51e23817
SHA1: dda4b3849ff335b0bcab5d290080386203824785
SHA256: 34545a5fd623f9db912a3f0bab771918bac34e1528c0b2e1961eacafd1e8108e
SHA512: f52fcc15d8c173d21b58d9a6755f1a59d71712e30a636380ad9ef394157a9555aff6361898b23d6d0fef4c73df7bbb0de80319a842e41d720970f5b5d5697c6e
Description: debug symbols for libyuv-utils
Auto-Built-Package: debug-symbols
Build-Ids: 654a8137a9330e83e9cf8ed11017e1a476cddfbc d2d3abc25ea393f9dca4bc98bed19d64b0240e90

Package: libyuv0
Priority: optional
Section: libs
Installed-Size: 537
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libyuv
Version: 0.0~git20230123.b2528b0-1+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 122832
MD5sum: 4a8f5535c8994e5b4053f8d73708ff74
SHA1: f3e60f680e945361939574ebd6b5354578258a86
SHA256: a70d11fd91e15873d5a1f6b5c3d98401ca9b3da617f0af6b72f19138939679cd
SHA512: b8efce09ba7aa548dfaf92b15fdce9958362454c83c1a297933e529953ed49863de16183b07e6881d4f475d9362fc6545e79171a53b1f1e06b2ef33d8d5a76aa
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+apertis1bv2024dev3b1
Depends: libyuv0 (= 0.0~git20230123.b2528b0-1+apertis1bv2024dev3b1)
Filename: pool/target/liby/libyuv/libyuv0-dbgsym_0.0~git20230123.b2528b0-1+apertis1bv2024dev3b1_arm64.deb
Size: 582804
MD5sum: b34360241bafacf4a6c50ee6236de192
SHA1: b1912a20617e29a0ca11ec6a389a054718d6817c
SHA256: 3fb7db19b6b45ff6ff5b27c0ddcb0a537356e3365f7a0fb68444d724f925b08d
SHA512: 94309217b796b9eb358e84def306972cc44c339ffcdbbd145e0a5e5668d37e9fa372eee075059b451d5860bbcaec1af24af0da861a1a2cf46c04642cd8566371
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: 21682
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: z3
Version: 4.8.12-3.1+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 6288676
MD5sum: 58d536ba44ca0beabbad8d36dc888ceb
SHA1: adf41d7e3bed91ab194335e75ecff49f9175835a
SHA256: 28c18808d48eea30b533a3b3ee92e6bff55279df16f54e7134c8f468f8e27090
SHA512: 8f865951bdf8502d928dd1dc2772d0c9f8db58da1baabba3991d9d0e47f84ae9c641c7f7b7fd4da404d56967056b371feae72e28e71493fb75a158e1ee3fdaf4
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+apertis2bv2024dev3b1
Depends: libz3-4 (= 4.8.12-3.1+apertis2bv2024dev3b1)
Filename: pool/target/z/z3/libz3-4-dbgsym_4.8.12-3.1+apertis2bv2024dev3b1_arm64.deb
Size: 136972252
MD5sum: fc96e41bc3133f5668a0efab26f6f1a7
SHA1: f14361ed047c97e8efe43f379e2d614d5b1a001d
SHA256: 3d6c1060dcd67a7f74465702ea26a5f769e151cc94fa7bbc3a4f526d569fcddb
SHA512: 79ef2140bd4d2bf0410893b6a092ee349b0b4446bf440005b7cbd93d6f5cec9d6001b82b3b3a2613efa4e1387b28ccfcf642c59deed0860f5318dff2e4278b9d
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: 534
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: z3
Version: 4.8.12-3.1+apertis2bv2024dev3b1
Depends: libz3-4 (= 4.8.12-3.1+apertis2bv2024dev3b1)
Filename: pool/target/z/z3/libz3-dev_4.8.12-3.1+apertis2bv2024dev3b1_arm64.deb
Size: 92808
MD5sum: 9e6fa186c73185855eec81c3f0ab93d9
SHA1: 306860f7877899105c77c29ef269cc1fdbab3b6d
SHA256: 0cf06fc62a3546fa1e0e099f8ac6e55e7fe43bcb4d68c7ac87f29566278092cc
SHA512: 30c9931442eadf663169732c2bb42b75ee250006503e914fbdef6b61840c5c164ab2dce2bc25fe2ccec996aed662b7fa299a93db2d287a79d3cb8cd4ef8cd49f
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: 1115
Maintainer: RPM packaging team <team+pkg-rpm@tracker.debian.org>
Architecture: arm64
Source: libzstd
Version: 1.5.4+dfsg2-5+apertis1bv2024dev3b1
Depends: libzstd1 (= 1.5.4+dfsg2-5+apertis1bv2024dev3b1)
Filename: pool/target/libz/libzstd/libzstd-dev_1.5.4+dfsg2-5+apertis1bv2024dev3b1_arm64.deb
Size: 317908
MD5sum: e06e21d3fc76b1ed4f33708b80d88664
SHA1: 03d272a9282d2d66978b5a652bcbe2ff13235db8
SHA256: 25a545d7d74891c750409e1eafb65775789579fef6652507fbf489ffe78e5761
SHA512: 3764d6ca4c8ce9a06f357edc415291f197504eae6806b82e3aafd76365741a4c765d36ee279e3996ab327bf08a4403bba7a0cd47cee84fe3e70d7bd1884423d3
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: 686
Maintainer: RPM packaging team <team+pkg-rpm@tracker.debian.org>
Architecture: arm64
Source: libzstd
Version: 1.5.4+dfsg2-5+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/libz/libzstd/libzstd1_1.5.4+dfsg2-5+apertis1bv2024dev3b1_arm64.deb
Size: 251460
MD5sum: d4629f3300a3ba8f647d67e5bc2f8637
SHA1: f0e74a7e253e5b2187c8889d0dce8ec7cf781ce1
SHA256: 934a2ae54eb2ca5af1476c0a756270c91e600d073be27202195c735a2670dc05
SHA512: f300fe03f9c70a422b59462a1bd6fa0289db8c92baeff17bdebeffb0fd044bbac68003b0f2a9d3c958b04d3b68ef7bcc6289c9c516713079e1f74a84faccd379
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+apertis1bv2024dev3b1
Depends: libzstd1 (= 1.5.4+dfsg2-5+apertis1bv2024dev3b1)
Filename: pool/target/libz/libzstd/libzstd1-dbgsym_1.5.4+dfsg2-5+apertis1bv2024dev3b1_arm64.deb
Size: 1693176
MD5sum: 16a199336e5d7a9b9aa0cb37102ae1ac
SHA1: f18a6abbd2a1e3641934730d59e21709e660fb64
SHA256: 345f4b945524121327ec3dc1b7dc3692dbadbdff87237d5da904dc8b9b7c002f
SHA512: 831c92df46e40b2122b8df18faa6ea561c205c5d9b036319baf4434402a75a12c984340851d01bde56908593fd95b16c51be6d32b7773cc64baf1ba1c2f12744
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: 366
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: lilv
Version: 0.24.14-1+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 24492
MD5sum: 9fba6f1c24ab061224bb18cfd4713720
SHA1: adb8e01214610c8b98af42a2469915e5f235ca65
SHA256: 4bdc859cc827dd8aad651e3165ff49c45c2751dc863b7157840a6d10dce91821
SHA512: 8b4963b81326a796e721f10ad567a2c8f0e537f0158482003671a083c3ff9c13f6e92d89318d4b4019feed90f4c1ff8ab48023fb4202ececf50956765ffa0794
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+apertis1bv2024dev3b1
Depends: lilv-utils (= 0.24.14-1+apertis1bv2024dev3b1)
Filename: pool/target/l/lilv/lilv-utils-dbgsym_0.24.14-1+apertis1bv2024dev3b1_arm64.deb
Size: 40216
MD5sum: 1c43d6ea09c85a519d291c1f67cdd7b4
SHA1: 2b6af8b87a4ebc5ab8c5c267308747721365e0e7
SHA256: ed94cbe5352013b98e9343049f6dd946f35e46c8a52f7176a68c7d140668f797
SHA512: ff611edc01b9622a35c306c63d869acf98314f2532a5b671d9ea0c208aee3eaaa0abfb11b3e77fa89c84f1a6652e2a6107427a30810087388742ac1bfa957a99
Description: debug symbols for lilv-utils
Auto-Built-Package: debug-symbols
Build-Ids: 44ca34ad64b76a2744fc6c25b855ef63e13f453e 5f108c6c41ac4a0e7e99742b2d12e726e97cd1e2 74cf84b02558d5ce80dc2a637f590868bef530c4 8d595c73b2cc9ee973a450ea5601c2d866ae12a6 a4c7318c8850034c3463f1f0b56e179b2b839588

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.3
Priority: optional
Section: kernel
Installed-Size: 1235
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux
Version: 6.3.7-1+apertis3bv2024dev3b1
Recommends: linux-source-6.3
Filename: pool/target/l/linux/linux-config-6.3_6.3.7-1+apertis3bv2024dev3b1_arm64.deb
Size: 1248680
MD5sum: b24f29121a23b9b15fec4642f5418e4a
SHA1: 98e5f7043806f7c8a9c27aab523e05e750c93104
SHA256: 541fcef039d53ce7e637d3f2f1eafa75d78bf32cab6c7972a6d175b6b654b575
SHA512: 94697de022bd42ed09039570cb5931720a6ca93a4731f47e33ec61cb744fd0ea986cdc6c0e16c53a454e1dc4264ebfb6c6863577ea3a5e87279d4a977838ad22
Description: Debian kernel configurations for Linux 6.3
 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: 1334
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux
Version: 6.3.7-1+apertis3bv2024dev3b1
Depends: libc6 (>= 2.34), libcpupower1 (>= 6.2~rc1-1~exp1)
Filename: pool/target/l/linux/linux-cpupower_6.3.7-1+apertis3bv2024dev3b1_arm64.deb
Size: 1230040
MD5sum: 152cc5685b33460ea334e45cd2acac02
SHA1: 310fee42720ac3ec3c76a9daa61aff49c9c158ec
SHA256: 20bd1bb6ae41a3358b1d78f278bd219da1ba4fc9322babcce565d7cbf135c773
SHA512: 63d53646673c60d4b04242bd98059750d93104a9734c073e10f0593f23cc700a73fdf0a200eeb263755fd87200e22bf29ed02482f4f314f1edb9c77c82da2b86
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: 84
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux
Version: 6.3.7-1+apertis3bv2024dev3b1
Depends: linux-cpupower (= 6.3.7-1+apertis3bv2024dev3b1)
Filename: pool/target/l/linux/linux-cpupower-dbgsym_6.3.7-1+apertis3bv2024dev3b1_arm64.deb
Size: 62860
MD5sum: f7a4bb5040beacbde55e8a5b02658b0f
SHA1: 4eef4ce54b65a1d8b67007cc1231f11ca91937df
SHA256: b05f0cc2425bb9ee7129530fa56b51deaeaf0d40bc4d17b67f55a6671bb4f187
SHA512: 103e4bdce60c05cc123831b4408f35e0a7f93d9e231a070863ac0d8a2095fc745fe213fe492005f71b02c0287b73fd4f2ccabce6523256b140f5df10761bc4a4
Description: debug symbols for linux-cpupower
Auto-Built-Package: debug-symbols
Build-Ids: b0bed9a97ac213a663c6ba1e85cd2713d3a7f6f2

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.3.7-1+apertis3bv2024dev3b1
Depends: linux-doc-6.3 (= 6.3.7-1+apertis3bv2024dev3b1)
Filename: pool/target/l/linux/linux-doc_6.3.7-1+apertis3bv2024dev3b1_all.deb
Size: 1124
MD5sum: c09476d02d0b503bbd5c9cbc7c7e8186
SHA1: 37755f2899cecc67c0ae4d28841eba021a218988
SHA256: e77ebeaf733582b931ff578334d986d31e97f2e593c9107b01a37676f2f58531
SHA512: acf23159d54825924d2182d0be80e1aac0213c742e3306c5aeee07fc19c2c669c9168bb4ad00b7360666b3f3be2a64dd40879e22837b6b63c097d0540daeb659
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.3
Priority: optional
Section: doc
Installed-Size: 185962
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: all
Source: linux
Version: 6.3.7-1+apertis3bv2024dev3b1
Filename: pool/target/l/linux/linux-doc-6.3_6.3.7-1+apertis3bv2024dev3b1_all.deb
Size: 35371984
MD5sum: b087e547a855bf7ddcd4385a8fc0f4b4
SHA1: 7c7973fdec4ea21f70e1cacbe40f34d76b5cb451
SHA256: b76198edff80c2f4da41d414f998502e77873112d87458494c9646155ccc73cd
SHA512: 063a206b63cd6d5e0b59cfe8b99f1590a3da396244aa66fc0290e5e0adcb7fab21f48577a26cfcc39316b75f0bd5808b4b03769bbe40e46541a54c8c9ae0d93b
Description: Linux kernel specific documentation for version 6.3
 This package provides the various README files and HTML documentation for
 the Linux kernel version 6.3.  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.3/html/index.html.
Homepage: https://www.kernel.org/
Multi-Arch: foreign

Package: linux-headers-6.3.0-1-arm64
Priority: optional
Section: kernel
Installed-Size: 4219
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux
Version: 6.3.7-1+apertis3bv2024dev3b1
Depends: linux-headers-6.3.0-1-common (= 6.3.7-1+apertis3bv2024dev3b1), linux-kbuild-6.3 (>= 6.3.7-1+apertis3bv2024dev3b1), gcc-12
Filename: pool/target/l/linux/linux-headers-6.3.0-1-arm64_6.3.7-1+apertis3bv2024dev3b1_arm64.deb
Size: 1728548
MD5sum: 3079f71a5889f66ac41f2ea38c41bcbd
SHA1: a286a50276b14534de8c5cdb2ebb711bfa22ead1
SHA256: a9144751310d3257a74226e6e1ee0fb66ddc47e1b9be6a4fd221149dcf0e2c25
SHA512: b89d311b1116e4551977be98dfe6bc260e5e89f9e932bca870ddb9e3a0078e8200cf742e4a5615ee52eafc75afb34e8e95b190eea77fa9cb08b2543ed79c928d
Description: Header files for Linux 6.3.0-1-arm64
 This package provides the architecture-specific kernel header files for
 Linux kernel 6.3.0-1-arm64, generally used for building out-of-tree kernel
 modules.  These files are going to be installed into
 /usr/src/linux-headers-6.3.0-1-arm64, and can be used for building modules
 that load into the kernel provided by the linux-image-6.3.0-1-arm64
 package.
Homepage: https://www.kernel.org/

Package: linux-headers-6.3.0-1-common
Priority: optional
Section: kernel
Installed-Size: 57405
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: all
Source: linux
Version: 6.3.7-1+apertis3bv2024dev3b1
Filename: pool/target/l/linux/linux-headers-6.3.0-1-common_6.3.7-1+apertis3bv2024dev3b1_all.deb
Size: 10451080
MD5sum: d47faa7f12e8f1b9de6fdee45c061835
SHA1: 3f823705412d2396b51e0988002efe771176a592
SHA256: 789fab9aef1df0f15f152bf0858816c61504bfa811c0ce27abb725afc676192f
SHA512: 9837cb96948955c7916fe256bd8f89ada4daccc585d04f430f86fff795c1e4f07a75183f45e94afd2a857a7d10cee31c9e5032cd44a4ec36d35cfa30128c2ffd
Description: Common header files for Linux 6.3.0-1
 This package provides the common kernel header files for Linux kernel
 version 6.3.0-1, generally used for building out-of-tree kernel modules.
 These files are going to be installed into
 /usr/src/linux-headers-6.3.0-1-common.
 .
 To obtain a complete set of headers you also need to install the
 linux-headers-6.3.0-1-(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.3.0-1-common-rt
Priority: optional
Section: kernel
Installed-Size: 42407
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: all
Source: linux
Version: 6.3.7-1+apertis3bv2024dev3b1
Filename: pool/target/l/linux/linux-headers-6.3.0-1-common-rt_6.3.7-1+apertis3bv2024dev3b1_all.deb
Size: 8142952
MD5sum: 1ea9ef2c3566b5618e6857e69df846ec
SHA1: c0826da64cb3bebb3df456d266c5faa921bac603
SHA256: 57778f781036808a1f28665b54a03becf2cbc2e256ec0aeeab222c37aeb45b27
SHA512: 8d871868ab583fc5a350b12799854843b413c6e953f3f14b14d40ec144c66e0e482b07f7d68c6dace13cbe47dbf755876b6b17776a16afade76b835d8fda4dc0
Description: Common header files for Linux 6.3.0-1-rt
 This package provides the common kernel header files for Linux kernel
 version 6.3.0-1 with the PREEMPT_RT featureset, generally used for
 building out-of-tree kernel modules.  These files are going to be
 installed into /usr/src/linux-headers-6.3.0-1-common-rt.
 .
 To obtain a complete set of headers you also need to install the
 linux-headers-6.3.0-1-(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.3.7-1+apertis3bv2024dev3b1
Provides: linux-headers-generic
Depends: linux-headers-6.3.0-1-arm64 (= 6.3.7-1+apertis3bv2024dev3b1)
Filename: pool/target/l/linux/linux-headers-arm64_6.3.7-1+apertis3bv2024dev3b1_arm64.deb
Size: 1172
MD5sum: 6b1d9c006cf6fa784d4b1d591f225b72
SHA1: b929caeaa73e2a52a35d7a778b7ec26c4e593f06
SHA256: 4e6a25523c2a484dd8ee24181bf605d544e8569ea3533e4120c9809d4737ed6e
SHA512: a70790bdf5d6a5b0ca20a249a275084b35ad0e12149642817ddf66df8efb46955346a18844a0c578557f1257039db9d159074b464368bb093e484e98cc37898d
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.3.0-1-arm64
Priority: optional
Section: kernel
Installed-Size: 364380
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux
Version: 6.3.7-1+apertis3bv2024dev3b1
Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool
Recommends: firmware-linux-free, apparmor
Suggests: linux-doc-6.3, 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.3.0-1-arm64_6.3.7-1+apertis3bv2024dev3b1_arm64.deb
Size: 58961184
MD5sum: 3b7c231984314374d97fa8fe0f2d4e5d
SHA1: ba4c647f013e58afd1309250b802799b2385bbd1
SHA256: 1d3c7d5a5d33d48a5188f700ba374bc3421c50dd098543abb29b48d57470d860
SHA512: ce7aab2cac47fb533a81d8eb3f98f65d130b7cd6ba033207b22ed5ab0be2be9862c8b6d734a62d06a962c4a3862448389456b2c64995045f496d4b47c08d5c36
Description: Linux 6.3 for 64-bit ARMv8 machines
 The Linux kernel 6.3 and modules for use on 64-bit ARMv8 machines.
Homepage: https://www.kernel.org/

Package: linux-image-6.3.0-1-arm64-dbg
Priority: optional
Section: debug
Installed-Size: 5187812
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux
Version: 6.3.7-1+apertis3bv2024dev3b1
Filename: pool/target/l/linux/linux-image-6.3.0-1-arm64-dbg_6.3.7-1+apertis3bv2024dev3b1_arm64.deb
Size: 814825336
MD5sum: 77a990773fa1d34dad06dc44a620309b
SHA1: 0c3ed25f2cb1ebef3d7ff26300b738083e3b06e8
SHA256: b86f9516c356494d002cbccb11ee69cfd321b3e9ddb4b23e2560be5059843b42
SHA512: d171f712d9160a23bd7dbb3eb898654fd168585defa3190524e8a8829cc47d4de097fd7e613d5d6aac1cd2bfb8156c148612369897b5e0102464686ecbc26455
Description: Debug symbols for linux-image-6.3.0-1-arm64
 This package provides the detached debug symbols for the Linux kernel and
 modules in linux-image-6.3.0-1-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.3.7-1+apertis3bv2024dev3b1
Provides: linux-image-generic, linux-latest-modules-6.3.0-1-arm64, wireguard-modules (= 1.0.0)
Depends: linux-image-6.3.0-1-arm64 (= 6.3.7-1+apertis3bv2024dev3b1)
Filename: pool/target/l/linux/linux-image-arm64_6.3.7-1+apertis3bv2024dev3b1_arm64.deb
Size: 1444
MD5sum: 0bcb3e06ef80c4eb7ed81695d6065eee
SHA1: 4a45c0d19a9ddcefb2077eb40c0a7dcc6ce22241
SHA256: 9c2c735c1654c7fde1b5dd87a155e0eb03e4ffbe5d341bca5d1de952d27f0fe2
SHA512: 0507a3dc4bb01139fe9216255f7c1db6c79d9297da514a5794066fd6d50bbbf4fbd92911bfa2087e84eaed4461ec04dfb5911b8084b0925430b1e368a28523ab
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.3.7-1+apertis3bv2024dev3b1
Provides: linux-latest-image-dbg
Depends: linux-image-6.3.0-1-arm64-dbg (= 6.3.7-1+apertis3bv2024dev3b1)
Filename: pool/target/l/linux/linux-image-arm64-dbg_6.3.7-1+apertis3bv2024dev3b1_arm64.deb
Size: 1332
MD5sum: 97e115f0ea6dbdb25cb24b94fdb76222
SHA1: c090dff77713da59d5539dd99e8669403797c6fe
SHA256: 44b0c036eae1edd4e9238895c601c25a11f539f4b29be8baecce28d6be782dcf
SHA512: 6b155602d2e62ca1ceb80c2bd3486775c3c2b107aa26e21d0b0811bba1498416901129d3bd7f23adaa6fae819eb9fb17571c86468428970644363a3260740496
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.3
Priority: optional
Section: kernel
Installed-Size: 3095
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux
Version: 6.3.7-1+apertis3bv2024dev3b1
Depends: libc6 (>= 2.34), libelf1 (>= 0.142), libssl3 (>= 3.0.0)
Filename: pool/target/l/linux/linux-kbuild-6.3_6.3.7-1+apertis3bv2024dev3b1_arm64.deb
Size: 1457468
MD5sum: dedc7a90838a26dd8c548799217c7a9b
SHA1: e6d83cbda15a899f27edae082eb09b200b4e9640
SHA256: dbc5502ffbfd41d206970a9de4c4f647d857fed36d3db14f94ffce4a2261cef7
SHA512: 66a6924c6771f6383e178772f5ae3f404a9998fb8f7965a31a2d169476e000762a7711af6794e55333ca72bfc855cb02b2174efa341b7f516bca7ec40b504bbf
Description: Kbuild infrastructure for Linux 6.3
 This package provides the kbuild infrastructure for the headers packages
 for Linux kernel version 6.3.
Homepage: https://www.kernel.org/
Multi-Arch: foreign

Package: linux-kbuild-6.3-dbgsym
Priority: optional
Section: debug
Installed-Size: 1496
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux
Version: 6.3.7-1+apertis3bv2024dev3b1
Depends: linux-kbuild-6.3 (= 6.3.7-1+apertis3bv2024dev3b1)
Filename: pool/target/l/linux/linux-kbuild-6.3-dbgsym_6.3.7-1+apertis3bv2024dev3b1_arm64.deb
Size: 1322640
MD5sum: fe71166a1066ee74acf74ae6358ad938
SHA1: 61a2eba8c5d041ec5ca5c43b3e685796e72fa6a6
SHA256: 6d2835b3c3dfa6c9585bb64b5672eb0e00034807d3af810d49c9da9b533ad6e1
SHA512: 4837cdb5f9ce6556dea61f61c209ee3b2287e2615fd2d9089b03b8b797542a568353407e08f0863051933736f9124627cbf7415de1bc1ab337a6b1bdf833c480
Description: debug symbols for linux-kbuild-6.3
Auto-Built-Package: debug-symbols
Build-Ids: 0694d2795720341ceb62d7eb0b626f50827c5839 202dcdf3ae1d853f155217f2415a1690eefb7643 26566bcb413d3d2fdce059af582d509b3f09b608 31915480261a004470bd527db11fde10f8e486f8 5c29ce9a8ee02d1fe4c81fb40debf1fb1ba5b26f 924cf6a003e3b22190dcc094c75bfeee9218c52a 92aac1fa79db1cac2768dfc28ba7aa5ff0401966 9ceefc086baa695100ca795d933354a64ea9482a abcfea2d78561f6d574b54186a06e8eee29cfb43 b9afa3b1f9bbc6ca1e571f1c7ebb9547f36a002b c73a2039f1c7ece041f44337e2dabf7be58e806b d753eb20660e40e9c760c61c2a2c1deb9c408709 db0ce3f5ad7c5c8592713b99d6ce0d34addc2e43 e48bfdf560e3e441f9f8ad6b03925cc4f9a7100e ecc38f278ee07d7781317865da69a0499993b6a9 f060ac067b8ba47a92484aefb3e87a8bfbb1120e

Package: linux-libc-dev
Priority: optional
Section: devel
Installed-Size: 6925
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux
Version: 6.3.7-1+apertis3bv2024dev3b1
Filename: pool/target/l/linux/linux-libc-dev_6.3.7-1+apertis3bv2024dev3b1_arm64.deb
Size: 2310436
MD5sum: c8c2dcc6d984d7088886bb79f9fca3db
SHA1: bd3c072df86527c0dc733512c961cc41f6009788
SHA256: 33d6caaf951b42fccadbf83f9a2f9bf39424a9a18ba0f9d505e2196d51eb3270
SHA512: b9040f401f7cdfb5e41315a56f82534fe7568da4a35286e915d1f8051c5cf00e0bb491421edfdda1fa30c1fd20557ce9146f6324d9312309db796412d4cfc8f7
Description: Linux support headers for userspace development
 This package provides userspaces headers from the Linux kernel.  These
 files are going to be installed into /usr/include, and 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: 6736
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux
Version: 6.3.7-1+apertis3bv2024dev3b1
Replaces: linux-tools-6.3
Provides: linux-tools-6.3
Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libdw1 (>= 0.157), libelf1 (>= 0.144), liblzma5 (>= 5.1.1alpha+20120614), libnuma1 (>= 2.0.11), libopencsd1 (>= 1.3.3), 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.3
Conflicts: linux-tools-6.3
Filename: pool/target/l/linux/linux-perf_6.3.7-1+apertis3bv2024dev3b1_arm64.deb
Size: 2680072
MD5sum: 83942657a2ce18b9a3ea782cf1c30644
SHA1: 0dfc40ceca3f4b70d7dd724f84745beb1cc46654
SHA256: 173200c97264952a32d34ac70fb877b8cff60eb151d4dd7c07fb37e8946c82fc
SHA512: 0d423d85edc0429dc9f3757f90bc4bc0d711d33ff37a87675fa8b39c530d37b940fc2fa2a1ab6770e8d68e6aab3725b75737b51d2b1a15b5bb7dfc9eab17d434
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: 6869
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux
Version: 6.3.7-1+apertis3bv2024dev3b1
Depends: linux-perf (= 6.3.7-1+apertis3bv2024dev3b1)
Filename: pool/target/l/linux/linux-perf-dbgsym_6.3.7-1+apertis3bv2024dev3b1_arm64.deb
Size: 6643176
MD5sum: dc2efc922a6d779165ce2c8d776c3f4a
SHA1: 344c025925e989a5fb46b1f876cb9f25299de9f0
SHA256: 6747538b42346e3a201a56dbac9ba07068e76b241d0cb13c00fb9a31f12a8c7e
SHA512: 485f02b7223972ae063581778c878b8b72637b16f16b4250982f90b484a07ec05a1a810b0407ea4bcb9b2677c0186fc2b9802e05ddcfad54406bcd07e3f7c511
Description: debug symbols for linux-perf
Auto-Built-Package: debug-symbols
Build-Ids: 07ead1d0eda9a29f18034e45f5e03a1228ac1361 20b24a1f8c9757c63ed76c6aab105e35c0e4c57f 32e3e2ceb2ce6d0a0f2e59b3739746ae0d5dfa05 47330dd645e4bc7a3a45f7e380e69ca444c9a69d 7489cd16d90411ddb2c80b23fa72ddc062d78837 cb08694bf17a95cc56ce3fef720050f8b715128c d49fb1e90ba6a7b58f8fa24019405512435e28b2 e0080882bde4e726313f98d457eb1df5a26f859a

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.3.7-1+apertis3bv2024dev3b1
Depends: linux-source-6.3 (= 6.3.7-1+apertis3bv2024dev3b1)
Filename: pool/target/l/linux/linux-source_6.3.7-1+apertis3bv2024dev3b1_all.deb
Size: 1116
MD5sum: a4db5899b315816c6a436d040b5ea680
SHA1: 2cf96908c21dbdff20ce1d7a835d299fab42f4f8
SHA256: 707108fbdbaa3ab80699229dec86b2fd8bf1e3c9581809c009bd7fb90fcbb454
SHA512: 544c6cb6875a44b79518c2958b9c65da76b56737f972711f6c07eda64e289fddc9b77fafdd32574b2c17a952db8fa62b4bf8794d11bf062f9e0149f20a2f3246
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.3
Priority: optional
Section: kernel
Installed-Size: 137306
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: all
Source: linux
Version: 6.3.7-1+apertis3bv2024dev3b1
Depends: binutils, xz-utils
Recommends: build-essential, bc, rsync, kmod, cpio, bison, flex, libelf-dev, libssl-dev, linux-config-6.3
Suggests: libncurses-dev | ncurses-dev, qtbase5-dev, pkg-config
Filename: pool/target/l/linux/linux-source-6.3_6.3.7-1+apertis3bv2024dev3b1_all.deb
Size: 140598600
MD5sum: 1b9f38460db4f5ef9f8dc19d3ff5d619
SHA1: de375aa0c81d33caeaa3dcaf1b5b9e6c25a33870
SHA256: 50bddfc5b68b998b6cb05e48909843236e73126b680584e05a83f896bb03f34e
SHA512: 1d195e7ff2fe4eddf4ac9777f15206501ddca625910d4443340c00549c838dbcc19ca1e34d55a7e33119382d3d1f73805aa7139fb79068e516d350fd2075fc14
Description: Linux kernel source for version 6.3 with Debian patches
 This package provides source code for the Linux kernel version 6.3. 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.3.0-1
Priority: optional
Section: devel
Installed-Size: 2148
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: all
Source: linux
Version: 6.3.7-1+apertis3bv2024dev3b1
Depends: python3:any, python3-jinja2
Filename: pool/target/l/linux/linux-support-6.3.0-1_6.3.7-1+apertis3bv2024dev3b1_all.deb
Size: 1237400
MD5sum: ec3d305927d7fc1f31b5e5482a876d17
SHA1: 1e538ce86997822176ac4bd57eff9b13031e186c
SHA256: 33c700640aa064e3519b149ef4501137b469eaf18e187e5b7dd8e702c402c1a2
SHA512: 5604ca578de0aa3094b98de79c367a9f373e65482e5a574ddb277d5201feee9e28258db42f13448a62ca74fa9fd448a0e7f4a70615e7352264e45624ddd6e556
Description: Support files for Linux 6.3
 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: 4632
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libllvm15 (= 1:15.0.6-4+apertis2bv2024dev3b1), libstdc++6 (>= 12), zlib1g (>= 1:1.2.2)
Filename: pool/target/l/llvm-toolchain-15/lld-15_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 1111564
MD5sum: e73fc8c6fb33d5bfda14fe4c04f69a82
SHA1: 57aecc7a73cffb35738dd2b2d29b11f70287a4ab
SHA256: a08e7f1e0ecb2eb6262905faffbb28ee683c5bb76fc2cd89cc17e12319ee4188
SHA512: 21f9335f5e0346fca27af193b421e181b57718391557d06106a0dd1509e69aabdc81f3906e018ca0fbb0f87c8b7eccc3f28894c3f79563d68d64c1ff1b59a3b7
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+apertis2bv2024dev3b1
Depends: lld-15 (= 1:15.0.6-4+apertis2bv2024dev3b1)
Filename: pool/target/l/llvm-toolchain-15/lld-15-dbgsym_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 153536
MD5sum: f14a39bda79a925df2c94cda81c096ec
SHA1: 674a43d7b73fc3249e939c2bbebe196eb46c725a
SHA256: 888924a58d023f3e83500948411710c8d32d4a81184d879eab2f5c3781db3066
SHA512: 45c042423e02ac0c8badb84890dd423be5b22b3db9fb2942b9a059d806d17ead4af51f65930ea86b0741750664c992f9fdfd34c6db9a3baf50393e1d254fe7ab
Description: debug symbols for lld-15
Auto-Built-Package: debug-symbols
Build-Ids: 063ecb906ca4fb0385db6f9469d36476221db484

Package: lldb-15
Priority: optional
Section: devel
Installed-Size: 4386
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 1109152
MD5sum: a31ef010fb5e2c78f6ff6bbfc45c12d5
SHA1: f652ca40145693ad6eef47dc577730ca8a78496c
SHA256: 341607f8deddef14388a7ecf36a028cc8b8077f78bfae39de429922eb6ce4cbe
SHA512: 5727ff4caed19babda873142985c2a9e098775d04be70c27cafe12d7db4ad6b1003864dd45e76a47619ebc7e0f1a5b55be36b7e645aeaa9b5ae3102364c606c0
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+apertis2bv2024dev3b1
Depends: lldb-15 (= 1:15.0.6-4+apertis2bv2024dev3b1)
Filename: pool/target/l/llvm-toolchain-15/lldb-15-dbgsym_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 223280
MD5sum: a3c0f2a775599a17f3ed354ba69b86b8
SHA1: 74e838a76a975f4beb46e1c9feef7b5465891ae5
SHA256: 1ddc393b71bebbe5157251d7a44fdddfacec0e3d0f82ec917e3c4abdc24bd870
SHA512: f21680315a6e4d331dc09b5dddad122c736d0cc41f7a6a101c4824edd5d7c728ebe1fe7a250505f47a5a205522783078b0bb16675677469dde66c2b6906a4132
Description: debug symbols for lldb-15
Auto-Built-Package: debug-symbols
Build-Ids: 36f4daced91684809266a6c3c6e8f6909eb9f073 c12016663a951838cfdbacbbb03c4e48f487f4df cf27f6c3c878c63762435b0769868ca1cfc89d39 d761823b598ea3f97c384bc18375a50fa60325b7 e7597e57d102fd454f861cb9f87e56d6ac07ad7f

Package: llvm-15
Priority: optional
Section: devel
Installed-Size: 50359
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
Depends: llvm-15-runtime (= 1:15.0.6-4+apertis2bv2024dev3b1), llvm-15-linker-tools (= 1:15.0.6-4+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 10788952
MD5sum: da76954226924a19fa877a798a7eaf4b
SHA1: 58be293c8d9bef730a939166c398cc7555392595
SHA256: 1f626f5b1efcd753c535c5d832a797706ab209d694d79e236d97d5187f2087da
SHA512: 792025ffaf1d21b1bf258d3392a295c83a8daa8183088cd800b991ae4fc1040d560a44492cda6162e3405471acbbaba7c32cf71cbf7f4207e5e5947bb0a99dd4
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: 11823
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
Depends: llvm-15 (= 1:15.0.6-4+apertis2bv2024dev3b1)
Filename: pool/target/l/llvm-toolchain-15/llvm-15-dbgsym_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 1347552
MD5sum: 7001b8ddf75b3f31d9bbc64d6b173b6b
SHA1: 6b5bcaa2576f1dbda6226f573f6d9117d8ec8f8a
SHA256: e423b46aefc89fa1038c9c1b73c45395f08471e595000e9c80a27f94effd14b0
SHA512: d62a8e229fdc6545d9749927819f340c5916a10fe86ae09db698f32717d2a672f66f81b0e2dc8876c72876bfcf2472600b0315c6ba233b27245e157a988f007c
Description: debug symbols for llvm-15
Auto-Built-Package: debug-symbols
Build-Ids: 0116cdd024a38229391da05349fd6734aceecccd 068e99d5e2860d87a6aadaadd1da928feed86dd6 07d8940f0fed7abb5bde214f630f7e283349a803 0e6c55e8153a81552c5204754a29f3816f132a63 0f58b5a7846f4973b0f3989e37d4e27753fd3648 11ef754c43bc3f0641173b47aeabab8f5671d38c 146d5b014301d4f995bfa03bb440dc81dceb542f 1d0bf3730ec0a505f560a637538c88f2109b7c0b 1f44a6648331e38f8931bfc0948a3d06660140e4 25a87482c480be37ee58f282bb308989f92660f5 2d10e66f4cbe7a3fa344cc29a8ffd0d423e11209 301a27df9807120de7a41d91ed65ae1b49e55c22 35160cdee390e1876e948e151321692919b6a720 3532d6461b097296171deec5df69409050e9c6f9 373c5eff21e3428e23401aee5d68aaa69e18d466 37522305f2d1038980c381715185bddccea0480c 3f18301a8913ebf98d6a2f651790cbedc39f030d 4127921859559c24fff1b8c11f57cd8bf348a3be 4415591ac2e1bb9a213481915d396d951479240e 46cb43c435ae892ecaef2d4b04f7f48565fbd3ec 46eabce1fb0363f8de3a29bac8edf7ec99f42bd3 4b225ce23aca20bf79e840ea1fbfeaa852e04294 4d34cff742803544589fdbfe6c45ddd4be54c1cd 55a980b3a2f822cb231077cd898e27d5387971fe 59edb0e4f2b1aad115cac2c04d53c1c028e744cb 5ccfa9a952d5a6d6da9d8da81599c67cba1dbfd8 5fb27e1d395b26f059b9a7853c578179f1a96d76 662f1aa233437a23cd5ec144317496f772bb1891 701f5383fa87dd94b72f4956b12208aa4794d7e3 75023b89687a82039bc0f3d740d24748071327c1 75f02e94e288c25e6f7dac26eddc5771571b4a3f 7a132e8d7157b0d016fbc5cebb37935426e5aa9b 7bcbd586d2c5bbb55b7908b248c7b3947a85f305 7d03990f6d0048190a53bb71dd4b8919ec766895 7d56356401b07cb0f21012e09f6b1d0d9ed8b4f1 80d25f955621e77cadac52a95018f3b7ceb4d2b6 8486e054e7d33d841aa9d1145bf77e7dc9605d96 85dbf8be1761bca7620681f65ff023b9cbda16ab 8a0bc1995b47f825a1b462ca160afc8cc1e9dd39 927507979dce6ec334893f1ceee5f09d6716d204 99d8b9bbb8c1073961a6823d671cadef5978af65 9a9dbd5bfb30ecadffe3848c4e845d67dc8f15c0 9eead920e2663e7c8f9b45029702bc4abc4d3478 a18672eaec515632b5e074468599a19e520a1d4d a74076f2450ebf5bbcb003a01688e57d924920a8 ab2545027ad29cf8e0e62b1a6c46210aa895047b b5529195b7e8b31cd6c4558dc96e30cd9995fa25 b69e975febd54230118c66f957eb67793ac03d2d b6aa0fa40a019efc0fe730e613368528328b4d91 b6b70db58ea443dfd90669e063c7771bfe82c52d b6d6cf41693d8740dacc280821e21b9026041dac bccaa265eabd98197c24b349e8943a645c7786a9 bfe75c58421644054c62cca347f65ff84ebe3ece c3c7b01e7dd44004be3207ce9f24c41da7853b74 c44914ecfde1a7a9bf27578fd0716986c58b456a c4f490eb0f1f4f345bdf6cfe854e2431c4c333a5 d142aec76d5c6120117114241e90f2ad1ad16d7e d2842400c1ba81b658bdf847bc4fe39e942b9c86 d4dbc34fbbcee6fbdd88d5ad50046e950a7dc6c8 d60f759cfb1f78edc3cfbcf1a83726714df51237 da744b0190cd7e6b60c428e95e89edd6d233673c dcbfad05e792fd401bd0b1cefbf1cb4d781bc765 e16910f6ba169df45e752f6ae3889f0681345505 ed74dee09f95930d57f5bc16973e2bf7e051ef66 f595b182f7207a6cf38ac6859c3b486012002158 f9cc27a457fd127879b098612d48ba32049adc3e fa9f9be1db039ee900607bc4a9f7d15ef4f79aca

Package: llvm-15-dev
Priority: optional
Section: devel
Installed-Size: 274998
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libllvm15 (= 1:15.0.6-4+apertis2bv2024dev3b1), libstdc++6 (>= 4.1.1), libffi-dev, llvm-15 (= 1:15.0.6-4+apertis2bv2024dev3b1), libtinfo-dev, llvm-15-tools (= 1:15.0.6-4+apertis2bv2024dev3b1), libclang-cpp15 (= 1:15.0.6-4+apertis2bv2024dev3b1), libz3-dev, libxml2-dev
Filename: pool/target/l/llvm-toolchain-15/llvm-15-dev_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 33587064
MD5sum: 88d1d94ed8ada06fb7d7d596d26cbb96
SHA1: efa6be0f5fb164ff81bc21c6d06506c3bcb74585
SHA256: 5bebc9b75f88d79ad2e309ba58d4fbccd8f656226d95db656906fe0c80d09a8a
SHA512: b7ff0571a4c24e6c731c277dfad0079d6a612bbf56d9f1db04cbef298626cce7e5602818906a406acdf1611a4a4d29e31960723c4dd0ece529b2b3172c1cf670
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+apertis2bv2024dev3b1
Depends: llvm-15-dev (= 1:15.0.6-4+apertis2bv2024dev3b1)
Filename: pool/target/l/llvm-toolchain-15/llvm-15-dev-dbgsym_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 2272
MD5sum: 514756c8a00a1185e030b1b3a0594df8
SHA1: 44c0595ed2a33698a061aade200af2e2f7be4593
SHA256: 2cb8aae60b9d7bd2acf8acd943319145ab0216563bc24b8b9bd3d1854f08f72a
SHA512: e28a75a5f6ae2e7d46ab6c236808fbd21f9358cc72224c8a9c4937962b16218043c2c006055370e4faac943076bb7cfdd2297834d78feaf58e5cda9e792067c6
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: 47946
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: all
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
Depends: libjs-jquery, libjs-underscore
Filename: pool/target/l/llvm-toolchain-15/llvm-15-doc_15.0.6-4+apertis2bv2024dev3b1_all.deb
Size: 6846924
MD5sum: fc0bdf086a752106b5d0d0fa9296f162
SHA1: c82cc90a04314889e47b69ff0512315cf3cee78c
SHA256: d27433f8787499fee8e7298e38ea84fa85d27cb1e230026bce44b6ca9919a5f3
SHA512: e4657e0cdc8a34a3133118d5d1a0318267e2d47ec2cad41d6f4580a956e03a90330415a9689f252b139ece30ff5f9442c635649e33f57f175d2ada40379d6166
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-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: 477
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: all
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
Depends: llvm-15-dev (>= 1:15.0.6-4+apertis2bv2024dev3b1), llvm-15-dev (<< 1:15.0.6-4+apertis2bv2024dev3b1+c~)
Filename: pool/target/l/llvm-toolchain-15/llvm-15-examples_15.0.6-4+apertis2bv2024dev3b1_all.deb
Size: 283032
MD5sum: 2020ecbebd493daf6206225b03ab9cca
SHA1: 87039bb39d896114217945331ccf5be28b4d2906
SHA256: 6821a6c89eee3281918a90e3f9760c5ee0e6a333e8c7c9a3fffaba5dc648bf52
SHA512: e9e2a995e10058d24fa6f38db9011bdb2715d9a88353c3f71b2c02f39711bf4e1c1635fcf69b6eb628fa631bbff793f4eb691ce1209406471f5d6a00c80a7cbe
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-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: 4523
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 1137928
MD5sum: 3dfbae27d02221d3c4144f0f1b70492e
SHA1: 5caabd667f23da4416255c8f5cbc324ce0cbea34
SHA256: 8b525a290e3e90d1e8200dd58a52a7f19052930bffa303e522ffafe6a8f23162
SHA512: 9c8b7a74d025ef1fcdace76a35cdc5398f8a2ec931164b431f4fd6cf8e3a14a925869d3f27b735e4d66ce449718a2056e2806a7ee6e5ac5203bfe82d0e277b83
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+apertis2bv2024dev3b1
Depends: llvm-15-linker-tools (= 1:15.0.6-4+apertis2bv2024dev3b1)
Filename: pool/target/l/llvm-toolchain-15/llvm-15-linker-tools-dbgsym_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 166440
MD5sum: 2daefa0d303e711bde634be2f82f8939
SHA1: 03fab459c0b03fa34c8b2cf4b3fdfacd620acd47
SHA256: 4d4a29cb5c05d92a55332ddd5b1375fa2df882b90d67ecd603115d6e746ac8bc
SHA512: f88a3d0955bf5a87febbdbdaa0dd28c0163b55091cd4860d5aa2152f76694c1456dfefa3f39b34e2694b910f62d53131fc32de7a40604368da12cf83ec3713df
Description: debug symbols for llvm-15-linker-tools
Auto-Built-Package: debug-symbols
Build-Ids: 65ea89bb2ff6f6a69beefd2637dbf2aa41e5b383 9fe40e8df501d4d5007fda38d467a884f7911c12 b29f923f35c3fa1699598c2aefb2124cf3baa5d5

Package: llvm-15-runtime
Priority: optional
Section: devel
Installed-Size: 1563
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 464408
MD5sum: afb87b448cf49f7209ab9669e7cbe61c
SHA1: f55bd8b7f0fb42694631815b65573419afcc29f4
SHA256: 2bf8c59c86fdd3615de9960ff868e8fbbe336d1f806090de12bedaef661efa7f
SHA512: 0ba4f935f2a20b348149df670156ba327c484104b63fd9605b9a82602a71c6773a03c2a34c7d92bc365bef4d96959a2983aea7f550cb1093a1abf87f7207aa0c
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+apertis2bv2024dev3b1
Depends: llvm-15-runtime (= 1:15.0.6-4+apertis2bv2024dev3b1)
Filename: pool/target/l/llvm-toolchain-15/llvm-15-runtime-dbgsym_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 74768
MD5sum: 275fc253d2d7e15884055e829fbf2ee2
SHA1: 284f1d8d1533f620a363e78e9339748281089c44
SHA256: 78e91ea2669a0329df95076a2fe4c355141ed63ddf0c3a78b1cf4f1ae4834ab6
SHA512: a3e40a9df360a85a832fedfb2f8b3cd3b592bdda942cf565672e586164c81c6ba1cc134d379d6c594352c6a3c3040f828bc5c02b56fdb3447026877dc31fb1bb
Description: debug symbols for llvm-15-runtime
Auto-Built-Package: debug-symbols
Build-Ids: 5e8e9a8b7123ba6ad1a8f8b61e3392186a21ae6e 9be6e2a10aa3475da0bfc47ceba19b1fa31733ca

Package: llvm-15-tools
Priority: optional
Section: devel
Installed-Size: 2280
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 427780
MD5sum: 9fa40171c03dd75a433c25dde61a6610
SHA1: 62d15faf4a273fd220898f47ba03399c4636df1c
SHA256: 9f962017c0b3ed92c740e3a1fcf6553ef28edd61ad6cf7cc17d95fde9904a79c
SHA512: 72736c7b96317e8b0b61095247875c8c7a04b474931bfa3a10fc309804aa9228ad42314d9478b9685cc5d79fade11d8183b5ec603cb48d0322c746e651b60828
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+apertis2bv2024dev3b1
Depends: llvm-15-tools (= 1:15.0.6-4+apertis2bv2024dev3b1)
Filename: pool/target/l/llvm-toolchain-15/llvm-15-tools-dbgsym_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 60108
MD5sum: 693d68f39d7b9adfde9c2c19dcee2537
SHA1: 239bfc03a8a1b1062be9c72ca1b3e1a9c8f151e5
SHA256: 1030a10f16aa2ffc70300a0e7097f0994e76ae10b9e756ae91c78159489b43b6
SHA512: 35506dbc5505aef6366d0e90426ccc9f960e63c9a6231a1f30493760ed85afa51db04c5b2e291a493bfb7e95bdf5f84c591bcf659bb4ec5b0297d16251b1fae0
Description: debug symbols for llvm-15-tools
Auto-Built-Package: debug-symbols
Build-Ids: 001b108629c185d1eb3fe01ec14701c519f512b9 93185288e9f9ea84461394a205fbb375fb5aa0a5 a68406087c759c9c7a3268f3f309b062cfaebf9e d948e8fa540ccb7a86b2982fb3f6ba4b84c503ef e1ba5e535a2130d1a00297b78b6df56e39e8bcae ffad114966ffbc5d2dac087574e36236efd5d2ce

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: 15876
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: all
Source: glibc
Version: 2.36-9+deb12u1+apertis1bv2024dev3b1
Depends: libc-bin (>> 2.36), libc-l10n (>> 2.36), debconf (>= 0.5) | debconf-2.0
Filename: pool/target/g/glibc/locales_2.36-9+deb12u1+apertis1bv2024dev3b1_all.deb
Size: 3935684
MD5sum: 567709067f911136218cf79d2de2f0cb
SHA1: 9417ea1da7c832ea95a1026ed06034676f2bc026
SHA256: d1f4f5588ad9f236ee2fa396d56672e7650ed5ffe83d091a5a8907fddadfdd95
SHA512: 9d3fa0ca30998b70ca8c0ee46a7260a355c890438143093c17dbba45b02b5950ae15daa92e425266585f66b742d4c514e484bec9ed7928aca03f404289f4391c
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: 227396
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: arm64
Source: glibc
Version: 2.36-9+deb12u1+apertis1bv2024dev3b1
Depends: libc-l10n (>> 2.36)
Filename: pool/target/g/glibc/locales-all_2.36-9+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 10773836
MD5sum: 673a8d6281a8d688c3bcaa9f4a408476
SHA1: 66c1930c208bf00f14d6604750ef7b7828b67f69
SHA256: 0aba2ec95773339ab35aaf0c2c5f97f7014ddf85d0d6a175b7db6c3771be7343
SHA512: 4dbcf53c17f7eb68bf22432d2fc2033606dbce9fa6a10f8a18435159fffde80631a83c44e88da0cc9301d3ace2b9672038009782df6d3077ac4c911a6c85893d
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+apertis3bv2024dev3b1
Depends: libc6 (>= 2.34), libselinux1 (>= 3.1~)
Filename: pool/target/l/lsof/lsof_4.95.0-1+apertis3bv2024dev3b1_arm64.deb
Size: 308136
MD5sum: 85c1522acda95921c602ee8c10ae9a0a
SHA1: 8e560df140e066d32e51060bfb7a84d41ecd1967
SHA256: d4930a153fcfdda54f6e75fc749328f3266e8f3da255e9a9237b57c7948312e3
SHA512: 3e0f72da355086733838343a6fc1c2bc24ca414234e41b7d49c013f9225a1afd3eebca6d281b1e56696ed78f4c33ccecc6cd609fbdcdda665fe867b5edb5017e
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+apertis3bv2024dev3b1
Depends: lsof (= 4.95.0-1+apertis3bv2024dev3b1)
Filename: pool/target/l/lsof/lsof-dbgsym_4.95.0-1+apertis3bv2024dev3b1_arm64.deb
Size: 183304
MD5sum: 00c727b58a898cd2f62d727e213e4bc5
SHA1: 95091980a99e0e103655104cb19155b718c205bd
SHA256: 14ea5e6d4d008cab0d9feb1621314a053b1e260e0d18717553e6f4ffae9256ba
SHA512: c88c94c6cd761bc778dda760a1dbe1ef07df491d1f11b6c05b315a1561d48232fdba3854e913fd63492cc91901a79c7919e28b9c98e18f9e0b9cfa7141d08f50
Description: debug symbols for lsof
Auto-Built-Package: debug-symbols
Build-Ids: f6c042da2f001edab8409a56fc21bd90f674b467

Package: lua-bitop
Priority: optional
Section: interpreters
Installed-Size: 297
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: arm64
Version: 1.0.2-7+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 8372
MD5sum: 830ba32a3fbaa0b544fd933ed7b7c6cc
SHA1: d3f32f9f00354dca28f4311b5787e84728b03425
SHA256: 490abcee72704c9e0472e49384cde641dd87d3f2df1a4dabaa072dcaca38250f
SHA512: b19947a09768d3b3d3abb3d7b3ffd2bb491fe0f03e7ac6f5ded9c00226a48c84befad3954f4b73047b749987690fc282d0acb6ecef04b59336a7b1315110dbf7
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+apertis1bv2024dev3b1
Depends: lua-bitop (= 1.0.2-7+apertis1bv2024dev3b1)
Filename: pool/target/l/lua-bitop/lua-bitop-dbgsym_1.0.2-7+apertis1bv2024dev3b1_arm64.deb
Size: 21572
MD5sum: 6e4a216f6699cbb456504f43b9786a16
SHA1: 1dd0e39747e2bd37b75e41dfcd33a910707563af
SHA256: 87afbcff6ea3abe2392679e998aaa7e0a734c11eb89c4c456f6f7791bb39c520
SHA512: d0eb48835eb05e4906dad2dc9f37fb769d2bd6d46c161f681dc473ea8cb5b3281d6a4aa887ca18e77d6fdbfaab2083057e67bd0b26371b92091c939247831c24
Description: debug symbols for lua-bitop
Auto-Built-Package: debug-symbols
Build-Ids: 035cf161003487ee9a1c01621a4b308f58fa26cb 3a3524ef47de1aa763b81029ed55f859295a2474 8e73a5a14c9a0f9d3f7d3709354a2ff5ae2ce49f d0b4520edc77217033d1df163e100664ae841bba
Lua-Versions: 5.1 5.2 5.3 5.4
Multi-Arch: same

Package: lua-bitop-dev
Priority: optional
Section: libdevel
Installed-Size: 116
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: arm64
Source: lua-bitop
Version: 1.0.2-7+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1)
Breaks: liblua5.1-bitop-dev (<< 1.0.1-6~)
Filename: pool/target/l/lua-bitop/lua-bitop-dev_1.0.2-7+apertis1bv2024dev3b1_arm64.deb
Size: 20660
MD5sum: 86938fcc6f788a4eab1d92b82b6efa33
SHA1: a043b146ac16c46ac1e3c911aa1f3d3803e1dc4a
SHA256: ff7635e00a218227a567b23cf4f5d1c77a7e1ab626b8d62d85fc0965ad5a2ab0
SHA512: 0fcb457e4b31589a0f9515b29308d7f265a0430445f0a717312c4051d818d68174860e22027cbab372b10ba019f4c1f26fb25e35b83a229c8cfbac5cd47aeb35
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: 237
Maintainer: Jan Mojžíš <jan.mojzis@gmail.com>
Architecture: all
Version: 0.1.25-1+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_all.deb
Size: 32672
MD5sum: 615f23f63a1047975d6ce064f6bc6af8
SHA1: 66a047dd1bb2ed1b743d3be5f6b6086d0982cf56
SHA256: 0641bc47547cf46439aa405061634a9eb293bef60b92d9c59b68ecca22a383bf
SHA512: 6c583e89a85bd78f3e19d8994917fbcbf0b51eb65706f12204e09089530af297c33bfa97cd2d8f9175b03a6008c6c71ba5c3ff7fddaa49b05d7b7d3c96fa876d
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: 45
Maintainer: Jan Mojžíš <jan.mojzis@gmail.com>
Architecture: all
Version: 0.13-10+apertis2bv2024dev3b1
Provides: lua5.1-resty-lrucache
Depends: libluajit2-5.1-2
Filename: pool/target/l/lua-resty-lrucache/lua-resty-lrucache_0.13-10+apertis2bv2024dev3b1_all.deb
Size: 10788
MD5sum: effdbeae4e31a28d63b890c5dd4a1cb3
SHA1: d660cfa5d59e33fe2b709b79f7b4efbdb0c16822
SHA256: f6c0425134306c1ae1a63f1b27fda6ef057db823354f80e3afa033709352deef
SHA512: c765b528dfbae45fbcfb5b9d4838b175112b4f95428f48666eb284c6c2b76e2a64c7bca2621a93ae38d0feace259ca5264337f93ce19c1a35eed898d185520e7
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: 478
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: arm64
Version: 5.2.4-3+apertis2bv2024dev3b1
Provides: lua
Depends: libc6 (>= 2.34), libedit2 (>= 2.11-20080614-0)
Filename: pool/target/l/lua5.2/lua5.2_5.2.4-3+apertis2bv2024dev3b1_arm64.deb
Size: 96148
MD5sum: be35478ea83b9a10f8355dee4b2fd8d7
SHA1: 62f952ae28ed76706adeafae9a4df0c64de60211
SHA256: b9ae4efe9c9e632de33d75773282e638291a074de2d103dd4c2cd5b9d95f4108
SHA512: aac5e421863b83f313139a1bc08610caf1b23e34f30f9ce0a1d8c19fe35111776c83108c4c5ec340a563f8e346099b9a5cc52499b1bc2677c656602445bcb1cd
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+apertis2bv2024dev3b1
Replaces: liblua5.2-0-dbg (<< 5.2.4-2~)
Depends: lua5.2 (= 5.2.4-3+apertis2bv2024dev3b1)
Breaks: liblua5.2-0-dbg (<< 5.2.4-2~)
Filename: pool/target/l/lua5.2/lua5.2-dbgsym_5.2.4-3+apertis2bv2024dev3b1_arm64.deb
Size: 512624
MD5sum: c86baac76a2febd3c28fd75cf71a46bb
SHA1: d0f0f565acb9d86ca0cc8ae6732dd64aa41f7427
SHA256: 718f54456347662bad992a73ef1164e54d6c93fc1ca28158df94a954486a490c
SHA512: 8c0ba9781ca3abd8b6ab6e8e59fc71835ecc472a8880e5cd73a8f7fd2f908d0a1c9c57e0b668a000eb9bc9b04a5e26ddc59ae79c5133e66c6937ea4392cc1585
Description: debug symbols for lua5.2
Auto-Built-Package: debug-symbols
Build-Ids: 3c7007ce7886cf4213ed5cdbe48a2cc6edce254b 8527593a034dc5bb47b4c7ca5636a279d306d71c

Package: lua5.2-doc
Priority: optional
Section: doc
Installed-Size: 368
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: all
Source: lua5.2
Version: 5.2.4-3+apertis2bv2024dev3b1
Filename: pool/target/l/lua5.2/lua5.2-doc_5.2.4-3+apertis2bv2024dev3b1_all.deb
Size: 81256
MD5sum: a0327df650a0596e9f6c25fb99c5727c
SHA1: 170cf55b68f64fb3ad996bda282be38c501806c4
SHA256: 24d74016a5b91400ab5ead21c59734c6eb182d00dceb6f8d122ebe5e21d03f95
SHA512: 4826c45d397e621d999f68402ed930deac4fbc8d4417d7acdea86d4ff196cd6c6ec997720d737400c9189d1c41ed73b025f7ed91bf756f34acd8ed19bc1e2a87
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+apertis2bv2024dev3b1
Provides: lua
Depends: libc6 (>= 2.34), libedit2 (>= 2.11-20080614-0)
Filename: pool/target/l/lua5.3/lua5.3_5.3.6-2+apertis2bv2024dev3b1_arm64.deb
Size: 105800
MD5sum: d1fed0f5d2303490acb41736ff791f15
SHA1: 606ec7403893084a5c2e0d3d9536eb5372e359ed
SHA256: 4981238daf2093b7e0525650a0f68f1ab07ae1ce517fb93b5cf931147dab943b
SHA512: 956e6b43a2ac84a9b5739cd85c049ecc322cdcb102691ede15fc624fff4f9e03d90f1b02f009cfffc35ef6b4a470df7da7a0d71d5528374b2da269d4df63d897
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: 599
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: arm64
Version: 2.1-20230119-1+apertis2bv2024dev3b1
Replaces: luajit
Depends: libluajit2-5.1-2 (= 2.1-20230119-1+apertis2bv2024dev3b1), libluajit2-5.1-common (= 2.1-20230119-1+apertis2bv2024dev3b1), libc6 (>= 2.34), libgcc-s1 (>= 4.2)
Conflicts: luajit
Filename: pool/target/l/luajit2/luajit2_2.1-20230119-1+apertis2bv2024dev3b1_arm64.deb
Size: 244816
MD5sum: 11c9752666c56570ddc6a75bc514ce2f
SHA1: b4582ad60ebe5272e3f84627363bbab3da02710e
SHA256: f03a34560ea52f00aedbad433ff9332f657d5b16a3d770aa5d3db04c78e3af56
SHA512: 9b8d587c263532c5b0031fe3ff726d88c2ddc6728fff2fb95935488c2d4851afd7340c704d7032c59c5b8d5097a4ec3e4ebb3406f686d9c7a2121c58be744874
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+apertis2bv2024dev3b1
Depends: luajit2 (= 2.1-20230119-1+apertis2bv2024dev3b1)
Filename: pool/target/l/luajit2/luajit2-dbgsym_2.1-20230119-1+apertis2bv2024dev3b1_arm64.deb
Size: 1038112
MD5sum: 6417a297169aa957b366ca0bc2d89148
SHA1: c57b4d3873e914f1f1c5fd5d6076237dd86ea699
SHA256: 56ab99500d2384cf2131fc3f87ff3a15b9b0c372375097d83aad39114e40348f
SHA512: 34f990335bdc3070c38b0a0e39a55f6dfb00d8bb29adad6ba3f0069b4acf9a8c72f72225beae9d6b26640f992e9f128d75f4d8bab945ac849b283a4858c9c5e2
Description: debug symbols for luajit2
Auto-Built-Package: debug-symbols
Build-Ids: 586a9b0372a3d25fb8f289226e3b5cf95cc561de

Package: lv2-dev
Priority: optional
Section: libdevel
Installed-Size: 824
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: lv2
Version: 1.18.4-2+apertis1bv2024dev3b1
Filename: pool/target/l/lv2/lv2-dev_1.18.4-2+apertis1bv2024dev3b1_arm64.deb
Size: 125760
MD5sum: 797e3dcd30b882bf766018240360ef9c
SHA1: 6b3c4956e700677e80900272fe668a7a48532a0a
SHA256: 3a52c93e20325d7383319e9e7fa1f1fc8cd16904c777a7848b0cdab8f5962d67
SHA512: de82a2661bf4b075c1e8289e6f4fad0b861821b64170a2191614ce52b7ecba0a54cec138a5e0bcabbccff752cd01b37414c058236265184199b0113026eec6ee
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: 686
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: lv2
Version: 1.18.4-2+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 53816
MD5sum: 2e3f7b185a25ec5fea595cb6d565b829
SHA1: fcf83d824634f338b5bb47302c36a56b5d4ed7c9
SHA256: 900455a2ff7df4ebf92f36ff2a2c59d14769a8287b75428d23a2f30f3c68ca9b
SHA512: a4712bcdb4961590b0b06a27fd31783dfe29ed3d1c5f86c3ea76f6cae2f14549da6f72d6c5108479395f8bbbc4ad38daa7d354ced4df59fad7ab25a15362393c
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+apertis1bv2024dev3b1
Depends: lv2-examples (= 1.18.4-2+apertis1bv2024dev3b1)
Filename: pool/target/l/lv2/lv2-examples-dbgsym_1.18.4-2+apertis1bv2024dev3b1_arm64.deb
Size: 190428
MD5sum: eb6b87aa66d6cfa9798756f351bc5b03
SHA1: 90f02e87362595d2d0f51fb6280f2b210183d744
SHA256: 299a9196e4f3d265c4aa8e7397d485fd5c3b04b5f860fc08c56058c0f74d7343
SHA512: a0e12c42dc4206a6dfa5c1d9e4f10ac5c45c863ee1e00634a1cbd8ddf9c099731a823513d0de52117cfe6b139f9592ec735b0e47599c7ed60e98a943d8930189
Description: debug symbols for lv2-examples
Auto-Built-Package: debug-symbols
Build-Ids: 353bde5cd90a71e9ab462a5825fbef3bb7673045 45350b827833da409e3e857274b522b74150e300 4784e4a8e0e27f408e63bd1305fd4b25bf752d04 74365b0cf159efd7e787bc038144c28e789527b2 941707efdce26f8009405e701af8c5b323d5673a 9e55a8baaf8e0a3c3dc6b983c1110607493d97ff d3499e44cdd47d9313d4784261a2b6251d1c6ed9 e1afba75b8ac9c8f5d5d2d6f6ce5f407db88f709 e58ea58b41700e55a8a058a190be47f06e2445ab

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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1~), dmeventd (>= 2:1.02.185-2+apertis2bv2024dev3b1~)
Recommends: thin-provisioning-tools
Filename: pool/target/l/lvm2/lvm2_2.03.16-2+apertis2bv2024dev3b1_arm64.deb
Size: 1118300
MD5sum: 6e366435a1cf73c5f69cba266ebbd0f1
SHA1: d0849ef29255d797f2246df40f739b8bcdd58130
SHA256: b0420a238eea0f127418b0274eacf010eb2c7f85c47d1c6841284f320088e32e
SHA512: e3d2974f8de4a5103124b4bf6b2db3b18df4d5aa5f27a5ab272f655b6ad84f2190c0e57fcd1a5e93971728593e1307c2c1ed229597497d7c18c6e5707894ff64
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+apertis2bv2024dev3b1
Depends: lvm2 (= 2.03.16-2+apertis2bv2024dev3b1)
Filename: pool/target/l/lvm2/lvm2-dbgsym_2.03.16-2+apertis2bv2024dev3b1_arm64.deb
Size: 854596
MD5sum: 3e8a1139b22a715a52248667e4a7aa0c
SHA1: b00a97ff5efd27aa129b437bbb8b4159e778fd0a
SHA256: 1327716fe10a7d2cbd8b609ef27dd648a227a54ac27e2852268813d1fdd9a675
SHA512: c2bfe733df06d242c2e6be0325570065cca6b542d10da392db4151f025152d9cb0f636a2b2491575d8aabd70bfa72de6dd240ba2733a2642c682c397e58c5b28
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+apertis2bv2024dev3b1
Depends: python3:any, lvm2 (>= 2.03.16-2+apertis2bv2024dev3b1~), dbus, python3-dbus, python3-gi, python3-pyudev
Filename: pool/target/l/lvm2/lvm2-dbusd_2.03.16-2+apertis2bv2024dev3b1_all.deb
Size: 49344
MD5sum: e3b904cfcbd6429f0396e4667df2a776
SHA1: 5ec13a0e65a0556b585161d9e649d9be40873f37
SHA256: 486caae2fdc262e69e6f10badb2d93200f824937a675b69611769604eb663be7
SHA512: 2931b41b5f2ee37eef88bedd9742de0f9e8b65462920e6f7f8108e8bc7dc0d15c61a72b7a42a77a6b6a6b8a51159ca77ced6d184fea238c12366a8ad16d41729
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+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libsanlock-client1 (>= 3.3.0), libselinux1 (>= 3.1~), libsystemd0, libudev1 (>= 183), lvm2 (>= 2.03.16-2+apertis2bv2024dev3b1~)
Filename: pool/target/l/lvm2/lvm2-lockd_2.03.16-2+apertis2bv2024dev3b1_arm64.deb
Size: 121788
MD5sum: 65b9041039e9c5f50a204328e4eed4f9
SHA1: c0f3d50d7aee83c1f5e6c01d510e4394c22b5333
SHA256: 26f0cd375ee6ac3b69904ec4e532dcfafc84eeaaff3e8b6a316979f4f76ab5d6
SHA512: 4f95e74a14d214bcd14741542ec64a026dd2cef530686d770e4a3c3214677b483a80c4f793e83d90eb208c02a0d518c52c57465a631d996749059d0854e16ea1
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+apertis2bv2024dev3b1
Depends: lvm2-lockd (= 2.03.16-2+apertis2bv2024dev3b1)
Filename: pool/target/l/lvm2/lvm2-lockd-dbgsym_2.03.16-2+apertis2bv2024dev3b1_arm64.deb
Size: 151500
MD5sum: b3417a8e61ad1d1ddf559f439e5ebed8
SHA1: 580a24f5700c349313f6bb751599261f768424bf
SHA256: a517a00f1c271c5885e3c6cc7fcca90a0938eee2092826b68561b46c30ab69a7
SHA512: ba36d6eb39e9de8affe8747cb6ed18f992c7cf91a8f0cabf813d2f105803b8b6ed61829a9d8013580d652c003872bdcc31b5530b8b870e8e530e71ec1bce9173
Description: debug symbols for lvm2-lockd
Auto-Built-Package: debug-symbols
Build-Ids: 85687caaeaa31c15bd8ec86f4f5756430fd6cd09 c5cd49c821168c475581f05e783c5b69b33ac764

Package: lz4
Priority: optional
Section: utils
Installed-Size: 232
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Architecture: arm64
Version: 1.9.4-1+apertis1bv2024dev3b1
Replaces: liblz4-tool (<< 1.8.0-1)
Provides: liblz4-tool
Depends: libc6 (>= 2.34), liblz4-1 (= 1.9.4-1+apertis1bv2024dev3b1)
Conflicts: liblz4-tool (<< 1.8.0-1)
Filename: pool/target/l/lz4/lz4_1.9.4-1+apertis1bv2024dev3b1_arm64.deb
Size: 85932
MD5sum: 74d01e956ed13799fbc00024e6741fa2
SHA1: e52ca6e38c8060fc3d13ff3c7b639cffc9963ad2
SHA256: c4186e1939eaeadf698e18346eeba65c71ea18091facd12800dc72ec65ea71d3
SHA512: 73dd7fd4d1a0de50f4531b098697d75220e23e890bd90faec70bb4fe98b5c8d2926f189a4697c771dcd047f78c6afd0a1b5267f5ed1c0cb5cb1b5010f5beb534
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+apertis1bv2024dev3b1
Depends: lz4 (= 1.9.4-1+apertis1bv2024dev3b1)
Filename: pool/target/l/lz4/lz4-dbgsym_1.9.4-1+apertis1bv2024dev3b1_arm64.deb
Size: 425848
MD5sum: db3433b9738e6049968b0724c15c3e55
SHA1: 6af8075670bd941720c7cd2e37a9cd0c3a9cd34c
SHA256: 3276ab9b1fc6eb912784919b0df5a91e10a001e50cced6528e470e4573778f59
SHA512: 0a68e1aa245fab76557a4a6396ff4716b948c788930e1f328210f0487bbcedd770d2849d77af2ca16198c7895f11c1f327cd29b2fb0968548a88745d48df2dc6
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: 2662
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 2021568
MD5sum: e6eccd1cc9d6ecd1f061f2de3d21bd5a
SHA1: 7c26103f1e89b82b47c4f34728c27c9ec741e395
SHA256: 55403e7cc03c57da4b40fa21b181d07f57f284d8dc7aea4ebc4c51a2a50e48f1
SHA512: 0e72c5b8675ad6f0828ae1d83f497940e7de50c8108e14774aa9274702e794e11105c740d2ec277ced5fa05b2bceb6e52ee51363904c692d7ad5013580371b58
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: 7815
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 1868444
MD5sum: 6ab361bb7a9f9807a4c5778015615769
SHA1: ce1dd939b5713d2c28aefe722551081b198290e1
SHA256: 1d239a2b28072916d3e2462baa01ef3185673aeb7a8dde83895a4383b66ae55f
SHA512: d6053fe1ccb24c66e20f31f82e49cdef4320e8d81a50ba1171f819aed5a33ce52a1a276f1911589c9895bc9bbf9ab1e8e11b30bdb05e2ca39056681c566c9762
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+apertis2bv2024dev3b1
Depends: mesa-va-drivers (= 22.3.6-1+deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/m/mesa/mesa-va-drivers-dbgsym_22.3.6-1+deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 13502552
MD5sum: 3534e47354a4065b0a9a46024ddcaf37
SHA1: a99f00aa7133e1c86d9212e1338e952ab989519b
SHA256: faf26b451e851105efc5f30a6f269dd11a864577a9e8d9507659b85fc6bf9ea3
SHA512: 69fb1100c752fc56ca092593e8606fa8d0046af9a932c874b628093567dffc11d3ba1fa73a099bca998a0e928d08620f98f702620f69ac17b54355df65ca6358
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: 7507
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 1740760
MD5sum: d87403ad21e095d3ed90fd8763ab42c1
SHA1: e48353434118e0c86bb3b770ead01a7d0cdf206c
SHA256: 7730d3b3b3cd7a4e06c1dcfdd4c77dd43c276b0cc144fa7b98bf93e123e716ca
SHA512: 233da0a85031fc3d37ff5545aab7f16ddaa96dacf50cb55b0c7f215f661c3afaec6242a148f6f121152314725bf6c0828162dda4c37bd3d41cf3f45afe0107ff
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+apertis2bv2024dev3b1
Depends: mesa-vdpau-drivers (= 22.3.6-1+deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/m/mesa/mesa-vdpau-drivers-dbgsym_22.3.6-1+deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 13770744
MD5sum: 428e6de4f3620308f609fb3ca5a8159a
SHA1: 443dd72a9254a77c002890f65c0d6ddaef7fee1d
SHA256: 47792715ddd79f6b3ddca7a7944b64253964a88024169ef3a6fd8d7476623cc2
SHA512: f14ba2fee1ec776e04e864a53cb08a4aa071f43ba464564801f18aad61611704331dfc67b8c0a76652c042cbfbbb769ca3c6a35bddc78cf5c50cd12f038ed2bc
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: 25448
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 3822096
MD5sum: 29a002057cd40306008ef85bea5c177a
SHA1: 2fd16014ddbea3bc78b95eb34f44a69e4d6e216d
SHA256: cd75e1360c3e865e430ec3e7e9767fb288eadbf83e404f7990e59f5a79b72ca2
SHA512: a118ca6b06f6da46427011ce45ddaec91996271ad16d7b482312d798d5a5c2cc7589fbbdf83d7bd35540cd1c7857db2e4c842b0435f1775f9ea01e9b6de6861a
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+apertis2bv2024dev3b1
Depends: mesa-vulkan-drivers (= 22.3.6-1+deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/m/mesa/mesa-vulkan-drivers-dbgsym_22.3.6-1+deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 34536444
MD5sum: 67fb1c346399e838d11867d750a515ce
SHA1: 18f63929a479e5c0ec1697eb478eea4449d26273
SHA256: a553135f01913aeffe50d4d686147df4b80872d813ed5a2abecbb4c9744de36f
SHA512: 8419027724127a71052cab9409e3b421455fe442452a85d0f3e32580814c03386dfaa95760e2a2c1ed9e6e0eae552680a50c7f8c7b1685f67292b86d05596a03
Description: debug symbols for mesa-vulkan-drivers
Auto-Built-Package: debug-symbols
Build-Ids: 052e3990c289cd427a9bce6bc22daca27b1ae902 135f29a5aa61cc3efdeef441f81765b71413987c 6884daa634f869e39d8a7efc7c5bbc6aeb15d992 8a85432537bee4af60da20d372d8d774d09da943 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+apertis5bv2024dev3b1
Depends: rust-coreutils | coreutils-gplv2 (>= 6.9-0co13) | coreutils
Filename: pool/target/m/mktemp/mktemp_1.6-4+apertis5bv2024dev3b1_all.deb
Size: 4624
MD5sum: 68e71cdbb508380ca59c55c84f1e45be
SHA1: ead7937293a613dc13a6763f4036d5b162e434db
SHA256: d9465b6f74cdebdb044b85127bba6bf3eb8c3531f0860c72e489d281dee989db
SHA512: cc48d13e6e1345e2549b3833598353b47afa5a09edb2b4677787c180603cc41fd8f94a38a0efd0b72637f493f819b47f5d29e025f00fb72559ea19a9f2b1ea66
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+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: 77523
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 13335216
MD5sum: 52883dec628c9c617812dd973d017a7a
SHA1: 4dd23c11039410b48196bee9d3f4caeffc99b0fc
SHA256: f1e1129c184c37e60498465d11d1844924607b97d7c332ba304fbec45173b70b
SHA512: 95e9c230eda4425bb5fd907acca31f8dd1d76deb8a931c9314cf75b2035d71602958d1063455d3d2bd5996964d47bf8849a50bd3d9b266a39d7ff64f673abfd0
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+apertis2bv2024dev3b1
Depends: mlir-15-tools (= 1:15.0.6-4+apertis2bv2024dev3b1)
Filename: pool/target/l/llvm-toolchain-15/mlir-15-tools-dbgsym_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 3727152
MD5sum: 095fccfdba397ee0a616b9b60ea1c58c
SHA1: 426eba8c143704d07d1bef41f43d7733bb87291a
SHA256: 8155538be8eca2a37b9aeaef6b18a51ecdd6bd3cf2fc3395c905cbd5e1401fc4
SHA512: 8311e45020938c745cedbd6356f80c5945fa9ff8e8562b562b2bbe7bc13b26505b9afd966f0aa7dbfed575e801295c5684ddafd2103242351a6b4c7282a5f9c4
Description: debug symbols for mlir-15-tools
Auto-Built-Package: debug-symbols
Build-Ids: 2f1920dc5b4fc6c4ca6924e67ff236684b001df6 5a5aa9e64502702dd118bc51d8aa6b45dfdfbc3d 63ff5650a0bb62d1393ebf077892946854e80cc3 7e6cf48091844a9eb1ae4d5f46bdd4d5746df67e 89e87b03d06dad01ac676f4288e0c9239a03120d 993e29e214731c7f35eeb24bf08c6fa6fd81ca14 9a7ec432a3085ec4918b6d03d9e1ff1b88de87b9 dcb6549a808e57edbb9dfb475d11b1b701a5f2b8 ed4b958a154845071197d73c775ca0441943dad4

Package: mmdb-bin
Priority: optional
Section: net
Installed-Size: 120
Maintainer: Faidon Liambotis <paravoid@debian.org>
Architecture: arm64
Source: libmaxminddb
Version: 1.7.1-1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libmaxminddb0 (>= 1.0.2)
Filename: pool/target/libm/libmaxminddb/mmdb-bin_1.7.1-1+apertis2bv2024dev3b1_arm64.deb
Size: 31808
MD5sum: f5fdfc37c3bb548c3135499b272902ce
SHA1: e941370ea5e66963a5618460a450e4c9e0a26d78
SHA256: fcef1ee18810bda0f9afe681f80f3f632e08f21f73de0ce5550195cfed3f5e9d
SHA512: 74bfd421f0719a57b21ef07c66e975e8e29cf51dd4702dace1a9f99822a78f9ad0127077d93a2f8cc52ee93746a950d02d566391c5f441efef339ada8292ebed
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+apertis2bv2024dev3b1
Depends: mmdb-bin (= 1.7.1-1+apertis2bv2024dev3b1)
Filename: pool/target/libm/libmaxminddb/mmdb-bin-dbgsym_1.7.1-1+apertis2bv2024dev3b1_arm64.deb
Size: 17500
MD5sum: 4a8143263befc3689aa5752d9cb73e8a
SHA1: a3a98f60621a4f9ca16a28514a5985a8cad55bed
SHA256: 8ee213e7b9d7368be17ae7d13a38a699404633e3809c94db82697907fb79b294
SHA512: ddc65b95fa1fb97fc7da983581e7d3a1e70d98b89e86db5f151b12687016b1d52476dc425f6675fddb0a7506a35c765c8b8444728248b64db48a4fce9cff9ed0
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: 3386
Maintainer: Bastian Germann <bage@debian.org>
Architecture: arm64
Version: 1:2.1.5-1+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 241248
MD5sum: 052e7bececb42c200121a02e5ad0e0b0
SHA1: b34f6bf86c8bb63f46cd99d394ae9bf765dfd131
SHA256: 36c09ceb3a181d48a5e839a65e693ad0b674879c58c807cfb3f4247f121de58a
SHA512: e75cb853746f9f9c83a7fc618664ab204d82399d07b20bf97165aebef8af3db5c135ae23ae71886a16cdc0b7af4e273946ce3685bb3249dd71e01b95f148f2e2
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+apertis2bv2024dev3b1
Depends: mtd-utils (= 1:2.1.5-1+apertis2bv2024dev3b1)
Filename: pool/target/m/mtd-utils/mtd-utils-dbgsym_2.1.5-1+apertis2bv2024dev3b1_arm64.deb
Size: 1296880
MD5sum: c15e096ae0ec102d4b228380f7000689
SHA1: 6ca91638b6ed16c61f2b5c645d1fdf4c200c267a
SHA256: 385a2aad1060c2dc6ff2f70572125ca378b4fd50eba35011c87145dd75227e44
SHA512: cc6e40be5646d1eca765ea9177c71b50a4f303bca88b0e97f973c4434825eed6cb7c2959f70f9cc350d12591d49395f07176c290d9a51cd94932b83b0246828e
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: 98
Maintainer: Bastian Germann <bage@debian.org>
Architecture: arm64
Source: mtd-utils
Version: 1:2.1.5-1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/m/mtd-utils/mtdhealthd_2.1.5-1+apertis2bv2024dev3b1_arm64.deb
Size: 25196
MD5sum: 4dc7f07ae23106ef9c4f6aaf0e73b323
SHA1: 76f8a1bef93283778c292d78d8ef9ba84f610686
SHA256: de0bacf05b7f58a4a4f175ee0caf2903baf88df19086b6f0b9ec7ff6dbb99bc7
SHA512: 522661842e385f21732fd45529f226a93aadc5b23afa6ca602c9c51315f51dca911c5ef75335558817dee2c4ed5ac19de61dc2a7645bd3ddfa96c997de38ce06
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+apertis2bv2024dev3b1
Depends: mtdhealthd (= 1:2.1.5-1+apertis2bv2024dev3b1)
Filename: pool/target/m/mtd-utils/mtdhealthd-dbgsym_2.1.5-1+apertis2bv2024dev3b1_arm64.deb
Size: 61956
MD5sum: 42cf4bed34b8a975153e9bc4a5a642a8
SHA1: 0915b3fff69f7c58fae8451f00c0fce51465a293
SHA256: 2fe28148ad24d888eaf1a5939cfc7c86aa7cdeca0bbc1ae5ec7786fa8c69bae2
SHA512: 52381857c9f4c47fcf5798e03a7f77eb259729848e193abbab5aaf94caea83c65a3445ffd6fe59518f54e9e550538e7fd6d5509a8a2ea6ee19f2ff2068dba317
Description: debug symbols for mtdhealthd
Auto-Built-Package: debug-symbols
Build-Ids: f336d7c89140411ac4c55dfb9b693ca36d92e8ef

Package: ncurses-base
Essential: yes
Priority: required
Section: misc
Installed-Size: 382
Maintainer: Craig Small <csmall@debian.org>
Architecture: all
Source: ncurses
Version: 6.4-4+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_all.deb
Size: 262304
MD5sum: 61bd68df53c1310e2a2a7816b6e3b4f9
SHA1: 136e89e4e1fa45b9455766139bd77d537510e890
SHA256: c8fe3d66c3bd7fb55834f3f1de230114cbf2cb64ad2a1f1bcef50764bd1b3488
SHA512: 2e648e076d730bc0bab5e75b5ee806fd8b70560c72231a035bcde8aece998a37d3098ac6a748403b7670cd97e9594b2bf0923735db67000e71f17dc7c454c1a9
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: 905
Maintainer: Craig Small <csmall@debian.org>
Architecture: arm64
Source: ncurses
Version: 6.4-4+apertis1bv2024dev3b1
Pre-Depends: libc6 (>= 2.34), libtinfo6 (>= 6.3)
Filename: pool/target/n/ncurses/ncurses-bin_6.4-4+apertis1bv2024dev3b1_arm64.deb
Size: 417368
MD5sum: e63289fa1b9418afabed5071fbb68b4f
SHA1: 134a149c0acc4a9c1fda8e7aab586910f1917240
SHA256: de7ad5bb668f00dbee3573c5504042ddc9874eeed2472b5e71af2eb6f30327fb
SHA512: d2d982771214159bf97ef3fa11dcba5bb07c91b9693628110e9d0b43661bca02d39499eb430152315b58801c06f538b809f1f4b6bafe8e8a29ceed3ef89b9451
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+apertis1bv2024dev3b1
Depends: ncurses-bin (= 6.4-4+apertis1bv2024dev3b1)
Filename: pool/target/n/ncurses/ncurses-bin-dbgsym_6.4-4+apertis1bv2024dev3b1_arm64.deb
Size: 196512
MD5sum: e08aa3dfda9193fba6545e03371e3504
SHA1: a7ca73b153dfe6684841fa4918e31a4a9110dbcc
SHA256: 6222dd398f204db6f2906618a6b5737712ce9f6c327a67f7c81d28aa7257cd5f
SHA512: 1e45c5f0dbd37b60b6bb74f059bcea73195bf4fac3a51bc7dddac820c0f3e3ff540f96958c6f179c17d49f16029e036c68f35e4b1db84babde536ded8459450d
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: 3694
Maintainer: Craig Small <csmall@debian.org>
Architecture: all
Source: ncurses
Version: 6.4-4+apertis1bv2024dev3b1
Filename: pool/target/n/ncurses/ncurses-doc_6.4-4+apertis1bv2024dev3b1_all.deb
Size: 933960
MD5sum: 9346c612fbd4bb7d536e4a92a2fac458
SHA1: d58900cebf341ce03e4446c44a54919b1910a4bf
SHA256: c2e0785a048737780df2d8746e99bf0b4bde43eefb95325297d23b648a47cee0
SHA512: 42b6012db05c454c53cd5d7ee2e4acedcb7cb320fb84c3c798314177d03020f3464dd1180f3820d4043d9fcc75a70d20b014f302dbc63b6c2a048032d3f1393b
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: 6163
Maintainer: Craig Small <csmall@debian.org>
Architecture: arm64
Source: ncurses
Version: 6.4-4+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libncursesw6 (>= 6.1+20180203), libtinfo6 (>= 6)
Filename: pool/target/n/ncurses/ncurses-examples_6.4-4+apertis1bv2024dev3b1_arm64.deb
Size: 520524
MD5sum: be06d9b3dd68af79d3d8fd9a9e00ef1f
SHA1: 53e9fdbb422d52ee5e363464c9f76e10c7719e2f
SHA256: 6b3149bb14bea3392687b578dc1a6f91d07afb41a680fa7d0fe8cb65d705bafc
SHA512: 5b28b386ae23f1a87e52928af40e04b2505084151d49308b4e4210ace515bdf1be79efc7ab259b17c54cbaed3a45a7d963a411a372d36ae445f823dc6889d4e6
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+apertis1bv2024dev3b1
Depends: ncurses-examples (= 6.4-4+apertis1bv2024dev3b1)
Filename: pool/target/n/ncurses/ncurses-examples-dbgsym_6.4-4+apertis1bv2024dev3b1_arm64.deb
Size: 797188
MD5sum: d186059b0722f245fdf54da6b2fe91f3
SHA1: 73d9fb1b143fbea22ece861d9fa1035bf3b739e3
SHA256: 21bccc023a3c88e6c4c826267c5824cd90aac5cd9a23061d437f3cd5ce69c8f9
SHA512: f58da79c4b8681b0b7948d924824b34fc3466620cc640f056a240e61c6a7c36bea3bd6e0f99a31f26f170becb1a440862de667ca8a7f689d7dd0c79e62131692
Description: debug symbols for ncurses-examples
Auto-Built-Package: debug-symbols
Build-Ids: 032f5416a109e3a735e9e31b6bffad63b7d949c7 03e741695094359390f93c02c1ea918656132860 0d174233cee7accbd082c8f93f761452037869de 0f897b094888f837562f1faa73c53844f5f288bc 13aa056781bb3bf138ed01cc0e2a4bcf00220a65 15b276ec3b7f3ae8aadacc79a7863d9378fc58ea 16877dbe9f80f8462e3b65da618b2fd13bae59e5 16f51831d9fcd8e52ba7f8b3b70b2e863ecfdb47 19759aac32c5d83f5097e39ed615f0321ffeadb4 1d738b203483e43d02d0bb538ffc6e9b5011788e 2aa06b1b4bb234f231b5ac94594eb084bc01233f 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 a271b78afecb1fb0e4aa73a59a8c56bf9e0345bf 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: 4292
Maintainer: Craig Small <csmall@debian.org>
Architecture: all
Source: ncurses
Version: 6.4-4+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_all.deb
Size: 501800
MD5sum: 60505f6bba13c0fbaf11aff0dcb95bbd
SHA1: accc8127904ab695c1b1c53b3f1847e0599c2fab
SHA256: 30193c3d597e150ebaaf9eed2483151506b27a97b8d630fc399aa68eb427a8cd
SHA512: dfb40557bc3c06a53b1ad940cc2a365494f363e9cdaba3ab15efb960c359be66a1bc907b1143b27e610d05e3cecf130e06e4f0b5ec6d9d78a3537ea3133fcb96
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+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libselinux1 (>= 3.1~)
Filename: pool/target/n/net-tools/net-tools_2.10-0.1+apertis1bv2024dev3b1_arm64.deb
Size: 242716
MD5sum: 96e7c5a56f6a498ae2faa7b3b8a47222
SHA1: 7483369ad71a17720d9af5fc3c1e55c96e34c137
SHA256: deb782d5e674bf3ecd0906d83a3a4deb9ad8549405cfe76cb2ff28a4163e54bc
SHA512: dc13ce76f99845700c9661ac10dbd6a96e78d489c52789db1c9bc41662b0d2c6a3cc9d59198f0359aa7fc68dce771df998cf0ac41a878cf39621ec8227b9254f
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+apertis1bv2024dev3b1
Depends: net-tools (= 2.10-0.1+apertis1bv2024dev3b1)
Filename: pool/target/n/net-tools/net-tools-dbgsym_2.10-0.1+apertis1bv2024dev3b1_arm64.deb
Size: 461656
MD5sum: ac3bd9ebc95cf18c5f4628fa3a0afe73
SHA1: 761b3b8aae9042f7fd7285bbb7ed103140c2b295
SHA256: 6d01be0eb1441bbc9482dabc56e40c66ff9ac614b4a314b0ba991bed943f7f49
SHA512: 021bb78f6c8e806c43cee95a4c010946114b020d1959b698db7d16df5c5418aae951ee5fc2240ece9ec6ba9c7c384cd08d317ae9c901bee911c0f9abbb772cc7
Description: debug symbols for net-tools
Auto-Built-Package: debug-symbols
Build-Ids: 080776a536d7e3948949d623608293ecae06a6be 11229e239654b4e153d0fcd9e92d771ed7ec6d37 2272e3647b3d0db976a54f8eccc4fc8a218115cc 6deaf4306ec50a05bb15ed2302bbfa14428e62cd 7fb7945583852f05a69b8aea63c3d9881216e938 99fa674a8e31b9bbb3baf9c7c1f602eeadd77efc 9f673106d65ce81a5c7ac30fd9b7b07f038d5605 c73e67ee43fdf9e7c4c3d002a423a48bc47b0d24 e077566198e14571d756b48a213aa10d154f282a e22e7c80be106a69561bf8259ea63ba6fba205d3 faf8aa532120d822c4d6d6253add5d26ca3b6afa

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: 120
Maintainer: Apertis packagers <packagers@lists.apertis.org>
Architecture: arm64
Version: 0.2024.2bv2024dev3b1
Depends: libglib2.0-bin, libnewportiface0 (= 0.2024.2bv2024dev3b1), 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.2bv2024dev3b1_arm64.deb
Size: 22784
MD5sum: 12690a79f0f1991326026273257dbd9a
SHA1: e2933555074980841e48ce6f251ab2e08a60dbf1
SHA256: 7c09d0ef296bf6095de6c51ebf4b44dd51daf7ff113008bee3e08c0db488faa6
SHA512: f2e2d5803347dc2f0f9f6e3256dabdb6da65694934cc316b21869db9cc8cee1b7631c6dfcd015f594525a0bc71f070625138e5d1269bbd978d09ab3632bf46c3
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.2bv2024dev3b1
Replaces: newport (<< 0.1706.1~)
Depends: newport (= 0.2024.2bv2024dev3b1)
Breaks: newport (<< 0.1706.1~)
Filename: pool/target/n/newport/newport-dbgsym_0.2024.2bv2024dev3b1_arm64.deb
Size: 50996
MD5sum: e46b3f4c02eb5154cfbcf0f0ea53db03
SHA1: 95478f9459c738c7911ff5a04b6342f057c25028
SHA256: 67878e6f2e00780ddaf6834fd0c5b0a841caba129b06666583cb00ff5904d4e8
SHA512: 225b7928af26b6aff27f19ebe28112b63e3b16df09c39478b52870f687307c05b1bcbc842353af44daad4a4c35221c8713bac2727ca8bb2f5f18a130545ca8e4
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.2bv2024dev3b1
Replaces: newport (<< 0.1706.1~)
Depends: libcurl4-nss-dev | libcurl-dev, libglib2.0-dev, libnewportiface0 (= 0.2024.2bv2024dev3b1), gir1.2-newportinterface-0 (= 0.2024.2bv2024dev3b1)
Recommends: newport-doc
Breaks: newport (<< 0.1706.1~)
Filename: pool/target/n/newport/newport-dev_0.2024.2bv2024dev3b1_arm64.deb
Size: 35628
MD5sum: 5071f3880fdab39f4855b4e4ba76426e
SHA1: ad9365d71260c9c8b03cff5f06599660c83c6d3f
SHA256: efbdff3b0cf9015cc359bfe01e09e786810e98cbe23750302a7c08020b00a8d0
SHA512: 4af8d01255c169e6b1b4bb4aca25ea24f1eec79eeb7874786b87b93d3a5dc1ff6d3c3534e7b331770c5feff01f05b0db82101a94941beae33ee131f7584fa944
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.2bv2024dev3b1
Filename: pool/target/n/newport/newport-doc_0.2024.2bv2024dev3b1_all.deb
Size: 17268
MD5sum: 8149cc19a6c7465b0275142b923d41ca
SHA1: 46237849efead20ebeb82a1deaaf22b8a647c2f3
SHA256: 1fb3c1b053d6669c3068d1ed355f96205ac7d624acde978a8c77db1badb93955
SHA512: 71f4183806c59a8ab69c229dee21260f155c9d99775ba4f065fea57e5dec9ea998b00ae14c9947f89884a2ca82dbdadf4d2c16feecbc30c5ca151e3d152e732e
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: 105
Maintainer: Apertis packagers <packagers@lists.apertis.org>
Architecture: arm64
Source: newport
Version: 0.2024.2bv2024dev3b1
Depends: newport (= 0.2024.2bv2024dev3b1), 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.2bv2024dev3b1_arm64.deb
Size: 13272
MD5sum: 52c4860237df5bb68bfc5d7fc8e93746
SHA1: 0ec0f12a388fa5264dd4b76aa38c49d8fd234f47
SHA256: b7db5219b2241e78c4ae2e5af51d5efefaf9738312e0bfca825fe391306201b9
SHA512: ab390609f9b6c5d46c07efff025618b11b2781f1da037bda7b1ffccb6f1d0b831d3f9e8484fd1c635b8a0e8074221373e8cbbee4a538dff67ea7b4ed3814367f
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.2bv2024dev3b1
Replaces: newport (<< 0.1706.1~)
Depends: newport-tests (= 0.2024.2bv2024dev3b1)
Breaks: newport (<< 0.1706.1~)
Filename: pool/target/n/newport/newport-tests-dbgsym_0.2024.2bv2024dev3b1_arm64.deb
Size: 15352
MD5sum: 389e7455704c1d1e760cb10d8e41832a
SHA1: 10a240e51e1fb217f178b1a2347880b664e0c2b2
SHA256: 1c76c7b1f728a11dc9290c212b060e3ea8dfe0670b9c82d3f364da99c10809e2
SHA512: 1a4a0f3626f9388889971b33cb3ced07009cfc2c34314a7860db70859a37b29fa4274e8813523876f0398c13568caaee2741a167e003c1e191914a99f93dcf05
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: 219
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Version: 1.0.6-2+deb12u1+apertis0bv2024dev3b1
Depends: libnftables1 (= 1.0.6-2+deb12u1+apertis0bv2024dev3b1), libc6 (>= 2.34), libedit2 (>= 3.1-20130611-0)
Recommends: netbase
Suggests: firewalld
Filename: pool/target/n/nftables/nftables_1.0.6-2+deb12u1+apertis0bv2024dev3b1_arm64.deb
Size: 71652
MD5sum: d83d4979d3729a7202655df22a0bd46d
SHA1: 872c190a8cec83a596f62d5ec0afae6bdc8badf6
SHA256: ef216ab0fad5b25c919c713180eadfd09b995ea60530b00a788dfec55a9828e3
SHA512: ea0d6ce950dc2a657afa9b3932c484486acdc693571620f13de533938ac4175bd214260d705e859776fb018e0a4681f397fde34d50cc07100adaea81ec0bf9b8
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+deb12u1+apertis0bv2024dev3b1
Depends: nftables (= 1.0.6-2+deb12u1+apertis0bv2024dev3b1)
Filename: pool/target/n/nftables/nftables-dbgsym_1.0.6-2+deb12u1+apertis0bv2024dev3b1_arm64.deb
Size: 14648
MD5sum: 8f769d239457df89b4e2a4fad7ae898e
SHA1: 61514f39db5b1e9b49df40373e4046faa5bf809f
SHA256: 603ba714a976982e09892b44f411c351ca36fe74ee3a6826c537d2c5a279dd93
SHA512: 1e5ce7e2e859361298edb8ebc6cf49bb60415a32762ceff1d5708d8a44b6371b69f86b0334868eaa27ab412aebcb04bd447bdcea78876c4a78d888fcbe5e5c80
Description: debug symbols for nftables
Auto-Built-Package: debug-symbols
Build-Ids: 7d716ef4ea0cf2bfff0f7b22aaaa297fa030e1b1

Package: nghttp2
Priority: optional
Section: httpd
Installed-Size: 25
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: all
Version: 1.52.0-1+apertis1bv2024dev3b1
Depends: nghttp2-client (>= 1.52.0-1+apertis1bv2024dev3b1), nghttp2-proxy (>= 1.52.0-1+apertis1bv2024dev3b1), nghttp2-server (>= 1.52.0-1+apertis1bv2024dev3b1)
Filename: pool/target/n/nghttp2/nghttp2_1.52.0-1+apertis1bv2024dev3b1_all.deb
Size: 9484
MD5sum: c344b110977363cecbd2fc50de0659e5
SHA1: 0fced257206835649eed56c1870c239f97912707
SHA256: 3bee6389dad40d4a84519cde174239e95f6fabf3219e4aeee4ce883c08ecdb9f
SHA512: 0931e3a2aa57c771c5cd11351bc92aa3945041b9c5d0cdb2e8a7a6f1a803bd639f465e3a0f955488253c0605ceb6774da68675c114583f3fda518f5232b8f4c3
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: 624
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: arm64
Source: nghttp2
Version: 1.52.0-1+apertis1bv2024dev3b1
Replaces: nghttp2 (<< 1.3.4-2~)
Depends: libnghttp2-14 (= 1.52.0-1+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 156428
MD5sum: 1b390d113636307fb559e304e272b257
SHA1: 349889d4df45586f5b3d480c54900d3c66a9c45b
SHA256: 3c9662ec3194777d3f0f1eaac01975e4f873aa7f32bd1366810b4fa2def5dcf4
SHA512: 75de1944de5a05d819d2fc04f9b4d56c565401794b946c7b8f0db7034030eb8e3d71a0ba77633c119d5e12342b78c859bc0ca8c855a31657b079fc47d34d258d
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: 2073
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: arm64
Source: nghttp2
Version: 1.52.0-1+apertis1bv2024dev3b1
Depends: nghttp2-client (= 1.52.0-1+apertis1bv2024dev3b1)
Filename: pool/target/n/nghttp2/nghttp2-client-dbgsym_1.52.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 1975256
MD5sum: 6e42d00412d9d7cc5eca1ec674090acc
SHA1: d76675b62842295ec16afc382927239646cb72a5
SHA256: 276ba04a70c2659dbbfba7d6aeab1391817a3174eabca4109e4984653eebff75
SHA512: 3b35dba235bf171137ca1d2117d037f388e3a2f96f8f4990439ac3744050f2cd7a37ed6fd9cd897dd375f13bd3c15c4910d80936326e3752e15ffae1a481d9f5
Description: debug symbols for nghttp2-client
Auto-Built-Package: debug-symbols
Build-Ids: 57464591f052ef4961abbd378ade229b975c938b b74b3b68933d9605cde76979727d8d7b95c23b34

Package: nghttp2-proxy
Priority: optional
Section: httpd
Installed-Size: 1117
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: arm64
Source: nghttp2
Version: 1.52.0-1+apertis1bv2024dev3b1
Replaces: nghttp2 (<< 1.3.4-2~)
Depends: libnghttp2-14 (= 1.52.0-1+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 353668
MD5sum: 255088b18d7a7da245e44f8b6131cfe4
SHA1: 2cb2bae11fedaf9efab2a14cce199d4f762f3f4a
SHA256: 65c0bce6eb455a4a5f2f669fa1ab73db5d602dc5519be7f778e2470ba2524d19
SHA512: 4102ee4db6220d125d65c6f8236cdac7e0e9101702ec3cfad927792a088ba0c9455cd05093825f580c11a11bed669614d3bfb8e5eb16e30104eb62d64072343d
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+apertis1bv2024dev3b1
Depends: nghttp2-proxy (= 1.52.0-1+apertis1bv2024dev3b1)
Filename: pool/target/n/nghttp2/nghttp2-proxy-dbgsym_1.52.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 5758400
MD5sum: 1def21d4d8a7dd734b68bc932387d3bc
SHA1: 0c68a95cdcbd6fae9c9cf599395038c02457614d
SHA256: f4a3e9fb05ad474a1be1ecda87b6e41c12b5c4a286089baafd2efdf2b54af8a5
SHA512: b6cda08b5155106cdb151e934bbceb9c67343588c706856a1392d5c5e83f7ab476a7bcccf8ec4073fe8b51ce15c29fa5cfb79c7db77b0b5df682f225c05cd96b
Description: debug symbols for nghttp2-proxy
Auto-Built-Package: debug-symbols
Build-Ids: 9bb965827b61f7a23f87806cd5e395e995f0e11a

Package: nghttp2-server
Priority: optional
Section: httpd
Installed-Size: 291
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: arm64
Source: nghttp2
Version: 1.52.0-1+apertis1bv2024dev3b1
Replaces: nghttp2 (<< 1.3.4-2~)
Depends: libnghttp2-14 (= 1.52.0-1+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 91832
MD5sum: 5be76fd51b10a092986c94e9927b3c9c
SHA1: e446a12324818352c8913eb55bea2397a4d0e00a
SHA256: 4e08598b33194283f50526e9a4f4e500979c271174674091394d9785dddaebed
SHA512: ddae9e737debf2b8d08091eb1d48a02d49fcb67102d8dd6b0152a63f1b1e262bce1834c904c7bffb44d82430c2e02e37580fdd38ea9c3d655ae7a62ecac7483e
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+apertis1bv2024dev3b1
Depends: nghttp2-server (= 1.52.0-1+apertis1bv2024dev3b1)
Filename: pool/target/n/nghttp2/nghttp2-server-dbgsym_1.52.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 935856
MD5sum: 5bc4d7b5432e2a383ae0ad73ccf14048
SHA1: 84c1503806698e974c68fa3e3ed0e5a18713d60a
SHA256: a12395dcfea1525889362eb2930be31066b53034e72b383515b187386b26d954
SHA512: 113793ed9edc1b5e9c2fad2bdbe674a4590781c998aece230d2f37655cf6de8b2083c8cbceb8718a9daf653716f69eb3bbae9dbb6faa5c26b7b5ef7cb340e25e
Description: debug symbols for nghttp2-server
Auto-Built-Package: debug-symbols
Build-Ids: b2b5b0cbbffeca65df200dd1e28416c4bf394815

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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1.1~), nginx-common (>= 1.22.1-9+apertis1bv2024dev3b1)
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+apertis1bv2024dev3b1_arm64.deb
Size: 496808
MD5sum: 7140393ef5396bd535d4eac1bbff236d
SHA1: 651468e4cd79d74eac078b4e12efbe52f457ee90
SHA256: 979bca77722cd29259c8ce4fee83411475e5f5113d871271b9a7b8f9ae1268f5
SHA512: 4786643f23d9bf5eb32eb5e4f9e2f77b0a761a71cf3b93681768cfa9b5c8ce7d20f607eec3bdf42a42cf34857e7f94532076fcf7ed2275b60a5c481ed3a08eef
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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_all.deb
Size: 113956
MD5sum: 4d39d1025a5a008616b9b0a67ebe1736
SHA1: 5e5b19e0ec085c97f6c70756363203b35b95df9d
SHA256: 1863ca8d20e6cf703f1f6f847be43d4f4c25a43a523c6a3e0dc5f25da289f060
SHA512: 2b448c60f51649116f8815613312826b4ee236c62eee62427cb847ebe5237b4576d4f65e767065349ca6f5a7cf409a82514a8734d1194f8ef667307ec3dd8f6e
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+apertis1bv2024dev3b1
Replaces: nginx-full (<< 1.18.0-1)
Depends: libnginx-mod-http-geoip (>= 1.22.1-9+apertis1bv2024dev3b1), libnginx-mod-http-geoip (<< 1.22.1-9+apertis1bv2024dev3b1.1~), libnginx-mod-http-image-filter (>= 1.22.1-9+apertis1bv2024dev3b1), libnginx-mod-http-image-filter (<< 1.22.1-9+apertis1bv2024dev3b1.1~), libnginx-mod-http-xslt-filter (>= 1.22.1-9+apertis1bv2024dev3b1), libnginx-mod-http-xslt-filter (<< 1.22.1-9+apertis1bv2024dev3b1.1~), libnginx-mod-mail (>= 1.22.1-9+apertis1bv2024dev3b1), libnginx-mod-mail (<< 1.22.1-9+apertis1bv2024dev3b1.1~), libnginx-mod-stream (>= 1.22.1-9+apertis1bv2024dev3b1), libnginx-mod-stream (<< 1.22.1-9+apertis1bv2024dev3b1.1~), libnginx-mod-stream-geoip (>= 1.22.1-9+apertis1bv2024dev3b1), libnginx-mod-stream-geoip (<< 1.22.1-9+apertis1bv2024dev3b1.1~), nginx (>= 1.22.1-9+apertis1bv2024dev3b1), nginx (<< 1.22.1-9+apertis1bv2024dev3b1.1~)
Breaks: nginx-full (<< 1.18.0-1)
Filename: pool/target/n/nginx/nginx-core_1.22.1-9+apertis1bv2024dev3b1_all.deb
Size: 81456
MD5sum: 6062dcdc226d8ff8e256e350357f5e8f
SHA1: 7a56f35dd5abb515c7e9041639caa109f1dab146
SHA256: 4ab574936d5e659c341c68b91159a117d5a13cd7392e7fc4237f2cb5cf175b77
SHA512: 1144f137133afe172911ac39071479aa25b419620147a479cfd5a0c4f9499e1956e643954f020fc5b5223054ef9ee2696b06e57cfcc00d7ec3209092034db580
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+apertis1bv2024dev3b1
Replaces: nginx-dbg (<< 1.10.1-3~)
Depends: nginx (= 1.22.1-9+apertis1bv2024dev3b1)
Breaks: nginx-dbg (<< 1.10.1-3~)
Filename: pool/target/n/nginx/nginx-dbgsym_1.22.1-9+apertis1bv2024dev3b1_arm64.deb
Size: 1092672
MD5sum: 73d66bee6cc06edf7af878b2ad35605b
SHA1: d015aa0aab8403043554c000a86cc27ceb2a409d
SHA256: 7819ee107420b0ea332debd740a90b065b425be5d46afb77349de879539f5120
SHA512: 2d78cf364cebe3a087656477dc2a493262b8dcd0e670ffce5654482549acb0d0a49f020a545d99d12a6e9a2c0be95cc23d084fc7dd2f9982b263ee3f94efcfe2
Description: debug symbols for nginx
Auto-Built-Package: debug-symbols
Build-Ids: 2b13244d73ffe144f91a9f0da9388b0f2af0fca6

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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1.1~), nginx (>= 1.22.1-9+apertis1bv2024dev3b1)
Filename: pool/target/n/nginx/nginx-dev_1.22.1-9+apertis1bv2024dev3b1_all.deb
Size: 178012
MD5sum: 42ce561bae973d3e6d7a65547a5fc522
SHA1: 1ae5dfb1a3363c0577d562ff1d3e4d7254685642
SHA256: f263dd5aa62f51e6232c0a5f925167f1d8930eb72307a591b9f2a801917f9a6f
SHA512: 3d93bfb6b076640f652a82ed7578695cccd1cf56dd63581de1c73a8d72da93fdf3e46ad78cc32519cd97577d8e535ea52f14285231d789fc5a462fc9e775a39d
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+apertis1bv2024dev3b1
Filename: pool/target/n/nginx/nginx-doc_1.22.1-9+apertis1bv2024dev3b1_all.deb
Size: 89452
MD5sum: 5dada07ebcb70645330b2c342a06da88
SHA1: 0f01531764327dcbcfcbe28b9e439d43e2718ef0
SHA256: 953d292604554ea07f15acdd831650414136752e6ef0d3eef718ebc599f34b7a
SHA512: cea9d67c47ddc93183795986930a4a92cd7fa64dce946684d0d6f31a6a34c2907d24675a2b51c830c05e685a06c896a025a8b56a709eeff97806981369736bf1
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+apertis1bv2024dev3b1
Depends: nginx (= 1.22.1-9+apertis1bv2024dev3b1), libnginx-mod-http-geoip (= 1.22.1-9+apertis1bv2024dev3b1), libnginx-mod-http-image-filter (= 1.22.1-9+apertis1bv2024dev3b1), libnginx-mod-http-perl (= 1.22.1-9+apertis1bv2024dev3b1), libnginx-mod-http-xslt-filter (= 1.22.1-9+apertis1bv2024dev3b1), libnginx-mod-mail (= 1.22.1-9+apertis1bv2024dev3b1), libnginx-mod-stream (= 1.22.1-9+apertis1bv2024dev3b1), libnginx-mod-stream-geoip (= 1.22.1-9+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 81680
MD5sum: a7cf850f398629f37caadf1d73f3afb0
SHA1: 021a36c47eb1322fb5102a759e614e70b9353cc9
SHA256: f45c32fc4172e171db0c30384a0932511acc7882f7fc1a0d2580ee1a8c908368
SHA512: 10d344390ab898b6e32de163dd16e0602423baea13982f10eea441667ceaf5bd63b8dbd58aad64625f4566e3abb564c363d303889544bb93b96585933b4b3fb2
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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1), nginx (<< 1.22.1-9+apertis1bv2024dev3b1.1~)
Filename: pool/target/n/nginx/nginx-full_1.22.1-9+apertis1bv2024dev3b1_all.deb
Size: 81512
MD5sum: cf5a291926f57934a50db176e703c17e
SHA1: 7da817eb68aa725036a3585326eb068ff04ccebb
SHA256: 6e59ab27f67bfb64c94cb7f6c97f7410beb224442904f535328603e3a36f45fd
SHA512: a4c7ccc6be3ffa2e092be904c4c2bcf2316ec4c51c6cb1ae4a3dbf9f51e41c0d6529b3ab5a3578275889d4be0b183fed734a5a5cce46d285b2491f19ad383bbe
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+apertis1bv2024dev3b1
Depends: libnginx-mod-http-echo (>= 1:0.63-4~), nginx (>= 1.22.1-9+apertis1bv2024dev3b1), nginx (<< 1.22.1-9+apertis1bv2024dev3b1.1~)
Filename: pool/target/n/nginx/nginx-light_1.22.1-9+apertis1bv2024dev3b1_all.deb
Size: 81224
MD5sum: caa53c499d2f785482f7cb64bc2580d1
SHA1: 89e4c0a6fa7e4cc9355c0e58f43bccbe01a985d5
SHA256: e5a08e4d32a501da61e9198b534c6c2061fb2ec77fa1eccf6a4d3c4e6c449779
SHA512: d1f0df44e006ffc2d9ba3eaef34fec91397481941980122ccea3a3e6e5a05f6123ea8fccdaee12ff97d9b2d48a250cedfc6abf47aac94273f3c1eea46cd8a528
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: 1519
Maintainer: Hubert Chathi <uhoreg@debian.org>
Architecture: all
Source: nlohmann-json3
Version: 3.11.2-2+apertis1bv2024dev3b1
Conflicts: nlohmann-json-dev
Filename: pool/target/n/nlohmann-json3/nlohmann-json3-dev_3.11.2-2+apertis1bv2024dev3b1_all.deb
Size: 259220
MD5sum: 9219b5763f8ce8db0299c442e369d1d6
SHA1: ea455fcb5aea594eb2f2245e7daf597c8e9d5462
SHA256: 5cfba7c14c9737a80e4fc7536026f68ee7d78b9b68fbdff7c375451695db4aeb
SHA512: f82a4b6e7cb085e0ec9875dc6d0867f184a93660a7a2080d3f476e52c8a02d5dfacfbe4c64ddc4d37a15a9f08703c99efad70e24a6208286588b6ba99cf50406
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: 427
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 3.20.0-4+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 55840
MD5sum: 6d55141c894163c348545fca51eba037
SHA1: fd2b1ad122c42f4b6fa14314b484d71108815b94
SHA256: a5861a8b4ccc00f31a03db9ff9b9797def83b0c1d285ae0eb85c220739ef9460
SHA512: 3b254814d5d4632044b2275c17d0e9e0b3959ff437a4ba408cb90865416a6997d0a395e019df5ba6ec20fc681d66b44b642ac227cd8b3b8dcf7e4e205f6918b2
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+apertis2bv2024dev3b1
Depends: notification-daemon (= 3.20.0-4+apertis2bv2024dev3b1)
Filename: pool/target/n/notification-daemon/notification-daemon-dbgsym_3.20.0-4+apertis2bv2024dev3b1_arm64.deb
Size: 132700
MD5sum: 4829f2375d1b09d722abc8f3502e115a
SHA1: 3ff973f9bebb828fe7c689637b775355a43bc8c5
SHA256: 4dd1f6489e6982097618a1e52f6559621c96280f4a22027c4cf4ea3518d92e31
SHA512: c799c788797aedb794b6d85d92793d7fad4b644497baeb94182e18c3edf2ded5c97dd9128e7c74aed32b0ca6b548ce4b47c39fad1a631a724dff954380c08fdd
Description: debug symbols for notification-daemon
Auto-Built-Package: debug-symbols
Build-Ids: 590facc5fcedcf6f65c5b34dc6f242177ff2c42b

Package: nscd
Priority: optional
Section: admin
Installed-Size: 323
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: arm64
Source: glibc
Version: 2.36-9+deb12u1+apertis1bv2024dev3b1
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+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 128000
MD5sum: 8c24343360b62bfd93be049c9a6ab0f0
SHA1: c2e1924b880cc068c35cfcee5a1f8c6b699f8f6f
SHA256: 838403cf6b9e279fb5523dccbea56530d41e753e6d543db6dc51b88ee8eabfff
SHA512: b44c911a52601749848a7c77a84c7ea906cc2d565809aa930a022933db4821666a5225df882b56b64cffddc852f66b5b6dc34fd2bbb76afb77c89b4e6798cc5e
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+deb12u1+apertis1bv2024dev3b1
Depends: nscd (= 2.36-9+deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/g/glibc/nscd-dbgsym_2.36-9+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 267200
MD5sum: edc7f104d93fec56b356d78cc9772b79
SHA1: 3d3b88bf9b7b37911b74728c274a0930af306bef
SHA256: 58a4297b81fd3ab87fd39ca6ef4029d5ecff6e4d1662de02e7c21cec864d4804
SHA512: 063a09fa1ab6ea89707efb302638998ca0a52bf5bd6e8de5b12113b9d1e48dd612009c2e290b0d46c83d59ffcda327f46baa478cf2596ba87f141e7b36a2a301
Description: debug symbols for nscd
Auto-Built-Package: debug-symbols
Build-Ids: 58986f47aefe3a03bf1a75ccfb857c0c3772fe2c

Package: nss-plugin-pem
Priority: optional
Section: libs
Installed-Size: 221
Maintainer: Debian FreeIPA Team <pkg-freeipa-devel@lists.alioth.debian.org>
Architecture: arm64
Source: nss-pem
Version: 1.0.8+1-1+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 54104
MD5sum: bb5df4715f7605a9ab96d8b4e4053968
SHA1: 7eb2e2050fcf2c729d86d1a17116379a510a6612
SHA256: ea02471f6be1c6bb464cda0d39dbddaafe8ac7a3040c9e21f7049e583681300b
SHA512: 37708b4f4f3a42161a430aab2441a9164dc623c0d7fdec1c858839ca9e6eb240b6babd1948935245fbced74c27a7242fce028ea188cce1a4487824c3762483c6
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+apertis2bv2024dev3b1
Depends: nss-plugin-pem (= 1.0.8+1-1+apertis2bv2024dev3b1)
Filename: pool/target/n/nss-pem/nss-plugin-pem-dbgsym_1.0.8+1-1+apertis2bv2024dev3b1_arm64.deb
Size: 263760
MD5sum: 5b3b2d7c09f4ec4a5bcd197cf943acec
SHA1: 86f1a4cc4ebef0596772d806efe3efb05636c6ef
SHA256: 406ba2fb231bc7ca9f57cee62c4a3d44c780d3b9adb0ae978e889e503f209a42
SHA512: 31c8bf6df3e02ff9e7e49aa66256e196c92b3714392b1f05a9442fdd046da3cee5ea5b8bed38a6132f74a5639e5a7616533291871d1423a38a312d679bb5a1e5
Description: debug symbols for nss-plugin-pem
Auto-Built-Package: debug-symbols
Build-Ids: d763b507055d729e81e8f94b980700eef3621865
Multi-Arch: same

Package: ntfs-3g
Priority: optional
Section: otherosfs
Installed-Size: 2114
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Version: 1:2022.10.3-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libgcrypt20 (>= 1.10.0), libgnutls30 (>= 3.7.2), libntfs-3g89 (= 1:2022.10.3-1+apertis1bv2024dev3b1)
Pre-Depends: fuse3
Filename: pool/target/n/ntfs-3g/ntfs-3g_2022.10.3-1+apertis1bv2024dev3b1_arm64.deb
Size: 378292
MD5sum: b39f50556d20fecd7877c1fb018e8cc3
SHA1: 5fbbfa8b764cd23ec696e349b7d8e005ec8a5726
SHA256: e3837cb3c007bf4a6dd58830589bd7a7995df68101ee646b3a3add263f4c56bd
SHA512: f94889702da103e44a8e58e20684545b6113bc451a3cdc383bb7df74bdeefc965268da5d06b392d96c2f38ae67eaf12351803854d56c087968e1a62227007807
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+apertis1bv2024dev3b1
Depends: ntfs-3g (= 1:2022.10.3-1+apertis1bv2024dev3b1)
Filename: pool/target/n/ntfs-3g/ntfs-3g-dbgsym_2022.10.3-1+apertis1bv2024dev3b1_arm64.deb
Size: 1310416
MD5sum: ea1798f25083a127ea39beaecf3dd546
SHA1: 23e69022af532b84d053a54f3a7da8d985d5e0b9
SHA256: baed883c7cf1934e5d0a698fa93392a652430a90588a7ade8150bbb27c2537c4
SHA512: 40460500ee16cb5ddf81e3a994e63b10057e839097747b3111d420c93581da934a4b2f72dcd5c8bc508ce929b0cc0718cc9d06cebe3a7dcf594017b7defbb459
Description: debug symbols for ntfs-3g
Auto-Built-Package: debug-symbols
Build-Ids: 0f794a6602ae878895f1a14f624c69de0decadfd 161e0ae7ac37fdbd65c14352d588638a9fdbfbf3 17ae32f22b33cfd0c740b9a0bb4d806c9a5074e9 18600afdbfb8f2e5b432359a6f7829aca721e1ef 19ff7d95a7ee0d2663185945cc3a6b7828ba6ff9 1bd3a488f11803044462ff8518890f0bb51f8cbc 25ded9e4804b050b0c769d4db4afc806f4c87d59 4bece835e6e364745451e01b00e4ecd07ca45719 66d2d744979e362318cd239ef94cadae7e8a9b3f 6ce1111e17ea12d07964c391a3c7e0db5fd38ffa 6e646a5bf3907c46911487078c1939c4b915d4b6 77d86ede10e06ff382a4889e53cf3c1eb0557b92 816c16fbf6ad86814fb2524d71b274149d1b4f63 9153139909050db36382b9eec71b17e5db381bae aa7c9faf85e671fbbe8887d332030a7306a4cae2 b0322fb777e86e07fa86672c76a6fba1091be8b9 b41d89a1de42e91d3370009a8e3696fee000ea39 ba3d9415d97d5ac2eda97d906c4bd6408e82101d c0749c38a4900335de04f2634503bb97b5e704ed d93889cfd66265ae9300ba44aaa359241f76e997 e5aef3a92efaafa386c9b125ba02485ac3e38eff edf1464e43cc6da990445b71e54671c13e15d8f0 f431f45bb8dc96d4f548e33a8b6e90bd17a267a1

Package: ntfs-3g-dev
Priority: optional
Section: libdevel
Installed-Size: 1142
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: ntfs-3g
Version: 1:2022.10.3-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libntfs-3g89 (= 1:2022.10.3-1+apertis1bv2024dev3b1), ntfs-3g (= 1:2022.10.3-1+apertis1bv2024dev3b1)
Filename: pool/target/n/ntfs-3g/ntfs-3g-dev_2022.10.3-1+apertis1bv2024dev3b1_arm64.deb
Size: 237776
MD5sum: 725a3e00759f0e4e8403d16d704ed1ff
SHA1: e8650b864319a62a7ec57f6a9ce5523da0bfa33a
SHA256: eb62d52e7e9c3f0c6b84b967cf628c1fde43fae66f782e2d4d598f2e8057953c
SHA512: 1c2cda853620cb6a04beae69334b6505c2f5046b5428e29e33b8e391fb06621a4ddd5a7122644ede1a4c2784448a31a8875f809ccf255ecdc8b15540f686c54e
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+apertis1bv2024dev3b1
Depends: ntfs-3g-dev (= 1:2022.10.3-1+apertis1bv2024dev3b1)
Filename: pool/target/n/ntfs-3g/ntfs-3g-dev-dbgsym_2022.10.3-1+apertis1bv2024dev3b1_arm64.deb
Size: 74596
MD5sum: 3e0110c8506fe0e61653a5d0d38a89aa
SHA1: 507ef7401985e1f186b3f1720f1c0a352fc5a861
SHA256: 731f11f78583b1804d91eca01210aba0f1dd8e39f182d3893186b81cee528681
SHA512: 931f6c7d266fc16190c8b583bf5f59b1f41dab1392f2da8a671b32ad2c6b2a256cdec8a1a9866c18c81ec2c9dc4e7215b3058cf75173d38cc3aa50e4c56170c1
Description: debug symbols for ntfs-3g-dev
Auto-Built-Package: debug-symbols
Build-Ids: 28f39bbfa1ca8f3b8c438834a9ed74818660b0e7 9798a94e7be8782b3edad98e25791bf204c65899 9c21012ac507f19579754d668e00c8cc8bb4a418

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: 9491
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: onnxruntime
Version: 1.12.1+dfsg-0+apertis3bv2024dev3b1
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+apertis3bv2024dev3b1_arm64.deb
Size: 2385800
MD5sum: 75b555ef94c711b3528bbb74a8f3c29c
SHA1: af33fa3679ba6b57847b71d9aa4814387c621300
SHA256: 7ad045a2a7c6782167dba19c41bbffc7ac5fccc3dcf350fcdabae16a8b09eb2b
SHA512: 123302dbaee1eb7c05e515bc90cb572abeac1828d052379f827b7cecb9d6d6eb2548f5714162c3c2e63ebd951e3c655a11146f61e102cb22097d4d6e006710ef
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+apertis3bv2024dev3b1
Depends: onnxruntime-tools (= 1.12.1+dfsg-0+apertis3bv2024dev3b1)
Filename: pool/target/o/onnxruntime/onnxruntime-tools-dbgsym_1.12.1+dfsg-0+apertis3bv2024dev3b1_arm64.deb
Size: 139409092
MD5sum: 84a446ac38e6c9e523c2f3af70b8e4ea
SHA1: 1546b255086464c96ae0b657799b2e4f16ed0315
SHA256: cce6a2c2653e2371aa12056f0875fcb5011ed3485129de4abfccacf24954941a
SHA512: 89db0e9d63440f297b125196ee67e3880380ebb003dc3b9ff1e5753589cdb10cf88db7e7ab3e7750c6933ac3f714c484b95a198fd8859a3bdfe64de4eceeba8a
Description: debug symbols for onnxruntime-tools
Auto-Built-Package: debug-symbols
Build-Ids: c12c828bdbe38d5beb159a598a0f1d708f9c68ef

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+apertis2bv2024dev3b1
Depends: doc-base
Filename: pool/target/o/openjpeg2/openjpeg-doc_2.5.0-2+apertis2bv2024dev3b1_all.deb
Size: 37156
MD5sum: e4815363d7e51dee6f36a7ae4409394b
SHA1: 5bcbe85251d78c40253a9e6f61bd81c04e765c73
SHA256: 137124bdb96218469ee6a29c5cae79984b0f198f3b8e3abe459dcb167fc11b45
SHA512: e5102a7d973283106bcc45bb387dc58ac39544a70f1a05e416ec4ec815858c2102ed8ae85e8b19c2b5874e7a12c8cc3e84bf0125778e0271f90a1cac1b041386
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 932088
MD5sum: f84f6f90bb1e5f59c50375a2b2ea933b
SHA1: 41b8c5b161fdf37bd5bb3502c8f7297481f8c908
SHA256: 71f0df36c8f3a8d48321a501848dfb386a7d667a4c43bf7ebb13a490b2870e46
SHA512: 839ad0d7f1bf1edd0eb3c0d9d89d14cd710bb8584bc32f47c7e610da5f96469476f65ddaa050ce88fff8d618d63c99079ed7224bee188747f530c904cdcbb8f1
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+apertis2bv2024dev3b1
Depends: openssh-client (= 1:9.2p1-2+apertis2bv2024dev3b1)
Filename: pool/target/o/openssh/openssh-client-dbgsym_9.2p1-2+apertis2bv2024dev3b1_arm64.deb
Size: 3741792
MD5sum: ef3120eef19457a9c382e531728e7679
SHA1: 2f39d9a464d05a56182a1f5a62636f557dac9f50
SHA256: 97a35168ebc267212d2150ffe3a8556b0b963132035076b0395aea99751aca15
SHA512: 498db950b8e809d0c0cb6ff3e8bee59406244c0a966be76c2db8014f9a0c9e33a54b535a7259473140669e9b6dac7ace05350c5f2b769c4c51932e2d516be603
Description: debug symbols for openssh-client
Auto-Built-Package: debug-symbols
Build-Ids: 13a9eeef863b8396de4b5cde8f3dd63c2f4630eb 45663c566a5bf865e110821449cae034618a324b 4a2febae7a5e86afde3a55208141202fb208ac98 4e36ce4ef61086871759d37fb17bf8a6299effd4 64a3250b73b597227845e12b7cfe65e192f3919f 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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 411496
MD5sum: 46a335af3d423a260d2f29951185a49d
SHA1: b7a15b699f7ebed8c3d28998b01073c242b38da0
SHA256: 66e8630a74fdbb70c81deac2c00968a040dc123fd678efd88d8b3364abbde676
SHA512: 9dd0d2a0c33bd1368a61e4b66c9ba3bb32e40d64b8593711064290c2be0fff42a2d193242b5f350d7992326de1bcccafa1c617ed70d49b7a506eb0788dbb80db
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+apertis2bv2024dev3b1
Depends: openssh-server (= 1:9.2p1-2+apertis2bv2024dev3b1)
Filename: pool/target/o/openssh/openssh-server-dbgsym_9.2p1-2+apertis2bv2024dev3b1_arm64.deb
Size: 937552
MD5sum: bd2b124a5e10a6be4cdbd7d774a58f39
SHA1: 05586dfb78daf11c3c54da04e50ff4d9feba94e7
SHA256: a03081e6df77f01d56e14193ccd25a3f369642f06b62dc7435a30f905c4c7864
SHA512: 00a86ed666c7c413ad96e724b66bbe0143e41d1bbefe6358f8d98741bfe7edbc43200d35355b03af5bd6be50f5c0802683031802f17c90c21b1a2f2b701b3d2a
Description: debug symbols for openssh-server
Auto-Built-Package: debug-symbols
Build-Ids: ece89d90e4ef491e994c2b0af94f80f9d7822320

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+apertis2bv2024dev3b1
Replaces: openssh-server (<< 1:6.5p1-5)
Depends: openssh-client (= 1:9.2p1-2+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 60748
MD5sum: edba89ce8b2831e2152fde984797da04
SHA1: 3fa09d198db6655ae4a728c88bd1e71407c82922
SHA256: e553e7f1f96977ee90f9e50ae6d01c546529c6b2dd7c52ad45be9d93d0a9826a
SHA512: 4bdbac81cedd8b5f51ad62a82ce44f2cea27f1ab77b2a806a0a36b42d45652935df289073627d01de92df8f60f1f19279fa8a05afefefb908a89c2417640ff83
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+apertis2bv2024dev3b1
Depends: openssh-sftp-server (= 1:9.2p1-2+apertis2bv2024dev3b1)
Filename: pool/target/o/openssh/openssh-sftp-server-dbgsym_9.2p1-2+apertis2bv2024dev3b1_arm64.deb
Size: 165712
MD5sum: f6ef5c9c844395a4e4585aa6df39ebf1
SHA1: 6c1c6987446614db253d87a4af94e38ecd5b3964
SHA256: 6baf865bcf30f15450c7b9a5d6a69d841ec8d4cdb1a372073a5d63de94f9d752
SHA512: e239f4c1c9b4fa52c0d3a8d7be598a62e4e2aa0a46201675e8f08f08e234fc9216fc5d0d69199d0d1c6106d059e6cf245333bc40c09b9642683d7f529004c6e1
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+apertis2bv2024dev3b1
Depends: openssh-client (= 1:9.2p1-2+apertis2bv2024dev3b1), openssh-server (= 1:9.2p1-2+apertis2bv2024dev3b1), openssh-sftp-server (= 1:9.2p1-2+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 1021724
MD5sum: 05bd9cfa28b0c16b95f8c8d93e9b5eb1
SHA1: 0b19d41a2ea7aee8dc2f83b13248200e95c95e98
SHA256: 978ad0875fc865d4f17878d95bff44fda4cbffc360b338ae2e2f68afa429bec3
SHA512: b8d66fd08bc8741e244dc001b260a7b243d96a7d03cf5b01974b72fa75d08276558a9aaa7a38f06799191e17a134374269d629e9dad46ecd44821fd8ea4346cd
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+apertis2bv2024dev3b1
Depends: openssh-tests (= 1:9.2p1-2+apertis2bv2024dev3b1)
Filename: pool/target/o/openssh/openssh-tests-dbgsym_9.2p1-2+apertis2bv2024dev3b1_arm64.deb
Size: 2941080
MD5sum: 1638b02924593915c92dc7867a032f10
SHA1: 4275c7651a0e63ec0d19592b20b6f8bfa9a199d1
SHA256: 9ecc53f62366edeaee83ab0fb56a90ee347accb383f05f5770e769280aab6f94
SHA512: 5543e3002412e99f2bf9ad8200af4624839bc111e2195787286afe3abb2d5724e34902743449ff800ed804ea2e3df9ca4bdf3d77dcf6ee26af38a6cc9e133c09
Description: debug symbols for openssh-tests
Auto-Built-Package: debug-symbols
Build-Ids: 28f422ef30ec65096721ca6adca7cd1b45222bda 63ac142325631727ff62a079cfd750c5077efdf0 63ead28851922261c7a5b18e3cbe1dbcf4fe019e 66dab74ed0ec8edee8be67ba28bf91d272244163 6bdf8738ba4aa43b17aa8307b30fc1bb46702166 7086aede07fefdea6b4f96711ad9c41500c7b6f5 733bbef4b53d5d3dcfc0f8238a08991eee848b15 783bf800c7da5f48fadeb5443fd069fa80bf7b82 83dc29bc49635d55cb0752fc44d1e244fd01f357 88fe5974e940bd04920726f4d6aed8363b748ff6 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: 446
Maintainer: Apertis package maintainers <packagers@lists.apertis.org>
Architecture: arm64
Version: 3.19.0-0+apertis4bv2024dev3b1
Filename: pool/target/o/optee-os/optee-os_3.19.0-0+apertis4bv2024dev3b1_arm64.deb
Size: 180852
MD5sum: 07f779c972fcd2325e6deda765964d20
SHA1: e74a4293104423d484b85d4eca6e19912c58d688
SHA256: 67e7e54c1ee5b7915dd55a78afb6741d7e0c477f712bc4126709821cd4069401
SHA512: 1b3622e79a08d50e377ee37a9ef2b6a71b0ccf1b1a64813ad6fb5be4e1869f2d4f50c61121b3b889bcc30c66664889b64bf9db348ef2ebf200be65671cb58de9
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: 3724
Maintainer: Guido Günther <agx@sigxcpu.org>
Architecture: all
Version: 0.20221130-2+apertis1bv2024dev3b1
Filename: pool/target/o/osinfo-db/osinfo-db_0.20221130-2+apertis1bv2024dev3b1_all.deb
Size: 144924
MD5sum: dbe964a030436bef05f71b6146051dba
SHA1: da6fea9358ff1413130406aa8c522dd670409744
SHA256: 98dad2c3794498968151001631365444201e057e66fd9fa70739cae90d42a5da
SHA512: ac0c15e3a0ed09b623ea6350b8b1eba065653907b6be92014c658f47a5ad3274daeedfa7f9197b94caea8825770b1cd16e98357b7946ea696aa1a738c8c84aef
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+apertis3bv2024dev3b1
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+apertis3bv2024dev3b1_arm64.deb
Size: 167400
MD5sum: c34cfba85459db1a08482a616dd6466d
SHA1: 02189e2f8a55134e2b7acb90268f42fada8247a3
SHA256: 2e373f896c64414c05b66ecec0c14370abe9f0d230e99a0e882812cac72e6891
SHA512: 72e7639c05331ad095d5829f918bd8a1ee92cf741433a67c0fb9ace320b23cc52953290ec57e1bc6b98aa8e0aff6850321040b77a232ebe2b0734485842cee32
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+apertis3bv2024dev3b1
Replaces: ostree (<< 2022.7-2+apertis3bv2024dev3b1), ostree-grub2 (<< 2022.7-2+apertis3bv2024dev3b1)
Provides: ostree-grub2 (= 2022.7-2+apertis3bv2024dev3b1)
Depends: ostree (= 2022.7-2+apertis3bv2024dev3b1), 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+apertis3bv2024dev3b1), ostree-grub2 (<< 2022.7-2+apertis3bv2024dev3b1)
Filename: pool/target/o/ostree/ostree-boot_2022.7-2+apertis3bv2024dev3b1_arm64.deb
Size: 29516
MD5sum: 3de29506313960d4ee6deb37bc7cfb21
SHA1: 7174d4a1b7a3297d368f375db8d8455fa2958c2b
SHA256: 2baa30834ea25dc13df93062251ae11486a491787a3aa9f5c9ebe85198e3f7bd
SHA512: b9fe9ec553fb47900066560815ba58ca6831f73c18d26a1bdc9b9b9550ac876a80dd2a8209a3b945b718b232a59bc4e7568fd5b250c3b2732f7333ae8fb1956c
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+apertis3bv2024dev3b1
Depends: ostree-boot (= 2022.7-2+apertis3bv2024dev3b1)
Filename: pool/target/o/ostree/ostree-boot-dbgsym_2022.7-2+apertis3bv2024dev3b1_arm64.deb
Size: 20828
MD5sum: c380c8861fdf8f8b2389e65da5dfb8dd
SHA1: 0f0ded9dc6feb3b10f905cdff87c65bf56c14df4
SHA256: 78d6d6f3a67af871d4b21a8e04f1eadf59d9e47b3b07ee9d83f7f2c681f41fbc
SHA512: 92fbac18820fdd462a959b650071496557b4ddc76c52f562b13b24d3914a8d6ffc1c61a5d5975186636fe3539b9d3a4e62fddeb52dc0242fbf91fe9cff1b61f0
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+apertis3bv2024dev3b1
Depends: ostree (= 2022.7-2+apertis3bv2024dev3b1)
Filename: pool/target/o/ostree/ostree-dbgsym_2022.7-2+apertis3bv2024dev3b1_arm64.deb
Size: 333992
MD5sum: ea09b67469527d823d74d4894b32f379
SHA1: 9e82851a77e986f54edb9c7d4a770255e9199954
SHA256: cd09ad48edb5698c637f70f1e4c4027fed43bd9a1d6d389a8ad112f9d3a92d3b
SHA512: dfb5eeae6273cdc29a6ba11139f842f1061be7c5e1b278dde67d34cb9b3f22dd10912f52aea28d7761dc052c1e1f72b063681a83ba5c8caee9718136abb5f30f
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+apertis3bv2024dev3b1
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+apertis3bv2024dev3b1_arm64.deb
Size: 1304068
MD5sum: f0068ba965282ae911a1d7fc94b731d5
SHA1: b8379cb94775e04902e874d040b7af72df7e6d5d
SHA256: 8450d9bde827bc3b469ba3255aca9345af03e0ea7e3bc0da7f582f9b436b3b5f
SHA512: cdd860dec4b19c84a31b4c6451d3fb39821f79a657ac5cf185526c3b3223a5a6c00818851893bd623f172184d9635a92a5bf993c85d36ed3ea500fa7ebaa4fc3
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+apertis3bv2024dev3b1
Depends: ostree-tests (= 2022.7-2+apertis3bv2024dev3b1)
Filename: pool/target/o/ostree/ostree-tests-dbgsym_2022.7-2+apertis3bv2024dev3b1_arm64.deb
Size: 665828
MD5sum: 383171a0785a6540c05e982ff295b253
SHA1: b12178b2f93881638830184ec51dfe8faa69c35c
SHA256: 50be49c68610b7bcf4e1cb3c2c45d56dd50a6b2cd84caf3ad5e92d25ba3c867e
SHA512: c131dcec944b9d9ca294681f8ad4ae9fd74a355fff8fef45d15eb6c92733f18f382e96610d091a8ef48f4b3c9a622e4809f7127e2877e0b320573007ff810b0e
Description: debug symbols for ostree-tests
Auto-Built-Package: debug-symbols
Build-Ids: 0a179383d482c9da6356d9ad085f53a881e76619 120baa0843a538fa85857404f1e66626d27f6735 3cc1a49f246a7a8c52373def1a60eb579a5c002a 3e9665fd14dd13a9a8d2b027234d917815f910b5 44e7fa2cc24e8b973eaf3bf14b061e03fbc3e76b 50fd14fdec5f120d572ad628c9b3f8d522dcb0d9 54472879a932f19e15ef4cde160356c1fa56c8e3 641f156f9141a1dd17384378fdac7f4e44fe3c44 698abba6cb92eb5d242fc37f839fb6759219e634 6b893ebbec116901377cd121b60de7ccdf77d757 6e086669526f11d40a62de266db9adc0249b5ad2 74643d887368b68cdbfa017924343969a0a27d2e 74deb9b50a249e9e0c232e99bdbe4b5980c9f095 8934d37a8cb861daa941e15e41f09d5a9d0b755d 92eae70137208208b06e199553c8cded0d9c7abe 99324265d6f1759d2b416bdb038eab05c02de54f 9bf9f56d29bb345a93bc81cb13fe612488eb72e7 9d3c77199709a823656a59ad982e444b958b44ab 9e33a53fa25892bd88d5a1543325643b2430da83 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+apertis1bv2024dev3b1
Depends: p11-kit-modules (>= 0.24.1-2+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1_arm64.deb
Size: 291124
MD5sum: 923d4d93f2e21164e5d47257074f1845
SHA1: 676055904358a43f4ef1627c6d57ecc295a3d884
SHA256: bc2d411085c778ca955afe3ce916e41e132ed1ea6788ba9cce3c9706d7bf660a
SHA512: b5d9da5c78e590519a009edbda6b385a4bdea3fd2075d0b78895b760d3af5c39606140e7b3bcc7ac0f8405c980a6a4fdaece0559411ff9f9b63b010e574ff32b
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+apertis1bv2024dev3b1
Depends: p11-kit (= 0.24.1-2+apertis1bv2024dev3b1)
Filename: pool/target/p/p11-kit/p11-kit-dbgsym_0.24.1-2+apertis1bv2024dev3b1_arm64.deb
Size: 255760
MD5sum: 7a9b6990c87c4e89ef489554c358f340
SHA1: cc4f962b042ed7df002c30738d24e1096e3f5f90
SHA256: ee76612fa423a6a6af3a18d20fff3297cfaf64909a0465a3e45304cb26b820c8
SHA512: f576fc75ea450c8ae9066fef7b46d337b901eeec8cbe0c7cc23028aa07eeceec85643ac63b78f8663ebaba7d742b156860b4a93763558e4c8849c3806b66ca55
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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_all.deb
Size: 206368
MD5sum: 2a22b3d0e2592524b9382eb90ddeeb3a
SHA1: 463b91926c89431b6cf3adf229f901e50e6a8215
SHA256: cc09a53f80982cc7cf479d1231f0dbbb6b908b2faa5035d4c0876533c4c9990d
SHA512: b98bb582a07366fded8f3635a8637584399c77ee861243f8d492f3487b52de998e17e7cd3cad1651d2b0bc6452d00febc8fd2a197d43739c37883eb2af89037d
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+apertis1bv2024dev3b1
Depends: libp11-kit0 (= 0.24.1-2+apertis1bv2024dev3b1), libc6 (>= 2.34), libffi8 (>= 3.4), libtasn1-6 (>= 4.14)
Filename: pool/target/p/p11-kit/p11-kit-modules_0.24.1-2+apertis1bv2024dev3b1_arm64.deb
Size: 211604
MD5sum: 18ff6164d750c4a870c4a1e65910f7cd
SHA1: b3bc730369038579c748d78f652ed363ba7e1644
SHA256: 06c7d754da02c0ab8fdebf02c3494b2521c676fa3e7f559cac29086965e68ece
SHA512: 6f39006a90e85e71a66dcfc4743ffba2baa2ee841a5d626779cdb1485a98483585225655e20ce3c9193bd0119a1526b23bcdece7a550bfebaf5fec961cfc44fa
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+apertis1bv2024dev3b1
Depends: p11-kit-modules (= 0.24.1-2+apertis1bv2024dev3b1)
Filename: pool/target/p/p11-kit/p11-kit-modules-dbgsym_0.24.1-2+apertis1bv2024dev3b1_arm64.deb
Size: 1402568
MD5sum: 0d75042521cdcdfd346d2e5aeb2ef622
SHA1: bc161872e70d65fd84639c48c46a362fa3eacc8b
SHA256: ab610f38212d8036e50b9d9c68b32c56cddb2fd268cecf54f947c656b5c6e31f
SHA512: aa519d361aa267de661cf5c1d2528aeecf78faacb965617c3fec9da9704d51a1a84adb9e6f5e60c1ad68d2ffb65b4870a93b144a4e6b3e3a6e855f54c28daed5
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1), libpangocairo-1.0-0 (= 1.50.12+ds-1+apertis2bv2024dev3b1), libpangoft2-1.0-0 (= 1.50.12+ds-1+apertis2bv2024dev3b1)
Filename: pool/target/p/pango1.0/pango1.0-tests_1.50.12+ds-1+apertis2bv2024dev3b1_arm64.deb
Size: 961212
MD5sum: 9ca9449d0b0584db6f091fb3321b595a
SHA1: b50edcf7d018e0d2051c7bec3fbbe0065f75bcc4
SHA256: 31e6a4a8b86c5e1b9301f2dae252ff1ee16e06ebc9268b6d5ce97e90e8c84f7f
SHA512: 3068a23a4bde95c8ba754d47d665d20497d1c69beeb13b6a64d4f86f0020d3187506e3706f619bae30126f66f5b5a7dd8f57e8bf3f0852f691184f8e1f2e49f3
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+apertis2bv2024dev3b1
Depends: pango1.0-tests (= 1.50.12+ds-1+apertis2bv2024dev3b1)
Filename: pool/target/p/pango1.0/pango1.0-tests-dbgsym_1.50.12+ds-1+apertis2bv2024dev3b1_arm64.deb
Size: 235416
MD5sum: e31bce28309854af5f127287451843ac
SHA1: f8907b8b6a0215b1b861d718933b38e57060f79e
SHA256: b71169f6f139644ec99df8d23b6d37d4125b87207a9f1fb3743be0a0b7bb0287
SHA512: bbfc15501174573c336cca742c5e0b6f2548e8f72fa8f1a212049163aa64a2fc10be2dee88e049f0fec0ad735a5c8db4d7988ff0f6cddfa4c81990d166314c55
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1), libpangocairo-1.0-0 (= 1.50.12+ds-1+apertis2bv2024dev3b1), libpangoft2-1.0-0 (= 1.50.12+ds-1+apertis2bv2024dev3b1), libpangoxft-1.0-0 (= 1.50.12+ds-1+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 41920
MD5sum: e75d003e2640f9732ecc736b66e6f717
SHA1: 8703c5015d858e624d85797be4dd850690b3d202
SHA256: 91c08b1dd05873845d2ff5695627f703fc54f76ad3d86a032aac3646f435d08a
SHA512: cffd86e8ef61e05ab7d20b473a3eeaa7e5438ce7ded1d4243ebab546bc6cf041ed24f3eacc426e071b8607d1e5013ac4109a4b394170681aab41f27693a62cf2
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+apertis2bv2024dev3b1
Depends: pango1.0-tools (= 1.50.12+ds-1+apertis2bv2024dev3b1)
Filename: pool/target/p/pango1.0/pango1.0-tools-dbgsym_1.50.12+ds-1+apertis2bv2024dev3b1_arm64.deb
Size: 76328
MD5sum: 463f649fdc14761e519e5107fb9f8114
SHA1: 0b97a68ed9b0bb50744c92fb4b52b8799d83bbe4
SHA256: db00c4f4c8dc4e3d5406358f561f32e27f628b71988005464407091b83eb1e6e
SHA512: 870d01b8668047486ff846d2945cc0b6264b0e429ee29c425bd8fa1c0db6b0b2894dfa41562f336c3294f0b27de70fe0b6bb59578ce1c9072fe528ed58c51e1d
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: 279
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: arm64
Version: 1:3.9.0-4+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libkmod2 (>= 5~), libpci3 (= 1:3.9.0-4+apertis1bv2024dev3b1)
Suggests: bzip2, wget | curl | lynx
Filename: pool/target/p/pciutils/pciutils_3.9.0-4+apertis1bv2024dev3b1_arm64.deb
Size: 101228
MD5sum: 89cbbae9b3179e81082988a102f21088
SHA1: 6abe582551f5076f02b0e0d739c94042bf2f2f53
SHA256: cea3c29ffa4eec3a5ffcc6fab14fec26bf7f3254a13f760d078ed104165d40d8
SHA512: 56eabb60814e4649b5cad38edc1024cac8c588aeca78844f5f4c3c3088dd5f2cebfd385e13586f3990fea6b9457d037acbd6f3ab106c7700fc990075feb4b1b9
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+apertis1bv2024dev3b1
Depends: pciutils (= 1:3.9.0-4+apertis1bv2024dev3b1)
Filename: pool/target/p/pciutils/pciutils-dbgsym_3.9.0-4+apertis1bv2024dev3b1_arm64.deb
Size: 128816
MD5sum: 2d2e1492b83c6b2b0c5ae44157de1564
SHA1: b342aa7d05626aac8b1cedd03b11bb242164674d
SHA256: 81b2a86033eb3a22556321f79e747ec32c2accd50f0abaf8332fe2755ca8c3e6
SHA512: 5afd00e2d3ef0c0473661ecbcb0f66ba5f0a25e9b9c6adc0c346c9d51dbd7c782a1ea9e287df45fbfa02a3aa8d392085a389bcf2339c899f29817a0eb8aa4291
Description: debug symbols for pciutils
Auto-Built-Package: debug-symbols
Build-Ids: 856f99c80ad4c90346530be5efdbfd5a1d264c41 893132583ac2622d1ed967d99f38e988a21e1314

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+apertis1bv2024dev3b1
Depends: libccid | pcsc-ifd-handler, libc6 (>= 2.34), libsystemd0, libudev1 (>= 183), libpcsclite1 (= 1.9.9-2+apertis1bv2024dev3b1)
Pre-Depends: init-system-helpers (>= 1.54~)
Suggests: systemd
Filename: pool/target/p/pcsc-lite/pcscd_1.9.9-2+apertis1bv2024dev3b1_arm64.deb
Size: 87540
MD5sum: 153cf7a8705e5142c7d0c65a4cde609b
SHA1: e44867d9e18089f0e2e9add374ad1b27602d7e5b
SHA256: 5d43312d238e4b4336ddc0c25f294580fac9bb978e32b1804d3c567169e0911d
SHA512: d6121096d34d0a510e9c1967470e5f6ac469078a0ae6118dce46e39811444667b70b4808cb61d9ef835f4ecd23bbd6b703bfec7219f3943a8d0bbca18a5462f7
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+apertis1bv2024dev3b1
Depends: pcscd (= 1.9.9-2+apertis1bv2024dev3b1)
Filename: pool/target/p/pcsc-lite/pcscd-dbgsym_1.9.9-2+apertis1bv2024dev3b1_arm64.deb
Size: 122092
MD5sum: 1e562ea8567e73d494a12a6c296122be
SHA1: 001eaa72bc9d4bf7da3d54633be141e183aa99fe
SHA256: f495e79afa2a3bbc2a64f7d23c45e6f17bbc92880506b4d96040f178d681a38f
SHA512: 91e405b943e1058e194c85d9715de49c82ee5f332fa3b0fc32f8549d616a290368fa3704a9002e9d2602356f73d539464ebb5454f2ee86fd4d97257b13a8fb9e
Description: debug symbols for pcscd
Auto-Built-Package: debug-symbols
Build-Ids: 16c5a4ccaaefb0318d718408a1c57a91fffef0ab

Package: perl
Priority: standard
Section: perl
Installed-Size: 681
Maintainer: Niko Tyni <ntyni@debian.org>
Architecture: arm64
Version: 5.36.0-7+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1), perl-modules-5.36 (>= 5.36.0-7+apertis1bv2024dev3b1), libperl5.36 (= 5.36.0-7+apertis1bv2024dev3b1)
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+apertis1bv2024dev3b1_arm64.deb
Size: 249468
MD5sum: a894ce77953313552cb7b49536fdd345
SHA1: 4fbaa6121d66d47e7da1ed3c6a33fd53e1028507
SHA256: 0fe5686a9853c4e4cd3cf3330d4f1092b3ee3b602200959a445dd3dbf9f97751
SHA512: ebfe261bf860b1f30b6450dc4a64cdee4e96aa48c50e61c1b1d9ca27f8fd486214a298a92297fbc00199441afde420e2400509da92b8e124cabe7cb8177d1b00
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: 7861
Maintainer: Niko Tyni <ntyni@debian.org>
Architecture: arm64
Source: perl
Version: 5.36.0-7+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 1486576
MD5sum: 94bd6c9b0daae8b37cdd3663bfe4daea
SHA1: 6c978b4021960bf70d710ced6b6fb667e0a3b47c
SHA256: e483420d297efaca72164cdbcd101a7f1ff2223dac5cae9a8324c633d4ce409c
SHA512: 9d99843ce5c2b53d95a6e66125575ff1b82e9d6cbc93fb628865bdbae2b049f17b547fff5821207ba07a8cc76e5113678344b558c52e1e60266b37050e07cf99
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: 21449
Maintainer: Niko Tyni <ntyni@debian.org>
Architecture: arm64
Source: perl
Version: 5.36.0-7+apertis1bv2024dev3b1
Depends: perl (= 5.36.0-7+apertis1bv2024dev3b1), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0)
Filename: pool/target/p/perl/perl-debug_5.36.0-7+apertis1bv2024dev3b1_arm64.deb
Size: 11206580
MD5sum: 1f62c3f5c04160400fc26f1287917aa1
SHA1: 226864f93f98fc2da522a29133d874715acb4557
SHA256: 52cf5b3018b9ced152bfb05fec5153badc3265bb2bdddd5afda7d3c7023daefc
SHA512: 4cb29b59bd40e7955a6c25cd2f09d8501309a7077f8ad215d9830292281b728b1e1dd9adf71ab97869b82d48b71049826d23d3886d8184712f866a74cb693b48
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 09c3aa3b9dfde0cadfaae994ee8de7c6d609a224 0ad94e4ad13824d92ab699f844f859b2c900c61a 0f5828591b8cb7b38e8115b001adf08b019d6f72 12d7406b40ab02d8dd1908ffa42cef4fd6186d87 149c10e9fb572efca4652bfcee8b65fc730b7e15 15ddfebf9031374525f67fecc090224a91c89cd9 1e18b69eae64775ccd04360359f27151327432cb 216eb28740535c8a6ede03e7dacd846142df75aa 25009d2bdf120be34b6b09142d003a95355e78fe 33c9a7d9d94a24e12524bbd289a91d32a90aacf1 33dde6965d4fb472093925b9b7beaae26a8a5208 3d6c4b74d05fc3d8332dda351385211f6bebc2d8 3dbb7a8a65d7c7e77997fca6d9c18e218c8858b9 5b120f5fc597de8251b804ce344d03304b887c4c 6c05e4e624e73bf988484fc6c6ca9d9330e39440 70e606d9701545dbf4ce3b40e390b36cc9f8b162 7d046661eee9725d879966f536513cd32ad41231 7dcbba527d393dab3625614add68a3a4645ea144 81373305636498689ccadac70f0f02ffeaf9ffdc 828bfe77f5eb18730ff3cf7b6bf47dce3e8746f1 82c9bb4308f2e1c4591b7a33298ed2f27b0dbb56 857e40cc55af58f03fad725027056a05ab3e0c4a 8b8baf7d8e51fc43bbbfdf8ccdb4d71f015e9535 8f9eda98de826f024f17175758e451689557f4f2 915396acb6db8d045d13a1a96a7ec764a8e1bf6c 93d23b9d87be38cf55fcef90de1fda60051140a4 9519d50584b6aa8efd7c06f45585fee18281e291 9712a5ace76ff501d30c8376108387282aaba2ff 9760437f22f2fe0625216d2cb69f5498654d7fe2 99fd101ee1a9e6e4e91f838f65bfde848b86514b 9b21ced5149ca9edd64f1133894340df3eb5b365 a27bd7f71b487d47849e0e7e27e6610187c36b58 a42b0bddae8e1125f8f960029a764714bd08b827 a8f2ae28a509f22730b56f313665ad67f6ae7542 b46447942d59626c4ffb482e438bbe09d9b7fa6a b69d011ac842e0de8952cc0dade87514e567ac3b bf47be4bb976b09385aecc8e754e69e255fd969b c604d3d9656def3e9712466bb591197607c732be c6959196c3b44df2c004a3cd34d79a0c5cc5ab85 ca66fea5c595199221e24a0eb3c268183020b6e4 ca905ba91b303c0784f75b636d387803fd978ed8 d3fb6017a2e8491d79fedbf2ef5e49a50176cf40 d477360b858c8b143401466eba3d17f540b6be98 d639293e7c34c21471bd7982f6977e79846b8ddc dd0541236639d02fbe634efbc9138edf2e06d5d9 dfe303eaf53acca8cec13aac7cefc26e55da1e69 e5cbfcdec64fb67d071726549e8eb5d323901586 e5ef23aa6ebe96dd8f3cb2ed49aa53f2ff8336d9 e88fdd221cba993b56a161a0c6d0b0b5bfd7ed97 f042b663a9c3373085b21050056d2efe43dea323 f0f3cfc65bce00c262571b2fd703495383e843c7 f6024132a676a90275d7cd6506ab667f2b0786da 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+apertis1bv2024dev3b1
Depends: perl (>= 5.36.0-1)
Suggests: man-browser, groff-base
Filename: pool/target/p/perl/perl-doc_5.36.0-7+apertis1bv2024dev3b1_all.deb
Size: 7917100
MD5sum: 2787a333880a5acfc60fa4fcbc429602
SHA1: f6f9639bb7fe87268d8dc097fc86830c91df41da
SHA256: 6db5d10c6a1892a7efadb07356efeb9f5636ce850c3952a0f2e7daf9295a75b7
SHA512: 000c52410c254f82ff46d4b4390b3285947d87c7ddd323e4c989baba1f31d675c0b2e976362c146eee6351e788b2cfbb98279fe1aa627f906d2db6c9c7da80c8
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: 17828
Maintainer: Niko Tyni <ntyni@debian.org>
Architecture: all
Source: perl
Version: 5.36.0-7+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_all.deb
Size: 2826320
MD5sum: 3f09fe44f00e887c28544eb3c3661ca1
SHA1: 337578cce2217ff7843ddff80c8e6e92476d8728
SHA256: 36f52dd88a19d438373e96982878ff2b0c2225d467de62614096c9c83cd8d7e8
SHA512: be1f266359237c9b537d608443cd095f87e9ccfb451cb96255302930bbe822ae2ec117fc77ba052327b25fb9f760616624a52c010117d488e443fd8442e502d1
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+apertis2bv2024dev3b1
Filename: pool/target/p/protobuf/php-google-protobuf_3.21.12-3+apertis2bv2024dev3b1_all.deb
Size: 125768
MD5sum: 449aad7fe086a0a0b11e1c1314e4d8aa
SHA1: 9b8b23623e7cf66b6cd1e9fb618d29052292f159
SHA256: 324cfa592f5c02526f157bce25f904fbcc4f10201978ef3cf889a82e0c0cca85
SHA512: d10a19018944f2c2409e604e3b5c9919613a7fbe4d050b143b13cb85ad4b68b429cba812edc2be0a78a338036074b96a100121c2786a2cad4ebb29c3e00d52a9
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: 102
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Version: 0.3.65-3+apertis3bv2024dev3b1
Depends: libpipewire-0.3-modules (= 0.3.65-3+apertis3bv2024dev3b1), pipewire-bin (= 0.3.65-3+apertis3bv2024dev3b1), init-system-helpers (>= 1.52), adduser
Filename: pool/target/p/pipewire/pipewire_0.3.65-3+apertis3bv2024dev3b1_arm64.deb
Size: 84160
MD5sum: 9f7f58e5531757239273058c2fc7eebd
SHA1: dcfe2b1f2a56f368868874aaad5c3fc296fc63ab
SHA256: 0be9eaf86fc3ce7be00a7aaec04dd328f95028f0cdb4855a55baed20b307295b
SHA512: 6d0c1b094f092eecf7769fd8d513ff08e84d844119643b90080e8a60d4d3b7dba01766f093a6f718377277a937c6f6aef3f5bc084f9e42d5bf2d42aa170c02a1
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: 243
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis3bv2024dev3b1
Replaces: pipewire-audio-client-libraries (<< 0.3.54-1~)
Depends: pipewire (= 0.3.65-3+apertis3bv2024dev3b1), libasound2 (>= 1.1.7), libc6 (>= 2.17), libpipewire-0.3-0 (= 0.3.65-3+apertis3bv2024dev3b1)
Conflicts: pulseaudio
Breaks: pipewire-audio-client-libraries (<< 0.3.54-1~)
Filename: pool/target/p/pipewire/pipewire-alsa_0.3.65-3+apertis3bv2024dev3b1_arm64.deb
Size: 55540
MD5sum: 35fbe58d5341b1ab653ce73c9658db2d
SHA1: 09b5f8646ae1545bc9346d7942d93b115ceb0def
SHA256: 58538126e933fcbf3a193220df579263da207caba544199dbd0a750133d26a86
SHA512: 28dbf377ed4860365d80a4a406c0c296e80ab8d2e39bc28de055921f154e6bb5446dae12b1d9003bfb28c7ffb2190103989bf962a2607886f82dddfa6a26999c
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+apertis3bv2024dev3b1
Depends: pipewire-alsa (= 0.3.65-3+apertis3bv2024dev3b1)
Filename: pool/target/p/pipewire/pipewire-alsa-dbgsym_0.3.65-3+apertis3bv2024dev3b1_arm64.deb
Size: 148936
MD5sum: 3aacf56e7fbff6eebe808c63580ab53d
SHA1: 29e85c505eeaedae36db104c56f7d1413498c9d4
SHA256: 0578a3d1b50c22c630e32d533893b7bfeead625c7ef50fb63cb93b2bf2d13bc6
SHA512: e68bb482dbfefe4dca99392017f3e1ed484ed9d33385a7e37c0dab551c008e45b88127abb3d075939fe4f65adf0fc526935d59a22cffef279da11fab310c6d30
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: 31
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: all
Source: pipewire
Version: 0.3.65-3+apertis3bv2024dev3b1
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+apertis3bv2024dev3b1_all.deb
Size: 19380
MD5sum: 01e69fe5ea39030cd828b8e66db04774
SHA1: b2ea8732d3f3e1a342372eedd828b06722b72e80
SHA256: 2e1ad962276b4912d621ece52a1785776e3e19a67c28d4ef8f953dff43508893
SHA512: 54c56507a337fb8e4e378b7873828f5351017a4b337dffb8995943f0d4dda8aea4076aa01ab4b2c745718a48091da3499f09ce57aa6370164e59851f78c11e6c
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: 31
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: all
Source: pipewire
Version: 0.3.65-3+apertis3bv2024dev3b1
Depends: pipewire-alsa, pipewire-jack
Filename: pool/target/p/pipewire/pipewire-audio-client-libraries_0.3.65-3+apertis3bv2024dev3b1_all.deb
Size: 19176
MD5sum: c62de2704de4e4b48444fee24f06af92
SHA1: 3ce339d05f64f613f598d4fba4c6014c22d24482
SHA256: fa0aa2afd34eb3fe47d7dd71e1178d8e439264d02fa6d0d3a9fde3ea962b2b01
SHA512: 6fbf24859d44886b6ac808993d62a5514f0b91a38f65414a361ead7c9539c116f66c77351597cc9a6018d19ce7c0d3613617c554d1f404c391f8d97be01d367e
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: 2268
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis3bv2024dev3b1
Replaces: pipewire (<< 0.3.5)
Depends: libpipewire-0.3-modules (= 0.3.65-3+apertis3bv2024dev3b1), 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+apertis3bv2024dev3b1), 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+apertis3bv2024dev3b1_arm64.deb
Size: 289404
MD5sum: 2d2c2b716304bc2af6333a3936a5d96a
SHA1: de97bc29a4699ac9f0edac2a43162cbae1fb0e62
SHA256: efed3b18b42174ac5246b2732c8021520d697e0db683f989e4451f4a3e70523b
SHA512: 7e12cee36bcdaf5490a4a6031cd01bdfc07c2b0ecb252fd9b84deee2969078334f2374dab4ad412c0a449127d28436965305fb171af10d1a2998fef193ff18fa
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+apertis3bv2024dev3b1
Depends: pipewire-bin (= 0.3.65-3+apertis3bv2024dev3b1)
Filename: pool/target/p/pipewire/pipewire-bin-dbgsym_0.3.65-3+apertis3bv2024dev3b1_arm64.deb
Size: 943476
MD5sum: 41ca2f924bbf797dc00297575cf7679e
SHA1: 774547a3a3b6b7f8410db73352e585ea44871328
SHA256: 5a2416a1404af0f55236ee9baef3dd57f073f66ab415dcd80dc8a0f307b00877
SHA512: 0a393755b6f3a567988a21e14ed920ec06759d1edf7770ec46090728698c57b6738473c4af27c24fb85bc8654dc0578f6c650bca7f4c3dab4ea48ef10653acf1
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: 26472
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: all
Source: pipewire
Version: 0.3.65-3+apertis3bv2024dev3b1
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+apertis3bv2024dev3b1_all.deb
Size: 1461608
MD5sum: eb8979ba10509bc8ba72fedb60430fc5
SHA1: 665115285555b7a26bc03b22a0834f68a464b9cf
SHA256: 053d5f2ddd06daba37ee4095d764a3946036864edbc3acfb4b2a63dba11fa97e
SHA512: 5bad09833b5c51a41106b31212289a7c40e8100fbe1d70c2153c9bc6911eba58794c2163025f56740b94ea56fae174002cdf8c366a505c3e04cb1eb9bbeef0b6
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: 638
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis3bv2024dev3b1
Replaces: pipewire-audio-client-libraries (<< 0.3.54-1~)
Depends: pipewire (= 0.3.65-3+apertis3bv2024dev3b1), libc6 (>= 2.34), libpipewire-0.3-0 (= 0.3.65-3+apertis3bv2024dev3b1)
Breaks: pipewire-audio-client-libraries (<< 0.3.54-1~)
Filename: pool/target/p/pipewire/pipewire-jack_0.3.65-3+apertis3bv2024dev3b1_arm64.deb
Size: 105320
MD5sum: 4436369bb5b0a236d6004bef1632b4f5
SHA1: d15c9a314771921e16cd23c62f6eec3b404d77ad
SHA256: fd53efc1089cd8973d5cd3fae95d47053bc59317ec9d2a587e380234f531a4b2
SHA512: b3298c13223c48cccde951fc72dd2c600c342feee2aedb4da29ddc7d00db0194585a7ecc6164aecf551235aada5e2fb50f2a0db648edd585778e731bf8cf6192
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+apertis3bv2024dev3b1
Depends: pipewire-jack (= 0.3.65-3+apertis3bv2024dev3b1)
Filename: pool/target/p/pipewire/pipewire-jack-dbgsym_0.3.65-3+apertis3bv2024dev3b1_arm64.deb
Size: 463912
MD5sum: 561d4f4d4a91c2e26f275255e1a69097
SHA1: 810cabeca77db433c13c02771b82deb16943fa38
SHA256: 4c2e132b4bd72cde3e8832765cc8dc59991db7ee147db2da535122c0ab347a8a
SHA512: 0ff57dc4f4153598b917837cc3913f3b80f3004fedc50789391f1f4d2e644ee96bf58dab5f33efd671f34769230e3731a052f41836fe4a759d0064d1e3cb2f0f
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: 167
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis3bv2024dev3b1
Depends: pipewire (= 0.3.65-3+apertis3bv2024dev3b1), 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+apertis3bv2024dev3b1_arm64.deb
Size: 63476
MD5sum: 46f8d566fc410a808bdf96ecd3f88a65
SHA1: 6ae9597d2ecd0c4dbb8e30f42be1abddf3daad8d
SHA256: 29b814366c815125b18ca6d86065bce0db94b177720b0fbcda7d56db9b10766f
SHA512: 06ea3dfc7c278ff9bc586977420361e01f8c907e033217ebf3494dad5e7554f41dd812a200d80f48970d981511f65708fe4573929e6f5adc0768bd4a72bc57f0
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+apertis3bv2024dev3b1
Depends: pipewire-libcamera (= 0.3.65-3+apertis3bv2024dev3b1)
Filename: pool/target/p/pipewire/pipewire-libcamera-dbgsym_0.3.65-3+apertis3bv2024dev3b1_arm64.deb
Size: 565616
MD5sum: ea39fc9043deb6ee26f3b1ceb381170f
SHA1: 7f7ac3452b90c6b8271ce8ded98e53a6884163fc
SHA256: 21feca75fc71a897ae794ffbca67d24dc9ebabe65360618b53655e7b283e5f8c
SHA512: 8e408531ff21ffbbd4c2ba5230090cff5d4598d40aa4acc0d64ece0731129ea9be1f6380d2a8f1ed374e97cab3fbab3a7fb062699ccb8bf2046d699fe8eee175
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: 57
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis3bv2024dev3b1
Replaces: pipewire-bin (<< 0.3.27-2)
Depends: pipewire (= 0.3.65-3+apertis3bv2024dev3b1), 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+apertis3bv2024dev3b1_arm64.deb
Size: 23916
MD5sum: a79a41806f2c5275e4dd24398b5d62f6
SHA1: afbb3ebf02ea47bb15d449287dcc96a5f1d2b5f3
SHA256: f49ca47023c9bd576b305b3b02143e9487a21bdac37d9373adac1e66f14efc1a
SHA512: a9db3d303ea2a158e7461011ed2307c264f206629d10d8f517bdb2ed8099f343a594c89b602e27459411286823cd5dae142ede1d17a25e7d87c171cee44cb6ec
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: 2953
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis3bv2024dev3b1
Depends: pipewire (= 0.3.65-3+apertis3bv2024dev3b1), libasound2 (>= 1.0.16), libc6 (>= 2.34), libpipewire-0.3-0 (= 0.3.65-3+apertis3bv2024dev3b1)
Filename: pool/target/p/pipewire/pipewire-tests_0.3.65-3+apertis3bv2024dev3b1_arm64.deb
Size: 213860
MD5sum: 685d9573ab5f5ad494bf11415ee8a1bb
SHA1: ca865c890a18225c8674bd2329a567abc2571739
SHA256: b116dd309717cc85e46927074051d0532fce09e73346e9729cf5c34ad27403d5
SHA512: e2b21d004028c90e485b124eb81515a65ca06dfe4d267359c1f2a7cb31014c13675767abd530e2502971b54eba24d1dd3eaf63c894270d6b35777bc7460110e5
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+apertis3bv2024dev3b1
Depends: pipewire-tests (= 0.3.65-3+apertis3bv2024dev3b1)
Filename: pool/target/p/pipewire/pipewire-tests-dbgsym_0.3.65-3+apertis3bv2024dev3b1_arm64.deb
Size: 1282832
MD5sum: b7cf359f2ece3d73419bb7671ecf094a
SHA1: 7221f3f1b264bdd04a571c9c25921f1f5190ff4f
SHA256: 3481a6f3ae031a947bead11a96df47d31a81ed8447b338cd08c666724bd28851
SHA512: 9d7ed0b84d1477a4820ebafda05f20a0406f2dba9b2f389ae8221c9d6309a634af2f06aab2cf8b6ca58bff24b61c6358ab309908379d8e09dd82466ae3254e90
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: 170
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis3bv2024dev3b1
Replaces: libpipewire-0.3-modules (<< 0.3.54-1), pipewire-bin (<< 0.3.54-1)
Depends: pipewire (= 0.3.65-3+apertis3bv2024dev3b1), libc6 (>= 2.34), libpipewire-0.3-0 (= 0.3.65-3+apertis3bv2024dev3b1)
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+apertis3bv2024dev3b1_arm64.deb
Size: 47228
MD5sum: 34ca7c96f468601b2cd3fb367fb71955
SHA1: 3a03f88ca3e46fc461c0247b6832a6b22f04d66e
SHA256: b8d55b3cb63648e950d7a99e1b169edc24231ffac2c2e2208fec2b739df3df53
SHA512: 69c915d7b693a0eb1bed3d35044d1ed2eb970f20c38a4aefcffbdaf186674c5c617ae28e72b081180e934cacdbd3d3934901cddf5b59ebaf63330ed49308b7e2
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+apertis3bv2024dev3b1
Depends: pipewire-v4l2 (= 0.3.65-3+apertis3bv2024dev3b1)
Filename: pool/target/p/pipewire/pipewire-v4l2-dbgsym_0.3.65-3+apertis3bv2024dev3b1_arm64.deb
Size: 114528
MD5sum: 9c027624b42a5ab47a321b1ead1d96ee
SHA1: 21ecbd2f8333140ee12f80fb4c640cf3e5282460
SHA256: e7c71f057a0791470ea2ec1355b12b4d684122c7fc80f0d017cbd51dc5232000
SHA512: 137c622d1fd598ded45681ffe34a17016c24a17dc3807c8c1591d01d22e18a86e0581ae029b59086ff40ed0eee031de7cc92bf914d55919a49d300ea3254f109
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+apertis2bv2024dev3b1
Replaces: policykit-1 (<< 0.120-4~)
Depends: polkitd (= 122-3+apertis2bv2024dev3b1), libc6 (>= 2.34), libglib2.0-0 (>= 2.35.9), libpam0g (>= 0.99.7.1), libpolkit-agent-1-0 (= 122-3+apertis2bv2024dev3b1), libpolkit-gobject-1-0 (= 122-3+apertis2bv2024dev3b1)
Breaks: policykit-1 (<< 0.120-4~)
Filename: pool/target/p/policykit-1/pkexec_122-3+apertis2bv2024dev3b1_arm64.deb
Size: 23768
MD5sum: 3625f29860b5fdac000612bb4cac2b3b
SHA1: e925a52e1749a03f9d81836c3560cdf3ac173984
SHA256: 8873aa3adf190c343eaed8380b9bbbf8d0a517f844c46d6083293f90431eeedf
SHA512: fad99513c8d79af700dd71ec4ea092ec997bbbf5893d397aae1e721b311dd116e7532c6c10b922eff2c60511c2e564ba1f856d5487da84520d97eb088b93e6eb
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+apertis2bv2024dev3b1
Depends: pkexec (= 122-3+apertis2bv2024dev3b1)
Filename: pool/target/p/policykit-1/pkexec-dbgsym_122-3+apertis2bv2024dev3b1_arm64.deb
Size: 21968
MD5sum: 0cf423021d5074ed32a516d78e859ad3
SHA1: f6a91219fdb1e705386c3b9d5862206cd709576b
SHA256: 725aa8224a2f315441f6876b6c54ea71b3c69ea978f6e71b9d9b8c941a4cebd9
SHA512: b599ed7701691e872a57ac48d4e94c8f6e520d198b9b5b25b25b6781eb00a1880100bd098b60cddfed07d6cc9424d78451b1af0aeb8dc267444934266ae540dc
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 161272
MD5sum: 584473ddef81b76ea54a7d78d34a2474
SHA1: 900a9746bbc94a04e86622e59a3f927b6f89a4e2
SHA256: 6fef62fd7e87b088b73cda63438fbb2680f836ded802b6102b93c443d2f3914a
SHA512: 9388531a87d996b6b069d12a9d3547d9246486381d44abb0c6b831af669f24a279775a20f036d8dbce3aadcdf3fc695f50b0b0dcd8b613a3acd87402e3c9dead
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+apertis2bv2024dev3b1
Depends: plymouth (= 22.02.122-3+apertis2bv2024dev3b1)
Filename: pool/target/p/plymouth/plymouth-dbgsym_22.02.122-3+apertis2bv2024dev3b1_arm64.deb
Size: 297892
MD5sum: 88cf824fa22ce8aa1150e29256c1d9ad
SHA1: 6614ea6c37816436c7afed2adb852f3c62fa3657
SHA256: bc63dd1d77b8a7f0b7929f702f6206ef37b89669b0c7dc628f01ec17b2e16bde
SHA512: 83aa6ac3a4e5e30385f84b464016908a0fe221e9b42dfad340dbf08579029fe58f43413462fe9f50770fc5551fae707cb0997efba5826267f2e3df9a7a669887
Description: debug symbols for plymouth
Auto-Built-Package: debug-symbols
Build-Ids: 25d55e3968acb6a3b7fb15efc8526dcf9454c8a1 2c03b9cc5169c5527e0989954d62b58e83db58f6 2cb5d58ccf0d2b39644a60e26c81021d1e9e6379 3b95a4101d5a21931cf02ee9a33321f3d3d05d33 81eb8be4d5c53058dde9e8b8dfcaa643e1eef68d 8bd7f8c77bbac413dced6c02334be57fed53476f bcfec571faacadf11e6c1ee322c3b554184ac2fa e18b25c07bdacc2c0e7e251b0a8c5b70ec69f18e f80d0b776ae1789072f826df2b91e752fd737559

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+apertis2bv2024dev3b1
Replaces: plymouth-themes (<< 0.9.2-5~)
Depends: plymouth (= 22.02.122-3+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 10972
MD5sum: 28005382ad1f88ea80f7e9cfda68c16e
SHA1: 7747ca3a22dc777b16708e1f3943fb9ce7ed3b12
SHA256: 247f59b0317989862130ffe3e8c620032af040af8704fa545c5a96de76fc547e
SHA512: 8215cb23f9e2b5ac780f6d9a65a8ac964b44e088e9e59a6d0ec89c491a7294f46084d8877d4e6c68eb100305b9d93cd5c66d51d5c479d4815f462634c3fc4903
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+apertis2bv2024dev3b1
Depends: plymouth-label (= 22.02.122-3+apertis2bv2024dev3b1)
Filename: pool/target/p/plymouth/plymouth-label-dbgsym_22.02.122-3+apertis2bv2024dev3b1_arm64.deb
Size: 10420
MD5sum: 55adcf53f2c4faa08f43e423a8db8e64
SHA1: 8385e2123224c81733148606f6a07ea0ecdede33
SHA256: 6c1ecb1a3ef2922b676837fff52ec8e088d75d6f263918ff06101f03f64f99ae
SHA512: 5d54f84b032503804a63eaf78ed967f0bf8183d2bdfa23bd34bac04ba37614dbf036fb4e14c42f8555003c6f36e4126fe8aec60827ea81f3c287bc265727b099
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1), plymouth-label (= 22.02.122-3+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 761820
MD5sum: bf43256acbe1b9935e1956cd97748e56
SHA1: 0c70a1393b4a36e3d2fa601a83a246cc0f0ea705
SHA256: 3451ab0efd8ba4059520902cf4cab2068c12ca09ff8bf637630caff6b31cb4a8
SHA512: cba196f3246d2bb471da598c25f7f6b32ba2b5afd67dc0c5d35ba2c9da35fa2b7303b7942e5ce6afe0c623ba2d60843c7220704e06b14435e664fee1becad2e1
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+apertis2bv2024dev3b1
Depends: plymouth-themes (= 22.02.122-3+apertis2bv2024dev3b1)
Filename: pool/target/p/plymouth/plymouth-themes-dbgsym_22.02.122-3+apertis2bv2024dev3b1_arm64.deb
Size: 91116
MD5sum: a76e94acf9c34526aa46dadec60e5867
SHA1: 47c03d726af80b3492cbcef5e9719ffdd80c05f6
SHA256: ec104a4319178de1bb04f3c1f25a6c5bd362e5acfd65cbcf8399f7203309d980
SHA512: 3c841799e0f646c13f3e989568fc1b631309c603b8710bd15e1350dd95f7d1f1bd8bc0cd0ade2884de398634fce84d6354de7aa076e0cce75cf62ee26447cf63
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+apertis2bv2024dev3b1
Depends: plymouth (= 22.02.122-3+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 12720
MD5sum: d3852a5475b9702a5657ce22ccac05ab
SHA1: e730b1d035a2393ac80f5389e5b11ddd784bf6ff
SHA256: 5e21d6c7deed922aac4fceb72c9fb3e3e408573b83c34c23c21a3adf46701c4b
SHA512: ba3fdc4ecacf052f3e42f950d368e4c7cef76103b6e1ecb0d29511aa5fe1ff69499e948c29daeb3d4d83193947c021826b5c4110404037f1f4ac02ff2fa37bbe
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+apertis2bv2024dev3b1
Depends: plymouth-x11 (= 22.02.122-3+apertis2bv2024dev3b1)
Filename: pool/target/p/plymouth/plymouth-x11-dbgsym_22.02.122-3+apertis2bv2024dev3b1_arm64.deb
Size: 21396
MD5sum: a0cee27f9d549621234dde2dcfc5e440
SHA1: d4ac738c4f882767bafe1444d5012ba24ccc3f11
SHA256: 20f491d30ef297469ce80b331095edcef8855d55825344b0c1e798ef7963fedc
SHA512: 98097b7b729ed1ba5d0f8ff2cc0b99cc3237a956570d81ceaa19812bcf2a1031beae753567ba0dff576ab51052101051ca5e57fa14a2c69c601037ad5e521069
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+apertis2bv2024dev3b1
Depends: pkexec (= 122-3+apertis2bv2024dev3b1), polkitd (= 122-3+apertis2bv2024dev3b1)
Recommends: polkitd-pkla (>= 121+compat0.1)
Filename: pool/target/p/policykit-1/policykit-1_122-3+apertis2bv2024dev3b1_arm64.deb
Size: 13464
MD5sum: b0eeaf2e2b5256814c2df0d2c792f100
SHA1: aae4b640fb730d5d2b83aded867f02193cc61aba
SHA256: ce4bd6b37390abeb5fd3427d75aef724f803355081e00bb83ef2d89a9e68fd1f
SHA512: fd54dbeaf52cf84e42a927de3287fe4bb857852ec29b1fdcb7c666d62a167e81e2e1d857538d58573bf21c71d6b467f295fb11e67742b68a25d66e80f42ed8a2
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+apertis2bv2024dev3b1
Suggests: devhelp
Filename: pool/target/p/policykit-1/policykit-1-doc_122-3+apertis2bv2024dev3b1_all.deb
Size: 244368
MD5sum: cd772e2eb7eb2b263565724796dda8d9
SHA1: 7b8267d5d4c86e25e86d965e8750ffda8835c610
SHA256: c49480a8e78ef7839c775245f75476ad1a7b30da6ccdc7c60e31a5b7e308fa23
SHA512: 7c685ad3303839e72548786694c163f4b3da79d88032cb1fbe90e191e84561183d476240d8d077eb345064e9c3916fb459baebe6e55a333f67f5549efc28f36c
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1), libpolkit-gobject-1-0 (= 122-3+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 111188
MD5sum: df94f10e219f02ee342b0354489065d9
SHA1: 4c2697eedf7c0c1aed6871829c0e4de24af3c339
SHA256: ea39a6c5755f08976d75f470e4bc9483bf7f71c8d757d27c0f9ea325093ae08e
SHA512: fd81410b2c068e62da1fbcccd2f4da95461f9f3cba7125468d893eac6e4b447ea2e4ac1baa41e03f81709950f14df614a887820225c2e24f08cf435250db22ae
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+apertis2bv2024dev3b1
Depends: polkitd (= 122-3+apertis2bv2024dev3b1)
Filename: pool/target/p/policykit-1/polkitd-dbgsym_122-3+apertis2bv2024dev3b1_arm64.deb
Size: 155288
MD5sum: 463768201ffe4327c07418f989170b32
SHA1: 23d33d3eafba952f8b2a3844fa8041d8ec569f3c
SHA256: d304192d6e01988f7feac0d15510fc309d26271d95b450997e000d97cb7117e4
SHA512: edd74bb78cc00a744a8a8010d776c9e6b29c9c43a9c7144adf6698aa98c9c4b56a0881515a1c1fe8d8ab652112f9eefca0423896328389f75ec7c35f6c03760c
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+apertis2bv2024dev3b1
Depends: polkitd (>= 122-3+apertis2bv2024dev3b1)
Filename: pool/target/p/policykit-1/polkitd-javascript_122-3+apertis2bv2024dev3b1_arm64.deb
Size: 12300
MD5sum: e014417c59c16f490269638f215af14c
SHA1: 6b2f66a10b8cc363a4e465b885d6d9f4658832af
SHA256: aab84fdc34d81e2dc3409e212a459dfd323e46606037272789131d80de3e9025
SHA512: c9692e834f0f656f55fd9c436b1e52cfdacb3f592d6c2da5e3fca7857577aebebe934ea5885d876bcbe5c1e81bf6066800f4307276c6b77b315e6670b68c28d6
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1)
Breaks: policykit-1 (<< 0.120-4~)
Filename: pool/target/p/policykit-1/polkitd-pkla_122-3+apertis2bv2024dev3b1_arm64.deb
Size: 32508
MD5sum: b9d2779dab14a221097e35e690416376
SHA1: 67d123bae8249acb0ad0372f4c7770d021965d2b
SHA256: d23910874125acae33f59ada47437f718bec2b04f909a7708e4bc2ea35953ed9
SHA512: 3db0c66dbaf40247a6ba817e7c128343bd2ca67872fccfc943bb345bcef03b90cf64043c0b8ce6fb99300991929d5c16c7659b1511ed6e5b4f2637630189c237
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+apertis2bv2024dev3b1
Depends: polkitd-pkla (= 122-3+apertis2bv2024dev3b1)
Filename: pool/target/p/policykit-1/polkitd-pkla-dbgsym_122-3+apertis2bv2024dev3b1_arm64.deb
Size: 40212
MD5sum: 6297049b2a846fc82a845b7227bd90e8
SHA1: acc927e646ba7f370239a2023df50a12268e3aef
SHA256: 8613e160d4c2627d506895b1f69ed4a75d8180d066b48237bdea07ed36c19f26
SHA512: 44e52e0bfccadde857f898d67672bc80615f1dc349221cd8585e94994c075341d675f6044e0bc1fbead4e56575b78ea06b45626817bb5ba4d1b6db7aa28f5d23
Description: debug symbols for polkitd-pkla
Auto-Built-Package: debug-symbols
Build-Ids: e7142ba0d8418b7d8bbd9155bf8f38b8140bf342 f77ec4fd777d4c1abdd70174a5125e06052b4d53

Package: poppler-utils
Priority: optional
Section: utils
Installed-Size: 1135
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: poppler
Version: 22.12.0-2+apertis2bv2024dev3b1
Replaces: pdftohtml, xpdf-reader, xpdf-utils (<< 3.02-2~)
Provides: pdftohtml, xpdf-utils
Depends: libpoppler126 (= 22.12.0-2+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 193008
MD5sum: 0d5437f108a5a63d6e9f8176d62fb728
SHA1: 70ee744db666e99e6fea363e67eef03fbc142252
SHA256: 7d7e3a66f35a095e548d2147b5d6cdf8ae63104e36eb009fd101164a14be80bf
SHA512: b2bd907339e09ae127366de40f847799e7655053db79c90c26fa0e9e0a50f919bd7f841a3cfed173ea034b3bbc61673ad0e15f4858adb41e7294cca60f31ef3a
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: 2972
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: poppler
Version: 22.12.0-2+apertis2bv2024dev3b1
Depends: poppler-utils (= 22.12.0-2+apertis2bv2024dev3b1)
Filename: pool/target/p/poppler/poppler-utils-dbgsym_22.12.0-2+apertis2bv2024dev3b1_arm64.deb
Size: 2804792
MD5sum: 5d45f0c864d410d0376d885e13bbbf5b
SHA1: 5c7bb458ee404b445c06664f740e3aab991850b0
SHA256: c504a8a03c4827d6105d18e76c6b663806b2c1f7445fe7e9b661d68891fd0cb9
SHA512: bb9f2a327a116c8e95ad333b2d2aa259129772685e4a7a668c360c4dc53ab4d941af8e90fcbfaa47ad531d4596f343179518d2608ac29dcf5375008f08594a94
Description: debug symbols for poppler-utils
Auto-Built-Package: debug-symbols
Build-Ids: 11335ce1b01ed734f39b2e78abe797d0acdb8556 329b93d9de287d9a558e884e1c0f102d4a24a39f 38edf4dfa8ff560f9330a4fd21d7983f446153d6 862a7ae27bd842c10a9bb9d391df0eb4e112a5b4 86aa21b74d74b232681ca127bb7bf531afc96ada 931673dcd85d869f04d54d7f0ec1bc926faedc73 a8e29ad08acbc094428d2962f9f916458e11d829 afc886c6cb3f5263bbcb8f423da982f33522de0b cf190d075b32944d1597f57e8b8d4253488aeefa d78e1d97380113d819497e78890fcb83e300c2dd dffcd0aae788154befe4d63a392233db980158a6 f273182a664e78c6c68811d3f67368b525fb6fd5 f69cfe9452dbc81db540a13fca9b8ff8d517c605

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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 700960
MD5sum: 2875afb029ed5f3e0ff1bb6b2f31d0f1
SHA1: b1748e510f39c0dc381f64570d94a284503cf51c
SHA256: f30cab305d0540a2eaf1ef5cec76e068a31adc0a3fc21d807caa98938060eb46
SHA512: b0d260f71008831c71fae1601871d126c0a1afc0c94982ecb116cd31531730678951a33890dd947dbd12c349f6f30e70831e7a6df129a17cc80abc4682eecfcc
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+apertis1bv2024dev3b1
Depends: procps (= 2:4.0.2-3+apertis1bv2024dev3b1)
Filename: pool/target/p/procps/procps-dbgsym_4.0.2-3+apertis1bv2024dev3b1_arm64.deb
Size: 444956
MD5sum: 53a9d9f43d921404f0a8555f70fd58fa
SHA1: 4f96d538f222798b8cecaf52caf59212155e9991
SHA256: f95d859a93d50f8482b059485b9dd2b2cb0e626e7cf3ac20e774df4a43ebd3f3
SHA512: 666c8d0aa70ac3308b76e411d88101a25a89eca2f37a252a17b119dcdb1dfaf375d8d27408f84564f97ae578c96bb941d5dc115380c0fc8b9db994e502718075
Description: debug symbols for procps
Auto-Built-Package: debug-symbols
Build-Ids: 0cec933dc5aa380a5fa89f0f82a8993193836234 1690d38d40403d0bd44e502d5a11bededfb394f3 2d126d6def09a6aa406821c1ee233135ed0e0991 2ecd1b46a7634f0de2e8063e394c3e43d7f405a7 459969a04915c7ad344cec5816a4db64d57e139a 57478efd0374e18e06f917bc21baf268135fc203 7a993ec4a04dcc0c5b63fa2f76ff032b78da7c37 8fbacd0e28731eff50058a3db726c28ebc1c66ae 9853616c1f3c4b46bed7de026c5480696ba20079 9c2c2d0b408ec853cb3c5c88ed57d540c4ac22af c815cdf3c73e64351d518be8bef87c5b0e0b3484 dd11c524f9b5c397ff6e842dd13b3d5f1cb03ba6 e023476625d9f389468db67af646139f8aa0d561 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+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libprotoc32 (= 3.21.12-3+apertis2bv2024dev3b1), libstdc++6 (>= 5.2)
Recommends: libprotobuf-dev
Suggests: protobuf-mode-el
Filename: pool/target/p/protobuf/protobuf-compiler_3.21.12-3+apertis2bv2024dev3b1_arm64.deb
Size: 86284
MD5sum: 4f87860710d57100156f9b6e9f2cc181
SHA1: 5cce57367fc788b6fc3f622f01e25d0428d1e340
SHA256: 6fc73be1f4594d111fd123c932f6b2331695d3d4c951fd6cf50dd01f1bed3021
SHA512: 0089c466e4ce23221b8df8df7104b3ae6d7a20476654e3b7735b1935068e75388163de5b53cd16cf14eb2d6b9eb5ef555152e9fbeb563b7eab31bcbaa58408bc
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+apertis2bv2024dev3b1
Depends: protobuf-compiler (= 3.21.12-3+apertis2bv2024dev3b1)
Filename: pool/target/p/protobuf/protobuf-compiler-dbgsym_3.21.12-3+apertis2bv2024dev3b1_arm64.deb
Size: 119676
MD5sum: 97ca78809e1a6f70c9992251679760ac
SHA1: 6ccf5cfba269c60a9081a39041a1efc580fd9046
SHA256: 3b3ae84eb44ffa171edd7ec970a35dac745210dfd96eda7505616c347eeaafab
SHA512: e62cd1c6916acaa4b04b1a79457a8468460bf29d11c8680126d63babe4c918912a11094dddf5c85fd47c84738741defd70e4a44247fd8f9ee9f956d1a6a06160
Description: debug symbols for protobuf-compiler
Auto-Built-Package: debug-symbols
Build-Ids: 2974796fc7b4db63050ef8be6d7bd56dda51cb89

Package: protobuf-compiler-grpc
Priority: optional
Section: libs
Installed-Size: 297
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: grpc
Version: 1.51.1-3+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 45136
MD5sum: 56335cb761bf661da27ddb297c6741e1
SHA1: a8a8be5117ec8cd29985dc6a4c4852e0c0d7e811
SHA256: 2cb8cbe6a15a5a1bd88e6fa6fa2fe9b6ca912f21bf1a848c0ecf2261e2dcc702
SHA512: d26fcf9623918f93325c58d08e480aa191aad43fcdbf24aaa70b82c845c98295700f99c5625e4cd32dd29247538e29e20e1a4c71c19693dd5cf2e6cf670a14f3
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+apertis2bv2024dev3b1
Depends: protobuf-compiler-grpc (= 1.51.1-3+apertis2bv2024dev3b1)
Filename: pool/target/g/grpc/protobuf-compiler-grpc-dbgsym_1.51.1-3+apertis2bv2024dev3b1_arm64.deb
Size: 547864
MD5sum: 5a5785ab87d8b37836204ab319e11855
SHA1: a969d905314424bc40dd3b61e3e546be55b2786d
SHA256: 1753c9cbb7c7fe9b2e9c8a2c1c9b5b48f5eab52cd0d19902f4c128ec49fd8dd4
SHA512: 173c57d3e1e10826ed44eea672ffcdafe7a6de445041c614f8987eda36c462e7c53e81d3dc8be94b8b23950b8829f905cea5c1c95e2bfdf95e05ff6cbfe0e354
Description: debug symbols for protobuf-compiler-grpc
Auto-Built-Package: debug-symbols
Build-Ids: 6ccbafe868b4e938f9aefe05e2fa13a421b32544 79734a1281d14331b793f836569557c7aba8b1eb 7ab1cb4f664135c28119876f000e75c294c052ab d6abb0f2b84abcfb6817921537c32d63b37d51d1

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+apertis3bv2024dev3b1
Depends: libc6 (>= 2.34), libpsl5 (>= 0.19.1)
Filename: pool/target/libp/libpsl/psl_0.21.2-1+apertis3bv2024dev3b1_arm64.deb
Size: 14728
MD5sum: 648fed586589caadb6148822430e3a18
SHA1: 6733e2a61110ab15c850763f37685f8ac7f43559
SHA256: f3172f5374f58c9c521ef91b88e67adc764922f285b965361751d382dd542075
SHA512: 5dd815dbaea1e2c35facd808a2edb069b4960dc5953486a39ad8b44e8640e59caedf8bd9134abec56e66cd8453b7e86c15c83ab36e1caa7e363f5925fe8da60a
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+apertis3bv2024dev3b1
Depends: psl (= 0.21.2-1+apertis3bv2024dev3b1)
Filename: pool/target/libp/libpsl/psl-dbgsym_0.21.2-1+apertis3bv2024dev3b1_arm64.deb
Size: 12368
MD5sum: 5761f8a1ae3968d5094af9aecafeaefe
SHA1: 5c1103c46a5572110d0661a2f13c0df3966a9ffb
SHA256: 6d1f6857c38798a654cd430baa90e1671d715573ed040103b6ef32fcdb59e730
SHA512: 54a4687a46d6f377151ae1b3ce4ad0581cdd4ccc2b59aabb02b66f6d23ed244de45b0992dbd6596aec170814260642f571aa094d419dc84d2e97957b02d65b6b
Description: debug symbols for psl
Auto-Built-Package: debug-symbols
Build-Ids: fe54b6a2f03b198b5727e837d518f30fa427245c

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+apertis3bv2024dev3b1
Depends: python3:any
Filename: pool/target/libp/libpsl/psl-make-dafsa_0.21.2-1+apertis3bv2024dev3b1_all.deb
Size: 16368
MD5sum: fecb5db5b27c8829bdef8e979c54272e
SHA1: 58c722cb2bbb581a5e7741a1bfff5d780d627883
SHA256: fb58569c740959ad719af825382450f48be09a6b4532dc1850ea2d3be96f55ba
SHA512: 9f2aebe1e62201a75427ea93b129ded417f5f30643f0a712a273e7f989f432d6225d4cd30f3cd94baf2487848bd24222839d3e2af34336f26173bcc4d33a6f1d
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: 1160
Maintainer: Craig Small <csmall@debian.org>
Architecture: arm64
Version: 23.6-1+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 258036
MD5sum: 353efdfe93748fea2cd5355374068e7d
SHA1: 2ef629057ceac2641e6677d9cb8f0e8ba37d0847
SHA256: 7fa6b3e147f6cf5c72014e3b5593d511ea5ff88a6b7a8cde9c9a3792b4bbf02c
SHA512: e41390f04717da644c7fd652f4a234eb05a14650158cc4a95aad2462d6b83efc64f5d02e11b6d3aee86f53d051bdaf32e7c262ca9e39e93119c63409371433b1
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: 179
Maintainer: Craig Small <csmall@debian.org>
Architecture: arm64
Source: psmisc
Version: 23.6-1+apertis1bv2024dev3b1
Depends: psmisc (= 23.6-1+apertis1bv2024dev3b1)
Filename: pool/target/p/psmisc/psmisc-dbgsym_23.6-1+apertis1bv2024dev3b1_arm64.deb
Size: 112784
MD5sum: deab4135d2d5e799992f59749bd0b378
SHA1: 2c8f30797cdbe631ebdf008b4ba18589f4d42e4a
SHA256: 864ae0cc65d425ee92f80edaca41b6f05d8167013938de1339200f28ce734d60
SHA512: 57fca9c530857f6b01fe1d1b69697dbe16c49039d06caa9c42125c20e356d0c20e10f1987c1f2c870147bc17afe61c54684cf6cfe7a6bcf528c7559c51519c14
Description: debug symbols for psmisc
Auto-Built-Package: debug-symbols
Build-Ids: 24d73fd1235ad27f83fdefb0adcdeaf295f13469 4be71816cadcb9b4d4c825cdca5e52c81ecd3dc6 520413ee3bc59ce542ab437cc8968ffb49dd8fef 67bee1efdbf9ae956a5e3f44efcba7b0df859ba0 884e7563a44f552ba173d210465f919f49eaeea3 ab6cb126f80ab9c7468c7b92db22229f5b326a65

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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 1052636
MD5sum: ab23a325819b8e5804cbbfe39e16bbf9
SHA1: 3683ecf634431385835d47fd7981d881caf465c6
SHA256: 4b89a9c71f56d5b50ead32187b979abce161ec6efd25e824a0d0f639c0f91eaf
SHA512: 0dc820bf3a449ccdb3403fccbb9c85a46498ed209974a4e8ab248a40d6cf7839c07b82788b1638f11ef10db1279022329f1960443197751dde5521c265caef8e
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+apertis2bv2024dev3b1
Depends: pulseaudio (= 16.1+dfsg1-2+apertis2bv2024dev3b1)
Filename: pool/target/p/pulseaudio/pulseaudio-dbgsym_16.1+dfsg1-2+apertis2bv2024dev3b1_arm64.deb
Size: 2888288
MD5sum: 6626ca274b68553529f5572701beda54
SHA1: d14d97fdc72da1bb00b1fa266bdaf2d91e63c795
SHA256: 2170430306049de9ea0f150980ae0aeacbe33bdd245f0f13275568fc0f3c1095
SHA512: b77f0091b1a08e235919a287b42dec2265eb310e0fb80c4727358fdd9cdc30b6a1266a25a5a7a3c6eacf40c5b881df3231538bc54da217ffa11d3412ca83e4e6
Description: debug symbols for pulseaudio
Auto-Built-Package: debug-symbols
Build-Ids: 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 812eff0df94ea03fdf986711f45e826c4926d72e 8220cbe85c2fb33a5ce5421ca1e2541bd8c60c73 85cf81a7bb5f4551a9e151cc24d88c3e2b6f8dea 885cf895f9b86cb1bc6f56db11bee263a12a2c72 886af2e984c1935bc49e1e7496f73b14448e658f 889986f5f1e94438b32d91e5f2157e766867f109 8b5ff9b83d577eb593cc29c432a0f9add17c644c 8bc3e03015aa3144fc8f68698c7ca76102b45ce9 9fd32165dd72f5ba0a2e497fdd38ddf54ccfb85c a114b09f6aec76eb2e80aa3d1a346924181bc2d8 ac998d3757fc9bda14e81b5aae4c83ebc5cdad98 adf5c1d87f15be3c86de55e6b27fc8a52739097d af33e03664c7566837ab43a55089a2477b7f0cb4 b76796e3687ac89ec95c35201b23c82e34edfcb0 b81dceb41f8e95dbc0b5beab7becd1e14070ea7c b8ac78385ff14b7314f7aa1b5be19f42fa356716 be7c576c6fc20c314f9e6f980ed835768b80f654 c15ae79faab2e4e9d4f5d2716e779c0c48cf5d14 c47871ad06609cab543a2acec71ccf166e055407 c911980be38b2fe6d29b4adb2d0198d42530291e ced055b1f6685cce38732f95ee37bab5b64d2c4b cf1166c10be61a73cc34ff18fed25cd1311e8db2 d19afda35c22ef4ab5b3226c380d6057f1c5c59b d84369ddc545bb799d742a0329c99137e8024c71 da54f96d675b649fcd0d77a500b1b7a75af87218 da7001c40e1ba9964ea4e4f8768a693dedb53f57 db2417132f667709607978dd0951519151f79965 dc6d79fd07bf5d4e8b2d428255077401d996b281 dd144b683af3bf024851def2dabc57bb7468b3ee e3ea6df6f9d29f402a956b53a84bfcc40dbc286e e4445379aeb5d6237479fd6d799d72ecab79793e 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+apertis2bv2024dev3b1
Depends: libc6 (>= 2.29), libdbus-1-3 (>= 1.9.14), libfftw3-single3 (>= 3.3.10), libpulse0 (= 16.1+dfsg1-2+apertis2bv2024dev3b1), pulseaudio (= 16.1+dfsg1-2+apertis2bv2024dev3b1), python3, python3-pyqt5, python3-dbus.mainloop.pyqt5, python3-dbus
Filename: pool/target/p/pulseaudio/pulseaudio-equalizer_16.1+dfsg1-2+apertis2bv2024dev3b1_arm64.deb
Size: 52256
MD5sum: 4ce03b7472a7da264d38f351ae5b4252
SHA1: 603c5ea59b9913f6ce9bb646a56ad1654675cb42
SHA256: c0963f2e1e871729342ebf25f59908adafd7501a36a23b6a62f4f850c148b7ea
SHA512: bae18eb8dbd410200201c01c129d9ac6e5f6e53d3722af886a836dc4d383ab8167f4cf38706ba4af261f091a708a64cf5c7a6f66b8a983eab99475cf7037541b
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+apertis2bv2024dev3b1
Depends: pulseaudio-equalizer (= 16.1+dfsg1-2+apertis2bv2024dev3b1)
Filename: pool/target/p/pulseaudio/pulseaudio-equalizer-dbgsym_16.1+dfsg1-2+apertis2bv2024dev3b1_arm64.deb
Size: 65512
MD5sum: 90fa37674d3e1ca4ae608d889a9ea38a
SHA1: b907b598f8099d736a123d0874b5eb3e9db35713
SHA256: c34c3b64157ae006cee569bf6df79e68404faf21559da1516913e9c867796b4e
SHA512: 8000eecb2da62b2cf10fced9d0034d593a49fb53b481971fa0c225143b662bb7cbe735af5629323024ea9839e2120fd085c57e4100cb7b374adf76b1a498019f
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1), libsbc1 (>= 2.0), pulseaudio (= 16.1+dfsg1-2+apertis2bv2024dev3b1), bluez (>= 5.23)
Recommends: gstreamer1.0-plugins-bad (>= 1.19)
Filename: pool/target/p/pulseaudio/pulseaudio-module-bluetooth_16.1+dfsg1-2+apertis2bv2024dev3b1_arm64.deb
Size: 102508
MD5sum: 286748214830a602afd47721b48266a7
SHA1: 2ba1c7d2d7fc61ce835da0fe37d50dd4eee6ac91
SHA256: b0e56aa7da3d0aeb6359388418c50529121d4e2873431a42bc268fc26732f46d
SHA512: 6c8269ca65327a67c756e93008d22b85dd261fc113197be128297a9f087504a8a1e206e2469d71ff9ceae33299b34241c02f42a135fa1d652c52b1b5228a6b54
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+apertis2bv2024dev3b1
Depends: pulseaudio-module-bluetooth (= 16.1+dfsg1-2+apertis2bv2024dev3b1)
Filename: pool/target/p/pulseaudio/pulseaudio-module-bluetooth-dbgsym_16.1+dfsg1-2+apertis2bv2024dev3b1_arm64.deb
Size: 275232
MD5sum: d100b43e496be72ebccaa34aed41a72e
SHA1: 56970246b230170b981e602ab7d0262ecd76f68e
SHA256: a011826f4623ccc91763ae301fc633c4ea34181710af8df922ea8ba9985b1141
SHA512: 4ed3a50c3a78763f20dba568ebcc8ba19f17bbe17886b4eba3b42b6940dc928a96b5a36d5cf5d154bff2b826d14c50facbcda1468033b9ea4a628b1f32347d61
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+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.67.1), libpulse0 (= 16.1+dfsg1-2+apertis2bv2024dev3b1), pulseaudio (= 16.1+dfsg1-2+apertis2bv2024dev3b1), dconf-gsettings-backend | gsettings-backend
Filename: pool/target/p/pulseaudio/pulseaudio-module-gsettings_16.1+dfsg1-2+apertis2bv2024dev3b1_arm64.deb
Size: 35012
MD5sum: 25dbb1f114275388ec4404ff4d08dee4
SHA1: 01f9a9d7074ac26f6d8b906d96ba2f6084fb6b4c
SHA256: a1f3ced71ee465a5a2601b62169224080934e847f4b3175d34d17beb625649bd
SHA512: f70765aaea3bc159f54c602e1eaad7aaf79088d9363d8ba2b4cd57bd69c8755c2506caa86d9b07c28743fe29b0679ee19d854029399bad686695da3a17f9aaf4
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+apertis2bv2024dev3b1
Depends: pulseaudio-module-gsettings (= 16.1+dfsg1-2+apertis2bv2024dev3b1)
Filename: pool/target/p/pulseaudio/pulseaudio-module-gsettings-dbgsym_16.1+dfsg1-2+apertis2bv2024dev3b1_arm64.deb
Size: 29640
MD5sum: 34a51ab514869c29809a27a1c8b1bd2d
SHA1: 1fe979c4ab6114f13ca7dbaddc74d109354bec1f
SHA256: ba866b0e833a5d566cbde49c51790bdaf6d0342843ea04d2fb6c503611fd528b
SHA512: 2b3ed94866b13163bb593ce8841a99885a1556209670a072d9c02f06488895f495f97d12f7f561a8169c9429fe8320ae03d2e6349cc61bf6f646028fa782224c
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+apertis2bv2024dev3b1
Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.17), libpulse0 (= 16.1+dfsg1-2+apertis2bv2024dev3b1), libssl3 (>= 3.0.0), pulseaudio (= 16.1+dfsg1-2+apertis2bv2024dev3b1), pulseaudio-module-zeroconf
Filename: pool/target/p/pulseaudio/pulseaudio-module-raop_16.1+dfsg1-2+apertis2bv2024dev3b1_arm64.deb
Size: 54408
MD5sum: ba8bacf2448e32cb5df441a94fa390e9
SHA1: 3fec41bd1976ed9fe6f938208acf75c5214fedf2
SHA256: ddbd0552a8a8e7d932775bfd592ff299a215201e28544262119f294ace4dde66
SHA512: 8f614168639e134f1981bac51b5a9ec10e1a403db07d310c5926b3d704124d36d6712cf99f78776f793afc79eecf9eb438736b8127cf7f6d635214db504d5c20
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+apertis2bv2024dev3b1
Depends: pulseaudio-module-raop (= 16.1+dfsg1-2+apertis2bv2024dev3b1)
Filename: pool/target/p/pulseaudio/pulseaudio-module-raop-dbgsym_16.1+dfsg1-2+apertis2bv2024dev3b1_arm64.deb
Size: 114036
MD5sum: 96932d8fd74035e96d7c16a5f70e4d67
SHA1: 49baa6772ecf641155cec8d20b01991a9c2a058a
SHA256: 70a9cc2e794c9d424074f95de6896671b629a811bd31c89c98a9b0291425c36f
SHA512: 58999fd64e7d321b34ed70ebb03bedcfdb861548d2d8672b42ec0c840f78c471de1bc1f056ddd068d0edfb70aed19d20e3d4b8191d2ca0f6a171ce0d857dd047
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1), pulseaudio (= 16.1+dfsg1-2+apertis2bv2024dev3b1), avahi-daemon
Filename: pool/target/p/pulseaudio/pulseaudio-module-zeroconf_16.1+dfsg1-2+apertis2bv2024dev3b1_arm64.deb
Size: 41744
MD5sum: 18df129dae6a4c66ebdb3f46aecde1ff
SHA1: f796f0fa59ba42cdc851629ba44eea556867551d
SHA256: c08571d2dc4056d6cc650c418e8d28f8326f502b3438238b4ef911f5abd9bb13
SHA512: bb5d3cf8302f3767b96d5956169c5521ba53566a19651734f01d44ec7d5f5dc99abbab6c46d93a0931187a63aa70c288de9c4011828da783f604f76e16a09d91
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+apertis2bv2024dev3b1
Depends: pulseaudio-module-zeroconf (= 16.1+dfsg1-2+apertis2bv2024dev3b1)
Filename: pool/target/p/pulseaudio/pulseaudio-module-zeroconf-dbgsym_16.1+dfsg1-2+apertis2bv2024dev3b1_arm64.deb
Size: 67952
MD5sum: 39ff1301b69ae774db0012c1ece6d385
SHA1: 71829985d215b4a9ce524f1f663ba4b6e04e2f7e
SHA256: 7be273a642e9cd781f6d36433a25f2e57de46ec82c394700168db9fe234c77fc
SHA512: 26cf8d2302b8e6930069eb531a63cc732dd86b1a3fe2dc86781d26d46221ff6e6f7b1cc562bf172cfc4f89e0bdb5972ea4f6b5ec51fed509be0f7cefffcce241
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+apertis2bv2024dev3b1
Replaces: pulseaudio (<< 14.2-3~)
Depends: libc6 (>= 2.34), libpulse0 (= 16.1+dfsg1-2+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 88932
MD5sum: 695b30c01ab1b0a35a0f0d2bed49a6ab
SHA1: fb00922d099419f49046272d64e60a320b89bb31
SHA256: 4962c6fe4279abdc9b1a87d7e4dace3eae0f996f90360e58cc33ea6e47978427
SHA512: 601fb010a312872bab691b30c19f885c1224f2b1ee0ff7f6bde866b580aea02061af91f3b8e6ab59e96b8c481f92b3295678a5157e784d5e9e8f13f3599468c4
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+apertis2bv2024dev3b1
Depends: pulseaudio-utils (= 16.1+dfsg1-2+apertis2bv2024dev3b1)
Filename: pool/target/p/pulseaudio/pulseaudio-utils-dbgsym_16.1+dfsg1-2+apertis2bv2024dev3b1_arm64.deb
Size: 113912
MD5sum: b3dc03a0819ee46aebc32c16cfc83f12
SHA1: b68dfbb6988891bef0bbcd4efb692d3ed705b16d
SHA256: 283df2ea87eeaf04aa8093a63d4853ad36fb92f3f8b3ec00de757ad81a4d4652
SHA512: 2676b1ed2e042d5afa80ce9725ea41a5458a2f727b7b43431fedcc70fd65de513987b6782db28fd5a56763c04285f7889473b0bf0e1c82729507844229199f40
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: 18
Maintainer: Piotr Ożarowski <piotr@debian.org>
Architecture: all
Source: dh-python
Version: 5.20230130+deb12u1+apertis0bv2024dev3b1
Depends: dh-python (= 5.20230130+deb12u1+apertis0bv2024dev3b1), debhelper, make
Filename: pool/target/d/dh-python/pybuild-plugin-autopkgtest_5.20230130+deb12u1+apertis0bv2024dev3b1_all.deb
Size: 9812
MD5sum: 76567c5923c5901e33d89656c4a6da3c
SHA1: 4c7d2dee650561e8b614a2389e9789597912d897
SHA256: 5dabda41687255bde43babf20a31fb5cf4e0a61468b78c475a47390a789425ce
SHA512: 6691a447196ad2d164d3bdd4561de2ff20eb2b9b1f9a48b4f786a5100522752b6844096430b1965d7e4e8487a7038c15eb3ff7b3e0fd3e565cbf7dcba0672741
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: 18
Maintainer: Piotr Ożarowski <piotr@debian.org>
Architecture: all
Source: dh-python
Version: 5.20230130+deb12u1+apertis0bv2024dev3b1
Depends: dh-python (= 5.20230130+deb12u1+apertis0bv2024dev3b1), python3-build (>> 0.7~), python3-installer, python3-tomli
Filename: pool/target/d/dh-python/pybuild-plugin-pyproject_5.20230130+deb12u1+apertis0bv2024dev3b1_all.deb
Size: 9780
MD5sum: 54a42b5b8ec614b547a516ff26b06672
SHA1: a04a600632809871bc912bcd19179205d89446d7
SHA256: dd462b653c7ac821dc6a054ab15e34ff26aeaafe06ff0b3c2ab39442d6002941
SHA512: 3c0dc2bd49153365ed2358360dcaaaa558f36afd6eed8353fd39ae74288d83bd7f409852e22f50c1dd2a8481110198ca40cf3df2a5656532b0845f8966565a4e
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+apertis1bv2024dev3b1
Depends: python3-libapparmor (>= 3.0.8), python3:any
Filename: pool/target/a/apparmor/python3-apparmor_3.0.8-3+apertis1bv2024dev3b1_all.deb
Size: 93908
MD5sum: b847f49417292cbe92b621e0ab4becde
SHA1: b5f85d4deaa133ebb8242a6babdb04d5e4479af8
SHA256: c4aaf57d54dc2ef039e9cbb791fa298c9637ac2df943374cfc5d19399e2b7c81
SHA512: 8061f66cdc9f69a92e5d6bbfb3151a4e188b70cfba809f86c2be7a0444cbeb5aaeaba81b350819f493d590ba662ce3ed813a8a7bc3436638059cc60ca1121a91
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+apertis2bv2024dev3b1
Depends: libaudit1 (= 1:3.0.9-1+apertis2bv2024dev3b1), libauparse0 (= 1:3.0.9-1+apertis2bv2024dev3b1), python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.17)
Filename: pool/target/a/audit/python3-audit_3.0.9-1+apertis2bv2024dev3b1_arm64.deb
Size: 64052
MD5sum: 5e6395ac1ba034d061396f45ca13bf3d
SHA1: b55cefb9f89f3441051a5b8846347febd0dc3118
SHA256: f5cd1bcb0bbd85ed2f26ed0a4a7607a8c3b63d6bfabb965412404d3a9ff4d7ba
SHA512: 59db9c237c6dfcb4fcadbdd671ea08cd33dec1d8ab5f945d84a7eff47a5a74d38dba7914e6e86f60ad596a4e2f71163bfafff70f8bd47fc8206bbd674572c66f
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+apertis2bv2024dev3b1
Depends: python3-audit (= 1:3.0.9-1+apertis2bv2024dev3b1)
Filename: pool/target/a/audit/python3-audit-dbgsym_3.0.9-1+apertis2bv2024dev3b1_arm64.deb
Size: 213416
MD5sum: 4d33e364a43a4b50bac4b3b3a3042dcf
SHA1: 7ca2b3a7dee91345927fa1cdc93ed3f25026dce2
SHA256: b07774304b274e758cfca7a06ed4bdc5633cfdb0dcd247dfc480402cc7a86ec3
SHA512: 66668e1dd0f5d769c5387ed4f54f32800c7d3de72a0dcce1ca3b8584997ea84d49915d38198366812091ce04d26587a2e88097a5bb2b7a4d0c8630339baff55b
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+apertis2bv2024dev3b1
Depends: gir1.2-blockdev-2.0 (>= 2.28-2+apertis2bv2024dev3b1), gir1.2-blockdev-2.0 (<< 2.28-2+apertis2bv2024dev3b1.1~), python3-gi, python3:any
Filename: pool/target/libb/libblockdev/python3-blockdev_2.28-2+apertis2bv2024dev3b1_all.deb
Size: 12816
MD5sum: 034a049311d8aefbdcf889b7dde381f3
SHA1: 8490fc3b3562d5c809d0a5edd1590762606be6ed
SHA256: 35ccded9b5c03636256515f1c0e6860e653efe9a19b69935c87605e00f62d348
SHA512: 69b57587ab2a8ce14b747ed2ebc1442091ac3bd4f43c8fd25b2c57f36d89a0177294c525b534c3ef5833e2963f6428b9b05b408fba1f84434eddc95e079e3267
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: 184
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 68792
MD5sum: e2218ded3759b7bd21b1ccb3ce6363ca
SHA1: 9baeaab76233385652b797aacb87b22a2217b288
SHA256: 146d28e8f038bde75d7713aabb9c443df3d41120a33fc5c5c6eff768b60cfd5b
SHA512: 27642665e81d2f6aa2592cebb77d95fc74a3ad56744c7189cf1b57bd7938e779aa42da5df0ac3fee100f3f2b16e3244791871b63609f89d9afc4eb0ddd9d0dd4
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+apertis1bv2024dev3b1
Depends: debconf (= 1.5.82+apertis1bv2024dev3b1), python3:any
Filename: pool/target/d/debconf/python3-debconf_1.5.82+apertis1bv2024dev3b1_all.deb
Size: 4004
MD5sum: 0d8418d2cc4f4ba8c603c9980ab13b8e
SHA1: 8be02a8d78c9614569711b44da98470d80cef971
SHA256: 74c7269db1963c51e88a5723fd9068d8f1e14572326216610506f1354951b54c
SHA512: 50aafb901987cfe08262e16a8444f63beacedb568783cd1d7428345158b7a38755547cc5b38d92298576d0398f2ea0972efa78fc59de7803f18ad145289bc09c
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+apertis1bv2024dev3b1
Depends: python3:any
Filename: pool/target/f/flatbuffers/python3-flatbuffers_2.0.8+dfsg1-2+apertis1bv2024dev3b1_all.deb
Size: 29292
MD5sum: e20e60d038bce293ca082a88f50d5e8a
SHA1: 7ddc63400d5fe56c1260ff7bb1769e3ae7b61cd7
SHA256: d26c302730d225647db1b7796835c5ef8939c4544f44ed8c4c9182b1f991335d
SHA512: c03507cf4f2c33aeb9fab5b7cf35d4cac7a0c7486dd8d14f6d4ec97b7e4e0b0fe24e1cf1c2bc47156ea5e1a81238d8acec638b505fcdcec989bbafd0c990a6f8
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: 6788
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: grpc
Version: 1.51.1-3+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 1901464
MD5sum: fa070655bcc3fab6f8913df37e86f1fd
SHA1: 51533f9fbc0ceed344929997c0099e3cb8e01fbe
SHA256: 6ab661afac3dbdf0c38eea13c9e7d2af012006cced724a4d57e2606428bdb83b
SHA512: 083e07a5bcc19af3ef2f9a3389e69ffbac09ea204fd88e3877edd6b81535fc5990bc3e4f612a4957d9c872a94fb68e807bf6fd808f0f1bc92ec19fb7295a713e
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+apertis2bv2024dev3b1
Depends: python3-grpcio (= 1.51.1-3+apertis2bv2024dev3b1)
Filename: pool/target/g/grpc/python3-grpcio-dbgsym_1.51.1-3+apertis2bv2024dev3b1_arm64.deb
Size: 48904432
MD5sum: 40be8c14635dc3ca12f287056d302e85
SHA1: 9fab7d9aadcb0bce022e824bfea56315d1acea0f
SHA256: 4705738afa52dbe86fc0e1ba329ea267aa7d6e9b03eaa084d42a09ee189ca873
SHA512: cdde8896c4523b1568d5fad1f6ad92764a29e1781039fba4ad458b67c3d48ebf80b3c55eaf026f3e2251fde78e7f66fbf33cc1cfa86bc1fb966dd2a83d9e1aff
Description: debug symbols for python3-grpcio
Auto-Built-Package: debug-symbols
Build-Ids: f1ffdad88abdf0e4853c7f9b20bff085932adf08

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: 86
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Architecture: all
Source: ipython-genutils
Version: 0.2.0-5+apertis1bv2024dev3b1
Depends: python3:any
Filename: pool/target/i/ipython-genutils/python3-ipython-genutils_0.2.0-5+apertis1bv2024dev3b1_all.deb
Size: 21804
MD5sum: 4c4bc3d7636e2bbcfba4f459c0b968a2
SHA1: 88a95f5ec4f7867c6e06d179a8799474d7e98a64
SHA256: ff8b099ffe42f729741ae4639c11af0e4f93878155b076e31bbf08ad1e497c62
SHA512: 76a2f4316e6ee25d4e587ba4eabcad647537dfb9d0aa6de6f4c39ec88150200887fd50655e5373a8708016767178df8a749998574caab1e5dde13779cf99e946
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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 41568
MD5sum: 06b3cda37f3d703d30a478b309a5a36e
SHA1: 74c05f725fe888393e7c79db7656d901d3799154
SHA256: 52d0e3f32d41a58b4abe2ad56d9b44bbf100d893213c37bc6ce3b97e41adccfb
SHA512: 99d549b4e7b9181565732a27083ab5c3c75f3517e5fd538d2c5d5c35d89efebd0491f54cf27643106f7f48b95914c93624370859db0ee8e4522868daf0dd5b8a
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+apertis1bv2024dev3b1
Depends: python3-libapparmor (= 3.0.8-3+apertis1bv2024dev3b1)
Filename: pool/target/a/apparmor/python3-libapparmor-dbgsym_3.0.8-3+apertis1bv2024dev3b1_arm64.deb
Size: 108380
MD5sum: d7ffad1a98d96d681682256cadb03916
SHA1: fb05efe23f128ab5f0a54f914d21d314a8e16dcd
SHA256: c48ed6be86d61bb30283da68ca1a73b84b0a3b2af2d60f8c6b85cffb9e5edcf4
SHA512: 6f97be0f3ca9e682e10803238cf5b546844a8cb80588af9f16fe5e8a519c1380dff6d7da4dc9c0fab9ea6441081804886a68466c532565abfde20cf35e4e2209
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.3~deb12u1+apertis0bv2024dev3b1
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.3~deb12u1+apertis0bv2024dev3b1_arm64.deb
Size: 184916
MD5sum: 3ebf4eca72da6495ac6614457d43e2ad
SHA1: c7dec95b06654ea4b1d3dbfac9d9c1fd91221e74
SHA256: dc2743f5eeb16835c962b793e2ce75574d977e79d9a42c160c0bfb51fab5a2b6
SHA512: 406c66bd092b761f34b64bb543d88a1b006fb6a8e975e76c280f5e8dfdf21dcf5a69ee94b0ed9b900c525a66f533bedfcb7d911bd2568cfafd9d9bd57957a276
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.3~deb12u1+apertis0bv2024dev3b1
Depends: python3-libxml2 (= 2.9.14+dfsg-1.3~deb12u1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxml2/python3-libxml2-dbgsym_2.9.14+dfsg-1.3~deb12u1+apertis0bv2024dev3b1_arm64.deb
Size: 239932
MD5sum: a5f17da46da2092db84a16898d1d4861
SHA1: f57f0686c059876f626ad49911bb5b749e6b8a1f
SHA256: 1e806bd0034177085361b0de79ff273361519b23fcda654114712e912ef0c505
SHA512: 5a4cbeb10ddaa0ef0794b0332fcd43b086173dd65cc566376b9127819c236eb80375a4f1b89e8011aa58fd1502cb0cf9fa4e4555d947832b76fc59c94251c0e9
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: 809
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis2bv2024dev3b1
Replaces: python3-lldb-x.y
Provides: python3-lldb-x.y
Depends: liblldb-15 (= 1:15.0.6-4+apertis2bv2024dev3b1), python3-six
Conflicts: python3-lldb-x.y
Filename: pool/target/l/llvm-toolchain-15/python3-lldb-15_15.0.6-4+apertis2bv2024dev3b1_arm64.deb
Size: 143968
MD5sum: 65acd5f695e3651cf7652793b0bc5067
SHA1: 13a1806f30f69fcf3352a0ce433d2739a1fec496
SHA256: 201a7812bcb76c43fb557504f797b22fad509c8b3b5c80123bd3db47798570cf
SHA512: ec413a3ce4caa4f503b1f62498e3469939e4c0bbbd0d165cd727e851651cb93034acf94f145de7fb042a12b81a047ee511a6c037b1d076f095f751f56ffb1101
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: 62
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: nftables
Version: 1.0.6-2+deb12u1+apertis0bv2024dev3b1
Depends: libnftables1 (= 1.0.6-2+deb12u1+apertis0bv2024dev3b1), python3-jsonschema, python3:any
Filename: pool/target/n/nftables/python3-nftables_1.0.6-2+deb12u1+apertis0bv2024dev3b1_arm64.deb
Size: 16880
MD5sum: a1a5950df1986adff37092bbed3f9844
SHA1: 68745094e1a89d5cc4c100cd7be7ff3c3f846acd
SHA256: ffe4536757178a1c9e332e40bd2f6d30be6985f0011fd76971c2039cc8f92e99
SHA512: 0dc0cfbb5887b1b6d406909416c700f734f2741c004831251ec65d8c18547eddc212a4a88155392ef2f655ad6894a6d6316e7440fbae2c64258f2a83a46a3c73
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 238660
MD5sum: 97bd78b791ea62bbbb985e62378f407a
SHA1: a2db8a0b30af057d13f2c813eb6a2699d1a54a5a
SHA256: 2c06ff5673766323a38d6e9bbd1f7b2e1ee238d6c5ed451430e380f3468ef50b
SHA512: 4d7072620c4617c27f876f61054a6e88a25e68763c3ff0c25e74b184fd839893a3240e11dd21cfd7fc2bb271641c1455f8e811395db8fe348a88a3c518406c9f
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+apertis2bv2024dev3b1
Depends: python3-protobuf (= 3.21.12-3+apertis2bv2024dev3b1)
Filename: pool/target/p/protobuf/python3-protobuf-dbgsym_3.21.12-3+apertis2bv2024dev3b1_arm64.deb
Size: 1431700
MD5sum: bec0d5d7355f30659f67b28c69eb1993
SHA1: 1ea4618083c0b9bba52c55b3c00e5bce1ef7dca4
SHA256: 07628588a24b0109e0d005bb9e0b6e6c2c3d0e9d8d53ed5811a3c7df962746b7
SHA512: c2a2d5ad85b1be0a9943736749b40a0a8aead9a66ab71cc44d2cb9d86509c9349d5ea585d3fb389316b6d0da89e644a34af0668e72cd603631c7a8e94f833074
Description: debug symbols for python3-protobuf
Auto-Built-Package: debug-symbols
Build-Ids: 364ec61df82864822ae2686ab20f4df7e04ff234 51a6972f2af3fb19b9bc80ee1d49a136ee6e63ae

Package: python3-seccomp
Priority: optional
Section: python
Installed-Size: 299
Maintainer: Kees Cook <kees@debian.org>
Architecture: arm64
Source: libseccomp
Version: 2.5.4-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17), python3 (<< 3.12), python3 (>= 3.11~)
Filename: pool/target/libs/libseccomp/python3-seccomp_2.5.4-1+apertis1bv2024dev3b1_arm64.deb
Size: 87256
MD5sum: a107419623cefd7197b230cbdc352551
SHA1: c6a72679eb623d07bc4a9217442b19431bf932e7
SHA256: a2d96309d672a6ab7f12d19fb4e5ae741469d8fd1e660186338dbccaaf94c9fe
SHA512: 85700572af601ac42e1960e175d397a03be95fad2d72d7e3b6fd4d820f4568e5fc83f896afe30d9577861dd8a1e038c9da15ccfc1d305e7372075fd868bd4ec4
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+apertis1bv2024dev3b1
Depends: python3-seccomp (= 2.5.4-1+apertis1bv2024dev3b1)
Filename: pool/target/libs/libseccomp/python3-seccomp-dbgsym_2.5.4-1+apertis1bv2024dev3b1_arm64.deb
Size: 323852
MD5sum: 81dcac51298c3b299c5ec33b0c4f8539
SHA1: cf8fce87851775364fdcbe843a34fc7ae1623070
SHA256: adac422727ad4a02d82f436ebdd56e7c2cfca5bd18e03ad7596eb2e6581cdac2
SHA512: 0cbd339f717c959f4ae80ae551100df2fce520aac887e4432c43d5a5ebb7ccecdd582b51a1256070d82206d8c2f3a29236ec0db21f7627afaadd8c7daa8de9b3
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: 799
Maintainer: Stefano Rivera <stefanor@debian.org>
Architecture: all
Source: snowball
Version: 2.2.0-2+apertis1bv2024dev3b1
Depends: python3:any
Suggests: python3-stemmer
Filename: pool/target/s/snowball/python3-snowballstemmer_2.2.0-2+apertis1bv2024dev3b1_all.deb
Size: 58444
MD5sum: b46f8b5f8274cebcd8463778d13017f4
SHA1: 1a943ac47583389aa455ec92842b90286d55c1a6
SHA256: 1dac361eadcb70cc9340a1b105c7530fef7fba2340d967163e56307c95c30ca6
SHA512: f0bccb624598eb6a546d08a24e622d7d7843c188ca2d9ed73efdf99b7595d7f5bc5ce23bd8a15e04554468f69e4a4b502a01808ef82ca4acb489700cd3cf5bbd
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+apertis2bv2024dev3b1
Depends: libz3-dev (= 4.8.12-3.1+apertis2bv2024dev3b1), python3-pkg-resources, python3:any
Filename: pool/target/z/z3/python3-z3_4.8.12-3.1+apertis2bv2024dev3b1_arm64.deb
Size: 78316
MD5sum: 4b689f38a97d75934d4694811a8075c5
SHA1: d8dbce92f75b59cdce5b579fa200cba9d39dc542
SHA256: e9d7f07a86e22e5c815889675ac65a169854e3fbecffbbade9bac63d36f89537
SHA512: 24facded7a4d66c4147db112e36caee43a2bea8e36c8249f41f02230fd1807dc243ef9e24cbecaf34a07a6aeb19f5b504c53ca3c4df75a649fa5df6b994399dc
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: 109
Maintainer: NIIBE Yutaka <gniibe@fsij.org>
Architecture: arm64
Version: 4.1.1-1+apertis3bv2024dev3b1
Depends: libc6 (>= 2.34), libpng16-16 (>= 1.6.2-1), libqrencode4 (>= 3.3.0)
Filename: pool/target/q/qrencode/qrencode_4.1.1-1+apertis3bv2024dev3b1_arm64.deb
Size: 41228
MD5sum: 01aa368471dc19788172a0b7b3aad843
SHA1: 5863542a810999146a4d05d574f12d79382cac4d
SHA256: ea3e6fba210de4a59838f19ded685af0de41a3ff1322ac94c4b936907ab48d13
SHA512: ccb6997730162997380411bcd7aa680472a49c0463fa777dcc5bae44cf9c92caee9c0dd90354b9cd01286417273ee9762eb98ee6eaa927288d83fed910822335
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+apertis3bv2024dev3b1
Depends: qrencode (= 4.1.1-1+apertis3bv2024dev3b1)
Filename: pool/target/q/qrencode/qrencode-dbgsym_4.1.1-1+apertis3bv2024dev3b1_arm64.deb
Size: 27952
MD5sum: 8806201fab8aa0f1d62676e6d55a5fb7
SHA1: c02922ae9da3dfbfd9ea89e8eb7e1c51b682ff38
SHA256: ae3915fdf5260deec272472044ffe9bbbf3544e8761c677c070338bc5ae1080b
SHA512: 23aec1a47416421c0d068a87697e1219ed0ce0bab714c337c8905bed67a1b5e538c93586f35057d759b638b77ddfcbadf9f4ec836698b8937a09c2551817d3a1
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+apertis2bv2024dev3b1
Suggests: rapidjson-doc
Filename: pool/target/r/rapidjson/rapidjson-dev_1.1.0+dfsg2-7.1+apertis2bv2024dev3b1_all.deb
Size: 98408
MD5sum: 6615b08dfca63e0734d5f7a5f881a1a6
SHA1: 1ff0cac3b24d0b7230504825733c512323571dfa
SHA256: 23815542c6ece40a6846a8696cea08db2c4ed4da2f59cf7bd9674d57cf443e21
SHA512: d98ab58889bde93b9aa7abbc6c119c28086cbfbdce7440a838a266726caead77937e35936f2806b141b91bc9e9b91fac99ded8cb725af53800dda1479c6ad840
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+apertis2bv2024dev3b1
Filename: pool/target/r/rapidjson/rapidjson-doc_1.1.0+dfsg2-7.1+apertis2bv2024dev3b1_all.deb
Size: 998212
MD5sum: 42ee867d87fe243b1acee8bf1e99bd69
SHA1: d0fa384669b3701f4aac7dc9eb9451d9d949cb8d
SHA256: 9ed2412e4749de3901195266202e57f9243def69f913c9570316c36f521d578d
SHA512: f82737d515f8839a85af97823cb80e0c48cba6c4d1b94c4036b579067a2838e42ce5e0a9e3bc4fc829465e18da46ef6982f129297a8389bb0c39c704a2624bc8
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: 430
Maintainer: Uwe Kleine-König <ukleinek@debian.org>
Architecture: arm64
Version: 1.8-2+apertis3bv2024dev3b1
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+apertis3bv2024dev3b1_arm64.deb
Size: 135320
MD5sum: b5cdca9257186bacc29b2c00d9aeb164
SHA1: 1a599de9afb59ed92eda40a5116a0c96215a456a
SHA256: c30cc1ce8a9769890aa655af03d751aa3f2b9ddd003a74f0d1b74276cb42411b
SHA512: 5f1800bf9897da2c2e82118f3d5effdf4d716eec56f634aab3a5e9d656edc43ad27036423b510da78e429c9ec5a7083edfae994b19fe6a4f05c6a5cb3c21ad61
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+apertis3bv2024dev3b1
Depends: rauc (= 1.8-2+apertis3bv2024dev3b1)
Filename: pool/target/r/rauc/rauc-dbgsym_1.8-2+apertis3bv2024dev3b1_arm64.deb
Size: 420380
MD5sum: 1640fb92c2994a4c11cf4c584a3212f8
SHA1: 7a5d2710507845b4a0d33244b705a44d491446ac
SHA256: 78359ff73edf2128c77ba61d47e59f3ae53507253683b93abf213a403d8f7d05
SHA512: f540e36b09b432a35df5d41c4c5022e39605a6e85653585b4197e0c5f1838f766262f866705c65a233c58911feba355058f8254e705740683d1eca2d35b73c77
Description: debug symbols for rauc
Auto-Built-Package: debug-symbols
Build-Ids: 43daefed789cb5ae70dc918d6a74be795a1c0d7d

Package: rauc-service
Priority: optional
Section: admin
Installed-Size: 50
Maintainer: Uwe Kleine-König <ukleinek@debian.org>
Architecture: all
Source: rauc
Version: 1.8-2+apertis3bv2024dev3b1
Depends: rauc
Filename: pool/target/r/rauc/rauc-service_1.8-2+apertis3bv2024dev3b1_all.deb
Size: 23428
MD5sum: 73798cde232726db8acc891dd1960bd3
SHA1: 2bc7c9be975624e320f5665591420a0ec408bdf4
SHA256: 70c816d8cab6e225c8d19c546c0f570f5fd6bf6cd360d6ccea5584a48c55b959
SHA512: aa02f54fe393efaeb1a802214ed73caf69dec37fb430241b92f8cf6ce107fc78ddbe16a982f6fa68d42076bbeca5365350ecfc2194ae40bcb8fa0e1c1fc9cd78
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: 3040
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-rav1e
Version: 0.5.1-6+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2)
Filename: pool/target/r/rust-rav1e/rav1e_0.5.1-6+apertis2bv2024dev3b1_arm64.deb
Size: 856452
MD5sum: cc7ac06c5b902739df5ac5ddaedae1d6
SHA1: f41b19cb6e74093459b5222ddaba67654bed5d3f
SHA256: 0df397f8f39b17edb3a630d3874bb07fc3213f954c5b99b83e5b14b0d6481a5e
SHA512: ebabec5af3fbcde0562a1e782ed836317f5f1d0a45ee32ae7ac335604f261956bc89eac4600a7e80467e99b5724c0cb9f8b648da138185310632b200db7409bc
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+apertis2bv2024dev3b1
Depends: rav1e (= 0.5.1-6+apertis2bv2024dev3b1)
Filename: pool/target/r/rust-rav1e/rav1e-dbgsym_0.5.1-6+apertis2bv2024dev3b1_arm64.deb
Size: 8156280
MD5sum: f74b1bde6b9a7e7bcf519d1a2f0ce759
SHA1: 045b170608af827dd49f95e4aee7c9fabe9b9fe3
SHA256: e8698959944f957972db9928815f73f77f41651358a590b69c4d07fd4233a9c8
SHA512: e27427cfdd8ac343a53ff8e659f38dd0068e004a2fa61de27be9045bcb26041ac1bf3fababd63b2bf946b78b63b9919d854c7f2264d5c10a55a7495cf053c834
Description: debug symbols for rav1e
Auto-Built-Package: debug-symbols
Build-Ids: d2db944a886d3d71a1478e45858bb5382e747300

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: 131
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Version: 0.2024.1bv2024dev3b1
Depends: acl, adduser, policykit-1 (>= 0.113-1co2~), libc6 (>= 2.34), libcroesor-0-5 (>= 0.2024.1bv2024dev3b1), 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.1bv2024dev3b1_arm64.deb
Size: 28280
MD5sum: 0dda71535044259cc452021bec78b808
SHA1: d467b82446c5cb8dd42ea90c748e9b098f76208c
SHA256: 3dbf4e662a43591216c0999a074e5428ac81d924774964d760a7133b9abce9b0
SHA512: c428b948cc9104776542e7bc17363820633b42d32fc63198dfc396bf25d3a2b122f8e4656fcc5acb19a7237da08c5aedba35c36cea13f386e1857d9ad0630752
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.1bv2024dev3b1
Replaces: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Depends: rhosydd (= 0.2024.1bv2024dev3b1)
Breaks: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Filename: pool/target/r/rhosydd/rhosydd-dbgsym_0.2024.1bv2024dev3b1_arm64.deb
Size: 70460
MD5sum: a98ff8d53111bd0ad444a37353c64abf
SHA1: 8e85b77e899de91c91ea62671367ed6760238436
SHA256: 1a587d3dfa08d906e10de854fc29f85ca8e87e066cb84a26a3327d34194e5a20
SHA512: f1301a32f3217adf0388c4cd498b59f05b905e6f1383bd19553f4ca8ef03bd7f9490816021deb8f6f27fb5e3e1e6c8d960fd5f2d33cfebcf1ae34ccafe9670ce
Description: debug symbols for rhosydd
Auto-Built-Package: debug-symbols
Build-Ids: 90905792aaeb4c78ab293582d848dd293d313efc

Package: rhosydd-mock-backends
Priority: extra
Section: misc
Installed-Size: 204
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: rhosydd
Version: 0.2024.1bv2024dev3b1
Depends: rhosydd, libc6 (>= 2.34), libcroesor-0-5 (>= 0.2024.1bv2024dev3b1), 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.1bv2024dev3b1_arm64.deb
Size: 23364
MD5sum: c8f0799eb745e0a85eb28f9d29a7340c
SHA1: 705cdefa61536ab7ecafdfcec8d08332487b3b1c
SHA256: 0e12e1434acf836670d0e894a549832ef2e82225d6a8baa6683e70e52fb95328
SHA512: 99bfafcef266e1c55e412041bff3fa2aa07e8545d289bf770af8d8e87d81e289e45db2196c8b0afdfcdd5120cfaf2fa72579fa080ce1dcae04db4c01e84f8798
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.1bv2024dev3b1
Replaces: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Depends: rhosydd-mock-backends (= 0.2024.1bv2024dev3b1)
Breaks: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Filename: pool/target/r/rhosydd/rhosydd-mock-backends-dbgsym_0.2024.1bv2024dev3b1_arm64.deb
Size: 41820
MD5sum: a2c08be777f14a2407720cb37deb420a
SHA1: 8ab33e5748f30631ef53dfb0a5a820691106ca9e
SHA256: 484c60fe1799bbf8c16548f8d67929255867f22aeb53d784817c43f2a850d983
SHA512: 0e1ce08a8a27af8499e2d2098ab18add24dfe23dc4c08e4d271943668d82beda024a29fbe5cd599787d868a4400bfe9ef5e2720da5dd98a0da119a5876a05ac6
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: 146
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: rhosydd
Version: 0.2024.1bv2024dev3b1
Depends: gir1.2-rhosydd-0, python3-gi, rhosydd, libc6 (>= 2.34), libcroesor-0-5 (>= 0.2024.1bv2024dev3b1), 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.1bv2024dev3b1_arm64.deb
Size: 27980
MD5sum: f2824ca559e28f11b24e2d4ebbba148e
SHA1: 004d6d39e66fdcf57ce290f759fbacfabf08f93d
SHA256: 281542c4c9db1b9fd9fc7429bc001bf714e4bef1bfa247bec3767a34deb55ab6
SHA512: 2becee64edeb011631a7f73ad02c9f03d2e144c434d7c5f8d55d622a41ec75634cc472b5065e7173c7ae05e8dff0d7e064694941e8098ccfc82345c11a3004cb
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.1bv2024dev3b1
Replaces: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Depends: rhosydd-tests (= 0.2024.1bv2024dev3b1)
Breaks: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Filename: pool/target/r/rhosydd/rhosydd-tests-dbgsym_0.2024.1bv2024dev3b1_arm64.deb
Size: 46320
MD5sum: bfac71214af606968bcabc8f7c73004a
SHA1: eda850808c6ae7b1b0f20109f9d4d122b60d8448
SHA256: 08193f2c871a2ba4f1d65b5f6eda5b9976672077cdd3d56f0e5bc37c4ba20793
SHA512: 342437db2efc5dcad01f2773fb884703957dd9feac371a0d383a59f38ebbf2dc2e4f27c74a5e01a93218528b175871d53f85cc51b49d1bce06b28e42b2c19115
Description: debug symbols for rhosydd-tests
Auto-Built-Package: debug-symbols
Build-Ids: e979b90ce3cba77cf6f34ee655688bb8eabe04e2

Package: rhosydd-tools
Priority: extra
Section: misc
Installed-Size: 103
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: rhosydd
Version: 0.2024.1bv2024dev3b1
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.1bv2024dev3b1_arm64.deb
Size: 15820
MD5sum: 98732f57f0d442822bac29c304d0513a
SHA1: 8ede3302fe37a3951744a03de1960375f74140ad
SHA256: a7f4adf56bde8dd593dee0a899315be1f209f502b2f28912d250da2598cc321c
SHA512: c0bd817faedccc9d4c994aa734f7bcd73f975a8ec1d891e59a3d59be75558dc02802644aec5529064538eea7aa2a5dc189bcee93eff053a8137678daef76b2bc
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.1bv2024dev3b1
Replaces: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Depends: rhosydd-tools (= 0.2024.1bv2024dev3b1)
Breaks: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Filename: pool/target/r/rhosydd/rhosydd-tools-dbgsym_0.2024.1bv2024dev3b1_arm64.deb
Size: 23172
MD5sum: 0af5bff52ce5fd7b7968730dbcc9f18a
SHA1: 7b3361b9681a3a3603d335fd30483e195cd12908
SHA256: bcd31c53d4fad67c097409d6ee2c446583f00b7c001078f9c4dc3cc6055549e4
SHA512: 5876e368f26f8035c37e2502bb645d34e867f1468ba777c65f2b6817cff4930fb635a5ef1a2ec0534e3d4f109c1fb9c46414d5464f22af3ac66778999177b1cc
Description: debug symbols for rhosydd-tools
Auto-Built-Package: debug-symbols
Build-Ids: 4d9e4d795571a83bed4debb9e9442d0d95edd030

Package: rng-tools5
Priority: optional
Section: utils
Installed-Size: 173
Maintainer: Michael Stone <mstone@debian.org>
Architecture: arm64
Version: 5-4.1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34)
Conflicts: rng-tools
Filename: pool/target/r/rng-tools5/rng-tools5_5-4.1+apertis2bv2024dev3b1_arm64.deb
Size: 20360
MD5sum: 9ab732acdc2a11e9ab3925779fee139e
SHA1: 7731043dda4d723d2fa060443d2f29ccbe8852d2
SHA256: 8c646d8c5c4b03319c9d7ec0c4b41a19aa91f2f8dc0e1ec7d8f9edb9e57a7736
SHA512: eb29c1866179d575a2f18b95159a47fbc8e353434548b3ff99a7c958845d4f80fba930e200739ca1031aca1d91bf121a300da4c34c15457e7e4472b600206dcd
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+apertis2bv2024dev3b1
Depends: rng-tools5 (= 5-4.1+apertis2bv2024dev3b1)
Filename: pool/target/r/rng-tools5/rng-tools5-dbgsym_5-4.1+apertis2bv2024dev3b1_arm64.deb
Size: 36576
MD5sum: a06a606b9003457ded83bb1b2a2f10c4
SHA1: c809d0ff0e09465bb26ff4048837e37d241636d0
SHA256: 02f6b7616cffca25c655b03e262e233c1e76891ef2a688144ae8af041272b7ad
SHA512: 87897bd724580c08e7c7a18d89e830cb7ce320503ed694f3d4ba81b1edd8b3249e172f3f0c7daf70838412b1d464e83864eb10f8e30a52955bb22dcc79a0325b
Description: debug symbols for rng-tools5
Auto-Built-Package: debug-symbols
Build-Ids: 0833db0867e2b50d6cff9329d4a197ed093f8734 b493eeaacf73b35ec5aa9c656c635597dc682ca2

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.2bv2024dev3b1
Filename: pool/target/r/rpi64-autoconfig/rpi64-autoconfig-connman_1.2021.2bv2024dev3b1_all.deb
Size: 3492
MD5sum: eac5a278ea29e9e7bd3f0f6dc4263723
SHA1: df563565d49d5e3a0e824511d0b726b0aa6873e9
SHA256: 701eeac4e227086ed29c6587648fc1b1f79ea70832ce2513bdefc796f0a32c18
SHA512: c527f1636d0bc38d28eb1c8cb17853d66727bebad8ff22903fe723d0e8857e6e69e1d1f6c6bea8ea79f1ecfef08c40a8edc3ccb2d9ca78d45b9d6a5b9c4d3b47
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 160652
MD5sum: 1788b533bfc8f21e534e59e443c9e196
SHA1: 15423f6ec3a2ed9e08a7877f4ac8d54a730a2b68
SHA256: 6ac44e2abfd2bb2f659d7d4a0763cbe4d5c6dd7fd131dd8e322638f9efcfafae
SHA512: bbe2407025447a9b6a76a5ff0a6b6cfe49575d90bf4a75be8ed21148aed2f3e5971ee4a38a6115f90ea35811f2d2a6a6eee9d3636a88486a9e14d52dba1e7343
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+apertis2bv2024dev3b1
Depends: ruby-google-protobuf (= 3.21.12-3+apertis2bv2024dev3b1)
Filename: pool/target/p/protobuf/ruby-google-protobuf-dbgsym_3.21.12-3+apertis2bv2024dev3b1_arm64.deb
Size: 532540
MD5sum: 1bc330e3cd0a18a8c0f933f38b7b5bae
SHA1: 04816af8bd38b63c6761ca6d54d006be0eae56be
SHA256: 9e925b85d789b7795de54512f6df58193b7c10fe0d7082ba043c86097e9c9ce9
SHA512: 4dad056a6609781f114f7a2f9704fb97ec5bb8e3aa6aff125ea96c196c18d52ea9f26a93cc5961f87ca5c4e677100757bdbcb4ed85256f8b3bab97f5cd484a95
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: 26
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: grpc
Version: 1.51.1-3+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 16576
MD5sum: b93357b5ee8cf2c0e04fb814f82f48f3
SHA1: f283668f17c2ddcc759180270e1f5b609db93bd1
SHA256: 849c65cbf6f43d7f5eb622724ab6542d655b87764a65f44fea9e9b3052bd4bf6
SHA512: be508e17cfcfd32903a375e26ef0263824f595d8d0025b92461b83e885654b6dd81de7a8d5dab456cc35dc90551bf0af8d75988f2159cbf7815c04167e1a1ea6
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: 26
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: all
Source: grpc
Version: 1.51.1-3+apertis2bv2024dev3b1
Depends: ruby-grpc, protobuf-compiler-grpc
Filename: pool/target/g/grpc/ruby-grpc-tools_1.51.1-3+apertis2bv2024dev3b1_all.deb
Size: 16460
MD5sum: 93dfa47254a149faf732a4c07358bc3c
SHA1: b0a66be9c6ee1033ef522e98f3373e21f96bcf14
SHA256: 98eab3f2dfe20724342aa1239240e09ea4d4dc65868578ae198c9f04927adf52
SHA512: 0db665fa7b8dd4ee2d866d5c4bafde71d41677fbd8734915e281911c5e4028b2257fc7f6a5f0f8512383ffb3f776b29bef42c34a873aa40aedec3c1f9777bf93
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: 6991
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Version: 0.0.17-2+apertis8bv2024dev3b1
Replaces: mktemp
Provides: coreutils (= 8.24-1), mktemp
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3), libselinux1 (>= 3.1~)
Conflicts: coreutils, coreutils-gplv2, mktemp (<< 1.6-4co5)
Filename: pool/target/r/rust-coreutils/rust-coreutils_0.0.17-2+apertis8bv2024dev3b1_arm64.deb
Size: 1762908
MD5sum: d29e5e3265c59e3656b0e9fdbdd82570
SHA1: 414271046172ac7e21c091b49ae4cab5ac91ca6d
SHA256: 2a3d54691cca0755d8b728e892925352cd52c3612de3eb46625656c254c5a7a0
SHA512: 8b1651a8a06bcecc47de63899c690dba98012df309cf9f00628ab7c59700aee119b139cdb619692eecb8e094c546f48a8f2a124e74556c4d6f9c9feb1ca0b42f
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-findutils
Priority: required
Section: utils
Installed-Size: 3059
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Version: 0.4.0-0+apertis3bv2024dev3b2
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+apertis3bv2024dev3b2_arm64.deb
Size: 709348
MD5sum: 034618b6fb93f5bab7fd30b9c3e40156
SHA1: f291f0ab067fc0e870d048ef2f6659c2644fceaf
SHA256: 6a19033265701462f93c8f4b0789583f0d4e8690e3070de3655aa0487302776c
SHA512: 2ffe9be212a44dd3b200f3a2a45f901464f8e11c02c4aa7b104f05acd3305b56f834275b35329ed7f57622c9bb5f2b30de66a35a2383e3d486a6edd4770f51d2
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+apertis3bv2024dev3b2
Depends: rust-findutils (= 0.4.0-0+apertis3bv2024dev3b2)
Filename: pool/target/r/rust-findutils/rust-findutils-dbgsym_0.4.0-0+apertis3bv2024dev3b2_arm64.deb
Size: 12794356
MD5sum: ec72aba36d6727267961414a1a4f67b0
SHA1: 310a2810d9efa32ee91a209f671ee44f9edfaeb2
SHA256: a6ba89226748fb0625a697f854dc796883a92d3010064291a6b5f59ea160211d
SHA512: 0c370a8ab33d752c24ecb0fe7c998c187ecc8f803988cd8ac47a95edb5e4c68a99a50840c728b04ae00a84ab35f147a5c5becbda10bbad4034143f520931f486
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: 25
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: all
Source: libsamplerate
Version: 0.2.2-3+apertis1bv2024dev3b1
Depends: sndfile-tools (>= 1.04)
Filename: pool/target/libs/libsamplerate/samplerate-programs_0.2.2-3+apertis1bv2024dev3b1_all.deb
Size: 14288
MD5sum: 209e7312adc419dc889eaa93343f6aeb
SHA1: c4ffa63484d839a361611ffa0b68d8e500322d71
SHA256: 073d9f31888ec3b1b610005a6712ebc4b0d49dfbab233a8308f07dfbd0e2851d
SHA512: 38a9d660ec7ea6633ebd8a7e29742aad7daef7c6940e359a887e7e4d4aa8b64268e73993a659af7a283e2c87a88e307c5a5a10375926ac5b096f0c72d7c73e64
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+apertis2bv2024dev3b2
Depends: db-util, libsasl2-2 (>= 2.1.28+dfsg-10+apertis2bv2024dev3b2), 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+apertis2bv2024dev3b2_arm64.deb
Size: 101628
MD5sum: 8d4f94aec2680fddb7b719d1723316e8
SHA1: 980337be04647c17d0cc2975cda062a6bb605f6c
SHA256: 784b2d5a636f8d1d7626a9dacd914fc0592f00a997365992fc1c577e93e8b9a3
SHA512: ee3ff32286b1eef04b636f28b13ec5c58d4aa336a1e66271452df32e6beaa4ae5ed856e94d23a1368a3beae16894efa873dde4ddee42977cbe11289eed55e041
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+apertis2bv2024dev3b2
Depends: sasl2-bin (= 2.1.28+dfsg-10+apertis2bv2024dev3b2)
Filename: pool/target/c/cyrus-sasl2/sasl2-bin-dbgsym_2.1.28+dfsg-10+apertis2bv2024dev3b2_arm64.deb
Size: 172756
MD5sum: 554f4bf53e19463b751c3cee30bd8802
SHA1: 98db5a48a9aabe40b114973d5d2debb7081a1f83
SHA256: cc13c4d84aa4733ddc45ac0c902cbaf28200761fc0e102d6f07c07b572e989dd
SHA512: 2be3e8a1c54435211c051c3ae10c94883ffcec79c70d876a4f3487fc0621fc4ba82f04c1fae7f22bdc2865148b0b18c9769c5aaa5b63b93f6a08aa271bb660e5
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+apertis1bv2024dev3b2
Depends: libc6 (>= 2.34)
Filename: pool/target/s/sbc/sbc-tools_2.0-1+apertis1bv2024dev3b2_arm64.deb
Size: 34696
MD5sum: be313b37114e3d94f175f93efdb61cd2
SHA1: dc330a6cd412ab5f1b26bbb45d1299d2aba397b8
SHA256: 9b9519e285ebfd0a2f7b586df09edeb34e1da8d49fa92ca9528d5dda16444e48
SHA512: d476644244deea352b69038d853cb90ee3084ea03170bdc679f9fd67409e0f543e17d39715677a82c2248232fcb07b4139c9e57de8b883d311384e1c48302503
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+apertis1bv2024dev3b2
Depends: sbc-tools (= 2.0-1+apertis1bv2024dev3b2)
Filename: pool/target/s/sbc/sbc-tools-dbgsym_2.0-1+apertis1bv2024dev3b2_arm64.deb
Size: 93728
MD5sum: 1860f12d9416585ef3c76bca1add713a
SHA1: c1538a8ee77e55677dc8c415a98d52f08812407c
SHA256: 4e017f9c4d300e31e6c3103dd905ca4d94410d3a9dead08d99d1dadeba6abf3a
SHA512: dedfcb50fb7177e2427c269167dda32502edfe2eb2d4e6172ddb7b20192cbe4c1fd39566ffb9973b6fba4e987c08dee7f575e9d27c7dfedd4d8f87ccc16616a9
Description: debug symbols for sbc-tools
Auto-Built-Package: debug-symbols
Build-Ids: 180ea87babe136f73b4673b65a6f71cc3b641444 319558534c1dd1ff3366d53692bb34fddbe2aff5 4262e8a2732e9927841929391c326242f71153c0

Package: seccomp
Priority: optional
Section: utils
Installed-Size: 89
Maintainer: Kees Cook <kees@debian.org>
Architecture: arm64
Source: libseccomp
Version: 2.5.4-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libseccomp2 (>= 2.2.1)
Suggests: libseccomp-dev
Filename: pool/target/libs/libseccomp/seccomp_2.5.4-1+apertis1bv2024dev3b1_arm64.deb
Size: 13152
MD5sum: aa8c67db12d7122073ff75e6c96dee01
SHA1: 8342e2bf4089a2ac3a8c6d2736cdc42d63a66e90
SHA256: 066905cff5855fb6c401e0ae76023b1b3d34f05530ffdd5d1cb0f8fc9386067c
SHA512: dae8764a0db71c3e8cdf49dfb261bbf778578c71160f2685193c3acad79d048f9417a62cff241c811d928f6164c8ce48d05d7dc0c051a02e04716b640ebf2d01
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+apertis1bv2024dev3b1
Depends: seccomp (= 2.5.4-1+apertis1bv2024dev3b1)
Filename: pool/target/libs/libseccomp/seccomp-dbgsym_2.5.4-1+apertis1bv2024dev3b1_arm64.deb
Size: 5564
MD5sum: 76015d4841a857e9dc2a0a269c852b53
SHA1: 33a05c5665b9caac40f3a0318c8d672d28fb4d73
SHA256: a0aa48863142ce56c844b0333afa27fac0e31e91975d66ca3c991785f3c6ac49
SHA512: c44072d90ff217b0032e373e358c0f1d52bce6965674a917df0bf4cee7c4854c5a2d482b4b6ecd9e97966a65d71e2819bce6ce09e8387927fe3496d02097b4cd
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: 58
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Architecture: all
Version: 0.0.17+nmu1+apertis1bv2024dev3b1
Replaces: debianutils (<= 2.32.3), manpages-pl (<= 20060617-3~)
Filename: pool/target/s/sensible-utils/sensible-utils_0.0.17+nmu1+apertis1bv2024dev3b1_all.deb
Size: 19584
MD5sum: cc6443f320b4ecd75cbe82dc97e9cd14
SHA1: 039cd1bc6b4f5647182208313a735067e0f9e88f
SHA256: 55c24949f546c3104fe77de59dcbd585365b91658e2046f4dc0696634f408b09
SHA512: 46c284ba3c701a2f0810d64aab800142e28dac1b4db7c2abd48c338a7fc85500bb8e059eb20f82f0d30a4e8e9aecd6f87b5e71296c8dd6d045b9e88254e53f58
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: 90
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: serd
Version: 0.30.16-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libserd-0-0 (>= 0.22.0~dfsg0)
Filename: pool/target/s/serd/serdi_0.30.16-1+apertis1bv2024dev3b1_arm64.deb
Size: 14956
MD5sum: 85bcd10cb4e53cd2c6849d0122b75332
SHA1: 6a8058e4394c5823754eaf534e66a6d46370fc85
SHA256: 5f2ab137b97678b5baa98ecb7f4cd06d6c5870259139234b9310b48a90148a4e
SHA512: d0519f25a7af51d2093f6e6e2bdc4673da17f30b8c4093b769bf22386457df01dc943dde90432f949be3764fa1f6c282f409eeac7ce68e9a6260c6b8bd7a6294
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+apertis1bv2024dev3b1
Depends: serdi (= 0.30.16-1+apertis1bv2024dev3b1)
Filename: pool/target/s/serd/serdi-dbgsym_0.30.16-1+apertis1bv2024dev3b1_arm64.deb
Size: 13312
MD5sum: 4decc0e54895541306222c1d02bcdfa3
SHA1: 8c7c3db3c07e9d518c20bc98c41c2c9b26b4e5cc
SHA256: c7b4aeed8c702ade616e8e61a4b5eacbb24f0d1e1baab2786f01f3d02202b8f6
SHA512: 2c27a74bf8e8e67fdff1930eaca6007433cdca8b0345a4f2c29861e6eefdb7fd9330f84a576c92eac2c4ce066db2887f7a8d6fe8311134efd791671b0ebd2039
Description: debug symbols for serdi
Auto-Built-Package: debug-symbols
Build-Ids: 0da652eacc0f89c54729b531b9645f4e921f409f

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+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2)
Filename: pool/target/r/rust-sha1collisiondetection/sha1cdsum_0.2.6-1+apertis1bv2024dev3b1_arm64.deb
Size: 660472
MD5sum: afb8053119c08e3b7218bca61be1115f
SHA1: 3d93fd9410a11dc8fc2e1741fcd63133d9d8377a
SHA256: dcb3e1dcf33228f589d4c6e3f84c7dd0d5bcb4507da210725975ef9d5d05a4a9
SHA512: c37d06056b456b4c8317d53252ed0f76b9d3e9b775f80ff7cb3cdfe9956d20403792c6221c24cfb50f04ffb8c604b50437f76c280ab0a33db4b3fd0582b7e48f
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-3+apertis0bv2024dev2b1), 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: 4033
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-sha1collisiondetection
Version: 0.2.6-1+apertis1bv2024dev3b1
Depends: sha1cdsum (= 0.2.6-1+apertis1bv2024dev3b1)
Filename: pool/target/r/rust-sha1collisiondetection/sha1cdsum-dbgsym_0.2.6-1+apertis1bv2024dev3b1_arm64.deb
Size: 3772752
MD5sum: dff3cceb138d54d76e4b314290b05000
SHA1: 8a51917fa2692b94193c2f21c722480d4a46456e
SHA256: 26c0f27c119f205d27d2b9ef295271bf54fd54765c1e6aa02e78e9b1a841eedc
SHA512: c9c67b7118d06f8bc3ce960ed42a77457da7804c25b2ac407acf96384488011369531fa95c013d131f61b5a236f19992aa76ef37a527e9e9e280d65948f365cc
Description: debug symbols for sha1cdsum
Auto-Built-Package: debug-symbols
Build-Ids: 83a7441aa2bb1003b970fc463efda0d0568c3088
X-Cargo-Built-Using: rust-ansi-term (= 0.12.1-1apertis0bv2024dev2b1), rust-atty (= 0.2.14-2apertis0bv2024dev2b1), rust-bitflags (= 1.3.2-3+apertis0bv2024dev2b1), 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+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libslang2 (>= 2.3.0), libslang2-modules (= 2.3.3-3+apertis1bv2024dev3b1)
Filename: pool/target/s/slang2/slsh_2.3.3-3+apertis1bv2024dev3b1_arm64.deb
Size: 205804
MD5sum: b5114204216af1fd8fb82f7118eee15d
SHA1: 97bc4adcd41f819064c248bd58ad8504e9d638ca
SHA256: 9a8a52d6dc8569278ff889b20c6c9c658dac8adc004c49e1c39425cb3063605c
SHA512: 575f1009e5e9382476463a8a097a622a9c7503e31bcdd39bb0ae3a46b1d4102a00167bd3dbca3321a7a2501d5cb5f4c9136b9dd10725a7066b0e543f6c664bb6
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+apertis1bv2024dev3b1
Depends: slsh (= 2.3.3-3+apertis1bv2024dev3b1)
Filename: pool/target/s/slang2/slsh-dbgsym_2.3.3-3+apertis1bv2024dev3b1_arm64.deb
Size: 14384
MD5sum: ae226771c5c1add8bf1e3c8f48a6dcf0
SHA1: ae42f415989a96315e477197c159f8edca037ce7
SHA256: a8058da88911d07133a9845514d35fb32862f03097c82e223df9f75c03a663bd
SHA512: a2697c4fb8adf50a257ab41e4ae888fbfaf6e2f753fb9672fddf2e36c1525fb6670d22d536fb7ac93078b8e6fead8ed3357e678f2e1d3f6feb5c55d1ec2d3bc4
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 48044
MD5sum: 62b81ceb74d576b161f9f07bcd4d4f44
SHA1: 570fbdc24b66c49936883a4b91a3b29c826446e8
SHA256: 4676c482ae5915fa86aae49c4faa06f4cb138f7fe1bfbee82ca3919de5d43268
SHA512: b7b38cbd297ad71cfd79c29710a1c63cb815867f4fc16f874e52b07d6a17a2ea04adf461585b152829100e7fc85667c57b041e4e830c37891d806a1525eaae54
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+apertis2bv2024dev3b1
Depends: sndfile-programs (= 1.2.0-1+apertis2bv2024dev3b1)
Filename: pool/target/libs/libsndfile/sndfile-programs-dbgsym_1.2.0-1+apertis2bv2024dev3b1_arm64.deb
Size: 155216
MD5sum: fbf876590d8739b598b195f4765c1106
SHA1: bf7cad28908fcd4fe2e6327398487dac9e77fdb1
SHA256: ebc2ce580da3540ba56c0cd119c9f135b89151e6f1eb5360d52eafded8f28e7a
SHA512: 8b47343186b631fdc2b267137e5c0a8666720a9f3b7892a8aa8219a575f229681e4473ead3ab2e89379cc2e5fcafd5b97c19bcd7ffe8b5b58fb1f3de6a1e1f5f
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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 2257400
MD5sum: 74634526f38a31ed95fca8d1993209eb
SHA1: c28a53fa2daf3c38c7b7e863fb07b32ce22c72e6
SHA256: 14738d93e658347da3ae565c7a359397affb6eb6124b1dd3442f53385497a5cd
SHA512: 85613dc1e21ac4bb6c37f558b5519a4c9bc1ab041a7a96114fa7ff14593dce51d84c2a97f66ba6d039b0f94098f749b59295692cc66eb9cd504f2cfd15c1776a
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+apertis2bv2024dev3b1
Depends: sq (= 0.27.0-2+apertis2bv2024dev3b1)
Filename: pool/target/r/rust-sequoia-sq/sq-dbgsym_0.27.0-2+apertis2bv2024dev3b1_arm64.deb
Size: 23748728
MD5sum: fb3fee58fc7b0f62858278d71fc32921
SHA1: fb9913de4f9bdc9e1599cbd3071db6d7c92677a5
SHA256: dc30fe52e1e3aa819c2543a3f34b05b3ae9ef82b8c47e15bd6ff654c428498c9
SHA512: 1137937dc1eee4e8f62d22d582d95bd3da038e2eac1a5be15f3ffa1f082df43886129a77f2b4d6b0cf1b1440092fd7602a97805bbcb2fde64e9827fac21a596f
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: 560
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Version: 3.40.1-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libreadline8 (>= 6.0), libsqlite3-0 (= 3.40.1-2+apertis1bv2024dev3b1), zlib1g (>= 1:1.2.0)
Suggests: sqlite3-doc
Filename: pool/target/s/sqlite3/sqlite3_3.40.1-2+apertis1bv2024dev3b1_arm64.deb
Size: 343364
MD5sum: ed4594a411a7103bfe6164beec4cb5bf
SHA1: e3c340517cb94184afb0d5066708e8854e3b22ec
SHA256: 5bc4e22a1dc11ec4610ff3077685b3b5f71bc88c4c6016ba3fbe8eb9df17e8d2
SHA512: 7ec6c9fd9ca947ed5c10f37e4156b4116e4bf937a973e6693af7ade5292a7f51f20ea518c521648b6311412105217655dd39c3fc6b8f580ffac64e9538c2ca35
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+apertis1bv2024dev3b1
Depends: sqlite3 (= 3.40.1-2+apertis1bv2024dev3b1)
Filename: pool/target/s/sqlite3/sqlite3-dbgsym_3.40.1-2+apertis1bv2024dev3b1_arm64.deb
Size: 359364
MD5sum: 2743e25023ea933386942184e8cedc15
SHA1: 62c81234d0250d9e63384e3ce865471b1675768c
SHA256: 3b6d91dfe1cd1a04adcf82cbcc0dcd404052d3ef9c3772c4762994a7cf71c895
SHA512: fc024f78df4e987b135132783c2a55db32a196f667fd23ff65601b462718487b38aeb97da9e9072f73845a4d2914fac82fc2e854fb0586282cb4ea4642637337
Description: debug symbols for sqlite3
Auto-Built-Package: debug-symbols
Build-Ids: 81edb03fd47f198554cddffa769bc17aa4071ce5

Package: sqlite3-doc
Priority: optional
Section: doc
Installed-Size: 28017
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: all
Source: sqlite3
Version: 3.40.1-2+apertis1bv2024dev3b1
Recommends: sqlite3
Filename: pool/target/s/sqlite3/sqlite3-doc_3.40.1-2+apertis1bv2024dev3b1_all.deb
Size: 7532440
MD5sum: d299d15175f32032008303e82fb1eb28
SHA1: f74002b755d0cbdeaa3608ad795c0ab851acbdc6
SHA256: 82c8f4af767aa8badfe71e02c9eadeec63f6b7d51c363415167d24ad921db6d3
SHA512: 804afae6f0650938ff32ace9144b2d8e0a141d1854f336bd0c28afdd8a8e5d90e6ed3afb5b75a2bf21cb4306c674dc56b8af0ec3a4e060198811de46331f9a65
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: 8462
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: sqlite3
Version: 3.40.1-2+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 1280628
MD5sum: 1c1c31ae062a53703dcec20d8421764a
SHA1: c0221d16a5c520f5a1b5d68a063921f22a23ffdc
SHA256: 0b4a0982aca3ff1487ffc09f119d01af12f96c37320a354220f7ad2be8f240ad
SHA512: 20e93af20b3b259fcb9f3106d3e6fe4754a681386532fd7ce94537f8f372c411fc6d470d024dff6448ef77741d8766846164aa197db39e56fb01173d1b7e06bd
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+apertis1bv2024dev3b1
Depends: sqlite3-tools (= 3.40.1-2+apertis1bv2024dev3b1)
Filename: pool/target/s/sqlite3/sqlite3-tools-dbgsym_3.40.1-2+apertis1bv2024dev3b1_arm64.deb
Size: 13675236
MD5sum: 2231dc5082bdc0f207d41d17f8878e2f
SHA1: f92a44518123217e62651a58d3ca2b71b1d3cbcd
SHA256: 85280d3317e431484c54c3e2545226bbcff6dec2f17945cef42de1966c64f8e5
SHA512: 1356975d96c7246922c69894eaede1d120a0b9366b4fc520e5d39166e556643be8be408e33b928238782d307863bbb9c2e60ca24ce526b4c7da0b9d0e3b98be0
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: 509
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Version: 1:4.5.1-1+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 164504
MD5sum: 9f8cf37014157a1d7865fd8e56c58163
SHA1: 28b2d49ba79aff7e720e25e0ce1205cc2654bc64
SHA256: 3be9e7ffa4bb00e11cc446ea504b512b69b7ab6e7f3e421de28f972774f45a12
SHA512: 618c1f4990b13c7270a2fe8e8b7ac9ed3444ffbc9713f00b2999550a1ca4ede9a86df0713afa14323b1784752b18da479605eabe0cebed0cdd0c188195c8a806
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+apertis1bv2024dev3b1
Depends: squashfs-tools (= 1:4.5.1-1+apertis1bv2024dev3b1)
Filename: pool/target/s/squashfs-tools/squashfs-tools-dbgsym_4.5.1-1+apertis1bv2024dev3b1_arm64.deb
Size: 461404
MD5sum: e2695d6b998617483ce3599cebbeb748
SHA1: 291841872949622354e5897f603f41a7b20f43ba
SHA256: 10a422160781ca03b8175294b21794d5c65c00397bffd47097e904f0c568a32c
SHA512: 197cf759c54d1931fd23d827c2ba0f66be12df33099f156377c74daa65eac21032e83fe4c87a67223a66ab533394e1a4d30843549cf7676d3c8e257db63ec35b
Description: debug symbols for squashfs-tools
Auto-Built-Package: debug-symbols
Build-Ids: 4434156391eb976fef2df7fcbb8138c54beccae0 c6773ab00003562773e9572f4cde9fb87e8550d9

Package: sqv
Priority: optional
Section: utils
Installed-Size: 2258
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-sequoia-sqv
Version: 1.1.0-1+apertis2bv2024dev3b2
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+apertis2bv2024dev3b2_arm64.deb
Size: 647608
MD5sum: e5d56bb2503a8bbcaa932b100f9638e8
SHA1: ff8de77e5fd49c159ae8b4ac2eb9e1a013cf0eb7
SHA256: 98a904769c44b51c71003b4e60c0941ed6c258dfb9d0dc79547efb2a047a94f0
SHA512: 65d348ff2b9289d2c1c81133fc430f9b8cc6c321ac03ff858970116c59f0af625faa578c9ea6c2868286fe8a3f420b7858301598d2653e1d42972d8cba5dde04
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+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1), rust-sha1collisiondetection (= 0.2.6-1+apertis1bv2024dev3b1), 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+apertis2bv2024dev3b2
Depends: sqv (= 1.1.0-1+apertis2bv2024dev3b2)
Filename: pool/target/r/rust-sequoia-sqv/sqv-dbgsym_1.1.0-1+apertis2bv2024dev3b2_arm64.deb
Size: 10697940
MD5sum: 7bcfc1f1ccf588291bba2b4fc021d13a
SHA1: b1d4bf41a4501eed440f54827c1d023453127c3c
SHA256: 4b171d39a3b42b759599713a21d383a1d053900997cb155bb989468b9078a8ab
SHA512: f61feb391090174e549b59d261623944d98b29d5998195f7848625b5624b1eaa760b592732da2728c6c197d42aae73e1b8f29b08c83123ac5711866421498232
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+apertis1bv2024dev3b1), 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+apertis1bv2024dev3b1), rust-sha1collisiondetection (= 0.2.6-1+apertis1bv2024dev3b1), 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+apertis2bv2024dev3b1
Depends: openssh-client (>= 1:9.2p1-2+apertis2bv2024dev3b1), openssh-server (>= 1:9.2p1-2+apertis2bv2024dev3b1)
Filename: pool/target/o/openssh/ssh_9.2p1-2+apertis2bv2024dev3b1_all.deb
Size: 180600
MD5sum: eb5456c60e8c7672b734ff5fd7d298f6
SHA1: b3d3474c3a8712677f1439cb6df49fccd711f1d0
SHA256: a2c24c279d2e9291d386deb33fbb710f0499d72d1e17f4678345763ceaefaba0
SHA512: ac5332c5e13808f975c55331f7410d43ef2778b0a216b177fa2a48bfa703665877135b671391f1e1033d50058d1b36ba81bd05c98882cb3a9e914ca6e03698eb
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: 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+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 194020
MD5sum: 1e338c370341cc1f01b6f7904cf55388
SHA1: c3c6e63336ed51b9ff14e5f822d4868282335205
SHA256: 7d9a2c5bee96645643aefe4804f399f9d9de6866e4f9cf31f52cfede5f5a8b03
SHA512: 715282861f7916bee9c2422cbc7874cdbfea051ab77fb70ae4559f6b1ef7caf82c3a08629ed2aa5a33abb84804a35e4c25493a587ae0d40d5b5c3d5e0666086b
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+apertis2bv2024dev3b1
Depends: ssh-askpass-gnome (= 1:9.2p1-2+apertis2bv2024dev3b1)
Filename: pool/target/o/openssh/ssh-askpass-gnome-dbgsym_9.2p1-2+apertis2bv2024dev3b1_arm64.deb
Size: 17016
MD5sum: c7ae5da9629e8bb4580546588873be01
SHA1: 72c3ada2620edfa91982b586eb660522eb0ab4a2
SHA256: 279e017e93910a3d6484cc3ad13990cb9743a113a340240901ea69ed207f30f9
SHA512: 84d6d90f355d4b96abf2bcf86f4f935081410ab7f391b8c0ee27a3e24961929cc2b03d9ad3d3fdae716d01d156372944b940e9110224bf3ef605de045c26f355
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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 809844
MD5sum: 179be6e5ae8cd7a429c2d2f703f2cdf7
SHA1: 32b2b675ed8fb12ecd4ee9ab14ee8876f50f5321
SHA256: f972e0eccf5057c221329ee56a4ed1efbbc3ce14d6cee60a05f08dd3ade1c706
SHA512: 1ee06503dd945809c7135111a257ae6758938eca2b46ef878023bb96f085c2ce6187cc79265e28833bb27e78fcfbaaa87d91dc05167d77e8dff744c5e13049b8
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+apertis1bv2024dev3b1
Depends: stress-ng (= 0.15.06-2+apertis1bv2024dev3b1)
Filename: pool/target/s/stress-ng/stress-ng-dbgsym_0.15.06-2+apertis1bv2024dev3b1_arm64.deb
Size: 2686364
MD5sum: e1493cae44e3c5aaa0941f76f9bdd108
SHA1: 32e0daa03d26125c7f192f32f9c44ed3e3769bb0
SHA256: 6794703d2a7a2b36a29c7a3fb3a2656d4be3004948e42d1891875cb995669740
SHA512: 2278c832fa887300275dcb38c15a9b97c3d00728efe4ce76947558f174276f9450e4b3ccb3a10ef928b7ad41301b2aedc223751f903b4ccf2258370a422bce33
Description: debug symbols for stress-ng
Auto-Built-Package: debug-symbols
Build-Ids: 4f679d583faa1e118e87439fa7e5df058f88dcc5

Package: sudo
Priority: optional
Section: admin
Installed-Size: 6391
Maintainer: Sudo Maintainers <sudo@packages.debian.org>
Architecture: arm64
Version: 1.9.13p3-1+deb12u1+apertis0bv2024dev3b1
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+deb12u1+apertis0bv2024dev3b1_arm64.deb
Size: 1831344
MD5sum: dabf190b7c24c41b01c26ecf3072e4ef
SHA1: 214631c1d0ee0207d6b6c775c5fe84579cbed4ba
SHA256: e9793d016d2f8e506958823fe865d1b43e5bcdaeac3a3e28a946c13873c39cb6
SHA512: ffcd48e1d5a42b1bc5b54afc89cb4b8dedb905c749ba5f87a9b752ef30f49b394e6096fc02ffc3edc87d9ef2d769d2656f2a110c682a2a0979f4c98df30c938e
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+deb12u1+apertis0bv2024dev3b1
Depends: sudo (= 1.9.13p3-1+deb12u1+apertis0bv2024dev3b1)
Filename: pool/target/s/sudo/sudo-dbgsym_1.9.13p3-1+deb12u1+apertis0bv2024dev3b1_arm64.deb
Size: 1974228
MD5sum: 38edd254bf95a625e110970bb3f8f4af
SHA1: 5b4763009c5c89033a58aeb699db5442075f8de8
SHA256: 8e12ba9927957009b0f55a73226bb94117ac604b897a1cfd99d3bd3b8f2e108d
SHA512: 15abb3c1203b773119e308dbe9aeacaca5d1eed099370c000379bf4e59ad464b67e75346020c6c43c2f8c12f6196de017edc4eed4cdf079164809ff7a306d913
Description: debug symbols for sudo
Auto-Built-Package: debug-symbols
Build-Ids: 0aa40deb5eb9954b3ffc00cbc6774d10c71bc7f7 0c0659ef761ee467bb10161e5c6a2e2183822f87 3ab4247efe46e7b7c89b53106c8840313113c7c7 3e495848810bab8188732c584e35055142f37915 438c8059d6751d4a198770fcde9f33f7df569ebe 4ce2f0c370e2536932b54132a3403f4eb74489c8 58897819775e2f4d6de4136d6db9c231a89501ea 8f5db9ba06e3b5751dabb327a15a931f971e7965 95e58fe6d33ce2050b25c29ac8583bcf26f91ffb a8cf62944ff1750e02670554506569c10de42cb3 d5f38517b9952f5759b4f19f3571ed7e2236f2bd e0e6723b7bc0bcc0dcbadeebb29b444651981666 e176d5174749abcdf3dc459177210291501a9f19 f0c5f828ece4a760836aa4bf0efed5612ab14f35

Package: sudo-ldap
Priority: optional
Section: admin
Installed-Size: 6485
Maintainer: Sudo Maintainers <sudo@packages.debian.org>
Architecture: arm64
Source: sudo
Version: 1.9.13p3-1+deb12u1+apertis0bv2024dev3b1
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+deb12u1+apertis0bv2024dev3b1_arm64.deb
Size: 1866700
MD5sum: c0ac5cfd0e1778d8f30bee723ab60e33
SHA1: cf7276187f043745b097def4140fdd5c34b48a6e
SHA256: a19edeaf74f0d111b20eeb60067458e53643fde22166108f7b4d8a482958e4fe
SHA512: d22b6d03e4b4e2e9ac5de170a647506ac1f5b7ed18c703395e77057028e5f8e51bacda9d4181cc42218001a8b3023f5731b3155084e445cb5157f0a5de015f30
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: 2352
Maintainer: Sudo Maintainers <sudo@packages.debian.org>
Architecture: arm64
Source: sudo
Version: 1.9.13p3-1+deb12u1+apertis0bv2024dev3b1
Depends: sudo-ldap (= 1.9.13p3-1+deb12u1+apertis0bv2024dev3b1)
Filename: pool/target/s/sudo/sudo-ldap-dbgsym_1.9.13p3-1+deb12u1+apertis0bv2024dev3b1_arm64.deb
Size: 2018896
MD5sum: 2d6d0fe747f417c60afdbb4be6020a91
SHA1: 98efabf539ec91780caaf2a4f47eb0fafb276f94
SHA256: e3a293c5e7906ac0a7cdaf756f7c8805743332dbc23f96c85dd0fe9bf5a7a686
SHA512: b8f06c21b7034dcb7405fd3af80a4271a2500e8baf83bb69540e35f8ea80df06bc54855ef84c69c516fc4b6761019f144e8547e9c7622b64d395e19f83efe488
Description: debug symbols for sudo-ldap
Auto-Built-Package: debug-symbols
Build-Ids: 080e50d8ea963af444f393a1601ce5a6f7dd0112 11c844b191d689c4332b171790e49d8f4c414e0f 300aad4128ccf5636da5f55fdee0cfca6d7c58ec 43817c6dbb37dda29e878f52e9b506b119969a8c 48bec86a21e3eeb688b376aaa0bab7fa01756371 58531efcdfa4bcd3d1420e2a9a1d3a6372fdaf0a 5e51c9f6d0b37ea6f5fb09e5bf8711b99cefff79 6b1b963dfb398a8ffbce3936cff138cb00a0aa0d 6ca513caf95a895291e4a00f0e3ea766b2eb0de7 6d93f1d7fa6971d5031c9ab7218ec160c5d031f6 7cac0c6d562e96a55c2b7c5b1cb32a4919bd487d a317b63d5cd68bfe9b4056a3fe7afb080ea40433 b4d07fb5c6f889128f8883ca95f4f36bd46904ef d29ffcbe6c21b99a1d007229d7f35f71d0e8d2e0

Package: svt-av1
Priority: optional
Section: video
Installed-Size: 238
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Version: 1.4.1+dfsg-1+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 54748
MD5sum: bd1e3e257fc911141a0fa807d527fb99
SHA1: 2a78485775ea0138c86579cabab3c8a29af4cc91
SHA256: a83f4296751d5891549f906b1c6f2e7ac17e82d59f165a92052f3580a57f8d28
SHA512: 21fa949b379276abffe622e4f532f572101ccef442a6d906c33122c20bdf7ae684ab8bee50327df05b37101682e0ecf05faac0306f7252d8013084afc88895ec
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+apertis2bv2024dev3b1
Depends: svt-av1 (= 1.4.1+dfsg-1+apertis2bv2024dev3b1)
Filename: pool/target/s/svt-av1/svt-av1-dbgsym_1.4.1+dfsg-1+apertis2bv2024dev3b1_arm64.deb
Size: 125132
MD5sum: 8546527d68749a4b0105be81652cf061
SHA1: 6d1b7f6ae342154f94ea2ee76232effcef5ada00
SHA256: 688894b1fe39d7aa6ff3995161918e7a0d2ca7567e787ccb11c1252886390f15
SHA512: 5c53091fe3409f014f1a2f1da0d471941732e50e0e473470707c7d2f4a78fdf4970b228a113bd68538cff180420a402ca879b9a20ece680a11295010b00942ed
Description: debug symbols for svt-av1
Auto-Built-Package: debug-symbols
Build-Ids: 43c97bf7aad9c774281e8e0667298d9dfb2225db 8a433ec118586a1e46fe11b811df30893f87a28b

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: 13351
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 252.12-1~deb12u1+apertis1bv2024dev3b1
Provides: systemd-sysusers (= 252.12-1~deb12u1+apertis1bv2024dev3b1), systemd-tmpfiles (= 252.12-1~deb12u1+apertis1bv2024dev3b1)
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.12-1~deb12u1+apertis1bv2024dev3b1), libsystemd0 (= 252.12-1~deb12u1+apertis1bv2024dev3b1), 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.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 2846884
MD5sum: e99836ecad39ef572318d6c826e661c7
SHA1: d22c56b4ecd2364037897db0bc609704354d7fe4
SHA256: 78d3b2406bc9cecb7f8334314a858340648575bc26d25226c6aa5d689500e912
SHA512: dfa404198eafc860466b6935d45510b95940837923dc9048cad804822ae09d6941eb5d757bb553b1e428b230ea7bb85231128e456b4d183a715c46ab8b777f2c
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.12-1~deb12u1+apertis1bv2024dev3b1
Replaces: systemd (<< 251.2-3~)
Depends: libc6 (>= 2.34), libsystemd-shared (= 252.12-1~deb12u1+apertis1bv2024dev3b1), systemd-boot-efi (= 252.12-1~deb12u1+apertis1bv2024dev3b1)
Recommends: efibootmgr
Breaks: systemd (<< 251.2-3~)
Filename: pool/target/s/systemd/systemd-boot_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 105288
MD5sum: d5d5eca06dcc0f9f9489f3e08e3b0074
SHA1: fe5681f044f2937314f8e1f933616e99804934f9
SHA256: ff689e9be09095f7bd956887e060e6908ead46ced7a6e4fc0192ab0740ba5228
SHA512: bf69b75b6be406f22bfc38c46a25ff49fc923edfffbe71c789b112e0e19d785950a83bdfc4122dd5ab0ef2b36f3456ea17d57351df6eb48d56697820f076159b
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.12-1~deb12u1+apertis1bv2024dev3b1
Depends: systemd-boot (= 252.12-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-boot-dbgsym_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 115344
MD5sum: 6feaf8111601d7560e57b9ae70ed4705
SHA1: a4803c55d4705fb2d29831834d1c0520a86db89b
SHA256: 76e67d977b9bc6385c722565ee6a861e4103cf87999e2414ecb8d65a90bd8a0e
SHA512: c72029e878a3849d1d4d0ead4b2366cddf87b01a332118ebb4ffc914d9b07b09d92d3d0668eac980982e712dcb9a971b204d10699ec53b2980080e71c7c3dc65
Description: debug symbols for systemd-boot
Auto-Built-Package: debug-symbols
Build-Ids: 05e47f8dfc5dae35aa4cc42a40c3da21537188eb f413219b5216e818b18f2df53ff53dedc56a521a f98bc39a4d33ce20d4181d45351d9c39bac1a19f

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.12-1~deb12u1+apertis1bv2024dev3b1
Replaces: systemd (<< 251.2-3~)
Breaks: systemd (<< 251.2-3~)
Filename: pool/target/s/systemd/systemd-boot-efi_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 103448
MD5sum: 3b60f94ccca4a1aa5cb5a4be90d99693
SHA1: ae4d645bb08ca74237d1469c4e718b583c6856b0
SHA256: 0b522afd76b9f6548b1c3d95ad0e23aa5375a7e9dd2196bb562d53e2d3f46246
SHA512: 13e3aeb80684d0158c76ef04f43ff06680e1f0a94c8d2feb34f270a573381cce16d83713e04bc80fbb09d872eb29842368a429b4043bb1c294e409ce9019dc9c
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.12-1~deb12u1+apertis1bv2024dev3b1
Depends: systemd-boot-efi (= 252.12-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-boot-efi-dbgsym_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 6204
MD5sum: 02cd3063052c431139f5b7ff5e9d37d1
SHA1: 3bf5a51082b2352d0c3dc3969883b5540f9b395b
SHA256: 4a2563eb4c2a3fc1ce5ad6ef9d71d6a068d5cc0e0f74852f8837b30d9082072e
SHA512: d54586e7f14df4723c204dc3638617b7925938b789d20c024b63e18b875e247fc33dd68a1325f1e116864cb2dd7fe34c07d1150e4de1df9363cdc5d376f46406
Description: debug symbols for systemd-boot-efi
Auto-Built-Package: debug-symbols
Build-Ids: 2fb30c6ec89052607e405b18f68022b2430fb0de
Multi-Arch: same

Package: systemd-container
Priority: optional
Section: admin
Installed-Size: 1568
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.12-1~deb12u1+apertis1bv2024dev3b1
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.12-1~deb12u1+apertis1bv2024dev3b1), zlib1g (>= 1:1.1.4), systemd, default-dbus-system-bus | dbus-system-bus
Recommends: libnss-mymachines
Filename: pool/target/s/systemd/systemd-container_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 388216
MD5sum: a73d25589f35294099b69d6693f73e08
SHA1: 7dcd995c65a7ee7710c7a8b91d934d7394a3f78a
SHA256: 0b2c3b78990b6f885e95885c00b04c2bcd6fad00a3273d718ef846752bfae860
SHA512: c8cdcd7e720b96981233a44477186e7ce832bfb69f0d163b8a606a9607414467c27aac79cb6ec3e7409b4f11b3cf02014a841b6ec95677b6d7bddafb55fc9a91
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.12-1~deb12u1+apertis1bv2024dev3b1
Depends: systemd-container (= 252.12-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-container-dbgsym_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 1065492
MD5sum: 2d8506287f9e46f6e269039f8264d26f
SHA1: dff7ffb78214d2e95b3cfe1445d7634ab68b4f2f
SHA256: 8496275722b69b94e2b03021ab0db90d001338bd48786f602a326442d5a98a5e
SHA512: 3a9adb023156efcf8eee522cf3c09bfdd73c15f0b2d355a54d4ea61702de60ab26efec5331f9a5428d663e3c9aabc6aa7b760ad17f23bae7622326882f9f65d4
Description: debug symbols for systemd-container
Auto-Built-Package: debug-symbols
Build-Ids: 25a9f3ab93e12d9b5a5d503d7e0577df493b386c 3d3b8bdb9949474eccdba273abbbe8e89e7eece1 3e2ea4814655c5722172d7085320c56e73352b55 3ed451c561e38cad2a581c8f76d262810cf99348 4106bb5513f08e4891f40d402c031a30a3f35df3 603cd60c19a5c5307135969b6ad595fee954569b 820561e62ffbc2051bc10b68308d47163d203e83 94b511a4d76b33681cbab81431d5af1ad4e7e7ea b556ef2491eb01e7d5cfd18d006c0f9b59fc5e61 d7cd6b60eadb9ca70daae4f76f6c3348a8fc9eda e6abb5040b03a301d833af277a41829029ca3564

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.12-1~deb12u1+apertis1bv2024dev3b1
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.12-1~deb12u1+apertis1bv2024dev3b1), libzstd1 (>= 1.5.2), systemd
Recommends: libdw1
Conflicts: core-dump-handler
Filename: pool/target/s/systemd/systemd-coredump_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 101256
MD5sum: 20936461d062977cb2c452232aea0f0a
SHA1: 7e9f67441a35ecaca3b4008d6428822c2d237e12
SHA256: 157e9e3a7d2b8aa490b46fd43529aa2e2c31105453cbacc2b0ec905fe1344c68
SHA512: 4ce04252518d10910d85022020839f0face13a91c1738ace13444128b5e967fb239917d49224d8e19c799438526eff65ce598159ebdffa4cf72fec2108d615d8
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: 218
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.12-1~deb12u1+apertis1bv2024dev3b1
Depends: systemd-coredump (= 252.12-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-coredump-dbgsym_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 168760
MD5sum: 2e050b7581a0e4b85539b73a2380180b
SHA1: 559ef7121b94460e043389ceab9ce735150266ed
SHA256: fa5ff252689cd45e84e957578204291c569a151302e7b2acab01f2a7471633ec
SHA512: 8889af703d9e89c2128b59a853813481d72f73ffabb7be0655aaffcf9730f4521dbd1c4ad44cbf386f52e27db2d2c573d3f6018aca2dc68b38c5eb8b1b570c49
Description: debug symbols for systemd-coredump
Auto-Built-Package: debug-symbols
Build-Ids: b8217df5dfd5768f63c0c92409adb16268d65564 beb6963f7f10133ac9251f4c7abcf767c2acf8f0

Package: systemd-dbgsym
Priority: optional
Section: debug
Installed-Size: 8772
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.12-1~deb12u1+apertis1bv2024dev3b1
Depends: systemd (= 252.12-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-dbgsym_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 6782116
MD5sum: e8617364df3e5d500baa3cc87d5c701a
SHA1: 7efb88f52c72452eb286254c937476a8a6328df8
SHA256: 06b1e2d19dbccd071b391b00e4323605df35870e041153c80bd1983e17e91fd3
SHA512: 877d2f0454d78ae0785084c7cf274d68e1ced3ce203d4f7d32cfc461c730be2f1edce7fb4e4002248f54080bed74187af3c459d454d84b3ae5598b3f47023b05
Description: debug symbols for systemd
Auto-Built-Package: debug-symbols
Build-Ids: 0413c12742509b147a05ac1537ff3b27eed0d6d0 102c37da86d9e32e37e4cb9a05616504725a56a0 12087a0db4f38433206ee98ad47a59f1aeb5f3f7 12a822ab23eea59b4e0e6985fe6cb93d4c394950 139a119b08243122e0f7f71d9dfb2e4d9e5d2b73 147658dc5092ac513a92e60e7292a25a29903de0 182d7fdda57968bffbb0294ca51530447f759904 1b58228a03d7cf4ff211aceb94b7e3fb5e586dcb 1d72b04bb760cc41751170a84986d87bbd99292e 243d8dc376f584ec73ce8bc15cf407f5af9cb08c 26621ab2377707063578c6125b0a4fb8067fd8cd 292bc62783a79a5233d3f9d4e2d7f633b64ca011 2c72711b8107fd18b40597909383cde45afea0bd 30229a164830417251eac07cbea3620317c8bc26 304c2b0efdd6f260eb507ba83def3629cb074cc1 30b6e852246cf69f81018f23a7248322b7ecd86b 32683f0922206498fce672457d8fe853712bf6a3 377ee3985b3bdcb6d8c67b2e5cae621b91fc44c7 3fdf25e54add335a2be674b7c5f496021287d207 4014307d93ca8b1df22df4d76e455ace83a28113 41cc6006fb22411de7fb2ea314c139137d19f03c 439bfc1346ee590c03f4f5903ac3bc339638e0bd 43e40b73b8d5649d59ec6ce242943ef71333f921 459039823e05dba7834cfc921be87fcd8416210d 46c9950b4c078d4495ac1425270d8bea85ee93b9 47791bc233afeac852af6585a6f4347e06ca0f24 48051772ec26523119084b635aaa70588dc95fb2 480ab5bb1d9ca55fdfedbed24bfd70cb7651e45e 491d4d99bbfeb4ccdcb47c7d62b0fc38ffbadc2d 49328525ef5c9a5e5b34790b508eb6b25735f2d5 4bf045fb726c7fba8b1dfc4344fb3da3b824814b 4c7bb7fe2fbb71f6a7f66a7c218746e71994c259 4f6e8d661ffd4840c3f7ce0e0d19f4a8a9c0a3c0 53a6dbc773e63de71acfec9062c95bae018ed039 5ca4b9baccc40fdac8853414c89577a89eb420dd 5e150c8b15f47d680ea1d26474ad156fdd72285d 5f03487e5bdaf081c7cc95255f76fbc3f257be6c 6135b43f9e07b67e7c1a1acc7dad9f2e0e4c9677 640d14af3d1fde1f43b760a98c81c8a3a4a80aa2 657349a832fdf294839180e3e32bff771525f728 695bbffe79091abeff0ba1d22d92f6984b75cba7 6b216b917666764085b2ac416d69dd4e84e938c8 6b514e318761fb1f807a57c2a35b6148c8f94e9e 7185f34c3ad2bfe5542a8964559d5b19f7a149d4 751aa998ad45b23d29401b776adc71e6a4741216 76f8c2075f367071cfc7418e866f6b116fe1ac34 79ab76001fec72036ad8fd86e10acefb0c6c5c20 7ce15554e6f7991a6a69aef15a95757d78a70572 7e231c0f4a4c7442165cacaef06b675bc2470262 7f011fa49101c77cff6c82fd74971ad43d35e3b8 82339b6a1dc0e365366be4604eff5ebc0777156a 88486c29d77880be9b68a26789e2ab6fa8a9076e 8ae9397e21d909c2b1f65586d8c7cb34071e7be5 8e93c6d5ce9ce0cab308ec8558334e1f0de95ccb 919054c14f40979d445b324652731a2840c80d48 9fbad9b8c27ee4f41c106f9d177a477f187dfc6b 9fdefd0c59fc20b368554eba86c786430b4c4ee6 a37f26d978724c45e1a59c6d4d375abe4d1bb39b a5504f3d5cb24af449ba8ade6fa8b2e558863284 a80d8fa876c9f87114a4688855e90e55e56697b2 ae1c35c6a0afa04af5953be03af687ad275cdba5 ae6aba12535138ea77c0436b1969da45a11536b0 b095d3e8907270318219e6c4afc3c2cf0060cbec b56491e38ce4205d0b3b7a7c13d28582eb44d140 b5a95e5996d70e295841b427ff58fec0049f8f5b b5b78fcc38efa15a8a31d9ae28187004ac64a654 b9c39aa51ba3424a90f17f77f8c9c9f3291e5e71 bbc8d914a0e5d4780ae03c87c2d2980af175ffb3 c4da2495befe4b08007fa50bef8fbfdb8a3ce3d5 c8bde8a2d0c5218eca303442eaf018377be061f6 cf5e97230e5dd337e08137a018bce5e9c5833cfb cfb19ce4a1439a8406e78c96c281cd62688c6ba7 d1f9eb08206dac2d225463e2100b16618a6bf26c d20589f2c165df493a4e57f31926e2939d4612e6 d213b5b8856da68674c45b274b678c29bec0f6ca d538f6c27c01d36d25f67aa7015e39a3a4feea0d d694d8acd8ba7f64e733c7f4242860e21d4a5845 d70be15aaadc4706e238599ca56263f20518878f da39570a62e0b1821541fdede7e27a51e6d14669 db9711316f4f70d90740180d7591f03b4f0ab215 dc154b936faeabd7f46fb556d6f38bc9184bff1e df15626d8c0e77cf802679ba7d3f247fe8affb9c e326cb4ff58d07a53d89b7ce6d3a3e4af76879f5 e3fa0264705419bc52afd730a2b3adc8b3521867 e7be364b80956a6c4851dc43e06797e0d5b3a5b3 ea2854e65765049b4cdfea2b1a72e36ce6d77571 ecb5d9fb2d85a2280ead8af568ded43f4e5b2294 f27b80fc6b8177167c031d1519f23709dd44eee4 f6d36e6e347ba276ce3dd007ae56ec869b2f7220 f7bcb9f0a4f72f09d1ce043e1b5201aa9055beec f82c53a50e84bda9acf1443f9065c731b3ffe7c0 fa33f99d7e91031d2b7450362cfe5f607c2a173e fdf910199ddf6224edb767b6a5388c786385edc0 fffe6727a0c4921966565989fa67a090b51bcb4e

Package: systemd-homed
Priority: optional
Section: admin
Installed-Size: 1259
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.12-1~deb12u1+apertis1bv2024dev3b1
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.12-1~deb12u1+apertis1bv2024dev3b1), systemd-userdbd (= 252.12-1~deb12u1+apertis1bv2024dev3b1), systemd (= 252.12-1~deb12u1+apertis1bv2024dev3b1), libpam-runtime
Pre-Depends: init-system-helpers (>= 1.64~)
Filename: pool/target/s/systemd/systemd-homed_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 373088
MD5sum: 40c90f9f3c424417d7f03553c74492f1
SHA1: 1a034492460c35298b67c953e9218720683de05a
SHA256: 51c937dd3ff77989ce60ad06483566d5d99b0b42955a6dce21be52d97ac8dee0
SHA512: 519dfc60ead76e2ca97744a87cae8b9244ef330952095035d5a9abd771c213848469d5328ea07a98d8bbbaa1ae64649ef1d68c05c2beedff854c195ff2a3191d
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: 1642
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.12-1~deb12u1+apertis1bv2024dev3b1
Depends: systemd-homed (= 252.12-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-homed-dbgsym_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 1349248
MD5sum: ef58df1d11d61cec73f6db6a0479f428
SHA1: fadd91bdfacde50c7aba0f3433c62317b164365e
SHA256: c93dbace853fc27531233d28528fae70ffd31629b6b107f6028b7b7e6b7a7946
SHA512: fc47729512c68faa99b8ea21ca951fa999e7fafbaaeec6411519df83e41732cb78b5bacb4d53401829146a41eb9736f22e54472ee5c94b4b1c7b88fbea2071b3
Description: debug symbols for systemd-homed
Auto-Built-Package: debug-symbols
Build-Ids: 127985f6c275ad39ff097ed523e9c19040dd6246 2e5def663a2f18793773b08f2b743bc8ad3a5866 cd72b4a69621143514b685bc402fbf86ea356654 df4ebcc33c2768fefc3d473106d0f55d282ecf91

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.12-1~deb12u1+apertis1bv2024dev3b1
Replaces: systemd (<< 250.2-2~)
Depends: libc6 (>= 2.34), libsystemd-shared (= 252.12-1~deb12u1+apertis1bv2024dev3b1), systemd | systemd-standalone-sysusers | systemd-sysusers
Breaks: systemd (<< 250.2-2~)
Filename: pool/target/s/systemd/systemd-oomd_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 75992
MD5sum: c8aab2a978e06d3d4df044a2e00756e6
SHA1: 0810e61be42b550ffe3131b0f4cf7b80a1385a43
SHA256: 493fdf61e0ceaa67e108cf9645835f0eff3fbc6d1cfe733ce3bef984211692ae
SHA512: 4adf8c34a3857dd0fa1976ca16386c51757b7ca52075160a562ca1ea48ccf3a7b8a21278784d12f529653b20aa5ef59aa250678ac612d1bd0c112b8d1a9c35bb
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.12-1~deb12u1+apertis1bv2024dev3b1
Depends: systemd-oomd (= 252.12-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-oomd-dbgsym_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 73164
MD5sum: 709fbafd6f926203a864d9addf203416
SHA1: 97a4a5cf1302b5d9e64b59634f41453ca6497d29
SHA256: 6adb14542c858d731a402808955f85e860a2cee97dbd59430e41905031370e4b
SHA512: 480c8365db051e38bc0d203ae71f98f419740b7873afcc3a82839b0aa5ffa04153843a625a68a444d05d74b1a7557cab0e62fc3cf1a7f7bee06d64928b6b4562
Description: debug symbols for systemd-oomd
Auto-Built-Package: debug-symbols
Build-Ids: 64ce0326edd64d1222b0ecfd33283827864053cd e71b4a18d9cea1b1cfbd976a7df9eb921251e701

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.12-1~deb12u1+apertis1bv2024dev3b1
Replaces: resolvconf, systemd (<< 251.3-2~)
Provides: resolvconf
Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0), libsystemd-shared (= 252.12-1~deb12u1+apertis1bv2024dev3b1), systemd (= 252.12-1~deb12u1+apertis1bv2024dev3b1), 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.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 287884
MD5sum: 9813b29bb78c9d44d4b112b98efa5b94
SHA1: bb91c451645d31a37a51a69fa687895f27755303
SHA256: 4cb3713efb230f2678cb96f56b6efa4cda135e47163126479872c919811062b9
SHA512: 3ede21354975cf0a0abcfe827fcf7b888e6446c7df4d3be0c059494f99f35aae7cdb90eca54c6d9e9e79bb42006b04297edd87cec18a71d99823239e768b2936
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.12-1~deb12u1+apertis1bv2024dev3b1
Depends: systemd-resolved (= 252.12-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-resolved-dbgsym_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 922472
MD5sum: 9a8a14a045381a0f4ff5a9d579edf215
SHA1: fec4c2879598869f64c40ed9fde4eac8b7b1fb40
SHA256: b8e1e4c365b2a7e5e61407d095185f88faf3e82488a36a5eabfc6e707f2a6823
SHA512: 2172397e3466c623dca36574d7729e3d1f0174a359880ccea1f495c10ff463f2d91013ab2fbf071d2fa42c3938824cce322fb412bb33afb621d4f73b964a8fc6
Description: debug symbols for systemd-resolved
Auto-Built-Package: debug-symbols
Build-Ids: 31902a95714deec72f39f1bb21b9df159a766f4a 56fa76e1036724b544eadda8897481f4767ee2a5

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.12-1~deb12u1+apertis1bv2024dev3b1
Replaces: systemd (<< 249.3-3), systemd-sysusers
Provides: systemd-sysusers (= 252.12-1~deb12u1+apertis1bv2024dev3b1)
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.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 128848
MD5sum: 57ded15810928e82cd6234b7ea84ed08
SHA1: 82f7d21bd480b7db367ceef6bc527cf054774298
SHA256: 503c0b52a76010498676f6abcb7b3bfa316d84a7026cb36438441d3c8bf720c2
SHA512: 71581c3b4e9f994525d85c32e4b7374ae4cd8d46a5a35cfb35bc3b0ddfa47cf439f2b20a190d106d3a481ac07f0424a0ddf6c38f8eecbfdce59a9d9776cbdd81
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.12-1~deb12u1+apertis1bv2024dev3b1
Depends: systemd-standalone-sysusers (= 252.12-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-standalone-sysusers-dbgsym_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 468604
MD5sum: ff9b1075a4d8969ca0178328058e8a1c
SHA1: a03ddbfad99f72f70098949dc88a220bb7aa0cd7
SHA256: 33832781a95f8c011ad5be05af4c136d644c4a879988d91effb0a984b51a54f7
SHA512: ab7271718a15db11370437ba56dba942395a5cc3459a21880294c7896716d09c36435ef64483dfac90e8b289190bccb682db4e194c1ed0faa71242b604b7bb61
Description: debug symbols for systemd-standalone-sysusers
Auto-Built-Package: debug-symbols
Build-Ids: 18a05c5f24934727a4c6ce1a8d0fdb8cbdef4e12

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.12-1~deb12u1+apertis1bv2024dev3b1
Replaces: systemd (<< 249.3-3), systemd-tmpfiles
Provides: systemd-tmpfiles (= 252.12-1~deb12u1+apertis1bv2024dev3b1)
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.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 174492
MD5sum: 279237398242d999f3f7718773b8f88d
SHA1: ac36ee4f80298dadf862bf5468572dd2b0fec714
SHA256: 179b142384123d05756f93f96fffb29709f2db6206734889b9c891adf9640328
SHA512: d2606bee489d2b002f2952dd9ef689f192f46b42b3380092c67fbcccbca85af6e41c3d0bb8f8c28576c732c5f449ac1d8b4c4980b2f2faccd9885817e7aabd95
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: 742
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.12-1~deb12u1+apertis1bv2024dev3b1
Depends: systemd-standalone-tmpfiles (= 252.12-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-standalone-tmpfiles-dbgsym_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 597568
MD5sum: c9a8b4c5edfc3e0b707dc97783aee2d2
SHA1: d2bdc74932efcd3f5b9bdd791fe6fde803b34a77
SHA256: 3194d88e001cce2557cc431f3fd4fdcc3d7a4fe017f0d5b361975845c9751cd1
SHA512: a5f2cacfb1700281ca0b99a1334d473ec4081d0e97536a249b16092ff4239926b80a7cac0b286d2f4e54eddb5945972d1af3d2158151aa04b9c23b400d270a5e
Description: debug symbols for systemd-standalone-tmpfiles
Auto-Built-Package: debug-symbols
Build-Ids: 316d7223541295c9deb4bdff42d0e7cdee642bd1

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.12-1~deb12u1+apertis1bv2024dev3b1
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.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 51172
MD5sum: 95c5dd6b95fd67987052e2f64d0e57a8
SHA1: 5c3ddd99bb03d53ea0660d16057f82cec03b3008
SHA256: a664fdddd711dab89252ef457964e04c1c672b7bcffb0dad922abc54533882fa
SHA512: 178b5397eeaa2e14ca35dc5b1a84234de55e480514875d03dda5265fa0fd56714d1f5d44dffcd3f583808ab25374abbce554fc2151d83f4ceb07383f05583d04
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: 33106
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.12-1~deb12u1+apertis1bv2024dev3b1
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.12-1~deb12u1+apertis1bv2024dev3b1), libsystemd0 (= 252.12-1~deb12u1+apertis1bv2024dev3b1), libudev1 (>= 247), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4), systemd (= 252.12-1~deb12u1+apertis1bv2024dev3b1), python3
Filename: pool/target/s/systemd/systemd-tests_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 3828760
MD5sum: 4fa01671c5090b6fca50d83262937c98
SHA1: b41064dac9c8ceecef9102ff5b3b20abf881b17a
SHA256: 5e08e71f3d46a9c940d0f1922c46b94f698c7c7d1d2b5dbbddf9fec16decd574
SHA512: 36b1a96d1830096967108f2e2b3d7dbf84f0fee4d18c74bd0dad04e1e3301264c892574735411129c904ae3d70461d565913975ed305f81c23894e842bbd7466
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: 23846
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.12-1~deb12u1+apertis1bv2024dev3b1
Depends: systemd-tests (= 252.12-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-tests-dbgsym_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 18111356
MD5sum: 5e08fc606e2779bbf993ebb8dc3fba50
SHA1: 44e920981b4063835cd839bb37f96addbc550766
SHA256: 901974f97d0ef75efefa1516ce48de1e414fe9ab016b782df941d1ffcad10ebf
SHA512: aa47e97384ee887f77dc5e91cd5757b27f9a517828be7ca2660ed8966e079067feb75ce791974a873c466ad6c25932dc1c5ece00166b93ae8561d9241cf6a4d0
Description: debug symbols for systemd-tests
Auto-Built-Package: debug-symbols
Build-Ids: 01189d6ebcffec0c0022eb5533d2ba156bc4973b 0167f4af2ca0f4a36fd5ad699eff39824d218b3f 01d8e480bdbb0267be97b16c6953ff9e4f231b9b 02748d4099bd7f738facff2154df3689355b005d 04c7bf2a3451d527216a4e306197306be2458fb6 0524fa3237574aee172dce30a10cbd3a4edb810d 05854217a5cae1391f7568f8d9a8be5dc69fd525 05df9135c04defc62481dd32cff4cb09403eeef5 06e516ea463274ac89c5f8ed699b2880277cfd31 07f24925100c439f3415da00f17f1fc33db7b7d5 082168cf066e64d2d4d415a7854ff3f4c9ad183b 09a630e13b5d5c76616e91d6960bb73d70a6be21 09bc8d7c7be4507b9db02c51592ffdd6b25014f3 0af5fe494b0aad8ba19375422ce9e57ecabaa455 0b3b8488b537de6d0d4d0fe2c3d347b42523a7a6 0c911a483a789b795cb833b4b8ac12c86e34c2be 0d3e18bc117cee5b23414a6ca24da7481fcd8d53 12593965edfa1146d1e1da799adf75740a351304 146eedee0127af5a1e4b60692f2f31d1ed0a738d 154c2ce05cd4026825a844050a82bc4697fe662a 15d6fe4a9aacf33b962d2eb992208abb53571a00 16736ccd624f143c27710af6ecb0cdf6a217b00a 1877df5402a1dae5a442861d7d73e2903548fffe 1924ad018c51f4aae9e4672b823fbc1ff847ce23 1ae3343309b06b63838345a3a5c5e5d9cadbd6de 1c5bffa5178ae0440c42e7230c4b0a1a6e6ee244 1df82459fe139b99f34ef0a41ebd0a705f3a33bc 1e916de4b0d3575ea09018278765b5323609079b 201512ef65deae5c71b23b82ba1eebde742b69be 2149540c2cd332274e84c510986dd5e5f9500c7b 2181807bea23061056bc5a5e9a22c082f105d932 21f70aaea5aaea987bd24f8e9a4cb86d3c366759 23b8822accad596925e5dcb4174ae2db60cd6314 23c808103b8b8a6a50266140660f4b11ceb56049 23caf3afcc9c271ccdf75f8a396d55213ab349e2 2457f415e9fc4dce3df6bb7f05bcdb86c94ed437 26d0d94795223e0844360cd3d119d165fbfceee5 28eea9f059fca02b99e845ce07ca4895ef5428d9 29b0987f5bdb59cd3f2e886b7cd96e40689e625a 2a5b6ab1505f284e5088c4da3b0a024045b43c37 2afac90fe31c13366e78ff4ff573ddbbea385750 2b6b703e37f3bc71750c1bf182bb6cae07816722 2ed27a1900589ffc86bc3656ad06b9319fbe787e 30210aa776478d824dc4717b623c5ff2dd3f89a5 3159b948cd378ef356674c36f8cb98d067f82e8a 33704cbdf0c29848e44ed0db0fa91ade1ee6af3f 33925853001d05228b5008bd7690e63244573258 33d9f11109a40962b60e32222b96890123afb236 34db866dfc66f34579e9867c7930c19d86f67685 34f97359717148e149c06320587a56f9f879525b 3557c98b50d39bb70ec54b3d3edfd470154ea08f 360169a7151fe5adf49ced375052fd1ffadf9155 3685e3c37952a7848954d2aaa990cc6b1fa64d11 37128ab8a7d74e56c261d4ff58fee07751c9e42f 3785f045eb6ee787ca409b658ad92457ebb87707 3832801299a291f912570aaffb41719c26277341 383a66e5e5decd5c303cc3152565b8f03ff099df 38d1ed9a1cd9383c76cb59e67ebc9db5f1bac697 3a38f328f25befba2812ee763b61656a1c7af2c5 3ac37bc21736c65ce57262cf3d16c9e70742c328 3af92966d078d9775640017b6a806ab3d1fa3970 3b2a863c7e5d6a6160bed16c69cbeccda4ef775b 3b8330fa8b9ea82be2616978a80bb62a3a943b01 3b88e18623b95df7bc42b5b51dfc843942be0392 3d694784a1c6b0a642df3e5d1973fe9234a3b85b 3eb2d2c8f4e2afe2c95eaf872d5715d2ebcfd7fa 3ed0364e7f7e7e23e8e559a5eb13ef76ee5a4473 3f40920ea79b196ac5e2e16a6969bba80b56779e 40735a42dce752571979798adc454f92a9adba7f 40decccff3ddf51a05815533973a0eb7cc611c76 421cdc29c23ec458d6ad92a6dd0ae06888c29495 43304f9dc602609567f9ae4b1f34c54d5be23905 43cfaf6a0008c2ffa862607490fe02841e141365 4523f9784b945ede243625f9e3e305e22a9d34be 454f9271715249d5772eb0decbeba28a7aef5823 457ec26f37297720f5089419af2457e86355ddc4 46fe98cdfe7d21012bd50ae4fa09eca727b7c1be 4703654369fdf2795dc68a24391eeccb14ca87b4 476c8cb6a1426983c527955c58e38de087c59e93 4780ea7109882af7ce8f5b4df92d02a7177c06bc 499d3157e375388a1b39b316966f85512fa3f684 4bfb4dbe7aebf1ba2af69927d25f47e25092fc4a 4ea71c0cf032b0ef068311d5f229398d854335cb 4ebb28566a60a1c90b14acc4ad7d4f41b71c14a0 4fd32efefcbb9db853fa782a29ef4d8d3fa41bd2 501e56e2da7532d8cb5067276dffb19153f09997 518da63d7d5962eeb248e2031c15dedc182339a8 5308da7fb1d5c86274fe72140f4dbe5a64730716 532aeb086bc32f360b7247aabdc5a26f274ac9e6 5522b66b2924f2642d8b4d0aac15d4dabb0093a7 558e351883aed80ee22f752cff11bcab694941d0 566eeadf51d87043d2869aa2638512476243b29f 56efd47a905b7f083fab7d92fb796198aa928959 5724797240c99cb8dfe078336e143807eb49571c 581071137f492069bef5ce0bdaa4d7046673c1f0 5870f58fd9c085e3150469c51ed79e567e33941f 595461802314b29ff8fc6222e7fb9df76f549913 5ae3c2d9cfa7b61953144c9d7128b440a6e5f37b 5da9a74f94bddad5d0daa3f785c30f57e5aaeaf5 5dac4cdc4fb8281824bf34e6a05fbba652181871 5f0cee569a50f7168da1d7119f9ec2ba06e26581 606b76e4b16dada9ed751a1f6252658d6266cc4c 613fe73303e886c6de2f110e11c1ab4edcd32d27 617e7242b78e6825f0851233eeb3be147a288bfe 61cb6f2d8f7bc8518efc45b19d13e85a3d893f73 623985c324053f9bfef4462745f367ed0c76e6ff 6268f14e6e5a0349e3dc3a2beab39b10ea6cf7a9 62bde461622b4604276a837ff2da4b83e101c87e 638404a724382b61eaf396d5daf35354603d5654 64756bd8ac952c3bab6d4d76fca9a059bfd75209 657ee5ac5552c21438db3fae0789fb54c5afd22a 666f89ece92dae09914f01610a112c216403e420 669483dde76aef158472ca30640bab8e1bd4dbce 66acef58b3b134b6f6190137c0ee0bb30e259a89 66dddfcfaccca25ba85d2908f937628e25480e82 6700720307f0941853ef8259b276f3519d954be2 691cf163c4dba176825fd1257ce4e168574e8276 6a148fa71032c1e1aba452735e62702eb4a0edec 6c9658914db083e4feb505ba667a3d6b0aea7a02 6cba3fce9f8a7ad8b93a0c52add49de86bce5a4a 6cc64409dc25c48f0db0c8d81f6f13770a4d335c 6fab5d091213891c4d870016eb3c3250f12f530b 75b668b5ebb3098e592c586e2a81a644c3f2b3a4 762acd6272d225aecc6e5a10622bd83907006ac4 764bfd3abfc8c6de3da144d3e2a997efc1ac7cce 770f38cb81e91582540075f0a63af0def8e41005 77651c09327e133daee32df40f81194414f8bd19 780c91984c722c808c258d4e4d65f36fa166554c 78b4fcc41490867a03f06e9d1fccfd6fb1c6a1b2 78c028108c8cf6eb893afdbe1b0217db228125c3 7b1c77f7ba35ab44ddac0345cdde72a8f25cc14b 7cc8ceab6b5dfa69ab91ebe2bce1ea2cafcadabd 7dcea58998c7701b10b47e9550c1f58f330ab3dd 7dfd55dd00a0bf8eea9ac2a47e8cc0d96d9f599e 7e6ee2be7f6f888aa749ce0e15ab4894d4e2f6ac 7ff1d3f2fc6d331e5f533ba29b2e3147dee260b9 8146e9cd1ba24d857cc21679ee35dcd6c8e86703 83d7ade77d9150fe230f514ad44f5badf2233ab3 84e6005bd001d54a7afb5672658165729546005b 84fbf222c1dad0b0157be022deaaab9161b03e99 87ae692ff91e0d59a53bc12fe1129c6a6d2a4299 890a15c9ad8adb71d0d63b34673c006d94b656bf 8967ae8adfeffafcb728d06e99c0332d7f2ce8cd 8a11dc24f383afa1095fafef54d6d9799c6ef05f 8b83dd0ee66be6ea1d3850297c0b304c91686fae 8bae5c4a7d3357e8aa1def00facb5fb6846f26a7 8bbe3e1d2f4c586a1a8af4c99deaa47c4bcfadda 8be5b8f94624059f4c10113c164de88a7cc460f7 8d2024bc1aa7d98c542cbac60589bf211fc22dce 8d59bff7ad5c1d20fbe382e8a6d801807be327c9 8f04af3f2eb5b9de686fa05adabeeb4b88276631 8f91cab335acadda5ce3cd859c0de04369847219 90dd783f1bb4670ee83077526bb52be33c70c036 9104de8202683b824e5bf193bc2f69548b3253c4 95a1676754961691f4cff523c74651a9d22053c6 964c21371edbc19fb42db4bb0825d6a6a473b4ca 9681e15669fd20a38197cdf36d76c5c2d09db1cf 96f94262ca6f38423800c1c6b27062be10bcb736 971a5519f00674fbda7821373d954caffeb0f3d2 9b85c423b1268548d3a2b893d6fbb03f80c9fd01 9f15455dc4aadddcb97525e68c45bdbbb1a376a4 9fb4240d99b0f0ec482fd8a79433f36995c89d0d a274621196aee552ed7c21626837e3288e428197 a30c5269e1e6e1b70323fe87a980db73687451ba a3b1bd1c8cf8b262bd647965f47f1f6d8e893916 a4409f429718654cafbda6b7acd0ab1dc03938ef a496f452f591efd9b337f7359784a6b9de5fba4e a5623e32e6bd0496f689cddba31e62d75fcacd6d a66b1f88aa417de59cbbaceb9f1603f51598b34e a6adc323b624027b31457f37d0f9ed36ee9a98b7 a7a6c6e1ad6d59cc29dd5560a2be92c47bde8efe a7ad3669b0a78815a6f2ca9b359d62ccefb154cf a8d0fdfa787a929ea5aefde69a4a06fbcbfe024e ab43c54dfd5396b4d23657f862a7fa625411369a ac1ce704a7ce4233633e1bd0836ff4217ad897df ac742a328fce79b18029fec1a0ea4c2803a285a6 ad1e69c6b0512d820ddd3ff81b4c928efe64a17e adc88cec0dcc45150bbe5c8e420b7d31de40309d aebc7840b7022f5b957656d1975d82dcb2ab4d39 aed1182e15dde7b4b884faf339d1982b340bca9e aef3e921880158b123b6056afe2c0cd43fabbd7b afd37a53cbb04ed96c5f6515a3de3b671f5f3ff8 b0a1523c38d980c8e23901ac6d0ba90be8dc08b3 b0abc1bc3640daf3de891ba3b50271be4fdc7636 b12e6d2286cc65e4ab6bc0042cad1fb5c1c706e3 b15c121a2ee45556895ecf4072e86411e28a39f4 b1e7db1ae9c98c8bbdabd31b9e7156ff1cf19375 b290b04c032c57cf33d1f9f61dd3304f9693cc12 b2d347033ba260325b2c31bbf758e073f9fd0cea b2dd51102206f53e87055db2cfbb510741020660 b4943fd77ef10dfc74ee6f43c77432788f9fc582 b656e84384ff1ddeba8712842b63d397e2f02b95 b73089b6c48099c8c60b73d44818fcde26ab8509 b8b96a3877bae2b6cf04df4f01ad80eb2ee13ae5 ba86291c0be6da1822946936b4821edcdf194920 bb3a12bd91e436179fc7508f738fab5ede038258 bc58792c2e563908983c58a46bf3e424bc0029f9 bcf3d897ef5ca95e714b0ed26fd6b8de29998aec bed23a1b39d29e0df524f8e944cd983a5dec413f bee115f6b8c4dd89de225f11b9eb648c1e346ac3 c0b132823912349da3c3e88d90ffc77990eef5e9 c1ab2accefd77ed8bade34fb55c37b0ccd71afea c31b7d0139e2a94f6ee6d8bc51be1364b92f2873 c3487819aff2d81d30cd0d2bbd8945f31fa33644 c371b83d3bdf3f22525c5c2827c571936bd09fd8 c3e37c5965ae760502cdb1635f34635926849943 c4795d1e25085c161194239108ea9c45df784635 c4b8ad37b34301408870d2fa3bec12360f6bf846 c501f96373eac1512a3f65cd78eac7d93301bed6 c58cae56c3ebf33ede768bb09b822da5ce825f7a c5b1fe82a8ac3adcab23c61f73badb5fd2af343d c5de91010bf4f7a801c3e351e4fc135df775ee5d c62e03499ebc31130c7dec376f57f1d98b3f6225 c648637c799e56ff2b1f2970f151e3a7327202a9 c6bf0e5c7a461b15fdb1bceb3ca9d981398e0824 c898247ff3c5c287365171778e4510661570926f c8acc4374aaee01cdcbd2789924eddbf72f3b7d8 ca38faca35eb7f930a07dbe418d1587bcaa78b23 cb71443150b2efe15c59344f8248fb78af05e9b0 cb947a0a248956f159f2a1cb4342b418e2b5c627 cc3d50f4a2db551a74bb42eeb0beeabab535f525 cc71615d324e03bca7db56d751399a6b1e5bccfb cf702fd701eac0316bb50537db14c040e09a15a0 d056a82de120eb85e37f531e1ee7bfa0ea58180a d0bdb6a157771dd1bf2974a09a0a9ea2bcda0872 d13e5340fed28d019b078bc560be17c7924efdd5 d17e4056a2d399a7dc8c680a1b1b59ceb3346360 d3acdcb57036d0d1b62b63adacea3f3df1870280 d5db641b374fd555fef8d0bcfb679df0e307fa82 d67931f64196aeb1cc52ef2244d57dc7ddcb9c9b d73eb0e3f86a3fd2557152eac5ff08fdf387f00d d78f12544b26dba5d0adf09cdc1c710824762a09 d7bc72c72566f7ba15e67719c8d49818a2cb6908 d99d18bb6008707f3080e6d08ff0173649bc908f d9fab3716ce6245be8020557ac4aae46044231ba da304c389865993e3fd17bf8365a398e819fc6ef dae7a5526aacd047daa96ed235ea3d71bc1dcc02 db3583d4f9068d577c1eb73d370c3bb78d73725e de8c277292928b21fda366180049e2fd83ca6fd6 df434f21061cb134aafb8775a46dfb7b914e744b dfb13bf42200b51feca64bcbb42212960c4bf268 e07855d83a101191253aecef9e2180b55412ebcc e0f866cecb384a3e89d10c55a5fcc8e751f05482 e2212876e1dfc7197a5db0b2c91b2d249f99fc99 e3a5a5e6db5e5dd51e540d02d771a503a45878a3 e492dc58383a408cb15a0ba9ba8048b375a1d4d1 e4a8beaf8531d42928914898696f068643f39529 e4b75fe1a294c3a0141f7b19e9d8d6cc805a8ac5 e4d934ade7427ac10b6e033a703231410bb4fb21 e5ad1259b428592d780ad7459b0c2c102fa9e754 e5edacc6df033acc6563c2a11180e580029fe729 e60a31648894b99b7b73562c39166042fc73d829 e76dae7ac0fa4e6e9859330d99e6c02700696183 e7d69bfe13892b9d9d4b809e3c5393bbdeed2e39 e86007bef14f2d4d6e8c1caf35c0c7a5b22a1d77 e92e1a077b26c6928b41f3fee957b03db676c47a e94d434f0f63bb20ecf0de64f71eb2ce7fdef805 e95e7d0c8fe44c7e25930d33167a3950fe45a84d ea4486b46ca1a1aeb3ec7210d29369c633a234b7 eb15c7af6125fb851d25ff32c323d6a30c032f55 ec84a90465869395edca78f0bddb93f10d16fe73 ecef9828756f3939eaef8f73ac7032a8bf0a5784 edc8dccb0eb4b065f8a080d9d03091830993c344 f115a95f8cceb90ddd858921009924f93e93d4a7 f338f744c0179efa2ced1937d5b64b632d3d1f8c f6a1b94a61eec1a1dff4c9d9588d68539446e2f1 f6f86ae3b2a77c517e4d75c8d683862d6afd1c3d f7492be8dd82d7ab9826e9532866a676fcbc615d faa199e85d6ef18f3326f03e5d3964f9648bafdb faf58273f358df7dac34f9744123c050f8982b76 fb58ae7fbcc7080e3fac1f38b88c241a24366948 fc7c0ebfe2ee7bd5d8a9e86aecc543228d2faae6 fcf81babb176e1a72b30811da4c39445fccd51c7 fd17e5643389adcd2ecc98afa1b115821e829fe2 fd4cd995dcbda5c6dc69ff65edbd18488d79ddab fd8c9b51f365c4c2f5cef8b13224f591e83f1d15 fe04925407ad415cf1746b2df4e1430e7133eb29 ff0a04ea021fc9661d4f72d5a93dbfa96699e5c2 ff5be65564d009c37b06888cb66d8ce1d34ba02c

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.12-1~deb12u1+apertis1bv2024dev3b1
Replaces: systemd (<< 245.4-2~), time-daemon
Provides: time-daemon
Depends: libc6 (>= 2.34), libsystemd-shared (= 252.12-1~deb12u1+apertis1bv2024dev3b1), systemd
Conflicts: time-daemon
Breaks: systemd (<< 245.4-2~)
Filename: pool/target/s/systemd/systemd-timesyncd_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 70736
MD5sum: 828cba7924e3ed5ea5f3fd692d7021f9
SHA1: 7043c5d306d580b52186b0392477d565ae20b097
SHA256: 47801605325b766e1dc009e16a618080461c911ef385b26ed6ae63f1a24e4df4
SHA512: e72e2aed1af03d67dc9823c1fe8146ab15f200c84dcbfe4f10127b341f6fef0fa8a6059826e86aa866c39cac9275cd19b0985ceefb0c9a7084a1f39e109b80c7
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.12-1~deb12u1+apertis1bv2024dev3b1
Depends: systemd-timesyncd (= 252.12-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-timesyncd-dbgsym_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 66256
MD5sum: 024f0b7fc372a59d0dfc599d46ddaad1
SHA1: 9005bd3c66dc5221b1d1475ce3dae9cd5ce0f3a8
SHA256: 5fcf0e7698d102a0b96a0e112029935e68200ea9dc6986184ad3c568d5f7c343
SHA512: bd29c840ef378c9b3a91f639ae8773c8d3658b22e169e3d6207468927cf607216b1de81db44e023486dfac73b5633a83c92349d3c86cfaeefc9e3cda61f39601
Description: debug symbols for systemd-timesyncd
Auto-Built-Package: debug-symbols
Build-Ids: 7daa5b04b7fb554a9b53d036993cd0d1bbe039be

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.12-1~deb12u1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libsystemd-shared (= 252.12-1~deb12u1+apertis1bv2024dev3b1), systemd (= 252.12-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-userdbd_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 77628
MD5sum: 499c8a6480f1a26294de7ccd333aaf55
SHA1: 1bcb9d6c7ba612cbaa8ac167fb03224ccfd402e7
SHA256: 129a85d810b1954d69dd8780939985c4f779a3d5248aa5f5cec9996b50070e81
SHA512: 6e52ed3cf5de1c7f2a4a8bec43694573acf21e7d880bca830f1b2d0351d6eff88b7b2bb8dc66a2f158d07a065da0eee37ae77ecbe913502971818390b17913c9
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.12-1~deb12u1+apertis1bv2024dev3b1
Depends: systemd-userdbd (= 252.12-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-userdbd-dbgsym_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 85740
MD5sum: f427894d75484033b7b4f91c82c771ad
SHA1: 2b85fd6189c9550f6d6f26849a7811b01a2025b3
SHA256: 3e1f370407f3038820dcb6310befcda5f670dc69304f3a11b0439dce29771a84
SHA512: 2c7fdaa74b50e4bbf4157b9fe794b15c0b216178e140f597e0c503144ea8b00634e13ff0d0d276aba8a64f42cf31f27e315bef7e404a1c62c0f657c03281035c
Description: debug symbols for systemd-userdbd
Auto-Built-Package: debug-symbols
Build-Ids: 3b55f37492c079ba46e7b47d3a8547fefaa47065 d66ef8ad708d4df4a526ead1691a196222c3e235 e58dae73cf918e925ff9a7ee08b3824bb47deb55

Package: sysv-rc
Priority: optional
Section: admin
Installed-Size: 88
Maintainer: Debian sysvinit maintainers <debian-init-diversity@chiark.greenend.org.uk>
Architecture: all
Source: sysvinit
Version: 3.06-4+apertis1bv2024dev3b1
Depends: insserv, startpar (>= 0.62-1~), sysvinit-utils (>= 3.05-1)
Filename: pool/target/s/sysvinit/sysv-rc_3.06-4+apertis1bv2024dev3b1_all.deb
Size: 38936
MD5sum: ccd5b6d31a424550b283ea1fd1137393
SHA1: 56aae087bb12157142186477ce209891c27edb77
SHA256: 89927eeb54f3a2f39e7a41856eda09f2ce507ce8a99cce941763913af3596e0e
SHA512: 0f3a8cd94b629a758131de7f08297d25e9b9720b1332a707b32e33847142bbffcd7fc34e3d33175dc39f1aadb85b99a368f48994f10cea4c56782832a8dddbc2
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: 494
Maintainer: Debian sysvinit maintainers <debian-init-diversity@chiark.greenend.org.uk>
Architecture: arm64
Source: sysvinit
Version: 3.06-4+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 182576
MD5sum: d024e6a6a93b87f7d15d6eda2fd4e7ba
SHA1: df99af8a24776da008762ce8f6f2ab6343f061b8
SHA256: 8566b5ad2bf3a63d939952909452c4166d31387198bc7e04cd905389709218ad
SHA512: 9260b663d4d3a5f2fc829ba4dd28a9a76fe9614873de1f812e4c93d4b36ec9f6ab6ade20db03250bbacef1acb2360786856ca29929a83efaf8a64ebc4be0fb06
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+apertis1bv2024dev3b1
Depends: sysvinit-core (= 3.06-4+apertis1bv2024dev3b1)
Filename: pool/target/s/sysvinit/sysvinit-core-dbgsym_3.06-4+apertis1bv2024dev3b1_arm64.deb
Size: 86288
MD5sum: b0ee0bdaaee35ed379cb2b59af3c14fc
SHA1: 6bdf029840946d25582e6aa614aeb5ffaaf93540
SHA256: 45c3bd8a826d172884ebce46a7f5b49670361a6eb69d983142e2df2efc2fbaf7
SHA512: 560d4eef16557444cc1f214010bd231d9a3e7de5ab721317de92bec5d821eff7ec99df327c1e4a0a078acd6553a31e4389d4109890e20a62b6d0e91008a681ef
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: 196
Maintainer: Debian sysvinit maintainers <debian-init-diversity@chiark.greenend.org.uk>
Architecture: arm64
Source: sysvinit
Version: 3.06-4+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 32420
MD5sum: 310b05835ef57b14c005f93ca1f5d3cc
SHA1: 4113b5d2f696dde917ee505f6f5878b1564df0ef
SHA256: ad901b335c325c9d8356d8d8685127fc0b2a4f99116b64940ca0d53b201cace0
SHA512: a4bb2cd383cf64523b050141f29d27c51090526e59a20ddc7763d2bc24be2b7c2a30ac32a3d9d06f1cf795e128598407421d17bed45197aed304f05150f23abf
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+apertis1bv2024dev3b1
Depends: sysvinit-utils (= 3.06-4+apertis1bv2024dev3b1)
Filename: pool/target/s/sysvinit/sysvinit-utils-dbgsym_3.06-4+apertis1bv2024dev3b1_arm64.deb
Size: 27916
MD5sum: 36f4462476c0e651376a4e11c180abe6
SHA1: 720ed08359345816d54f775986ba3ab706ea75be
SHA256: 1200fd67227409e2057a70cec71c4630f791dcdbd3aa8abf01f35fcde9241ef5
SHA512: c035bcbbce9d63e5c924aea7afcaee1d536015cdb504e0166268375bed635ddbaa1ac18c3363f1370944d6e25b31cc5e5dcdd77c47c401b4e104ba0c92cea22c
Description: debug symbols for sysvinit-utils
Auto-Built-Package: debug-symbols
Build-Ids: 07d1b7b46f57779157be8523ac62e57706883641 270c8149506e34285c60230af712201a760ff1fd

Package: tracker
Priority: optional
Section: utils
Installed-Size: 2042
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 3.4.2-1+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 486352
MD5sum: ef79812db481c67d2c5d6d787e61c918
SHA1: e65e021efcf5db3af169443c5b4010ba2ac0f999
SHA256: 94c188dfaeefc2eb29d99bf31fca98f0d13f422bd8583da4a427ecafc39d6300
SHA512: fd95cd7b645f042210d65c964c8cff62d3e49ae347c5e5c1c1294e22b13223f120f016a6c09eb98f57160be822e4342d9a3eb2a23e9bcf631d4c210c7e613140
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+apertis2bv2024dev3b1
Depends: tracker (= 3.4.2-1+apertis2bv2024dev3b1)
Filename: pool/target/t/tracker/tracker-dbgsym_3.4.2-1+apertis2bv2024dev3b1_arm64.deb
Size: 831232
MD5sum: 4a4fab2d45c9acd817ad26c07bec3884
SHA1: e1c81033511335ebab4d7157a3079f503eac1410
SHA256: 4d15d553d3e2e5a318a256e231b4933ad0fa9ddefc17c0c457b2d0b32b822691
SHA512: 9503edf8888f7ca0e462cb04bf76dbf92e57fdf544d7247bddb4dbecb6aec44668bf096edbda334792316548863a80cd51d3f296f86d731bddd9d30de4bb1528
Description: debug symbols for tracker
Auto-Built-Package: debug-symbols
Build-Ids: 08e1bbc9e4b2f77ed4c6c46002e9fa86b113f145 c087b8b5c7d524a4ad77ffea6c971a5ad7519fce

Package: tracker-extract
Priority: optional
Section: utils
Installed-Size: 5115
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: tracker-miners
Version: 3.4.3-1+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 704980
MD5sum: b1a6435b55ff4e3f4316702815b59d3e
SHA1: 16f4662b4f770f4278d613a8958cbb0c627815ca
SHA256: 2d5583ed48a0e3d825533190e1b9c2dff13e59c57cf50dee3e28b59b5176cbe7
SHA512: 32d44a11691cfb4a0abd11d55a0c009fce48e11212e4f950d15b8796596b922dc31561824b58ac8f2fabb03b83e5414267ff4f0fe38ad9ea689a8a86570057d6
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+apertis2bv2024dev3b1
Depends: tracker-extract (= 3.4.3-1+apertis2bv2024dev3b1)
Filename: pool/target/t/tracker-miners/tracker-extract-dbgsym_3.4.3-1+apertis2bv2024dev3b1_arm64.deb
Size: 1354416
MD5sum: 38d3e349a222c262290056d295a3cc3b
SHA1: e7eb2537c5c67d266cdd4925596ca88fb0033715
SHA256: 3961b48f0485ce86c433e8d35a48b6d152542d16219aece8236f8694a2cb6549
SHA512: de113f959bf5749f225225a06dc484a9337c0ef3ef0f2dfdad543e866da09db1efb9dfad52a83704dbe43a248d90aca92679835ec59b7926aab0c76ff9e2be48
Description: debug symbols for tracker-extract
Auto-Built-Package: debug-symbols
Build-Ids: 0185f7bab7d26089318defefba7375041985e026 057c4556ab2cfd5c51c0bfcc2a642f1f9a9b2587 058ba815762d610c92b77092a204101bc90c41b9 08b638012dbb9e2dba04579128977df6c04fce3f 13632245bf4caa3fd0c8257c3957ab4ef1f8a788 18dbdcdd3b969d34999977cfb42541e0efd5c35e 1fc231e20ab0228e393b4449aa817f445066e9e5 2298e8aedbb3cf600e7906f923d0c0b8192a55bf 23f07ba69c9e3afe5d38b1e41eeaa08c1e4356a6 2c980b73325e3ec0c0b64fa8af916ab41d50c706 2f9519644ecfb7459abd0611dd9745516208e958 2fd3beaeb5800814822b047c47f2eebc5074ceb0 422be68c7dc225c4ce882fbeb1a3a969d63bdbe7 48b3218b773d2a2ccff34b79586798055bd671cb 4d972b5edfb202a16371f6a4fce890fe7aeb474c 59ff586d65e2f96ccbfe4fc594083be732368920 5de5e619dc1f14297fd3999b5b28af5506b1fbd7 64726bf56a8f781858bff234efa6c1f36f2d143c 663705edb2d1a40c24f0090f6ffa3ce6b1a59463 6ac6facaa7dc09581f5da5576f82f713e4b316af 709ed39a33fd1be23d6f2a33b7308d1832fb2a3d 772fa7e949bc5519fe165ea718397471f443276e 7bf0227eb794be0f768cf05d22616593b13456dc 7e63ab91a1bdefcdb1492b1c2fe8b8cd08c0dd23 7e73606d01ea7a53832bc42bb1c1868385f1f91b 823ec491f3108ff5eb343508a2ef072b39b4cf0a 83f9e6e0307667134962eeb7aafb49aff5d221d9 8a10d4c108a633ed8570dc560cad02f8b7a9eaf4 90cd79f05d036203cd43c750b0c0446612a9e745 921d30862d8acc01eb0a37ffccbd9f5c5d77a07e 92f49109f40721f71fcb0d743558a7cec3d7fbf1 9580e10bd69eea50638f6bdf8597e433e31813e6 9701f75a01f1013b92598f84cd221829642e6b89 a4ee23900307d7c5350a59a76d4c0c7c5d4c032c a606d2723a062221a426c47d6fe9141edb5caeb2 b3d8bd471a7c47140880c05cc665d338e4f049e9 c962e188ae5ad4a797e2bce1402388dffdc0882c da241dc1a62877a51db8fb37a343d230b33c8907

Package: tracker-miner-fs
Priority: optional
Section: utils
Installed-Size: 328
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: tracker-miners
Version: 3.4.3-1+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 67856
MD5sum: 05a56fe7ebfdbe92a2919480c03733e1
SHA1: 0b710d17c573de8649dad0b4e2e16c076ff62080
SHA256: c93501fdcb2df11e790c862d57ef5d24ac46272c9e17883141aa3eabe2f68e86
SHA512: fffa25d1b0b353bb1649e4957af8e921916f986edd7d0cef09645d65a9483fb90484c1818c0c8bfe84f49c90a43804d157c4d0c945345463c2152ab513f87cd9
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+apertis2bv2024dev3b1
Depends: tracker-miner-fs (= 3.4.3-1+apertis2bv2024dev3b1)
Filename: pool/target/t/tracker-miners/tracker-miner-fs-dbgsym_3.4.3-1+apertis2bv2024dev3b1_arm64.deb
Size: 175092
MD5sum: 73c3d6a7f401748a84a647c131a071e9
SHA1: 823ab4d9d0ec0e4ee6cf215c489bd8dae6e3e192
SHA256: 0f1aa8310bf1d65d6f3d1565e12bb89bc3e54d977a0cc6e09e4f97572958fc68
SHA512: 6bd890a19e4bd6d8093f1fd1b8cd7112f900bc748461901648a561f9acc3d02af508e67c9da1c38b0bf27e41f43ff59a3e52d20dc20996a2b57568cf0600f05f
Description: debug symbols for tracker-miner-fs
Auto-Built-Package: debug-symbols
Build-Ids: 74b5a831fae2d129e68d66b10130a3bc9bcd8998 9b83a91f6cf3296c60ec152201ab5666e5357d9b

Package: tracker-test-utils
Priority: optional
Section: libs
Installed-Size: 91
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: tracker
Version: 3.4.2-1+apertis2bv2024dev3b1
Depends: python3-gi, gir1.2-tracker-3.0 (= 3.4.2-1+apertis2bv2024dev3b1), gir1.2-glib-2.0, libglib2.0-bin
Filename: pool/target/t/tracker/tracker-test-utils_3.4.2-1+apertis2bv2024dev3b1_arm64.deb
Size: 22992
MD5sum: 56812c70e1d1156ff972b4b0f1253ce8
SHA1: 767990e531cdac3cf35aa6805fd0c4ecde371108
SHA256: 43abbf0e4eb24a454b330a4372c88d752da7fa389053e9758bf9150f3b25c4eb
SHA512: ce1b10744dd57adbe33a50ba007357a4af7737015a38aea9c0f26083668891a7042f3cbc793691199562d6b25d8b75578ae441614c5b7e32bd39c7a89adfc34b
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: 114
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: traprain
Version: 0.2023.1bv2024dev3b1
Depends: libtraprain-guidance-0-1 (= 0.2023.1bv2024dev3b1), 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.1bv2024dev3b1_arm64.deb
Size: 14792
MD5sum: fd19d1675ff2842c5133d5ed5fd6edc2
SHA1: 8b475054be739d59ed9e1c240c1f1da53d719bdc
SHA256: 5f22eaf75390ced7ddf1edf2fe07e5c83614409bd55e8dc0a7d9f400a94a692d
SHA512: ea1de0cccd31c8cdae836a029d476ad8b80354f628fdb25b92846d176e2d9588958bc94efe021e27410558c2cf2cea469c0342047db2e1a0f96d0332e6336333
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.1bv2024dev3b1
Depends: traprain-guidance-ui (= 0.2023.1bv2024dev3b1)
Filename: pool/target/t/traprain/traprain-guidance-ui-dbgsym_0.2023.1bv2024dev3b1_arm64.deb
Size: 19020
MD5sum: 32f067ee33eea63e4ca3da7d4f22082b
SHA1: 94686968f4cca122c1429523ee86467ced72a8e9
SHA256: c9dc3e40961572e9dd6c64809520d1389c40759747ea23086b1c3e3c966ef2a3
SHA512: cf637ed6e7b9ba15c8dde00d44ed14ecb66efd0c6e1b47234500429e5a25b85a3375210c68c199b05a277d5dd50b48002a95dea7cb294546eb2f83fe30f379fe
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: 127
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: traprain
Version: 0.2023.1bv2024dev3b1
Depends: libtraprain-service-0-1 (= 0.2023.1bv2024dev3b1), 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.1bv2024dev3b1_arm64.deb
Size: 21496
MD5sum: 26e0f191260638d936adf692aee379f7
SHA1: 704e13c06de97906a749dd7a003c31b0be64749b
SHA256: bca8294811f7be2f9f2c2c54884b397423575897ef29aa32ae221f01ecc399af
SHA512: caf20efab767fb448a5d331a09c73d98f1efa86bb282415c1af4342d105bc004101f8a96f05de092aee68895bde438e653d31d1a134d56e2cd854675cf3c1990
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.1bv2024dev3b1
Depends: traprain-mock-service (= 0.2023.1bv2024dev3b1)
Filename: pool/target/t/traprain/traprain-mock-service-dbgsym_0.2023.1bv2024dev3b1_arm64.deb
Size: 39504
MD5sum: b3c31ae7dc1a011dfeac5dff7f4fd95f
SHA1: f3eb3ab5387060cef0c3437d97d2b0b323178268
SHA256: c2ebc1787dbf0de2a2f0a4167847babf5f917b21fc4391e49c173ab554cdb22a
SHA512: 1d564a8ccbac5e6b5a100ad450fb24eed7caaa4e30c4504fe66dd52471073adf1b08006140525782a74c73b5af3cbea0ebaba1190e1b074bacc7a3d7d0f5b8ef
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: 105
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: traprain
Version: 0.2023.1bv2024dev3b1
Depends: libtraprain-service-0-1 (= 0.2023.1bv2024dev3b1), libc6 (>= 2.34), libglib2.0-0 (>= 2.26.0)
Filename: pool/target/t/traprain/traprain-send-turn-by-turn_0.2023.1bv2024dev3b1_arm64.deb
Size: 12060
MD5sum: 8389f400c8bc0a33ed01028fe4d4061a
SHA1: 93ad840eab068b03dc83e0a14b19aa3b15aee06f
SHA256: c9630ca2967f8a2e96fc6e42d7dcf747201b4c08aec7f10dc545ef16fd126f54
SHA512: d91e2875e7564dcf3eca654a04491ccbbd72ac64a32d7f1a9c6d7c341211f360c8932ccef276a391e6858d776ec5799c99a3ac1959693672a02ed2740a817c61
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.1bv2024dev3b1
Depends: traprain-send-turn-by-turn (= 0.2023.1bv2024dev3b1)
Filename: pool/target/t/traprain/traprain-send-turn-by-turn-dbgsym_0.2023.1bv2024dev3b1_arm64.deb
Size: 8256
MD5sum: f3381f5e22d34322180fa537a875f9d0
SHA1: 489a159eabc068af80f6ab15517568e1fe76beb7
SHA256: 4ffecb53443cc24a6d4d303e8be4adae59a9fc26b72a49c1926b52e0dfeb2d0e
SHA512: 7c7f6c499fc885b689b87725b7385e223077fd3fc930e05cb484fb348532cdd0dbb7cc9772e08c9f2dcbd8226df192a9362c48229d49771d43cd75c3e47a4645
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: 105
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: traprain
Version: 0.2023.1bv2024dev3b1
Depends: libtraprain-client-0-1 (= 0.2023.1bv2024dev3b1), libc6 (>= 2.34), libglib2.0-0 (>= 2.26.0)
Filename: pool/target/t/traprain/traprain-update-progress_0.2023.1bv2024dev3b1_arm64.deb
Size: 13020
MD5sum: ecfea8927d27cf435bdcb3da8e5ebb64
SHA1: ad9fdc73d434f34264626f507c88b31a02051ee1
SHA256: adf93f845117d37e54ea61f1692a73eb64004f9adaed410236c506340e3d6da4
SHA512: 1b705da026156d6186af06d349e18da0c7bbb56cec7bb2d8382c9852452fd853992bd174a68fe13dcb669e393ac44fff36186349f44bb3f28c00157544a2b1fb
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.1bv2024dev3b1
Depends: traprain-update-progress (= 0.2023.1bv2024dev3b1)
Filename: pool/target/t/traprain/traprain-update-progress-dbgsym_0.2023.1bv2024dev3b1_arm64.deb
Size: 10780
MD5sum: 45d60f67707e0a76702d187d1da0b151
SHA1: fc9a5815df1142ff7a08b511279e7b989d6c3027
SHA256: fe5d2986e5e969cc7d97612678d5902d525894c9d9a7dd6c6bdd7d4db0a5d242
SHA512: 47e907ff4e0463b4778fe8c29e047ba931d5546a27498dd18884b8cb398b203362d6e5ac0a178b52f8a969865465ee45ec6de58cbeb60619a3e92ba92c27a575
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: 8892
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Architecture: arm64
Source: u-boot
Version: 2023.01+dfsg-2+apertis3bv2024dev3b1
Recommends: arm-trusted-firmware
Filename: pool/target/u/u-boot/u-boot-amlogic_2023.01+dfsg-2+apertis3bv2024dev3b1_arm64.deb
Size: 750088
MD5sum: 7a9d34a74da1bc43a55b28c665d9205d
SHA1: 5b38063f60ee930036799d66dd08ce582814243a
SHA256: f90f462296398b69c800dfd8826b233ee4e5aff154b05a3060e0d9dbf7925fe1
SHA512: 4d874a7c34b5fd7f0bfd99f0d3b4f811dbe7f90edf958affd8ef9687626a90442918cc967259ecb8647fb6fa8bbd9699a54070847e16b8af12dcaf1d3118c9f3
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: 9879
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Architecture: arm64
Source: u-boot
Version: 2023.01+dfsg-2+apertis3bv2024dev3b1
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+apertis3bv2024dev3b1_arm64.deb
Size: 690556
MD5sum: e3cf85e80c6d69be993d5f8ca0819939
SHA1: 9d7de57c11af073661f8986e5ecbcc44bc7ce8d0
SHA256: 4b09895222bc56235545ccf5a508dc679c7f1683a91d9bdab117f6ac8149f83d
SHA512: 60cd6d7b02bba4aa1a0b063782811f6f3e3f2b9ff433c08c1bd2046e23153a617fe21bd8da423d637e9577ea2d1b973a32d27e59aa86d880d13a9ddf2e977476
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+apertis2bv2024dev3b1
Depends: linux-base
Suggests: flash-kernel
Filename: pool/target/u/u-boot-menu/u-boot-menu_4.2.2+apertis2bv2024dev3b1_all.deb
Size: 10040
MD5sum: 7d9fcbb70b3c4035434791ebc67362f2
SHA1: 4dcd19ae84edaa164b595165e3821e2629fafb3f
SHA256: e1273a487ea099614b886af341bafbc6c4b74429bb0df3c35f791be947a1742f
SHA512: 1d460ab7f81b5ba26f7affa2d9257db73ffaa783054d48d454e643e8deccbb48aa14e2a26a101b058619b058429a63d11128d191258c76765e87bfa5885dae11
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: 2106
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Architecture: arm64
Source: u-boot
Version: 2023.01+dfsg-2+apertis3bv2024dev3b1
Filename: pool/target/u/u-boot/u-boot-mvebu_2023.01+dfsg-2+apertis3bv2024dev3b1_arm64.deb
Size: 507252
MD5sum: 92f2eb0287aec8c4ddd8620ee1641d53
SHA1: 952784dc2433ff0251bb9df2334b71c9741b8bcd
SHA256: b90b389e6f399525b9698ff446bce91bdc2faef5c21c3a2df26fddf677119620
SHA512: 79b61de64d6c88feefda804f728fe2f6e8f4cb7189fddf0227fb3a2882ee9cb1dcdfb783c20f3ca736a6809b867c7a762c2e5b5f79ff9c2dc2aadb8cd30cbe5b
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: 2633
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Architecture: arm64
Source: u-boot
Version: 2023.01+dfsg-2+apertis3bv2024dev3b1
Filename: pool/target/u/u-boot/u-boot-qcom_2023.01+dfsg-2+apertis3bv2024dev3b1_arm64.deb
Size: 461480
MD5sum: c62385f910b48c90faa5e75b3fe8fb74
SHA1: fae4c909192ba4ad70de0397e5f8c8abcd67e3e3
SHA256: 8984ca0bf814a891fc01a65c01c2cb3908994d88f7c2bf7a21a41bab4404b983
SHA512: 3ed977129d47633e77a3179b7baa5ca457e9b3ca214d08b6add3b1e8320e2437a45ccfafdfc7d7e9edc4541b26e074db34642ad854993c3ede333d879dfd4e43
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: 3248
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Architecture: arm64
Source: u-boot
Version: 2023.01+dfsg-2+apertis3bv2024dev3b1
Filename: pool/target/u/u-boot/u-boot-rcar-gen3_2023.01+dfsg-2+apertis3bv2024dev3b1_arm64.deb
Size: 707552
MD5sum: d0874af4d3a8eb9a6620cd02c1c13283
SHA1: 6af889554a047077c4f6745c2190f6b7bff6543f
SHA256: 9cd9ab0aad778fe458ec5af3e3dfbb0e91baeb11dc66ac48025c9dc14ad9db20
SHA512: 00a6a557cee9ea38c0c3f49c8edbbb729dae5f543a13f7d3fa16a4951534c5c97113f2ee0149b40d5580aa20c0c95c4975e68e82ee430514e9ecb4f37f0fa2a0
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: 46402
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Architecture: arm64
Source: u-boot
Version: 2023.01+dfsg-2+apertis3bv2024dev3b1
Recommends: python3, u-boot-tools
Suggests: arm-trusted-firmware
Filename: pool/target/u/u-boot/u-boot-rockchip_2023.01+dfsg-2+apertis3bv2024dev3b1_arm64.deb
Size: 1880076
MD5sum: 3e1dbda75942118ea70e0249a8e6452c
SHA1: 119e714863280b1a1c7454617bd2dc14ab8d4193
SHA256: acf0e4c0a1c76382ffe9f055ca81757eccbc7e6a4de77cc055a076badb5dce40
SHA512: 57c7383845d4b0ae6e5f72fc693174feafa0de8c141e8de2f51f020c41caf43d1c480bd5326f4207eefb03dc28e37149b01de9d46da48eba54531748f5d7d9bc
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+apertis5bv2024dev3b1)
Homepage: https://www.denx.de/wiki/U-Boot/
Multi-Arch: same

Package: u-boot-rpi
Priority: optional
Section: admin
Installed-Size: 5068
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Architecture: arm64
Source: u-boot
Version: 2023.01+dfsg-2+apertis3bv2024dev3b1
Filename: pool/target/u/u-boot/u-boot-rpi_2023.01+dfsg-2+apertis3bv2024dev3b1_arm64.deb
Size: 538472
MD5sum: 3bd3bedef255db79c10896b34b4fe8cd
SHA1: b81f56a75de6f4d848efd5a89d48dc40239736a3
SHA256: c9b824610a27fd25495512cefe4e6d9f7f7e13cd5e76c8a660780dc8d18bf996
SHA512: 199167951e52a14bb3e407f942af4176dcba32734d3731cd7075adafce658ea5727cbda07ca374bdffbc0a1a1b907e70cd4de0fe9de84c51229d32f16cea6c34
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: 1331
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Architecture: arm64
Source: u-boot
Version: 2023.01+dfsg-2+apertis3bv2024dev3b1
Filename: pool/target/u/u-boot/u-boot-sitara_2023.01+dfsg-2+apertis3bv2024dev3b1_arm64.deb
Size: 562584
MD5sum: b2a21458af5fce55e15cbff71c7e7dff
SHA1: 7bdb5ee644cd1c2e98e990d228d1d51d157af8e1
SHA256: b78ef0e2c4f13d83dcb9c91c003c7e5bbfb8cd4a3c3a7918e225bb7d2a36443b
SHA512: 28632f98e5dcf1920816d237b8960437e66b8d7ff4066b8672e08f51711745514964e05fe54a33d0438bdca35d10c15b1b5f5ac92b0d23be73d28820f7a5921d
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: 37312
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Architecture: arm64
Source: u-boot
Version: 2023.01+dfsg-2+apertis3bv2024dev3b1
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+apertis3bv2024dev3b1_arm64.deb
Size: 1439416
MD5sum: c65dc596cfcee00b52245327e314ce73
SHA1: e0987d636ba730ece9ac4bda4b613332a399715d
SHA256: e660785f0b932d13f6d1957c29f3db48e82bc926befaf394f3fc1d4dc6d01e8c
SHA512: ee5af0eda43913b9875a4b1465f58dc6eebe42c5d3b1c21b76667492f5cc77dc3eabcc79fff2cac907f2303837627912d573b70b848f7bdb50638b0b04ae4894
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+apertis5bv2024dev3b1)
Homepage: https://www.denx.de/wiki/U-Boot/
Multi-Arch: same

Package: u-boot-tegra
Priority: optional
Section: admin
Installed-Size: 1643
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Architecture: arm64
Source: u-boot
Version: 2023.01+dfsg-2+apertis3bv2024dev3b1
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+apertis3bv2024dev3b1_arm64.deb
Size: 416012
MD5sum: daf716d916612bad9cfbaf0acef4059c
SHA1: bb03e0422540be5475038a91e4cc619eba474f4c
SHA256: bd1441f4ba41faebd298360ca2e924ea59c1b6845478bc079ca43f4c2c9b472f
SHA512: 8146f5a500aaa5ce278fce80b2cf7ce5c508c4899888624e56d4e3be76558d568075bf8bcaf24ddf317d5b834d9e0d36fa55e68e4d9fcadb7d7edeb87a82a4fd
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: 1145
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Architecture: arm64
Source: u-boot
Version: 2023.01+dfsg-2+apertis3bv2024dev3b1
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+apertis3bv2024dev3b1_arm64.deb
Size: 323456
MD5sum: c66f64b58a3f2a70337ab324d0c6f105
SHA1: cea9b12cca493fa1092d0a91be4b6c33d746d405
SHA256: ea4359f2ce54d6077c35f27257740ecdd060978926674399dd3b9a809e57a175
SHA512: ba05f52338a52908f71fb7deeded8cf634f6bdb53d9b4d36e4441615f37cc9f78941de311061cfb99d047deafbc88fa02f055a7b2634ebb012f71affd0ee617d
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+apertis3bv2024dev3b1
Depends: u-boot-tools (= 2023.01+dfsg-2+apertis3bv2024dev3b1)
Filename: pool/target/u/u-boot/u-boot-tools-dbgsym_2023.01+dfsg-2+apertis3bv2024dev3b1_arm64.deb
Size: 899792
MD5sum: c52d3a1a5221ccd3e182f3957302b50b
SHA1: 65d933b0857129c502ce2d0acf3d90d3ccc8a4b2
SHA256: a998b92f739ed794863000111c2535a5cd8bc5ea4950acabf74781de8de54c1c
SHA512: c558c3c3ccec57d6e9b064141907edfbef9510ada7bf48a1e6f4ddabd79c99d73705a211cfe144eacac3159973d57a049f20deec7f7b150aaed62a16621176fa
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: 98
Maintainer: Bastian Germann <bage@debian.org>
Architecture: arm64
Source: mtd-utils
Version: 1:2.1.5-1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/m/mtd-utils/ubihealthd_2.1.5-1+apertis2bv2024dev3b1_arm64.deb
Size: 18820
MD5sum: fab6b23c1e6bea997411c54762114dd9
SHA1: 0e5868d431f4dfbc6c4eacd96f8f7ec474323bed
SHA256: b293867d1bee02572b67866061ce12f576b316ec3c87a9cb6d67d273df36a66e
SHA512: eab1b8a7e42f49ee34b4d58c6c7cc9cdec5bd53dbd22f955f58f120522e2d8b7bfc467c1b8fd768de668df1c505b9a38b55f721f3bd085c97eafc2a6e2bd39ec
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+apertis2bv2024dev3b1
Depends: ubihealthd (= 1:2.1.5-1+apertis2bv2024dev3b1)
Filename: pool/target/m/mtd-utils/ubihealthd-dbgsym_2.1.5-1+apertis2bv2024dev3b1_arm64.deb
Size: 36088
MD5sum: c90e18eca190ca92cb50dac0f344c9b4
SHA1: 0f058b01eed3546d59db66ee3adbecaddc39214c
SHA256: 2a3e7e6f5cfa745b45d41b26ceafe48d26db1e43a8e8d2f2f105a61cb30cee35
SHA512: 524187c4df8ef4e0c3ef58540609f507429645198a0fcb5bc8d2ac87c75f73aeedd0a2f298d21be1e0c2d744b5ba4ff3e82a3cdd338249dc54fe66ff86bd5d8c
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+apertis1bv2024dev3b1
Depends: debconf (>= 0.5) | debconf-2.0, sensible-utils
Filename: pool/target/u/ucf/ucf_3.0043+nmu1+apertis1bv2024dev3b1_all.deb
Size: 55768
MD5sum: 55e5e0577dc9b22af14e2b8e7a5034d7
SHA1: 8d2674d77ffab70de39dd3b8dcda937b34d9384f
SHA256: f48d1d3024ef67cc6fe80a18ffc5e34df20c377b6636e56ecda18b60dd0dd6c3
SHA512: 144ee8e2ce6873d773a70a3ac3b4f34e988750957bfd39c9fc0fd3ec2b87d3b9d60f53b3a37539da101fc9c4e3cabda1b553ab32f096b6985cb616d1fced91f2
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: 10504
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.12-1~deb12u1+apertis1bv2024dev3b1
Depends: libacl1 (>= 2.2.23), libblkid1 (>= 2.37.2), libc6 (>= 2.34), libcap2 (>= 1:2.10), libkmod2 (>= 15), libselinux1 (>= 3.1~), adduser, libudev1 (= 252.12-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/s/systemd/udev_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 1587592
MD5sum: f6eb619523c95b756ebfcd936a461e52
SHA1: d881b5d724a7efc30b4dd51e1b42135e4d67e4ad
SHA256: 1c6f2131adff361751d4c1dcaca1b7b32b8f21b10d30b2e393feb06666d7c4ce
SHA512: a127c8178dbd2867edcbc00cc40a3f6ba3ab1be21d0c65fc479c53bef144f009f398c643e9da3b4308f65f5a06b65079d90004e37e2721bd3e009b9cbdbe29e4
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: 4377
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.12-1~deb12u1+apertis1bv2024dev3b1
Depends: udev (= 252.12-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/s/systemd/udev-dbgsym_252.12-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 3397052
MD5sum: fdc604a63a38ae9f7ffd084547156606
SHA1: 3dd457169cac69e40a1888799b38994db0300164
SHA256: 43c72876ac4ceb05c803babb368c9d0b1e3d5e70e515427c4d409309c2b03a2c
SHA512: 3c20f9ce16ff860ae7272a69f5ef62e837d05e5cef621ed3cfd4e0c11afb6ae29305421086ef5d422f77ed5a28162369e3406d2974a849a7a98c9b7aacbfdecc
Description: debug symbols for udev
Auto-Built-Package: debug-symbols
Build-Ids: 1b8bbf3eef70a3e3ad58a7a8b73ea52cc4a23bb2 3ecc48e75fde6462c8da7ec5067b3a0693917114 4620cdfa41054b529d1e783cd4d9a24496e04dbe 70b6f0addd6290517dc36f84169569997ad712e0 789427896ecb90ecd9e2bb5302c05d683ee4c214 8b0b5b3641ccfa812b84c4bebf613810e702127e 9c3697d3d266df40277e460f68a3b39faa391f89 e49404ee5191cd7beaf4d985cb1578e16bada763 ee68ceb43b2e3c118ca7dcd9f55ddd5f36e8a2ff

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+apertis5bv2024dev3b1
Depends: busybox (>> 1:1.35.0) | busybox-static (>> 1:1.35.0)
Filename: pool/target/b/busybox/udhcpc_1.35.0-4+apertis5bv2024dev3b1_arm64.deb
Size: 30232
MD5sum: 419b6acc91752d9a8221b279a029ac38
SHA1: 9fe827e29c5486715069558f48b5c4e125df9bf2
SHA256: a92ba3b2328f4394c11d772f6a397cb75c0435fe30b234926be4868510b2237a
SHA512: 1ba9f4b9e584962bb590d1e21a46e142c6ec2d41a796751d6d0a96b726ebfbf2dc9d68514011fc4ce810c8b496aa92b464fef34cd6868b51ccc1a7b3c59e60be
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+apertis5bv2024dev3b1
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+apertis5bv2024dev3b1_arm64.deb
Size: 33048
MD5sum: 05de3319ea5328928d6bec0b6c2992ef
SHA1: 356ba2410460a55f784883050724e80ff6bdfde6
SHA256: 586d7f3921c4a87bd306893dd64242fccc9ea04fae9642df733d261c436d3bf4
SHA512: 633609573ad6ab4852fc9e1728d64b7ef25c2d23a5f7cba8f6f939029844ee5c879c5b344df21bc4f8d2a7749cff63c36ac84fbf5392b80d99fd9f78a5a4b59a
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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 51572
MD5sum: 91483779f4e67a49ad47bcbb63aea977
SHA1: e81aa57cb70544baf6c0512a8a9ee60472c6c814
SHA256: e65bee32f2b02328e4f84d76db599470aa22cc5ad1bda49663938b3e68f41887
SHA512: 127a21a2bdee21551e3496e475a3de423c97cd41d86b7cf38c0b1ec58c2117765f95e49a6dec2133793e1a863ac4475205751962953f8bde440d452a151de063
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+apertis1bv2024dev3b1
Depends: usb-modeswitch (= 2.6.1-3+apertis1bv2024dev3b1)
Filename: pool/target/u/usb-modeswitch/usb-modeswitch-dbgsym_2.6.1-3+apertis1bv2024dev3b1_arm64.deb
Size: 54568
MD5sum: 942a5f255618d4de687c10af05d105a6
SHA1: d1ebff905eceece797f228a070b22aefabb623c7
SHA256: 9ce7489e658d984fc60d2c86d74f1282af2c404199489aa02042d13d3022e978
SHA512: 856c726d09d9e09c420c148c9147ce918aadca37cc25703ef5a7c15ba4a651095b180ec4099f52aab35835e6d5c2db3ede55175d23d33cd82bd5e952c6cfb8f3
Description: debug symbols for usb-modeswitch
Auto-Built-Package: debug-symbols
Build-Ids: 6ab1742187caca8e404ec9043d8399da8d5d2b0e 96117a9daf5ff5df5e216d6940437d5dda25048d

Package: usb.ids
Priority: optional
Section: admin
Installed-Size: 725
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: all
Version: 2023.05.17-0+deb12u1+apertis0bv2024dev3b1
Replaces: usbutils (<< 1:008-1)
Breaks: usbutils (<< 1:008-1)
Filename: pool/target/u/usb.ids/usb.ids_2023.05.17-0+deb12u1+apertis0bv2024dev3b1_all.deb
Size: 207248
MD5sum: 853bec964ba0153d4f2c7dd6f5a517af
SHA1: 637a1fcea7c9729be3c161feb12eef06364248e2
SHA256: 67ef9bccacb82b6f48a9f95c994df91d6c1acf4e2ccb77e2e3afd3abe0b361cc
SHA512: 4e06f4082f967c97b7228bf6ae84c0dec82f131ac6e4a86f0f2af664286ad391116b8f3e9eca1f93791b09453770e55f630537480d3e16caeff673bcc93a62ff
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: 1318
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux (6.3.7-1+apertis3bv2024dev3b1)
Version: 2.0+6.3.7-1+apertis3bv2024dev3b1
Depends: usb.ids, libc6 (>= 2.34), libudev1 (>= 183), libwrap0 (>= 7.6-4~)
Filename: pool/target/l/linux/usbip_2.0+6.3.7-1+apertis3bv2024dev3b1_arm64.deb
Size: 1223428
MD5sum: e9c4a0af9866fe4ae37e58e131cced3a
SHA1: d877625ce7146be2a59f4fb247bd03c0f705e220
SHA256: e728f842c165222afc653214a41fcc43f8df14e7aecf4828fd6e32d2ea9a1865
SHA512: 2c747e66979fc654eebd68e2cb0ca28de4044de401ca3503541cf79607db94e062a1cf74ff6a2b01e3a2201d5d6fbd937fe3b9760f83c1a0f6ca25adcf507ffb
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.3.7-1+apertis3bv2024dev3b1)
Version: 2.0+6.3.7-1+apertis3bv2024dev3b1
Depends: usbip (= 2.0+6.3.7-1+apertis3bv2024dev3b1)
Filename: pool/target/l/linux/usbip-dbgsym_2.0+6.3.7-1+apertis3bv2024dev3b1_arm64.deb
Size: 154108
MD5sum: b5dff9fdac3cca3aeca70ff5884399c4
SHA1: 04c40da615d54e24da958506dddec8862758e126
SHA256: 82afba66433538592467c2b103cd01b77099d8b393e0f9550e480a81c5e42b51
SHA512: 09a9e7e7ba68aae6cf488577b1a9de491b2c0faba3c70167f4505424e85575cb051d3ae294a86f0a74588bde0f6fe245f215a1571f5b809e382cbfae1ea1e74b
Description: debug symbols for usbip
Auto-Built-Package: debug-symbols
Build-Ids: 0d41eceef9b04283a13b502499acd412809a3a72 942fc2826dda8df659e7ea539de3a2776a071056

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+apertis1bv2024dev3b1
Depends: mesa-va-drivers
Filename: pool/target/libv/libva/va-driver-all_2.17.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 13376
MD5sum: b8f128251a7ac21399ee74841295b6d7
SHA1: b6ce72999208bcbeee6d9370f3a2d79d7250234c
SHA256: 228d37c4cadfbd6e011e1ea36f414b015f65b95f6289f4b29e2d402dce9f1d0e
SHA512: b817194be7632f173cf2df0d181e7be56287ea06756a5984b27e0462fedb0a9e729e3d1a7ea2c545fa8c675c334f9b91df08d0a6299e0363e1850a68e52a565a
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: 3795
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: arm64
Version: 2:9.0.1378-2+apertis2bv2024dev3b1
Provides: editor
Depends: vim-common (= 2:9.0.1378-2+apertis2bv2024dev3b1), vim-runtime (= 2:9.0.1378-2+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 1431580
MD5sum: 3a500f4d1683666e6b4f2dd90b2551e6
SHA1: 405a1bc795ecd15f8e45782016c2406113e64082
SHA256: 456174fa07894b06d1cf65607f9b415483bc28b66355ad59a7e82d10839e9cd8
SHA512: e94b4a370fc9c780f1a27f5a684beaa8b67b4bff3911f73a01566a7f490dfb5651b57145b5ef09d9fbc555df0bf68c9c3f74242ceda071de0cf916c387956e73
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: 75
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: all
Source: vim
Version: 2:9.0.1378-2+apertis2bv2024dev3b1
Depends: vim-motif
Filename: pool/target/v/vim/vim-athena_9.0.1378-2+apertis2bv2024dev3b1_all.deb
Size: 49524
MD5sum: cd63a88ca50991a963e9140b01f1c97c
SHA1: 57d65f5c189de9dd0958f7c16b5f8dac92f1b807
SHA256: 4b15c0ab989b671a6517110efa8c61d8eaba50570410aada66fd6ead13dcc06d
SHA512: 2e89180bd6d7e239e0beea0c1359bce6c7fb0649a62e2ca1bc0777a30e4321c2fca910b8471a44e6ba9cd111436b124ff6778d1d9d568300c775bbe27805a8d2
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+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: 248
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: all
Source: vim
Version: 2:9.0.1378-2+apertis2bv2024dev3b1
Recommends: xxd, vim | vim-gtk3 | vim-motif | vim-nox | vim-tiny
Filename: pool/target/v/vim/vim-common_9.0.1378-2+apertis2bv2024dev3b1_all.deb
Size: 127856
MD5sum: c634169cc119c9d6d3bafbbbd870c4db
SHA1: 763cc8b9a23f78fbe060af0cfb4cbbb3665a720e
SHA256: f08e943f97aeb4324cd87ad08e6012cce2a3c24014a2ca2e95ff1408f56fedb5
SHA512: 275e4a5b23bf28d5d65b8efb8a477f98d5775f19ef1fd4444623b1ad2ca9a16e47f529041fd077aa5d439c986d1ebe87816d1e37314b9ea7d98e7313bc0b66b0
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+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+apertis2bv2024dev3b1
Depends: vim (= 2:9.0.1378-2+apertis2bv2024dev3b1)
Filename: pool/target/v/vim/vim-dbgsym_9.0.1378-2+apertis2bv2024dev3b1_arm64.deb
Size: 3924852
MD5sum: e65331c2a9d0649cec537de9b1545945
SHA1: f209239dc63a81e8465b424028738d9e1c234c7b
SHA256: c34bde7761b9dfc15a5d905436ba543eadfdcb9810d1778d69ab690ddd82ee80
SHA512: 3d9ed6ccba3047c0ace521e334bb2cf5a14dd2a0b3bec4a3ad6a7524a324721fccf51ee03906739a0a0d7d2732580cf0f228b8c2e716db7379431b34c338b85a
Description: debug symbols for vim
Auto-Built-Package: debug-symbols
Build-Ids: a4deddc08d2e41ecc28d753b929b49f37fea964e

Package: vim-doc
Priority: optional
Section: doc
Installed-Size: 14938
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: all
Source: vim
Version: 2:9.0.1378-2+apertis2bv2024dev3b1
Filename: pool/target/v/vim/vim-doc_9.0.1378-2+apertis2bv2024dev3b1_all.deb
Size: 2453356
MD5sum: cc5c3359b85bb938fddf57c1e6ea5ed4
SHA1: aa3fbba83cc0cefbead9feaf20fff855c43ea2bd
SHA256: cff17735d1167d9beeac48237a609f542d6fb2597952585e4d357c195514aec4
SHA512: afff14cb8137e61a055ffe54f75711bd7b40b032eec9523c467651ccd1f0aef142977a0c733df379059599b9c3cf86fe9b49202ded24864afdfa4b5c718e3986
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+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: 4574
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: arm64
Source: vim
Version: 2:9.0.1378-2+apertis2bv2024dev3b1
Provides: editor, gvim (= 2:9.0.1378-2+apertis2bv2024dev3b1), vim (= 2:9.0.1378-2+apertis2bv2024dev3b1), vim-lua (= 2:9.0.1378-2+apertis2bv2024dev3b1), vim-perl (= 2:9.0.1378-2+apertis2bv2024dev3b1), vim-python3 (= 2:9.0.1378-2+apertis2bv2024dev3b1), vim-ruby (= 2:9.0.1378-2+apertis2bv2024dev3b1), vim-tcl (= 2:9.0.1378-2+apertis2bv2024dev3b1)
Depends: vim-common (= 2:9.0.1378-2+apertis2bv2024dev3b1), vim-gui-common (= 2:9.0.1378-2+apertis2bv2024dev3b1), vim-runtime (= 2:9.0.1378-2+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 1722148
MD5sum: 2dc1e91d7c837d662af499b7fb0ba7e5
SHA1: 6c1fef439d07d65458f3d79a596d59f86e0bc15a
SHA256: 0c2b439943027613df9df32c34c4dd0330b37393cc1d76cb9a76c0cacfb01aa9
SHA512: 395aabcf0948fa54651fd1532cb49de23f3a38a64d0f238fbec7b6ebd1279a798f462a683812a28796b00672ad2c8316918b311126667b315f918959dddea4a0
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+apertis2bv2024dev3b1
Depends: vim-gtk3 (= 2:9.0.1378-2+apertis2bv2024dev3b1)
Filename: pool/target/v/vim/vim-gtk3-dbgsym_9.0.1378-2+apertis2bv2024dev3b1_arm64.deb
Size: 4524664
MD5sum: 0ace1868c7695c666d7adb15ad16980a
SHA1: 0ef6b0535a2e358ccbc3e593844839331f9c3c8b
SHA256: 7798fb316fa6c343a39c193901cf3f1265cfc18685e1377d3ce7d01610ccab52
SHA512: 94ce3f47d861874f80b2dff9b08cc58c8deb8848d4e2fdd00f3f85610c8ffb10cfd867cb522795f1056d5babedd4ad62ecb29f48c3ee1fd36d234e7c809cf23c
Description: debug symbols for vim-gtk3
Auto-Built-Package: debug-symbols
Build-Ids: 10f2f55ca511b0574fb57f72a8bfb32fbb12cbac

Package: vim-gui-common
Priority: optional
Section: editors
Installed-Size: 230
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: all
Source: vim
Version: 2:9.0.1378-2+apertis2bv2024dev3b1
Recommends: vim-gtk3 | vim-motif
Filename: pool/target/v/vim/vim-gui-common_9.0.1378-2+apertis2bv2024dev3b1_all.deb
Size: 132064
MD5sum: 9dfee3a896a3d21ef13981715efe81a9
SHA1: 931adaf83e2d8a81bfa5d5c841c98d49dc64ed52
SHA256: 1411dee0046bf04ce6f1c0be57e3e7da8de0c5f64cbb7b301dc5ff6dff78b179
SHA512: fb6eb81ae2717b97ead962e40087bb769f926added01295f153004e37f82043f25b31fbdae37a15f39da8ea841a170e93b7c1e3ea4fd519faf6d3916d1f591ca
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+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: 4380
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: arm64
Source: vim
Version: 2:9.0.1378-2+apertis2bv2024dev3b1
Provides: editor, gvim (= 2:9.0.1378-2+apertis2bv2024dev3b1), vim (= 2:9.0.1378-2+apertis2bv2024dev3b1), vim-lua (= 2:9.0.1378-2+apertis2bv2024dev3b1), vim-perl (= 2:9.0.1378-2+apertis2bv2024dev3b1), vim-python3 (= 2:9.0.1378-2+apertis2bv2024dev3b1), vim-ruby (= 2:9.0.1378-2+apertis2bv2024dev3b1), vim-tcl (= 2:9.0.1378-2+apertis2bv2024dev3b1)
Depends: vim-common (= 2:9.0.1378-2+apertis2bv2024dev3b1), vim-gui-common (= 2:9.0.1378-2+apertis2bv2024dev3b1), vim-runtime (= 2:9.0.1378-2+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 1629008
MD5sum: fad7ebb1c9ebdf636ec195c070bd255e
SHA1: 496f2bb2115a2cf5fc9a739207db09c66087dee0
SHA256: 85023d4bc4a845ac19633fc81793fd9808b70bd0469527b131780ceab8633e1c
SHA512: 80dfce15db7fd8e3d4da17a5536f10d12c7f5c81e4f932125a9f9827eea04723fd30fab18d4006c4dd81b106a757430b42760c74971e5a4cb3e8538b9767276b
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+apertis2bv2024dev3b1
Depends: vim-motif (= 2:9.0.1378-2+apertis2bv2024dev3b1)
Filename: pool/target/v/vim/vim-motif-dbgsym_9.0.1378-2+apertis2bv2024dev3b1_arm64.deb
Size: 4278116
MD5sum: 82e8865e7a26f133d7b863998f7c1266
SHA1: dd3c93559ffb9a0b8e58fe214f0c3dd2224c6225
SHA256: b46c685bffdd74b52405ee77143fdb4362647cd2393457bc4f79da1ec90e28ff
SHA512: 9dcd8538911573a1059b2d6b7c0e9cfcf5a7a44b73bc0c4e830e59ca2c2cb2fb939d7f1879faa22fe24f3bd7aad9f72e6de15d3ea0731f91408d708eef2a5fec
Description: debug symbols for vim-motif
Auto-Built-Package: debug-symbols
Build-Ids: 735b745671a5798aeee4a5ad1df162bdacd0c1d2

Package: vim-nox
Priority: optional
Section: editors
Installed-Size: 4311
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: arm64
Source: vim
Version: 2:9.0.1378-2+apertis2bv2024dev3b1
Provides: editor, vim (= 2:9.0.1378-2+apertis2bv2024dev3b1), vim-lua (= 2:9.0.1378-2+apertis2bv2024dev3b1), vim-perl (= 2:9.0.1378-2+apertis2bv2024dev3b1), vim-python3 (= 2:9.0.1378-2+apertis2bv2024dev3b1), vim-ruby (= 2:9.0.1378-2+apertis2bv2024dev3b1), vim-tcl (= 2:9.0.1378-2+apertis2bv2024dev3b1)
Depends: vim-common (= 2:9.0.1378-2+apertis2bv2024dev3b1), vim-runtime (= 2:9.0.1378-2+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 1603088
MD5sum: 781abe8bfd781789c13b0407a3ec1f99
SHA1: 52d4f7f4e375e0fc7c5a50b7a8f50801d95c4ed5
SHA256: 69019796e3aa5d404da128203be24540b71266d001a34c0afdb45aac2cc5b8af
SHA512: 52e2458ae3233cf34fc6c6692618446de6c859a874b62511a44a7f1433747dca7df9821fb7168d4d5cea192e01cc90df944c67b37d9396dc07e7a16d21a7367a
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+apertis2bv2024dev3b1
Depends: vim-nox (= 2:9.0.1378-2+apertis2bv2024dev3b1)
Filename: pool/target/v/vim/vim-nox-dbgsym_9.0.1378-2+apertis2bv2024dev3b1_arm64.deb
Size: 4202192
MD5sum: d7c865210df1692526161b67c3461c01
SHA1: 959a0390ee414104c23683930b530d292494b9c1
SHA256: 2fe47ce2b97478cda3457930edff822ea1dacc34d306b0a494ffa63d3652b409
SHA512: b7a8e875519f90cf297502069b4b90a52d0d892423063a8f128f193f0547606b23b3f059c86eeccbd91025ed0a1e23a6270f11dca7a0934b978f952b229a6c68
Description: debug symbols for vim-nox
Auto-Built-Package: debug-symbols
Build-Ids: 9fda5db1605823b84df1fefb6f06d9e5748b73bf

Package: vim-runtime
Priority: optional
Section: editors
Installed-Size: 36403
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: all
Source: vim
Version: 2:9.0.1378-2+apertis2bv2024dev3b1
Recommends: vim | vim-gtk3 | vim-motif | vim-nox | vim-tiny
Breaks: vim-tiny (<< 2:9.0.1378-2+apertis2bv2024dev3b1)
Filename: pool/target/v/vim/vim-runtime_9.0.1378-2+apertis2bv2024dev3b1_all.deb
Size: 7028620
MD5sum: 287095b804a1a4bed5a9787f6d7efdb1
SHA1: 589540d40067c28123f1dae272c5836acd65f569
SHA256: 2f561d4e5feb9dc0e4cd660fd0ebfb0c1d9506c68b90c4c63be8ad9da08d41a1
SHA512: f9c77a10534e0adcba276f4758c5e46a859e3a8e32496943838da359b4850d3d029cb9d709f588889826ec4150a63acb58c8517267c78fde0f286395a30ffc18
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+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: 1801
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: arm64
Source: vim
Version: 2:9.0.1378-2+apertis2bv2024dev3b1
Provides: editor
Depends: vim-common (= 2:9.0.1378-2+apertis2bv2024dev3b1), 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+apertis2bv2024dev3b1_arm64.deb
Size: 655864
MD5sum: 783a0efd3758c33e8f2e9fc495e12dc9
SHA1: 6b6b64e600af864c092d455e88bd09c2042950f2
SHA256: 380c11f929638cf121bc57dd78ae7d9b4f48c6be1affaa2490cec3fdc284250e
SHA512: fb64693594c2b114334a80d5ded3b3a6ab7de06cc78c96644c603f4c636d39fff0b56f063699b0a75086d6e733adb348606b7cb33815625c1f83836eedec6e9f
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+apertis2bv2024dev3b1
Depends: vim-tiny (= 2:9.0.1378-2+apertis2bv2024dev3b1)
Filename: pool/target/v/vim/vim-tiny-dbgsym_9.0.1378-2+apertis2bv2024dev3b1_arm64.deb
Size: 1616432
MD5sum: 47a3960a0bff78b1167a3239c3954c87
SHA1: 37450f4b3c62977910b47ef454731f67371861b0
SHA256: 305f6dd710777c9228f3d3b7807f170718d97db3518e9d843665cfe5486a5e79
SHA512: 9fe8bbf2d766e7a599215db2da12a842a73f85867d6e83543eed7f747555f26941d2171d580231c97f4a3f96999338ee6c8cc7449bc91905d26bdbfd006e6414
Description: debug symbols for vim-tiny
Auto-Built-Package: debug-symbols
Build-Ids: 74c52f2cfdd2e660547cc4fa15f77cfd221235d7

Package: vpx-tools
Priority: optional
Section: utils
Installed-Size: 1073
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libvpx
Version: 1.12.0-1+apertis1bv2024dev3b1
Depends: libvpx7 (= 1.12.0-1+apertis1bv2024dev3b1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Filename: pool/target/libv/libvpx/vpx-tools_1.12.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 232364
MD5sum: e0fbc20ca2cb0459c99445df93f5e90b
SHA1: 56baf4a4a6647a1842bc7f38bc83ed45b631201d
SHA256: f668f2d3ed37af2ceb20a329433417cf22d249124bb690a7ea4f9800c3de632a
SHA512: 9868c0b2ea0061ce36d945566f9d6e1eaaaa2dd0131a9e3920cfa47ee72a4ff55dd45b2545c416773eb8234a3c3dcb15f56369f072f6ba3007a95f8b6ea185f8
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+apertis1bv2024dev3b1
Depends: vpx-tools (= 1.12.0-1+apertis1bv2024dev3b1)
Filename: pool/target/libv/libvpx/vpx-tools-dbgsym_1.12.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 1391860
MD5sum: 2ae4acefb50b0d5a1eaa59e1e3ceb38a
SHA1: b419b24d188fd80a68f08adf9ec6f5f8826a3a74
SHA256: 5ef4e95bcc8ade2613f1e7d7a29de68dbc8c9acf9f956219f6a10d7121e8451d
SHA512: 38195eb7325275a5fc9018f58b9deb6dacb9e3d05510b7276bfa900aa5a1847acb08470d8305d9cf9e10fbbecd1d175e79de93033f4aeddb2e60f43a48918aa7
Description: debug symbols for vpx-tools
Auto-Built-Package: debug-symbols
Build-Ids: 31c1e5e4a2edbe1aaa46cc21d6eb2f27c91b6d34 e0a50deab4730aed75f7ccdc27d477b7eff72d57

Package: wavpack
Priority: optional
Section: sound
Installed-Size: 440
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Version: 5.6.0-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libwavpack1 (>= 5.0.0)
Filename: pool/target/w/wavpack/wavpack_5.6.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 105636
MD5sum: e65966121964318ffcc2c3237bd189b7
SHA1: 62aa6c178942f28f95efd758280a4f6984223aa6
SHA256: cbfa4a18c18ca9421546c578d84b1b14739c5e3172bed407b563effa6d7a3d91
SHA512: 830fcc806232f7ad0b4f73d31b1b5d9382708e1c7e34795cc1ad1e9d9fce85a63c2d72254d12f3d39de2b40e282bbcd1af3c7ba278c71cd84213ab3f68973550
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+apertis1bv2024dev3b1
Depends: wavpack (= 5.6.0-1+apertis1bv2024dev3b1)
Filename: pool/target/w/wavpack/wavpack-dbgsym_5.6.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 227524
MD5sum: 04154af42842108775a7f83a1494de51
SHA1: b04c0555f0bb13ca6ae64056bb5b0418261c484a
SHA256: 76104c98f75f7cdcdd853da40bee990021a4a60811e3f8062107f0febcba6852
SHA512: f0455150bae3a60be4419b0bff85e649ad0af8c4bbdfb1b0e7c71c71dd6645c0e6d0aec73b81972c38f317b9318e8aee83136018bbc44428d88ccc2bcff9aeef
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: 2166
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.5-1~deb12u1+apertis1bv2024dev3b1
Depends: libwebkit2gtk-4.1-0 (= 2.40.5-1~deb12u1+apertis1bv2024dev3b1), 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.5-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 726408
MD5sum: 6aca91079c70e5b6b7cdbc1bd56f6e03
SHA1: 1d35da9b0c8ecdc2a0586eab18ca2b098922de60
SHA256: 2e952e903f71b726f04045a6831a8c42e39534a759407bd678e9874102473059
SHA512: 101929cf96552e5ff24661c215d6b66a7104615c76cce19a76bed576448ff26b9ff4f60f4161b0a70fe8677bc25f0fbf66cd052a5668acc6e89ef8ea6a4b0ab0
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.5-1~deb12u1+apertis1bv2024dev3b1
Depends: webkit2gtk-driver (= 2.40.5-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/webkit2gtk-driver-dbgsym_2.40.5-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 1892508
MD5sum: 8a42329567d9dc0f4ce3046bc648fcc7
SHA1: 8f2422ed6d9d32059fef068e284b7e9b44e96b83
SHA256: 100da5c3d7ff88f0fd04bb1a31faae22dd899eb5f1800c0312f81bf8c69bff31
SHA512: 68f3b8a4f71e4a4ec6f20b7eaec6a0d9e1f6d97236c4b5482f78b972d80fa70b6b69aa20f109e7f0a4427e8a11585d087b3c1387e7fe52051a19d413a153affe
Description: debug symbols for webkit2gtk-driver
Auto-Built-Package: debug-symbols
Build-Ids: 94d84bb8749a0663dd6ab756e91857cda3dcdae1

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: 5469
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Version: 10.0.1-1+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 805644
MD5sum: afb8e82058d8e3cf3e621f740c386a53
SHA1: 65e43694be215ba4f3bc7d87555ca9c58f4058f5
SHA256: 681521bb72c1fc99b5efa2bbd7e1af49864e960f04887e5500ee26eeb1065843
SHA512: 52c502e5db282781bc7118748504c8c383bc6288e0db1a35cb35995dcb47a53aa9ea9eb069dcd5ac09cde82dbe8cd97d390345c5924690b32d9b4f8a1c485a49
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+apertis2bv2024dev3b1
Depends: weston (= 10.0.1-1+apertis2bv2024dev3b1)
Filename: pool/target/w/weston/weston-dbgsym_10.0.1-1+apertis2bv2024dev3b1_arm64.deb
Size: 4592444
MD5sum: 4952e883984ccb9839ae4041bcc3d1ed
SHA1: 7ac87e53ae4f95be3d55ba5cd296c63158c01912
SHA256: dec10d33d4c10535bd5597d3439ff3e4db5cbefe8d29c53c67d778644406b557
SHA512: 12e2804e0382702f0e9d18a4d806ba22b7336a752915a1b2cf220991f5c3854840038efc5196cb3f3a4976869a644eae7d3d0309585825622e429791ad1a73b7
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+apertis1bv2024dev3b1
Filename: pool/target/w/wireless-regdb/wireless-regdb_2022.06.06-1+apertis1bv2024dev3b1_all.deb
Size: 10628
MD5sum: 2f39542209795b375108be1571709cdc
SHA1: 7e1446e11519dddab2f8ccddf5495283ed28e838
SHA256: d1de5be8efefde7799f6f522b3c9083c1544b6381837f04dcef5cb6433a6b0ab
SHA512: 06475661669ae34432dfcd16fa0bc49200ee5b8e10333b8ee19e9034a0a05afe52171e22dc98458ac4e504603c7f0a4f3f1142947aea4fe82da14cf1ffca5d6d
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: 3810
Maintainer: Debian wpasupplicant Maintainers <wpa@packages.debian.org>
Architecture: arm64
Source: wpa
Version: 2:2.10-12+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 1311444
MD5sum: 30ab24c4a1ee7e279507fe64b56702b5
SHA1: 589f2a495a52073ad90f23e872345178c58c1d4d
SHA256: ff5c5aed5dae79cd05c0d9e3fd012ca5601cca37e2fd8a67e561f69696fd9f46
SHA512: f545958caa69d42d84ba46c17fc90fdc82ad415cfd7cdd8297ef935f66d72061e15601d53288319bcdb37fdc9f77e0360818161c108d38b401933129acd1bbe9
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+apertis2bv2024dev3b1
Depends: wpasupplicant (= 2:2.10-12+apertis2bv2024dev3b1)
Filename: pool/target/w/wpa/wpasupplicant-dbgsym_2.10-12+apertis2bv2024dev3b1_arm64.deb
Size: 4556872
MD5sum: 245babf86d7eaf1bbe1e75770d98e455
SHA1: 0104474ad78b3b75e4ff43408420a5e965a3822a
SHA256: ccc675835768b6c43a3acebc432d503d77669fc226610046806d79815fea6dc1
SHA512: 1936dbec4ea0b888d6af27540a62766e5e459f167c53bf353047410b7af192bf55cde06bfb12e22dd75399a5b93031d65a3a883fe4557ca82ddd87de504c2ac0
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: 14
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis1bv2024dev3b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-core-dev_2022.1-1+apertis1bv2024dev3b1_all.deb
Size: 5980
MD5sum: 9f35b5742212530c83855a3dd69b93da
SHA1: 4a561e355bf3434fff39acf712d2e8da26a413a5
SHA256: 235cfd1aed0a390dc0613831578b8f474386cd5d206a416c557df4564efc1033
SHA512: b040ad4a11d71bc345a6523f54cf264da5e905f5007e2c1114abff2652e29519178bfe0cbcf6d6a64af13607977283de2d5cf1be65f23707005facbf46795c4f
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: 1683
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1), x11proto-dri2-dev (= 2022.1-1+apertis1bv2024dev3b1), x11proto-fonts-dev (= 2022.1-1+apertis1bv2024dev3b1), x11proto-gl-dev (= 2022.1-1+apertis1bv2024dev3b1), x11proto-input-dev (= 2022.1-1+apertis1bv2024dev3b1), x11proto-kb-dev (= 2022.1-1+apertis1bv2024dev3b1), x11proto-present-dev (= 2022.1-1+apertis1bv2024dev3b1), x11proto-randr-dev (= 2022.1-1+apertis1bv2024dev3b1), x11proto-record-dev (= 2022.1-1+apertis1bv2024dev3b1), x11proto-render-dev (= 2022.1-1+apertis1bv2024dev3b1), x11proto-scrnsaver-dev (= 2022.1-1+apertis1bv2024dev3b1), x11proto-video-dev (= 2022.1-1+apertis1bv2024dev3b1), x11proto-xext-dev (= 2022.1-1+apertis1bv2024dev3b1), x11proto-xf86dga-dev (= 2022.1-1+apertis1bv2024dev3b1), x11proto-xf86dri-dev (= 2022.1-1+apertis1bv2024dev3b1), x11proto-xf86vidmode-dev (= 2022.1-1+apertis1bv2024dev3b1), x11proto-xinerama-dev (= 2022.1-1+apertis1bv2024dev3b1)
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+apertis1bv2024dev3b1_all.deb
Size: 601308
MD5sum: 6c8c0561681822d931e731cec1d58deb
SHA1: 1af27827d7c495a15030e1f0bc91fee455a02ebc
SHA256: 2f1fe511d830b58e2cfa2b51f4e972730557f2472112e7ab1c34c16d6157df9d
SHA512: 8d1698bfc4f99a082342cff716241be689c7d332e3f84e8bbdd3a7c5c8538436699e82b9c51ba609c726984d6be8e6a1961e38a1e4a9341323772dc146d4bf34
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: 14
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis1bv2024dev3b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-dri2-dev_2022.1-1+apertis1bv2024dev3b1_all.deb
Size: 5984
MD5sum: b48f3d401534c930ad909cef49462356
SHA1: 4b643c30e4677b0d69ad3149efcd508cdbb20461
SHA256: 830a55d16011602cd09743d22562399ee9b0d76b0f6d878af8ea59c765bb3365
SHA512: 974415799ef2b4eae95ea920455fb6bdf3d07387f50de95f62d5c5e5b88e4ff7724e48cf25b0cb2ee1ba5b87d270567228a29f78f1af88256261d5f0aafdcb35
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: 14
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis1bv2024dev3b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-fonts-dev_2022.1-1+apertis1bv2024dev3b1_all.deb
Size: 5984
MD5sum: 1c00bf64f4b2eeb67fd49135429290da
SHA1: 3f8385ceb11cedbc4708d60132188c6d45bc1b90
SHA256: ca7ad2ac469db424cd48317af3d5f7edec7b1855e55352dcbb89c43dc25b610a
SHA512: 1c3060fbc2bdfe82ff899ce71782943f7d77e1249ebab8d8e97fc4ad5f62bac97b7cc116bb283b9c85e00b568b7341795d5c9a0e098e69712c32ededddac2b0b
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: 14
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis1bv2024dev3b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-gl-dev_2022.1-1+apertis1bv2024dev3b1_all.deb
Size: 5980
MD5sum: 0683efcfbfb39df7aa97a0ea3f0a93e2
SHA1: bc8f82c52346c10b3fb79fba027b669a5c287ed6
SHA256: 13af8b5ded307f1d9786d8711c657864af137504736be33f2b10e8dc1f19ee9a
SHA512: a110b056f338fe04a59dfa2a8759d6898d247475580a99280ab9888a112323924cc2253add59745ccd39e4d4b6a788661639e273833bbb6d51619896c2f5e713
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: 14
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis1bv2024dev3b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-input-dev_2022.1-1+apertis1bv2024dev3b1_all.deb
Size: 5988
MD5sum: c55998c0aa1d29db9b32d050b73010d4
SHA1: 1f0dad9a1731f0c8d4bd2803e43bfcc479a20efd
SHA256: c0eecefc26013edcba21520d90eb0950e1ccb567d26060956987dd0fd1e93a10
SHA512: c8a09b4cf191527d28f5c9bff3b9ce14f61be2a80f02d1bab19d4431b1c9e431ab961792b456bf61a5d175a26642fbc6123d407e62a1bdad23e67429140795b0
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: 14
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis1bv2024dev3b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-kb-dev_2022.1-1+apertis1bv2024dev3b1_all.deb
Size: 5984
MD5sum: 49263cc7b6929c8a61c9052c378eba9f
SHA1: 16fbda3697241db1258967ad0d44943bea70ac96
SHA256: 7c3c75658d5926868b69c6152500d1bb73d8fe59715f5bdbffd8838648ba7b85
SHA512: f0449c86c177ac4aecf86c43db062c0db0a4c91bb55d43f4da62cf39d971008955d332a125417cce1a281e25cdc5042d1449af59c99d5e9d033b6747a60735fe
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: 14
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis1bv2024dev3b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-present-dev_2022.1-1+apertis1bv2024dev3b1_all.deb
Size: 5988
MD5sum: 9efdd945bd1b228c127fdb1f9e0751c9
SHA1: 693e71677f60b70ee46326451fd32384fc1b9541
SHA256: ebf59cbfe4c77b9d925f605b3a6939a066d8df5dcb813f9338208b5dafc2c327
SHA512: 9b9771d0ed4b45a3f75ad1bd4f594829c358e68d1568456ea703908b341c035bee4c16f7bb16de7a281723a6a4c859ccec790e0555a64df09eb38c5b684bf622
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: 14
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis1bv2024dev3b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-randr-dev_2022.1-1+apertis1bv2024dev3b1_all.deb
Size: 5988
MD5sum: 36ba966bb396b2fa264d2d6f13bc7ce2
SHA1: 2af397bbc63d673561f778f94a982aa29f4a19fe
SHA256: 38db1767e5fd745ba8e93d4ca11c774cc25a7c56a123b8b5a7d6d474ef0daf8b
SHA512: 6cc6ad3ef315725462bf6008355bf081e4a062e850c9668808ca01a5ec2941ca18d2ea65be19d73d872953d5915e94c89a29be1cad552cbe688509938ece8f7c
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: 14
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis1bv2024dev3b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-record-dev_2022.1-1+apertis1bv2024dev3b1_all.deb
Size: 5992
MD5sum: ad7aab7008e4ca3e7f4096009d3d81a6
SHA1: a49ed08779b41f74eba41d114291b3171943137d
SHA256: f391da54d4b416c755ec24276b7eb2a4bdb9fdeefb61fd20b782072839b11354
SHA512: 406968a99ecb4286b4115e76a0b5ff4b21e167c21a7c6f7f4f22c29a2c2441b5797ff5a5078647b888987a9b0542cc93ad72e5610de24be630fb46936c6c1b55
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: 14
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto (2022.1-1+apertis1bv2024dev3b1)
Version: 2:2022.1-1+apertis1bv2024dev3b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-render-dev_2022.1-1+apertis1bv2024dev3b1_all.deb
Size: 5996
MD5sum: 01ed1a0f7aeaa41112107136161d892a
SHA1: f20971057f8120c53b1c13230f33e726a0da9a8a
SHA256: 4fd9268362b3471406fe110c7b44e2e5b92644e9e315ab597f359e3b57642e34
SHA512: f2e5b11f3b0f6029d08d154f2edc9f67cad4c6c93eb618422d55f524b87023266ae0fc4fec95e6684214b1f264de913519caebc8a5d0d362f3cb0332115be1b1
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: 14
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis1bv2024dev3b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-scrnsaver-dev_2022.1-1+apertis1bv2024dev3b1_all.deb
Size: 5992
MD5sum: e784b3d652b928c0ddb74dacb442a4e2
SHA1: f7896c9f131b1cd5daa3d3bd17bff85d84711804
SHA256: 2e005eee17f9a088e3c721731e59ac4bb97a35aad5705630dc4d2c3e7628b4c0
SHA512: 68ff62c217a3c89d22c8581287d2c19777c5d1c67a75f497ef6799660fd852955f3d4a68681fb9c15b5cda58d954ff9e615d3d67d22e5684aaeff6bb322818ad
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: 14
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis1bv2024dev3b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-video-dev_2022.1-1+apertis1bv2024dev3b1_all.deb
Size: 5992
MD5sum: f2ea4cf0b8912afec4d5c7272867ba17
SHA1: e1c78f84ccaeddff174b7ab92d9bf12a2df9d1c4
SHA256: b5c9f34dc6e359a12149b1ce23290d09da0897956825c7f5d7572f4c5fa2df76
SHA512: 96593c1be10f4e54c1894c1bfbf81039373a73ad02279d7804a7e2d918033426fde0816d3eae31118615bd11700bc3c57240be71062421501d6c35d9a5718096
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: 14
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis1bv2024dev3b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-xext-dev_2022.1-1+apertis1bv2024dev3b1_all.deb
Size: 5980
MD5sum: 5edd8daaac93e89d8e9347acdedf91b2
SHA1: fe6ae0b573e8946e62bc0c460bde69111381e10d
SHA256: ece361d3436660a25a730bba1fd6dd955fddbc65c61245d5c35343dbeec4696e
SHA512: 470facb474f4956d1e9bceea9e70bf60369bc36ea93754553436cbd1e7eb5c9a810efaf118fc1260e1a48e3567d966b58e62420bb14b6fd31d751a6a7cf8798b
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: 14
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis1bv2024dev3b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-xf86dga-dev_2022.1-1+apertis1bv2024dev3b1_all.deb
Size: 5992
MD5sum: 7c5f5936c3c4722df3e889757cf1dc57
SHA1: 2ebdcd6406df7f79f8c8cb83b71a5967455ec200
SHA256: b56bf5948232cd9b5d8f9bb8c6ab716bce47ef26ed0b4829a9a7264877afd615
SHA512: 6bc623ee1e8e8961053a86ad702331802fedbc7faa4c681e2cfcad1c48437ed91745b680cfc172ff785dbe907cd1e77bede71cc3ea55466c5be5da7b1ba6f47e
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: 14
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis1bv2024dev3b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-xf86dri-dev_2022.1-1+apertis1bv2024dev3b1_all.deb
Size: 5992
MD5sum: 0a505ad67ede7c88e28605e41adca0e3
SHA1: 88f6b63c63c52d983c157d8f3ab750e2b06e50cb
SHA256: c18d5022984cb616a28d7c3e22db54f22d9403b638b71dcbd92bf749cced52d5
SHA512: d8cfa848c9cdbe2a901ce9362d87f938d199415540235579a21dae9459c776f22377cec9fc92af00a4d6a99fc6a27a96047dfec8d8b58384bb22d4a0c17dc28d
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: 14
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis1bv2024dev3b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-xf86vidmode-dev_2022.1-1+apertis1bv2024dev3b1_all.deb
Size: 5996
MD5sum: 72af26a1b18b8199004bbdc2d085324f
SHA1: ba5e9ec24a84faddd8240025b461f0f27ad2f7da
SHA256: a19564c015458a465b34b0aec0d2894117794ac406101de2c32bb692d75c6468
SHA512: 828f53451f0d377364367a644184bc9b10f997e0acc11f65042edad3524186cba5156a89120c7182ecbb895d8d7f5fb635c1fe7cd7af41e4bf2f7717e21dcad2
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: 14
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis1bv2024dev3b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-xinerama-dev_2022.1-1+apertis1bv2024dev3b1_all.deb
Size: 5988
MD5sum: e4ccdcdadda5232733a1eda8cab9745e
SHA1: 12d25eb751922468fa0fca960f605a6524f0209b
SHA256: 67106dc3378d2a174ddda820dd85904d9bc5517d997568accccdba52a6dc0ccd
SHA512: c3c0b0f041a4347fb9da6fb8b492b867064968c5d8e6c7e1c86080a491af2728565e88da1c0660a3c884d3e55a57925167da87f9430286a623acaa1b07728e7a
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+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.39.4)
Filename: pool/target/x/xdg-dbus-proxy/xdg-dbus-proxy_0.1.4-3+apertis1bv2024dev3b1_arm64.deb
Size: 22948
MD5sum: e985b34b8e85d6721d302b046cbd467d
SHA1: 1172636504a7833c5ea247e7ff00162341dc5b3a
SHA256: e0f1a700ef0c692512f21749ada894028692619fc548c16918a3ffd894dfd5a9
SHA512: ce63b0533bdd9932aefdcd6d2e6c245e8e296bd7b0ef0febab1b5254174a9bc94e1d1fd1fc44edabc2ee71d79b16ecbe17a0af7d70bba0ae98b2ead4972f39fa
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+apertis1bv2024dev3b1
Depends: xdg-dbus-proxy (= 0.1.4-3+apertis1bv2024dev3b1)
Filename: pool/target/x/xdg-dbus-proxy/xdg-dbus-proxy-dbgsym_0.1.4-3+apertis1bv2024dev3b1_arm64.deb
Size: 59120
MD5sum: 0d60bcfb1900b0060f2b38cb8d110d3b
SHA1: 9da01cbe2cc42a9d88bf3fd0a089f664b767ffe7
SHA256: c8c1bf59365cddf692a9169133fd52050f62c02371d936a7fe9515055ce35466
SHA512: ab583af99758d1c232c54469811b6dc16494d4a4d904855b394120ab61520687f60848489d83e4c714bf96d09f41b0cead9408a6e9947ea379bd116b9dcf1b52
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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 8672
MD5sum: 381729e8de9c84dc78886fb2e5220892
SHA1: b7f6c4c248b53961ef09dfe98f2a997415113db8
SHA256: ea75eb4d924785eda0db516ef115f7e9752877cb487e6f69178cafe8bc99b120
SHA512: e839a983860e5a99486ec986ba6e28bcbd2f362ee29dddd4f246f2e82d60725644971c8062ac62c5ed35d84a08fb9f97bf92cb5832dcdd8c6262a127243931dd
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+apertis1bv2024dev3b1
Depends: xdg-dbus-proxy-tests (= 0.1.4-3+apertis1bv2024dev3b1)
Filename: pool/target/x/xdg-dbus-proxy/xdg-dbus-proxy-tests-dbgsym_0.1.4-3+apertis1bv2024dev3b1_arm64.deb
Size: 11584
MD5sum: cc9ae063b00588b01f82f0f810bda558
SHA1: 34fe47280dcc753ba58effed88f16b81f50b32bd
SHA256: ce64320d37b2608e305a19ae32a7118d4b04380c8564160b36899b0c5d46a01b
SHA512: 975677ca310657cc83a078890623691b54fe8e41bceb59fcaa61ada6beeda559431c593d0c1b0908ea2974a2384ce5ff71100aad13fce7713f2c12be3dd9ec72
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: 1911
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 1.16.0-2+apertis3bv2024dev3b1
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+apertis3bv2024dev3b1_arm64.deb
Size: 308148
MD5sum: 8267852df9d7e7323bd1d30e4475425b
SHA1: a8ea41c4a8fc37e178207c0a25eed43c902246b4
SHA256: 98e39d39945ee4c79ce34407f9e30895e51da1df9b23803ba165e3498068abb5
SHA512: 6aa6166abcffb4e51f062ce229b671e064bd6699cbfec91a9c8154e5ef231d86f0e165895e58a8404d23d7572859c1a04bc954f4bdb192e8e2a7c7371a22cb7c
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+apertis3bv2024dev3b1
Depends: xdg-desktop-portal (= 1.16.0-2+apertis3bv2024dev3b1)
Filename: pool/target/x/xdg-desktop-portal/xdg-desktop-portal-dbgsym_1.16.0-2+apertis3bv2024dev3b1_arm64.deb
Size: 1490684
MD5sum: 69aa19cd097d0703ea91c687619a469d
SHA1: a7609bfa3d7feba72ca6ff1d1a53ea21c9667886
SHA256: 4681fff4c0191902c717b445a862042d054e49f354a61d5e308d6dc384d41215
SHA512: e73db6520cde269506267d4272e7e726b24c60f1f9d19373a9254d956993b9cb49d50f281907a4a8ce9855749a4b1355ed52aae6d92f835bf62384447f02f1fb
Description: debug symbols for xdg-desktop-portal
Auto-Built-Package: debug-symbols
Build-Ids: 2e68bad66bf47ce0996df0cfe3f168e2ae2ce25b 4fa3cd52bcd1f5fa9dc373f12406763e7387db6d 6afe02640994fc0f250a825357548d18b38062fe 79c6b97aa23c0d0839cb10e7b9cb519f12bb45cf 8a6751884ca62dc2a437220e0d2ffa7321c75875

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+apertis3bv2024dev3b1
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+apertis3bv2024dev3b1_all.deb
Size: 67028
MD5sum: a3538040f6360a57abd376b9b9823394
SHA1: 059b6b56e3a30e1f6048e271d40a2de15529c488
SHA256: dbb8b3e35bbaec512e32a2bb848c48dcfc71c24d3c1439b858f87c47763704a8
SHA512: bb45c7d244ee9ce9b75ac4b736cf7eb6cb9bbb0eebe4cf19fe951a9943f0c87b1448d0f40476aa539504fbea9ecf6145254fc944e8c653d471b106beb3101b5d
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: 1905
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: xdg-desktop-portal
Version: 1.16.0-2+apertis3bv2024dev3b1
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+apertis3bv2024dev3b1_arm64.deb
Size: 268304
MD5sum: 69825b8a43cbf54d13b17308c819569e
SHA1: 99752d0d0c3075bb4e7b8e3a90b00044db78f2be
SHA256: e38f4205a933243c53c28b77f6ea96fa2e85928659674d57489a09807eff7ecd
SHA512: 0cb90d8835cf2384ba4b1b00031789885c22cfac97964070d6b6b088ad28c15d83637c61c0d8f1c406a28dabba2826b9ad57cca3089db986e48b6ac6bfcafbc1
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+apertis3bv2024dev3b1
Depends: xdg-desktop-portal-tests (= 1.16.0-2+apertis3bv2024dev3b1)
Filename: pool/target/x/xdg-desktop-portal/xdg-desktop-portal-tests-dbgsym_1.16.0-2+apertis3bv2024dev3b1_arm64.deb
Size: 1422008
MD5sum: 5f99ed70c9f327c4757eb98a9faf814d
SHA1: f208aa22a34925eb07c74ee5d8d7f46b6daf82b0
SHA256: 5e9dec6e54f9d9543edfe1a9592edd411ee313ce43eb926f87bd0929739b2159
SHA512: ee3eaebe3c23f01ea93282e549825bcc6d93e66bcdd873c1746760ac6327cffbb9de5a00906b7a91ffc3dbcb487955f102236366c9b8c98ab6284795c9c6caea
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: 187
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: arm64
Source: vim
Version: 2:9.0.1378-2+apertis2bv2024dev3b1
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+apertis2bv2024dev3b1_arm64.deb
Size: 86916
MD5sum: a161ad7e93d0439aa6028b2dfc92434c
SHA1: e6b7316c1a8745645f39acfdf82a90b80de4430d
SHA256: c4d55e305f5dfcde3530804a6f37e7592b6d03747ba90bd6e80f189005862fef
SHA512: 2dfed812a9089333877013af4c4d9502473d8592e46c3bd3b05991b0ee8153d9e4036d17a5a2282016b9cb51f99e2ceb2b6fa64cb58a1fac4d568830d59ab3c3
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+apertis2bv2024dev3b1
Depends: xxd (= 2:9.0.1378-2+apertis2bv2024dev3b1)
Filename: pool/target/v/vim/xxd-dbgsym_9.0.1378-2+apertis2bv2024dev3b1_arm64.deb
Size: 14992
MD5sum: 081fb982f202ffdce9a68e8d7ba8baaf
SHA1: 4305c13b16ed4b036b75d615fab5e8bf3b7ec883
SHA256: a246b985706577b0651bad2fc432536612d83e6548ff9845498b5d64bb94e3aa
SHA512: 53d116ff2012dce8f5c3ab6d38eb754cf627d9522a9b7b9287179a491bc470ec036293f3ee1860842d88dd888cdd2d3dc7a01b5052381d6f0d4302fb36e48c95
Description: debug symbols for xxd
Auto-Built-Package: debug-symbols
Build-Ids: 02fe68ab97f35abd637b93aeab615fba64df8ae7

Package: xxhash
Priority: optional
Section: utils
Installed-Size: 94
Maintainer: Josue Ortega <josue@debian.org>
Architecture: arm64
Version: 0.8.1-1+apertis1bv2024dev3b1
Depends: libxxhash0 (>= 0.8.1-1+apertis1bv2024dev3b1), libc6 (>= 2.34)
Filename: pool/target/x/xxhash/xxhash_0.8.1-1+apertis1bv2024dev3b1_arm64.deb
Size: 33548
MD5sum: a97c086a32079065b29532764e32b4ac
SHA1: c11f36d2c9bc68483cc935587709934f6a59d0e7
SHA256: 01ab87b007d9c7c822191b7bc0f857d3fcf1469c3c1e71d70dff35222a5452ed
SHA512: d5fbff94610234fae452db7936387c1caa92c519be0fbc1c4cceb3a527983d407c563f90edebb6750f773ee4af6487a9021000ef80563875a72e3c3aa6029b96
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+apertis1bv2024dev3b1
Depends: xxhash (= 0.8.1-1+apertis1bv2024dev3b1)
Filename: pool/target/x/xxhash/xxhash-dbgsym_0.8.1-1+apertis1bv2024dev3b1_arm64.deb
Size: 167660
MD5sum: e7968d9dd4faaad804579e6165590c5a
SHA1: b5b336da14d1d6b841785187d2f00ef9ceb90148
SHA256: 24dab939761e28212abd54e1a660ad3b5fa74564e85bd5b193ee615f81491483
SHA512: b3ceda1d1d0803e9bce0fc083f7d27761a10474e37853f27bbc97d602c1c4d1246a14bf0deddef74c97f9bda3d59a2fa7d751490aa633253c666061064160a61
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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 471372
MD5sum: a34f157f669049e8b9e1439d79ee3430
SHA1: 5910882d3d2b453cd371427e3831c895d17ed39f
SHA256: bd16b02ce6a7dfd8d5df4fd2e01963bbd0d21c7feab988a3e7f27ae7ab4c2576
SHA512: b4a69bee078c0f7e2b4e6c52e3f861736d77dcc1baf5a13504f0dcf018aeedc23f043fd1cc255762eacad702b7785ab22a6731d7043c98406255db7c921f5037
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+apertis1bv2024dev3b1
Depends: xz-utils (= 5.4.1-0.2+apertis1bv2024dev3b1)
Filename: pool/target/x/xz-utils/xz-utils-dbgsym_5.4.1-0.2+apertis1bv2024dev3b1_arm64.deb
Size: 88404
MD5sum: e077633cd0a6cfcbb6787f8db07bf7e7
SHA1: 2ee66429f726cebb8d5f967b9481b125b6d01ca6
SHA256: 1820d323017426256d7a8c81afba418d73da523b79e83e882413f03f632e4bdc
SHA512: 56bf0fba733f451f452611e92f4dfb0c66f484397107b318881a0598830ca16652ddc3cbc9f1adda6cf529c69b43a9ed808c45a4b0bb7837a418840da7844823
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+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 158552
MD5sum: 94ddfeaf99625c55a16091823bede399
SHA1: 8a5fafbbd77602b9920b8b2eacc0bff5e49ce8e5
SHA256: 9ae6de83e3dadd176056c096e3e2ca7bc0388ddb5bfd8838daf5cecb8162250b
SHA512: 3000d3e71d9e5e4acba7815f7b31dfadd3c88e12b9cfc13e482d53bf295c3f8302979c91be6fb3877f751cc12fddb3c6476efa5ed26ded7f7d044fbbbd03485b
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+apertis1bv2024dev3b1
Depends: xzdec (= 5.4.1-0.2+apertis1bv2024dev3b1)
Filename: pool/target/x/xz-utils/xzdec-dbgsym_5.4.1-0.2+apertis1bv2024dev3b1_arm64.deb
Size: 114912
MD5sum: b313f707c9e7abbb638886dbe9284e7c
SHA1: a2de6b24b359e6e9247276ca2a5a6af5b5fd0566
SHA256: 0eec6807a3ee72a50433472c1f6f7e29a653add248ae77937378d39dc396ac17
SHA512: 7bef42084b1743446ef3d4f1dca8be3cea02e01ae689469bd8faa1781f969fbf82392097f9abcf36f9aa517c7c31b0680f54a518f19eda19da1a9f0cb6e5a710
Description: debug symbols for xzdec
Auto-Built-Package: debug-symbols
Build-Ids: ca673defbcf82ade175627e717b581b964de2a1e d928ef23c798b68790accd716f7c74d5bd3d44c2

Package: yajl-tools
Priority: optional
Section: utils
Installed-Size: 158
Maintainer: John Stamp <jstamp@users.sourceforge.net>
Architecture: arm64
Source: yajl
Version: 2.1.0-3+deb12u2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libyajl2 (>= 2.1.0)
Filename: pool/target/y/yajl/yajl-tools_2.1.0-3+deb12u2+apertis0bv2024dev3b1_arm64.deb
Size: 13692
MD5sum: 468faff27db06ed81c8c6d32129cbe63
SHA1: b5e29992845cf512a2ad9a69360261c5b0fff4e4
SHA256: 34a44db45885e64ffe634dc04ab4d90892710034787c534664cd463d1d12d762
SHA512: 18032af8f8226db9ecec7436c0a3da1fe7aa88ee9c8490d79d126fb3206114ae2ccbd58196944bcdc6e8d5d83447d5278e4040c7e7707d138091f15b5470b772
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: https://lloyd.github.io/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+deb12u2+apertis0bv2024dev3b1
Depends: yajl-tools (= 2.1.0-3+deb12u2+apertis0bv2024dev3b1)
Filename: pool/target/y/yajl/yajl-tools-dbgsym_2.1.0-3+deb12u2+apertis0bv2024dev3b1_arm64.deb
Size: 13856
MD5sum: c1f7f978071038e8e9d043de4d171886
SHA1: d2e12ecbf7d57d241b4e5f8fc0d6acfa5e4b8e12
SHA256: bc345238e8be4f20b1b604999542f9235a34003e100ba7fbec319c6d49b9ff08
SHA512: 4d8718fd0b31f0b8c95441c81e058ebb80844627dbe6be897ae0e2779290fb44208f005b457c0be82563d3375cfa1b094ca388035f2fe6a64c812659459a9b68
Description: debug symbols for yajl-tools
Auto-Built-Package: debug-symbols
Build-Ids: de512689460fba76ba28ab5658e8efdc1edb87b1 fc246884cf9b2e2d126e6559edaf63a406663c92

Package: z3
Priority: optional
Section: science
Installed-Size: 21623
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Version: 4.8.12-3.1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 12)
Filename: pool/target/z/z3/z3_4.8.12-3.1+apertis2bv2024dev3b1_arm64.deb
Size: 6292392
MD5sum: e720aa2a740c009cd660caf73610c8a0
SHA1: 32ed95e064c0c6064be0d58e7f2ea0e42046dd6d
SHA256: 42de2380358305303900d39aba37501b80e5bd3474f7ac4b82bc3eb15fd218f6
SHA512: 025f4a63e320c68253bdc226c49a1488873e0fde8983f49e533273fc7d16abadd18b5b3bf3e45913a8868b24b160c8362f030afd825494d809b49f6aa6157993
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+apertis2bv2024dev3b1
Depends: z3 (= 4.8.12-3.1+apertis2bv2024dev3b1)
Filename: pool/target/z/z3/z3-dbgsym_4.8.12-3.1+apertis2bv2024dev3b1_arm64.deb
Size: 138869784
MD5sum: 3bf2ceb7fe8392d2f610a3346a6fcab9
SHA1: 5c5b9aa1bf5c5cf9be51dd295c67668d5c2010f2
SHA256: 30e7f32d0a5c680f0825d119afa2b539731b7c633f4bf4246f9ede7ea5418152
SHA512: be9b6adbb9cae426614c511319c19e09b6a7346964122f68d2a89dfc60746deab0b8943878b78496878054f777413172455b01bf98a34631b27c01f60112f6ec
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: 183
Maintainer: Mark Brown <broonie@debian.org>
Architecture: arm64
Source: zlib
Version: 1:1.2.13.dfsg-1+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 83684
MD5sum: cfb473f55cd1d8159c5d134c3c41d34d
SHA1: aac48a9f31076a4b741e42018a4baf8d9cc4d51f
SHA256: 93db8e38484d8322db322ca26d7a9287274741c3a929074f5e7938c868dd8026
SHA512: 354da9f8a09cce6a39af3aebcdeb224c52ac453e88df034d8157eabdbfc3e7d42de764ad58ff4d55c1f5f47b3fe3b2638d8c98bb5e03ef1d3af85c0c4191b3b9
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+apertis1bv2024dev3b1
Replaces: zlib1g-dbg (<< 1:1.2.11.dfsg-2~)
Depends: zlib1g (= 1:1.2.13.dfsg-1+apertis1bv2024dev3b1)
Breaks: zlib1g-dbg (<< 1:1.2.11.dfsg-2~)
Filename: pool/target/z/zlib/zlib1g-dbgsym_1.2.13.dfsg-1+apertis1bv2024dev3b1_arm64.deb
Size: 112124
MD5sum: 09ad23d9434e5982c1b533af0f1807ff
SHA1: d22b231f3d3842df3511e2e09e4ace914c4ba351
SHA256: ae7935e207f108c90d168f6b78f8371a7510655df63a3619e3f0824970ca0b9b
SHA512: cc2f560d2446046df72b6af617df7054c975337786bd001e40e7d98c064ebae0126cf1f0f634ea02b0065d69e15236e9efc5f70e43b540132a150a10741b4419
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: 1309
Maintainer: Mark Brown <broonie@debian.org>
Architecture: arm64
Source: zlib
Version: 1:1.2.13.dfsg-1+apertis1bv2024dev3b1
Provides: libz-dev
Depends: zlib1g (= 1:1.2.13.dfsg-1+apertis1bv2024dev3b1), libc6-dev | libc-dev
Conflicts: zlib1-dev
Filename: pool/target/z/zlib/zlib1g-dev_1.2.13.dfsg-1+apertis1bv2024dev3b1_arm64.deb
Size: 913756
MD5sum: cdc0cf14ec65a6e715c934bc8893098c
SHA1: 10ad8ae29d5071285686f450171543d8045067d4
SHA256: 16627a2b37d2e2356ecf8cad894e98be6ed77471b85a35c7800428c9f1341a99
SHA512: ed23ddd7286633ba50c3160b30d7c758cd65712c6b4c646d01afccc9391ec9070e39c156beb276e6e1e72915a4b292ef3efe3da78ad314ffd06499a36aa46492
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: 1918
Maintainer: RPM packaging team <team+pkg-rpm@tracker.debian.org>
Architecture: arm64
Source: libzstd
Version: 1.5.4+dfsg2-5+apertis1bv2024dev3b1
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+apertis1bv2024dev3b1_arm64.deb
Size: 585312
MD5sum: 6855b53a436f04d18cae0808ed8f593c
SHA1: 8035d6d6a4b76da56e77aab45510996fc8d68f68
SHA256: 8be853d179889d5d0370350997faf74ff2f61709b4ad5a5b98212582a43d5fcc
SHA512: 64ab87328e2906858bc064c50c1174611f8cc22084e951ce97e4997a31170765992154e1cf532fd7cf3b1bea4ee74b93e5aeb196951ffce44e8494edaf6a1c10
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+apertis1bv2024dev3b1
Depends: zstd (= 1.5.4+dfsg2-5+apertis1bv2024dev3b1)
Filename: pool/target/libz/libzstd/zstd-dbgsym_1.5.4+dfsg2-5+apertis1bv2024dev3b1_arm64.deb
Size: 4225660
MD5sum: f86aaf798843d6460260c473531f080b
SHA1: f54033639a24d19ac44069b72443dc7ecbf498d1
SHA256: f18ec239e5d2b526120fdf2db5954ff2ccde9406f8c33929b41474426d5da4f5
SHA512: deef6fab97c6b1dee0680dafc37276cb7a3621d1c4db47f126f8f8f3eee6d39eeedf4e775c5f6f364da3fea6bf0f9fde8c94a484ddc43f25e02076b9c87b9f72
Description: debug symbols for zstd
Auto-Built-Package: debug-symbols
Build-Ids: 1f4d0e8e7dfc55307428d6c37b2c87752310f50b f0281576b0a10db611a465d2c0c98cc4d8e95573