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: 213
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: amd64
Version: 2.3.1-3+apertis0bv2024dev3b1
Depends: libacl1 (= 2.3.1-3+apertis0bv2024dev3b1), libc6 (>= 2.34)
Filename: pool/target/a/acl/acl_2.3.1-3+apertis0bv2024dev3b1_amd64.deb
Size: 63304
MD5sum: ef2429f9274da6ff2f2fbb97795218ef
SHA1: b33b4c28b353ced7b99332b36078c16fc1b64655
SHA256: e5018a57eb6a594e9cbc64359138a3e259eb4581cf493829a35c5f3410ec076c
SHA512: 73a26591ea218a6af2f86801ed76867e9df2f6520e2ae7fa93dcaf561f4eb4cd9dc7b07c179c577a65acd5d4bfab5c72f849c5858f4386619810312c0eb30957
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: 95
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: amd64
Source: acl
Version: 2.3.1-3+apertis0bv2024dev3b1
Depends: acl (= 2.3.1-3+apertis0bv2024dev3b1)
Filename: pool/target/a/acl/acl-dbgsym_2.3.1-3+apertis0bv2024dev3b1_amd64.deb
Size: 59092
MD5sum: 1d1af9832c5d945ef798acc44b89d205
SHA1: c339fab7682f5183d91acae602ae1217d7df5b3c
SHA256: 735eff07fb0f7acbba49265d3d568ce75576ce95da2710713d21554fb6e73c83
SHA512: b8ea2d7f951557524dc6ef1387b890cca40d889796e4430c2f8170b413f2451ef281b87878a97881002b6a7b728abf626236a0a10a7f29fcb735cae7a0078169
Description: debug symbols for acl
Auto-Built-Package: debug-symbols
Build-Ids: b3d5a42d8b8843c522f8980d1968f8213d8ef3dc e424fd82488939cbea2aa6ebd4fcff0c6ba1d30e fdd8912b33d03a210b3f38f25a16f2b116773a2d

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: 154
Maintainer: Ritesh Raj Sarraf <rrs@debian.org>
Architecture: amd64
Version: 10.93.0-1+apertis6bv2024dev3b1
Depends: init-system-helpers (>= 1.52), libc6 (>= 2.34), libcairo2 (>= 1.2.4), libsystemd0, libwayland-client0 (>= 1.20.0), libwayland-server0 (>= 1.17.0), libweston-10-0 (>= 9.0.0)
Recommends: libgl1-mesa-dri, maynard
Filename: pool/target/a/agl-compositor/agl-compositor_10.93.0-1+apertis6bv2024dev3b1_amd64.deb
Size: 41536
MD5sum: 32b085c98e14e4f17b37311316e8aa03
SHA1: 863ac459ee9b680edab141c6c818784b411fa617
SHA256: e8e8829dfbc07bbddd406595385a63b160eaffa28ff620f3a91da5351759be39
SHA512: 257f9a6296b829523f61c8d46b0953ad1c64a5eec7989e0773bbf83a681e382e42f363e22b36419f1d7375ee5512cc7a4638087e9882a0a08b71d268f1bc2028
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: 163
Maintainer: Ritesh Raj Sarraf <rrs@debian.org>
Architecture: amd64
Source: agl-compositor
Version: 10.93.0-1+apertis6bv2024dev3b1
Depends: agl-compositor (= 10.93.0-1+apertis6bv2024dev3b1)
Filename: pool/target/a/agl-compositor/agl-compositor-dbgsym_10.93.0-1+apertis6bv2024dev3b1_amd64.deb
Size: 127396
MD5sum: d7796287017ecb38040f4cae20bbd190
SHA1: 14c736e3391101eaed825ce662be484e32543252
SHA256: 49c94b6a1e1c9d8f5c5f33531fa83e01f4723d1c872542ef69fa32358e8dd55d
SHA512: e097128674f08fa70d05e9ab774ba4985a2dad0651b758d4af4bc4d2afa65ff3cd69fabd68bdeeec9b33076d5cacc13e2a8c52799096adb223b037bad10f2720
Description: debug symbols for agl-compositor
Auto-Built-Package: debug-symbols
Build-Ids: 360fef0b4a7d6c5adb403c7a82ef2c0370ea6c10 81fcc2cc3ca120b48763b13cf4cd973548329af4

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: 627
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 161628
MD5sum: dd475a59e67e66ad2be46828a2a1b0e6
SHA1: 1897af145511402c438ca52a1c433765d41a6de3
SHA256: a79d610b5ecdd05f8dee91b690cb415eef6d8d4cceb9711cb1906c811882aac5
SHA512: 5608a7dd3782fbfdc8d227a2c54c6c1298d8ba62b6b81c0d6b4dc849f48c667e726dd95b413ed22263e58684f48aa648afd39c78d3b215fd7ee399ae132311b9
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: 1081
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 974976
MD5sum: b04ba044d1327ae1fbe8d4deb96f25ff
SHA1: e103bc51d9f13a2b9433850a5bfe349ae6ad861e
SHA256: d2899b1f39f7dd2b9ae0ee4c914e552dd56be14a8783370ced023702bcc868d5
SHA512: 8b254b5b4b2badc27c9d2747bdb466cfe6cd2844de599e7202ebd5c0e093ebdd097df4520c1015867cbf7495aa7b7f6fc5a71bcad3c646eca2e7dedee926259c
Description: debug symbols for aom-tools
Auto-Built-Package: debug-symbols
Build-Ids: 1c5b2104b19f15b403e0f544d9508b8d0c5430f0 ecdf3b21340cf7675c51caed9afb174b7ac39563

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

Package: apertis-hawkbit-agent
Priority: optional
Section: admin
Installed-Size: 58
Maintainer: Frédéric Danis <frederic.danis@collabora.com>
Architecture: amd64
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_amd64.deb
Size: 12956
MD5sum: 4677c1dca80cabadb471b11a066b497b
SHA1: 25caa941d2493d807d038cee144f716887499c70
SHA256: a57cc50fc9221765c8e81b93e1f05fa305b465655f40636f1dcba980c2e019a6
SHA512: 2f3b7c8f383168784281dcb01cf65fd2e04ffd23a8e215e58d2add7fbcf4209aab2def65af0ed1e9f87d35052904849f60e67583a5876ed798c59fbfd700a5f0
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: 59
Maintainer: Frédéric Danis <frederic.danis@collabora.com>
Architecture: amd64
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_amd64.deb
Size: 40384
MD5sum: c31babd276dc71cbdc6c9ea45aaf354b
SHA1: b413495d67eb038c3df8e5efe7e7d0018997f1d5
SHA256: 0324d82e753fa75f7259a7d97618773eb337ef02f061cc20f56302bb5555b4b3
SHA512: a41818c0e85ce4114b3d0a1727c6340a5fe758e7fe6f3d1afb9131fcdb52497c6106df058d1553540d3e5a38286feed266751a37748f258c92be0164a220b4a7
Description: debug symbols for apertis-hawkbit-agent
Auto-Built-Package: debug-symbols
Build-Ids: 3c07799305a22b0c1ea3b97eaeb1024ec709ee9a

Package: apertis-update-manager
Priority: optional
Section: admin
Installed-Size: 238
Maintainer: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Architecture: amd64
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_amd64.deb
Size: 50272
MD5sum: 1a241d77a52053010ffc56765f96ae3b
SHA1: f26287f940f9cf9569812173ac3f995337b0aca2
SHA256: d5962a4e50d7d66dd73797afd73a48d6918d6e7bcb0a497585c836d479bc064d
SHA512: ebe64dbc848a4aa2b711f8c4db189f4240a6d9f12637631cfbe0cf62bc8f1e4f2eff2f42ca68921ece8857bc92cd1453f33debd616e1d8ba8f51c86036c8bf7a
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: 282
Maintainer: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Architecture: amd64
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_amd64.deb
Size: 212940
MD5sum: 1d7f8076afee5f924b8ca276993c7483
SHA1: fe91a03b519997b982c72e0722f6cfb97eab1b49
SHA256: 63d4236bce30409861f913d7d13283dfce236781cd79b12aa152e9a5de5bc6b1
SHA512: 6a3117e4226ecf1dd69b5ad2d75b1bf3f1355773973fb501baaf90923b199a4a15d84ea41a9d9ef897e985c7deb275f613df99923aa7b0df3237e041abbca957
Description: debug symbols for apertis-update-manager
Auto-Built-Package: debug-symbols
Build-Ids: 5175d17b6c361b41c715d4ce4bcb89e4a6e3e504 74c62a51a3f3bea20a9ba1b81f0ceca4eb426c82 7c155363bc6005bf78d84d87bb1242fe4492e944

Package: apparmor
Priority: optional
Section: admin
Installed-Size: 2694
Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
Architecture: amd64
Version: 3.0.8-3+apertis0bv2024dev3b1
Replaces: fcitx-data (<< 1:4.2.9.1-1ubuntu2)
Depends: debconf, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.36)
Suggests: apparmor-profiles-extra, apparmor-utils
Breaks: apparmor-profiles-extra (<< 1.21), fcitx-data (<< 1:4.2.9.1-1ubuntu2), snapd (<< 2.44.3+20.04~)
Filename: pool/target/a/apparmor/apparmor_3.0.8-3+apertis0bv2024dev3b1_amd64.deb
Size: 641868
MD5sum: ae990f42d6b26b87f056510280aadff4
SHA1: f1d217168441df9e56ffffe37b81e8c56123ba27
SHA256: afc962f053bb9a01b334d835ce564a64e321e261d382ef586c483b80dd0cebd8
SHA512: 066058300167614d1788c26ee81cab3802d9dd411073ca0af42d1cfc3668c1809b0b153ade79a75de2011d7e2e88c66ec2c792db86e74600969a7de1dfc63657
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: 2709
Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
Architecture: amd64
Source: apparmor
Version: 3.0.8-3+apertis0bv2024dev3b1
Depends: apparmor (= 3.0.8-3+apertis0bv2024dev3b1)
Filename: pool/target/a/apparmor/apparmor-dbgsym_3.0.8-3+apertis0bv2024dev3b1_amd64.deb
Size: 2305468
MD5sum: 8ca0e30e72b4912088fa216a52957e94
SHA1: 8e5ea8ae21429f89d5bfe3736019e1fe82decbf6
SHA256: 0296c94c4a2885aa5c067c1c424b72e9e0ff52475d3220b0cc8cee44ddaf2ca9
SHA512: dde0f4fc6fb76b49186d21adf0f272654815d662145c1e621c2ff1f60511bd3182162fa3ff1703427bbf919b3c39b8cfdb2d98bec993a09d7ad8e9acdc8b7c84
Description: debug symbols for apparmor
Auto-Built-Package: debug-symbols
Build-Ids: 170230be494ffaaad0a8a719a5db8768a33f5af2 1c82072c5a1bafcaefb3bcb3796cd16a31214ea3 c44a7ddaefded85ac58924fccd7abd7b950b6577 cac7d193ed8bb2155064678352f3290a85a4991b d028e6dc0542ef02c0a4f2dcf8b82b88db20221a

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

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

Package: apparmor-tests
Priority: optional
Section: admin
Installed-Size: 1798
Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
Architecture: amd64
Source: apparmor
Version: 3.0.8-3+apertis0bv2024dev3b1
Depends: apparmor (>= 2.6.1-4ubuntu1), attr, libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), perl:any
Filename: pool/target/a/apparmor/apparmor-tests_3.0.8-3+apertis0bv2024dev3b1_amd64.deb
Size: 152268
MD5sum: ed6d84daa6f1242be692000f385e3542
SHA1: bd937793ac701c7cd1b157ac41b64f973201ad1d
SHA256: 7b77f7bf4eb153869238c65cec82be04514e0201190cfa248a201f1ce177ef8e
SHA512: 7e494e4389cea24d345cc90bcbf34644bcb99d32b4fd9063d2495c8d8b1ce268e6907b5e3b577a499682cf693587e0251d8b86529e79717ba739b5428a5a05ca
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: 1065
Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
Architecture: amd64
Source: apparmor
Version: 3.0.8-3+apertis0bv2024dev3b1
Depends: apparmor-tests (= 3.0.8-3+apertis0bv2024dev3b1)
Filename: pool/target/a/apparmor/apparmor-tests-dbgsym_3.0.8-3+apertis0bv2024dev3b1_amd64.deb
Size: 406196
MD5sum: 281f50babcc3ca36260ea3d00f5a677e
SHA1: 708e2bedc1c6b12c318be743794112375de39e28
SHA256: abdd4d41f52823c041d42902505a72c4feedd844a9d94ea699fb9b420401ad62
SHA512: 6b0c6e89344c0709ed941a5cf3457b6792298862214a8c0e9ffff8e4ff834ba3de8725d7c1be8d977bd54310bccf18221540d7cc63e4b6f373f3d59b3d9309d8
Description: debug symbols for apparmor-tests
Auto-Built-Package: debug-symbols
Build-Ids: 028630288efca7faf7589dc18dc34759850b7895 0c5b0b815eece329927c0c222fbe10d87c6cd656 0c761434c521e9d50350aaaeb6a5af87d03024e0 0e25a4fabb690b51591d169e81befe7f081f8207 181bf9e001fa14d717f037c6fe8dc058e2fddda5 18a3c72e19665b5decd62ae58172a0976596b8f7 1eb6dbd5235a604467393dbb57278709f0a8f9e8 22cc37c8fb580755b0670c1f718873772b78fbcf 22eac644ba7c212dbc78c63fdb43ccc07a7b4174 24d999409a0882d7899f5e2ff1d32dfa9d9d3ea2 2560bcfaa976c7eb01833c7b7cc34c87669a1e6e 2737d4a7edef936db0082b920ac704336fe81770 278beffb59994d4a9315ade231ae913278ae0ad6 28c4339d3d23767bbd332c2db2ed3493c6e65f94 2ccfef74706e79a466366ec094f239658cd41e7e 365f63c58bb81d44668b238a4abe1f04915dfa5a 39ba1e12f3d04d51bb3114fcf245facf24b5c5cc 3bd8dbe34368293401fc74730de97b358383254e 3c29b6d71c017a95cb1713e86918d8f4ec1ea217 3ce8f9c33c90efa40b6f93d64ac7286a834e27ac 479202e429ca8e5e682addaf76f40b4e080a1760 4c15e2ed69a7bcbb902076ce9ce05e10d40a6ce8 4c38f70914eff79508aa7c8a3b0b959c43c211df 500b23954f8fa9e55377bb8b0d852972bd220289 510d3d0b6caee9c07104830d8890ee173043fb6b 521f097085538fa781aef3106a79dfc6215ba764 574912e43d15000186566a39db1aeb8ecc624b10 5aa29f00f26bf31198f8b4ea61ed8e47ef50d1b6 5d1c3c5fb6abbc7a3d358d8e80d40cc5e39c75f2 63eac31e8b357cc7a228639db767c7bd62316227 677d3e59b3597a7d08f49123bdb3186ce89c5e82 68155679bf846698f129b5150eadff730b5f98ce 6a7791ced878394dc3eba788a3e4cdd09e135a34 6adad2b55f93e37144ae2a55770cb2fedfc8f9b8 6cb9380783e03cd60dfbc9687c603c599dbbf9a0 6ecb7dcacb4c097a177988783e278f12cd2c8f19 7400038254ba7528d5116794f00c656711b7ebae 7487b4d548819ab2c323911122b0fe9f250a2caa 75d0308d87b7a586b1177f1a77e68cb026c43daa 78f53d9f4c0cdbabb2e5bdae4bae7ca81c832ab2 80d3043c93db8681a424623e5ac46c6e49799fc2 826bbc54a1a6724cd67a6cbde73231d836aef504 83be57cf8327ce5357521feffefd43ae32323b06 84ebc2f677841b665b117cf71092457a053cd355 8528186a44f0f4180f3fd1d0f4bc11ee9fa359f7 8971aeadc90828a1a92ac8eb42f879f51722a374 8b4eddcea5266ff01dc6c8711db7e5a408fdafb6 950a450f4e982f39555a9e50d72a503086549cd6 96ab6d094dfea493e8b0535681b680d53bd598ac a0c2f3dcca173649642cc31741715983b1c6b7d9 a7f33e300a6131044ae016bc86439c615740b065 a8e8152daf523ff33ad93d5bf001d2b09431ce2a adcfa6242807a6ca247b91e699b8ef91ca1c31b7 b0af674efe6bae4fd183370f368871d9c0874656 b1936aff3f098ac6a0c05bb24017bfde6c05ca65 b2fb063e4e80c3816b00f2b0a1a962fecc2dc874 b3ba2d5f9bc4685e70133ec47225354ffcd2809a b461a5e57b7e13f395418b80f118451b17afe856 b4b4d82e0ad70bf29c5f6b5ea982d2f9ad66d81f be251f62e62b2fbb4c2ceff66db7c4c845e13b4f d2ebcc5463227bf6c03208bcfbd6cc863d96f138 d4cb327a5f9064c4b1d65229106146d37a3ee19a d84779eac6a770e687c90161ca5437f249252dd8 d9d9b1b49b89a37031ba51e3b41bc1d5e6e4bf94 e720b703f54a9decc34e6fc3625ef2f5dbc7a593 e8b5c7705c6d8786593994ecb4dd37edb598c023 e9553a3488658a0c5010ac5a590f2a02c948e1ca eb04d670a1813b8f73ea02834e0e62447d147067 ee6e5bc07e289c4b7ce0bbe923b479c6b248c59a f6f21ee099b7b4031b2eae150b7b32e266fa706f fab755d0dd717631e7f72ec244303cccc8f00cea fe73e41d4f3fb0a12619f1d4435d5c0a0a61f33d ff9ad4494550eb6de42fa7f8f916e0e46e9edfd2 ffc6f1cc0b36bf8da8789394b75d1045931876ce

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

Package: apparmor-utils-tests
Priority: optional
Section: admin
Installed-Size: 775
Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
Architecture: amd64
Source: apparmor
Version: 3.0.8-3+apertis0bv2024dev3b1
Depends: apparmor-utils, iputils-ping, aa-status, python3:any
Filename: pool/target/a/apparmor/apparmor-utils-tests_3.0.8-3+apertis0bv2024dev3b1_amd64.deb
Size: 91980
MD5sum: 54fec292ffc72faea20480f42b43b539
SHA1: 0d4eb08e26dc676d110f1c83967f749b88d89e94
SHA256: 337ed20d81db9acebdd756799a5cbcb454e10fb67c6fc8a6d0c03af10f87a11d
SHA512: 41d3a50252af76ea8f88cfb5c4fda3003fcb220889a93b53c840f9c640df9708d00d83d0a78c6b27b35c64373889125f30caf503dddd6a23705b256d6986ad1c
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: 2505
Maintainer: Matthias Klumpp <mak@debian.org>
Architecture: amd64
Version: 0.16.1-2+apertis0bv2024dev3b1
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+apertis0bv2024dev3b1_amd64.deb
Size: 408856
MD5sum: 0cd68696e3909e84bda2f851e827dfed
SHA1: e59c2be53ba29fec3747ddea4afd9b7b096b6074
SHA256: ba8bc883508800b61a894cd4af3f2733fa02569fed4772e362156aebb8f72855
SHA512: e9d46bd3691c1f3de43a2b384cc4773ea6f22f2e80695639dbea4847018f9327e716a58d46ad527c9a07e89904fc1a60d440512f3c745d3ec2e2c1ed157aa5cb
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: 114
Maintainer: Matthias Klumpp <mak@debian.org>
Architecture: amd64
Source: appstream
Version: 0.16.1-2+apertis0bv2024dev3b1
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+apertis0bv2024dev3b1_amd64.deb
Size: 31932
MD5sum: 6f384b3b1b9e104e721d5f05939a46f2
SHA1: 42efad8a921307c48c4e9bd408b99e70537d7368
SHA256: 7ef19901803b985db635d0d7fb442c7300fcb3c6b5f21c201047a756441383bf
SHA512: 2211a6862d42f5ce07b97134ff2dbd0d7a956c599bb0d34fefcfc7ee56668b63b45066af044d835e3c78e945202861935a3320372e6361f0085a29cc4d9c75d8
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: 63
Maintainer: Matthias Klumpp <mak@debian.org>
Architecture: amd64
Source: appstream
Version: 0.16.1-2+apertis0bv2024dev3b1
Depends: appstream-compose (= 0.16.1-2+apertis0bv2024dev3b1)
Filename: pool/target/a/appstream/appstream-compose-dbgsym_0.16.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 40032
MD5sum: 452096987bd8628fc1fab6e974a5c870
SHA1: 56b7fe353f5a03e23219a8ef5480f2730762ae95
SHA256: e5792e20a13d2451c8c730c1c3c9c09deace2b6a341eba97a61de150994bbb1a
SHA512: a870ec905dfe2a7ee0b7efb66a33bfe201de7fcc351fc75e0da42c9ce5abdc415b117020ea1789921016c953329dc1be4c6000903b8128f73944e30eb8c415e7
Description: debug symbols for appstream-compose
Auto-Built-Package: debug-symbols
Build-Ids: 66825265db92924d28bf083307e903e044272aff

Package: appstream-dbgsym
Priority: optional
Section: debug
Installed-Size: 125
Maintainer: Matthias Klumpp <mak@debian.org>
Architecture: amd64
Source: appstream
Version: 0.16.1-2+apertis0bv2024dev3b1
Depends: appstream (= 0.16.1-2+apertis0bv2024dev3b1)
Filename: pool/target/a/appstream/appstream-dbgsym_0.16.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 97008
MD5sum: 4a040d052b4353babf83b905670849d6
SHA1: 26e2cb0bc8df38cf269de493e198b7dd9ceeaa41
SHA256: faec88822e6d00374fd44a57a4eb84a1b7d37984ab345f53880f1e8f25fd3c1a
SHA512: 95a5207f9d7a6817ab9a3fb2ac759922bc35fa34218b87ec7c9298b69a892434eb7f1e956e0373fed79a5ab7659a9bf64a665868f99fe97b5ed58fe93d42f1ad
Description: debug symbols for appstream
Auto-Built-Package: debug-symbols
Build-Ids: a360e291fde586809984e4c97db2cf680b149545

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

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

Package: appstream-util
Priority: optional
Section: admin
Installed-Size: 828
Maintainer: PkgUtopia Team <team+pkgutopia-team@tracker.debian.org>
Architecture: amd64
Source: appstream-glib
Version: 0.8.2-1+apertis0bv2024dev2b1
Replaces: appdata-tools (<< 0.3.4)
Depends: libappstream-glib8 (>= 0.8.0), libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.2), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.30.0)
Breaks: appdata-tools (<< 0.3.4)
Filename: pool/target/a/appstream-glib/appstream-util_0.8.2-1+apertis0bv2024dev2b1_amd64.deb
Size: 141408
MD5sum: 5e6a0ea535e97f7b5448b344ab77d8f1
SHA1: f8ff9afa91a09c1f1e2eac6dd05b31629fcd3edf
SHA256: 7dbbfcabb76d1251e65bdc2e33001c78ae1929903080db4e3db15c3a13454d38
SHA512: 3fe749723574bc9aa3853fc8fba3dcf9feab152f865caaa48f3a8412e61c285c87ecf629fa2fbad8470ae55befd3a1f71d3cb34230680ebb0d768a999a1cc532
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: amd64
Source: appstream-glib
Version: 0.8.2-1+apertis0bv2024dev2b1
Depends: appstream-util (= 0.8.2-1+apertis0bv2024dev2b1)
Filename: pool/target/a/appstream-glib/appstream-util-dbgsym_0.8.2-1+apertis0bv2024dev2b1_amd64.deb
Size: 116916
MD5sum: fdae3c3fb268bd5343c06bbf6bdf0a23
SHA1: c3379e55253c29ea3f4a5f0caf5b99ffcd17cb8d
SHA256: 22d2e93cac66a80b3989b20815c5d5f458ffaa9997653ad729f03789840f418a
SHA512: 06a728cced5aa294c7bc6390a9511af24c31e9db621eff3a5efa413687e1d243fde956954e1022caed1b08053f5f483c04768e5226b6b29e98448ca53f615ca4
Description: debug symbols for appstream-util
Auto-Built-Package: debug-symbols
Build-Ids: 255cc6bd1180675f87cabc067af7a1557afedaa6 d1abb53ffb086536bf8ae289601002b4f3badcd5

Package: apt
Priority: important
Section: admin
Installed-Size: 4238
Maintainer: APT Development Team <deity@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 1375344
MD5sum: b9f76e9380a77f5e772d84750f7f8cbc
SHA1: 8bfa8460cf11ffafe786cc9de79958683eae587d
SHA256: 080706063e30837fb1997f3cbc5157cd43dc943c2e3a0b85db62c214e103b695
SHA512: 23c07163465b87e0c42f22e3449e4c5cc64f05231a7eac362f11ccc858b670d81b98093917fee5cda8927ff2b8096caba7c537a39b8a1cc6669302c4c869ef69
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: 7677
Maintainer: APT Development Team <deity@lists.debian.org>
Architecture: amd64
Source: apt
Version: 2.6.1+apertis1bv2024dev3b2
Depends: apt (= 2.6.1+apertis1bv2024dev3b2)
Filename: pool/target/a/apt/apt-dbgsym_2.6.1+apertis1bv2024dev3b2_amd64.deb
Size: 7400184
MD5sum: 89254da39abcbce31c05e187debe1635
SHA1: 65e1348a4e615bc6dec7fe21f659fe235b41dd7e
SHA256: 4c4e82624082bc539a2196de06e1c422c13ddd5026e9ee750bda91a75ece59d1
SHA512: 62169ab5d296f3b07b2d8c24d0ba51689a046f09b682d5bf8b6a3e7b8898f0c6a8774ff81a0775a28f1a28f1764248bc710d9ddad9638a0ddd7cb5a2d187d5fe
Description: debug symbols for apt
Auto-Built-Package: debug-symbols
Build-Ids: 026be57a4a6a54a53d736ed9fd8919542b05091c 1ad2b7753ba52fe798c76ec9dac2a90b2882b23d 1dd4ebb7d91ab1ff4fedfe38dcc613549835adab 2358962717c237f14c30a754b07f80fb99a7e7df 25047e948297d90e56ad54b5ea2c92ee87d17160 25879c04f7788bee15fa95ae47805f818663d0b0 2c2fe647393cb9570c0ef180b5db913846c75998 3bdf4fd36a2b268c0bcbc4a2779ed5cff7fce084 4d8a1f4c065eda0197eaeb6a646d90971cf43dda 59bb969006645553e892bd695f4dff3c64b930ef 64944bfb17b386ebe1ac718ca8e401fb1fda8e68 6881bd1056f271430a4331a47371208921c0571d 6cbe7af94f316c71b8fa533de36ddf711b102a8f 7c1b02270de0d6ebb13eb10e16e4e40aecbf7ddd 8fc3df84b8bf8b640d194c3f148f482d07c8663e 9068a4cfe9273bb53f9232bdc3205b10669d9023 9530c32a7388e77883af14f09f41be37eea80c8e c405364dbfa33d9ea19d0863df1253d5a9ec33c2 ceae172c51b02bc4f470223738e5117c2d9f4858

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: 1042
Maintainer: APT Development Team <deity@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 312464
MD5sum: c8631141fdff594ea118a138eaa3d025
SHA1: a6cd1eda0d7ee63c2dfa829f7b47f34cf62c13a4
SHA256: c59d24874c466e698a9f3d15689fd22f0bb97dd399a1bab77bc8eb39944b6c36
SHA512: e6d60afdb131b9c6a6959897a17ad018de446271d444697bb41849a9dc1ce61ac4df9fd1ccc78779dcca2ff9b70495c1d08168b599a594c04e0868d2147c14cb
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: 1781
Maintainer: APT Development Team <deity@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 1711108
MD5sum: ef3520f52c55cff51057eb724836d1c4
SHA1: faa6e0594cd51980ed9109f6089d2b0cd7d73ee5
SHA256: c2adf0727c04c0204d3a84d0af431ba45b10406df645585735c90dff7d5087a9
SHA512: 647d5578f702602bc3dfc441cff4b04936d344346a28581f188318c035ea9461db939ed4af3f8dbfea622d6336d436c6ebc75a0ca1a992969c5bd3ac1a4afc81
Description: debug symbols for apt-utils
Auto-Built-Package: debug-symbols
Build-Ids: 17808220e6d518b9ad47ebf0023493574a1e7002 2a76285996255d4699b1df4ffa2c1b90b3519c9c 5841d1d896c258637851c9be783d0981b86aa7c5 69a8ec62702ae03ca258a08a2c4e1123795e5963 b25ef3c90781ae61e9bb394636f8cd4d3513d593

Package: argon2
Priority: optional
Section: utils
Installed-Size: 66
Maintainer: Luca Bruno <lucab@debian.org>
Architecture: amd64
Version: 0~20171227-0.3+deb12u1+apertis0bv2024dev3b2
Depends: libc6 (>= 2.34)
Filename: pool/target/a/argon2/argon2_0~20171227-0.3+deb12u1+apertis0bv2024dev3b2_amd64.deb
Size: 23276
MD5sum: 57574e6ff24042a52e5b67723c14bd91
SHA1: 35234fe35ba211411a6bb5918ac9c094e77112e3
SHA256: d277bad13ce33d4cf69efa8340952c9c75c0295d8612845394d0bce11ed56ac8
SHA512: 371235d3ee2b3d06f602c8c53bd2440195e340816e385ddcfa45d70c298dab1b33322526253490ca13eb6f3e73d8eccd99202225018fdcdc7fa50c64c7101291
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: 72
Maintainer: Luca Bruno <lucab@debian.org>
Architecture: amd64
Source: argon2
Version: 0~20171227-0.3+deb12u1+apertis0bv2024dev3b2
Depends: argon2 (= 0~20171227-0.3+deb12u1+apertis0bv2024dev3b2)
Filename: pool/target/a/argon2/argon2-dbgsym_0~20171227-0.3+deb12u1+apertis0bv2024dev3b2_amd64.deb
Size: 57400
MD5sum: cc6a1d18866c505cc980f57589c93a52
SHA1: f1beac5b6edb37216c7f783b123092cf4039025e
SHA256: b94ffa2be2a3fca1dc2e25d8f3b3ca878780346a3ead80f5cf8ae0d75a364e2f
SHA512: 57a056ff7820d924b85fe57defeb5d3afb0601f88d0464b458716fe55d24300c07eda883507699da1ee29e444de30ea9b0b9c006bf6b83912ca8490a38921fd6
Description: debug symbols for argon2
Auto-Built-Package: debug-symbols
Build-Ids: 43a8ead152775cc66dcf7064224be33a3cc5ea74

Package: arm-trusted-firmware-tools
Priority: optional
Section: admin
Installed-Size: 123
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Architecture: amd64
Source: arm-trusted-firmware
Version: 2.8.0+dfsg-1+apertis4bv2024dev2b1
Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0)
Filename: pool/target/a/arm-trusted-firmware/arm-trusted-firmware-tools_2.8.0+dfsg-1+apertis4bv2024dev2b1_amd64.deb
Size: 40608
MD5sum: 6d4c98b6ce49c3c321704943715946bb
SHA1: 2e70c30e781d27dd89ff9d4d4044ec033ce936a3
SHA256: 7ad8f1dcfdded155c49353b4dbadda318afee4e6217f197ed59d2686c990fba7
SHA512: 285942ddac77c3971aef33bc9d4e8cffa1bc2a9b9135a6281b5d1c021df644c911db021932339b04d5281e7f1f63b3f65aea9db88afcd3537cd24cabbd22ee7a
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: 91
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Architecture: amd64
Source: arm-trusted-firmware
Version: 2.8.0+dfsg-1+apertis4bv2024dev2b1
Depends: arm-trusted-firmware-tools (= 2.8.0+dfsg-1+apertis4bv2024dev2b1)
Filename: pool/target/a/arm-trusted-firmware/arm-trusted-firmware-tools-dbgsym_2.8.0+dfsg-1+apertis4bv2024dev2b1_amd64.deb
Size: 59752
MD5sum: d09fa808a9b255f39516fda60ec6c2f3
SHA1: 0f21095c472c73f3b980e5e5548973491b17e87c
SHA256: 9b986ae70ef436ac227f8434aecacf99ec43c3ab8a47e84f0a53090a7e3f8a81
SHA512: 77d52ca943cc92b239cb026c88fe4349ebe6dd92643ef08f0210a6cba0296b100a00d528355c73a241e9defa78a0373a4774e22b249f1ad53f7e523c6581c672
Description: debug symbols for arm-trusted-firmware-tools
Auto-Built-Package: debug-symbols
Build-Ids: 63a3bf11beb172fd371e4b166c875a7eb7cd76ea b9d7ce3f775f8fb6657ea4474849aeeddbbf70a6

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: 1326
Maintainer: Agustin Martin Domingo <agmartin@debian.org>
Architecture: amd64
Version: 0.60.8-4+apertis0bv2024dev2b1
Replaces: aspell-bin (<< 0.60.3-2)
Provides: aspell-bin
Depends: libaspell15 (= 0.60.8-4+apertis0bv2024dev2b1), libc6 (>= 2.34), libncursesw6 (>= 6), libstdc++6 (>= 5), libtinfo6 (>= 6), dictionaries-common
Recommends: aspell-en | aspell-dictionary | aspell6a-dictionary
Suggests: aspell-doc, spellutils
Breaks: aspell-bin (<< 0.60.3-2)
Filename: pool/target/a/aspell/aspell_0.60.8-4+apertis0bv2024dev2b1_amd64.deb
Size: 254428
MD5sum: c15e5ded1a8a5bc8f5e6c13730132e6e
SHA1: beb0e88b100d08fde8691cc268ea2f225e125faf
SHA256: ba4a86e176ef6399172aaf4da08cfb05c386f3b3a318c690ed28b5a98a59e490
SHA512: 43d2cfc5285c253886ed89d8fc47ffc65ba90d2a56a5a26af9be6a07b6192b22b642f3bdf4648f589ef6bff139583b605cdb36b0d415aa0d7636dde2a94bf098
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: 604
Maintainer: Agustin Martin Domingo <agmartin@debian.org>
Architecture: amd64
Source: aspell
Version: 0.60.8-4+apertis0bv2024dev2b1
Depends: aspell (= 0.60.8-4+apertis0bv2024dev2b1)
Filename: pool/target/a/aspell/aspell-dbgsym_0.60.8-4+apertis0bv2024dev2b1_amd64.deb
Size: 570776
MD5sum: a705caee33169637f1a2daba30a063f2
SHA1: 717dae7662712637d3c728d25bc2777180eb71d7
SHA256: ae7e3ad2a412785b464c76948ae2c34ac44397c75a608e7eb8dc80288d8ebf67
SHA512: d997bdd5116c706e01a00add76b3b883482fd51be16e57848784fed41597e8ff6c0af21683e83f036119c10ded13110dcc81ecd164be943883673e8f96c20864
Description: debug symbols for aspell
Auto-Built-Package: debug-symbols
Build-Ids: 238c62a66316f0a1bdcc9e3533883c2047cf9d75 3cd77b16c7634530dde3f1e884d983b3590716a4 c0438fca9eac6f43371ee556362503e3f1774016

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

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

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

Package: at-spi2-core
Priority: optional
Section: misc
Installed-Size: 213
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: amd64
Version: 2.46.0-5+apertis0bv2024dev3b1
Depends: libatspi2.0-0 (>= 2.9.90), libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.67.4), libsystemd0, libx11-6, libxtst6, at-spi2-common, gsettings-desktop-schemas
Filename: pool/target/a/at-spi2-core/at-spi2-core_2.46.0-5+apertis0bv2024dev3b1_amd64.deb
Size: 59476
MD5sum: 8980997bdff440e2a53018a6a694fa8a
SHA1: 2873268268802e68552bafbc13b1a159d48db134
SHA256: 31ec6087fa3395131e0d4cec1855ee9e5c07c64dd54c171528495b03df9f3f8a
SHA512: 85631260ba66ee2b2bdde56b1283af6444270268616029a769373b18440fedab3a53a8feea1bcef7682a2a8ecc93f083182181904000e285d88a4917f41237d9
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: 149
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: amd64
Source: at-spi2-core
Version: 2.46.0-5+apertis0bv2024dev3b1
Depends: at-spi2-core (= 2.46.0-5+apertis0bv2024dev3b1)
Filename: pool/target/a/at-spi2-core/at-spi2-core-dbgsym_2.46.0-5+apertis0bv2024dev3b1_amd64.deb
Size: 113924
MD5sum: c55cbdaee4d633be96a7b6f7754b6229
SHA1: 0e375cd6fc78324390dcdb37b3b97b53558e4d3e
SHA256: dba5acf5bb31f340eb4f8dee948bb109505f1488efe8cb42e367531ca96ef410
SHA512: 834de10af770065094f3bada2d58d2afec26341d8973a9a3b17b36cde6b032440c40899210222816f3ecb11147a7c1736ae375365147079f428de2de40e60ef9
Description: debug symbols for at-spi2-core
Auto-Built-Package: debug-symbols
Build-Ids: 1420ffd3844c1a6c3979b078a4628297db231a31 15e7a4d09deca979fd8269948dae3516c69de61a

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

Package: attr
Priority: optional
Section: utils
Installed-Size: 154
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: amd64
Version: 1:2.5.1-4+apertis0bv2024dev2b1
Depends: libattr1 (= 1:2.5.1-4+apertis0bv2024dev2b1), libc6 (>= 2.34)
Filename: pool/target/a/attr/attr_2.5.1-4+apertis0bv2024dev2b1_amd64.deb
Size: 41500
MD5sum: 31e3fa25d92608a2abde488723dffe34
SHA1: b2db7e77bbb0fd60978bd67f3c2ed28ffa8b9424
SHA256: d40de0f10c87035dbeb1ab2d62229af5e839880456d9bea59a621e5de24b5e1b
SHA512: b63b9c1a7fa06dca8c8be002e71c0491ad0dee7fc5d2ec54a368c5b17e7acafd64a441401a79bb1150b528a4ee25bd379ac01ec7ede81d9ac34043bf24c18dce
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: 68
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: amd64
Source: attr
Version: 1:2.5.1-4+apertis0bv2024dev2b1
Depends: attr (= 1:2.5.1-4+apertis0bv2024dev2b1)
Filename: pool/target/a/attr/attr-dbgsym_2.5.1-4+apertis0bv2024dev2b1_amd64.deb
Size: 35368
MD5sum: 11943bc08a3a19abb5b6556b38cf221d
SHA1: e6f5d298d489a4dc57af255fe40aa5e934e66919
SHA256: 3a490ba53c8e72babd84ab7a0269836554faf826ac2238e083fb85cd63d21794
SHA512: 2979fedc5db4693af6cd044bae6b07ee1ed57c674c1766427d7059229ef923f567ec697ab5ac2a020b9d096e2295d98ace7fd18aaf0d2d50f6d476685f7148e9
Description: debug symbols for attr
Auto-Built-Package: debug-symbols
Build-Ids: 4913dcf008d65297b9e10ebe4e8d31ab5b5f6acf 7fb96b04fbe208e6a76d57bd929b8e89e90deffd b57047fb492f2f3a7d9ee30eeb7e904a964dcc65

Package: audispd-plugins
Priority: optional
Section: admin
Installed-Size: 134
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: amd64
Source: audit
Version: 1:3.0.9-1+apertis1bv2024dev3b1
Depends: auditd (= 1:3.0.9-1+apertis1bv2024dev3b1), libauparse0 (= 1:3.0.9-1+apertis1bv2024dev3b1), libc6 (>= 2.34), libcap-ng0 (>= 0.7.9), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.6.dfsg.2), libldap-2.5-0 (>= 2.5.4)
Filename: pool/target/a/audit/audispd-plugins_3.0.9-1+apertis1bv2024dev3b1_amd64.deb
Size: 48564
MD5sum: 9e81eb6189a90b55906de7b466a29a8a
SHA1: c36cbe81d8724a20254a182daadb9a3f877df780
SHA256: 0fd64495fb5d2c63564bc005c79cd858416d3ba9751c196c6fa41474e50d84c0
SHA512: 59117080caf1af05800e6a543abf9b8d88849d1850a1d6a19b4b4de0a09b76aac76b598125df26edcbe7505057b65612af56c98031ea487babae43185f923ac7
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: 107
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: amd64
Source: audit
Version: 1:3.0.9-1+apertis1bv2024dev3b1
Depends: audispd-plugins (= 1:3.0.9-1+apertis1bv2024dev3b1)
Filename: pool/target/a/audit/audispd-plugins-dbgsym_3.0.9-1+apertis1bv2024dev3b1_amd64.deb
Size: 77184
MD5sum: adb025467d7c1095b093ea6f218b11fd
SHA1: 6affc461971a46b2db655ddd9f0bca70e4d7fedd
SHA256: 25e0b4b7c6354864e488e49b1b5ad1bb527abf85b59c3e84fb2c95ec687aa1f1
SHA512: 96f13aab6c5efdc33922935efb62ade2c87e8720dd2d1900b62d60396fd7647d59335a61af57ff5dccdabe4aac568a2b111097f7ab9cb44b21fc78b32313e2aa
Description: debug symbols for audispd-plugins
Auto-Built-Package: debug-symbols
Build-Ids: 3c2b32d0797d8beab1c205eaeb857e43487f66e8 b0d77ebdd55761354ea094fcb295e559f23553b4

Package: auditd
Priority: optional
Section: admin
Installed-Size: 754
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: amd64
Source: audit
Version: 1:3.0.9-1+apertis1bv2024dev3b1
Depends: libaudit1 (= 1:3.0.9-1+apertis1bv2024dev3b1), libauparse0 (= 1:3.0.9-1+apertis1bv2024dev3b1), mawk | gawk, libc6 (>= 2.34), libcap-ng0 (>= 0.7.9), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.6.dfsg.2), libwrap0 (>= 7.6-4~)
Pre-Depends: init-system-helpers (>= 1.54~)
Suggests: audispd-plugins
Breaks: audispd-plugins (<< 1:3.0~)
Filename: pool/target/a/audit/auditd_3.0.9-1+apertis1bv2024dev3b1_amd64.deb
Size: 220988
MD5sum: 492f3237236b64ea9a0dc49bed324775
SHA1: f4a35b3c6763b7dc529ff008b56d7c195c68556b
SHA256: 92f8723467c3f6f1d83eec7476c16c1ec629a0c7d8249d7e6668e76dcfbb538d
SHA512: 4f427752574b7826428b07435109c48044c518966f38689cc82f7db4dd2473fffd50de9589717a71b7159c14dba5238fc79d996abd97e51477c50002339b50bf
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: 632
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: amd64
Source: audit
Version: 1:3.0.9-1+apertis1bv2024dev3b1
Depends: auditd (= 1:3.0.9-1+apertis1bv2024dev3b1)
Filename: pool/target/a/audit/auditd-dbgsym_3.0.9-1+apertis1bv2024dev3b1_amd64.deb
Size: 518244
MD5sum: e1380e2d8bb2943058b0e65852d439ff
SHA1: 24a68e5e07d1d9f64939f0684f8660849555baa2
SHA256: 0c2f4493f286344ce4712230596274b8aabebab60d59714d61382e210d5a84b9
SHA512: 24cb8fc5bde9b7f2ed816ca916daaa8acb61840d4fd52d0cdd751b53d8b21f971623bc4ce748f96d17d0c9ad1a9dff35f3ebd9705113564d21620038649d6213
Description: debug symbols for auditd
Auto-Built-Package: debug-symbols
Build-Ids: 339fc3a0e04aaa52d4b4002392446582779b79c6 3f93a23b955d1fd73dcd6a8a3f6d2917c1b43f97 52c5d67752566bd22b3c9ebdc0e8bf0ab3bf4964 5335d7d752a8753501d41bad44b130ca58431615 702eb52c41743ef1d389a4f5df0eb909487ccbc2 72cf3135a13a3a77a5d60aacbb0dff9e3407388c c4c58f2e970ad5079b7aa8963c25649c99a71f0d d4ad5328335856a9196dc9a940cf0b98bc32870a e4ab03a1c72cdd522e6513edf79350ba10100487 eaf1c2b164c66a6102727240030913c2568a3015

Package: avahi-autoipd
Priority: optional
Section: net
Installed-Size: 103
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 44144
MD5sum: faef1f96fa4505adba897703417a92c8
SHA1: 1a826b4825f285b8f81342dc101ac11ed45dc887
SHA256: 36ca37334028131463bbad835c4640dd8c11ab754a8480258b77b1d7808b2e1b
SHA512: 7b6429e36eb4584e058b1c448ab2336653dec15999d2abe917db3ea856feee795a9d8b2aa3b8f58411bbb9a9fa1adbc6b35f33f109a9b000dee53d4ac777e319
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: 60
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 42224
MD5sum: 5e2ea1786bb9135e891c313835346e58
SHA1: 407035dc0f985d8ef13cb4c82ef088583abd66dc
SHA256: 7bcf80a0ccce60579d844cf416a3a0293bf19a13930aaf030b6549dcf4b8e841
SHA512: de1b81d2f33b723ae8aefc895b0af876938d919e74f9d4019bfa306fc9fdaceeccea3a008820bc840c1810e1cdd5f13a810b4d204e76648f3a76904ab79af8f3
Description: debug symbols for avahi-autoipd
Auto-Built-Package: debug-symbols
Build-Ids: f3cbeb6cfe6812de24b6ac26e81254ddbcf17a5c

Package: avahi-daemon
Priority: optional
Section: net
Installed-Size: 271
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 85368
MD5sum: e21d6ceb8f61b85da0a5ddfb83a74a45
SHA1: 1fbe58dbb49da8bb5ecde97ad488098add522d1d
SHA256: 92a91acf2c1bf7b8b23e2089ce7aa142ea6fa41e62baefc56740ab332c1c8afe
SHA512: 108d9ca4b78bea3f6e8e40286a41a99b43c39f45e3867a090a91d4dc9975776cce7bcd9b6b409fffa9fa25b787b06075ec50a3c0efb160341d36bf24ff6cd714
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: 170
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 139152
MD5sum: 2633d7b46443825d21555d344abe0b6f
SHA1: 277f6d7e5730c89a1076d78a77e892508f2db2ac
SHA256: 98730444e3afab33d99ac98d6312dfd2fc7f431139b2831229b4b994f2a111a6
SHA512: 7de683dddcf8f56a1372b463c8d5421139434461e6766384e5217af7c81c1ae0cac6022686aae261321841e75e926af45ad0462000e8ac8109af0638477f15f6
Description: debug symbols for avahi-daemon
Auto-Built-Package: debug-symbols
Build-Ids: 6d639c8d1c43ae32fb5b20ef92deefd975e91979

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: 84
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 35548
MD5sum: 0eff5264e79c222211b5a06f48c183e4
SHA1: fe6cecc89a961230c4bd28e9d3ad3d41c2561022
SHA256: 97c9de9232eaae74b9c178fed61249a24fd98e63b994f13ae14109b4e12e2325
SHA512: f955eff25d60b56cf08f407f7114e475ad4a78fdc035b7fb84a5f841f140a0347dd9e82f000a51fe034e4747631b79b122524fec854d9986d1faa1adcd2a0bf3
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: 30
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 15104
MD5sum: 8b7ddc047e7c5a6a824d25891c3284b6
SHA1: 832e953d6a87e613beee61fcea8b498b39b55ddd
SHA256: 54cfb9de27de0ce056b814e0f9652ba43f7021675061e328f4dadc7f3edd66c9
SHA512: 14a7ff1cf2b4f8054a95fce164601717492f30a3f5dc025140e556ee2f66cc5eb1cc28c958924fbaf8adb08612766584e03623eef7ec90b020318c90135f105c
Description: debug symbols for avahi-dnsconfd
Auto-Built-Package: debug-symbols
Build-Ids: bf75fcc118b525bc8e9a49322c37d1a419c04b12

Package: avahi-ui-utils
Priority: optional
Section: utils
Installed-Size: 73
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 32960
MD5sum: d28d2370b748c198c0e055f794879fae
SHA1: 77c7264a4361797b04f24a41eb7f3d92b5cd2a91
SHA256: a25eb3475ce299a7b69c4dcd8fca71ca4e0a758c9b7e078e7f66e13f54a2129d
SHA512: 90e75e2cecb2409b8df2c64201c97e39f349a3c6fa045e1fc483bbdba54f6377f071574ab31e6fe7c89dde4b5357507767ab2f9a998b9b5294b12c85a5258684
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: 26
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 10732
MD5sum: a1991bab5feb3656092af95f2e8ba3db
SHA1: 8fafd29642a94d6e82afd6943f00af238bc33835
SHA256: 35e926ae32a7b84881468993a5b049496caff1db0dbd3e718edbdb9d34dccac5
SHA512: 660595319f0dfc83b2ed0b4f67ed3713d45aaac3621d3fa733d8c00844d9ceb5e013dd88207c9cf02101f3c4e499a9f82cdd386b236f19b414a3058605b510be
Description: debug symbols for avahi-ui-utils
Auto-Built-Package: debug-symbols
Build-Ids: f4f58b58b312e55984420cea74c8b1fe8ec706b8

Package: avahi-utils
Priority: optional
Section: net
Installed-Size: 152
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 46732
MD5sum: 26d86f346473f12fab34245eecd57e5f
SHA1: 80eeb121725236821a690b4d4dc95b23f158bf3f
SHA256: 52162f65ef2da57f79589d3752198010778cbb833d88b3eded011a71b95f9159
SHA512: 4a0f1cde121337e8d45c80f7fc45b27d1e83972f2e133429155ca0d8f7c270f75d8b3eb7f7293431a09d800d2d85bd034ad28aa2c0054ea608bd75042a69945e
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: 102
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 56552
MD5sum: 655cb4fcb7cdfea1a5c9ebba4d29b78a
SHA1: a6bfd347b97061347b026dd8aa2c544e5ed31d60
SHA256: deca6da1b3440cdb22d46a66e0ab76f01b1144dd8626686b08ed8c7a8cc3dd5b
SHA512: 9a9094edfc8e27b710edaa0cf38298f7743f952d5c44ebed27161f162d538f63fd08bbc9ac25af9c4d46669e4f9dad0267a1478e008673149f4523bcb1a9b3c6
Description: debug symbols for avahi-utils
Auto-Built-Package: debug-symbols
Build-Ids: 348c6405a73d60b0043a62a700dcbc297faa6e85 596a2d5526a2e7338e66b0ff881e1a901724c270 70393487a3d8e721f44abd2290a86ecefe35d4f7 799de3d6ade3888074d4967eccd113856e9a79c6

Package: base-files
Essential: yes
Priority: required
Section: admin
Installed-Size: 274
Maintainer: Santiago Vila <sanvila@debian.org>
Architecture: amd64
Version: 12.4+apertis2bv2024dev3b2
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+apertis2bv2024dev3b2_amd64.deb
Size: 57892
MD5sum: 1bcf408aa6705371b2d197db7d12e72b
SHA1: 81f0e03fda0df9120dc7fda4f450da4d92d1be6b
SHA256: 94ca87fa8ac69f597aa39df815925517962e8e2315e8dd0df824643d450fddfd
SHA512: cedbe8e2b3d9529a371d78858e65a63c8ca1678fdd1d166f8f3a42fea51e4a6e228677fed65c20cc641967a5569160ddd3c47e23a1a5633bf9aeec5116d88dc7
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: 241
Maintainer: Colin Watson <cjwatson@debian.org>
Architecture: amd64
Version: 3.6.1+apertis1bv2024dev3b1
Replaces: base
Depends: libc6 (>= 2.34), libdebconfclient0 (>= 0.145), libselinux1 (>= 3.1~)
Recommends: debconf (>= 0.5) | debconf-2.0
Filename: pool/target/b/base-passwd/base-passwd_3.6.1+apertis1bv2024dev3b1_amd64.deb
Size: 51104
MD5sum: bd5d32dc7809a7e3c8ae04aeadad5cbe
SHA1: 4aff5044e17d6125c970cd268f425cb1ce14caf5
SHA256: 7b727b7e549a71a33b7e2f35d9281978acec4c5353576cca254990da3bdd9f2c
SHA512: b2d82c21ff23a981c1651766c5a9fb3a9fa509e516bc8c03b1f535ec173ae4e8ed938fb94c9f99ac1850637e6bfe3c8081a9102c050fdfd5f69ea4a973ccf7cd
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: 44
Maintainer: Colin Watson <cjwatson@debian.org>
Architecture: amd64
Source: base-passwd
Version: 3.6.1+apertis1bv2024dev3b1
Depends: base-passwd (= 3.6.1+apertis1bv2024dev3b1)
Filename: pool/target/b/base-passwd/base-passwd-dbgsym_3.6.1+apertis1bv2024dev3b1_amd64.deb
Size: 28736
MD5sum: 015d6791e98bca24f54afd7b0af38922
SHA1: 17c08c1b8eb63800b6b747185c85f8235812aacb
SHA256: dd37f78cb71c648c25f7a75cb496abd95391dd6ed6bc68dc9c2057815e0383ce
SHA512: 17d35d2b7e3693e8534ad1c35e1fd379e981c7cb7244e0460eb46fac163351874268ca7f00cc141df214357fca993e25256ddfce3b096e4c5296ac0aa203ac7a
Description: debug symbols for base-passwd
Auto-Built-Package: debug-symbols
Build-Ids: 35571d4419136a324af6d58836faa9eb1badeb29

Package: bcache-tools
Priority: optional
Section: utils
Installed-Size: 105
Maintainer: David Mohr <david@mcbf.net>
Architecture: amd64
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_amd64.deb
Size: 18540
MD5sum: 7ab1779eb3a8b43efd93dbf74c3eedaf
SHA1: ce0fecdef86e4dfbdda57358d83557d13f977085
SHA256: 96255450a45e173a2a009f59fe55af010baa6c90301745fceb465abed4ab148c
SHA512: 0e1805dc0c73cb99acec5666d3b1ae186a8ffc20afa20d2ab3ce71e8e1befec8edc99997820ca7c3c6a5162be06ad035023ab2f9e7406e2505aec7ed0eb8ee32
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: 62
Maintainer: David Mohr <david@mcbf.net>
Architecture: amd64
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_amd64.deb
Size: 25828
MD5sum: 6e2f57425658656d878a4bda37f0e875
SHA1: 41b93f78af336fbf0c44eb7d6a559cfdd1004910
SHA256: 2dcf16da76c6536941b170b29d1546a60a6125d63abb43b46991439cc51dd96c
SHA512: f58357d3218f1f92f8c901a3eff3747596f4996678afad34c985caa39386b1a5cbe71ebed99444ac0e75b32fbbedff312acee6090ba668d1bcf79960faa90774
Description: debug symbols for bcache-tools
Auto-Built-Package: debug-symbols
Build-Ids: 10d6058969e149731556a76cf052f762c3404b57 4905cc095fb6804f5b21208b2061dd3ddefe57e9 49ef68305ac3000f6c44b85875be6e0834d85a8f ae1473a3a26590d955ee5b9fae887c777c840f35

Package: bind9
Priority: optional
Section: net
Installed-Size: 1055
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: amd64
Version: 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1
Replaces: bind (<< 1:9.13.6~)
Depends: adduser, bind9-libs (= 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1), bind9-utils (= 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1), debconf | debconf-2.0, dns-root-data, iproute2, lsb-base (>= 3.2-14), netbase, libc6 (>= 2.34), libcap2 (>= 1:2.10), libmaxminddb0 (>= 1.3.0), libnghttp2-14 (>= 1.3.0), libssl3 (>= 3.0.0), libsystemd0, libuv1 (>= 1.40.0), zlib1g (>= 1:1.1.4)
Pre-Depends: init-system-helpers (>= 1.54~)
Suggests: bind-doc, dnsutils, resolvconf, ufw
Breaks: bind (<< 1:9.13.6~)
Filename: pool/target/b/bind9/bind9_9.18.16-1~deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 476800
MD5sum: 058966eee49e2a0a024a8d29fb139271
SHA1: d65561977db066786c1a17b6285ea930c1c892ae
SHA256: 0929e46600c3e926b1a9cbee459082841c755b0ff782e0826051ad48812370eb
SHA512: ba440ea13eb19845973e90d4deeb06fa50c072885295cbf39a3ef2b68ffa07996aa4ec69ad59ab5056012f0d28c2bcdaf18a0abd3d17354c510d69e44659eadb
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: 755
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: amd64
Source: bind9
Version: 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1
Depends: bind9 (= 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/b/bind9/bind9-dbgsym_9.18.16-1~deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 622984
MD5sum: 4e7146771feca69534d053405b36d04f
SHA1: 5cd3e2bdab5437cc3816f8db99e02dcb9d908b0f
SHA256: d7fd4504d59ee94b63de89515550682fe2f06f2c2238823df46c5c25374660c5
SHA512: 141daa8368796f2c5b028ce6bbad79b2aa41f6d712736351319e00d54ebf5d2c633abf1432a309e610e86cbaee73482dc1aeb7646a45a33e1266aec7c6326945
Description: debug symbols for bind9
Auto-Built-Package: debug-symbols
Build-Ids: 1255665a0acb5b2306ed66e2ce1f48cffc3b196f 1e87e981920393540ae2e25af63b21d3fd2787ee 2b8e250df37617aa1742096218c1422d7de0914e 475492a70f06fe2b80a6a93d0dd82d98d9408673 6327b91216675fb1a8de0e621cec6ac0f817a3af 8d07e5a4beb08f4d555a5e20deafe957927203ac a2546bac3fe0fb5c4496db24e6da164f2ba99316 e0495a5384bdb22e8d0b6ccdef2fbe695a07630c eeae978016dc3710c9a698f98d68018d69823ef9

Package: bind9-dev
Priority: optional
Section: devel
Installed-Size: 1808
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: amd64
Source: bind9
Version: 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1
Replaces: libbind-dev (<< 1:9.16.0~)
Depends: bind9-libs (= 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1)
Breaks: libbind-dev (<< 1:9.16.0~)
Filename: pool/target/b/bind9/bind9-dev_9.18.16-1~deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 516584
MD5sum: 632f6efd3f5b39b22f0ebc9c6e7f5e81
SHA1: b72659d3303f2f2ed428f46143b2d7ee444f6e36
SHA256: 7d23efd44fb4bea3820b23ef12cde2c43fa960459d12b8ab398ee881458b5fed
SHA512: 7ef5de826d8b37d617ce279660ebedce55b558edb2c5c4f558d770c4431217861a3c5d69d5f105ab493b033ad5e2634c3d5b053aef4e33a54a823a1f97526313
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: 714
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: amd64
Source: bind9
Version: 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1
Provides: dnsutils
Depends: bind9-host | host, bind9-libs (= 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1), libc6 (>= 2.34), libedit2 (>= 2.11-20080614-0), libkrb5-3 (>= 1.6.dfsg.2)
Conflicts: bind-dnsutils (<< 1:9.13.6~), dnsutils (<< 1:9.13.6~)
Breaks: bind-dnsutils (<< 1:9.13.6~), dnsutils (<< 1:9.13.6~)
Filename: pool/target/b/bind9/bind9-dnsutils_9.18.16-1~deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 400452
MD5sum: fc49acbc032c30ed4529a761e1d7edc7
SHA1: 67ac878a5a55916b19ba216b710f9572d62cecf0
SHA256: 6c97ef5b1b57f032ef8bb47303917158c68432717c454f052a360efff132f554
SHA512: 02e4d0ec95601d8af27c6e9a1999ea6a949381187f5cdcc00c52822b433293e112778864d1aa613896e07332ad4a370392439159487d315bedd65c2fb0613cdb
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: 452
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: amd64
Source: bind9
Version: 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1
Depends: bind9-dnsutils (= 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/b/bind9/bind9-dnsutils-dbgsym_9.18.16-1~deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 371192
MD5sum: 6fded3ecb1cac16eb30a8ba2ae5989ae
SHA1: 614c4db1ceaa3bb047a6416a7d35f1d348e073de
SHA256: 425bd5895144cd08c657449dd491baa4efb911de6884b2e2e72a95d97a8351cb
SHA512: 24a9a724f1d7866648117ea6ed1cd492dd4bbad3b445b99bec660ae307174e6d81933917c851849cdf61f8a1664ab134bd40a47ca5f93f3d22dc303883bffd64
Description: debug symbols for bind9-dnsutils
Auto-Built-Package: debug-symbols
Build-Ids: 1dfc1e04f9d3cacd5446ed5078d4afba3f405ee4 2e172047aba41c708282650caf44076a8affd06f 41b6ad2e5e806caa5033585c3740cc50e6807bed 9b1f8e787059970522b8240de0ada53993dcccc8 e1aaeac9a3c2d5e2566766409df78ffd9938f8d7

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: 382
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: amd64
Source: bind9
Version: 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1
Replaces: bind-host (<< 1:9.13.6~)
Provides: host
Depends: bind9-libs (= 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1), libc6 (>= 2.34)
Breaks: bind-host (<< 1:9.13.6~)
Filename: pool/target/b/bind9/bind9-host_9.18.16-1~deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 304940
MD5sum: b74b08aa210a6f66054808392bc08f02
SHA1: 54fdc1237004904a9119dc93ffa621c1a992efea
SHA256: 5246211de851b4e0434513c2b7003a14f7a893145c6ecbd1a78bf337ce46f333
SHA512: 57204b22bc37a1f884084349f31566a68a7a4b5ca72b5dbdd0694cb2d4b43d470a082e9b0c0f8507f6c8193a756552cb5605022e39ea40bc0746bd253630cf34
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: amd64
Source: bind9
Version: 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1
Depends: bind9-host (= 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/b/bind9/bind9-host-dbgsym_9.18.16-1~deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 100356
MD5sum: 9ff0a4ac90fb5660fb8d805e2f082311
SHA1: b98a471701e63711225c08b4cfd5353d01a71261
SHA256: 33e7c53e22515b04ae7afcd27e35bd1ea598fea92386067d0ad5b1a8985cd05b
SHA512: b670331bfb79e20398efd3911e8e58f5e9621d83456e46237c2eae3c12f415c64a0b2750d1395ce5e35388106593aa1c3ff03b010ed76465d8f37a9ef5529ef9
Description: debug symbols for bind9-host
Auto-Built-Package: debug-symbols
Build-Ids: 8f3dd4db8bab24f1a1a35c7154b9f8199ad17235

Package: bind9-libs
Priority: standard
Section: libs
Installed-Size: 8770
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: amd64
Source: bind9
Version: 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1
Replaces: bind-libs (<< 1:9.13.6~)
Depends: libuv1 (>= 1.40.0), libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.17), libjemalloc2 (>= 4.0.0), libkrb5-3 (>= 1.6.dfsg.2), libmaxminddb0 (>= 1.3.0), libnghttp2-14 (>= 1.12.0), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Breaks: bind-libs (<< 1:9.13.6~)
Filename: pool/target/b/bind9/bind9-libs_9.18.16-1~deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 1402552
MD5sum: 150af9279f5a27460a652d865831f10b
SHA1: c9b61f44eae49c8cf2e9f0e67eb2ba573b82cc85
SHA256: c5441caefea6b6782ca849f3b0de0705a61d53e1b31fb2602bc0dcb79297edb4
SHA512: bf19ea8fa094afabb86b4057aec60b6ec07c2b64d46c41d2822030d7434f3cb71afbee94efc9de2d5040622abbec2c9b1509f1ced70e6909048fe41400f8162a
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: 3840
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: amd64
Source: bind9
Version: 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1
Depends: bind9-libs (= 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/b/bind9/bind9-libs-dbgsym_9.18.16-1~deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 3616200
MD5sum: 72fedb716cfc153da4a0762181eac7e4
SHA1: 64405536f8daee0a04c53fe2702f82f1e9902141
SHA256: a8f238ab3122cc673f0797c62a8c1de33b72f6d8fe48937289200b09d91c7645
SHA512: d2e1a9ca7ec7da8b627e562c07fdcaba89473234e6933d2a8958bc362b98030b53ae7b0bfeae81d248f6074cc342367ec769290989da19e68bfc2e33c56066f9
Description: debug symbols for bind9-libs
Auto-Built-Package: debug-symbols
Build-Ids: 3649c0e6b7952da9c745d888da9f64fd397ed705 3b9047d0413dc57df69f0242dfdaed1ec81b8ac0 4c69c8e42f346170c9dc99565e2785bfcf16dd6b bd67dba250f116290367433826fbdcb9b107be52 c2776f163eacaf53cfd794c33489d898e3517a5e d9a72e41cc51aa7b6edf34b4a08a5c57741528f5 e215eed3d243cc628189974279ed13392e3cf56c
Multi-Arch: same

Package: bind9-utils
Priority: optional
Section: net
Installed-Size: 864
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: amd64
Source: bind9
Version: 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1
Replaces: bind-utils (<< 1:9.13.6~), bind9utils (<< 1:9.12.0~)
Provides: bind9utils
Depends: bind9-libs (= 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1), libc6 (>= 2.34)
Breaks: bind-utils (<< 1:9.13.6~), bind9utils (<< 1:9.12.0~), freeipa
Filename: pool/target/b/bind9/bind9-utils_9.18.16-1~deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 409952
MD5sum: c10d0f724a828a7b56931bbd0d116ee7
SHA1: 2d87c27275ce1fbb9e3fd2f4f1fcb860a20e01de
SHA256: 1fdf49f9263f18cc56f2dabf71fa8d6fdd5aac38720a2ee15ae3792bd380af72
SHA512: eb9837dfd883de020c1a55710e4cab67bdd686c2ac0e963c5ab128d86b9e7073e847b59037c16ef16106570c5a29ca6d4fe0851244c666e613f4723b55bbc4e1
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: 523
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: amd64
Source: bind9
Version: 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1
Depends: bind9-utils (= 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/b/bind9/bind9-utils-dbgsym_9.18.16-1~deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 384620
MD5sum: ce0608d01967b6d5040d1dcaf94d8936
SHA1: 57ec9a7f5d868dc92562ec8d34ec9ce8fa50e306
SHA256: 6da9f3e13aef6ce74f993ff6d17dcde3b5198e5e9aaf16df58424e25e4d2b6c2
SHA512: 0642023d4b8bcdf38480ae50a5380d9ca1b6b54ae42ea0503a5deaf931875c035784541af173f1506237387e49f79d59a1d7643e973afa7be15caf3a8441c04c
Description: debug symbols for bind9-utils
Auto-Built-Package: debug-symbols
Build-Ids: 26cc652f324fd20ec0f8a69cfb217039bde21591 3fa37365614257a78419e35fc586b6124c9e9ccd 5be9d93405d7d2cc28447b75b93f8ce4ce82e1f0 5e66d23afdbf5d26a393fd656bc709d7ace1be0e 798bc0d4915edb14934ba400d35379b45a8cdbf4 8787d5d8e6b86128fb8d6910be6586f927a88b99 ad04292bd2b213b8b15fbd62b8f57c8a527acca1 c39947353a01618da52abf941a39464b7c8b35b4 dd9d23f36ef5434dec66e66329e1c33ec8f000a2 e3b3c45852e9b29c53a005ce6737c3d7f666147d e428efca68d034e3900bfc1f3928702821ca8824 e61294be121ae4c633c92f8b88f6fcbc5b0d3380

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

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

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

Package: bluez
Priority: optional
Section: admin
Installed-Size: 4097
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: amd64
Version: 5.66-1+apertis1bv2024dev3b1
Replaces: bluez-audio (<= 3.36-3), bluez-input, bluez-network, bluez-serial, bluez-utils (<= 3.36-3), udev (<< 170-1)
Depends: libasound2 (>= 1.0.17), libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libdw1 (>= 0.127), libedit2 (>= 3.1-20221030-2+apertis1bv2024dev2b1), libglib2.0-0 (>= 2.31.8), libudev1 (>= 196), kmod, udev, lsb-base, default-dbus-system-bus | dbus-system-bus
Pre-Depends: init-system-helpers (>= 1.54~)
Suggests: pulseaudio-module-bluetooth
Conflicts: bluez-audio (<= 3.36-3), bluez-utils (<= 3.36-3)
Breaks: udev (<< 170-1)
Filename: pool/target/b/bluez/bluez_5.66-1+apertis1bv2024dev3b1_amd64.deb
Size: 1164220
MD5sum: 4047967646e3b13a293806e0e87acbd5
SHA1: 50cb7f5b2c110f8f9e6f471c9d630a0f02ad23d0
SHA256: 1146a8d4d1cfa0138305b8b5207636a3777131a34c7ce643b85f6f269f9b103e
SHA512: c2335689cedfbbb977f39e0603295027352c4c1a9bf51116d525de1285cc47e2947dc35b90068b16677ef21d2636a8f2b1291a286042853cb18fad9c269475b4
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: 123
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: amd64
Source: bluez
Version: 5.66-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.12.0), cups
Filename: pool/target/b/bluez/bluez-cups_5.66-1+apertis1bv2024dev3b1_amd64.deb
Size: 61072
MD5sum: 8a9696f7cf17a023c3f588b132772c5a
SHA1: b3c8071e73819ca0faa85891bef34849d276263b
SHA256: d01d85903a54389e5c9907571cbb77945efca0644560f196fced5c4de26a2e3b
SHA512: 5c5793a989406390af31c1e75c31e9372aa3dfeb79bcc086597418e14c4d9c7ae45dabe59cef9142bcff0ffe8226112e1a67d9c326ef7b7c3abd315c22cedfc2
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: 164
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: amd64
Source: bluez
Version: 5.66-1+apertis1bv2024dev3b1
Depends: bluez-cups (= 5.66-1+apertis1bv2024dev3b1)
Filename: pool/target/b/bluez/bluez-cups-dbgsym_5.66-1+apertis1bv2024dev3b1_amd64.deb
Size: 82868
MD5sum: 960010cf170e5c3b69c878cf58ed6e59
SHA1: 44db1a1e7085668c86e9eb172c55a65770160c34
SHA256: 4cc68260553deba135e0d1f7410612f39f4273fe69f5f95322ccc9350350b211
SHA512: 978975be3bc5424a999cf7425d7027e8fe2a68bf1fc5ec85df8915a018fe90d160cc1bbdc218aa9a6c152dcd437f82a503f92e3da19ce49083670a87b5e928af
Description: debug symbols for bluez-cups
Auto-Built-Package: debug-symbols
Build-Ids: c98f470e7acec826db12277c5578a7108f537d71

Package: bluez-dbgsym
Priority: optional
Section: debug
Installed-Size: 6257
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: amd64
Source: bluez
Version: 5.66-1+apertis1bv2024dev3b1
Depends: bluez (= 5.66-1+apertis1bv2024dev3b1)
Filename: pool/target/b/bluez/bluez-dbgsym_5.66-1+apertis1bv2024dev3b1_amd64.deb
Size: 4519460
MD5sum: 01bf680e7442677017883f5698cae8df
SHA1: 47face38eda091131ae74359c1541792ece85984
SHA256: ab99b31c0bc5a739dd33b79cd3b84d98497102a54603baedc30400a1ab5e4af0
SHA512: f4a7b95e9d832b88e5b7d3f708d58ac6a9789ef7e5dd4dbd650c9f026ca8576f8de5884db37f5dd33e682a6e0b257eead4f65922ff1b64c24a41d0ed08e09a3b
Description: debug symbols for bluez
Auto-Built-Package: debug-symbols
Build-Ids: 0a09c5e92b0ee0c839d765d043410d4f34323ccc 0fef1041473e22acc8a5c5b55b9526e11d0d5e08 3370a81d9aaa7e46efc1aa059441b61911ff9732 37ff75831d83e2ec5185ff9477f4355a33a1e98b 41c7067bddcab6594e39e7f8583d110195aeef55 47fe706bc7365f2c8bf4307ae17c00ea55ceca19 493b9e7f57842a5107f18b17930312cd47314bc0 5af2ba58e708c47884fcbafe5c08302a71b1df54 762d97fc775fc16fc7758196d708b41a5749b60a aa21e0a90434bfb4e482d74d579073262bbe28f3 c74bfc53322f0182ab0e846a1b79133fd9f47d5d cd9fc7d6489b9d155d559a5427727310851c6f4a ce2b119332e6d9d40d945b729a1f85ef9458af5e d9ac24413079b5424c2f125a1765bce40d065b17 d9add63578234bf1eaf1165e3c49985a835fe5b8 e14a44d0a9e84057e63cbf611d8bf3a3d66ff3f6 ed659cd574e5f9b9f92b1c81116b6d043d582486 ee1d3bc6fc82af63c2208b1f89afd2bea5c658f1 f57d045f93fd60da25f99354a8480c0a06d39143 f75ff9c7738abfbbae4b6f99d3a7f8f36c47ee44

Package: bluez-hcidump
Priority: optional
Section: admin
Installed-Size: 442
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: amd64
Source: bluez
Version: 5.66-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/b/bluez/bluez-hcidump_5.66-1+apertis1bv2024dev3b1_amd64.deb
Size: 166596
MD5sum: d33d21a3dab5221033c4f3b5d09568d1
SHA1: 4659032300c330158e3695032d163d6ffb097a7e
SHA256: a49cf1780c8a8f9b48198ca7bd9d451293f6ae27ace26c7f1e7c2fa537ef4ba7
SHA512: 3d959689c8673bbba92a3883c867b30c3858385aa2213d084f8834e89d3facbb01e64ebb82478a7ad5242f510c0146a497f674a42fb5c9d8f40fe16d90846f4d
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: 530
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: amd64
Source: bluez
Version: 5.66-1+apertis1bv2024dev3b1
Depends: bluez-hcidump (= 5.66-1+apertis1bv2024dev3b1)
Filename: pool/target/b/bluez/bluez-hcidump-dbgsym_5.66-1+apertis1bv2024dev3b1_amd64.deb
Size: 406728
MD5sum: e1f7467cccc022fea38941e1c757bd5b
SHA1: e537e22ba1ad91dfdb2f8a2d32f078668604437e
SHA256: c32a18f9c4949cd5c64d579f03a3155249f677d1d2e2de04419814309a87b3eb
SHA512: 4c5f4d9913fa4c7f1082f071231cb68702c9c760d47c5966f5e3cdf158a4114cd401eca3467749b04c1f214a55d9ea968bffa5a6b0d64a7a8dd9e9d2cd559bb8
Description: debug symbols for bluez-hcidump
Auto-Built-Package: debug-symbols
Build-Ids: 7d8431d7abf8140e6733be90647bfa73138c8bea

Package: bluez-meshd
Priority: optional
Section: admin
Installed-Size: 797
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: amd64
Source: bluez
Version: 5.66-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libedit2 (>= 3.1-20221030-2+apertis1bv2024dev2b1), libell0 (>= 0.40), libglib2.0-0 (>= 2.28.0), libjson-c5 (>= 0.15)
Filename: pool/target/b/bluez/bluez-meshd_5.66-1+apertis1bv2024dev3b1_amd64.deb
Size: 292056
MD5sum: 815965b6403e7cbc9efa2a93a4fc2c59
SHA1: cbc6304ef08b3c601f86f58888bf4633984959a2
SHA256: aa5e51bc9edf746a633706d0852acccbc963ab0df409f03be9aa74e143fd7fe5
SHA512: d0dd5093871ef7f67af380da57dcf19f9c011bc22f88ce21f7c35b9dbcad05b417a5e62a9114dda74be4d2837685403a3b0422fb4605f65b342bf4ee0d762238
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: 1151
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: amd64
Source: bluez
Version: 5.66-1+apertis1bv2024dev3b1
Depends: bluez-meshd (= 5.66-1+apertis1bv2024dev3b1)
Filename: pool/target/b/bluez/bluez-meshd-dbgsym_5.66-1+apertis1bv2024dev3b1_amd64.deb
Size: 930132
MD5sum: f2fe21cf350382b99fc75cde08da5bed
SHA1: 80224875dc40fd588d58cb1ffe6de2c0da276865
SHA256: e5088bb0af386fe1ccd4ac22f831940173ace0750a3e74222aa88bfa55c5d83e
SHA512: 220d5b46dbe3870f23c5ab9305d8acd61c2e8e47cb7f411213dae98b58871a8d8f56b3f730ea5ed143e09817d9eafd7e2512c9adf5577b9c8479661f80f09e83
Description: debug symbols for bluez-meshd
Auto-Built-Package: debug-symbols
Build-Ids: 95621f2eb4f76b108b0e94d4a0861e9166e7f546 b06bcb2fb910cac7b35d98fb7a3d9d6347d68f8b b89b2b9dfe24d95a9fc98503f26f0aef65a1e90b d6ca31994acdb4d8bff6b6c9f38ebe9dad625fe3

Package: bluez-obexd
Priority: optional
Section: admin
Installed-Size: 702
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: amd64
Source: bluez
Version: 5.66-1+apertis1bv2024dev3b1
Replaces: obexd-client, obexd-server
Depends: libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.35.9), libical3 (>= 3.0.0), init-system-helpers (>= 1.52)
Recommends: dbus-user-session
Conflicts: obexd-client, obexd-server
Filename: pool/target/b/bluez/bluez-obexd_5.66-1+apertis1bv2024dev3b1_amd64.deb
Size: 241664
MD5sum: 626f7e0156456baaf7012430953e0cee
SHA1: 72b27cc123bedc996b4340385687cacc805b28a0
SHA256: a5f871c4de1c62e50bd57973ca2eb336f814db0f3459e42eaf970a49c2e64a2e
SHA512: 9d2aef73efa5feab979bf6af3a66322f0e5b848d3550937ebe8e23a9f38d21a5d9cb98da78b3face3fa3b69c9b2dc8c222898d631f5a7f46e592f933f06d4575
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: 780
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: amd64
Source: bluez
Version: 5.66-1+apertis1bv2024dev3b1
Depends: bluez-obexd (= 5.66-1+apertis1bv2024dev3b1)
Filename: pool/target/b/bluez/bluez-obexd-dbgsym_5.66-1+apertis1bv2024dev3b1_amd64.deb
Size: 574864
MD5sum: 42d975c8f5c02a22000fd6e11730eb77
SHA1: 9be709bfbabd9ae7d4a9c459ea1b092315cbf4fa
SHA256: 20a5a78dca28efde166fcb5dc0ddc423b8b29648321eaeb5e7236a9bd7b11359
SHA512: 8d8517a1809bbf2754d9b430c92ce6e5c9a254087c5bf6092c591886c244f9b74ce8edb7942521b5749ae295ae4c89764a005686cb491910ce4898513473d844
Description: debug symbols for bluez-obexd
Auto-Built-Package: debug-symbols
Build-Ids: 92da7e212f34c58f1632ac5cee8108d11d0a7b15

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

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

Package: bluez-test-tools
Priority: optional
Section: admin
Installed-Size: 2774
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: amd64
Source: bluez
Version: 5.66-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.28.0), bluez (= 5.66-1+apertis1bv2024dev3b1)
Filename: pool/target/b/bluez/bluez-test-tools_5.66-1+apertis1bv2024dev3b1_amd64.deb
Size: 372220
MD5sum: cf86320d295de60304551dcb54a432d1
SHA1: cf8e98481ca6e179a8b7861e591e6949b131bc89
SHA256: e9c2641d67774dff46e22d9acfd519a8287a50a28dfe6b6c424de559ac6065cd
SHA512: a509d578b11e47f1179bbf311ca3c97204e02b7fc74126c1a72f31d153dc1136be8fc1a6b5ef63855cc144926d230f631afccdb2dbd762ebcf762d9851ffce90
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: 5013
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: amd64
Source: bluez
Version: 5.66-1+apertis1bv2024dev3b1
Depends: bluez-test-tools (= 5.66-1+apertis1bv2024dev3b1)
Filename: pool/target/b/bluez/bluez-test-tools-dbgsym_5.66-1+apertis1bv2024dev3b1_amd64.deb
Size: 3576832
MD5sum: eb3742063b658a66ad762dd736417488
SHA1: 9c2be66d232959a7e90e522ed04618406e86439a
SHA256: fb5f1fbe9f47c4d94fa7d00184000be7db07288c095cc5997063745b5fa91d61
SHA512: 723d43b4f72cd23ba9b649dd99efde23e36897aafe737d36b815ae34765ca6c72a060728b267d14eaccc4d6f255ed67d8bb2a41a2a279ed3b15d28cf04252be9
Description: debug symbols for bluez-test-tools
Auto-Built-Package: debug-symbols
Build-Ids: 0ccb2c540e143ea0e0b185acd197215d23572155 200411f1a52afc37c7df565c5cc1ac3a074905d0 3e7ecd02af6f3b0de1bffe80c1342213082e25e4 3f0664673bdcbc022cc87d1c802ac877d4e917a8 770f8b88aa441cda2ff0dc9b186a811a68ce293e 7f850e4218684bf326ded5ec84efb217c49e641f 947eb4414ded2e910a994f45ac1cb5ad4abbec49 9dae9ccfb11e1db686e8de1653d8c9b794691c00 b40fba0d813c1b1afcfd1bb08a911ccaf1d1b9f7 bd4abe82a3de8c9116535b1a85ac9e98c09f7ce1 c0d6930dae766f2a105cffd178b6e063c53d684c c152daa96f3b113c2a9c5bb9e560637eebcbb19b c192ea17d2655491c1b188e12d165db1ab57619b d01cf0153d5a7bed432242ec5f4aa48c5d0c1353 d94851f77b9a2c7244714e274dcddfdf6ed56a5b fb57d1e255660298484779b337efe725133f5425

Package: bolt-15
Priority: optional
Section: devel
Installed-Size: 179304
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libc6 (>= 2.36), libgcc-s1 (>= 3.3), libstdc++6 (>= 12), libtinfo6 (>= 6), libz3-4 (>= 4.8.12), zlib1g (>= 1:1.2.0), libbolt-15-dev (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/bolt-15_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 32954532
MD5sum: 03ae6bcc001e494f77521d9bfecfe6f5
SHA1: 987815b2cb21dfd68485147f56c04ebecb040e2c
SHA256: a487704f40e616bc10880ea14a1ccc61301a6a67bf371c6d20bc9e8e62cfae94
SHA512: 6dac96184d82582575c4e38aa3006513a38ff9bae2d96717ea4e0041add789fe2d35cbf1ea11cae36604d0228197c834c42aa1f724dd482e1f72b953a93bc12d
Description: Post-link optimizer
 It achieves the improvements by optimizing application's code layout based on
 execution profile gathered by sampling profiler.
Homepage: https://www.llvm.org/

Package: bolt-15-dbgsym
Priority: optional
Section: debug
Installed-Size: 18022
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: bolt-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/bolt-15-dbgsym_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 2166548
MD5sum: 2e74cba02714736b171e64b32e56f4b1
SHA1: 66c42d229b586f52311ba205bcb7bb25faf564c7
SHA256: 9afb0ae99a2f505fa4043ff61e76434bdc64e2d3eb534b7803a12b17805a55e9
SHA512: b019688bb66de4d51ea1494b5ad28c5a2e82439482b87f0ecc7c8c709470a49d008c6662b7fcf6e6e8106b15e066e4bde25b74597984ec0d0b6c3aea43951a36
Description: debug symbols for bolt-15
Auto-Built-Package: debug-symbols
Build-Ids: 2c3772558b0e4e80a771314e1a36118690c7bb76 b220e516650d3cb01db1feee98f3f6a232a995fe b6b434ffcc0c1e7ecc5d31c33dbc872525cc27d9

Package: bootlogd
Priority: optional
Section: admin
Installed-Size: 150
Maintainer: Debian sysvinit maintainers <debian-init-diversity@chiark.greenend.org.uk>
Architecture: amd64
Source: sysvinit
Version: 3.06-4+apertis0bv2024dev3b2
Replaces: manpages-fr (<< 4.15.0-9~)
Depends: sysvinit-utils (>= 3.05-1), libc6 (>= 2.34)
Breaks: manpages-fr (<< 4.15.0-9~)
Filename: pool/target/s/sysvinit/bootlogd_3.06-4+apertis0bv2024dev3b2_amd64.deb
Size: 65844
MD5sum: dfa966001625d3272d53bfaad52e533f
SHA1: aab88645fcb2c76e499f742a5ded0182d502534a
SHA256: 902d3532f4d8f0fbde981d582dd421d876af3401345aa89ea784e0dae1b73c86
SHA512: 5a26bcf88971301a6c6935fd992ef73cd5445ed4e1362b930ef33ba0ac63e8d497a54a8d0ad2c748bc0df1a00b66197101b00fff3e04a1bc2c8eb792e179ea94
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: 46
Maintainer: Debian sysvinit maintainers <debian-init-diversity@chiark.greenend.org.uk>
Architecture: amd64
Source: sysvinit
Version: 3.06-4+apertis0bv2024dev3b2
Depends: bootlogd (= 3.06-4+apertis0bv2024dev3b2)
Filename: pool/target/s/sysvinit/bootlogd-dbgsym_3.06-4+apertis0bv2024dev3b2_amd64.deb
Size: 22060
MD5sum: 8adedbeb19d9298f8dfd826e89490af8
SHA1: d227303cd6ff89ae08b5f3e3f231f23411a625df
SHA256: b7123d14ca82734346270ded4cea611058e6ef957b69ed04363d21b641f60828
SHA512: 9cf36f32f8ac01aa3716e1567eacf1157ef6b49b01dbb345a53a44799e243d36acf242d98e3ca74ba308c6081788c2934f127b5c5c35a1d28fa1351dbba9c672
Description: debug symbols for bootlogd
Auto-Built-Package: debug-symbols
Build-Ids: 4580301018632d885f53367f0eedcd59b3b61237 a0a21e323f195674f70753ab1e33fada04e4829e

Package: bpftool
Priority: optional
Section: devel
Installed-Size: 1799
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: amd64
Source: linux (6.1.37-1+apertis1bv2024dev3b1)
Version: 7.1.0+6.1.37-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libelf1 (>= 0.144), zlib1g (>= 1:1.2.3.3)
Filename: pool/target/l/linux/bpftool_7.1.0+6.1.37-1+apertis1bv2024dev3b1_amd64.deb
Size: 1437660
MD5sum: eafe9f8eef6a9e4103fdc5e056885b9b
SHA1: af9150040c51ef8687402238ed044489c6195f42
SHA256: e883e40ceb6d5a177da5c976dbdf6349a3130561bf4533767c48eb43f31ee7c0
SHA512: eb37e99b64cdda9056741a62f53426f4d29d79115c3cd5bbe812be0939a7117c2ec4993dd3c2789583b58848d1bf926d1ffbd5081a871b202a112078e75b3d84
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: 864
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: amd64
Source: linux (6.1.37-1+apertis1bv2024dev3b1)
Version: 7.1.0+6.1.37-1+apertis1bv2024dev3b1
Depends: bpftool (= 7.1.0+6.1.37-1+apertis1bv2024dev3b1)
Filename: pool/target/l/linux/bpftool-dbgsym_7.1.0+6.1.37-1+apertis1bv2024dev3b1_amd64.deb
Size: 834428
MD5sum: 952b71945ea519107cbc0218e4927a46
SHA1: 69b557555c476b4e70f8e688c0721271c2e232f9
SHA256: 629f6684a23bddcb8223014ea08d66867dff1b17a65dc3f0573e4b13ee417e54
SHA512: 38d34b5c2e1b5654321caea0d8fa7530ce03f318bbc9385700c5a02afe3b9471150650888eff29a610df565081e30ac2bc22ea6465158aa4fecd4ff6857d79b7
Description: debug symbols for bpftool
Auto-Built-Package: debug-symbols
Build-Ids: 33964dac28e01869459c28fcd527f39187b5f587

Package: brotli
Priority: optional
Section: utils
Installed-Size: 774
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: amd64
Version: 1.0.9-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/b/brotli/brotli_1.0.9-2+apertis1bv2024dev3b1_amd64.deb
Size: 275968
MD5sum: 803d524484e0b617eac853de78d363eb
SHA1: 73ff7295e044a7eda23dd78b435a61fc94daaf84
SHA256: 39f00ffad933130ddc8cb541b2f884844a5f464ff2225db3bca891eb5424f581
SHA512: f166d0a31886c6b6e6ff250f1012fe3ac14b18f60441f19f996a0a31eb3953100c50a9f2dd1a6d8797303a9fab2d55b0784de5a774a3637d1568fc821dd166b5
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: 1262
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: amd64
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_amd64.deb
Size: 1247564
MD5sum: 951d718672e3abbc2df3af387452d8c2
SHA1: f50c2c8c945a4da6958102d113786b5161f69b24
SHA256: dafab123f7c8f51eae1a16d59b90a6cc192f3f2f6d4f133bfd2b9e24426c5e87
SHA512: 42535370c3548246b62d3cb9acf885f73db0511b2e9cccdcad4e44120a196a5aed709dbec565c2baf262655579cb4f82c68919a34a7ab9687047248aa525cd92
Description: debug symbols for brotli
Auto-Built-Package: debug-symbols
Build-Ids: 0f88ae40d1938d8f2ae7e9b467c1419871b435e5

Package: bsdextrautils
Priority: optional
Section: utils
Installed-Size: 349
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 96488
MD5sum: 0d15e7f90da3a4af2637e0c1bebe7ed0
SHA1: eee117b6a7fc64d2cbebdaccf5f5823ab1b199a7
SHA256: f36d93dd8faf211c1901f0689f05ad7f31ce18ad9df311950376bb5a70d5e69e
SHA512: 27c2e093a1609ea17006b74a9b511b37e727314da6b576fcc7a203057682d77a4734d02e055f3f480c568b98f6eaa0cb5e839897f8486a8c528281160e31cee2
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: 277
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 193144
MD5sum: 04469db8a7ea9b2e892b9a055301424e
SHA1: eeb449d72051ff8365ebfc13e458618c614475fb
SHA256: e60e7ae63cfe691a2da62d41709549df7cdc98ee56b83cd5b3d64a3e2e28e411
SHA512: ddd010df295bb3128bd349d02165771e37651aa104fdf00534ea7877a04db50b5ec2c183deda6bb48af0c425d0640532a6586a7b9bddd1bfee7ee13b79814276
Description: debug symbols for bsdextrautils
Auto-Built-Package: debug-symbols
Build-Ids: 2fd2c4f127f8d663a2676abd2cf44dfe860e1857 5d365c5d38dfd97b6f8e452786cd0ed28152aec2 6c8d55eec0f24cbbc68cbf295f01de50b2989b46 8161fa469f32a1af17762d76121c0ea1f1ea733d aa9fbb7e5c054ab6329050f257120166c42aa550 b153dfad1b8839529bc9bcfb4d6a19bbb0e4b3f2 bc062ba4237fb45b06aed1066ef73a516e92ada2 c237d4105bb6a6469827d64ad3a406b0b6a0b620

Package: bsdutils
Essential: yes
Priority: required
Section: utils
Installed-Size: 367
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 104216
MD5sum: b45283c7951716f8c2a1e642e0061a65
SHA1: 9390374b1d0041ead9aed4aeabda5501588f2a80
SHA256: c0e52bc7366e4b39f015743ca8fad03bbff2ff3ec13381406d099efd134319ea
SHA512: 608a283c4b23ebe66e44d1ba579a7579e19b87a2abfab7b1a1384efc918414b285002175a97904d01f6333c979e1367c715cc9a19e03e39f0ecd5b59e9ee69fd
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: 317
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 245352
MD5sum: 96c44394ec0165a239d099fe99fc5117
SHA1: 709e3b9a1068b45756b82ee3fdb2d2f8b4c2bfae
SHA256: c056a83e916aab07c108677c115d2495e8beb9a7347a7315cafd4168b5002577
SHA512: a01de08c0fe8f4ec0d5b4fb0f71230c3d15645aa85df2ac95fe662d1fbac046643209e0a919cca8ffa7a77b2ae0bfc7dbdff48e21a1811adb02e0a5c80e70ef1
Description: debug symbols for bsdutils
Auto-Built-Package: debug-symbols
Build-Ids: 400e3b31dc662f7f803ef8a8f173c15ba03fb7e1 425e2f8f933408577accc5105948380f0d9816f4 54a8e4bcb44b6201ffb050f5dff0188c24ab02f3 8bd813414503696a852be9bb1d90dfc5ff88407b 9ed1cc4b86bf456609fd0e3bff3bff12e7580ef1 a7eebdde0294917108f1a6143abf90fecd325db1

Package: bubblewrap
Priority: optional
Section: admin
Installed-Size: 130
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Version: 0.8.0-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libselinux1 (>= 3.1~)
Recommends: procps
Filename: pool/target/b/bubblewrap/bubblewrap_0.8.0-2+apertis0bv2024dev3b1_amd64.deb
Size: 47560
MD5sum: 07049fe41c06a184de849a461ee4a8eb
SHA1: dfb20c0499e57e0b83bb246ce330b326cccf79f8
SHA256: aa31a890b0275185374d27f15d42f2309e582b16455d9a9fe9f6bf29a7bfac19
SHA512: 251576f075c650174f09700c19c98ccb6078df0da0d8339cfdfc6930b4bba3d2cbd78608b527a2e0ba8dd71a163e8bc6f39c27901a43774540b4088e741c0a3d
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: amd64
Source: bubblewrap
Version: 0.8.0-2+apertis0bv2024dev3b1
Depends: bubblewrap (= 0.8.0-2+apertis0bv2024dev3b1)
Filename: pool/target/b/bubblewrap/bubblewrap-dbgsym_0.8.0-2+apertis0bv2024dev3b1_amd64.deb
Size: 77136
MD5sum: 3ef9056b6fd6ffcbf9be9d1449a6fff8
SHA1: 70c4b42fa83773e04dc7780e05a200eee1fe6bd1
SHA256: 5c52d98bd70b7937f51b0c43cee4204cd5786ed1e9ba0442afadd5a9a6a015b1
SHA512: ae61a02c77dad188e3ac5f05e2d3ae8547dbd731a3e6c2f6e117f1a7f187ca80679a632542839f5d965aab69b66692fa7de8c156793ffe58167462f1f8816a02
Description: debug symbols for bubblewrap
Auto-Built-Package: debug-symbols
Build-Ids: ff9fb622ada1ff6ec0cc9524bf862cbd3da28140

Package: busybox
Priority: optional
Section: utils
Installed-Size: 868
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: amd64
Version: 1:1.35.0-4+apertis4bv2024dev3b1
Replaces: busybox-static
Depends: libc6 (>= 2.34)
Conflicts: busybox-static
Filename: pool/target/b/busybox/busybox_1.35.0-4+apertis4bv2024dev3b1_amd64.deb
Size: 478372
MD5sum: 1398e6ab48a310833b7e6715e8946999
SHA1: 3566e154a16fafdcf2497f6006b6768fadbfd37c
SHA256: 8549a9f49bf41bcec9bcf11f5082400dfc74db788ac3b2782d26d8f24a3958cc
SHA512: 949d82efd09907c173e4e017a0f9e2959888737eb1a9b135603f07a5b9fc5ad985571f52819df814621b250e582dd6035af08e703322d18c8e737d40e512261c
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: 1464
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: amd64
Source: busybox
Version: 1:1.35.0-4+apertis4bv2024dev3b1
Depends: busybox (= 1:1.35.0-4+apertis4bv2024dev3b1)
Filename: pool/target/b/busybox/busybox-dbgsym_1.35.0-4+apertis4bv2024dev3b1_amd64.deb
Size: 1388140
MD5sum: 42489d91fbfafc6a47c88c2c303b422c
SHA1: a07ccf45cb5862556967344d8f8ecc7cf7ec7598
SHA256: d9b5330a64fa6b3e535d5e0e51b281e730ff251faf294eba0aa1d05bb8249417
SHA512: 29def054531442750978048456af29430736a169b64d4d55f9d48e7b14d5c5626e76c7a03901a5c32ed7cbb40ded8532b614556af07d5bb63f54b261891015a8
Description: debug symbols for busybox
Auto-Built-Package: debug-symbols
Build-Ids: 2b58a77a31ed4de6b9d01bf78d94a255dba53bf3

Package: busybox-diffutils
Priority: required
Section: utils
Installed-Size: 43
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: amd64
Source: busybox
Version: 1:1.35.0-4+apertis4bv2024dev3b1
Replaces: diffutils
Provides: diffutils
Depends: busybox (>> 1:1.35.0) | busybox-static (>> 1:1.35.0), lsb-base
Conflicts: diffutils
Filename: pool/target/b/busybox/busybox-diffutils_1.35.0-4+apertis4bv2024dev3b1_amd64.deb
Size: 29228
MD5sum: b03456c1a6ee5976e11fa94ee4ad2b42
SHA1: 6131d07e463346d6b26f67ca0ea98c0fec8ab583
SHA256: 7aff48b6ac82211a5680b457637c26ed677c6a5870e759f6a3f51d63129d189c
SHA512: b76db94d2b95b7c8e79d37802ff1e119b34c3e1663b159355453f4eb76ab7f1a49b7421223279424445848e71622a43ff0b667842ac921d790226ff6647f78cb
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: amd64
Source: busybox
Version: 1:1.35.0-4+apertis4bv2024dev3b1
Replaces: grep, rgrep
Provides: grep, rgrep
Depends: busybox (>> 1:1.35.0) | busybox-static (>> 1:1.35.0), lsb-base
Conflicts: grep, rgrep
Filename: pool/target/b/busybox/busybox-grep_1.35.0-4+apertis4bv2024dev3b1_amd64.deb
Size: 29224
MD5sum: beb55ba02c7d14eed6bf00d4c5c66b38
SHA1: e7a61cc688b3d31429d7be3dbd7067b1b152fbe5
SHA256: 367510f06e0761e10fb310f91d4612ca512a5418531ad0aa5f5e1cbb3be1745c
SHA512: a97e835ff071ae32f270a434fe375e20414b5705b6d52947c9c8ff81c55bd24c36e0728183545f3daba4045ba21ac365bd847fbaeda5d6a5a187426433d8722e
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: amd64
Source: busybox
Version: 1:1.35.0-4+apertis4bv2024dev3b1
Replaces: gzip
Provides: gzip
Depends: busybox (>> 1:1.35.0) | busybox-static (>> 1:1.35.0), lsb-base
Conflicts: gzip
Filename: pool/target/b/busybox/busybox-gzip_1.35.0-4+apertis4bv2024dev3b1_amd64.deb
Size: 29232
MD5sum: 1209b55cf3d6a8fbaf497a0ff2904e0f
SHA1: fd1548122ee8f3249480aa89695d836a5c8947f4
SHA256: d4dd444e984673035fcff699936f4a1f1854c0e6020417f73d06df9f6ee5cd98
SHA512: 9bef723765eb3de3790f44fe0d0800df8e9b1e4a8f4965ac169696cc81a76124e43837e4b126260a250ca141da634d30e62a07a625b9a3dee3c1cb77b04c1be8
Description: Provides the busybox gzip implementation
 Busybox contains a basic implementation of gzip which is enough for
 the functionality required in target.
 .
 This package contains the glue to use the busybox gzip as replacement
 of GNU gzip in the system by providing the appropriate symbolic links
 and scripts.
Homepage: http://www.busybox.net

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

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

Package: busybox-sed
Essential: yes
Priority: required
Section: utils
Installed-Size: 41
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: amd64
Source: busybox
Version: 1:1.35.0-4+apertis4bv2024dev3b1
Replaces: sed
Provides: sed (= 4.1.2-8)
Depends: busybox (>> 1:1.35.0) | busybox-static (>> 1:1.35.0), lsb-base
Conflicts: sed
Filename: pool/target/b/busybox/busybox-sed_1.35.0-4+apertis4bv2024dev3b1_amd64.deb
Size: 29208
MD5sum: 720cc5eafd9beb592117a9f95ff7f67b
SHA1: 2d21108d97b8c2ebb185834f95f9e410234b6fb2
SHA256: 41711a5f40425be593b4dc91c6deaa5a4cef499b8b722e458f1631a1e46d5c52
SHA512: b753c914024841d8e53a6c5c6b5921ae0c165f3692302fe7540a00782a25dd430f0008534e497cbd4579b747917c3df2c4bd934b3f258fd4ffb438fd12fa1f4f
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: 2076
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: amd64
Source: busybox
Version: 1:1.35.0-4+apertis4bv2024dev3b1
Replaces: busybox
Provides: busybox
Conflicts: busybox
Filename: pool/target/b/busybox/busybox-static_1.35.0-4+apertis4bv2024dev3b1_amd64.deb
Size: 954088
MD5sum: 9931a6738e46b7f242f571a52552c05b
SHA1: 797fd6aa0183af34bd7bfcb91d066bfe60988ea1
SHA256: c9afa0c64cdcb2cb6046025e13ac51914fe0dc05e4dc358fda04e881eb3fbbea
SHA512: 61a20495665f838841e5ffa6d596bea9716eabd946b03a60620b35ff91767e5cd7438138f817b59c1523b53332b2614b3e0a3eca4114e97035fd25972d406181
Description: Standalone rescue shell with tons of builtin utilities
 BusyBox combines tiny versions of many common UNIX utilities into a single
 small executable. It provides minimalist replacements for the most common
 utilities you would usually find on your desktop system (i.e., ls, cp, mv,
 mount, tar, etc.).  The utilities in BusyBox generally have fewer options than
 their full-featured GNU cousins; however, the options that are included
 provide the expected functionality and behave very much like their GNU
 counterparts.
 .
 busybox-static provides you with a statically linked simple stand alone shell
 that provides all the utilities available in BusyBox. This package is
 intended to be used as a rescue shell, in the event that you screw up your
 system. Invoke "busybox sh" and you have a standalone shell ready to save
 your system from certain destruction. Invoke "busybox", and it will list the
 available builtin commands.
Built-Using: glibc (= 2.36-9+apertis3bv2024dev2b1)
Homepage: http://www.busybox.net

Package: busybox-static-dbgsym
Priority: optional
Section: debug
Installed-Size: 1674
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: amd64
Source: busybox
Version: 1:1.35.0-4+apertis4bv2024dev3b1
Depends: busybox-static (= 1:1.35.0-4+apertis4bv2024dev3b1)
Filename: pool/target/b/busybox/busybox-static-dbgsym_1.35.0-4+apertis4bv2024dev3b1_amd64.deb
Size: 1505292
MD5sum: 830de1eabdca559ebb8c5ceee265237c
SHA1: 3b2a7c268df12e4c9497887976271deea7090488
SHA256: 0826134145c0b6a0dcde2a051d62f663f72b5fe8f7dd1bea6db159ddfcf1f6e6
SHA512: 017b63a7f9af0e4b7b40eb11e91b341d0e570f3878d3436f24e19bc9e39389755d7a35ed0801a2079cd1515e2a960e584aa22f20f52e51ac8e2e0386bc923e7c
Description: debug symbols for busybox-static
Auto-Built-Package: debug-symbols
Build-Ids: b1d7e64595b4802407b075d8e29e951ef21f124a

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: 114
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Architecture: amd64
Version: 1.0.8-5+apertis0bv2024dev3b1
Replaces: libbz2 (<< 0.9.5d-3)
Depends: libbz2-1.0 (= 1.0.8-5+apertis0bv2024dev3b1), libc6 (>= 2.34)
Suggests: bzip2-doc
Filename: pool/target/b/bzip2/bzip2_1.0.8-5+apertis0bv2024dev3b1_amd64.deb
Size: 42408
MD5sum: 2d35e6e4ea108f86a4c05b51f212a0db
SHA1: c5cae83e70beb445ce3db4f85b2ec143e50e9684
SHA256: 8b63be1b72ff95c0771859a5eec0d2a8b2ca9dcfcb88060d035000c0242b14dc
SHA512: 5566a3db4e732aa05a0ecc89539ffd7a09d006dbf862ac019c4c3c1860b1020875ca2dfe8af0b50eeb8146544c46ae75d21e8a17a5f910896a052f4252a3aac9
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: 62
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Architecture: amd64
Source: bzip2
Version: 1.0.8-5+apertis0bv2024dev3b1
Depends: bzip2 (= 1.0.8-5+apertis0bv2024dev3b1)
Filename: pool/target/b/bzip2/bzip2-dbgsym_1.0.8-5+apertis0bv2024dev3b1_amd64.deb
Size: 36596
MD5sum: 8c9195a98baf65cb39aaee9b8dd1f773
SHA1: f8978e2172b9bc8a154ba842ef67daaa44392423
SHA256: 55f98ccd7c17e369267cb027f70e3e0f1701ba23e09d38c0240c326b01996330
SHA512: 59e9b9fa6373b769fee67cb4d230f02fd7e626132ab7f8d03f711d13e7e58c56133125d5ac4e60dcf1d75c33facca9d1fad5c8b03c0cda091d84dfd65df7dbeb
Description: debug symbols for bzip2
Auto-Built-Package: debug-symbols
Build-Ids: 45f7cdd4083536f81754b2625968ba64759b1016 f3e863b2310af752c7227afd32ed7e4fd694bbc3

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

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

Package: caca-utils
Priority: optional
Section: utils
Installed-Size: 426
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 55256
MD5sum: c8ece1058ab7306f92d0d5d6942c0ea3
SHA1: 7a7610e9d9ba6176dbbf363282d4fe3ade55996b
SHA256: 3a767be21b92c8ed9a5eb76de0c233978aecf36941bf3aff90db6f8f1c9b779d
SHA512: 84c17961a0df0725eeb6e93758ca60f3c3a60a632bb4e8be23e822ec2c5a4c9ee24a03dae9879e8ed5a4b1042ac78ccd8f90537d49013d44e071924c3439011c
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: 125
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 61264
MD5sum: 6c01ebef4362f6b41858a2d5b02ac179
SHA1: b8f101cf9397bcdb0668155c366a7bb1a93869be
SHA256: 107ba2e6041283cac707d165933783428201ce2ad4204aae8bb423ba2d67b6ac
SHA512: e2234f829ee79299d41ddaadc66b7fef086ba8d25d5494e13bd21c2feabe35db6f85bc9d5963a3f0034068dd957b3d41e7d4abfccbe01dbfd3570067cc8ff802
Description: debug symbols for caca-utils
Auto-Built-Package: debug-symbols
Build-Ids: 16f242d582f4743d4e3a08f5be6a9503670f7675 2f72b0f29f026e4092f1985bd5c5a13a69fadbdf 4259a430ec417f0ab2532af575a1a2efd1380eac 453dd3e4f4e9db62b6fdeb24d980003b3a745437 67c8826d4f41cf3b3b9daefc9a8370e3cde3ac91 7724d9ccc6c09d2ca6e402e618833bc697f02708 b3de6f15f450adcb7ce6c2b4d95cd3bd1ca9ecb0

Package: cairo-perf-utils
Priority: optional
Section: misc
Installed-Size: 1930
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 549580
MD5sum: 5331b3991f74c2f6e2374aae2a8f0dce
SHA1: f7de95af37446e924d5e3ba3a4e20e20d55b8e52
SHA256: ddc6e71ddf8571f84edc994a77f16e2fa392de081bf49bd98b8669e0582c00fb
SHA512: 640fa4e52328add04311411e68ce61e3a34ad871875f367e9180615f88b0ca9b67e34e81bf3277b8e09e55139de0c48ac18ea8c9ea5b5d2c9b859f294db1be65
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: 579
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 449356
MD5sum: 3761871fe5f521a9dd38c75eb43d734c
SHA1: beef8c40cef47b226159be2da9fdad82af08216b
SHA256: 9f17e5b7af52a9299f81112f661a1ca075e5a6623824ee40caf61dd172b44f92
SHA512: c9645289704d44d84251c55b1b982ea44cccc8223b9400cca70c7603299661c66685c2eb73c11ed46f25ab3a7582bcf4c8f7393dc655fe8fb5f85f6bb7940ad6
Description: debug symbols for cairo-perf-utils
Auto-Built-Package: debug-symbols
Build-Ids: 0a5c04a1bc08cf53d1fc1b956869924e4d76b9a4 3bce43ebacf6802a38a43d19f73b323a9665687f 6dd42fecbe29a5d9f7561ebbe9c3410a315ebf95 77c2abd2914e6f217da51853a86c906613af3189 968e07bc7aa36602bb9f3d22bbe698dbc7de459b c12a8e42ae9ca0f56f8e4fac171906403b159594 f2efb0844441148e5869268ea6ab27c5fd732a1e fabf036929c831cf65af77dc3689ba02ecae3956

Package: casync
Priority: optional
Section: utils
Installed-Size: 511
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 173568
MD5sum: 3370a79ef9cedf88049c45774191770c
SHA1: b8ef6846293261ce348906cd3b58df9ddf8ffe6a
SHA256: e81fd1971ff72e3149ba4218243fdc5e81cc07a4f3ec2c5b6b3b9c7e0be13127
SHA512: a7321d616ec39eeb4f3717d02a4f5d5d93780a39b71243159dd0aca11301237e3c1be0b97aa27370b2490da0a140a53bab000c2a21aeb7b978ef00394ef10395
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: 730
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: casync
Version: 2+20201210-1+apertis1bv2024dev2b2
Depends: casync (= 2+20201210-1+apertis1bv2024dev2b2)
Filename: pool/target/c/casync/casync-dbgsym_2+20201210-1+apertis1bv2024dev2b2_amd64.deb
Size: 664376
MD5sum: 27105e419efa82c30d34594eddf396b3
SHA1: 7c398a5c622f424f308b0a4b24cb9a7fa0e6ee07
SHA256: f77daa7b845453285f202d9f4ffb43b6ea83433435cfb6ef290bda8b298dc3d5
SHA512: 7739c0d7c13c352f0afa96fca4e18fa26d4d8ca8b78177e2b1ac9cf2abb5b7ed271d224aaa5f8ffc7e1febea5fbfba3765ef740b93962a1b8dab07ba619cc4a8
Description: debug symbols for casync
Auto-Built-Package: debug-symbols
Build-Ids: 3c97faf177dba09888c5cd3823af547dea821e3d cc97f3fce0cd4ae58843fb9182359cb7ae652833

Package: cdebconf
Priority: optional
Section: utils
Installed-Size: 546
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 137348
MD5sum: fba80715472d258178072526dcbde131
SHA1: a6b9f9138edbc778da66a5bf535a265fb7f53415
SHA256: 4e9e5a1603f2335a7815f9e14f78762b3c84bffc9c86d3604a79564750d59869
SHA512: 29a013e667cda74354506ef65502ede2af12a33d9d8061629e40a230f394b2b495255df75f03324e9e55f6cefd7c2e9020c04d5ba908a11a8ab7359235f797fa
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: 440
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: amd64
Source: cdebconf
Version: 0.270+apertis0bv2024dev3b2
Depends: cdebconf (= 0.270+apertis0bv2024dev3b2)
Filename: pool/target/c/cdebconf/cdebconf-dbgsym_0.270+apertis0bv2024dev3b2_amd64.deb
Size: 294472
MD5sum: 46d401a0ef9c7df5220b7812a49ff2eb
SHA1: 7112dda0a6500bc97d632bcc3a94ef61714aa5af
SHA256: 6a17bf6375215836aa5df87edb77e6f39c3ce991276076450b4bcf9938cba2b5
SHA512: 1a66e5bac8a1006e2af49f6352a0ebb042ea8f507ed6269de6afb3e57882ea20e6c93ca5073565e56e9a729ce11c90ea8b9873381d4bce774c1a9cd335caaf45
Description: debug symbols for cdebconf
Auto-Built-Package: debug-symbols
Build-Ids: 01f489f126d0ceb30f6506e2cdde4a8a80083ea7 0629bd565e7885416110096681532e7c80799ccf 0f5ac4617dd0cca2df6403fc55f2d5f50dd55dc8 2256cdf0c7d3d1be3a434fd1fff511004ad989f7 27705bfc1e386da1e6f4c918762302ec364b8dc4 28c5b2c384fff404cc01cb8fa0b2554c71201cd1 2f91b234bb521eeb96990161094ddf49a48d3c4f 3c5496931478b3569783ee88640be901b39e05f6 6015a97f68bf3e8af8a3b7f87b6db9d12a707843 70e826e3d84fc19bedff225fb478d4d13d6acbf9 749562ea8f027fdf38d19ec14d21a9b37ab8a87d 7841fd2e2d726a0c290f84c5181a3cb2f109d5e2 7a9d36eb4d2cae14b01f486ace98a5c6520180ba 7b57dc21a6bba41bf169dba2366ea006076c0840 e02b7bb880bef8e8c5b1bf60f3d4d32edf7c1396 e6ded5c3e85371ee1374a0cb8fbe4352a8e37eea e7873f4307f7a389bf3cff791a13e2484888a7ad fbee1cb58ceb3ef5a0ca80b7e9b2596980186362

Package: cdebconf-gtk
Priority: optional
Section: admin
Installed-Size: 128
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: amd64
Source: cdebconf
Version: 0.270+apertis0bv2024dev3b2
Depends: cdebconf, libc6 (>= 2.4), 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_amd64.deb
Size: 36664
MD5sum: 078fe6800aedf2c3e95ebccb8716f163
SHA1: d82802d5ca620bc546ceaa9eb3a73e8f5697fcba
SHA256: 90ae7d7c831b3ffc4f88c016790d2c9c9f44c772c6223e58e3e2950962494f97
SHA512: eced5f23060fc347f4a5af7c8da7877c0e206e366847aa3928fee5c5d414f86eecdce8f5577865369705f310ba870eacc1de4aa0e89a6202428bbc73eb6afebc
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: 136
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: amd64
Source: cdebconf
Version: 0.270+apertis0bv2024dev3b2
Depends: cdebconf-gtk (= 0.270+apertis0bv2024dev3b2)
Filename: pool/target/c/cdebconf/cdebconf-gtk-dbgsym_0.270+apertis0bv2024dev3b2_amd64.deb
Size: 110904
MD5sum: ea3bf1213df0a6677e9686c6fdaa3824
SHA1: 319e5e156a4529fd51d7248fc5511787012ff0f4
SHA256: 3e2985c7ed90c7733027f2b3256fd6fea24db3f3d4f26137fed3fcf531054038
SHA512: 5710e0628840ef9667faca7f33b2af9130a50c56d9a5e31748b3e88336b0aaa68a04c1314d965a77573a03f45162b77d3b05f743a1fe54d068efc7179b231ece
Description: debug symbols for cdebconf-gtk
Auto-Built-Package: debug-symbols
Build-Ids: 1dd0687ab8dbd8afdb9386fdc551496ec20195bc

Package: cdparanoia
Priority: optional
Section: sound
Installed-Size: 96
Maintainer: Optical Media Tools Team <pkg-opt-media-team@lists.alioth.debian.org>
Architecture: amd64
Version: 3.10.2+debian-14+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libcdparanoia0 (>= 3.10.2+debian)
Filename: pool/target/c/cdparanoia/cdparanoia_3.10.2+debian-14+apertis0bv2024dev3b1_amd64.deb
Size: 39504
MD5sum: 4881f83cb2f2a948bdc4a5f74277a3fa
SHA1: 30749ddc7ad9b32235f04b336855b3770a657245
SHA256: 49ce9473f18899cc0f272bbbc2d86a3de7af0929f117b7e672dc6a8aa00677fc
SHA512: 436d80fe52d4c41a746b05a67b602c8e8dc730d77484c755f7a38307910ad064d037dd2fccc311b83d2cf8ee3ce55d959cbd959f76df783a6e30bcd211709b1b
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: 59
Maintainer: Optical Media Tools Team <pkg-opt-media-team@lists.alioth.debian.org>
Architecture: amd64
Source: cdparanoia
Version: 3.10.2+debian-14+apertis0bv2024dev3b1
Depends: cdparanoia (= 3.10.2+debian-14+apertis0bv2024dev3b1)
Filename: pool/target/c/cdparanoia/cdparanoia-dbgsym_3.10.2+debian-14+apertis0bv2024dev3b1_amd64.deb
Size: 43864
MD5sum: b943a2cb92b4c6e8cbab708fe36b2f5a
SHA1: 37fdf1cbccb1eac2d1c4f41b140f30eed86a6656
SHA256: 84931daa08d8c5f972ba1188198a1ef7101472d119ec03e5015ec4074d93b450
SHA512: 030283de7607f91ed47d6b6afaf1ad79802ff79d29ed75c2b1665292485364a63f3cac1ff32e3dcbd15e46ef235000b1fdb523c9e8a040df8cd6d160a0c349a0
Description: debug symbols for cdparanoia
Auto-Built-Package: debug-symbols
Build-Ids: b1426ae4342d990558e00cf3738ec3af1a98bf97

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

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

Package: clang-15
Priority: optional
Section: devel
Installed-Size: 533
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Provides: c++-compiler, c-compiler, objc-compiler
Depends: libc6 (>= 2.34), libclang-cpp15 (>= 1:15.0.6), libgcc-s1 (>= 3.0), libllvm15, libstdc++6 (>= 11), libstdc++-12-dev, libgcc-12-dev, libobjc-12-dev, libclang-common-15-dev (= 1:15.0.6-4+apertis1bv2024dev2b1), llvm-15-linker-tools (= 1:15.0.6-4+apertis1bv2024dev2b1), libclang1-15 (= 1:15.0.6-4+apertis1bv2024dev2b1), libc6-dev, binutils
Recommends: llvm-15-dev, python3
Suggests: clang-15-doc, wasi-libc
Filename: pool/target/l/llvm-toolchain-15/clang-15_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 282100
MD5sum: 47e3f72708f2de1b4bfb0b0951edce59
SHA1: 6479cd758eafab0addbe716592a6d0a19550e9c0
SHA256: d49941aa7b0736162742bf1b2612db8bd0b79045b42d06464e24281ca6900993
SHA512: 29181307ba3f04b5f34e19eaf38b89e2e6b981ae1e4ad60fd665b9a0914312ae23a8d15b7fe0ef5f0c11414683306dc45d9546146c557d334f796baef38a7732
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: 54
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: clang-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/clang-15-dbgsym_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 10568
MD5sum: d1b1901c592c314100456e9ec9e96978
SHA1: 9d61c5b7f1281fc02f6ff918377956ae3adcc633
SHA256: e65dd056ac767ff7e4a1620f2e14e5c40e840fc20f1d7e02ac2365af13fc244d
SHA512: bbd150dd2c796b889232449cdd47ad507ae27dad72a3306d807e1a3e5897d809016cda61f82591f1dc6fee706540710dcf31beb26bf44823b2c732cc6bffc325
Description: debug symbols for clang-15
Auto-Built-Package: debug-symbols
Build-Ids: e9da7d018cd5b5107ee3680abf409729995c9c06

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

Package: clang-15-examples
Priority: optional
Section: doc
Installed-Size: 243
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Filename: pool/target/l/llvm-toolchain-15/clang-15-examples_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 216448
MD5sum: 9a76f966fe6237fb7a63766eb48a5482
SHA1: 940d757a04d06f133a1e53aa6ec0d107638f589e
SHA256: bf97d651ff0e8ee654df70f0f6002cb20f34725e90e71847bbb77284d3200d50
SHA512: 2ae017b604c8ca2e1bc4ce7c836d354d9acdb7cbd5295c2c865ffda9c12d435cf115e3572fb07e0e6f3c76608fbb05147c25aa3bf2143ee6e369b92afdfb1420
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: 390
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libclang-cpp15 (>= 1:15.0.6), libgcc-s1 (>= 3.0), libllvm15 (= 1:15.0.6-4+apertis1bv2024dev2b1), libstdc++6 (>= 11), python3
Filename: pool/target/l/llvm-toolchain-15/clang-format-15_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 255064
MD5sum: 2e33b357fbac9bb59086e86aa83fd677
SHA1: 7cd453cf3bf3ddd11909c445bcdaf95d244cda60
SHA256: 1189da195c83664f3aff7f2c2c4b9edcc7033a4733c6faadd53a7069a04640ff
SHA512: eb5eb6e89219c8e558d48f610014bd2530abf8883dc1e403eb13422686a8e3a2d3057e65dd2e7bbce88e7473b43bf64c9727ea88afc00275d75b098fdc385802
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: 45
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: clang-format-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/clang-format-15-dbgsym_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 8080
MD5sum: 63e264d5697a437bd6669ab5f70dc936
SHA1: 96ccff94c959891fb088066777d9b203eb2157dd
SHA256: 83cfd9a8c831edede5b65fd43c758166bafdd0c0e4d9cb2ddebd74b37e770130
SHA512: 14a153bc4d8ff49d9a3df1fa4862c97003be4e86869c0c46c7938ddc71b9dc2c068d3607c09486f6a11481c1622def51a0c22f9c8296361a6035cd15a43d1722
Description: debug symbols for clang-format-15
Auto-Built-Package: debug-symbols
Build-Ids: bc814733273a612bec33d4f121225ff9d41c84b2

Package: clang-tidy-15
Priority: optional
Section: devel
Installed-Size: 26336
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libclang-cpp15 (>= 1:15.0.6), libgcc-s1 (>= 3.0), libllvm15 (= 1:15.0.6-4+apertis1bv2024dev2b1), libstdc++6 (>= 11), python3, libclang-common-15-dev, clang-tools-15, python3-yaml
Filename: pool/target/l/llvm-toolchain-15/clang-tidy-15_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 4221340
MD5sum: d8cc25b038cdd884a94d7d14b01a91c3
SHA1: f9f96ae0b6af2afe8977529f7cefa7225d7fde3a
SHA256: 65272af789e2b3aa2bfb1852dc69f6f44f7c3fa3116950cfcf057f11811a8c88
SHA512: 32879a8da349b42f50cf7169c91b615856c5acc4c88900740c8d786ac1957a20e22c0b857666e2cab1bd383465a53aa18d437f40bab2e37434f7d652a161435f
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: 5892
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: clang-tidy-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/clang-tidy-15-dbgsym_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 482708
MD5sum: d615dbdcb6194c765207e39e601b1729
SHA1: d8a0959ce2dba3e3c757e9460bb8ab3527feb38f
SHA256: 1ffaa96a0057c0aaef79052ec4fbfab66283bf7f7b10bbb50e9f1c7f50794b37
SHA512: a5f66c852b995cd96dd7d65344e448a54eaea565124e380af46eb4be43ae2ca6a6a116d74f99ace19c538fa5f68b1f01e884b6dbcfc96d3be94504dc141720b4
Description: debug symbols for clang-tidy-15
Auto-Built-Package: debug-symbols
Build-Ids: ce567b1a7609fe777524a45be465d3afa21ce2ff

Package: clang-tools-15
Priority: optional
Section: devel
Installed-Size: 35573
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libclang-cpp15 (>= 1:15.0.6), libclang1-15 (>= 1:15.0.6-4+apertis1bv2024dev2b1), libgcc-s1 (>= 3.0), libllvm15, libstdc++6 (>= 11), libxml2 (>= 2.7.4), clang-15 (= 1:15.0.6-4+apertis1bv2024dev2b1), python3
Filename: pool/target/l/llvm-toolchain-15/clang-tools-15_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 7257784
MD5sum: 3d5e53700d32f573e084ec074790132e
SHA1: badc0025f6a3cb33234c495474d4bb6e9baaa551
SHA256: cfa64a7c56e37934f29f19358c5af4588e203b802a9ed4feaa7ca963e33d2dc2
SHA512: e93310fcb2204a82c883b5862bb64739aa13a683236e4bbf8ad2a13b3784fd80c8a086bbc3f29fa3e55dc30b4f18b5ec75bf41fd06d1f4fe952974aa2efb6365
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: 7270
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: clang-tools-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/clang-tools-15-dbgsym_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 691896
MD5sum: 90245af7d2ead4584e945fea25c5d375
SHA1: 672f8c87b7d423e001a77690529bc8245007348a
SHA256: 949a6d49be461fca24a37d2737ab9d25b607a3bab5df0764522613b28c24f607
SHA512: 6ffcd1eba7dfed060b2aadf66d469c490fc02c68098407e3294e880778ea6a5a7d4ff80d0f5339b68c1c9958e6ec7a79e98bda4dafb5ce7a04169f9d39cd6b0a
Description: debug symbols for clang-tools-15
Auto-Built-Package: debug-symbols
Build-Ids: 062727fe5bd7f1f0a297f6aa2edcaf755756a964 0878ba8f798471ce4c7d9311ec8289555a903b68 1dc0e9fa18446edbf4e5889167cb82e2cd5ba2c7 26086d0e51005f7d5cf3298c7ff1ef784bd7c109 26e6d1f61f0458a1a7fb9c12b43bc8c380c6a445 2d4574f6343f3c5c7248055b3a35fd8046447c6a 33a6cd66d65af83ddda037d07fcece0749c4c657 3ececde553336b81742445c791451c143a5f1301 410f37f498fdbe3892ed6b6945215fcda02708c7 4a59586bc8ec0d3b23e8cf5e6be921204e4c0bbb 4ab947b7d64629ff2ea3427f186ca6f3b1e9e1c7 581d6d126c15d86e30129fc5a3c3a9a2e86719d4 587b38d769b39007161d7f256c4e81ba5c323c7e 6460393718a731c541621c6195c7dbf1e7185c47 6bf9bcb7c68b5bcacd09a48b3e93fca05c57efe0 6cab4869e16612c1e92e1b47e9b54d8a1e90ea7e 92dddec105d464858fec0fb5fb00e20ff9a521cc 92ffcb24aa652ff103f465de9f5af2d5eb17ef5d a62f4b71167a4c3892fc09b7eecbf97540cbf30e c29f9b87d7bab94b16bc090285498cd0895d1b81 c99f1044bbce83a021c18a63dd4948bb553072bf d089c9e60cd87274ddeab5db30a6b3af956e0f4b d6741427a64475b6cdd322feb4efe7ae1f888d03 e34c61d05c351c49e3d1e1fdfe5cb5a8eef386f5 f0fa317c4c37d17adc3d3dab55d4c3aa10288a73

Package: clangd-15
Priority: optional
Section: devel
Installed-Size: 23842
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libabsl20220623 (>= 0~20220623.0-1), libc6 (>= 2.34), libclang-cpp15 (>= 1:15.0.6), libgcc-s1 (>= 3.0), libgrpc++1.51 (>= 1.51.1), libgrpc29 (>= 1.51.1), libllvm15, libprotobuf32 (>= 3.21.12), libstdc++6 (>= 12), libclang-common-15-dev (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/clangd-15_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 4902740
MD5sum: eb133ad8831f61e66414f2a6c74ac515
SHA1: 4d3492dfaf0410b04f267cd205a58a253a6fb755
SHA256: 163436898699742427946f734816edd8e96d356491e69fb3580a63fb70d029e4
SHA512: 63151e106a66f4353cc05e48c554ffda136e54d524b4cdc718377d659dd17173453e889f498c7f7205f11303b05499ef91a9a36de3a01ffbdc30901a0e0b3e85
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: 7770
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: clangd-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/clangd-15-dbgsym_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 599404
MD5sum: 89d85d20329fdd2e1d1d171e5039b883
SHA1: e022a20aadb5b4598ff4c950c8ca487decbb72a6
SHA256: e5aa3a38ccdbeaeb4aeaedd981dc16862f627e2a4a2ff02ffee005420791d38b
SHA512: b400679218614344923b586e3697d8f44cacc0cd333ff6da0d856777db9ca4e34cdee9f7670763f014fcad38a2b8e600135de64e8482df07bed9c3276cf1c41f
Description: debug symbols for clangd-15
Auto-Built-Package: debug-symbols
Build-Ids: 2f5d8a5e6e47ddb984a7d5dd43b35fdeec54e647

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

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

Package: colord-dbgsym
Priority: optional
Section: debug
Installed-Size: 555
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: amd64
Source: colord
Version: 1.4.6-2.2+apertis1bv2024dev3b1
Depends: colord (= 1.4.6-2.2+apertis1bv2024dev3b1)
Filename: pool/target/c/colord/colord-dbgsym_1.4.6-2.2+apertis1bv2024dev3b1_amd64.deb
Size: 399484
MD5sum: c7e8eca03a480fc4ee3f7767f276d878
SHA1: 62413fced0d4d94ce4987c0c0fb6fc21ceb926bb
SHA256: cca3a0768271eda41fdf83105b8873e02371c875cda48dba7a8ae2f1c3ff1d90
SHA512: cba49b799b38f7fd5ac054d048e575eaf434556f9fbace33053e4db67cd8dc88e39148c7df932ee38336f44ee05c2dc68671db11dfe66c363b2c1730cf00d071
Description: debug symbols for colord
Auto-Built-Package: debug-symbols
Build-Ids: 214ebe4bbb26f0e989338508ff44aa9d2eb41717 23e085841db271982d10f9fc8b8ec017e755c0fc 2f70e1c33e64e795860267a67585ffd79d007d2e 3e49a953616ffcf59b78d0e645d3ac529b25bc45 453d36b13281cf91832b3359443b1bf3783019cc 45a3b24063b62e8d87df311e074d129d50d98059 47aaf322cb7784f099005bc899c860cdf7c7d29e 49c4e496ceeaa0db29dc80dbacb221720a322611 6f149a12e4c9baa80fe4a138a0b642bd2f33394f 91e38b832b0e2cf87a5e534a855d579d489a2f8b 9543e2e17dd8e5bd6143de8983edb7edf26b2fc5 d518764c5452fee6f2c4ebe51d9de5924b1d3f67 ea54b2b79c7a2a36674463781d089a41129e6bc6 eaa6e78c62661eee3a682382e598fdfe6d81effd f36a39f2ae40eba3fd03e8354342880089235e40

Package: colord-sensor-argyll
Priority: optional
Section: graphics
Installed-Size: 66
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: amd64
Source: colord
Version: 1.4.6-2.2+apertis1bv2024dev3b1
Replaces: colord (<< 1.2.11-1~)
Depends: argyll, colord, libc6 (>= 2.28), libglib2.0-0 (>= 2.58)
Breaks: colord (<< 1.2.11-1~)
Filename: pool/target/c/colord/colord-sensor-argyll_1.4.6-2.2+apertis1bv2024dev3b1_amd64.deb
Size: 21008
MD5sum: 0e33361fddf8fe57032057cf13af3f6e
SHA1: 3018272d12bc37cfe1cff7e2b9b271df86f96ee6
SHA256: 5c32d04f30eba6f10dfb55801354d22933accf04662e442e640cb473fff0ed9d
SHA512: 633ae52335d906356865b858d5c3e7324d168ce6ef05a78e943110c0918398fa68638ae6caf183fc3da6f56e0ebbe38c7101034ae511c66b6a59c41b02f13453
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: 40
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: amd64
Source: colord
Version: 1.4.6-2.2+apertis1bv2024dev3b1
Depends: colord-sensor-argyll (= 1.4.6-2.2+apertis1bv2024dev3b1)
Filename: pool/target/c/colord/colord-sensor-argyll-dbgsym_1.4.6-2.2+apertis1bv2024dev3b1_amd64.deb
Size: 24616
MD5sum: e6022a42144c83ff8ec8be41ce861544
SHA1: bf8c682c2bf06bfebd0fdca00fe32b5e7fb61f0b
SHA256: 871790114f5b11422dcbc3f1bede9bb51ad6fbbe7070e2042df121dda55cd691
SHA512: f95033d80d2b9b8aa5beef5e463b46e7be206aface4cc42c72cbde0b743a29dcc237a9e29777781bb57ab347c4a1bde0341a6a94be48a9e187f28f19de5637a8
Description: debug symbols for colord-sensor-argyll
Auto-Built-Package: debug-symbols
Build-Ids: 22a953bfebcd30f7ac09897c910dba4b240b2e0c

Package: colord-tests
Priority: optional
Section: graphics
Installed-Size: 307
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: amd64
Source: colord
Version: 1.4.6-2.2+apertis1bv2024dev3b1
Depends: colord, libc6 (>= 2.34), libcolord2 (>= 1.4.3), libglib2.0-0 (>= 2.58), liblcms2-2 (>= 2.2+git20110628)
Filename: pool/target/c/colord/colord-tests_1.4.6-2.2+apertis1bv2024dev3b1_amd64.deb
Size: 91896
MD5sum: cb392f5180af5edd1cb5e63be658316c
SHA1: 67a315fa2fe0e2410e4a048a96c9b70f95aec57d
SHA256: 267ec21ce35770ccda2475e3779dfe87bdc7e595f7672dd1a828a13deb5d817b
SHA512: 3232611320cfb7fa19bf07cf7e7998575e2335ca1764526b57bb5a41dfa3220c61bc417bef5895b33d42f2d1afe64d67b29de2ed800ce5016db7e3caf8fcc20e
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: 179
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: amd64
Source: colord
Version: 1.4.6-2.2+apertis1bv2024dev3b1
Depends: colord-tests (= 1.4.6-2.2+apertis1bv2024dev3b1)
Filename: pool/target/c/colord/colord-tests-dbgsym_1.4.6-2.2+apertis1bv2024dev3b1_amd64.deb
Size: 141204
MD5sum: e2047ea19ac1aae015ec53f476bf9adf
SHA1: 896568a2f0226abe221f4952dc107feb958108f5
SHA256: 91b87969056fa0f2bb14f518427c2aa7c7cc0798d7c9f9d435fdd4481761e100
SHA512: 129ff2daee3bc6822d95a0bad0f760a799fbeaa4424414f4606155277cee0aab5c03bbcb67851e4355172577c0deb76cc097ab900e85c6aad03a4d855e3c6691
Description: debug symbols for colord-tests
Auto-Built-Package: debug-symbols
Build-Ids: 40342a03bb339f07514a67dc1887048a9c7a8460 a8e9c5c3697fc2f947feafcdd6bd2d55b3f83c42

Package: comerr-dev
Priority: optional
Section: libdevel
Installed-Size: 149
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: amd64
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_amd64.deb
Size: 57984
MD5sum: 2111121883aa85f1440bd2a2fb384276
SHA1: 2c332d83d119d3e36270621174daa3f055084d1b
SHA256: ebd4434bb58504fd682c21e29f55f3d7aca7992a42ba36c21988b4bc79b9a08b
SHA512: b2f28215641a097f4f1c1cb4485767e3d5bb44f80a6a7da31f09e70243919596d30fce680c6cef4527a6a979e11213ba1616ad7bb78f7379400c45774dec467f
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: 175
Maintainer: Podman Packaging Team <team+podman@tracker.debian.org>
Architecture: amd64
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_amd64.deb
Size: 38348
MD5sum: ff7bd446826537895d5e0a440fee95f8
SHA1: 5b32e0882e67bc4451b75bddfbdb1f79c023f4a3
SHA256: f6b8884636a7df3603715afc1471f9bc4f1dc43f46982cdef71ab22965e49dfa
SHA512: 0997ce148f9ea60f92cbe9c199859bd3ddce6ea7935b6f1da6ed5d4e26f212e77af45891cd01497729eb5a14f7ec7417d767c6d78a857e8a15a34663cce2eaf1
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: 110
Maintainer: Podman Packaging Team <team+podman@tracker.debian.org>
Architecture: amd64
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_amd64.deb
Size: 88732
MD5sum: aa634658f5dfd8e9efabc9341b60c7a6
SHA1: 8ceef1b1347d4cfb93bf0c956db5c5f9292ea759
SHA256: affa8a16cd0e6d3c5cd66515a97a0efa8fd3780f526fde352fc43bc8f6b8100d
SHA512: a42c3dcfb3ed5fef534bdccca1fcbdcde072d24864608b3ce1cc75d3ef4c8fb70e711e943ac2bc8fe5fdec28617da6ae0065769b2b3675a53c332b11c2c7f35d
Description: debug symbols for conmon
Auto-Built-Package: debug-symbols
Build-Ids: 3f6d0a30803c7058743b0a271a0480c8a85e07cd

Package: connman
Priority: optional
Section: net
Installed-Size: 1271
Maintainer: Vignesh Raman <vignesh.raman@collabora.com>
Architecture: amd64
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_amd64.deb
Size: 433352
MD5sum: a72d1bfc546465638969d5759cb636bc
SHA1: b5fad0fadcc315edd71d853f0bdecbf8947ee1fc
SHA256: bdc7c9ce08bd1b3b5b37cdfa6a51d5f4e34b521d91c4a0b17f0644a96c473e0c
SHA512: 507d1467a0a7573a19bdaf3f2fa0ec72b7f5e4cea77c1265c2489d7609f9dfff07783d4408685c5ecd17d6d2d0b86fd1151fbb8c8fd2b9d6184c861db1e316b5
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: 1520
Maintainer: Vignesh Raman <vignesh.raman@collabora.com>
Architecture: amd64
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_amd64.deb
Size: 1327732
MD5sum: fc407c2fa528d80e33a10442890b2138
SHA1: a416943528373b4a9edee12c29b93f7db9c721aa
SHA256: b0387d2c68fe52e324cb4ac71b50fcbd62a7e5b0e4b5342ec29a7617813a40a0
SHA512: 98d4b801ccf545f619251b1f71ec712af4ee03e7efcc54ab0d082339b3cb65b5a1f356dbadbc104fda812ecdf083817498d06c657d213752b346baab61ae8c7b
Description: debug symbols for connman
Auto-Built-Package: debug-symbols
Build-Ids: 801837e48d685e4f15a388f4f77c86be21ec57e3 894bb46626587d038d0f296e47239098306a2c1d de7221223708bd10c62ad5f0624cac44756c41e4

Package: connman-dev
Priority: optional
Section: devel
Installed-Size: 98
Maintainer: Vignesh Raman <vignesh.raman@collabora.com>
Architecture: amd64
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_amd64.deb
Size: 27112
MD5sum: 48534bf86207ad09fe719843f7236361
SHA1: b67eb64a39a0049ac2fb665b46442dce8ce6cee1
SHA256: f4fd23fe0a3d56ac91caad5759155aaf89528c9afe1117c53d382da328285731
SHA512: 5a0e7e05f311f15b7baac7c00414221b0c25a5049e46b0a2f1dcc31b3d396728d069aa4918b31aaf2589580a23e339f9bca1a8b9fe0cf97e06a1b19a574efe34
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: 493
Maintainer: Vignesh Raman <vignesh.raman@collabora.com>
Architecture: amd64
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_amd64.deb
Size: 145192
MD5sum: c5887e49d7f2016cd235c784abc62982
SHA1: 5b4e3fb52565ae968c57e033f519da5e6b4935f0
SHA256: 3a1914c72278f75c53f86b44cfd793741ca8b8bb16f9c54c552bdf0706030d1e
SHA512: 0b1ca816a00054f6187ba01067f4e42dea26b35e91aa43ffde6eed06a6bfbbda81f9c5dcfb469d2412dd5108f3993a52c7d91e1c9faf326ab234c8fd2c97eebf
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: 525
Maintainer: Vignesh Raman <vignesh.raman@collabora.com>
Architecture: amd64
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_amd64.deb
Size: 411536
MD5sum: 08e3e9b7245b195e4d3a02e72853fb2a
SHA1: eb3d326b298ecadab79ad3ff19c830dfc636f219
SHA256: c00cf6c1c618cf44b1c11d936d4727d1a9e87b589f2bfeca8002f5ce6c935b46
SHA512: 540b8ca5ecf12261d850721509e9e95443da04f7cc6a6c5a6cee8e4aa6e4e4e37ccfa3f7cf3c3641ae7e19b0abb208a60b2fe0faaaed244e4034bd71e18b7ef5
Description: debug symbols for connman-vpn
Auto-Built-Package: debug-symbols
Build-Ids: 27cc90eb1d7e9e4310eec15110cb3e1faf466d20 28c344657fd72afb6e00d5eb524a9a8dd0210ee1 574c9d94cb970ac95624672e5f7ed309ef1ec03e 670f80b2af4283a8c2d1b5c0ad6a4e919a0fce73 b4a23288c0f9a6afff67bfbed82d1f2628fff744 eb325013d806dfb99eeb03f38a1c9a3d7e6a7f51 f6603f59d0160a37f7eb9036f23b3398e28a3742

Package: cpp-12
Priority: optional
Section: interpreters
Installed-Size: 33850
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 9766084
MD5sum: 98632ab187fba80cef9fc8ae6a0c2a23
SHA1: d3b6b1a285da189f33b23bf4b2d4cf4f415c15b1
SHA256: 0425f78ce737d00fc0084c04f7bd923d9613ecfcca8c7e6cc8d001d38c6abcea
SHA512: 27af48dcafb03de7b6554378ada0b285936cdd03a994a02f762335f7c5f609bb6fa8794107dff263cbff58e1a4dbce64db8dd61a612a3d4006b1ca52b8258e0e
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: 70144
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 68061300
MD5sum: 7f8bb33fd671c965f95d9223d21de1ca
SHA1: 8181d695446fc6c7b9edadd6ba5dda96d18b1393
SHA256: 91ac8137b167cbdd5177a6c8ab8037c169cfe5e327be8fad3a48785d038a600c
SHA512: c5e87878a677fffd707e187d9f05e2fd967d2e09136c8249e9c7fdb5a7f45d1efed9ebaa27236e0674c939f06e905d451afa59d08fe433d3a86f84f5b2042042
Description: debug symbols for cpp-12
Auto-Built-Package: debug-symbols
Build-Ids: c8ee7c8ed9360e18c1c594df1304ea19640d0c1b e029ca6827c1eb4cbb1c290904335691084d9558

Package: cpuinfo
Priority: optional
Section: science
Installed-Size: 78
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: amd64
Version: 0.0~git20220617.082deff-1+apertis1bv2024dev2b1
Depends: libcpuinfo0 (= 0.0~git20220617.082deff-1+apertis1bv2024dev2b1), libc6 (>= 2.34)
Filename: pool/target/c/cpuinfo/cpuinfo_0.0~git20220617.082deff-1+apertis1bv2024dev2b1_amd64.deb
Size: 13252
MD5sum: dad3b6237bfe58024097a6f4d8492220
SHA1: 1c15596b4486acf802906e71c23f41fb6a309e77
SHA256: 841abed96407b30624d356bbdb3bb91cd55148e1d45f812b7f256139fed43766
SHA512: ce2d7497202b989bf2b9650f5284682b25c788db505d5ed52108bedd4f7bd3287d9b90220cb43ff806befabc024ecc815888c8808beb322a12d3306038620dce
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: 62
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: amd64
Source: cpuinfo
Version: 0.0~git20220617.082deff-1+apertis1bv2024dev2b1
Depends: cpuinfo (= 0.0~git20220617.082deff-1+apertis1bv2024dev2b1)
Filename: pool/target/c/cpuinfo/cpuinfo-dbgsym_0.0~git20220617.082deff-1+apertis1bv2024dev2b1_amd64.deb
Size: 25288
MD5sum: d85a0212d853e8d3acb90b6eaf49cb8e
SHA1: ada2c6a21eb0beb0c70b75521e0c011f41872824
SHA256: 1cf0b90a81dcd128a4687fc4f2421073faeb71bfdd5384ebaa2b6f0ad34f9bef
SHA512: fa093cb0286c62ed89a70b2ad0949f2fa90cde64aa482edd8278b3eecb20652fa31ed7e04d5e4141e9e289d08c086d3ff25fce8abcf8172c747bb66757e2cbae
Description: debug symbols for cpuinfo
Auto-Built-Package: debug-symbols
Build-Ids: 633c791e401abaf15a6a463e9387ddb5ebc6706f 7638f8172bfe3e34a11e93ecd5446dde45b39fb2 ba3e7b2a8b54dc5a334a8e65c2e4f812cbe3e87a d6dcda7fa758400c1003301489264b2c81c8cbd8

Package: cryptsetup
Priority: optional
Section: admin
Installed-Size: 414
Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel@alioth-lists.debian.net>
Architecture: amd64
Version: 2:2.6.1-4~deb12u1+apertis1bv2024dev3b1
Replaces: cryptsetup-run (<< 2:2.1.0-6)
Depends: cryptsetup-bin (>= 2:1.6.0), dmsetup, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34)
Suggests: cryptsetup-initramfs, dosfstools, keyutils, liblocale-gettext-perl
Breaks: cryptsetup-run (<< 2:2.1.0-6)
Filename: pool/target/c/cryptsetup/cryptsetup_2.6.1-4~deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 215852
MD5sum: 68b334a7145c9d5030de0c720047c1ad
SHA1: 21d32beca23aef79cddba2bc9f00fe5aa7ea913c
SHA256: a8eb2ea1c079bb933047e086715e5fc6f26881e0da8051149ecc32cc0ae52557
SHA512: 2410026a7627e74e5e811b9037a71398a88e33f842dd2f524a069977644ec2b9e080f0af2ca54ac50107f7210717b7e44f203c9427484c70aae589ad7a98b58c
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: 2333
Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel@alioth-lists.debian.net>
Architecture: amd64
Source: cryptsetup
Version: 2:2.6.1-4~deb12u1+apertis1bv2024dev3b1
Depends: libblkid1 (>= 2.24.2), libc6 (>= 2.34), libcryptsetup12 (>= 2:2.6), libpopt0 (>= 1.14), libuuid1 (>= 2.16)
Filename: pool/target/c/cryptsetup/cryptsetup-bin_2.6.1-4~deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 476292
MD5sum: dc0373b0517c8b54f2d237c42c6f56d6
SHA1: addd8708f84a4b73a1e5ae21a01225a788194c68
SHA256: ae05866eeda4893e57791024812bd79161074c2188789b2bc791953b11bf80db
SHA512: e93b328e4a367885fbbfa81f432e70381073c7c281f3d4005b413f922c227e7fe451282aeb9b23c9702953fa4c4e875844dbbf90627495d789ad8e9786bdc821
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: 310
Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel@alioth-lists.debian.net>
Architecture: amd64
Source: cryptsetup
Version: 2:2.6.1-4~deb12u1+apertis1bv2024dev3b1
Depends: cryptsetup-bin (= 2:2.6.1-4~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/c/cryptsetup/cryptsetup-bin-dbgsym_2.6.1-4~deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 253660
MD5sum: 736f18917898eec3dd81c667a666f0a3
SHA1: d1a60222b47837baa465e39a43482b9a64e5e927
SHA256: 5eed94eeda86896388f9f6b28f737ce6a17e9c8b983be9e76d46cdbba28ddb03
SHA512: baf9c19b587c14bc59ef0592ab5e27c8626755dc46b8a5672707f56b3a6cc5ce9ffa6879d962b4858d64787d5bf9221f273ffa7b76290db0a142f182e23ee355
Description: debug symbols for cryptsetup-bin
Auto-Built-Package: debug-symbols
Build-Ids: 7b7be5aa4df6aa5572a5ea23a87dd272afe5a5b7 7fe871c326711e6f22fcecb63ddb3a9402ff407e e7106232052a9dfb12d7f18d4b6e67477fae03fd

Package: cryptsetup-dbgsym
Priority: optional
Section: debug
Installed-Size: 44
Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel@alioth-lists.debian.net>
Architecture: amd64
Source: cryptsetup
Version: 2:2.6.1-4~deb12u1+apertis1bv2024dev3b1
Depends: cryptsetup (= 2:2.6.1-4~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/c/cryptsetup/cryptsetup-dbgsym_2.6.1-4~deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 18864
MD5sum: c5a3199038793c6cb6b3fb7833b4146b
SHA1: 5e1732200c11f4f652e5f2b6b770cdcf12a08d72
SHA256: 2ac65119a0bf19b4829c8f761a0928fb1ccb72b5ee50d4181da1fd2f1f4551b8
SHA512: 97a94080c134b9f69d942deb825a7c0b9564d4441d158347ef1f9b656569f933cb48fb288d5f39eb7f8af10b38f9a42106ffe587d37c57ceea0d18e7822fce54
Description: debug symbols for cryptsetup
Auto-Built-Package: debug-symbols
Build-Ids: 1105fc1c1277ca83d0af099551e47e1eeba9ed00 d0ae2e653ec01d4a1805a4d3e0e7568e7dc33c3e

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

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

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

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

Package: cryptsetup-ssh
Priority: optional
Section: admin
Installed-Size: 104
Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel@alioth-lists.debian.net>
Architecture: amd64
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_amd64.deb
Size: 37680
MD5sum: c15eb6dc3b777ce8ccec2c73eee96cc0
SHA1: 82a9e88a124103cc0eb4688acd6652d041f2f688
SHA256: 713fdb9a6d44290a40e79d8f2e1d470ae7738362ac3e1d63cc56f288499374bb
SHA512: 6d242626e8fc64f246ab40fecb235187ab5e4fb3eafe26e16a4eefb23f913a69129053032859ec80d94fb18fc53ae1bac180535cd77010743b2d13122f9bd6be
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: 77
Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel@alioth-lists.debian.net>
Architecture: amd64
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_amd64.deb
Size: 49512
MD5sum: 556d0814543c9f005cb2eb132644c956
SHA1: 31c9ed6382e43aaa813f68e43032cd6e498ffc15
SHA256: 03f017e479d5fe7ca839cf0606bb150fa6c42a143a47acb7a2441e4c5896b565
SHA512: 6b17ee00c984d9ef8d3c388e3580680e175ef7e3fa178c787f5c171d3d8724a6734d6981be5877262f2637365ac09afb7dfafc33ce042403a2c44573aa9b626f
Description: debug symbols for cryptsetup-ssh
Auto-Built-Package: debug-symbols
Build-Ids: 32e21e413bba5edb64290cfe2c31a6c6fb350dfe bf242cf17ffed9d7af21db342b4a3ed019ebba69

Package: cryptsetup-suspend
Priority: optional
Section: admin
Installed-Size: 87
Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel@alioth-lists.debian.net>
Architecture: amd64
Source: cryptsetup
Version: 2:2.6.1-4~deb12u1+apertis1bv2024dev3b1
Depends: cryptsetup-initramfs (>= 2:2.6.1-4~deb12u1+apertis1bv2024dev3b1), initramfs-tools-core, kbd, systemd, libc6 (>= 2.34), libcryptsetup12 (>= 2:2.1)
Filename: pool/target/c/cryptsetup/cryptsetup-suspend_2.6.1-4~deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 30476
MD5sum: d964f2fa9d50f6256bdc828f6711c5ff
SHA1: d5506a6749fb8e0d590f43b7077c69628af1223f
SHA256: cd5efadd8bfa8437037f1c6d5731d01edadafd7ef3354252567f46d553495bd1
SHA512: 7c0e92db74407d44647592f027a87f9fb447e79f1c393968c1e85d1d11c7456ac7d2aaea7c9ac4dd3cd583c89cb0e83fe33bdf9b00eeb783a70d162c78c91cb6
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: 23
Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel@alioth-lists.debian.net>
Architecture: amd64
Source: cryptsetup
Version: 2:2.6.1-4~deb12u1+apertis1bv2024dev3b1
Depends: cryptsetup-suspend (= 2:2.6.1-4~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/c/cryptsetup/cryptsetup-suspend-dbgsym_2.6.1-4~deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 8824
MD5sum: 47d802f6836381be2a0adf36fd236db5
SHA1: e15650306d2d03a33acaa414d724787084eacfa2
SHA256: 331234d2d167f866edb516cf26781fb858dad9c8bfeb4237dce8f845dd533e3b
SHA512: c3da102e61779c99502fd4cecf318751fda5403cf0906dbc220b585ab64ac396b36bcb364d761103526a4f636ad2303e5c292b21740645f0578d79d34540a839
Description: debug symbols for cryptsetup-suspend
Auto-Built-Package: debug-symbols
Build-Ids: e51c5956fc4aef1413ee4441671b12f6fc5b0289

Package: curl
Priority: optional
Section: web
Installed-Size: 494
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Architecture: amd64
Version: 7.88.1-10+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libcurl4 (= 7.88.1-10+apertis1bv2024dev3b1), zlib1g (>= 1:1.1.4)
Filename: pool/target/c/curl/curl_7.88.1-10+apertis1bv2024dev3b1_amd64.deb
Size: 320760
MD5sum: f64753da3d851f98d6402609d478728d
SHA1: 4c8671c1958fdfa7c4a91db08027dd6d5867f748
SHA256: a0812a3a63bcd42c6b4077e05c5c1b1e3e5173e5fa1742cad52c2924d2cc5208
SHA512: f29bf28484f7f0475f38705da203c4e308b0f5936aef1fe33b69f2fa97f1b3687a1f19c87c0e34be0520ccf4a1ca2a40dd23d75e614623ee5a7555871e40c3ce
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: 183
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Architecture: amd64
Source: curl
Version: 7.88.1-10+apertis1bv2024dev3b1
Depends: curl (= 7.88.1-10+apertis1bv2024dev3b1)
Filename: pool/target/c/curl/curl-dbgsym_7.88.1-10+apertis1bv2024dev3b1_amd64.deb
Size: 160524
MD5sum: 2337ac7e3f81c9d2bf47422d15aadb0e
SHA1: 417b9ef0e9b882de984df58d1df49eb83ec8276a
SHA256: cebcf13cd0d65097e5a71cd35c5855f5bde4ee720030caef7ee554370826d3f2
SHA512: 51149be49a5d6ecb808404b6de120b2d81e7ac930bf508c6d6d0d0d3c5679dfe3c354748be2959611f5eb728d442fec5a5f6f1ff911226b7b35a136ba2041e70
Description: debug symbols for curl
Auto-Built-Package: debug-symbols
Build-Ids: c5d6dfcd214bc1ea83550e101bb1f764ca92a401

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

Package: dash
Essential: yes
Priority: required
Section: shells
Installed-Size: 197
Maintainer: Andrej Shadura <andrewsh@debian.org>
Architecture: amd64
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_amd64.deb
Size: 93104
MD5sum: 77557a7d36f4368ba31e693640f2e120
SHA1: 99d2af211a80e2a551c2fdc733cf9537057c5a12
SHA256: 29d96a0e4c5e7d3fb60ce4548d8fc778174015664c07be89beefcdee270b8a90
SHA512: 74b362c9f0a89c476fd2a4719706bd369cd7a519c23a590dfa7bb05a2a856bd4f890d2bdfc39eeff00a18501a253e4d27a0e2651d01ea595c052605eb4459411
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: 181
Maintainer: Andrej Shadura <andrewsh@debian.org>
Architecture: amd64
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_amd64.deb
Size: 159108
MD5sum: 9393e03b9afbad8fea3f2fc7f8839630
SHA1: 391364d6c46b189a4b15794befd6746c867f3d33
SHA256: 61929a6cdb00544cb360835ed098276442bc460a21fb0b7790e7fef212ff5ec6
SHA512: 79d2498c7b9221ce7e1cb4a1fc0caef567684aa83061004d1a7ba5a663b472895cf71f0e543b79134e527332a5c5ed8e08420bbe0b6bbc351843df517250c317
Description: debug symbols for dash
Auto-Built-Package: debug-symbols
Build-Ids: e2182657634618435833144a0c11f935625de246

Package: dav1d
Priority: optional
Section: video
Installed-Size: 79
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 33088
MD5sum: a42afd91fb7a88c4de915feef8397c61
SHA1: 2ee0f2b555b56cd0386aa5cf01432abdab2bfdc4
SHA256: 6f79018b3b0022999ebb6a3d87fd5d20d2522e5116d6bfc4cbb32e2784eeb97d
SHA512: 43bdf9ec71649e6db32c861a82096981b3763d3b51532ed1018ad2b1759aecd4c72bfb5a8e30324cc3cd756c83b2a1a5de0802e8c535457c4c9c93c7222183bb
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: 71
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 56412
MD5sum: b7e0b2925259643fd46c33b37ffa0559
SHA1: a39662bc441568100e184496788485c584650374
SHA256: 809dfdfb0b2b826333d28041187ade91da28da8c75d8df1b68cf7fc003bf6ae4
SHA512: eb01a95f6cccd52aa4d4e447d0ef6488f9067f7955487c14d641b377a28e4519079113738e23e76c507b387a34be12c96f32d537681d13d4f4c927dbf91ce251
Description: debug symbols for dav1d
Auto-Built-Package: debug-symbols
Build-Ids: f09b1892e9d3d4eb7cb76dd0d41ab7105afc057e

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

Package: db5.3-sql-util
Priority: optional
Section: database
Installed-Size: 66
Maintainer: Bastian Germann <bage@debian.org>
Architecture: amd64
Source: db5.3
Version: 5.3.28+dfsg2-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libdb5.3-sql, libdb5.3 (= 5.3.28+dfsg2-1+apertis1bv2024dev3b1)
Filename: pool/target/d/db5.3/db5.3-sql-util_5.3.28+dfsg2-1+apertis1bv2024dev3b1_amd64.deb
Size: 21452
MD5sum: c4149fbc3f9cff465e0320878e51e590
SHA1: 750cd89e1552055c0022f81983ade90be54ded94
SHA256: 1b0d5772c7e101a64e0de3758500fde87325219f1413f25d552c4df071b5358d
SHA512: d6fd04f4302cde1c7f9dedbafe73c8adb472c32d871357aeedf3b82d5505a4df5a35ea7371bae407f73efd292d821a9163bcf32ebaa580581fd7e0d1faf288a5
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: 281
Maintainer: Bastian Germann <bage@debian.org>
Architecture: amd64
Source: db5.3
Version: 5.3.28+dfsg2-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libdb5.3 (= 5.3.28+dfsg2-1+apertis1bv2024dev3b1)
Filename: pool/target/d/db5.3/db5.3-util_5.3.28+dfsg2-1+apertis1bv2024dev3b1_amd64.deb
Size: 64220
MD5sum: e01f5137c6c09b6bf5db320d0f6ce600
SHA1: 4a1f6052e22c574dd0945b8e3494bd60caaeadb0
SHA256: 8d76d32279262b2c16d08603e55e41065deb68611f652bd0bdd4f0e3c635ee52
SHA512: 1fbbbc2e46f2aadbc25d79a4be4754b9fc03eec9e1a687b781c6e1d62fad80a41e19ff3fbe1ee15bc1446b3554d6c795cfeb3d31e707cf1b49d830cff5062128
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: 188
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Version: 1.14.6-1+apertis1bv2024dev3b1
Provides: dbus-system-bus (= 1.14.6-1+apertis1bv2024dev3b1), default-dbus-system-bus
Depends: dbus-bin (= 1.14.6-1+apertis1bv2024dev3b1), dbus-daemon (= 1.14.6-1+apertis1bv2024dev3b1), dbus-system-bus-common (>= 1.14.6-1+apertis1bv2024dev3b1), libc6 (>= 2.34), libdbus-1-3 (= 1.14.6-1+apertis1bv2024dev3b1), libexpat1 (>= 2.1~beta3), libsystemd0
Pre-Depends: init-system-helpers (>= 1.54~)
Suggests: default-dbus-session-bus | dbus-session-bus
Filename: pool/target/d/dbus/dbus_1.14.6-1+apertis1bv2024dev3b1_amd64.deb
Size: 100544
MD5sum: ac2b02b4b6f87a670d8b444df913042a
SHA1: 51020806d9b5303a6e7b1ac93e7cadc2e4d9ac22
SHA256: 591f0a2f5b03209c1de6da27757ba304bb3b53259775d44cf05456449fd50b37
SHA512: 4995beb7e37a48757bb78c9180ee599395626901f8ea61309ef57b051c153fd4feafa414e7c41b16c824270d3147e04dac97f791a769c09ac0f7e71ecebf838c
Description: simple interprocess messaging system (system message bus)
 D-Bus is a message bus, used for sending messages between applications.
 Conceptually, it fits somewhere in between raw sockets and CORBA in
 terms of complexity.
 .
 D-Bus supports broadcast messages, asynchronous messages (thus
 decreasing latency), authentication, and more. It is designed to be
 low-overhead; messages are sent using a binary protocol, not using
 XML. D-Bus also supports a method call mapping for its messages, but
 it is not required; this makes using the system quite simple.
 .
 It comes with several bindings, including GLib, Python, Qt and Java.
 .
 This package provides a fully-functional D-Bus system bus with activation
 support, used for communication between system services, and depends on
 most of the other components of the reference implementation of D-Bus.
 .
 To provide a complete D-Bus session bus, install one of the packages
 that implement the dbus-session-bus virtual package, such as
 dbus-user-session. The recommended implementation is indicated by
 the default-dbus-session-bus virtual package.
Homepage: https://dbus.freedesktop.org/
Multi-Arch: foreign

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

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

Package: dbus-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 115
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: dbus
Version: 1.14.6-1+apertis1bv2024dev3b1
Depends: dbus-bin (= 1.14.6-1+apertis1bv2024dev3b1)
Filename: pool/target/d/dbus/dbus-bin-dbgsym_1.14.6-1+apertis1bv2024dev3b1_amd64.deb
Size: 67284
MD5sum: 2961753615e41e953cdca8dd6bdfe905
SHA1: 061360bcf66710013b2a53e7c53ed86295c36f20
SHA256: 1b3cd55c587e2daf9b901cf44af2e0f146cf02abde621cf99234f614def41d1c
SHA512: 72134242618e619697a9fca7b0409183cbd401dc763247d68c7ab341cc1287a2dcdd3c30f5ac48e2c7bd4a9bb06c4eb5de1e93f3db1f5f98a4f27a135312ec46
Description: debug symbols for dbus-bin
Auto-Built-Package: debug-symbols
Build-Ids: 2e230a5d57eb26304780d1f584f946f60e3f57a6 2ec9749cff367b85d3137ad696abb0b653813871 3c32fe84e3a6d4bb464b4557bbc5b64f2d07430f 66513b094532f00e07e1ab5cc5868c9d31a2e272 9b16e983bc755404ce510c5d09a390099ed4f2ca

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

Package: dbus-daemon-dbgsym
Priority: optional
Section: debug
Installed-Size: 346
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: dbus
Version: 1.14.6-1+apertis1bv2024dev3b1
Depends: dbus-daemon (= 1.14.6-1+apertis1bv2024dev3b1)
Filename: pool/target/d/dbus/dbus-daemon-dbgsym_1.14.6-1+apertis1bv2024dev3b1_amd64.deb
Size: 287624
MD5sum: 0c06e3ba1e76f76e231320866c569589
SHA1: 3512f1ed6aa9cdf81d61c229c9887832185cb851
SHA256: 66bd09934f4e3081e406f877ed52bda7565ff819c00da75397d7f22420e38b37
SHA512: 1d97e81e73e6bde534dc7798e0954628000d0049bba3427cecd8edabaabc6c2f9fb9bf72f4ace009f4af6d8755a286465587334630cb55f20717ee7e88fc53b4
Description: debug symbols for dbus-daemon
Auto-Built-Package: debug-symbols
Build-Ids: 8f6ebdec5808695902a8c4ee24f961d20ec616c3 eae1f492f62b6cc9b837c03756f4ea15dd6dc338

Package: dbus-dbgsym
Priority: optional
Section: debug
Installed-Size: 89
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: dbus
Version: 1.14.6-1+apertis1bv2024dev3b1
Depends: dbus (= 1.14.6-1+apertis1bv2024dev3b1)
Filename: pool/target/d/dbus/dbus-dbgsym_1.14.6-1+apertis1bv2024dev3b1_amd64.deb
Size: 69328
MD5sum: c39d9fc3c0aefb526e80fefc4ddf2fbf
SHA1: e0bca59d95d0ba99f5f7a07d333d8232fcc96f0b
SHA256: b7e6849e321aa2226dfa465c9ce1803e1aa1818f012a5e4dd899d2cf17cd67ab
SHA512: 4db902d52dbfdc4a7c3f8b468e1d958480cd7644466dd4e7d1e129f15b8ecf7e10ea0c696a7568b58835e2de155c72ad8edbe77fb1eb345d012169f5b0e54b33
Description: debug symbols for dbus
Auto-Built-Package: debug-symbols
Build-Ids: 25af06b21b464d96e0f4b10d39c5074e4203e135

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

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

Package: dbus-tests
Priority: optional
Section: misc
Installed-Size: 9567
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: dbus
Version: 1.14.6-1+apertis1bv2024dev3b1
Replaces: dbus-1-dbg (<< 1.11.10-2~)
Depends: dbus, libapparmor1 (>= 2.10), libaudit1 (>= 1:2.2.1), libc6 (>= 2.34), libcap-ng0 (>= 0.7.9), libdbus-1-3 (= 1.14.6-1+apertis1bv2024dev3b1), libexpat1 (>= 2.1~beta3), libglib2.0-0 (>= 2.37.6), libselinux1 (>= 3.1~), libsystemd0, libx11-6
Recommends: gnome-desktop-testing
Breaks: dbus-1-dbg (<< 1.11.10-2~)
Filename: pool/target/d/dbus/dbus-tests_1.14.6-1+apertis1bv2024dev3b1_amd64.deb
Size: 1344524
MD5sum: 24e293d84456efa47454df62229e9999
SHA1: 8b1697a4baf1503be7e2d1a11d294390435db697
SHA256: a4d97038b724df3712535dac201d7f24fa2f40783896f7c027ced2cb60b0c800
SHA512: d85904a3f98be54ae46c0786e4253c926ed706a77cecced970049d8db0b1192aaa7a9e331d812eff961d0a9de5cf92a9292b34a7e899af63d5b7589316b83e25
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: 6855
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: dbus
Version: 1.14.6-1+apertis1bv2024dev3b1
Depends: dbus-tests (= 1.14.6-1+apertis1bv2024dev3b1)
Filename: pool/target/d/dbus/dbus-tests-dbgsym_1.14.6-1+apertis1bv2024dev3b1_amd64.deb
Size: 5115912
MD5sum: 630ce3186b720a682fc490c6515145d9
SHA1: 97bee327e8a10caad39d01d2308eaa56a31aa75e
SHA256: c99f28ee73768b3560339f9bcc4901950d336c82c2ffa183a622062b580081f6
SHA512: 32bd0cd21005b03a7364155c9440ed36508b906a9ff33f09a078867c6832bb6f2a3a07add490c2cf81e61d85a83d22a13cc6203bb9071faae84e9e0fb3954d59
Description: debug symbols for dbus-tests
Auto-Built-Package: debug-symbols
Build-Ids: 0407629ee80b1032f840a1736f057a73e9e97192 050c0d5938ffed6e7e7638a2de2472d01aaff4d4 0559ac4af0c3ab12af52264e6bdb4c5f5623e5a1 0692baca6c9004be10544d2d2bc1cbfbe96e338a 1068e8b517c1a0e1a914a528236864d9cb30e54d 12308a2df9a5c75d2b8c6f71380860425e36ad51 139500317dc89bed6df37d1ed7814b7feb64821e 13e7124bccdeef79afeb7e4ee02436e883cb874b 1533446301749a1a6cda0bcf058122b69cb86af3 1c40e106745b9cb1df41425583d435476646643c 1f73c04ca2d8b872ec3adb65e6ca2f4038cb518f 20a9a6e293ffd7099bc243fff7e66b0116cc4dfe 24a58cc2ccb3b07272d7fd1526a458aab893670e 29fa15e315575eb7c82c4f348f7cc1c886d97e07 2ae54f69bd36db7c09f22bd607ae9f7a23101860 2bdd753f6003682c659169e629b8138f03b64b96 2c24d756ffc73520fbafe1895580b1bca8bea61b 3010351f66aad1aecf3b8fb71041eea01f34fb8c 30ba3ce727ba3472f0ddeb84190ec5a92eaee3ca 3785df7a427f6cb3e3970cbc306b1054fbf485d9 38aa20fb872f37772b990bbc3a6427bdf17ac4c4 3c6d49707f7cb287a47b89e7bfc2a848c8c9f18f 3e1b06aa967beccf43d85751df081e5038b7b7c6 4215c984bca9bcd2ff39faf3b11e3547788ca12f 42d3ff492e1d64cf6aacfdf66b99c7c8e9bc4764 48792e0d04f72387802c1102d68702f19c97460c 55818dda0d95b880f71de4c96bd66c1f3aa439d4 55fc8e5eb8d6f6b9d2fc8d3d891e00332c226738 587f10d2fef4066e5f571b2dd78f5fb7d21b4e0b 5bd02d46e9405b59b863966d4883d0fd74483874 5ecb14d968c16208aad71bd3cfd8920e41a2d05c 63330c176990e786f620fe9c2412747725e30590 63683631ca6a96f65eb989d106fbd0637471a5d5 677c55dd2aa1ff3042eaeb3663975c341ab26dc6 690f6b14f462ed8839484a5feee3bee6a040946e 6a8af49f097dced5eb207036eb3188a0e245ca29 6ab6898cdd4ae7a8312e53c756d94c670c855012 6d27428a53cb97c7a0446061069670121630f26e 71e21bc54ab6e597a5368ca360139f3134ea1c07 7a83f643501a65d2f6ce0015184e5c8b332e29eb 7f3a5f5c00c420d7138e7540945022ee4c0fe03f 81003d874207d5487e702ad13e869569d588c7b7 82e7d43815e404f0eec40fb4ec136daaa4ea74ab 8600390156e3b73d686a5f01c3f950915a51084d 87f87050217603e5461fc1c07c038070c772f8b4 8ccdc766c4eaffd5b50b1a6144045a709bbdb6e6 92ccd241c16f91e012e07fc02a81e1560ea9f3c3 93489e85e6f029c6079bdeaadac660e0ebd0fbeb 948a71d5df3c4fd5209fc09ad11fcbe659bed9d8 9b5f4b98b04e12aeb5c53fd533ac206be10e2f6c 9c0e39aa6f008712739d23053370511b92b3119c 9e8b672047453f316af13019e8bea86a896159e5 a8eefe304cb2d0ccf7bf260cc59add74b45a260b a9411a44d9ca807bffeeb1596d735f8eccb001ad aaa63cc96c8a503aaed9b82179fc9d1a88315f5d aba3f897ea31266fbef27ba8089ae9e669f07961 b2539af35c43fd3230c417b74682600c8899ff73 b8211a8df44a94d7d7b1d71e8a479c8365a9a423 c1d8f9a93e32dfa650a3242eb4c4e3f20316ba2f c25368b754dc90662a256d4c9289cec39bec61b6 c39e7f69a0ff5cdd30f369c5a3d7d23ef28e054a c469a3ee3d7fab26a98a4dc75712fe8687a2a01e c6f675a3fdb7c15852e8e8a95c8feee0529f906d ca85beb6744587409eb270d055b1f197a6328f5c ce10948491676c37a1a2a8ddb4451df73e4d436e ce1e04d4e15f16ce962f2612b0fc6add6a91d1a9 d080b74319b27a4357c506db029c9011f196ad30 d56fee87e10ca50158b963df62136548db79fe95 d85f091823bbbc33f6c3baa5eecf31e44bf43452 dde1d4723495ce83c2f339db7ff81874c57f30ae de991aee0ba2f87545fd6cd7feeb315dae1dbdf6 e23e25b78cb83c4e767a4156fe4571ca7affaa17 e4ce7fcc91e3a74d3e0e0c240a9861b006865802 e797b25590b03c938013d6819d595632bdeca65a e9e78fba8580e7a1514a96e35f136f6721b02c55 ea9217998766818c7b7c2d6160d748dadfd775d6 ed46cc60566f64a1f9d1584243c8782cb3fdd96c f2850287733b329148f5f6e77dc4d8c7bef9e882 f3e938a5c96fce214da76b6de1552c29e010bedd f7f8d6857d4bbb1ffb366e14db73210c38ae2aa9 fb1a598951589ea4f43c6aa014140db8352a82e2

Package: dbus-user-session
Priority: optional
Section: admin
Installed-Size: 115
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: dbus
Version: 1.14.6-1+apertis1bv2024dev3b1
Provides: dbus-session-bus, default-dbus-session-bus
Depends: dbus-daemon (= 1.14.6-1+apertis1bv2024dev3b1) | dbus-broker, dbus-session-bus-common (>= 1.14.6-1+apertis1bv2024dev3b1), libpam-systemd, systemd
Recommends: systemd-sysv
Filename: pool/target/d/dbus/dbus-user-session_1.14.6-1+apertis1bv2024dev3b1_amd64.deb
Size: 81132
MD5sum: ab24b46d02cd0fd5e3c53c25a9279d4b
SHA1: 71a949c47b570f00cb321f8fcc78183d2259c45b
SHA256: cb691b0b7099ede6ff579b0f82c55fa8e627dcd619f6aace778202bdb2d8b7d2
SHA512: c1b5a8415cb45ec10d54a5115a1e594ff8c2683ecfb66846813e0d066fab45f87b7e6a2bd52acdc41588b6b532278fc6ea61a3416d1eb2049ab68e51e6aa7779
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: 147
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: dbus
Version: 1.14.6-1+apertis1bv2024dev3b1
Provides: dbus-session-bus
Depends: dbus-bin (= 1.14.6-1+apertis1bv2024dev3b1), dbus-daemon (= 1.14.6-1+apertis1bv2024dev3b1), dbus-session-bus-common (>= 1.14.6-1+apertis1bv2024dev3b1), libc6 (>= 2.34), libdbus-1-3 (= 1.14.6-1+apertis1bv2024dev3b1), libx11-6
Filename: pool/target/d/dbus/dbus-x11_1.14.6-1+apertis1bv2024dev3b1_amd64.deb
Size: 94176
MD5sum: 14b6dce06e67a4b83def7d8d24d0c272
SHA1: 17071c8cba29d79acb0fb46480e781e194e25724
SHA256: e3e6c2300a239fa735638956336d9d5e150ff0fd4b88a8847b56d5112d790442
SHA512: 7ca1cba948593a66e890197b181c8bc55f4c5bd93f0baee1e86bdf591f5961cade30748b6517f12aa4d77cf3214db9aba60e052025f950f3e2e99c5374cd0935
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: 49
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: dbus
Version: 1.14.6-1+apertis1bv2024dev3b1
Depends: dbus-x11 (= 1.14.6-1+apertis1bv2024dev3b1)
Filename: pool/target/d/dbus/dbus-x11-dbgsym_1.14.6-1+apertis1bv2024dev3b1_amd64.deb
Size: 33380
MD5sum: 87cabad22bcd63a4c3442565ddd7332b
SHA1: d97327096624968709a523ab13c839f7cf39d686
SHA256: 910f85f4bffdd8047bf142f195a42bb49bf861ee64bd0d6fe1f6f818e2ca9616
SHA512: 58ec9f8acffd67b3ac81d590daebd08d5e343e37c02fdd84688045afdfca5974f6e0a11fe5b13dc19b4116390a3850e1187cc9f9f17cb0f76b9e5f8a0253846f
Description: debug symbols for dbus-x11
Auto-Built-Package: debug-symbols
Build-Ids: 22903f169379af216c4168a9526115d313d56d86

Package: dconf-cli
Priority: optional
Section: utils
Installed-Size: 80
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 26668
MD5sum: 1e26930d9484a24000054adb6294109b
SHA1: db60ad1a1048b122feaf4cba517b77624c459030
SHA256: 8013b55d6bfc11bf6c243e8917d4dfa03334106e3f72d6ad10b718e5d0ab8682
SHA512: edde528f270d3e220474c4714d3b8c6642815e7ae7e8d7d5de32690f1c71bc5fea3bd1b0eda839ef27a0d530b8c8c162eb047a342968ccbec2196731d071e501
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: 74
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 55680
MD5sum: 7caf92af86c49b61fb37efb5c75da335
SHA1: 188643408ce4772b4c4faa2998d272ba1e181ed5
SHA256: fc2710fe194a267d15bcc650b887ca12e98d5bd962dfbfce2459f2e0ed1fc618
SHA512: 4845401783db39bb0735e885020d6896df2cb88d7f9dc2d98272612742c67bc2985db9d04d754db5d2c547192b970a0925b99eea24faf5dcf54d571bbd18a49e
Description: debug symbols for dconf-cli
Auto-Built-Package: debug-symbols
Build-Ids: 2ca244acc15c91316be36df2525cae6ebb6f632d

Package: dconf-gsettings-backend
Priority: optional
Section: libs
Installed-Size: 90
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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.14), libglib2.0-0 (>= 2.55.2)
Filename: pool/target/d/dconf/dconf-gsettings-backend_0.40.0-4+apertis0bv2024dev3b1_amd64.deb
Size: 28648
MD5sum: 29e6cef03e266afdad4e4b5debe2c059
SHA1: ec0d2627aba3008dbc54eb2681fbbf3a5df60f71
SHA256: 7f5d5843b6db4bf5cd491fa89ada427e76f3f7e87851cd6d0b35b9c1f4239cbd
SHA512: a83eebe97051156a354da0f880e573297bfd950b7a36bda189c197ee001b6d95ee4e45edfe9c75712d487512467abc6c7020cd3ee4dfd355da98fd0e2c67825d
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: 112
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 88000
MD5sum: 3fbf3bf9748e963370a93996e6a10b5b
SHA1: e792bafd95f3070ded5941e865629ffd7b49019f
SHA256: 0b965b02699131152aa6b7ce859814f96e0c5cd78e212a94ce980aae11c57a3a
SHA512: 09e23e8d668a2251043265c0aecdc535bd1b0c9630f562f85d69d275af46d8f8dbba632936f884320138e0f74d380f0d3080768166748953e79c6318db05752c
Description: debug symbols for dconf-gsettings-backend
Auto-Built-Package: debug-symbols
Build-Ids: 6f110ec5667e0ebe5ee5cdb35404323db15e4866
Multi-Arch: same

Package: dconf-service
Priority: optional
Section: libs
Installed-Size: 114
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 32432
MD5sum: e587c451ef45d9457f262ae7827f6ef4
SHA1: e136a010bc1d52cd00658023951d94bb5e3354ad
SHA256: e5c14d0926ffdf18f060802030ed5ca0a871a630600b50d6543d40f677454abb
SHA512: 49c744e9a5aab129aa8df0bcc77c5c9b1c40ba638190f03d37e9ca5cd8d78e8e2b1b9c00e0af6b6fcb4e00e623173bbc3309e651a5d742530301b4d840490f34
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: 132
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 100464
MD5sum: eddb9a0860001a905f2e57d1f9e6b332
SHA1: 543c7e1275b8ed71e5678553bd612562f940f4d8
SHA256: b6a6d2d99240db66157292bccf4d5e2686146c08474cd3475d28ecfe91323b55
SHA512: c52ba03b884d516fc2826337c3bc8a5c897f91d284a19291266efb8ae1bbce88cc2b1a0efc2b5125d26d4593c52874df2f8307b1055e0a9183c88a292a7cc557
Description: debug symbols for dconf-service
Auto-Built-Package: debug-symbols
Build-Ids: 77aff13ba0e2b8988bd453e1e72e4f29518d05f9

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

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

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

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

Package: debianutils
Essential: yes
Priority: required
Section: utils
Installed-Size: 243
Maintainer: Clint Adams <clint@debian.org>
Architecture: amd64
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_amd64.deb
Size: 102624
MD5sum: 2194979967621e79af86889276c3d28e
SHA1: 1886f5e8c11625c9466eaac3b3175094b9daecf8
SHA256: a4786a10c87b5331acf62fe0c416b3fc6d9659145f19b39350cd82d5052bef55
SHA512: ab5d1b809ec7318e040449a988328194078160281f31b0b621bd89b08f2f5bc680b652a9cc8002bd56bb30233a878826837ff350d75f304172ba255f52c25a3b
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: 302
Maintainer: Debian Elfutils Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 121704
MD5sum: 346f7be4b5a506923accfbcdd74be488
SHA1: 0339b3ac31c494ae5cf72c4fd65a78a802297eb6
SHA256: 132bd0150095569f928aa9fd33495e7efec40dc385f2e41a4011cccb9023934f
SHA512: 70170f36d38898b84519d013a43fa2bc970abdf25576fb3941d527d3297885e66d3763b2f3fc1788628d82a01261c47b6376f10da7e8eaa72bbb3bc2096da31b
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: 1040
Maintainer: Debian Elfutils Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 991292
MD5sum: 1408c70e39b0b91a9a6bb1bcdedacffc
SHA1: 830eaf60bc3632a8e034d9bb5bb09295ad66a3ce
SHA256: ce76d6a0bcb7cb23ac1fd6c98afc938a9fc571965d6a1680ec832540c917e629
SHA512: 01e9821684178ca9d30f068126535bd9b247ffc2f8bdc9b742a26ac01673f42b5c42209412c002a39c5a819fdac1b22d6d1e314133dee1d43f15ff515c4250bb
Description: debug symbols for debuginfod
Auto-Built-Package: debug-symbols
Build-Ids: 4411bea3a68d95ac78441ed3851406a1f37430f0 735e93fd38d336d1390b566a1a890545316cc6da

Package: desktop-file-utils
Priority: optional
Section: devel
Installed-Size: 284
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 88660
MD5sum: 7731a9fca1bba62155e4de41dd7e4898
SHA1: 9d66adf4c8b3dae143697f1941f55be2930d8208
SHA256: cca81a4a7e1ea8f08eece589d50b36b49a64e85a542b432eb0fe6b610a39877f
SHA512: 42c22afc0b6c5add6077514a49b875033b76702c0f9ceae3d71fbc0867a05b08a093c5f9b63b195e6b7ef8e8091bfcca00f2a3de47e00a0fe82ba8cb47b5a95d
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: 145
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 102616
MD5sum: 5f599706a0534b360964e557bfef20e7
SHA1: 9981c80bc245ba36242342a538211000acce2741
SHA256: 4fdc0925a399a8481d87c6eadcf73253022fdd655b408c69b70b0ed83b80241f
SHA512: 75f1b36aec8d55a6c65d1bb315b5a65afbb007443f3dd26a49bdbb123e4d7dbdfb26bfa5393b918dd35a6799701482a55cddd5b00370f8fd7d772a089de61e96
Description: debug symbols for desktop-file-utils
Auto-Built-Package: debug-symbols
Build-Ids: 60ce97fb3fb92b8bbdbd4530c364b19af3d97931 a2a933b29d9bd4a3e512c58f75b7b859cdc5979f dbd88a260c2bcb6a94d9cd122a98ddfc457d118f

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

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

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

Package: didcot
Priority: optional
Section: libs
Installed-Size: 67
Maintainer: Apertis packagers <packages@lists.apertis.org>
Architecture: amd64
Version: 0.2024.1bv2024dev2b1
Depends: libdidcot-0-1 (= 0.2024.1bv2024dev2b1), libc6 (>= 2.34), libglib2.0-0 (>= 2.30.0)
Filename: pool/target/d/didcot/didcot_0.2024.1bv2024dev2b1_amd64.deb
Size: 14184
MD5sum: 9b714413196e254f0cd60291df7990f7
SHA1: 8e2dc02a21b822f656c0b42e0ad3e259dde81d18
SHA256: faf55d93e42b5e40f0286de59495cd048278e1959a8124cefd393facc4961d17
SHA512: c973aa78c638180880ab21742fe8603b8ce43683e99eb468698719f1e96da6fc1242baea32667d6b4bd1dc697d27aed61f5bb8be065fb5dea3a8fd1364254d9e
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: 55
Maintainer: Apertis packagers <packages@lists.apertis.org>
Architecture: amd64
Source: didcot
Version: 0.2024.1bv2024dev2b1
Depends: didcot (= 0.2024.1bv2024dev2b1), libc6 (>= 2.34), libdidcot-0-1 (>= 0.1703.0), libglib2.0-0 (>= 2.43.92)
Filename: pool/target/d/didcot/didcot-client_0.2024.1bv2024dev2b1_amd64.deb
Size: 11864
MD5sum: c74a778e5bf5d6a33ef1b1efba96c904
SHA1: 78175fc94b67d35244a24c5149bcfc0554f88dca
SHA256: ea60c9a553946b4ee756d77de98bd72c919f91860f7babc6ace66827e5f3d88b
SHA512: e856626d5aeb59a521eb4563ed0e8c68df68597ec73b19a74f980b103fa1bc734eab4c5c2b957fc420507391218999c41400e1a88f708ebd7eda43000d629e3c
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: 24
Maintainer: Apertis packagers <packages@lists.apertis.org>
Architecture: amd64
Source: didcot
Version: 0.2024.1bv2024dev2b1
Replaces: didcot-dbg (<< 0.1703.0-0co2~)
Depends: didcot-client (= 0.2024.1bv2024dev2b1)
Breaks: didcot-dbg (<< 0.1703.0-0co2~)
Filename: pool/target/d/didcot/didcot-client-dbgsym_0.2024.1bv2024dev2b1_amd64.deb
Size: 10140
MD5sum: 1665e28bb3bb84774ff21f50c0f7a912
SHA1: 83b5b93a172870b2ef80aec3035ce4a8f62891c6
SHA256: 72b5de3cde517d8459c9179f112285b1ef61b8dc0e032694652ac43f654bf3fe
SHA512: ad128e864f12f4ecaee74b596b899b6d3a694273502c1fe3c8ea6b6cd6474ad93f408d7a4546269a5b87f500503d210faeb74753446dfc57c4355c3413d7bed9
Description: debug symbols for didcot-client
Auto-Built-Package: debug-symbols
Build-Ids: 9d56c7a54c3f5be521e47b63151fc0cc9300fdd0

Package: didcot-dbgsym
Priority: optional
Section: debug
Installed-Size: 30
Maintainer: Apertis packagers <packages@lists.apertis.org>
Architecture: amd64
Source: didcot
Version: 0.2024.1bv2024dev2b1
Replaces: didcot-dbg (<< 0.1703.0-0co2~)
Depends: didcot (= 0.2024.1bv2024dev2b1)
Breaks: didcot-dbg (<< 0.1703.0-0co2~)
Filename: pool/target/d/didcot/didcot-dbgsym_0.2024.1bv2024dev2b1_amd64.deb
Size: 14776
MD5sum: 646d5cc00cc2aea390acd6324cad5faf
SHA1: 8b51f7f61b13432870f42046de7043360b6ea430
SHA256: 771c1cb9761e0dc2c22438ffdb0a3e71fc6d2702be4e60fe8790362d112ba8b2
SHA512: d98f2694c1034a8ab825264bd9ed2deb074c8b22cf531c78ab3ae8b38ed822ff34014758571c0b81e510df1cf761d62479b0c0f4856e49e1d311839de94b90e2
Description: debug symbols for didcot
Auto-Built-Package: debug-symbols
Build-Ids: cf87bc4a5e8f5382e5273f4504c48f410d95e18a

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

Package: didcot-tests
Priority: optional
Section: libdevel
Installed-Size: 82
Maintainer: Apertis packagers <packages@lists.apertis.org>
Architecture: amd64
Source: didcot
Version: 0.2024.1bv2024dev2b1
Depends: didcot (= 0.2024.1bv2024dev2b1), libc6 (>= 2.34), libdidcot-0-1 (>= 0.1703.0), libglib2.0-0 (>= 2.37.6)
Filename: pool/target/d/didcot/didcot-tests_0.2024.1bv2024dev2b1_amd64.deb
Size: 11868
MD5sum: 6c9ed9edae589debfb2cbd9987e8420b
SHA1: d9451c33102893d172925dd50b04d34a2f9a5a0c
SHA256: 713204b203af580e16368a48a8825354100f85a794c67c3200ae55c5d2616090
SHA512: 5e1f0952b061eda7fffe166ba4c6caab3cff143de7a987941298769dce8a6efef3628ce938a87a19535844bf79bc383f7331fe856e1265abe70179d5ee011319
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: 26
Maintainer: Apertis packagers <packages@lists.apertis.org>
Architecture: amd64
Source: didcot
Version: 0.2024.1bv2024dev2b1
Replaces: didcot-dbg (<< 0.1703.0-0co2~)
Depends: didcot-tests (= 0.2024.1bv2024dev2b1)
Breaks: didcot-dbg (<< 0.1703.0-0co2~)
Filename: pool/target/d/didcot/didcot-tests-dbgsym_0.2024.1bv2024dev2b1_amd64.deb
Size: 6124
MD5sum: efa1fd5690b573c33e13c2437db0f28b
SHA1: 24d06805957817c404cbc6e70d379d8b703a0b11
SHA256: 0e286f0c5ac746e40b04abeb2c3da2e54f818cc395f02ec401a6f32c401782c2
SHA512: df71f9f1b5fb9f0462130c2cc87583c127e030e5140fd1141b13a9145480474a744c16deb94e9db6b5378730cb752d5a88123827a30c2962de90c49708b38685
Description: debug symbols for didcot-tests
Auto-Built-Package: debug-symbols
Build-Ids: 1744d4b8ef808294249b859557eadc793240e018 efd7d44de46b166d1f58461ced5b6a9bad94303b

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

Package: dlt-daemon
Priority: optional
Section: libs
Installed-Size: 297
Maintainer: Aigars Mahinovs <aigarius@debian.org>
Architecture: amd64
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_amd64.deb
Size: 105804
MD5sum: 7c089805001079adeb0c712a8dac1adf
SHA1: cb79d7171c17fd44c0ccd50e54be134fcce4ef52
SHA256: 5556bb5f660e0310e57a1b7cb6f0aca6667b98bc0a680a904797f181fc8e2e9b
SHA512: 14f327cdd03f350517cc7643127926a6e0b2dd391a4fe99bd197501661d6f9f56de72ea989d4236765b632c647e076bf1f5346985dbffbe0082b8b1393afb584
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: 293
Maintainer: Aigars Mahinovs <aigarius@debian.org>
Architecture: amd64
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_amd64.deb
Size: 259484
MD5sum: 26c9042243a227ffdad3f2173850d466
SHA1: afdf1023912fe31f50c366619ba3acbd324eebc2
SHA256: bed5a7abf96bf22ad94cf1a58c08d8bbee58dcb4676c15f06acc9d7c728547e0
SHA512: 4573d355dcae1a91735c7ab06b1b06c121fb81a6759bfa65b7a26f6c6421c18a4eb0f07c95bf029e26ecc244a7a60a4841b8454c5fa093ac3ff2cd103dbf2a98
Description: debug symbols for dlt-daemon
Auto-Built-Package: debug-symbols
Build-Ids: d02d7aae3b475c1143b583eacd894ac1eeed4980

Package: dlt-tools
Priority: optional
Section: libs
Installed-Size: 379
Maintainer: Aigars Mahinovs <aigarius@debian.org>
Architecture: amd64
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_amd64.deb
Size: 81220
MD5sum: 2b70ebf3f6535799c4a3e626823b939a
SHA1: be9920b703152337a6c22e51966f5153fd1ecced
SHA256: b517b004daf0d5e5b4a6e6c8e42972f24b70cce9fab512691be1b8bdf7bd1c95
SHA512: 2b10aafd69cbf7a1fc96ebb04b301c728afe220d898926e1b63ce2ccee4984d2951a1700df20523fdb11b746e3f011943ffa77a6502e97bfcfd94dbd77a89453
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: 344
Maintainer: Aigars Mahinovs <aigarius@debian.org>
Architecture: amd64
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_amd64.deb
Size: 232076
MD5sum: 55474d1347b30c0c58484b3bfa5a0dc3
SHA1: f01f1e07341854c5952998079ffb5b0bce167366
SHA256: 7d2cc3f6583a08defef410b48ad4801d368da7aebe284b38d892fa566bc32f2a
SHA512: 6afe2701a96e8de8036feff06c41bed9f5b2335729b160bc48a9791bb1d725b72ec96803270232b90be518e75ff81f1f42aaa4049628fbab1073d5a84a34af92
Description: debug symbols for dlt-tools
Auto-Built-Package: debug-symbols
Build-Ids: 10ae7c55df5780d2b7f4eb25a77bca2ea658ced1 1e6bd48aea7e663e62d14c0d0b5b070560422a2d 2cfe3158bff41364032c46900ba7da6e0af7ce6c 68d3d181feaa715266a0b09b4728ea5b0a9eaabf 7acc1b77ed9d78d5f0ed207334e46ddb780c0446 92a68d8373c36c26f95c7193489b6408f8398c7f 97cff97b50dad69e084c09fc2f43fe761afda237 bc0332b64d91985e8237494e69210765967ddd18 db5c54caa04660a05ff14c6deafa285b4004f85e e2f6d15d2e09773396ad000b539c9368b7bef51f eac90d588a761bab809b7b54c20deaeadf2f5600

Package: dmeventd
Priority: optional
Section: admin
Installed-Size: 229
Maintainer: Debian LVM Team <team+lvm@tracker.debian.org>
Architecture: amd64
Source: lvm2 (2.03.16-2+apertis1bv2024dev3b1)
Version: 2:1.02.185-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libdevmapper-event1.02.1 (>= 2:1.02.110), libdevmapper1.02.1 (>= 2:1.02.110), liblvm2cmd2.03 (>= 2.03.16)
Filename: pool/target/l/lvm2/dmeventd_1.02.185-2+apertis1bv2024dev3b1_amd64.deb
Size: 62676
MD5sum: 82453855add858b6377540151333ae03
SHA1: c2886f9fa15829a77650503464a09cdd4ca60e24
SHA256: 70bea18a7a7d310465d4b4b9aa620c845338cb141ddc911f513c85cc2b2c8a20
SHA512: 496d3bf4e2b4adc3609d74620d2d703fa93f463d992d09cd91c70d8ed49033081d243a8d979f4a2cba4c1c2ac6c418b01ca6a2e45798ee0c0088aea480a877e4
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: 109
Maintainer: Debian LVM Team <team+lvm@tracker.debian.org>
Architecture: amd64
Source: lvm2 (2.03.16-2+apertis1bv2024dev3b1)
Version: 2:1.02.185-2+apertis1bv2024dev3b1
Depends: dmeventd (= 2:1.02.185-2+apertis1bv2024dev3b1)
Filename: pool/target/l/lvm2/dmeventd-dbgsym_1.02.185-2+apertis1bv2024dev3b1_amd64.deb
Size: 45792
MD5sum: 2bc9e831ba236e41992be97f38346e43
SHA1: 3a612b96c452319d5ce432a7b37601107638b6ca
SHA256: 3a6c4f01b81aec50b874f810a05e55d8c75b993b3804f248505045423835a19c
SHA512: 8e45bdafe6261c0aea53f157e7b2734892ed2cc6242b9feb445ec64baeb9c473145d992ce182984946bef2c773e517185433e1beaa238816fc6f89007ae68e14
Description: debug symbols for dmeventd
Auto-Built-Package: debug-symbols
Build-Ids: 108af8a956cc12dab8ee86e1ae48b24cfaf806b9 3681226e6f72995753dab8d4b426eb5f5f4fcf73 39a73690f4d5fcd3fc3959cb6a5ee58eb7a7a9c1 5ce0a50464235b3e1899c4b16420ba30131ee9df 621038d40af59fe4f11dcac7a25cde68239b4bc2 c6baf4d37d22b656f830bd77d9dcff5b094fb7fe ceaaca802a2899afa02617d7bce45f20096fdc8b

Package: dmidecode
Priority: important
Section: utils
Installed-Size: 217
Maintainer: Jörg Frings-Fürst <debian@jff.email>
Architecture: amd64
Version: 3.4-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34)
Filename: pool/target/d/dmidecode/dmidecode_3.4-1+apertis0bv2024dev2b1_amd64.deb
Size: 64208
MD5sum: 3f3d2066c207c55d95bb7b5f3b9eca43
SHA1: 7588586dd8bc01f0cae5b441d9dcc18af1626496
SHA256: 5843edb1d3b7d9ce15d95b8062b77dd0a568d4ef48249fcdb82d2bbf81d43ac3
SHA512: c7d5d62fcb2aa8ac6fe726ffb795aad9e8b941fe2d87ade5903caa3d3075bdc8cc02cc2292cafb158dc65b2bdfc69ec77b03ddd38f00e70e57bc7418e0ebc9e5
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: 144
Maintainer: Jörg Frings-Fürst <debian@jff.email>
Architecture: amd64
Source: dmidecode
Version: 3.4-1+apertis0bv2024dev2b1
Depends: dmidecode (= 3.4-1+apertis0bv2024dev2b1)
Filename: pool/target/d/dmidecode/dmidecode-dbgsym_3.4-1+apertis0bv2024dev2b1_amd64.deb
Size: 100104
MD5sum: cefab72dd7ee6d4e84bac2a6b36eb08b
SHA1: 485a6b792bc56145f937f606f0f62e053c2e7873
SHA256: 3caeca21a70408f45fba1add6e76a5eab1e055016ae5d4da582ce8129a95cc26
SHA512: b13e1a0eaf638089450726f36cdde5febe2ce27bd2d078e74ca9e1af46209f43363efc8152bd0c73a4c7e9714963a109c7e38a8c9bf290ce34ab00f57bb18b17
Description: debug symbols for dmidecode
Auto-Built-Package: debug-symbols
Build-Ids: 1ac2b1adb6f9266cb791d02cc7cd2a1de11aeb95 37acd3b4c626e40ced4e188cd1d533089a91f3df 4fd571db0f5e9054c31d20d67487604115f1a119 ecdf6f9f456035c0109cd00b2e8be353d40936da

Package: dmsetup
Priority: optional
Section: admin
Installed-Size: 250
Maintainer: Debian LVM Team <team+lvm@tracker.debian.org>
Architecture: amd64
Source: lvm2 (2.03.16-2+apertis1bv2024dev3b1)
Version: 2:1.02.185-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libdevmapper1.02.1 (>= 2:1.02.181)
Filename: pool/target/l/lvm2/dmsetup_1.02.185-2+apertis1bv2024dev3b1_amd64.deb
Size: 85556
MD5sum: e06aaaf7f2011700ae4e0ea68e2f9f79
SHA1: 30c948ced5a2027f5cbd63cb37280b2ea6886b8c
SHA256: 3ba145d5812f3a88de3d0182e1408d6553549971e2b8f7cd67f4ed32ea177364
SHA512: ab168a49c4c955d34ed2f95c235f4353578178db66436cf2837e1ede0ab14cd42198e64b69cb14b85bc4f8ce91e42b04574eed69900ec848884f16448d6c34f3
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: amd64
Source: lvm2 (2.03.16-2+apertis1bv2024dev3b1)
Version: 2:1.02.185-2+apertis1bv2024dev3b1
Depends: dmsetup (= 2:1.02.185-2+apertis1bv2024dev3b1)
Filename: pool/target/l/lvm2/dmsetup-dbgsym_1.02.185-2+apertis1bv2024dev3b1_amd64.deb
Size: 45532
MD5sum: b5e052c290726a43562b03f6ff16b4a2
SHA1: 82b7d9c05a3b40bb9c715f14487d29d38fc91dbb
SHA256: bc9ff98ebfab2f32c0860262d65806b011263e65637bba165d44d39faf4cc57c
SHA512: 20981c30c92a78be9337c6451abc7b1aa6aa78f5ef6c5808067eebc1eee1900514a0437bd6682d946757db44eefc9c110f5c301aac328ed5ca9b34fab5245dd8
Description: debug symbols for dmsetup
Auto-Built-Package: debug-symbols
Build-Ids: a859ad899b9f0b4a20723fbc83cad2e1c8115f38

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

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

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

Package: dpkg
Essential: yes
Priority: required
Section: admin
Installed-Size: 6447
Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
Architecture: amd64
Version: 1.21.22+apertis1bv2024dev3b1
Depends: tar (>= 1.28-1)
Pre-Depends: libbz2-1.0, libc6 (>= 2.34), liblzma5 (>= 5.4.0), libmd0 (>= 0.0.0), libselinux1 (>= 3.1~), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Suggests: apt, debsig-verify
Breaks: libapt-pkg5.0 (<< 1.7~b), lsb-base (<< 10.2019031300)
Filename: pool/target/d/dpkg/dpkg_1.21.22+apertis1bv2024dev3b1_amd64.deb
Size: 1576572
MD5sum: 1914774d3192c3678481b92fab8a42c6
SHA1: 06246b0810673bfe674939c793bd318acdd50649
SHA256: c67c3e158c569faea6c3bdb517ab35baa4856cba16377d5474e4c60e959bf836
SHA512: db59f1a6dc0ad1cbc7316acf6ef7f5be1879d51774fe9d5bdfb2abdef5cb69d325ab40d091dd7dc9a05bd1d4238d1b6ba5d9cb9e70a9c15cb4da687a5aebed61
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: 1460
Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
Architecture: amd64
Source: dpkg
Version: 1.21.22+apertis1bv2024dev3b1
Depends: dpkg (= 1.21.22+apertis1bv2024dev3b1)
Filename: pool/target/d/dpkg/dpkg-dbgsym_1.21.22+apertis1bv2024dev3b1_amd64.deb
Size: 1264652
MD5sum: f6f698bcbb8a35dcbe66008df2c984f1
SHA1: 829fc492bbd963824f4c625d747e375bbba54b31
SHA256: e543cc23f9f8e0b72cd5c632d766f13e0af4f7c107be026340c71981353bf0a6
SHA512: 711cbdc75ae3fec51b1852d43546bb48530ecae4fbe2e7b5f25675875fca634fa846d1c75aa66d65f844807af2ff5d93ad022a7bb62c5784682038821c670a1d
Description: debug symbols for dpkg
Auto-Built-Package: debug-symbols
Build-Ids: 1e36afb35d9a92ac53579c816e262f9750f3f5f9 325b354e09fb36aab3fb07281dc7c3153c199c4c 55d3b21a666b10803cbe42c05e86a3d129d58eab 5a9de338f126c042c71d5d910ac17f7a5160311d 625834c9e12731c752ce189a4174b33630c4d34f 62c5855a17fd2d25b7359804f097d9e6cb0ab34d 6cf114b51c6b77580ab9b49ff2222f9065fc8744 84e38e31b802c19eeeaf58be307bb17d736978ea faea5b5c06a7c871f51d9f6ec2800cbc575a1c1d

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

Package: dselect
Priority: optional
Section: admin
Installed-Size: 1737
Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
Architecture: amd64
Source: dpkg
Version: 1.21.22+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libmd0 (>= 0.0.0), libncursesw6 (>= 6.1+20180210), libtinfo6 (>= 6.1+20180210)
Suggests: libdpkg-perl, perl
Filename: pool/target/d/dpkg/dselect_1.21.22+apertis1bv2024dev3b1_amd64.deb
Size: 572908
MD5sum: 9e9d93fce0ed6ef4683b2ac9b1ced609
SHA1: 86ca642013cb93b48857e427be9be23c3ad93143
SHA256: b1df2124a0316f06f5b6ebcbd406370ac75ada3bdd07b59b84bfca04e9d349e1
SHA512: b1db5780f9887cc29eb9172fcf9eb715b60d777be284b4084c60b5695d7b4f1f32b992c7c22db776fae6b59ee92c34d2a91b8c0ea2117adc90db6e25c1b46a33
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: 303
Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
Architecture: amd64
Source: dpkg
Version: 1.21.22+apertis1bv2024dev3b1
Depends: dselect (= 1.21.22+apertis1bv2024dev3b1)
Filename: pool/target/d/dpkg/dselect-dbgsym_1.21.22+apertis1bv2024dev3b1_amd64.deb
Size: 265044
MD5sum: bd3227a6e3d2588b722e5cb8a168e38f
SHA1: 0e2370d2af25d5d73f5d811ec7ebcad518c83ae0
SHA256: c158d8cc0300d3d703eae83a22a3272c6220e737dc1dcd4f5cfce5c47ed1cf49
SHA512: d3ca6c3be2151288902df963c5c92a23027bc6b60e203b689f495f581be9bfbdfa377cfa6e7721046cf75c216411c429de241de6aca2dd518accceda62242416
Description: debug symbols for dselect
Auto-Built-Package: debug-symbols
Build-Ids: 26f66f04a2a54d90883131cf4ac1f2156c7152f7

Package: duktape
Priority: optional
Section: interpreters
Installed-Size: 300
Maintainer: Debian IoT Maintainers <debian-iot-maintainers@lists.alioth.debian.org>
Architecture: amd64
Version: 2.7.0-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/d/duktape/duktape_2.7.0-2+apertis1bv2024dev3b1_amd64.deb
Size: 134208
MD5sum: 4222c6b546f3df13871110ff88abcbe7
SHA1: 5a0162f113922d043159b01d8da7bb15c1e107d2
SHA256: bc0d00caa05a4805434d5c8dedff4acb6ce5971a1372c280fac82403599b4dd8
SHA512: 084b16e0ad12c101aff0f36b66f1579802798b94d1ec16b423766a8dd6189d10435b77f74e650e20b42c2104ede23daa5b362710d9bb68b92a3c05d0564ee390
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: 598
Maintainer: Debian IoT Maintainers <debian-iot-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: duktape
Version: 2.7.0-2+apertis1bv2024dev3b1
Depends: duktape (= 2.7.0-2+apertis1bv2024dev3b1)
Filename: pool/target/d/duktape/duktape-dbgsym_2.7.0-2+apertis1bv2024dev3b1_amd64.deb
Size: 558356
MD5sum: 52a17d2850ffae8adf8b3f4246735f92
SHA1: 31801f30be1b349f41f156b43bf32b307daa78e7
SHA256: 7ffcf27eac11ec8b3d37360d42cbbfbe132fc00108e09049ddc7007d14dadf51
SHA512: b70ef56679b02068bebdd6ea0b48b525ba90c5464b3a179883cbac93fa606bad924933775d6b21b950c05b181edf3afed0c728da5350fd2eb79d3973c18a9acf
Description: debug symbols for duktape
Auto-Built-Package: debug-symbols
Build-Ids: 29f2fde94e9be88dc1281f6ed4e7522100261578

Package: duktape-dev
Priority: optional
Section: libdevel
Installed-Size: 4066
Maintainer: Debian IoT Maintainers <debian-iot-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: duktape
Version: 2.7.0-2+apertis1bv2024dev3b1
Depends: libduktape207 (= 2.7.0-2+apertis1bv2024dev3b1)
Filename: pool/target/d/duktape/duktape-dev_2.7.0-2+apertis1bv2024dev3b1_amd64.deb
Size: 605804
MD5sum: 818b6f848fb95e805b2a8d9f9e719fe1
SHA1: c690bfe6265d18473f7aa40aba076de34a6bfd52
SHA256: 21609c756d83726ac234d4f24eedac2b08fb6fb1b719d109277c3096ccf4a64a
SHA512: 0f96a1e6fc29963189e044ef739f70c7825a7d5affb3b834e73023f67dbc7e2c0ab1dfd2c49d16514882d217eb695b2f51574dd59b74ee8aff687f6776ad3aa1
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: 267
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: amd64
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_amd64.deb
Size: 119568
MD5sum: a7f86bf92ebf98ddc8fade2ebc2997c7
SHA1: 05b7ba480f7b12cc9b5c0e484d3f038c3c97cdaa
SHA256: 25f8315b4b43f9b8b1e438ffabe07a727a740efd15c15e2d86434830199f961c
SHA512: a85ee23ee10021c45b75e72b3381065fe78f8820818a41f84b33d4782900476585bef2a748e5bd514dcea65775f00400061d75d4759b6682326ed0fb4eefc0f5
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: 138
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: amd64
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_amd64.deb
Size: 87732
MD5sum: 92f615b00f8c3e2fabd5effe166418dd
SHA1: 6f622ea644e1a70e4253cfec4953d709a1ed5a18
SHA256: 00762c278389211e454fe65c64139eca5d0321e05905d58490537737ecbf7518
SHA512: 598278be0c0775c10f7e78ba6c525716aa887460ee20ae97298c901e31fa0639204c8d541f7f2797343c57000f5b385f62a690413563707b1d70a72ede9e19ac
Description: debug symbols for dvb-tools
Auto-Built-Package: debug-symbols
Build-Ids: 1aec3decd3d72d946d4a887280c12736b4ae1e2e 8ac9857707f305a473bc3346dc478f0a5f730232 c294a3d8cb04c35987e7ca97a8c4f5c5db8d0d10 cf4d9a2e169671094f26aba42a0b0f08565d7609 dc194e14b19523436a903dbb55ca60e1608df0ea

Package: e2fsck-static
Priority: optional
Section: admin
Installed-Size: 1881
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: amd64
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_amd64.deb
Size: 749856
MD5sum: a8ff79a1837baaf703cac3203978bcf2
SHA1: d32b714c72397c8c912e7ddcf9baa1da2e6319bf
SHA256: b88624f880ffeb59cc6abf6bdb76bfc45d8305e555c79d301c4cee3ba3bc28ad
SHA512: 4c1f3f85210c296bb5bd64c3f453c679ede270d49f5a0b9c8ee7af214223ba15b4c0d1d5f7746e390e4695ff2f510dac8e45d0388dc80ffe8398f1292a59d246
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: 1080
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: amd64
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_amd64.deb
Size: 923776
MD5sum: 38dfea1f862d3d67f6c8fa0dbd6dde61
SHA1: 92b72e0452c260cb837eaa01a2c056b58934f6f6
SHA256: 1d27d539e59b59c8cbbc8a05e19f10061483f17bbaafb9d7a4a075907f1d6d21
SHA512: dbbc22d814835b01b16b854b60d3f52ea5eaaa4091c3290dc546ec879253d31fb6fe6923b1f56c4bee1c827ec1bf962a2f338e4c5d823d26d668af3d5e87821e
Description: debug symbols for e2fsck-static
Auto-Built-Package: debug-symbols
Build-Ids: 2d36f27c9ce2936683a43b7cf179fab381291eec

Package: e2fsprogs
Priority: required
Section: admin
Installed-Size: 1513
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: amd64
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_amd64.deb
Size: 578660
MD5sum: b7474cec1d4865888a847db1437ab7a7
SHA1: c96aae25102c10c13d36570d45301b462839fe12
SHA256: 01e30d3adcabfc754b62f37e438f2e047795f0446ddc9b40ffc7817275bb8337
SHA512: 651ad832bb4e16509b70939518292e07ed254e08c44ae4653feac228180bfbef0f5c3bd27c4238fa2a7afce928dd2cc304cf231bfbc7850e7206cbe16017e369
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: 1545
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: amd64
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_amd64.deb
Size: 1341404
MD5sum: 0ba3082c8bed03c885b5e7d77d7ce59f
SHA1: f778e316eed7f6fe0f351ebc68b64f27175e1b97
SHA256: ef64a7cfd4a1010c61e5a031a7dd28d2fdfce32dd42e8ee18a5239479db4662c
SHA512: b28e3495a1ab1759fae6333126d9c98a6f6f4b72f87939e87316c38ed4e11dec51597e1ead96c6c8059a7cbcc1cdcd95fb8aab067958611c71203de1e63ae2a4
Description: debug symbols for e2fsprogs
Auto-Built-Package: debug-symbols
Build-Ids: 01170fa5305b1b69c3c6b0ccacb737161dc85641 06d316c806971b9fb4958fcc97a9ccd165dea92b 1105fe277bcd8df4f3b860053641d7834dd544aa 1ae389f7ac9ab8295d6da52bdae0cb0cb5d60b03 4032602dd14237844ab99de067f63c41269ce703 54f1b66fabd317bec6c6a82d5905e8298c114afc 596d53124cf2163d0e7498ac1024f3c1f6c39f81 5eaafe2b2894644d5523a9a360138f269eedc23b 6a6e4cd4c74d2328e61db6e9c6f4f85b5f4dda96 7f467934e666fbf8138ac217592333212e91da44 8fcfd336ad96fd845abb6113ad0678b27b64ef4b 95f669f6af2b070e2d4c1a33aa0fadbac59b97fc 9f0283220ae366f9d4f9273abc1a8f594e38dcaf b57bc892422a5acee7c011b0c5742afda6f1b125 d3de494e537b7a6faf95b598709649c3f0766145 eaa0124aab6932508c86307814a28fae9873fd4b

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: 3103
Maintainer: Debian wpasupplicant Maintainers <wpa@packages.debian.org>
Architecture: amd64
Source: wpa
Version: 2:2.10-12+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libpcsclite1 (>= 1.0.0), libssl3 (>= 3.0.0)
Filename: pool/target/w/wpa/eapoltest_2.10-12+apertis1bv2024dev3b1_amd64.deb
Size: 1158708
MD5sum: a2fa8d6b5322c9e38aa1b0c64c262de6
SHA1: 02ddda89240bb4d81efbd1dd011e19ebf3110289
SHA256: ff757b2139ed0467f71a38fe0cf3de4d16e20a91e36242e3a96fe1614576ebd2
SHA512: ed3ee88cc76432ba614293b0387ff71ecd5d5758f92db87a01b65d06676d057fe531b58e3825aa4a6c12149d79da5558cad41882dc7735cd1c445d388645c2df
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: 4276
Maintainer: Debian wpasupplicant Maintainers <wpa@packages.debian.org>
Architecture: amd64
Source: wpa
Version: 2:2.10-12+apertis1bv2024dev3b1
Depends: eapoltest (= 2:2.10-12+apertis1bv2024dev3b1)
Filename: pool/target/w/wpa/eapoltest-dbgsym_2.10-12+apertis1bv2024dev3b1_amd64.deb
Size: 4087516
MD5sum: 42475c4d768ff90e214586f4be8d6020
SHA1: aa3dceaf4c2fe7cd881848a074f7e53e89ee84b6
SHA256: 7feb264e2b1e4d686b53f24e315582c5bf072926d03288f61251df4885352a9e
SHA512: 9c38eb03f5576272359793ef2b7da2800667a9cc6a99c9f12e89a06167ff149ac459ccab1f2da53b97ac0f87551ab591c186fe93974e99ca2ac236c1216d7938
Description: debug symbols for eapoltest
Auto-Built-Package: debug-symbols
Build-Ids: 2a9b53c643a5bd00a89d87d1bb443921a07cee12

Package: efivar
Priority: optional
Section: admin
Installed-Size: 43
Maintainer: Debian UEFI Maintainers <debian-efi@lists.debian.org>
Architecture: amd64
Version: 37-6+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libefivar1 (= 37-6+apertis1bv2024dev2b1), libefiboot1 (= 37-6+apertis1bv2024dev2b1)
Filename: pool/target/e/efivar/efivar_37-6+apertis1bv2024dev2b1_amd64.deb
Size: 10324
MD5sum: 78bfe897e0087b0ffdd074244923fdc5
SHA1: 9a9665e3f33f45cc95b859e15c82872c86eb6892
SHA256: 405d445d9b658e1ec2a41e5d63d3a413adf19f6bd701aa367320306acc02c0eb
SHA512: 4f89b943659e790ed50b0aa28b6d29639522eb7ce98114c2f7a7391099465d877b5de3e195a8e338e7f9c3afa0f21315bb4a40bc989db7021c5fc6a662eaeb9e
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: 31
Maintainer: Debian UEFI Maintainers <debian-efi@lists.debian.org>
Architecture: amd64
Source: efivar
Version: 37-6+apertis1bv2024dev2b1
Depends: efivar (= 37-6+apertis1bv2024dev2b1)
Filename: pool/target/e/efivar/efivar-dbgsym_37-6+apertis1bv2024dev2b1_amd64.deb
Size: 16488
MD5sum: b199f867ab4be9b5a65e42ca0918544d
SHA1: 38a9713a660df45cd0784063386d9a008de10945
SHA256: 0e50a178029eba7df769d4d8d3d0789afa1fb84d295192b9e5b7f26d0867823a
SHA512: 8505e03f8ecb4ad5392bd4079f3b091d8a05537dfe2f9c99e4cf403bed20239e084c3a71f485d14923cd46dd7a5f127c7871a1a4b7078a4c58c905d2595ab6b5
Description: debug symbols for efivar
Auto-Built-Package: debug-symbols
Build-Ids: 3ff2784cbbf7a8314d4da0add289e5d2ea311cf2

Package: eject
Priority: optional
Section: utils
Installed-Size: 143
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 57652
MD5sum: a48c5465db0f8e677cf48548c7e000d7
SHA1: 63e9f6a8f353e84c11f1372bdcc9087afdc4d13a
SHA256: 236bcb4b5bfaad08d11d47eea0f4040fdf5c5a058b3aa2736fde60ce8ae8e256
SHA512: 98777a289dc3587a8b3d5f74ceaf5f2500d71cfabf464df30deb72c0f134b1734fe944a97f0db7c050f9070f140f1d63a1fe0648be31991d5ac73ce7e440700e
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: 111
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 89992
MD5sum: a5d913e0e3d69c9c2e76023fd1aa5836
SHA1: fb2c113fa28b3d5f379fc7be002d553727c21340
SHA256: d46108d2ec80dbafce0e7fd6670ce110b3c736d49616e97eec6f64682fd6e918
SHA512: cbbcb41dcc98f69c24232a06833d86b3f8396985aca16882b002804ddc55004dc230a3bcad1a2f99b3178a7f9bb18ee5b1563c661aff71d53ae7565cb2c8bf16
Description: debug symbols for eject
Auto-Built-Package: debug-symbols
Build-Ids: 4f0a6beb2fb45ca4aa449dc9c3319eeebc54daef

Package: elfutils
Priority: optional
Section: utils
Installed-Size: 2804
Maintainer: Debian Elfutils Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 471440
MD5sum: 843be24ced202b1131c7607f0ed7ca73
SHA1: 0119c6fbabaca81e8693185cb5df1c0b0ceb8d42
SHA256: 07c09460e3aea1642af5bc535ca437a6559102e941fe16a26f29070ee911afb8
SHA512: f1a3fd94047bc5a5c9b2d390656bf1683f4d7951b7693db2db9fae3cb453e06432a951d6c0f05b30f4ac9238e7b6fa84fb3dc0f120bc67df0d04943ff2186336
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: 2403
Maintainer: Debian Elfutils Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 2078700
MD5sum: 46735124eef2a7720f5ca821b91a9d01
SHA1: d8e729e6f67a1f03a58f32a2c3207221b4e0f2a0
SHA256: e2de8d87fa298ac0176553704f0989888d5a389e21351cadf3bd9f6ed3067d76
SHA512: 793a3e3f0ebccb6421b996f57481de124702dcffe15341525cdeae715a0e2a134d12178ba6b2e97d5dc9e68fd3ee61d692b4ec39337d95e1315b7310beb28de2
Description: debug symbols for elfutils
Auto-Built-Package: debug-symbols
Build-Ids: 0a3054ea5d0318d1c3641bbc0fe42132e7dd415a 0ee3d330c645a9dce295c964205b6ebb5927c480 17b67e2ccae74368e404db17ad8fac252e10b3ca 1e1f2865741ac8d38d89dfcbb5a39b366469cda4 4c9fede791fb87c97762b8a6d6a84f827b954f1d 4f53eb00cab706fc7b1b7434e58fadb369853ed1 66dd6bf777493832a197159eda5364eaa7bf5266 7b58f38428993a93226cf140af1641f599757a11 7ef83ffd4d64984b1b54dc51af95b7d5e54d0521 ad4a58ffdd3b34e519bda930faf76db6a7e173ef bb77191884747fbbf895fd3150e25bd5e89e1cc8 c46c2993cde3b8a90ad95e3cff1d8ee97f503571 ce69609253a8d2bb053511406ef1c2aeb57d807c e071ee6e27b80ac27ceccac3bf5ddf6ebbe8e37f e4ee42285d05b412c23ad84ae19fbd35af43d908 ee6f6cf2cb678f1f64c5d359713182bcc6e3ef4e

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

Package: ethtool
Priority: optional
Section: net
Installed-Size: 668
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: amd64
Version: 1:6.1-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libmnl0 (>= 1.0.3-4~)
Filename: pool/target/e/ethtool/ethtool_6.1-1+apertis1bv2024dev2b1_amd64.deb
Size: 197164
MD5sum: 4f707b897b8381586a1c1b7a839849cb
SHA1: c15c9aa101b991249116c98db3478034a38491dd
SHA256: a45368ad2a9bcc831765b9913546de336650d285c4cffb901968b461b5565774
SHA512: 47d2ca7a3126d914daab768235896f303023a4205011c3fbb08bd63a4bf0f44c269bd728d22c1e702bd2e0c13b8fcf6b08b888248dac9f0c122e2f615f402e97
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: 496
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: amd64
Source: ethtool
Version: 1:6.1-1+apertis1bv2024dev2b1
Depends: ethtool (= 1:6.1-1+apertis1bv2024dev2b1)
Filename: pool/target/e/ethtool/ethtool-dbgsym_6.1-1+apertis1bv2024dev2b1_amd64.deb
Size: 467936
MD5sum: 9814cceb3a9be050b99f1eb869b33b12
SHA1: 893c0334b0906a01ecef8f5cb3300caffda0a6f2
SHA256: e3115b22d3f5555a26a19ad51aae3ad58c1529b3c39b8779830b4420ffd62ff9
SHA512: 95478dc4edcd9786755dbe152aee48c0d16016a6aa37d02093089eee377e083d0438ccff2ac054604d4c09304bc6cbb6dc37eb38ca219ede15686e219033e359
Description: debug symbols for ethtool
Auto-Built-Package: debug-symbols
Build-Ids: 96d4b7c1b6523db6b47db76200931812a9004269

Package: exempi
Priority: optional
Section: graphics
Installed-Size: 53
Maintainer: Michael Biebl <biebl@debian.org>
Architecture: amd64
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_amd64.deb
Size: 22864
MD5sum: c6376807402ce5e4284c5564d3eb39f5
SHA1: 18c9d5d63afaf01900486cac0f041f3af1b037ac
SHA256: 99b2743e740ca5a6b4a44264cae3c9fc8f0e629c0d00fefa8868e242533b8387
SHA512: c117fcae48222049d621b423b4ef59e23c708f1f5375f1af69e2c16fa9bf7e669df06462eb07245cfccadb7abaa26e51ca7dd4d96ec561514758916021ada579
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: 80
Maintainer: Michael Biebl <biebl@debian.org>
Architecture: amd64
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_amd64.deb
Size: 65828
MD5sum: fbd721025751d809e797473c497837de
SHA1: b68a222b48943b98f81b8770f712beeeef9bc527
SHA256: 74b7ea09258a0c589bd82768d56e830c518af9bef3f3d49ab9a5dbfa9677a427
SHA512: 1305d48293aa4ba9a82b8f139d1a12b870992921b09137b713b082cbbf0ed000fc2f080a0ea6b3bb1658aae7f692105db91b1f74f6c9be499225d8ac97c1489e
Description: debug symbols for exempi
Auto-Built-Package: debug-symbols
Build-Ids: 7abf4323d392922ec51f09218d88e55f9c2c8b04

Package: exfatprogs
Priority: optional
Section: otherosfs
Installed-Size: 282
Maintainer: Sven Hoexter <hoexter@debian.org>
Architecture: amd64
Version: 1.2.0-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34)
Conflicts: exfat-utils
Filename: pool/target/e/exfatprogs/exfatprogs_1.2.0-1+apertis1bv2024dev2b1_amd64.deb
Size: 57968
MD5sum: e87114177148c8782df4621ee28b0408
SHA1: d19d2c58990cb05c8b36d2fd7a6d4e30c20b9b6d
SHA256: 38072534a79fcb8bff7144f789b58e9ca9486772dbcf71264ce08e34fffb290b
SHA512: da7733ff754c1f33988bbe1cc0d14faabee14414f28e35a4186edd444d780736e385d8aec57a4569ce5495fc5f1b82474a129587750f3ce89b3eb931e36cb97a
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: 375
Maintainer: Sven Hoexter <hoexter@debian.org>
Architecture: amd64
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_amd64.deb
Size: 309860
MD5sum: 851c70d98b7426c580eae694318085d2
SHA1: c80b978a143e0cfd3851a4d0591fc2b9b59f719a
SHA256: d8d2b2053a5cb2b6c69f83537267b7ef849c2f72ba9144c1739186e74bff260d
SHA512: b1470ae125a3394f417c0fbb60dffde4839ed6eb01fd78f8a22b4df6b5de66cff1faa08efc967d9aec07baec11eb8c915cb572d28f4236401e2988bf7b872a0f
Description: debug symbols for exfatprogs
Auto-Built-Package: debug-symbols
Build-Ids: 1f6451bb5fb1151f80e8257cdefc1900ac3d68d2 33b8a2fb2b74a937b5e04855ae13b8115e3687e5 6a3bb00c4f79f320a29a844df42fd71af2f34e31 a875ade0473c35e2eba572eea1b5f9e113c6d9b0 bafaea781b9627e54873a70771c4f0f1d040ee4d e85dd90beda0054eeb084ff4ec60088d0941b3b7

Package: exiv2
Priority: optional
Section: graphics
Installed-Size: 278
Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 142496
MD5sum: 46dd6209f43693c9f1d5fd3eaf6aa3a1
SHA1: e84d9afac64f2f919c7d3c869395c8f9e7fdac88
SHA256: 8eef033e028e4238b8fcfe07e0ebdfa9b2d5aced997c289f05f81e75f7f71eb4
SHA512: fd1376f062bba2b377693778f63f4b0752735fd0c1b3c8408b6a6b5983b3fb83feb1b88e8e37096f12e0ace3ed9062a2008b4d4d028a6f6611671c72685c14f2
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: 721
Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 670632
MD5sum: 83ccdbbdcdb5744a29ab34dc8e666f4a
SHA1: ce5273a29df06b8e8c755af220ad2a5cdecc1d01
SHA256: e0228990bc63a512e8ae46f25690adf57be35cec0edb952568b454cc97316cdd
SHA512: 5d9742d8793c83d85994e3642cef5991a4e5137ab0e6d57acbc4272c20babc797ecca2ee8540a663f625bf59a32690f8d05edd043ec09776614de09ef20ba745
Description: debug symbols for exiv2
Auto-Built-Package: debug-symbols
Build-Ids: a6c2d596887bdd166b0c22bc357a412959ae03be

Package: expat
Priority: optional
Section: text
Installed-Size: 75
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Version: 2.5.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libexpat1 (>= 2.4.1)
Filename: pool/target/e/expat/expat_2.5.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 44468
MD5sum: a4da06bedcd17b9e2e1134c1181e4114
SHA1: 062988752d0a48dc7e2270dfd4051ab45285bd5d
SHA256: ceab88d29a04fa1f87b7b8e4389a92769d4cf95465cf5cfc2a7de9bd475c235b
SHA512: 6d568cfe67b4f32e63f63408da08ec53677d987dd58ca0b206d7cdb9ca11873fd24601da13d201033212f1f911bb6fa7ed84ebac89e997d23685f66051812ba2
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: 49
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: expat
Version: 2.5.0-1+apertis0bv2024dev3b1
Depends: expat (= 2.5.0-1+apertis0bv2024dev3b1)
Filename: pool/target/e/expat/expat-dbgsym_2.5.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 32168
MD5sum: 89af9a76b26d6a1eda4b350c1ab5f3a1
SHA1: fb1420e122dd6bb6198d17fbd6a3b1084070e326
SHA256: 34e0b3096bf3739509e8353bb203ac4c0886a851d62c360f73d7049ea0ebe098
SHA512: 254b521871b4cdef0a29396de41146fa29a7cab306c0843640750f8db4da0d3fca867a552cf9342dd08716ea602450be41040f1da209204e9ea1d35d1a39e721
Description: debug symbols for expat
Auto-Built-Package: debug-symbols
Build-Ids: fc52301dd55c744fb8302de8c5649a2b6aa7191c

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: 491
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 150624
MD5sum: 17cd345de1d647407b3e1bd87871cdc8
SHA1: 057febc0758217a5bda98ec947e758226dc45eae
SHA256: a3227885abc24a7e92e400c227b059b482e4fdc9346074b8970d9d654cc7e650
SHA512: 7d5e477e492ae5f868c29e6b08962a6d6ec5e54a348e8edb7dbc0810f54539ccfd6d2b380ceb4b9836b0e1ff919bc70449d4da5ff451466407f17f3c35f7f8cf
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: amd64
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_amd64.deb
Size: 409004
MD5sum: e4e0504663be41a8cbcae4695ed095a3
SHA1: 4eb335abfd8d5ed4ab24f1ef2f9ffd2cf47653e6
SHA256: 14a61d3aa7cb6cb6eaedad405f18c8179d4fc26f8ddd14757c062394beaa433a
SHA512: c658e5939e674df6041c311a27543b0d59746f41741e492490bb0dd410c9dcdfdebe1e0b94ed8937a1f0352891fafc77504fc6001a44be2b859517aa28917246
Description: debug symbols for fdisk
Auto-Built-Package: debug-symbols
Build-Ids: 23461e87864456c0f8eed4ce97cefc9b58412ca9 49045f9574558922b1c2495fb2ce057724b102e4 6afd25db400088fa5683a53b6367bc83794e0afe

Package: file
Priority: standard
Section: utils
Installed-Size: 82
Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
Architecture: amd64
Version: 1:5.44-3+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libmagic1 (= 1:5.44-3+apertis0bv2024dev3b1)
Breaks: debhelper (<< 12.2~)
Filename: pool/target/f/file/file_5.44-3+apertis0bv2024dev3b1_amd64.deb
Size: 44640
MD5sum: 9aa76982d5210461e02b98e69997d5ef
SHA1: c5603932901e2105002f10082e41c2506da640c8
SHA256: e146146a81fa14b760cc606b04699ffacb6b94a396f90901584642188200cba0
SHA512: e0d9b98a327e7374ca60ae5f4c94e3aa14b88c0245fdfdcaad8882f3947f57a24f6aff5546c8c22ad99f7396cdfa4224f5d17aed7ca45c13d6fe90944bfe3660
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: 34
Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
Architecture: amd64
Source: file
Version: 1:5.44-3+apertis0bv2024dev3b1
Depends: file (= 1:5.44-3+apertis0bv2024dev3b1)
Filename: pool/target/f/file/file-dbgsym_5.44-3+apertis0bv2024dev3b1_amd64.deb
Size: 18712
MD5sum: 73720b1852aa9fc55e73ee419af9232d
SHA1: d5639770953939010f58d41ac701f332b8af9df0
SHA256: e9c7d8a2f2b5423a41df58965c995c4f9760064d9f3a37ec26fffd970d668108
SHA512: 19307f2f8cb4606820feb347dcb38664ce30f877ebb0bf6090266fc8bb46dc434af331e00701af3d8f467cade254c48d0217f9558fa4a06834fcc4e7ae364ec6
Description: debug symbols for file
Auto-Built-Package: debug-symbols
Build-Ids: a0a28a8f076952bf536cdcb1e915cf6cdd214ae1

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

Package: flac
Priority: optional
Section: sound
Installed-Size: 437
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Version: 1.4.2+ds-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libflac12 (>= 1.4.1)
Filename: pool/target/f/flac/flac_1.4.2+ds-2+apertis0bv2024dev2b1_amd64.deb
Size: 166632
MD5sum: e1d3d9b24e06dd1de4891548725367ea
SHA1: 2391000b0143db04b494ddbb36443d10be08d2fa
SHA256: 1d8855c94e7f125d9d5f9a34544f1d7ec04745828b61259e1a2cc5aae4248ddc
SHA512: 66c168499e19ad56644a70ee56396a049a2acdd84d7ce5628ff3e9e199b584c0b7364a0250a55d1f02e47be7519b270908120bb5af0b76c907b88448276d32c9
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: 391
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: flac
Version: 1.4.2+ds-2+apertis0bv2024dev2b1
Depends: flac (= 1.4.2+ds-2+apertis0bv2024dev2b1)
Filename: pool/target/f/flac/flac-dbgsym_1.4.2+ds-2+apertis0bv2024dev2b1_amd64.deb
Size: 349572
MD5sum: a7ec372011ee2cf0c7c70e24da32c678
SHA1: 869fded7d6ea3f57ca8ab9be057f1e246bcf0317
SHA256: 704db38da0aa0000107311e5d40808a1c80248c66cf0c43f64c14d061acc093c
SHA512: 8afb176c93132b81857cacfad30d30e4e6c3d18b7ae824d7d3ef99768b9abb8874959525851d32139dd4eb92651ab41b199c481739f76c47664a703fa93b5a66
Description: debug symbols for flac
Auto-Built-Package: debug-symbols
Build-Ids: b19ec160ce8b99764c77820aa549434bca8a3859 cead78853491545184edfcbb8e5f9d9ce96695d8

Package: flatbuffers-compiler
Priority: optional
Section: devel
Installed-Size: 2664
Maintainer: Maximiliano Curia <maxy@debian.org>
Architecture: amd64
Source: flatbuffers
Version: 2.0.8+dfsg1-2+apertis0bv2024dev2b1
Depends: libflatbuffers2 (= 2.0.8+dfsg1-2+apertis0bv2024dev2b1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Filename: pool/target/f/flatbuffers/flatbuffers-compiler_2.0.8+dfsg1-2+apertis0bv2024dev2b1_amd64.deb
Size: 864220
MD5sum: 1cfcf065c4899335daa20c591e648d27
SHA1: 620ddbf7accd73976bb9ee233ba6d136d453a2db
SHA256: 61536bd7b0072341018c7cae0c6e69e68e953c25e367ec58d30e422b7e067299
SHA512: e9da129eeda73c654f931938fe0280cf6f0da7347648c0c0907bace5bf6a3596e7238f6bcb0883d5ac0cd37eb9425cb353dc5b3a96c2e8553ac174f5cd27da06
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: 15346
Maintainer: Maximiliano Curia <maxy@debian.org>
Architecture: amd64
Source: flatbuffers
Version: 2.0.8+dfsg1-2+apertis0bv2024dev2b1
Depends: flatbuffers-compiler (= 2.0.8+dfsg1-2+apertis0bv2024dev2b1)
Filename: pool/target/f/flatbuffers/flatbuffers-compiler-dbgsym_2.0.8+dfsg1-2+apertis0bv2024dev2b1_amd64.deb
Size: 15177360
MD5sum: 06011dc2051c9451b27bb39b5b0f0a7c
SHA1: dbdddd2b14f760ed0247c5e789772d3251846158
SHA256: e552859c4737b6436d0807c7431479dbab71ae5f9935f0ebbe3a70434966b18f
SHA512: d726589009ec6f89357fd151bbb6921d30879be924fb643823ef86fac7ef9e0d5bb33779cfb42181336204a9d07979a055c18172603f8f89af50ad200278d931
Description: debug symbols for flatbuffers-compiler
Auto-Built-Package: debug-symbols
Build-Ids: 845dba32145fbbdf3dfb1c032959a514938b0a20

Package: flatbuffers-compiler-dev
Priority: optional
Section: devel
Installed-Size: 41
Maintainer: Maximiliano Curia <maxy@debian.org>
Architecture: amd64
Source: flatbuffers
Version: 2.0.8+dfsg1-2+apertis0bv2024dev2b1
Depends: flatbuffers-compiler (= 2.0.8+dfsg1-2+apertis0bv2024dev2b1)
Filename: pool/target/f/flatbuffers/flatbuffers-compiler-dev_2.0.8+dfsg1-2+apertis0bv2024dev2b1_amd64.deb
Size: 12272
MD5sum: 3782ab90887825a907ef260a9061bf55
SHA1: e4c51ba9d9afce04bf3bd218f26503952074c70b
SHA256: 5fb784bb207fa8ec57a0836671532ffb9a8514f55fab8a03f6847caf6b261685
SHA512: 1077042549af009ed98a8840b06b0660894794f07470bf0672fe98a215df5f8bc4856e3c057bde677dbc0491e19a7ee62aaa34e65cc3d14ba86923080f3cb975
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: 7379
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Version: 1.14.4-1+apertis2bv2024dev3b1
Replaces: xdg-app
Depends: adduser, bubblewrap (>= 0.5.0), default-dbus-system-bus | dbus-system-bus, fuse3, xdg-dbus-proxy (>= 0.1.0), libappstream4 (>= 0.10.0), libarchive13 (>= 3.0.4), libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.2), libdconf1 (>= 0.26.0), libfuse3-3 (>= 3.2.3), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.67.3+git20210214), libjson-glib-1.0-0 (>= 1.5.2), libostree-1-1 (>= 2020.8), libpolkit-agent-1-0 (>= 0.105), libpolkit-gobject-1-0 (>= 0.101), libseccomp2 (>= 2.5.2), libsystemd0, libxau6 (>= 1:1.0.9), libxml2 (>= 2.7.4), libzstd1 (>= 1.5.2)
Recommends: ca-certificates, desktop-file-utils, hicolor-icon-theme, gtk-update-icon-cache, libpam-systemd, p11-kit, polkitd | policykit-1, shared-mime-info, xdg-desktop-portal (>= 1.6), xdg-desktop-portal-gtk (>= 1.6) | xdg-desktop-portal-backend, xdg-user-dirs
Suggests: avahi-daemon
Conflicts: xdg-app
Filename: pool/target/f/flatpak/flatpak_1.14.4-1+apertis2bv2024dev3b1_amd64.deb
Size: 1398404
MD5sum: 3b6303c1e372a692fe3710cf71499786
SHA1: a214f0e2d85f738d245de85478ac94353db98940
SHA256: d1c0eb6ec06e814518ba29e48450f47135c16ac61ee0592d99f8b098cf63e1c8
SHA512: ee4f22db0103f144c18b78b7b750786efd7877c5cb8e8cd73d1c26e33c299c8905e48499415f5b8cb0d41a0d95bdcc493262de256c6e61c0949b9aa019277855
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: 7322
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: flatpak
Version: 1.14.4-1+apertis2bv2024dev3b1
Depends: flatpak (= 1.14.4-1+apertis2bv2024dev3b1)
Filename: pool/target/f/flatpak/flatpak-dbgsym_1.14.4-1+apertis2bv2024dev3b1_amd64.deb
Size: 6631196
MD5sum: 78eeedefe2bd77e3da77e2786ac34400
SHA1: bf3962d9509078b65907fe1d8e2380eb2dcf2880
SHA256: cfa2f5e271f9cd20e60c2ec527c958b2bf7b2d8231099603edfca748b59a2e15
SHA512: eaf7d5d732e73626dd90c50af729c314cc19d1832bd3961340a476de789ba6da59314f8ca5f198bb9a9c4eb1e39ef98a68a96ab847c6215b56a01c5ac0501efd
Description: debug symbols for flatpak
Auto-Built-Package: debug-symbols
Build-Ids: 114e687dedca6fae36cef2209f8637532da380c6 171c48e577527596ceefad587d2919bf958ddbdf 6f93480558781913fbaa0ed4e81f26cc1d1df615 783264448d0d7637613e00e6f08ade5cd4c47b22 7b14cd57d869302552854901f2d1490344012030 f6ff1c341e48fbe4e13fcb336f137b33e5db47e9 f7e2528ccbc832d4b938b2b15c6427559cd80eb7

Package: flatpak-tests
Priority: optional
Section: misc
Installed-Size: 7759
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: flatpak
Version: 1.14.4-1+apertis2bv2024dev3b1
Depends: attr, ca-certificates, dbus-daemon, desktop-file-utils, flatpak (= 1.14.4-1+apertis2bv2024dev3b1), gnupg, gtk-update-icon-cache, hicolor-icon-theme, ostree (>= 2020.8), polkitd | policykit-1, shared-mime-info, socat, libappstream4 (>= 0.10.0), libarchive13 (>= 3.0.4), libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.2), libdconf1 (>= 0.26.0), libflatpak0 (>= 1.13.3), libfuse3-3 (>= 3.2.3), libglib2.0-0 (>= 2.67.3+git20210214), libjson-glib-1.0-0 (>= 1.5.2), libostree-1-1 (>= 2020.8), libseccomp2 (>= 2.5.2), libsystemd0, libxau6 (>= 1:1.0.9), libxml2 (>= 2.7.4), libzstd1 (>= 1.5.2)
Recommends: python3
Filename: pool/target/f/flatpak/flatpak-tests_1.14.4-1+apertis2bv2024dev3b1_amd64.deb
Size: 1183060
MD5sum: cfcd2c1ca55674550a395b58632d8089
SHA1: 986619eab7abaad35a4a19f289467df0f7a44d29
SHA256: 8f35085f800a44dccbe43a1ecd1d7eafbe0da911f4aa8c707fc065fd9e52a58d
SHA512: de1cd5d65a3e3f001f470d0eb60ae34a91ddd46af28c19bfd48749da266ba78d71126a27a48858ba6d8d76449c73e47636a046c3957583fd8271d8b8b4ef02ce
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: 11583
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: flatpak
Version: 1.14.4-1+apertis2bv2024dev3b1
Depends: flatpak-tests (= 1.14.4-1+apertis2bv2024dev3b1)
Filename: pool/target/f/flatpak/flatpak-tests-dbgsym_1.14.4-1+apertis2bv2024dev3b1_amd64.deb
Size: 10421128
MD5sum: 264e331861df224be1a53fc0ede8e8d0
SHA1: e4cce055b7b0b9babed534ca085f0d8736978f8f
SHA256: 8adb79f6b9881dc772cbeb1069f03c138c78f3236eb80e45474b3587ec17c8b8
SHA512: 12dfd02827d12a91053206694256c43bab5a2969e5b07803f17960fe4904ce0968bb1325f2f72e0d3d036ad4374ea8b53ad8d10d8900e34b4520af6d19ad17a5
Description: debug symbols for flatpak-tests
Auto-Built-Package: debug-symbols
Build-Ids: 2a012950536fd7aa3497e856d8104ea6962ca2db 3fdbc99ae80b2b47350fa1074fab59aeacea7390 43ed6f33b11c46bf2abd761bbf152c3a1828202b 4aa3fa12657502d5d006baabaa0e99f596234172 4d4b62ac4204075fac74f16049a77690e5f3626e 525634988241df4b8af0bc8c15460c6a4e148f26 53ca9854d41ed64d7305d3abc8bcb329394da83a 56943e983b0bab19f5635c93564002798fc205d3 7d763c88ef581af124030462e58a9c5d06fe824c 816a2a09a10c3e9e293b5fdb73cd905e0755c74f 92e3ce2717b1cd2676beb30d336b47b0421b7fe4 e116a83e45c194cc9b4ade08172b988462a3cb34 e9958407a5a12539400446992b6e29abe1030427 ead6b92704168216e4bfd08a2456343c669a628f f447c75eddce292e3209b2de945530d87dba9265

Package: flatpak-xdg-utils
Priority: optional
Section: admin
Installed-Size: 91
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 20620
MD5sum: 625e4e81d2d28a034e229c8dcbb8d590
SHA1: e03c2fe5b263546a3e2bd14648ad7d6dfb2f0c2b
SHA256: 0b97846de7792d3f2da15f324800a947e86b47a11111893b966151434e90c356
SHA512: 1e820ffaa9869dced0739aa6dd8b6eb4fca9e658c93a707993ee7364768b07f47de7b90679885a058e2323cc8e2fa7230d82e0e5c9d0b3ce190cc38a3dc03797
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: 78
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 42936
MD5sum: abc88844423fe8cdc1b69a329f686375
SHA1: 04a09aab461bf7fed800faba39e1dd942c5ee807
SHA256: bf6002a3aab4a1d4e1652f9fe5f3a2445e7c5ce733d61e8f71a1c608fb9f5a5c
SHA512: 9c0f93e7070159c892668640d5fb126ef6336ed3fb43e71e49d1b1cbc0c284cc1d4c519f9481a2e894baa93fa6c2a8b872f403c718b6f738f52db34453579084
Description: debug symbols for flatpak-xdg-utils
Auto-Built-Package: debug-symbols
Build-Ids: 40aa3449377090ac09507874acae89c7bb2bd4bf b1cc10750edfc249aea2bf635e0b86cc1e686834 f343886b9e08acc875fa5807dfd878dc93a82fa9

Package: flatpak-xdg-utils-tests
Priority: optional
Section: admin
Installed-Size: 142
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 29616
MD5sum: c04b58d4317511499874525c48ac2255
SHA1: f23b10807e835fa30d314f7c68b6bf6027156235
SHA256: 89f16435ad86f4d8cb0fb798f373d021db3f948f23f957f4040a3a142a6cd4eb
SHA512: d97a93d3e3e0b411ab1cf36485599ab3fc15e9bacad9a69dc314907a52e177519ac464fbfcb1d5223bb34b2a6df171957bfed1b50ddb90277f8485ad02010291
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: 108
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 68920
MD5sum: 6b720738c6edefa72439257b2290418a
SHA1: 54ea2453db3f7fbf6e4ae37916dd36770caf4fe4
SHA256: f1fd67eb02f40a2afa5f8b1265c36371d7e00c463c4ef40380bba51213d916e3
SHA512: 8a4ef232df37af8dcc23cceff1f6dc7320320b903a03c2dfd065554e97e83fcfe5f5f73b9d8349a642e10813d9364042e7381cb633b0bb5410076f7155f606b1
Description: debug symbols for flatpak-xdg-utils-tests
Auto-Built-Package: debug-symbols
Build-Ids: 266a88838e7563c5cd45d2b57dae33ba41fea7dd a5061a166c5dca8e4647f4499b8451cb6876f8ef e010e4c331de4d577ccb2ca32b91c6c6da5c565f

Package: fontconfig
Priority: optional
Section: fonts
Installed-Size: 617
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 447184
MD5sum: d8b5227740d5979785fcda6795000aa9
SHA1: f65e25858ff200d5e4df6dbfc7dcb4ed5d2ebd6f
SHA256: 5f27d499fce4068b699b4170bdf4538be855588f8b0a4f54fee1e1bd0832e5d3
SHA512: 4d608637c409918fe365129be242f6bdbbf78710383a52d672896ab47130191e771bed06782bd0654aad8cebacdcdded8067ce3b13f0f2fe3d2bc82871f23ebd
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: amd64
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_amd64.deb
Size: 317936
MD5sum: fdf7f2daad3a069e61c96e355dcdd824
SHA1: 9b45c99008855485c63c10cffaf2158500b92e8d
SHA256: a9036def72a02bac4d85ca46a56c248eade572444d6b42248c296b8ef67c6619
SHA512: a27c5732042801f94bf39cffa793942d36310e95588c3151ce0c0cd9db280ffc2652631f54f30594356038c88c070d904b24df3ffab6588aca3166dd32adaea8
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: 131
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 58020
MD5sum: 866b4b5bf6290e1dde315629c2d98752
SHA1: 0b781c611e0898f2f2b4848376fecb4200f5f6df
SHA256: 7f888ab9afe51b7b612d74b014192175b4d871b3fbbd8ce7d6cef8803aebabcd
SHA512: dc4c901298ebb9a3e2af3d7e714561c7d4c7b04cfb1ac2fbe3369cc5097a57b500f0f95ae1806bfed0f01a6814268c026b69f77dfcfc6b333635b69d5dbf3329
Description: debug symbols for fontconfig
Auto-Built-Package: debug-symbols
Build-Ids: 1ab06aee0d5163f1570c2ca988884302017a8fd5 2ec197d658d59dd3263fb887852bdd0011239f0d 305cf0057301c4e160540fef74c608b29f8c98bf 4e653f015b28fd55e9826e2902fb865de2829771 5ca28b9c6b2c72e9c70cb095ae7dfe283f75b272 67d40415a302b38fa2eb964b36da8e005d2d5262 78e98fa6ddb1d15e67762d57b0ddae2cbc2aa623 b10805c76a2e1e2b3b3c247b896d040daa9e1bda bef8b16739400aafc82aa83f800be5d50309dda3

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

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

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

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

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

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

Package: freetype2-demos
Priority: optional
Section: utils
Installed-Size: 1186
Maintainer: Hugh McMaster <hugh.mcmaster@outlook.com>
Architecture: amd64
Source: freetype
Version: 2.12.1+dfsg-5+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libfreetype6 (>= 2.10.1), libpng16-16 (>= 1.6.2-1), libx11-6
Filename: pool/target/f/freetype/freetype2-demos_2.12.1+dfsg-5+apertis0bv2024dev3b1_amd64.deb
Size: 227900
MD5sum: eb39fdda258b0c0dee052931ee7f81b0
SHA1: 7a266562d33ae0897c5c040449546f08ecd768a9
SHA256: bf385b89b93ce86ba995a7e8548f2c1dbb5f67c03b51e28650a76d2eded09676
SHA512: e2466eded55dba607f8da08697ce4b1339033649217b05e2f48c923ace7b60bfc19cb501db5c4afa71781c8104117e896455cab25bc8d0587d18c18bfa8c63fa
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: 1151
Maintainer: Hugh McMaster <hugh.mcmaster@outlook.com>
Architecture: amd64
Source: freetype
Version: 2.12.1+dfsg-5+apertis0bv2024dev3b1
Depends: freetype2-demos (= 2.12.1+dfsg-5+apertis0bv2024dev3b1)
Filename: pool/target/f/freetype/freetype2-demos-dbgsym_2.12.1+dfsg-5+apertis0bv2024dev3b1_amd64.deb
Size: 964616
MD5sum: 5cd9f42b7848c9b3e9a40f4831530660
SHA1: 2bc42e1363e9675baa558b40aae6969cc536ab4f
SHA256: 9287ba45d672ffe744d7318595fe778189bb0bd8c67b1dd30058a7d1cb955bc5
SHA512: 7a3b4612a79419baf89e142f58868337bf6d9aaad59997f29c66b437c2d6f8bf05f89cbfac4796b48f628cbacd178f0192ffa619172382e2cb06981585d94722
Description: debug symbols for freetype2-demos
Auto-Built-Package: debug-symbols
Build-Ids: 1bd97a0a2debf71ea4874e56710f7a9688bd923f 27047e80cecdf0bbb042eeb0336a53fa0cb92bcd 2c75d53436ee8cc936ea3a54a434a365f38b0176 383a809ff0bbb464f9abc1161531f02941691163 389cbee9e39d2ea7da9dd7792ca0fe0586a38dfc 4f9adc4994de436f480130012369d31e3c1e0e96 6b22a18ca8f46ab89161ca7a4c33a3d0cdfcd6a9 ae71d09a0d9092fb121e18f5dae71c45efb646a8 aeafb57bca63ccd8e9b74976e13160dc0931fd25 cfa61d88976eda55e6242732508557e69cb226eb e83e96ae469db70a9a69b00ff842ad0343e78c83 f616cff4f238ee4bd345a76d015f8e5384442842

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

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

Package: fuse
Priority: optional
Section: utils
Installed-Size: 129
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Version: 2.9.9-6+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libfuse2 (= 2.9.9-6+apertis0bv2024dev2b1), adduser, mount (>= 2.19.1), sed (>= 4)
Filename: pool/target/f/fuse/fuse_2.9.9-6+apertis0bv2024dev2b1_amd64.deb
Size: 61208
MD5sum: e611a8f865661f59ad774ddfb4fd62ab
SHA1: 2998d436cae730556c53a161fa019d3d14938458
SHA256: 5c88da21c01e64214bc421ef45e5d21ee55f9a4d7a92abb0d55431e8bb6d99e7
SHA512: 35c9b85730ade9e47c2262d637139fe5cc4c063e93bd25dec8080fb1b0d05447cc24db9d0c247f8ab1370a3a60200d752b9d2aff5491689fa874eb14956b1e2f
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: 87
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: fuse
Version: 2.9.9-6+apertis0bv2024dev2b1
Depends: fuse (= 2.9.9-6+apertis0bv2024dev2b1)
Filename: pool/target/f/fuse/fuse-dbgsym_2.9.9-6+apertis0bv2024dev2b1_amd64.deb
Size: 55328
MD5sum: f03184236995b6f61e32998ae265ee83
SHA1: 28dca0a43995dde81b84115dbc297556d3af95b1
SHA256: 89c753294d440a20de94347cf247d93e2a245e9610d9335a2c79001d77464177
SHA512: 2de6aca7712e7af247aa9274da2f212089dfe73aa7c45c8d9d842238fc0ebef546518d8e946e7630cd1d021530d290d6bd7d66e8a8900e04fc04ffec0bd8232a
Description: debug symbols for fuse
Auto-Built-Package: debug-symbols
Build-Ids: 753d6e2217d96db429717410e44c0dc5c255188b a20aa9f1e77a94058b95872741a5137fcf1a5678 c600c7e2f1108f8ac3be7152de598e944f54ae49

Package: fuse2fs
Priority: optional
Section: admin
Installed-Size: 116
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: amd64
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_amd64.deb
Size: 49168
MD5sum: 589a08148b331c2fab135c0c95725c60
SHA1: 1470a189fc5eb559d06a61d0a6c4dd9e5a0270d1
SHA256: 85087b55eb4141efb90048835385e942540c1b560a566f125e3343111e5409bb
SHA512: d0320fdd1c2ac7c2d2f26431ca6cb1b1817e82adab779a146ddc85c008304aa463608a11bd125c3c666504e8cd15c4d77a3d96c9f271786e79bdd26fc4bce0ba
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: amd64
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_amd64.deb
Size: 104020
MD5sum: 6b471ddfbd0d61c87702a744b788c30d
SHA1: 06132219eab947397fccf9018cb4a7eb9879c319
SHA256: eec1f170aebd5a439da2ef45c2f0be44b30f903a84f11416b0e93bb174ab4f5f
SHA512: 217a8dbc78b96e431aea331ff787fccad5a5953713d4b45c2fda5cd2e8ae27838a5661fd349ea366c7bc0dff0a277dc90530ff72addcd7b8d179ce33eef5c4dd
Description: debug symbols for fuse2fs
Auto-Built-Package: debug-symbols
Build-Ids: 5c99741dd39b20fa1b0d3874311f84e76567c360

Package: fuse3
Priority: optional
Section: utils
Installed-Size: 2245
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
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_amd64.deb
Size: 2212652
MD5sum: b0512ad3e189a32d6dab67d5b42a65c2
SHA1: acdf78eab725b36a3eea56b50b92955f6c4956c8
SHA256: 6bfd15a6d4d96a9536a70d6160fb3d6183b329aa9c59908f836ed9180007a8d0
SHA512: be1fb14e2fccd1d7268c705eeb7f1e72f03241c160baca3d95a0710a1a919690c4ec3f58823ed073260d9386ee73c65e3129e52536c2c6525a0e7f2b2608c317
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: 77
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
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_amd64.deb
Size: 51104
MD5sum: f25ffcf68016a950bd7aef8afe3d07b6
SHA1: a386632cc8b7f3df7c5dd6d7dbea5b6ecac17ca1
SHA256: d33e3699126b4739dc546cf02d7d64f56ffb03af942bec51dd3e2b7bd57d576a
SHA512: 93977e9832d1fc5b525df23d0240bbaa686f563ccd95908f8217d97a81d3426c2499f01fbce66c74cf12e851b2fcfcc7cf51bbc1ba4e67edb8fe54c222e8d13c
Description: debug symbols for fuse3
Auto-Built-Package: debug-symbols
Build-Ids: 840edcd4a5ca7365dfcea0d196652db6fec7abbc c1672dda99aea3e59d64f0c02a8a083a7438bfc5

Package: g++-12
Priority: optional
Section: devel
Installed-Size: 36162
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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: g++-12-multilib, gcc-12-doc (>= 12)
Filename: pool/target/g/gcc-12/g++-12_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 10695420
MD5sum: 656b166967b2991843134db41a17aea5
SHA1: 22ca2117dca4095c6472af82457e7790d3e30463
SHA256: 45a6dab1b89f2d5646922fc024ce954befa0146a99a5a26c8d88d8138a541b21
SHA512: 2c0e764d005332f07b8e704c1b4fd3789ddbbc1f779cba5475bd055be5cec6eabdbe0b31900fc2a8ba1f6203125e0cf13cfca5c27f9aaddef9ea50534e07bef3
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: 75724
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 73499608
MD5sum: c41d87f386f5cd59cdbcc75ec442835f
SHA1: 317e4ea52afc64e83e90f64e0887a326a0284bcc
SHA256: 299abb58dccc262ee3e8084de9c67f2759d647068bf2e6d5a14c3e114dfddec1
SHA512: 856bf98b3d5b7c69a92492e4c1477f3adb17f68b1bb604826eaa825f5738c1bb3c3b88ba1274263c9b964a751ed7cf000efd3bfa18326a362c80fe944f093ef6
Description: debug symbols for g++-12
Auto-Built-Package: debug-symbols
Build-Ids: 3cf2e7192d01a98859185d619eac05779de276af a2f846c702eadbc5b07c625d353c3c8f1853942e b11095cf15fae7507b82ea163321b174c46af09e

Package: g++-12-multilib
Priority: optional
Section: devel
Installed-Size: 6
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), g++-12 (= 12.2.0-14+apertis1bv2024dev2b2), gcc-12-multilib (= 12.2.0-14+apertis1bv2024dev2b2), lib32stdc++-12-dev (= 12.2.0-14+apertis1bv2024dev2b2), libx32stdc++-12-dev (= 12.2.0-14+apertis1bv2024dev2b2)
Suggests: lib32stdc++6-12-dbg (>= 12.2.0-14+apertis1bv2024dev2b2), libx32stdc++6-12-dbg (>= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/g++-12-multilib_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 1052
MD5sum: 3f79cf066cc6acd2a2a31a0cd00756e0
SHA1: 5d432cbfa175132bac2094bb50be89834b37e0c8
SHA256: 2625b351d98ee94431f69c1eef708086edd3f97bcc836a53cb19b4c1bfb83c21
SHA512: 387806b0436ba00ef47513e307f8187ce361b34b469d6f22ee29fe9e8d8a434beb3f399eb50351ef6165297ed8aa1c4cc16cb8de5b93db2acedaeb2ba390b2b9
Description: GNU C++ compiler (multilib support)
 This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
 .
 This is a dependency package, depending on development packages
 for the non-default multilib architecture(s).
Homepage: http://gcc.gnu.org/

Package: gcc-12
Priority: optional
Section: devel
Installed-Size: 68236
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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-multilib, gcc-12-doc (>= 12), gcc-12-locales (>= 12)
Filename: pool/target/g/gcc-12/gcc-12_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 19265804
MD5sum: 4bff8f0ef5e557ab1cd783cc93ef43a6
SHA1: 09d07d2b1c1713a7c23f0af623e07d86d56328cb
SHA256: add8fed335f74e36109abc6eb012ccff2d51eeda32828e4505743a1dffef0142
SHA512: f57a3f8ab3d97e4c8bc0009027c7e5ddc5a30b3ecc8c2fdd222b46c3aa41cfab3057365d8757f99fb99438fa2ef49c8ccb44dcd521a6845505f2baba1558dccd
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: 643
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 583500
MD5sum: 1498656770ae67f5f358eb7c638dae89
SHA1: 3f5d7fe489af7df1b0b15a6f47348df850cf3fd6
SHA256: d985d80173662d4331ed0a986a199750535364e0a405a637da087ee2aac33a97
SHA512: 3665733ba6c5cbebf72c017ca35be6dd71c38bbb7e41276feaf6b0db497bf42662d9420ae3e3b8fa87cf2b40f533c744d9e64e42ca78345e1444688d4c775132
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: 172382
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 168015896
MD5sum: 29cfd04d03d540d4952fa1ae27aa8961
SHA1: ca7515b0bf5f1bb8635e883a2455bd3cadf2ddd2
SHA256: fa668f736976340613912accf6610c36be404260f33f86cf56a167b2c9458018
SHA512: 750119f49509a4015de70e4ca9aaf2b736788a68c574a9302b668ca10aa963369fa7595ea123da7928dec9feeb5ff1ac250fba7db3c35205565719616aca32bc
Description: debug symbols for gcc-12
Auto-Built-Package: debug-symbols
Build-Ids: 1552b5d74708501f29513301a9b88ed622aa12eb 2543096a287599cc9830ef96a2bdc975e281ff3a 3358ebab93870419aa8553fb09c8e7a6bec21566 4a96686cfd3cbc2a411a8884dfa657e6dfc482b2 52439202eb9511b6df23ea7044f93bb2e30cb45d 5e28953400c395010e578b1fde529741f22c007b 7973f891d8114db02b477a33ce4909f1af8f352d 7cfa6008b300cdf46d83de5937df5db978f72f4f 806c1244760d6279389b3ec2ba6fba718c80e409 95acf449e98b38a7fa6b4e331314707615b027f5 98c1036841d8e8e086c6aadc8e4b68113dba377b bd363dd828e3b403df98d1c4cbdd1b03aaa98b43 d332d5b169a79c5b934c9219332ac47f15ce32a6 f5934d4d1772ed4166f196d2652e963f06af229b

Package: gcc-12-hppa64-linux-gnu
Priority: optional
Section: devel
Installed-Size: 44605
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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), binutils-hppa64-linux-gnu | binutils-hppa64, 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/gcc-12-hppa64-linux-gnu_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 14722336
MD5sum: 6bc6bc598745ee4ccbfd31c8a059e963
SHA1: b5fe041fc3b4497b489238701c81c40f2173fbef
SHA256: 3bc9d19f508fe28fc3183848457b84e527f24205507c030b61ae7bfe23810280
SHA512: 45046d9c0f4918874ae7f18a3b63fa0180900c7324a7c95778f8b307c55e74ce557788ec23f807d658860a85f0375cbfadbbe48345a033ba142d5c975b0fac59
Description: GNU C compiler (cross compiler for hppa64)
 This is the GNU C compiler, a fairly portable optimizing compiler for C.
Homepage: http://gcc.gnu.org/

Package: gcc-12-hppa64-linux-gnu-dbgsym
Priority: optional
Section: debug
Installed-Size: 122450
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-hppa64-linux-gnu (= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/gcc-12-hppa64-linux-gnu-dbgsym_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 120332984
MD5sum: 238b3123ae420210c42f7bde510688cf
SHA1: 816b957131c9472754a062c236885a7ee03319bb
SHA256: 1f152060eaf9f259d6dfc583fa7351b57617e990104f924633623642d5970ede
SHA512: b28d775cea8213e159a99fad5fa27686c0d1cf2866981d082943b1b840b941e8f956467026696fd3deed672e0210f0c72e67e132d7b40a1ffd48b938af40d350
Description: debug symbols for gcc-12-hppa64-linux-gnu
Auto-Built-Package: debug-symbols
Build-Ids: 16b7501478bc577dae5f375c21b54143cc59cf89 1f1944e19acd02557c630d80c5ff2c893e89d0e5 8a296e614e4a615da534fa5784f921422f6b87e2 8e0446860238ca25254fb97fdcf28e403327eef8 beb75c5b5cc0c3140052031b99f2090cddb16458 d530093041022d24e78218ea048876727d23e5b3 e184f6a3bd0b827298550651b195f7bb51047ce4 e922ff65d2653386d82653fda52a5cdcacac70dc f3d249664c60a968d300d2c64de16d6bf7e18c7e ff25f34f51c8df49dc51f6d66a5e4b18ec882d1c

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-multilib
Priority: optional
Section: devel
Installed-Size: 6
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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), libc6-dev-i386 (>= 2.23-1~), libc6-dev-x32 (>= 2.23-1~), lib32gcc-12-dev (= 12.2.0-14+apertis1bv2024dev2b2), libx32gcc-12-dev (= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/gcc-12-multilib_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 1032
MD5sum: f9898e7c0fb3fd973a2b9d107d62b8ee
SHA1: 61c37afd40d612ee653b0c82430183fa34f5797f
SHA256: 7e9d2f6fac2e8f4e75eb26aa1c0b5b283774340dce74292c9cbe7a8634ee9883
SHA512: 0f1cdd707df660df658d19608bdc4179da1913f337c5ce44ad8fca46729952c8ffadf575143a6de418dea38034e91ecde08482cebd32b5c10e8ca0125e4f6035
Description: GNU C compiler (multilib support)
 This is the GNU C compiler, a fairly portable optimizing compiler for C.
 .
 This is a dependency package, depending on development packages
 for the non-default multilib architecture(s).
Homepage: http://gcc.gnu.org/

Package: gcc-12-offload-amdgcn
Priority: optional
Section: devel
Installed-Size: 129549
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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), libc6-dev (>= 2.23-1~), libgomp-plugin-amdgcn1 (>= 12.2.0-14+apertis1bv2024dev2b2), amdgcn-tools, libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Filename: pool/target/g/gcc-12/gcc-12-offload-amdgcn_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 16663780
MD5sum: 5769f29351aa75bcb3c5593a32b63311
SHA1: f6d3341131f5bf31ea40b4d0030b716954cd06b5
SHA256: a868fd0090655e7cb1bac1ee8aff99357f58d7524c2a5abb0db7d3aff4acb112
SHA512: 52c1b023a857a3c6802536f7c3b5c2094f8e221d343d1df899b73f4aa0ea2a58e438833852675e1df4746c686d88ffc80aaf8729d31fe0b19a1920acb5bcc7e9
Description: GCC offloading compiler to GCN
 The package provides offloading support for AMD GCN.  OpenMP and OpenACC
 programs linked with -fopenmp will by default add GCN code into the binaries,
 which can be offloaded to AMD GCN capable devices if available.
Homepage: http://gcc.gnu.org/

Package: gcc-12-offload-amdgcn-dbgsym
Priority: optional
Section: debug
Installed-Size: 61760
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-offload-amdgcn (= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/gcc-12-offload-amdgcn-dbgsym_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 60506404
MD5sum: 98e3579f19ee4db5ae0117feeeb1ea4c
SHA1: 1c617981d7f9b14ad1f51724d573d266103619ae
SHA256: 3e1a8eb41e62831f5a17f0de8ab2aea18fdfda09430c3af12c97382f80381256
SHA512: e1b8d899f953d560fc9e83f81320ecc057abb8aac139cf7a6496d6c29a7583ecb5326ade6804a73a07c18b0916088c16f6cf8ee91f449c78566324ae5fa98481
Description: debug symbols for gcc-12-offload-amdgcn
Auto-Built-Package: debug-symbols
Build-Ids: 192b37d73c46e0e58f9830a1985e476828cb2573 5340b98eb7d151a627bf353fc4c36ed810e3d48e 560fecaf8e0ba0519602f447eeb95b301d0e7dd1 65176b0f806597d2e017a70320b0cb54e8cf72fc 6c6f0647988e12d1ca8c59eea1138d3946ed20bf 7923552c74f2e8af0cd6bda4acbcb8b95b7bdfdb da2d3d5eb81588c117fe8a2c994748204c4cb73e

Package: gcc-12-offload-nvptx
Priority: optional
Section: devel
Installed-Size: 55334
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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), libc6-dev (>= 2.23-1~), nvptx-tools, libgomp-plugin-nvptx1 (>= 12.2.0-14+apertis1bv2024dev2b2), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Filename: pool/target/g/gcc-12/gcc-12-offload-nvptx_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 9686552
MD5sum: b24932f982c70acb175c8f38e025984b
SHA1: d2a11a9a9db69b57d27d13241118b5d88072a3fd
SHA256: b296366a6c7358a05191a2468de8a884c563ceb20f034466c5b6e148df795f17
SHA512: c208a1ce8c3c2b1435f1010b0576f3447c67de4aabacc70cac62a8e39072e7911562a0175c4c2d72f44ba86368f80e4ad5c177574a890393777026533dbcdeac
Description: GCC offloading compiler to NVPTX
 The package provides offloading support for NVidia PTX.  OpenMP and OpenACC
 programs linked with -fopenmp will by default add PTX code into the binaries,
 which can be offloaded to NVidia PTX capable devices if available.
Homepage: http://gcc.gnu.org/

Package: gcc-12-offload-nvptx-dbgsym
Priority: optional
Section: debug
Installed-Size: 63225
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-offload-nvptx (= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/gcc-12-offload-nvptx-dbgsym_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 61895084
MD5sum: b6a9903b71d416be2b054d222fca8057
SHA1: 15aa81d3933da604257f682eb50e893fbe14f796
SHA256: e3c2c110d395a445f0884be7f7de0e2b927b41ac83fc8202cf27902d7e1e8501
SHA512: f651384d71b00a0036997ac82b61046e313b0cff00193d8d39f9f6d899f4cf284b79d1556e32ea0d9917c2ee7fd2392cb7cbe5a175fe9a1ab7ba93771c769055
Description: debug symbols for gcc-12-offload-nvptx
Auto-Built-Package: debug-symbols
Build-Ids: 012e7b6cf9830489c16d6d2c4ae0683cad955e3c 8210802f76eeb87c0c562a697cce1bb7cb0a9c35 945df9338a4c75fc1be2156835572a3056831b37 b85f41ca6e5610e67a7d52750429d2ff0222d814 c2af2f1e95762f6d63d0f861985bbc4ddf7302fa

Package: gcc-12-plugin-dev
Priority: optional
Section: devel
Installed-Size: 9746
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 1393276
MD5sum: 507eb3b42012e74dd55a9fb02a027080
SHA1: a7944d3cc1e411fc5dbe42c50c2478c8f2e5e795
SHA256: e288dedfcd37507c94a5165adf2d47a73f27ae7b0126ad07bd9da72d8f8e8455
SHA512: e823b8a87de783bf0aaf7c16165e754b094cf652d98660cf2f9d1aacd6c295d15b5d2d51ba48e38dc187338659bd3b79603cbd6b2d8eaa8a1db98bcd9274c68e
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: 270
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 244072
MD5sum: 52185ff20515570cf3ebc104f634e979
SHA1: 3928a5e4de2759c51d0225949641992c224358d3
SHA256: 8b31fdec409fc73c3cde09c821c7b3c090422e6d7cc384f1298432830b83e814
SHA512: ffb9c4edcd2b7cb07dd0cdc3f8eda3830584febe946c96878bc79afeb986ebe90ae4caed1b93aa2f6a74497ac008ca2fe18be0c609d2a1de0bd573d10870754c
Description: debug symbols for gcc-12-plugin-dev
Auto-Built-Package: debug-symbols
Build-Ids: 0c176548c228e60021bf7af8a9e6b0529d6ab5b1

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: 15321
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 15671008
MD5sum: f8be327de6c6d24c22b6dc1937fe47e1
SHA1: 9280f73e3d93a9b794d5fb3ae8e94891c73ae03f
SHA256: a60c3f5f45969f4473c8bf1465b74e0a878b221eb4a571dc45d1cf6f670acf2e
SHA512: 4cae0d2c8ce6e5201f7f180ae645307ba142e40864c50c7dd1f8cb1b96712ad75697a756c8f51b2cdf80cd763d418bb16b4c739cb6a3a2803563f3744bbc2464
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: 48939
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 12855252
MD5sum: 532f0c8290fcf1b6fb66bc74e595c209
SHA1: c6d8c027f253d45443a17e64687906f5086e341e
SHA256: 3be5cf85121bcadc0062be72ce0f720f23bf5c8a7ae1049bc1275965844e8688
SHA512: e7597ff3abb6493f34f6021eabec8a3eec02548abbf45028730fd025a501c7b6df585434eb698b22ff69950b808a10d12be311af176d447178e0c9bb8a6d7eb3
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: 84103
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 78929212
MD5sum: be06ff82df6f35f551f9034ad685941a
SHA1: 318ec5dcd9e817dbafb76191fda79cded76ce443
SHA256: 498f978cdc6f705f7c6968c368a0cdfb0128ac91f81f8003935c16cc828395d0
SHA512: 4f1456d04a27a65ea5929be3f464ab4da4df35782b6bc9af0168e85f63373c1e913c3bb5972c66ffa4f3cc074b687ee1704d2aeac4b5abdd3452ce90429ec2eb
Description: debug symbols for gccgo-12
Auto-Built-Package: debug-symbols
Build-Ids: 2a02325b9b6dacbe924618e9cf0fefd9466d7e3e c513be6347b82d2b6e34ec0ce57ad4bd8646e98d d3b1dd835d0bc5e7cc0c70aaa38a9e28150d21f8 fe11a579c1cb012dd460840d80e05c450e5a1b5c

Package: gccgo-12-multilib
Priority: optional
Section: devel
Installed-Size: 9
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), gccgo-12 (= 12.2.0-14+apertis1bv2024dev2b2), gcc-12-multilib (= 12.2.0-14+apertis1bv2024dev2b2), lib32go-12-dev (= 12.2.0-14+apertis1bv2024dev2b2), libx32go-12-dev (= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/gccgo-12-multilib_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 1168
MD5sum: c1958a5acb69a7ec98ca5eccb91dd640
SHA1: dca0b9ce41242e45190d799077f19ad4cb59bdaf
SHA256: ab3906a2b0c016ec65306a775c8ff23778f3487010ba888df787e8f4f86c6385
SHA512: eaa38cba7205005e31e5d09d7c35d9940ce773d45621889d7d474fad82ddfbfefd76fb78200d7e84250575c1171b11fd7d39401fa751ebf759cb4ad1fb1ef4f7
Description: GNU Go compiler (multilib support)
 This is the GNU Go compiler, which compiles Go on platforms supported
 by the gcc compiler.
 .
 This is a dependency package, depending on development packages
 for the non-default multilib architecture(s).
Homepage: http://gcc.gnu.org/

Package: gcr
Priority: optional
Section: gnome
Installed-Size: 1609
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Version: 3.41.1-2+apertis0bv2024dev3b1
Depends: default-dbus-session-bus | dbus-session-bus, libgcr-base-3-1 (= 3.41.1-2+apertis0bv2024dev3b1), libgcr-ui-3-1 (= 3.41.1-2+apertis0bv2024dev3b1), dconf-gsettings-backend | gsettings-backend, init-system-helpers (>= 1.52), libc6 (>= 2.34), libgck-1-0 (>= 3.3.90), libglib2.0-0 (>= 2.44.0), libgtk-3-0 (>= 3.22.0), libsecret-1-0 (>= 0.20), libsystemd0
Filename: pool/target/g/gcr/gcr_3.41.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 274092
MD5sum: 8e94645f3f7bd67c89713b3fa54a8b0f
SHA1: 29096b6ae3afc1b33a4a76ab3a0da71345424d8c
SHA256: dfec9ecadb3c69b81fe7bd759ab98b8ec7a5394a92135fa588c5da153739e428
SHA512: cb57313e99aaa0d26fc3eab54b01884af539c9a6d8a5c0f21469b692e1e63cd430da8e5c7ed59e96d8bcc2c8210c354bd9358d27074c5bf9b4e0caaf0605cec5
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: 171
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gcr
Version: 3.41.1-2+apertis0bv2024dev3b1
Depends: gcr (= 3.41.1-2+apertis0bv2024dev3b1)
Filename: pool/target/g/gcr/gcr-dbgsym_3.41.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 119080
MD5sum: 9a71af715c112ae35dd9c6bb9a390c31
SHA1: 33b5ecfc4529232c52ba27f352534491ab7c579a
SHA256: a077d64984821aaf65d68e6342d5cee8f99b966fa93e324b8aa86cbf7788e1df
SHA512: eb8e6818bf486beb18353b20ede9b84d99c3d7465658a6a80066aa1634886ac1b85459eea2f3eeb2027f1f7db7dca2d1f0fb68a4919ca68316f6f98a89bd4caf
Description: debug symbols for gcr
Auto-Built-Package: debug-symbols
Build-Ids: 1c2dc2cea89ef98fbca4e8ec71a612abe5028218 9c681fb9ef42de712ca4a6accdcb507e3e6dae78 c84b7dc1bec636742154c053491c2700dab3a0a7 fdf7405a2c04c85f74bb18bf13f98ee0e5606ddb

Package: gdc-12
Priority: optional
Section: devel
Installed-Size: 38383
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 11240980
MD5sum: 78aa818d5e612981ef912edbb2616031
SHA1: d891254e55e988e0a8445a1bec38d6eb49a1d65e
SHA256: da9082137609d913aee022faf4a7abb7687e5add62146aae1413c39ada0c3c64
SHA512: 07bc9de36a7c27b56b2b8ae491f8d4eaa5fce7090a70d50edefd44de32d0765749058721d7900cda13c574d1c13dc523192cc3da036860ba506d20ae63dee050
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: 76044
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 73078508
MD5sum: e24c9a73a8f0e7c1db5d3a0b543eb177
SHA1: fa369615ccef4aafb84b5ec6e19b1a7a1611db8e
SHA256: eedf573c570033cf370078d1bc94cf967779d8943db677a97a7bccaafef822df
SHA512: a0185880fcdf7b1f43821611ee26765b816b21dd44785af6ee945d99c00a6abf048cb4a01661659d944188060e54a04e71b208537cff7abf15157b068451e88b
Description: debug symbols for gdc-12
Auto-Built-Package: debug-symbols
Build-Ids: 2c5ddcdf676a81ee3f5082c6368f037684d2bce2 c806ec769c739ae56054f40c81adf76f1b248d8f

Package: gdc-12-multilib
Priority: optional
Section: devel
Installed-Size: 6
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (>= 12), gdc-12 (= 12.2.0-14+apertis1bv2024dev2b2), gcc-12-multilib (= 12.2.0-14+apertis1bv2024dev2b2), lib32gphobos-12-dev (= 12.2.0-14+apertis1bv2024dev2b2), libx32gphobos-12-dev (= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/gdc-12-multilib_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 1072
MD5sum: 23b7945b50c7b2dc80401504bdef6b00
SHA1: 119c70a8e3e55ef1af6986c392c0fd81f88e916b
SHA256: 8e434c62f171903da9c795ce60e1462e40e46fd42bdf7f97398664e09534af09
SHA512: 4ec0475a80d7d8e8bad71294a2f1e88aca5f095f562cd428b5d123a7a3508563eaac3c38d1eb35d31819bc3956e0ef7c6f4ce9757863d6d00e227f89ee10f96a
Description: GNU D compiler (version 2, multilib support)
 This is the GNU D compiler, which compiles D on platforms supported by gcc.
 It uses the gcc backend to generate optimised code.
 .
 This is a dependency package, depending on development packages
 for the non-default multilib architecture(s).
Homepage: http://gcc.gnu.org/

Package: gdisk
Priority: optional
Section: admin
Installed-Size: 885
Maintainer: Jonathan Carter <jcc@debian.org>
Architecture: amd64
Version: 1.0.9-2.1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libncursesw6 (>= 6), libpopt0 (>= 1.14), libstdc++6 (>= 5.2), libtinfo6 (>= 6), libuuid1 (>= 2.16)
Recommends: groff-base
Filename: pool/target/g/gdisk/gdisk_1.0.9-2.1+apertis0bv2024dev2b1_amd64.deb
Size: 221268
MD5sum: 57055b07d102f7fc245745117dc9aca9
SHA1: f682f3325b43e9c583cc67620fcac677c24508e6
SHA256: 1d72d10d8b351e044d7ea24becac4757ac69c5f1b14b88d36ca050e5c3ce2e29
SHA512: b964960f9d81b42724c8ab0122b5b96003d7c0d5cb05b071bf102d9f333383ba0e2760dba63960e8ddb5c0715f73e097f061cf69098cc97e4a39a96676c92b10
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: 1597
Maintainer: Jonathan Carter <jcc@debian.org>
Architecture: amd64
Source: gdisk
Version: 1.0.9-2.1+apertis0bv2024dev2b1
Depends: gdisk (= 1.0.9-2.1+apertis0bv2024dev2b1)
Filename: pool/target/g/gdisk/gdisk-dbgsym_1.0.9-2.1+apertis0bv2024dev2b1_amd64.deb
Size: 1462824
MD5sum: 8bab8d9562fbba0f0a0f8f99c2c950fc
SHA1: f620192387f4bb990bc27a5b2e6c3a5e88e6a2c3
SHA256: c1e16892f55a53a459fdd50bc7c03ab1ed1df55f33373a3395f716f89d1945ea
SHA512: 0123fedddb960ee32ca3c1a85c7d2a39fbda5abac784f2aa8152b369b0e1e0f6dcc7590feb86f8a2cb2db91a8b799b9ee2fcc97021975bfae36d6a878baaad1b
Description: debug symbols for gdisk
Auto-Built-Package: debug-symbols
Build-Ids: 34860c09b48d6e99316638338dfca6b38d681fc5 58eac482b7b0b0d8cff17dfd77270a99ecf8f763 73e036fd0e3eb42ab773f044daa53c4f3ec02ac6 c1798e25e917aed8e093090f4577ee87d4a7f294

Package: gdk-pixbuf-tests
Priority: optional
Section: libs
Installed-Size: 19952
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gdk-pixbuf
Version: 2.42.10+dfsg-1+apertis0bv2024dev3b1
Depends: libgdk-pixbuf-2.0-0 (= 2.42.10+dfsg-1+apertis0bv2024dev3b1), libc6 (>= 2.34), libglib2.0-0 (>= 2.56.0)
Filename: pool/target/g/gdk-pixbuf/gdk-pixbuf-tests_2.42.10+dfsg-1+apertis0bv2024dev3b1_amd64.deb
Size: 5751884
MD5sum: d71546f00dcce7c7350e4eec77070a00
SHA1: 2dc8b5792d92366e6ec7f3eadc6e040ea6c711e8
SHA256: a9fad758ae90fbdd2c84d1fffb26d9ecc8e8e416f3ecdbedd6fc3f66b39f04e7
SHA512: 619f48f7212485f12a1a62f14a89831aa022e35a0f59e37facd40b6f14396cd2d708f9a01fbaf2b97c1be89dad93ee716b9abb05f7dd755d7728a51892fcc147
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: 455
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gdk-pixbuf
Version: 2.42.10+dfsg-1+apertis0bv2024dev3b1
Depends: gdk-pixbuf-tests (= 2.42.10+dfsg-1+apertis0bv2024dev3b1)
Filename: pool/target/g/gdk-pixbuf/gdk-pixbuf-tests-dbgsym_2.42.10+dfsg-1+apertis0bv2024dev3b1_amd64.deb
Size: 231972
MD5sum: ce66ecb9f00e6e2dc8e1067b03561e29
SHA1: 8318b9d487ba9587724898c16f3fb55ac676641b
SHA256: 01c12edfc66f3ef1ed2ebbcc0ce56aae1602f5422b570d2f88392fb3db3f4689
SHA512: f44a32b7c1d773ba2385e28d2dbe9430443324f8484a2ec35916f43bd00255b0c4725fa42fc1f3b7d4cc8b73f3b95ae398a8825f9b636fddbe5140abdfb239a1
Description: debug symbols for gdk-pixbuf-tests
Auto-Built-Package: debug-symbols
Build-Ids: 0c65a0ab56e4340920d24f6bd6a5422f58dbf7a8 143008c884a45aeada850feeb9cc492c1404ad2d 2c8bdf54c934fd84a52eda9424dad13c4aa4977e 3b58d16a86e23b7830a4dc5230487430608c455f 4169e440f5dc515126c6178dae5db3d8c15cdf8b 41cd924ebc3c974abe3ee1881f6072ed1f9fc4f8 4acfdb8366595b6095d20da78474e442030f0ec0 4de462a3139e8bc77220cb1f518ca234fbd413b8 5faad1c03cbc1188acd7a649af0497e0b5c15417 692d4e9eaacc92a8b57d16ec9ae0b5e27680f662 6ed5f2cfafa10c99513f9157c1f3598558399a0d 7253449b6cab1fefab559b7b4f7b3cf874b55d30 79bfa268311af4e8982f8b3d8d70c942386d1a0f 9168765bd5a00e910c59cdcab636f49d5aaf45d3 958783a6216d90104a0f0aba546729284cc96759 b193f15dec5513bfbaa729ff526325f178d4126a b47a908f15b0637e58faa4a40aa529c324753620 b9e3b0b3cab39d07fd15144e5c980222f164642a bbcdb1431985630b73a5623e64260b92d305655f e51ea0f61cbf6e850edede654ad441fa45a2d555 e8e789c2d0f131609cedc4747ee4366fc4e0585d eb96306110729eb71399e0abd6155df04d7d2cc0 fdfd9c6d165404cc87acc4c4d97e119d2db76f31

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

Package: geocode-glib-tests
Priority: optional
Section: libs
Installed-Size: 224
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: geocode-glib
Version: 3.26.3-6+apertis0bv2024dev3b1
Depends: libgeocode-glib-2-0 (= 3.26.3-6+apertis0bv2024dev3b1), libc6 (>= 2.34), libglib2.0-0 (>= 2.65.1), libsoup-3.0-0 (>= 2.4.0)
Filename: pool/target/g/geocode-glib/geocode-glib-tests_3.26.3-6+apertis0bv2024dev3b1_amd64.deb
Size: 52636
MD5sum: 07bd19da4f2ce865339d60a9f4dbebf9
SHA1: bc4b5984689162f264433d9f3c1faf9954d216fb
SHA256: 50d1b73cf1b3c114c053b13df165975721fc9866cba0f23479eef87cbadc3d07
SHA512: e54195080fa9bddcf7b2864dc64cb96c4b6d920619a7666e8f9b4dc65d7e4402393d57e8d1db640d56786e27f8a37387ae529c008dd061c937aff268ead5cf68
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: 105
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: geocode-glib
Version: 3.26.3-6+apertis0bv2024dev3b1
Depends: geocode-glib-tests (= 3.26.3-6+apertis0bv2024dev3b1)
Filename: pool/target/g/geocode-glib/geocode-glib-tests-dbgsym_3.26.3-6+apertis0bv2024dev3b1_amd64.deb
Size: 65392
MD5sum: 20239f83cc60d9825bc3159db98f1fc3
SHA1: b1c9374aee31fe00c768d57e4222e94ae1108158
SHA256: e5c0daa1b74f0583a7e3daa222f4a9a0f156c2caf5befd74fa48b9c32e8957cf
SHA512: 8a241377924ae1619001374a55900087424870daa9cc785dafe80f144d281f7125b6dd535f9d7461a149d51b3c6393ad07cee3c167fefd07163e71e309b0ab01
Description: debug symbols for geocode-glib-tests
Auto-Built-Package: debug-symbols
Build-Ids: aa8642764f802f72f34e0d3308512192629202e4 c89b714491bd90eddfad9a937998d7efc0fe3512 e8fc03c85c10f0f083dea9d7233ee7e268cdf05b

Package: geoip-bin
Priority: optional
Section: net
Installed-Size: 299
Maintainer: Patrick Matthäi <pmatthaei@debian.org>
Architecture: amd64
Source: geoip
Version: 1.6.12-10+apertis0bv2024dev2b1
Replaces: libgeoip1 (<= 1.4.4.dfsg-2)
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgeoip1 (>= 1.6.12), libstdc++6 (>= 11), libnetaddr-ip-perl
Filename: pool/target/g/geoip/geoip-bin_1.6.12-10+apertis0bv2024dev2b1_amd64.deb
Size: 77508
MD5sum: d983ddc1dcebb460e7d7d79c73589255
SHA1: 883aee1a554b2b72d732e3e51f43a19b03bae788
SHA256: defb17b753f0e24aaa9f837e7d971923d6c6f81d17d69e0df57ef43f1719fc5d
SHA512: ea25038146010eac2ca1dc4f21e8bbcf4799d595d14875f1482981b77c0c693be1b51b90f9eaba8e09c23d0d4fe62de0d796dc0916f25dbe39510a523630773b
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: 394
Maintainer: Patrick Matthäi <pmatthaei@debian.org>
Architecture: amd64
Source: geoip
Version: 1.6.12-10+apertis0bv2024dev2b1
Depends: geoip-bin (= 1.6.12-10+apertis0bv2024dev2b1)
Filename: pool/target/g/geoip/geoip-bin-dbgsym_1.6.12-10+apertis0bv2024dev2b1_amd64.deb
Size: 230952
MD5sum: e638aefd971b8bafe1ab6e4d875a5545
SHA1: 9e05eba34f70da17f4d7be7fd4958b86e97e940a
SHA256: 35648898c559e779fd5a044ed7f1a1ebbce92b032355ac68acd025dd5d2474fa
SHA512: dd4afa56771fb1b1b9364dbe767ef591b1028c3f296a531174c14415bfe08a0d9ec01c3e30a507f207492c5afa41e9c3a72276fdce38b1ebeac001cfaa0e2259
Description: debug symbols for geoip-bin
Auto-Built-Package: debug-symbols
Build-Ids: 2cefb4896aeda1c6d7a8ff8e0bede9a820bc1b75 627918e30c5f9e3bb6b38e76a64c71ab8017e94e 7eb26af201797af7d3a31dd74e24fe3bab705f8f 8b9f2f5bdf4c8b6249a76850881d3e4184b6fec8

Package: gfortran-12
Priority: optional
Section: devel
Installed-Size: 34738
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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-multilib, gfortran-12-doc, libcoarrays-dev
Filename: pool/target/g/gcc-12/gfortran-12_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 10187636
MD5sum: 18657f6530174c19a84290d06cff5d05
SHA1: db7cb3b870053d3e09573d01eeb56b1102ea434c
SHA256: 936106be2da62f32afb1439838030051242b3a2e11ba49e2aaf0db74a53988b6
SHA512: 1046bacfcb52754d52c22bcf88f176e854e3e7bba3f95ef7c9f7ac8894bff05d1e4068c07f186b6b1265ed479265b9622619097ff67da47b09fb1c0ad0bc543b
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: 70908
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 68711292
MD5sum: 10f3ea96a7cc7950d6a4133756b4dd17
SHA1: 4e6974a166891b85eec835f0bf35342b64913975
SHA256: c22a5960a8c644b73581266a747653506083665cf58d7764b566380a32f098a7
SHA512: 947de095ed4f456f38ebf370bc4e35f08831d9910861e605cac8bcfabc12237baa8c255d400fcef680d7da9cfb7f89e7ff275ac44d30c80c6e58a20c4551fa67
Description: debug symbols for gfortran-12
Auto-Built-Package: debug-symbols
Build-Ids: 66b26c541bd3158f715618b116372b2fab0e4ff4 dbb3a76762ddd960e233c03d21c68c65cbbfd987

Package: gfortran-12-multilib
Priority: optional
Section: devel
Installed-Size: 6
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), gfortran-12 (= 12.2.0-14+apertis1bv2024dev2b2), gcc-12-multilib (= 12.2.0-14+apertis1bv2024dev2b2), lib32gfortran-12-dev (= 12.2.0-14+apertis1bv2024dev2b2), libx32gfortran-12-dev (= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/gfortran-12-multilib_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 1036
MD5sum: 7feb7322a10796387363dce55e90b932
SHA1: d26a9c683c7d3c86be00b905b891e48c45db1675
SHA256: 6f81a5ce17ecfc9c16e9c5961aef5a02a673f5447907b9837267a55957283e58
SHA512: e4f043248631f16d6637d8b3024d0b8ca469c7be769035e7b2904094aa2c6254b5bdea6c7d0899592dcdbbf8af5403f0e2214f8f8d79fa9b549c3943422202a1
Description: GNU Fortran compiler (multilib support)
 This is the GNU Fortran compiler, which compiles Fortran on platforms
 supported by the gcc compiler.
 .
 This is a dependency package, depending on development packages
 for the non-default multilib architecture(s).
Homepage: http://gcc.gnu.org/

Package: giflib-tools
Priority: optional
Section: utils
Installed-Size: 304
Maintainer: David Suárez <david.sephirot@gmail.com>
Architecture: amd64
Source: giflib
Version: 5.2.1-2.5+apertis0bv2024dev2b1
Provides: libungif-bin
Depends: libperl4-corelibs-perl | perl (<< 5.12.3-7), libc6 (>= 2.34), libgif7 (>= 5.1)
Filename: pool/target/g/giflib/giflib-tools_5.2.1-2.5+apertis0bv2024dev2b1_amd64.deb
Size: 90232
MD5sum: ed2af852bd95fb7992985f55ea57fe1a
SHA1: 0fb7fb07c50fcdf50df1b86d350b16a9230873f1
SHA256: c758bb0430d72802f54efdd33474e8262232af32535e03c065f643ce37d7b4c8
SHA512: 14793054dcf1c46afab51389cc1516c6783b8572962f0ccbfb6aa6d9479981d3168f43953fc0c8df71ae7c7e9ed0f21f4e4e267a5f87b9012b6e5ea1aa5bad41
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: 158
Maintainer: David Suárez <david.sephirot@gmail.com>
Architecture: amd64
Source: giflib
Version: 5.2.1-2.5+apertis0bv2024dev2b1
Depends: giflib-tools (= 5.2.1-2.5+apertis0bv2024dev2b1)
Filename: pool/target/g/giflib/giflib-tools-dbgsym_5.2.1-2.5+apertis0bv2024dev2b1_amd64.deb
Size: 102752
MD5sum: eafc13b55a031d090e012462fe1cc646
SHA1: 803045095c69cd246384c75619cd86e6c8e345ac
SHA256: 5c1521be5e970a7ac0e227c7dcca756b6101cd109dabb4b5a779304c99d522dd
SHA512: baced67243e548b1690486e3a07fbdff0438c8168b251a7d2e35da16538a20c483d386ce75e6abee30c7330ffe08755ab43bb31906f82e2df7a525d69146a968
Description: debug symbols for giflib-tools
Auto-Built-Package: debug-symbols
Build-Ids: 1c1fbe4310cfdc07327ebd590c130b3386c00e0f 403e65c6a4fcbf61ad77860ae420da30b87c11d1 4118419cc9c0c33872c3ccfd90fdc03fbe3238b6 a09611e61a064b190defe3b60dab93da1b7d51ec d8bd6b032206319f4da93d42ae73bd1a44c01241 f802b949542731ba0f2f32c125a5a74cb0f71d77

Package: gir1.2-appstream-1.0
Priority: optional
Section: introspection
Installed-Size: 116
Maintainer: Matthias Klumpp <mak@debian.org>
Architecture: amd64
Source: appstream
Version: 0.16.1-2+apertis0bv2024dev3b1
Depends: libappstream4 (= 0.16.1-2+apertis0bv2024dev3b1), gir1.2-glib-2.0 (>= 1.62)
Filename: pool/target/a/appstream/gir1.2-appstream-1.0_0.16.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 30152
MD5sum: d2f8251a6a79f7f88a55745417b4b302
SHA1: 119c0950cf3c25351e6069aa36a4ff16ae8049ed
SHA256: ff69b5f39585b847d04e5acfb8598ff52a4f9c2f360f8084fecd9aff10466b5c
SHA512: 1a9a87aa50c90f63f0fe71d99a74c51e619f5576a60af37ec9145f71988fdd2d9f3516a8c47c40aa5c2c2d4af38362713eb89859a0503d46d015a5b4955c52a6
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: amd64
Source: appstream
Version: 0.16.1-2+apertis0bv2024dev3b1
Depends: libappstream-compose0 (= 0.16.1-2+apertis0bv2024dev3b1), gir1.2-appstream-1.0 (= 0.16.1-2+apertis0bv2024dev3b1), 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+apertis0bv2024dev3b1_amd64.deb
Size: 15088
MD5sum: 2ec01e71a0c954323dd07eb394099125
SHA1: 0bee873106d9784f2d7677f80d3f1f8968f1613f
SHA256: e1e2cfef5179bc0ee1e837f386e2e4003ba5a2ab5d8b1f7ab6fac99b0fee9406
SHA512: 3059297fa9af5e2300cc9294d657af0052eefc3d13b3e34c4f9a7163aab6a15585001b732d6d4658abcafe37e41f414a6aeb1d9926b013417862bf974ff82c53
Description: Building blocks to compose AppStream metadata (introspection data)
 AppStream is a metadata specification which permits software components to
 provide information about themselves to automated systems and end-users
 before the software is actually installed.
 This permits informative displays of new applications to users in software
 centers, as well as allowing a system to make decisions on which new software
 a user might want to install (e.g. missing firmware or media handlers).
 .
 This package contains introspection data for the AppStream compose library.
Homepage: https://www.freedesktop.org/wiki/Distributions/AppStream/
Multi-Arch: same

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

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

Package: gir1.2-atspi-2.0
Priority: optional
Section: introspection
Installed-Size: 81
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: amd64
Source: at-spi2-core
Version: 2.46.0-5+apertis0bv2024dev3b1
Replaces: gir1.0-gtk-2.0 (<< 2.22), gobject-introspection-repository
Depends: gir1.2-freedesktop, gir1.2-glib-2.0, libatspi2.0-0 (>= 2.46.0-5+apertis0bv2024dev3b1)
Filename: pool/target/a/at-spi2-core/gir1.2-atspi-2.0_2.46.0-5+apertis0bv2024dev3b1_amd64.deb
Size: 22592
MD5sum: 481ed904ac7c6980d5a9d361b6a19485
SHA1: 17b0e3aa4beac33fe567863c119a6d6570df26d3
SHA256: a37d3f060ba4e90819697e642eadc4c86ec9ef5d8d0991d95c72b2423ff54710
SHA512: 54bfc74532a997d2a12866956d2d45f322d8a4e05552c207ce9e5f82b28bd40eb6cb35810e082558aaf445f8e76c2eb714aeb0ac8f45196faba755d2695090db
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: amd64
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_amd64.deb
Size: 28396
MD5sum: c166d33e66203e375df306482f2fcb2f
SHA1: fac8cc9a2494f3650ffe137704e64bfb39892c11
SHA256: 72353dada8b8bf0f0bc3d3d757835cca136a2c6bcdccf8467d5e4dec0fcc6cd1
SHA512: 9135a79fb412460e3a78b8942187b8efde179c49b8e97f3f6c3ad1fbd792f898340e2b2828a0a28183258e8f5197fd7ee3c07318d482e4c91d80c97093f26148
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: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: gir1.2-glib-2.0, libblockdev-utils2 (>= 2.24), libblockdev2 (>= 2.25)
Filename: pool/target/libb/libblockdev/gir1.2-blockdev-2.0_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 22832
MD5sum: dfc3a03df20f7720cf73929a618b21d6
SHA1: a6dc63ffaf697052ff0e25a0678300123309bf9c
SHA256: 355dce28f1a5824b1fcb59c6815149425833df36092d45563c3b82f965fda347
SHA512: 75bd3fa54452450fcf13d7bb4ff97fb1f053b72c4c93b0857ce0d04052bd73186d99efdee2e1e8592c9d7dca4e9cf12863f1cc96a7faeea3a7b26f41114df185
Description: libblockdev introspection data
 This package contains the GObject introspection data of libblockdev in
 binary typelib format.
Homepage: https://github.com/storaged-project/libblockdev
Multi-Arch: same

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

Package: gir1.2-colorhug-1.0
Priority: optional
Section: introspection
Installed-Size: 65
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: amd64
Source: colord
Version: 1.4.6-2.2+apertis1bv2024dev3b1
Depends: gir1.2-colord-1.0 (= 1.4.6-2.2+apertis1bv2024dev3b1), gir1.2-glib-2.0, gir1.2-gusb-1.0 (>= 0.2.7), libcolorhug2 (>= 1.4.3)
Filename: pool/target/c/colord/gir1.2-colorhug-1.0_1.4.6-2.2+apertis1bv2024dev3b1_amd64.deb
Size: 19360
MD5sum: 21f5fc43f28222f42233820ccdf17bff
SHA1: 4ceb892c92c8876d3e5c02088429e1d8ff6e2f45
SHA256: a5d414b644d61d87f3b3717a64eaeddb31f079255065ebb2cae2b6ddf65a5895
SHA512: d04b8acb951e6233e96c74201f7fb905717501ff102b2805320eb0115480fb4acc6c882490681256b07189cc3294d07b11c54954a2dd4c3eaec0d5c57525fe81
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: amd64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Depends: gir1.2-glib-2.0, gir1.2-polkit-1.0, gir1.2-rhosydd-0 (= 0.2024.0bv2024dev2b1), libcroesor-0-5 (>= 0.2024.0bv2024dev2b1)
Filename: pool/target/r/rhosydd/gir1.2-croesor-0_0.2024.0bv2024dev2b1_amd64.deb
Size: 11360
MD5sum: 4450cb7130d8f4e36d1d03ae2d1224f6
SHA1: 16e83536d43db4ebdc40954ab5a9e6eaa4ebb363
SHA256: 4d4e50e6dc9464e7b31695d494faa9fda02de31f79229b7e60486ac68f3394d4
SHA512: 1886edb9ac8f51b355f9312b459372568a6f9ce19ebfe728d06502198529a8f28ae7aa8b13f35ce855368ebe567a441adcb7b0ec9d816632f44f92c5fd0f23cb
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: amd64
Source: didcot
Version: 0.2024.1bv2024dev2b1
Depends: gir1.2-glib-2.0, libdidcot-0-1 (>= 0.1703.0)
Filename: pool/target/d/didcot/gir1.2-didcot-0_0.2024.1bv2024dev2b1_amd64.deb
Size: 8256
MD5sum: 15570e9250be735446b153dd81ac9602
SHA1: 6a7e8d65106ccac426c62f5020ca4df6b36544c4
SHA256: d513e8439e47c153447f6ed9c437db79a6c0be6caa9da781fa0542d8cc18f8de
SHA512: b47af46faec931450c98f4ad0a942007c47b9f221adf1ebde3da2f6ed1d3f638c7041308a87a10fb12cab6df5ce6e82d7f89f434f06ff21b594811a9acc4e165
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: amd64
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_amd64.deb
Size: 44780
MD5sum: 8e5d56165a9752b85c6255a29b8a6e9a
SHA1: ca59132b36a2791d47875e14b0e1b61bfbe9369b
SHA256: de5877d87b16cd6e887def016b4d4f410c14ef5fa9faf6306e8ba2ddc3c6ae49
SHA512: bcf92d2da30a5ed1d1e6d83018c60fddef0c67c90be7846fdcdfd91d3f7e38db9db589c1222ba79fcd614d3ceaaaa96b6cfd0bbd01cc2c5a832af1bb2d548e84
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: amd64
Source: flatpak
Version: 1.14.4-1+apertis2bv2024dev3b1
Depends: gir1.2-glib-2.0, libflatpak0 (>= 1.13.3)
Filename: pool/target/f/flatpak/gir1.2-flatpak-1.0_1.14.4-1+apertis2bv2024dev3b1_amd64.deb
Size: 27116
MD5sum: c913e9a3c8650b41c473ff4756b14aa2
SHA1: 014920ff2a10bb3b83ae8eb2cb6cfc18fdb87b54
SHA256: dc2ac196fb79df5111b8bb02a1a6448171a87a255813a3dbb16acac658cbfbc2
SHA512: f2d06de9f533c73543fff3754ee6021bdc49f94ed144dcf502f09cbe62b6febec42df6fab5d65d1712c4eb63b7b5eea2762f3aa9c07598ec96f950054c6cd826
Description: Application deployment framework for desktop apps (introspection)
 Flatpak installs, manages and runs sandboxed desktop application bundles.
 See the flatpak package for a more comprehensive description.
 .
 This package can be used by other packages using the GIRepository format to
 generate dynamic bindings for libflatpak0.
Homepage: https://flatpak.org/
Multi-Arch: same

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

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

Package: gir1.2-gcr-3
Priority: optional
Section: introspection
Installed-Size: 71
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gcr
Version: 3.41.1-2+apertis0bv2024dev3b1
Provides: gir1.2-gcrui-3 (= 3.41.1-2+apertis0bv2024dev3b1)
Depends: libgcr-base-3-1 (= 3.41.1-2+apertis0bv2024dev3b1), libgcr-ui-3-1 (= 3.41.1-2+apertis0bv2024dev3b1), gir1.2-gck-1 (= 3.41.1-2+apertis0bv2024dev3b1), gir1.2-glib-2.0 (>= 1.34), gir1.2-gtk-3.0 (>= 3.22.0)
Filename: pool/target/g/gcr/gir1.2-gcr-3_3.41.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 20824
MD5sum: 8e2bfc842fdbf3638d33b6f0894c2bbf
SHA1: 7fc589cd554b474f9dbde2d07aa254e1ae4d56ea
SHA256: 385d684cf1f6826834d97efd3e065e91ebf493a2d0832c4b0e2b418e95ec7d72
SHA512: 1dde904bfeaa30be95356403d8bc4643a8443e5faeb3e16ff02ec3a6c7fbed6a112c20b87a785c12cd25f0c4d09b889edd0b6a2b55e8baff77653b33992e0a71
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: amd64
Source: libgdata
Version: 0.18.1-2+apertis1bv2024dev2b1
Depends: gir1.2-freedesktop (>= 0.10.7-1~), gir1.2-glib-2.0 (>= 0.10.7-1~), gir1.2-json-1.0 (>= 0.15), gir1.2-soup-2.4 (>= 2.56.0), libgdata22 (>= 0.18.0)
Filename: pool/target/libg/libgdata/gir1.2-gdata-0.0_0.18.1-2+apertis1bv2024dev2b1_amd64.deb
Size: 42136
MD5sum: 23d62822fb594d3212f22082127db803
SHA1: 76d796d9962ed68d4061cc931ebfdfbc4e6abfcb
SHA256: ac65b34a6f3f7a0a4c6c630c2fa10d1b05021c363afd93a087461924d9d8baec
SHA512: d84f3dbf1be694a09cd91ab270b3780976c9a42b1171d34915b066768e0e7cfcf902712b27e6b18af3a5ca79972f77e0065d9b8d6c773f2c5a368a8eb33f5b01
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: amd64
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_amd64.deb
Size: 8680
MD5sum: 546e9ad64ce02367ecda806ed22a09e9
SHA1: f77c64103112a44f0b1c416e8a6f661531300966
SHA256: 8b9e009ed67ba927b060b4da510e3d79813ac1474166d798c6dc3c0f53578109
SHA512: 1c1e2823cd759d82ce81907b7caa0cd8d51de19be8cb8dd08853775d139fef20a412e74f2dae2a30822db6c03c6c0558f9ae2dce3ee1f37417db4d43b0a86b93
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: amd64
Source: gdk-pixbuf
Version: 2.42.10+dfsg-1+apertis0bv2024dev3b1
Provides: gir1.2-gdkpixdata-2.0 (= 2.42.10+dfsg-1+apertis0bv2024dev3b1)
Depends: gir1.2-glib-2.0 (>= 0.9.3), libgdk-pixbuf-2.0-0 (>= 2.39.2)
Breaks: libgtk3-perl (<< 0.034-2~)
Filename: pool/target/g/gdk-pixbuf/gir1.2-gdkpixbuf-2.0_2.42.10+dfsg-1+apertis0bv2024dev3b1_amd64.deb
Size: 16084
MD5sum: aca4a121697fe9ee05e4a46cfc01dcbc
SHA1: 6778a684c68fb2fd802978a012bd0f7c9145d10e
SHA256: 53ebf18a9f8fc054b7ba234ef65c70d345fb3b41e7e9da2d9c7bb111022ef825
SHA512: 6b465b2c0697d95da5e608c8e8da4867c487428a6ffbefdb59f2bfa15baf2010871bb02df24c7d43c0e956a445fc128cbc38b4cd77e4e9a9b7780ae5a739febd
Description: GDK Pixbuf library - GObject-Introspection
 The GDK Pixbuf library provides:
  - Image loading and saving facilities.
  - Fast scaling and compositing of pixbufs.
  - Simple animation loading (ie. animated GIFs)
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings.
Homepage: https://www.gtk.org/
Multi-Arch: same

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

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

Package: gir1.2-glib-2.0
Priority: optional
Section: introspection
Installed-Size: 720
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gobject-introspection
Version: 1.74.0-3+apertis1bv2024dev2b1
Provides: gir1.2-gio-2.0 (= 1.74.0-3+apertis1bv2024dev2b1), gir1.2-girepository-2.0 (= 1.74.0-3+apertis1bv2024dev2b1), gir1.2-gmodule-2.0 (= 1.74.0-3+apertis1bv2024dev2b1), gir1.2-gobject-2.0 (= 1.74.0-3+apertis1bv2024dev2b1)
Depends: libgirepository-1.0-1 (>= 1.72.0), libglib2.0-0 (>= 2.74.0)
Filename: pool/target/g/gobject-introspection/gir1.2-glib-2.0_1.74.0-3+apertis1bv2024dev2b1_amd64.deb
Size: 159892
MD5sum: 12ec065477b2e1985dbdc7c48db79273
SHA1: b98bae2d45547cddcd01e35c1eac2a79ac93b5c6
SHA256: 097b158b103685c61639f31664865ea8a5d2f4a6aa7eeee5f129d9b76be346f7
SHA512: 2913b71e5657aafcdc6be114b84840b48a8b259fa7821acf774e26548e4f7e0555bda0ef4c185d4c27b4746ff9945e8b4236f1826417e9ac75a38111193aa96a
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: amd64
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_amd64.deb
Size: 60480
MD5sum: fc1668acafdbed810c50f2f17b650f1e
SHA1: dd74a69c3b8e933bc8f8c07cac8de3211d989a6f
SHA256: 645269b57551a885c054eced93fd80bc66274c48df57e6b6d65acf519980d217
SHA512: b8662b2739dd3924d662645bc46e25d8523e5d75f5c5a9632669ff492ec39ba6f0d1bdc225b7a4e7af32e9e2445574b5baf7aae7e0570d6a61ee4577a5be3a13
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: amd64
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_amd64.deb
Size: 7824
MD5sum: 19d0e80f214a3f6f3f23e4fba20bab9a
SHA1: bac90a1ba3e11ada20cba5231202f125d3ce0df8
SHA256: 939a336c9273870056a0e03db0d404c478767e0f6191c382cdb6871602dbef43
SHA512: 2969b789f486722de32e9bc8a55fe720b03ecf81f35ef9f8ae2ccb65df230d75181d20c10991f9907f4c64fa83a82613b5402956803f5220bc32817186ecbec4
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: amd64
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_amd64.deb
Size: 12468
MD5sum: fa5f99e6a79a8017f87ffc8d565807da
SHA1: 2214c073167337134cc391bed9d05171abf8ee9c
SHA256: 4e3dfa2d5be64d22334578484b537ff0fe319cd23f8795334dfae97ec1071b8d
SHA512: 1549983e9add42fafc69b848a526a35c17164a5d3c0ce65b2e318eae7a86137ffcf90786ac2bf329497148895f7118e0ef657489318f3760894871c7662da6ce
Description: library of graphic data types (introspection files)
 Graphene provides a small set of mathematical types needed to implement
 graphic libraries that deal with 2D and 3D transformations and projections.
 .
 This library provides types and their relative API; it does not deal with
 windowing system surfaces, drawing, scene graphs, or input.
 .
 This package can be used by other packages using the GIRepository format to
 generate dynamic bindings.
Homepage: https://ebassi.github.io/graphene/
Multi-Arch: same

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

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

Package: gir1.2-gssdp-1.6
Priority: optional
Section: introspection
Installed-Size: 21
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gssdp
Version: 1.6.2-2+apertis0bv2024dev2b1
Depends: gir1.2-glib-2.0 (>= 0.9.12), gir1.2-soup-3.0, libgssdp-1.6-0 (>= 1.6.0)
Filename: pool/target/g/gssdp/gir1.2-gssdp-1.6_1.6.2-2+apertis0bv2024dev2b1_amd64.deb
Size: 6244
MD5sum: b9bb932281d8aac0ab81833096b06198
SHA1: 0fa1b7bda5f7d0e80b1b099185597ce205626df9
SHA256: 0d06685135b582e5bd0d82d10d0d4f15b8ea30f2abb5345c2bbb1adbeaf2aa35
SHA512: f57174c1b96dfd9ae8bfe1a040d496dccc2861670e0a4670a45141bd38f3bf367fb9c28b053fa2926abe9292454947053a01dc62a373cd8a0abca35aa0427592
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: amd64
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_amd64.deb
Size: 204120
MD5sum: fda5aeeddb8984c66f90a4b03033c7e8
SHA1: cb4d048292c46ff15c2f0044ba99bef84e72ca2f
SHA256: 2d52327b83984d56c70bd4bf7b95d23a2752e3f3cfe57d78a1c4e5bbb84f69ef
SHA512: 5ba7038d357ada9a0c9795930d6239c0c6a947a584e3238a45009eac7ac8855e93067dd604b8301ae086d2413ced634d1d97d8d43dc25e6d4b900f4785826ba3
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: amd64
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_amd64.deb
Size: 163792
MD5sum: 1242aefa9658b18b5fa6f0f924b296b8
SHA1: 0e1a236a18ad11d7e3a3f8a977a0081297ef4d08
SHA256: 41f60c4f21e6b66dc74ccbb9d53c20bb9231088da7787947d1e079c23ae1242f
SHA512: b3f52c3723e14f9323391f1fca92d43ada09c85c94dfa4abf0a5a6f726974c450995753a3ab3d24c6906fa870158b5ad2f1363a6161ca5fc928e1561d2d75695
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: amd64
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_amd64.deb
Size: 105776
MD5sum: edeee043b0df4c6d76a190e9a7711d56
SHA1: 5a689f21172c69bfa78e9171975bb1cac015c914
SHA256: 44a34d2a6bf4b407747fc287fe98c7a00f79bbad4107357076f6fc63664ecbbf
SHA512: ae081932ec571b80fce910f8cf2a650bdb10011420c2e52e69a2481f3e90b007cef81f34f634c57ab4a6884fe6b42a659425574128dfe48cf09ca99ab4dce16c
Description: GObject introspection data for the GStreamer library
 This package contains introspection data for the GStreamer streaming media
 framework.
 .
 GStreamer is a streaming media framework, based on graphs of filters
 which operate on media data.  Applications using this library can do
 anything from real-time sound processing to playing videos, and just
 about anything else media-related.  Its plugin-based architecture means
 that new data types or processing capabilities can be added simply by
 installing new plug-ins.
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings.
Homepage: https://gstreamer.freedesktop.org
Multi-Arch: same

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

Package: gir1.2-gtk-4.0
Priority: optional
Section: introspection
Installed-Size: 840
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gtk4
Version: 4.8.3+ds-2+apertis2bv2024dev2b1
Provides: gir1.2-gdk-4.0 (= 4.8.3+ds-2+apertis2bv2024dev2b1), gir1.2-gdkwayland-4.0 (= 4.8.3+ds-2+apertis2bv2024dev2b1), gir1.2-gdkx11-4.0 (= 4.8.3+ds-2+apertis2bv2024dev2b1), gir1.2-gsk-4.0 (= 4.8.3+ds-2+apertis2bv2024dev2b1)
Depends: gir1.2-freedesktop (>= 1.39.0), gir1.2-gdkpixbuf-2.0 (>= 2.30.0), gir1.2-glib-2.0 (>= 1.39.0), gir1.2-graphene-1.0 (>= 1.10.4~), gir1.2-pango-1.0 (>= 1.50.0), libgtk-4-1 (>= 4.8.0), libgtk-4-common
Breaks: python-gi (<< 3.18), python3-gi (<< 3.18)
Filename: pool/target/g/gtk4/gir1.2-gtk-4.0_4.8.3+ds-2+apertis2bv2024dev2b1_amd64.deb
Size: 214264
MD5sum: bc93874676305865927f9df0015474a2
SHA1: be17f2e47ad8f81e08fc951af0221c0e1aabcceb
SHA256: f5b30b4492e62d28520af8b1499044903ae11751df8b7940e689cd26975cfa83
SHA512: bd9a4aec1d1a7f26715cfcd7ca4e5a91f32ad3abcafcdea96d11685a24a1ff4942d7a7c5b565fd3c3f4a10564b581d5da538306b1cbe3f2a68e943d730468186
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: amd64
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_amd64.deb
Size: 5060
MD5sum: cf0ae7f875e5d5136efa0ad501e2c0f8
SHA1: 13b5ff1228c88f88a5edd18446e67bb2e3772131
SHA256: 8004eba666b187956c54806071fe1eddf15753ad042a7cfc2bc9dd08deddf2aa
SHA512: 3e58943f5d85dab1fc73b951cc9876ae03b48704cec78bab3d4c45796fa94069e8c333cc1a7f07212fbd0495e1fb548e26c05137a185b748d1f5625c2eb5fb3f
Description: libgudev-1.0 introspection data
 This package contains the GObject-introspection data of libgudev-1.0 in
 binary typelib format.
Homepage: https://wiki.gnome.org/Projects/libgudev
Multi-Arch: same

Package: gir1.2-gupnp-1.6
Priority: optional
Section: introspection
Installed-Size: 43
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gupnp
Version: 1.6.3-1+apertis1bv2024dev2b1
Depends: gir1.2-freedesktop (>= 0.10.7-1~), gir1.2-glib-2.0 (>= 0.10.7-1~), gir1.2-gssdp-1.6 (>= 1.6.2), gir1.2-soup-3.0, libgupnp-1.6-0 (>= 1.6.0)
Filename: pool/target/g/gupnp/gir1.2-gupnp-1.6_1.6.3-1+apertis1bv2024dev2b1_amd64.deb
Size: 11800
MD5sum: 559528845649a4f28304730b2f3cab3a
SHA1: 3425449bb680ab83be487ca67648a00ed40a6cb4
SHA256: 45d8bea19c852e5acb24ad1dab6f5d9a296392c4897044c571b0a9882ff945bf
SHA512: 8e636733c3e4e400cb2a24e3b363146cf576ed4f8391110f7894761528ad3113b7cb7f3114d9af659c83426c53a3cf1a4ceb13b8fb897ad62d78d585e67fc49e
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: amd64
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_amd64.deb
Size: 4092
MD5sum: 77cbe74867d13137d5d4138e4dc4f643
SHA1: d03ad64265f7573b74ca3577857caf7eaafbb5b9
SHA256: b08bf6b45648da24c32bfe52b2d58169fd4867aa262e166607675865cf7d7205
SHA512: a4fe1fb44092e48e0ba95bf8b6ed89d18a8d89932ede8242de968aef24b81d92574d0edc45cde9822e651e6ed8a27c240e45d561a1d524f5dbc9ff15bc55c38e
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: amd64
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_amd64.deb
Size: 5360
MD5sum: 668088b83a5cc8b791771a0784b8a6c4
SHA1: 58585e624d63fd2fb39c459e45d814a610774eb8
SHA256: 27e5540305fb45072e3379680d3ad557c91b78d34a44c1b37a227bb23dd3411a
SHA512: 1415b32438b00dce51e6068597134f1df0d45c99e47573d8a309947fd95206cb5038feac5e931793b8fac0e7d66a96681bd368a843775605c7979f017b92b021
Description: GObject introspection data for the gxps library
 OpenXPS or XPS stands for XML Paper Specification. It is based on XML and it's
 a new electronic paper format originally developed by Microsoft and it serves
 as a PDF alternative. XPS files are usually created using "Microsoft XPS
 Document Writer" in Windows environments. It is now standardized as an open
 standard document format.
 .
 Quoting Wikipedia:
 An XPS file is in fact a Unicoded ZIP archive using the Open Packaging
 Conventions, containing the files which make up the document. These include an
 XML markup file for each page, text, embedded fonts, raster images, 2D vector
 graphics, as well as the digital rights management information. The contents
 of an XPS file can be examined simply by opening it in an application which
 supports ZIP files.
 .
 The OpenXPS document format specification supports features such as color
 gradients, transparencies, CMYK color spaces, printer calibration,
 multiple-ink systems and print schemas.
 .
 This package contains introspection data for the gxps
 library. It can be used by packages using the GIRepository format to
 generate dynamic bindings.
Homepage: https://wiki.gnome.org/libgxps
Multi-Arch: same

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

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

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

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

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

Package: gir1.2-json-1.0
Priority: optional
Section: introspection
Installed-Size: 40
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: json-glib
Version: 1.6.6-1+apertis0bv2024dev2b1
Depends: gir1.2-glib-2.0 (>= 0.9.12), libjson-glib-1.0-0 (= 1.6.6-1+apertis0bv2024dev2b1)
Filename: pool/target/j/json-glib/gir1.2-json-1.0_1.6.6-1+apertis0bv2024dev2b1_amd64.deb
Size: 10556
MD5sum: 1b479efb28b328b7d208deb94eb5e4c0
SHA1: 21ef413d5bb8ed5501093c357cc54a732420c3af
SHA256: 7662eaba4aa78b8006542578caf83d349c8e3524498e444ae573fe2adceedb57
SHA512: cd011f7af19c7106be80abe509cd651d355d8f14a852627038373caa7a11bc440c16828b2e006905daa8bfc9d300d1f553ed297d2815f5d7817703ae319827cd
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: amd64
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_amd64.deb
Size: 149112
MD5sum: 12ac80ea241b4bb3e30460196157e0b8
SHA1: 0663bd23d1d8da42860f3b0542878536eb02afb8
SHA256: 38de2c0f5d4728283f98af1fce50f15d4b77a8334d66c79e644939eaa87f4bca
SHA512: 55ae52fcd62d256f07071e9d3042f124114aaa06502de9fba19fd2e7b879e03de07b03b33f1073b09d9080db3ccc39bfeed8bd1d9b677c4ae93da7373dea7b88
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: amd64
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_amd64.deb
Size: 4540
MD5sum: fbafd5a6e08c8d6825267827e58dfa93
SHA1: a2ade290232cf6e6f87c500b7945bdc37fa5b97b
SHA256: f03debf97149c2a4090c877c51e2cae1b20907a53fdc1b9c92ae3b2cdd0af109
SHA512: 200398b71d486d1917e33e182e42181c09024b1a76aaf3c9932fde8b3b2568ff099ef621bbaeb3858cac6a40100e6c884d063a2efbb5a73ec8446255125e420e
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: amd64
Source: newport
Version: 0.2024.1bv2024dev2b1
Depends: gir1.2-glib-2.0 (>= 1.30), libnewportiface0 (>= 0.1706.1)
Filename: pool/target/n/newport/gir1.2-newportinterface-0_0.2024.1bv2024dev2b1_amd64.deb
Size: 10748
MD5sum: 1517081144f76eecf0dfd6e00ca9dcfb
SHA1: 8a1acd11cfb322101bc62d7bead35e6b2ac6f2d6
SHA256: 9ac63d478e9067cb4a7ada97a29390e30063977d9028638955c6f016d68605e1
SHA512: f9a92bb012b30ef0a7c99971585f50dfa4359f9cac37968a4c1dc198878fb53955759d8a1f06f401d716501fa954e0b787b699eeab1a38fa3fca4efa9633cf6a
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: amd64
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_amd64.deb
Size: 7156
MD5sum: 482fd53c4cd8a13d0ce656aa6f036b6d
SHA1: decf72d2fe319e16660740bd42922572109d7e29
SHA256: c74937a4b004265bb8d4baca4feb8b18a9504016858fd4a7900e0bbc297853a5
SHA512: 1634f997a9d3e6877dd768cf3f226286fc9b7d3665c603e750ca243066cc1dbc3025ed136a255c1b3a7814fea2b5e5ad7e12689d59b077aa0da4f29ea36f3f30
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: amd64
Source: ostree
Version: 2022.7-2+apertis2bv2024dev3b1
Depends: gir1.2-glib-2.0, libostree-1-1 (>= 2022.7)
Filename: pool/target/o/ostree/gir1.2-ostree-1.0_2022.7-2+apertis2bv2024dev3b1_amd64.deb
Size: 35952
MD5sum: 611281ae2bb790edf9d23b25abcfeede
SHA1: 93114530acae743cb715894d3d5d16755c7d51df
SHA256: 62f7a17ffa5611a7c16ae028d213286f85ff91db5fdc92b813dff5af99dcf12c
SHA512: 0df15a1e9cf2ad5cffa5fb010088f74b960796a8230436c32517ec3507c3a9f6fa3848997433c2623c42238cd979e2de3ffea6042bd6ad8a72036f8457b5681d
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: amd64
Source: pango1.0
Version: 1.50.12+ds-1+apertis1bv2024dev3b1
Provides: gir1.2-pangocairo-1.0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), gir1.2-pangofc-1.0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), gir1.2-pangoft2-1.0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), gir1.2-pangoot-1.0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), gir1.2-pangoxft-1.0 (= 1.50.12+ds-1+apertis1bv2024dev3b1)
Depends: gir1.2-freedesktop (>= 0.9.5), gir1.2-glib-2.0 (>= 0.9.5), gir1.2-harfbuzz-0.0 (>= 2.6.0), libpango-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), libpangocairo-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), libpangoft2-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), libpangoxft-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1)
Filename: pool/target/p/pango1.0/gir1.2-pango-1.0_1.50.12+ds-1+apertis1bv2024dev3b1_amd64.deb
Size: 40216
MD5sum: c5be9cdadd8041f5cd13dd8a0c976a12
SHA1: b601bfadeb30f49012dbeb3d45890e586a605f72
SHA256: 260e458c214f4b24e1f0f71e5707ee5860a543466837589a520bf1ca15e68961
SHA512: f36f1feaed537925de4848fed4c73e3024d8ea5a0505ed39faf3a87235bd18b800a965b8bdce68771cbcf235511ca8bfec816e72d6042773fc72906e0bddc86e
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: amd64
Source: policykit-1
Version: 122-3+apertis1bv2024dev3b1
Provides: gir1.2-polkitagent-1.0 (= 122-3+apertis1bv2024dev3b1)
Depends: gir1.2-glib-2.0, libpolkit-agent-1-0 (= 122-3+apertis1bv2024dev3b1), libpolkit-gobject-1-0 (= 122-3+apertis1bv2024dev3b1)
Filename: pool/target/p/policykit-1/gir1.2-polkit-1.0_122-3+apertis1bv2024dev3b1_amd64.deb
Size: 17692
MD5sum: 6d6761ad80b2ae081d6f737469941d51
SHA1: 99c765d41db714764377100eac89c6eb0e969843
SHA256: 6486c963731e294a51f356023b83b50cf8787caf18b6c5959e3d31596f484d88
SHA512: 3f3b78e218fea2e16ce4aa23686df6b7363e78f13d40698c4d5e82db27d96f410ac7aed67b03f95443a31808bbc54de098646e312ab5be18a70201a91ae203f4
Description: GObject introspection data for polkit
 polkit is a toolkit for defining and handling the policy that
 allows unprivileged processes to speak to privileged processes.
 It was previously named PolicyKit.
 .
 This package contains introspection data for polkit.
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings.
Homepage: https://www.freedesktop.org/wiki/Software/polkit/

Package: gir1.2-poppler-0.18
Priority: optional
Section: introspection
Installed-Size: 98
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Depends: gir1.2-freedesktop (>= 1.42.0-2~), gir1.2-glib-2.0 (>= 1.42.0-2~), libpoppler-glib8 (>= 22.08.0)
Filename: pool/target/p/poppler/gir1.2-poppler-0.18_22.12.0-2+apertis1bv2024dev2b1_amd64.deb
Size: 24828
MD5sum: 361d27c0be0692aa5c3b092d72543f9b
SHA1: fd0f991994f710926c81081d6e038dfc1acc766d
SHA256: ecd9d08cffaa8c744ffe2964733dcdca78d15bf7670594b3c6a26d4ce91c2cce
SHA512: ae7bc3ee2bfb48ab653445afb7b705bb0e3a6b36889be81d210ea02411e8389d35b124e7f0b63869113e03522831beab3fde300cfaec04d48d4c0681d547644c
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: amd64
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_amd64.deb
Size: 9300
MD5sum: fb5bcf0cbaf13f3ee899d635a5fb1928
SHA1: a96dae390db1df502513326099fdfe015d3041da
SHA256: 99d96d43fbf32725e4834947e10a7113ecb2f6e89d87df1e065762c0b36a1436
SHA512: 70dbf50130183bd3ff10fd3bbd553a1768952531ae7ac9638d9cdb1f14369189926700be0191eeff9583781476cb799787e729c1d608017536f66ea18ed34de9
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: amd64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Depends: gir1.2-glib-2.0, librhosydd-0-6 (>= 0.2020.1)
Filename: pool/target/r/rhosydd/gir1.2-rhosydd-0_0.2024.0bv2024dev2b1_amd64.deb
Size: 12172
MD5sum: 4386aa7ee04f191cfc1d2cc2531feecd
SHA1: 539de106c38a0dc1df82efa50e832c1027b7d5f4
SHA256: 3a68c8b3550c4f404dbd445fdfc8098e1baff79a6071a58451771591592df8a6
SHA512: 0f6229a7fa34376b9225952b78f94dbcfb9effd9aaf819c97a9bcbb6ec875e32d097a3450dd64e87068bfbc2d18a474843a1074f5a6ec17fdee1f71e1c3b0c57
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: amd64
Source: librsvg
Version: 2.54.5+dfsg-1+apertis0bv2024dev3b1
Depends: gir1.2-freedesktop (>= 0.10.8), gir1.2-gdkpixbuf-2.0 (>= 2.23.5-2), gir1.2-glib-2.0 (>= 0.10.8), librsvg2-2 (>= 2.52.5)
Filename: pool/target/libr/librsvg/gir1.2-rsvg-2.0_2.54.5+dfsg-1+apertis0bv2024dev3b1_amd64.deb
Size: 30144
MD5sum: 6c79d49b93eb064f6cc347421d2e5e04
SHA1: b6fb5b5a98aeb310ec4f4ad633c5e20d4165b675
SHA256: 0421eccd5a3c06c702d6d766065269204f7ac8c20a0d0e727b39d6a77b78e32e
SHA512: 68f49447f09a12dc3a5eb15ceee5164d8c2ebd184e0389b10ef907ab38c5b83481aa3a868ccc50bb9ce4b1df2365daefb05f275e9ebec04f0cc314ad350a3703
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: amd64
Source: libsecret
Version: 0.20.5-3+apertis0bv2024dev3b1
Depends: gir1.2-glib-2.0 (>= 1.29), libsecret-1-0 (>= 0.20.1)
Filename: pool/target/libs/libsecret/gir1.2-secret-1_0.20.5-3+apertis0bv2024dev3b1_amd64.deb
Size: 11228
MD5sum: cbdf89e10ff12f030d865907601a147a
SHA1: 39badf01f16664964f2046cf366ae98563fca61a
SHA256: a274832664ddab0f3546d994550d78f0bc34ee748e660aa9ed1297b7ae5a372a
SHA512: 93cb046d4a5cecf530133f088f4dba9bf43a2d9a5fa9ca6e593fd80cfa9fd6e6bf9d769d162e1bf7557bb8395e12b4c24d70dd101e6bff98fa8b9a161807a7e1
Description: Secret store (GObject-Introspection)
 This package contains introspection data for libsecret, which can be used
 to generate dynamic bindings.
 .
 libsecret is a library for storing and retrieving passwords and other secrets.
 It communicates with the "Secret Service" using DBus.
 .
 This package contains the introspection datas for the libsecret library.
Homepage: https://wiki.gnome.org/Projects/Libsecret
Multi-Arch: same

Package: gir1.2-soup-2.4
Priority: optional
Section: introspection
Installed-Size: 129
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libsoup2.4
Version: 2.74.3-1+apertis2bv2024dev3b1
Provides: gir1.2-soupgnome-2.4 (= 2.74.3-1+apertis2bv2024dev3b1)
Depends: gir1.2-glib-2.0 (>= 0.9.5), libsoup-gnome2.4-1 (= 2.74.3-1+apertis2bv2024dev3b1), libsoup2.4-1 (= 2.74.3-1+apertis2bv2024dev3b1)
Filename: pool/target/libs/libsoup2.4/gir1.2-soup-2.4_2.74.3-1+apertis2bv2024dev3b1_amd64.deb
Size: 35684
MD5sum: 72accbfdb86a69ac36d36eec225f7302
SHA1: c6ef0e315a9a161e1d2d6bf1c0f91993bdfcef20
SHA256: 2ae31b12782e8aa7fce4fe2ed6119c82b4572e3c8ba7c82d913fe4e7e73f726e
SHA512: 10ffb86af101154ba4be4e4c9012177b446fc0462c175ab26bb1869dbcab9133c9ffe285512f5c9d37f79f3603d32d2601a1c19f29e6cd937c26dac024ec009b
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: amd64
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_amd64.deb
Size: 6796
MD5sum: f018565f87deef2ae3351d0ee9449948
SHA1: 13b9a62f7d9c54795c14b6311905729d220377d9
SHA256: 067ec6ebd7fe4e5adad98d78d0af53fb0d1a50c909a1dfb177b208848fe24567
SHA512: f789954d730a1cd339f66213f51949777e1e391387d5d44ddca1fb3c387e8d2421098ec303866e4567a3d8ed56432fd482e90355cd8db2ccadd817298afe940f
Description: GObject introspection data for the Totem Playlist Parser library
 This package contains introspection data for the Totem Playlist Parser
 library.
 .
 totem-pl-parser is a simple GObject-based library to parse a host of
 playlist formats, as well as save those.
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings.
Multi-Arch: same

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

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

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

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

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

Package: gir1.2-traprainclient-0
Priority: optional
Section: introspection
Installed-Size: 37
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Replaces: gir1.2-traprain-client-0 (<< 0.2022.2~)
Provides: gir1.2-traprain-client-0
Depends: gir1.2-trapraincommon-0 (= 0.2023.0bv2024dev2b1), gir1.2-glib-2.0, libtraprain-client-0-1 (>= 0.1703.1)
Breaks: gir1.2-traprain-client-0 (<< 0.2022.2~)
Filename: pool/target/t/traprain/gir1.2-traprainclient-0_0.2023.0bv2024dev2b1_amd64.deb
Size: 9912
MD5sum: 1b3719f9dbee8d86fb52523234f61a6a
SHA1: a88bef85cdb68e4160822bc36a80f652a4bd8911
SHA256: 1709d285dfe100ad4ee4925c4fcaf95b483f627aaae49a512832a52198e52f17
SHA512: c409e2d7cd9806a6f9ec4e9c7e6d79412fbcfa92917c85b854ca15e166b2422ee569d6ab115e87550912df3b49ee222088eac79d34029a1dc75374e789d0c5a7
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: amd64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Replaces: gir1.2-traprain-common-0 (<< 0.2022.2~)
Provides: gir1.2-traprain-common-0
Depends: gir1.2-glib-2.0, libtraprain-common-0-1 (>= 0.1612.1~)
Breaks: gir1.2-traprain-common-0 (<< 0.2022.2~)
Filename: pool/target/t/traprain/gir1.2-trapraincommon-0_0.2023.0bv2024dev2b1_amd64.deb
Size: 11224
MD5sum: 9af23567ca63f9be31c300d5b951b3dc
SHA1: 2b7f028f12258e28b05af1544b0d59358df86a4d
SHA256: b1931ae63df65e74b9ae335d62c23ec94ac5891d89483aed08d410aa635c118f
SHA512: 05f34c24e9e4f43889c207fea36b509b3a2b0ee3c9426a93b29950bc345195476e4e78cd18d14748dc3caea4ef19136f09ab8481b246655d574a5f931df1b4c0
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: amd64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Replaces: gir1.2-traprain-guidance-0 (<< 0.2022.2~)
Provides: gir1.2-traprain-guidance-0
Depends: gir1.2-glib-2.0, libtraprain-guidance-0-1 (>= 0.1612.0)
Breaks: gir1.2-traprain-guidance-0 (<< 0.2022.2~)
Filename: pool/target/t/traprain/gir1.2-traprainguidance-0_0.2023.0bv2024dev2b1_amd64.deb
Size: 9104
MD5sum: d21eeafb4bca12a816724d9afb7eec59
SHA1: 493fc839e472a780e5682c7101291b63f5140b0b
SHA256: 8101acdaae6c43847c06e25209ed23d861c7504230255b38b68cbff552b07769
SHA512: cde1d71f207caac2e2aef149a46b2ba2c224a547156e3d374d9ae58229d378d4a4529562c17cc0bcbd47c31fb5f07e6cb62517dd2d9dad8aa9034302a81ac0be
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: amd64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Replaces: gir1.2-traprain-service-0 (<< 0.2022.2~)
Provides: gir1.2-traprain-service-0
Depends: gir1.2-trapraincommon-0 (= 0.2023.0bv2024dev2b1), gir1.2-glib-2.0, libtraprain-service-0-1 (>= 0.1612.0)
Breaks: gir1.2-traprain-service-0 (<< 0.2022.2~)
Filename: pool/target/t/traprain/gir1.2-traprainservice-0_0.2023.0bv2024dev2b1_amd64.deb
Size: 9676
MD5sum: 6c2788a48bd297cfbdbc8a106549b3c0
SHA1: 2952c66a09bfe1c2ba3d85ec2195da32e9065355
SHA256: b92e3b763554df7b1b9cfe57cd7979943d8d46a7213e9e61d761bfbfb08f4730
SHA512: 9d9c567d34532252bebdb0f5af4e2ffc6e7f2ed2e8c1887a541418c1de56df061302bd735ada7123c2d7c89c8bb69270f1f3afc03842b8004ec955fa89f9bc78
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: amd64
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_amd64.deb
Size: 33160
MD5sum: 98768333ad24666f024ef1b503bb91ae
SHA1: 2d63dd7f7f3792b881679ed265dd9af520f7c3d6
SHA256: ee83c7d111a612d16ee2a4134f4a5b5d9c8ae3542353b53aca8c87e542bd5d11
SHA512: ef9d2c1e95dd3f51af901e8bb66432dd60bd8d45f3d153fd3747988cc362890e0c6b3445059c260e43e7b5147f9a5034e8175827421526a0161cadae4f042e5f
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: amd64
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_amd64.deb
Size: 7660
MD5sum: ee4b78fc301b170314ba2deade0e60e3
SHA1: e561b39b6613c5931f96458130aa33ea16d37043
SHA256: d21402269362a8098b39ffff62af50e827236f9f6a2ee4225a1b1d440eb15db1
SHA512: 5a8da6bc89bda82af82a8a28e79ff0eb5c70f8602a4afdcc20e9cd5b7c2335a432d06037ce55b3c99b9b20cd3beebbf5237d7d81426b04175f19b52a6f3e256f
Description: GObject introspection data for upower
 upower provides an interface to enumerate power sources on the system
 and control system-wide power management. Any application can access the
 org.freedesktop.UPower service on the system message bus. Some
 operations (such as suspending the system) are restricted using PolicyKit.
 .
 This package contains introspection data for upower.
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings.
Homepage: https://upower.freedesktop.org/
Multi-Arch: same

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

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

Package: gir1.2-webkit2-4.1
Priority: optional
Section: introspection
Installed-Size: 671
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: gir1.2-javascriptcoregtk-4.1 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), libwebkit2gtk-4.1-0 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), gir1.2-gtk-3.0, gir1.2-soup-3.0
Filename: pool/target/w/webkit2gtk/gir1.2-webkit2-4.1_2.40.3-2~deb12u1+apertis2bv2024dev3b1_amd64.deb
Size: 250384
MD5sum: d131f65b957291af2383eb0eb497f2b8
SHA1: 04a102718b87c410443865af4a2efa54702411ae
SHA256: 0679b790c8f603a9aa8334fd7d38fd74801f178e839e6901a7fa6954583a0aa8
SHA512: 1b7a1ff917d01fa6502e1f43eb0ad1d62150fea9631b1b6b9b31a320a0bdd54745adc00d892ceba44157dd1a839a69ad531c86cbcec3bcd09c9135bb3015801b
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: amd64
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_amd64.deb
Size: 28936
MD5sum: c3a51eb7ffcf13b18967c46cb0cacd26
SHA1: 191def0b04f2a301cac04dda67a08f5aa950eb0b
SHA256: e0ee800435bdf238ccf139962e857e565c1a8df9d3b658c99778823b068d4d04
SHA512: 4191b6d428c1a78d2245915a450d035327d613f7d0bc9fdc28e6bb9de4293b70a404499bba75d509cafbd6830401323e7e93f770969faca333e546f4943c537f
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: amd64
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_amd64.deb
Size: 33044
MD5sum: f4dec54d4e0a05ef62de41d2d8b659a7
SHA1: a59f31b54e77e8a114715c10362a5b8f544a9f32
SHA256: 6ec83d4a9187e033d7e2adca43df244d4fdc1ce3ac64fa6d3534a2f0040d25d6
SHA512: 6153becb37bbd1da8960ffd81c327fbbc832312d56f6080b2bc0d1c823c8e59b863c6a53e60cb5ce72a705520c2d14014a0ae2d52eca7ec89c30c82b6831d7c5
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: amd64
Source: libxmlb
Version: 0.3.10-2+apertis1bv2024dev3b1
Depends: gir1.2-glib-2.0, libxmlb2 (>= 0.3.4)
Filename: pool/target/libx/libxmlb/gir1.2-xmlb-2.0_0.3.10-2+apertis1bv2024dev3b1_amd64.deb
Size: 10100
MD5sum: 8d9dfb2b517053f10b13238f8c3e9539
SHA1: 1ae1e17f904e6fc7b7c77aeea5998a9f76f03e4c
SHA256: 156a8353608e6ea9813f1f83d407b98975190f5b407880cae6ee8fbc342b5f30
SHA512: 9db8a93f4c185741811692e121cec4368f8cd71ff6d960a2634c537e362489073958b8dabfcac4e80d3d365fd515df0846f0c234ba930c2bbcdf9bad8ee033a3
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: 214
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Version: 2.74.0-4+apertis1bv2024dev3b1
Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.73.3), libproxy1v5 (>= 0.4.18), libssl3 (>= 3.0.0), glib-networking-services (>= 2.74.0-4+apertis1bv2024dev3b1), glib-networking-services (<< 2.74.0-4+apertis1bv2024dev3b1.1~), glib-networking-common (>= 2.74.0-4+apertis1bv2024dev3b1), gsettings-desktop-schemas
Breaks: balsa (<< 2.6.0-2ubuntu0.1), libsoup2.4-tests (<< 2.71.1-1~)
Filename: pool/target/g/glib-networking/glib-networking_2.74.0-4+apertis1bv2024dev3b1_amd64.deb
Size: 70764
MD5sum: 4ad051f4d1d3d3f1cfcb22de5fac60ae
SHA1: 30696f7a4e4794d4a2009113aa5c155beaffe953
SHA256: a314b0973a9a3a697e45bc1dd8b4ad1ed7abf4d77942258b66164f6576001875
SHA512: 663e1f71cedf80904dd2c195649aaa3f1b7cd175c602a70ea60e3e5d06a5975634766c3d0e5e56d5f66b8023e244e1e4ccaf3519fa519a7cf69e26b8073aea20
Description: network-related giomodules for GLib
 This package contains various network related extensions for the GIO
 library.
Multi-Arch: same

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

Package: glib-networking-dbgsym
Priority: optional
Section: debug
Installed-Size: 236
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: glib-networking
Version: 2.74.0-4+apertis1bv2024dev3b1
Depends: glib-networking (= 2.74.0-4+apertis1bv2024dev3b1)
Filename: pool/target/g/glib-networking/glib-networking-dbgsym_2.74.0-4+apertis1bv2024dev3b1_amd64.deb
Size: 175580
MD5sum: ae6838685d8a216854f72590416a7fd7
SHA1: f551dfaf70a1e039deb9df9851264b0b8c5e2c98
SHA256: 1b9e65ded66df9b9bdb4399ec6975e44542e0158a6afb19dfe1c3c18ff16da9d
SHA512: 3409ea1dade8c61a7f86002da520aca3f004bbe97e92f5938278685746e8d7701508bdae9086e26f492cebd6b8b21842d634535c52e3b4fafd9b4d5ee0e10ab2
Description: debug symbols for glib-networking
Auto-Built-Package: debug-symbols
Build-Ids: 215ae7c13643824018be6e8e37e2cd92d02bc3c2 7651a8778ab389d02f6c6c67dc9b780a598baec1 d217fb0232511caf75ed4fbeafe7a252312246a3
Multi-Arch: same

Package: glib-networking-services
Priority: optional
Section: libs
Installed-Size: 44
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: glib-networking
Version: 2.74.0-4+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.73.3), libproxy1v5 (>= 0.4.18), glib-networking-common (>= 2.74.0-4+apertis1bv2024dev3b1)
Recommends: glib-networking
Filename: pool/target/g/glib-networking/glib-networking-services_2.74.0-4+apertis1bv2024dev3b1_amd64.deb
Size: 13592
MD5sum: b217f2343bbd34e455d25e19725e9d6c
SHA1: 8fd453eb44fe1303582935afbd35605865b083ba
SHA256: 458bc02b614047918506a38a78c9e23cf9d7f88c2d6fb3bd2a281f69d187cf61
SHA512: 3d47554112fc33fdacd330fb9ccc9c29fd782755be0cd42943f51fb4ae0b65e584d56b2e072936e4b374548748cb85df9c59dd0c151d33daf2675f877053194a
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: 32
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: glib-networking
Version: 2.74.0-4+apertis1bv2024dev3b1
Depends: glib-networking-services (= 2.74.0-4+apertis1bv2024dev3b1)
Filename: pool/target/g/glib-networking/glib-networking-services-dbgsym_2.74.0-4+apertis1bv2024dev3b1_amd64.deb
Size: 15896
MD5sum: 96952700bf6592cb628c0b7777dd4011
SHA1: 6e15bacc574cf8e65e90985d21e4d5f9b2c79bd6
SHA256: 03223d3155b3d5f23fe7174958a8ab0b12e83e32da4b132c8e638daa3acf09f6
SHA512: 44cf0196f2a2555a28f2e3069ecdf97ba85963fef3c789d4b1388eefccf52cb8fa4921c7344ddd6f0b4d1613eff65c2a0d92f089088c5b79b9df50869886825b
Description: debug symbols for glib-networking-services
Auto-Built-Package: debug-symbols
Build-Ids: 13007bd48c0eb1def1b2f24f032a295ad9918047

Package: glib-networking-tests
Priority: optional
Section: misc
Installed-Size: 416
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: glib-networking
Version: 2.74.0-4+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.73.3), glib-networking (= 2.74.0-4+apertis1bv2024dev3b1), ca-certificates, python3
Filename: pool/target/g/glib-networking/glib-networking-tests_2.74.0-4+apertis1bv2024dev3b1_amd64.deb
Size: 107480
MD5sum: 90076a6522da119d703770771bffb30d
SHA1: a51eda41f1cc4cc95df093f639b5618edcb7cce7
SHA256: 20f65b8eebdc615b7c9798c8cefa992907d6fa59f422fb3d9b58a6c01e650c6d
SHA512: 93431b7f61dff6c2b71aac98d4699448272e9445c731142da1fd7688dd3cbb56b43c441a69a165ca188cc1bad8f703025635965c24456858b9069cde0f60aebb
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: 164
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: glib-networking
Version: 2.74.0-4+apertis1bv2024dev3b1
Depends: glib-networking-tests (= 2.74.0-4+apertis1bv2024dev3b1)
Filename: pool/target/g/glib-networking/glib-networking-tests-dbgsym_2.74.0-4+apertis1bv2024dev3b1_amd64.deb
Size: 104180
MD5sum: 2ee351d985fda374922115a5e50c1504
SHA1: 0fadd30bd49673ac9ea7669817d6a045d60dd231
SHA256: 9fdcc799fb4d6d3655f4314f869b7f2a99335feaee026f8f88612a30c56dd894
SHA512: 13c741bc50da64097d7d7ee40017be458617c41c8773e6415b3aab07cb0fb221f49fe3c22e00ca6f978ed03a3ed47844b4eab2a10a095ce61d3247ede2b07ad5
Description: debug symbols for glib-networking-tests
Auto-Built-Package: debug-symbols
Build-Ids: 23f99ad105c0b90616fe120b647473e38e32bffc 6324286145d342402939a933958bc6b08c2334aa a435718fea9f6f8207d11ad7240f50edb9627941 b841659193c199db222a7ada20112b66e713781b f5a1e7e482b7becc62a51e35befcacc8386ddc9c

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

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

Package: gm2-12
Priority: optional
Section: devel
Installed-Size: 37154
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 10669964
MD5sum: 37ce887da8d817208fb999f7b4f87dca
SHA1: eaac6926773e8e3e9e7aacd76ff886a30c784b89
SHA256: 8cb49c766b762b27dd533cf5d56591c5b24e5c4b2da9acf42e005875f69bf21d
SHA512: 3d3f8eb799029a26bd1f58f9362baeef3671d0feaa02ca8ba379acaefcde2873a661e8ec2c69340a07d6d1d8af47456bc2ed6d44d25e74b79d27efee4b604f12
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: 75373
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 72812552
MD5sum: 12e5082127cadb9a266fdedb40a0062f
SHA1: ee502ab77c72fcc61cde6f9a65ddfbae5bb010a8
SHA256: b47c49e81bb033a80ac35db692d2abedd4c6eca830ac283d394e97102310dcdc
SHA512: 4dd0d3eb37eb3700078d18489a9dec892aeee9bf85415d20200dd22d8a6974dab289516c6b46fa9ab167e394752e2874135f21021aeb8f84bd026c205be98fed
Description: debug symbols for gm2-12
Auto-Built-Package: debug-symbols
Build-Ids: 215e8635f8ae2b3c958e3425c554b424341510be 4f081c085030456fdf8f0b7fc7e006fee499232a 5434d08cbea004f518a00b1dd6060b10adece31a 7061c48e49815f39a178ccc6aa0df50a4e62849a 755e51ab19217c249e792ff0783299ce86043e26 7d5602a8655be8d8423dfe1634fd997332d8d607 d7953f63978d4365784760c2e6b48aa0c8625e71

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: 94099
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 18151404
MD5sum: ed7290bc96662ee95cfe1f2833219d7f
SHA1: 3cf5f8160a50ecc322bdd89dc4256a36daf992d6
SHA256: 4a6c83f1fe032b7db44065db5e3a1fc8922a86de8e7fbfd959a988c04e6d4ea2
SHA512: 90e0d6a252ff8dba97409fff48d54aea69c01a139107a7f3dc7662befe2498e11421c939c4888ac9ca0459ccd712daa32ae131ec3b474a539f858727bf8b2fdc
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: 97408
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 91145200
MD5sum: 29d275ec22ad1ecdba16e367ae9ce9b5
SHA1: 690e646011794d645fbc3b27c9c1f757c4770351
SHA256: abd2fef25cd45d30a86e7a51d4458e4ec7f57e7f72c3ad6583ac8b0502fed155
SHA512: 37aad400774b8eb8c94c98f4cff103e0fb9df6dbe471aa20645308f5a4765e9c48c8f066bcdf520f0e4a60f03f36fe52724560f548572ff9489341ae23053f5a
Description: debug symbols for gnat-12
Auto-Built-Package: debug-symbols
Build-Ids: 2a9256f2aaa6cf65d85daf2a293a0b835b405850 37c31e24db2d5c809586ef8f926bb428072bc7de 3f5015d002061cc06df7891dd93384410c17fc3e 40b3ccb9f67dc4d0281cab049bef03e636664e2b 40e73d99d91822af57cd2284cda8446a91ecf873 80cde801d83c74820119c2e4aa3ed016892efa3e 8805afc4b070e761bc2ebe3c30bc43fcbe4a538f b4ee2b88262b1d4a02593ad169657c95e633fcd3 c6f15dd68b8bf3a9b0b23053b4e62d9a2fc6f95f e687609c6c0914e699cbc843d23a987f24eac772 f3386d34ad35a2503873e8deea921960dfe13dee

Package: gnome-menus
Priority: optional
Section: gnome
Installed-Size: 904
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Version: 3.36.0-1.1+apertis0bv2024dev3b1
Depends: python3:any
Filename: pool/target/g/gnome-menus/gnome-menus_3.36.0-1.1+apertis0bv2024dev3b1_amd64.deb
Size: 158920
MD5sum: efcee9964706e0d6fd83ca596ffefec9
SHA1: 45869775cb68fff89bf055c313f83aed9926adfd
SHA256: 91d22e8d55e55f7937bf02ffe28c481bf3a6985ebb8046b802ccbd1df2847e0e
SHA512: 14673fc53cf37fc4d5953eeda920ae9b0bf9f1cdf1547e5ea0be0010076843bf8acefef9298db8f31fc7eae44b96b916c5fe99fe015526d995870dc09f4ae8e0
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: 41
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 7864
MD5sum: 44224b174c65f661f7307809731756c1
SHA1: e23ca4f90162ceeb9c49057b3b6c64f890706b31
SHA256: ef089638f4070303725b6be3d4f7a816718ebb763f43ac5ff18d623586105956
SHA512: cbb0f8842ea62cb5385da2ea65537149ade00370f186e554048fa8b88fb02b4ac65a0201ec48920e367539c49c66a38fafe8de9a00d3ea9d8103e9c2643d4e94
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: 23
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 8204
MD5sum: 9922c2691a91d1e1567025e62938338d
SHA1: b6d7fdff81f1ef37c518e73efd40ce29e30d6fcd
SHA256: f8a09531566e5e7fc8c69551d8d93c7a1a987ef9393342430ab4672b595874bd
SHA512: 3409cb2fb6e069349c375fe0fc343f58f6540c8c1a9479aba805d72f394833ae303eb5c4ed554a55c24ee41aab92854bc6886504d71328dfe92dd95f75b9350f
Description: debug symbols for gnome-session-canberra
Auto-Built-Package: debug-symbols
Build-Ids: 610f3044cf28a98db5e68ba1b2fc896ade5d8779

Package: gnu-efi
Priority: optional
Section: devel
Installed-Size: 713
Maintainer: Debian EFI team <debian-efi@lists.debian.org>
Architecture: amd64
Version: 3.0.15-1+apertis0bv2024dev2b1
Filename: pool/target/g/gnu-efi/gnu-efi_3.0.15-1+apertis0bv2024dev2b1_amd64.deb
Size: 140844
MD5sum: f603bb904f53d4b9f28552519dc2cf5d
SHA1: 2641a3179938bdff474a0f804e33a6f38181f50a
SHA256: 2f454491dab52ff30301489d212294afa7433a260d6401ae9bdeeac10c92751f
SHA512: 07e189ef70a39032778f04249a9f6fc1792c645f24f50a7fdac1337c1a87cad52988ad4039bbdd637376c0d2869d448ad839f7ca829ccc1c27624a2b9794d452
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: 1729
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 678620
MD5sum: 3ae5791cb90f1b3d50f2572a685ad13b
SHA1: c661e37bee1a0eac85275e13c295f5ae89737fb3
SHA256: 38ec9c2c3bcfe84cd64497320e01c868757b0521bb081d2e96d38030dcc6d21b
SHA512: 8049cb828ef4a5aefaf754f65f2854111c0880568a0ccc0f4bbefc4318de32ab30d86fabb7de5d074d034e57214be9791e7b4c7d854fb2c49e9afe2e59bae21f
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: 1091
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 893916
MD5sum: cbe0e00b647cd2c896aed92a021ff7ea
SHA1: 39e87f50e137d8397365b3a7d0baeb169a9b6f2f
SHA256: 8eace0232353ae27a4ebad3fa522b84f088d96318d9fbe77aedd9d89c82b1e2c
SHA512: de598c1a88e11cc364b6c773273db4b78b7c463822c4a67103a3f299c44ad8121f57594a5fbb502e19c442297f624c6a56a595b3cd2e3ecb48997cf9de304ab3
Description: debug symbols for gnutls-bin
Auto-Built-Package: debug-symbols
Build-Ids: 0752fe29069841728c23c5429014f6886c2ba920 31ae63f71b802703040991fdf0da0140acebea16 647ddb4d3281ad2b0ac2d0a7738a614678f0b42b 6e22eb467318d9785cef9fcbcffec0c6baf3945f 78f7c727f90e0335d66fbc605988be1279de4292 cbc7664abd996bc12cc2e3f72d6debe9e6e947f7 de3b0c7450814aa6eef65f5a6d7741b3a842ce3d ede18d13511bbc81bc7b0886f70ff74f71706904 f3e276b776dbe8c5625dafea57fade7442a48ea7

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: 34868
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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: gobjc++-12-multilib, gcc-12-doc (>= 12)
Filename: pool/target/g/gcc-12/gobjc++-12_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 10283888
MD5sum: 9b2547a74fefcd5c07b18b322f8593e7
SHA1: b360d925d409b974a722206380352ba3bf785293
SHA256: d07e75e68decc998afa3d60584c9e53ec01a8dd981237db80445eff1b1cbe954
SHA512: 7c80d1dbe92e71a9712a27ca5ba8ab0d196306e067e79a48be5e2932cd41119a9104745e25cfac5becd79b55010b8d9db521235735c403a29403ae33f539f29c
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: 73401
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 71246520
MD5sum: 491a4c9c5b6b58a80b8b60e3695dbd31
SHA1: 8068f897583a3d654317f8d238daca1e75e47c01
SHA256: e6640bd150a794248e2f016637a1853e182f8d88b798ba8f6cb2cafb07bb6798
SHA512: 3ea71c1a03d9fbcf553d46c22b2986a90e25d4bd3f591fa8333f20b0b732c34f8ca71844a583674af6d3a0cea3a4df66100bfcc99696dfd55574c051b5cafd3a
Description: debug symbols for gobjc++-12
Auto-Built-Package: debug-symbols
Build-Ids: 8131a4dc53d6fc0a40cc577c6cb30ae0ef0c2f54

Package: gobjc++-12-multilib
Priority: optional
Section: devel
Installed-Size: 6
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), gobjc++-12 (= 12.2.0-14+apertis1bv2024dev2b2), g++-12-multilib (= 12.2.0-14+apertis1bv2024dev2b2), gobjc-12-multilib (= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/gobjc++-12-multilib_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 1032
MD5sum: 372b983414174bd2c1150b0b4302b00d
SHA1: 044bd5b41b045a65dc576c79af8809a74aef3dae
SHA256: 94f1043f202e4065a90dfe95f24aecc96222c4e3b1c21cb2c2e2274a25c40f9b
SHA512: 31becaaecf632e14af983aba85b64a72baba62db9b12f5cc64b308d849a506881b065595e439dd0ef6c1ea5deafa9270a33ac97783fa33ddc68c185bad2b9185
Description: GNU Objective-C++ compiler (multilib support)
 This is the GNU Objective-C++ compiler, which compiles Objective-C++ on
 platforms supported by the gcc compiler.
 .
 This is a dependency package, depending on development packages
 for the non-default multilib architecture(s).
Homepage: http://gcc.gnu.org/

Package: gobjc-12
Priority: optional
Section: devel
Installed-Size: 32822
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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: gobjc-12-multilib, gcc-12-doc (>= 12)
Filename: pool/target/g/gcc-12/gobjc-12_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 9483232
MD5sum: 61950f3d59cca6bb89fd2065a1e90ab3
SHA1: 3b4c617e0771ba88266593d22e4e5a1e9f73afa4
SHA256: 56b1f5dc9a884e80eb36ec8c3e0f44ec17a6163cbf8d7068cdc3b2d5baa5604f
SHA512: 143d52dc12d8319a27e9fce6b193b4768b3c378a2185d563a09757b51721160cd07e2f7faf7999e0f7082ae489ccbd552a08a54be05322be0af574f98395f6a8
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: 68641
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 66612040
MD5sum: 9a4771e80068d81cec3370aa206f50cc
SHA1: 159aad3fab4efd612e9eed1ad403119a39d82491
SHA256: 9b9c04fa017360ceb2de46690ad6be4991f7414dc4708cf41496d7f69ad1ee9a
SHA512: 640e3bc83ee9f9bbc821ff9c2816bd037832ec8e40bf78f40360cec64122d2308fe8de3f0a1b1bc71ea38d7c2daedc4d4577fe27a8c39e883f78b8bb3160ac25
Description: debug symbols for gobjc-12
Auto-Built-Package: debug-symbols
Build-Ids: 69262d363f5a5bd47762def9ae62a85f4eae3eeb

Package: gobjc-12-multilib
Priority: optional
Section: devel
Installed-Size: 6
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), gobjc-12 (= 12.2.0-14+apertis1bv2024dev2b2), gcc-12-multilib (= 12.2.0-14+apertis1bv2024dev2b2), lib32objc-12-dev (= 12.2.0-14+apertis1bv2024dev2b2), libx32objc-12-dev (= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/gobjc-12-multilib_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 1040
MD5sum: 0d8f9373192b82e0401ecc409efb6fc1
SHA1: 34e97dea52bc5a7b8bffc5fe077d867e40109b04
SHA256: 087f055d2269d0f4000e1c1f83252cb0b9c1d56b9d6058d6817abfd4e52f2710
SHA512: c82326c0f58084530ebde80142619905918df0700070af2fdb784cafd8e091ede80bcaf96a15347d1fce46ee9a8eb099ff29e516bf18a1e632e688bf1b3dc2f7
Description: GNU Objective-C compiler (multilib support)
 This is the GNU Objective-C compiler, which compiles Objective-C on platforms
 supported by the gcc compiler.
 .
 This is a dependency package, depending on development packages
 for the non-default multilib architecture(s).
Homepage: http://gcc.gnu.org/

Package: gobject-introspection
Priority: optional
Section: devel
Installed-Size: 1635
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Version: 1.74.0-3+apertis1bv2024dev2b1
Provides: dh-sequence-gir
Depends: libc6 (>= 2.34), libffi8 (>= 3.4), libgirepository-1.0-1 (= 1.74.0-3+apertis1bv2024dev2b1), libgirepository-1.0-1-with-libffi8 (>= 1.62.0-4~), libglib2.0-0 (>= 2.74.0), python3 (<< 3.12), python3 (>= 3.11~), python3:any, libdpkg-perl, build-essential, python3-distutils, python3-mako, python3-markdown
Filename: pool/target/g/gobject-introspection/gobject-introspection_1.74.0-3+apertis1bv2024dev2b1_amd64.deb
Size: 314032
MD5sum: 74701b5adfbbd9261b0f7d457aad8e3e
SHA1: dfa85f71c558e06e4136fa023d8949254db345bd
SHA256: 5280d62663d1967de758f5cdaf8860b13d6eff283f928803f1bc1ce47ac5aa2a
SHA512: 1cfe94f073a7e0d8f5a3aafbd9cb3728db6b4610d7b6b0bb037182e5a619ca1c25deb28e5dcaca4df2c2d3c36b27f74b521e552a95b31a2e6d83068163fb1224
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: 416
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gobject-introspection
Version: 1.74.0-3+apertis1bv2024dev2b1
Depends: gobject-introspection (= 1.74.0-3+apertis1bv2024dev2b1)
Filename: pool/target/g/gobject-introspection/gobject-introspection-dbgsym_1.74.0-3+apertis1bv2024dev2b1_amd64.deb
Size: 356196
MD5sum: e273b175b62f6242f80fac053d50be15
SHA1: f641a5a0234eb788c6a0358026a0ebeaeb107c73
SHA256: 201969e31c0579141a1c70d4aca4b55cf981491c6ba5b25640327ebb74bc7079
SHA512: 3e46b3e2cad0f21fab3b65bcb8b41d70745df8dc2d9ee04fe8db706b4d1f725ca9611b9091e0fdb2b6796ea1a9273c0b3644b519a0f3f06dbdf73b5c1c03d6c3
Description: debug symbols for gobject-introspection
Auto-Built-Package: debug-symbols
Build-Ids: 1f6c9307a20d8d7b725e796148602c1465caa70a 23cfa760b4a59b7a4365bf68bdf17b9ab3ab7323 93d0861110f18cdcb3d4cf1290fb289987682feb cb71246b86413db0f6d36aec15ab2565836cf3db

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

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

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

Package: gpgrt-tools
Priority: optional
Section: devel
Installed-Size: 70
Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
Architecture: amd64
Source: libgpg-error
Version: 1.46-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libgpg-error0 (>= 1.29)
Filename: pool/target/libg/libgpg-error/gpgrt-tools_1.46-1+apertis1bv2024dev3b1_amd64.deb
Size: 30052
MD5sum: a5057661c2d640639f4370003ae5cc7f
SHA1: b29e384a97b5e77c841009793471668c398554ef
SHA256: cee4b4a8ddabf7beee9c592cc0a0b26c4fa87e703dc62fa5b1a9b4badb71dd81
SHA512: 7b62dc29b5fa56b9f6ad5aa063c28b389de36abfd2cc566564537fe99e5a1558e32a1b56a5e998bb0e41d1326c865e0f50004bdbe12fd4fd662ece54c1f5b2bb
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: 37
Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
Architecture: amd64
Source: libgpg-error
Version: 1.46-1+apertis1bv2024dev3b1
Depends: gpgrt-tools (= 1.46-1+apertis1bv2024dev3b1)
Filename: pool/target/libg/libgpg-error/gpgrt-tools-dbgsym_1.46-1+apertis1bv2024dev3b1_amd64.deb
Size: 21276
MD5sum: e685197bf879414a5cd7bd0c1d8018b5
SHA1: 1c44d812b22e1aec4465e4821fb81562c19e234f
SHA256: 4dd314d3b252e5860c4f09cfac05ee638540c4cb73d6d7415c8e81d2655a6f8c
SHA512: fa54a14afd4beae749a141f82cd3e980dde60fac1311adbec1073f660882990f12d30680965d79b5fd48b17effe2ddd6b45f2b3e026472607f75f061b54b3e29
Description: debug symbols for gpgrt-tools
Auto-Built-Package: debug-symbols
Build-Ids: 98c74de6ed2cb5bcb1253351afbb35da41d3cda7

Package: gpm
Priority: optional
Section: misc
Installed-Size: 525
Maintainer: Axel Beckert <abe@debian.org>
Architecture: amd64
Version: 1.20.7-10+apertis0bv2024dev3b1
Depends: lsb-base (>= 3.2-13), ucf, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgpm2 (>= 1.20.7)
Pre-Depends: init-system-helpers (>= 1.54~)
Filename: pool/target/g/gpm/gpm_1.20.7-10+apertis0bv2024dev3b1_amd64.deb
Size: 180380
MD5sum: bf4cff7c7f2d8a8c5094ae32014eac4e
SHA1: ee34118eda2633d9c9878a8ac39fca71b03aae55
SHA256: 3d7c2a51a1dc43c5a6c44a8bdb37f708e106af271a3501cd086e78264f056706
SHA512: 84b680f5b931ccb43e2dab387ad82936e8a8d1d12a7a2a3be9fe1ff8bdbd95b014aa77f237df2f850884b7b27eb70486bef5beaa284bc20d17a150e043b7d7f2
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: 247
Maintainer: Axel Beckert <abe@debian.org>
Architecture: amd64
Source: gpm
Version: 1.20.7-10+apertis0bv2024dev3b1
Depends: gpm (= 1.20.7-10+apertis0bv2024dev3b1)
Filename: pool/target/g/gpm/gpm-dbgsym_1.20.7-10+apertis0bv2024dev3b1_amd64.deb
Size: 190096
MD5sum: d28c63ad365b1f3c3378e4c41aaea672
SHA1: 75aa19137a92180950b4512d076248e493891ae0
SHA256: b7cfda3228141a968a506eec28ea0aa474edb3f7dda49ce551ce384b8f851672
SHA512: 66fd509d916f4220a840ad0e9ce0a1527cdde4f4180f9bf4636f1e4540403d27d991991f46aa2b001be6b2b53fcec5cf7019ac48d3ee2e21b648b1a77b558efe
Description: debug symbols for gpm
Auto-Built-Package: debug-symbols
Build-Ids: 07b3b39e7b78040e1befc70899d568601499853e 7a6dd758a6c98aa960da2b08364937ba3a445ecc 94fa062e158bf45e04bb55811314921750d8fa50 fef843b1f8b9a466f1d9eff9dafdc70355512d81

Package: graphene-tests
Priority: optional
Section: libs
Installed-Size: 872
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 112692
MD5sum: 89ee82238b60541b9695a8ec5102086c
SHA1: caf41ebd5c3fa5839ef7563d808e4f13a97445bd
SHA256: 6f371b06fc705cca7d928c1df18c41897fe39bfcc7c57dcafdaebde8c98e5e77
SHA512: 1796d7ed848c3b49e4a641ba1ffe8a95ef76ab8e8230eea8abed7de64024c68c0caa7d3f5dad1173409ab3cf9b0cd245eb74071d8b54b07f374100b9acac9d12
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: 898
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 626420
MD5sum: 5dcc30b06784b8198b6fdd99c40f97cd
SHA1: 4e89af202685db72361efacb9b53a9ea590915f6
SHA256: ea767ae86b2337480d491390e4361e04987b579d7c23ded7a671a2ed12e49b43
SHA512: 09c73df3a6f62bcf0020e436bd1c6211fb9294392325f2ab346b6bfb9ea357c376a33ef257a4f93632c16c8923e8a3d2e5f88685558ca53a7125385bf5423767
Description: debug symbols for graphene-tests
Auto-Built-Package: debug-symbols
Build-Ids: 0000b4acc6b229d8846a396549548c597c8719a3 02b83597636daba00092593d508e1452926e3408 02bf1c14e14021c6407415f0b7969ed372193e88 039157b98439eaa9b7415ca5375c43381e632ec2 11c83f761e7a2f3134373477c108cb9ea097ada4 1373c7332628cf047ffee312c704ee2780063ede 166d7c6103e5562338069c5048a2445117625a66 2694e3eadca7b4021c8609616544db0ebb871639 28ffe31df0748294f9be6246f7164ba4c4f1a745 296e3b8caa6a65e2fa67fd25dc358aa4d3b6de4f 302c37db79d124f64d49e0c57a3154bc1f5fac5f 31a5d571de782e92933219336665e760216b26ed 46c39b49f82c1f6805dfd7372c0e471939fa8c1d 49d57f7eb647cbfb2bda0af12425ef234464b5a8 9b6f85bcea4055a7fa62aa1a31b98a400c1e7f76 b22126acd06696cdd82c7ae931bb803914e7124e b6a55dbb2917c88f6d18e2a04939eb49582cba07 babc9fe31cfa87a5c4c04ff45dfecb4853c25d5c

Package: grilo-plugins-0.3
Priority: optional
Section: libs
Installed-Size: 2708
Maintainer: Alberto Garcia <berto@igalia.com>
Architecture: amd64
Source: grilo-plugins
Version: 0.3.15-2+apertis1bv2024dev2b1
Replaces: grilo-plugins-0.2
Depends: libarchive13 (>= 3.0.4), libavahi-client3 (>= 0.6.16), libavahi-glib1 (>= 0.6.16), libc6 (>= 2.33), libdmapsharing-3.0-2 (>= 2.9.12), libgdata22 (>= 0.15.0), libglib2.0-0 (>= 2.67.3+git20210214), libgom-1.0-0 (>= 0.4), libgrilo-0.3-0 (>= 0.3.8), libgstreamer1.0-0 (>= 1.0.0), libjson-glib-1.0-0 (>= 1.5.2), liblua5.3-0, libmediaart-2.0-0 (>= 1.9.0), liboauth0 (>= 0.9.1), libsoup2.4-1 (>= 2.41.90), libsqlite3-0 (>= 3.5.9), libtotem-plparser18 (>= 3.26.0), libtracker-sparql-3.0-0 (>= 3.1.1), libxml2 (>= 2.7.4)
Breaks: grilo-plugins-0.2
Filename: pool/target/g/grilo-plugins/grilo-plugins-0.3_0.3.15-2+apertis1bv2024dev2b1_amd64.deb
Size: 949644
MD5sum: 65f352008990b9aea20e2bae76add007
SHA1: 1bce4ad3a97496914e19958daf7b4a13e34d4ab8
SHA256: 7eccc97c4f7a0710f84821abad83f63291fd517dac452b648fe9952a0cfc7883
SHA512: eae708f3e929592ceb0fb83ed234d3c6080843aaa321ccfad70f4ad3c54239ec407da6b9c2a35a8433327efe13940e269ca5ea14454dbf3c94bb9035dada9206
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: 985
Maintainer: Alberto Garcia <berto@igalia.com>
Architecture: amd64
Source: grilo-plugins
Version: 0.3.15-2+apertis1bv2024dev2b1
Depends: grilo-plugins-0.3 (= 0.3.15-2+apertis1bv2024dev2b1)
Filename: pool/target/g/grilo-plugins/grilo-plugins-0.3-dbgsym_0.3.15-2+apertis1bv2024dev2b1_amd64.deb
Size: 679308
MD5sum: d58f4220d727ee3a83861ddd3912fa99
SHA1: e8c5666ed37331a1f264f47e62bcbe7ba108e202
SHA256: 091b20ad367066c22ebf721d75036548eb4a5eed5a0a20f3c3223d47d38bc269
SHA512: fc32101485063903cbffd30ac28324df35154a9bf1422e43908f29b3cf598d85d26c90abcda7be33e5c2d3e4dbd2d72e868f9569eef0dc9db0b61ea996c46fa5
Description: debug symbols for grilo-plugins-0.3
Auto-Built-Package: debug-symbols
Build-Ids: 01104864f18f9d9889d1e2a859ff0a80b1fbcd08 0d1433ab31aaca200e4257612a228a9c725cf063 0d4b2da0c919b6321db411e6d36c836dd3f02661 0d757da8d31bd617e78bdbeb430d5a2b673aeb25 0fe07a0af05eb028c2818debbab4241ea759b9e2 13e2a8e377cf9a706ca72690ca250eb28e41db9b 14636f7541cab1185291738cc8b449857401a2ed 35b5e99b69215ea167ad0f4ab9883f511bcb5108 3b9188f064bde907bf1faf0aac8e87447ef57391 51c25be8cbc744a4fa4faf34964c49aa546aa4f6 56e0abe6d15625f2da572ca0c16635e6f14d4a6a 57d6e1c49b243cfb6eeaa765da987387de7cc47b 6c14a4aff29173b9d0d1ef4fa264db1f72679818 7c7f010d6d32cd590f6db35a930650938e6ceaa9 7e66f388048f626b9013e7acc3ba217e02e50847 8a81d10be3628afcee63bad55132ca430784ec2a 8cd9f8037872c838f69deeddea14a9ec6c52b041 b2e59e4a3d276aa4fcdc7693b7c87b5a9a8299ba db7d75e06ee0639d091c5d6d643d66733d00d0b7 dc3905dfe23a3be167ffea03edd80ebe3d86a807 e7bb50d5d5aca743ee431afec3cea27c2dbf100d fc367e58cb4415fcb58bfc52bd302a0038b2fe34
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: amd64
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_amd64.deb
Size: 9536
MD5sum: 682ff95e5864074151a2904474849dfd
SHA1: 2b9d27996e8cc5f0bb5ba1fe5020bc3d5577fc64
SHA256: cb280132ea131d0dadee1303e6a72df1df042f42c6cbb6e5eb3787d6587978b6
SHA512: 931ef8129e4499e25347799bebef74755bb5af8cd7d86133f01d665a6f75c375c097f2152281a287c952a1d5433c9bc1f0f36dc29155a01ceb9cb046e2be905f
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: 73
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gssdp
Version: 1.6.2-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.61.2), libgssdp-1.6-0 (>= 0.14.0), libgtk-4-1 (>= 4.0.0), libsoup-3.0-0 (>= 2.26.1)
Filename: pool/target/g/gssdp/gssdp-tools_1.6.2-2+apertis0bv2024dev2b1_amd64.deb
Size: 17168
MD5sum: 4b0e1e226321b55699b6f3b3943fc3e6
SHA1: a7c2aacf9c9b76648055ccd390942adba6a9bf8c
SHA256: 108de0b000cbbc93b9e62d1951e03b42bb9bb82a4d126b685a0fc9f44a47d72a
SHA512: 6c92de4ac8d20431655c485f52ba30576f726e531b94b1f34cbddb28302b1174950ff12b663e90da52e4e9fe1199defc9adc18f4c0bd628d58c15a1e71908f00
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: 49
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gssdp
Version: 1.6.2-2+apertis0bv2024dev2b1
Depends: gssdp-tools (= 1.6.2-2+apertis0bv2024dev2b1)
Filename: pool/target/g/gssdp/gssdp-tools-dbgsym_1.6.2-2+apertis0bv2024dev2b1_amd64.deb
Size: 30500
MD5sum: 3180edaa848e6c3e90d1d7359e416018
SHA1: 0edc83b1b36edd3290a49835e7fbe085ac97e3d7
SHA256: 59d81d0dac706c30c19d41854c2c8acbd4ec6e2fca2bc9c7a7bf3906cf52c804
SHA512: 2695da92f56fb0a707dccebe3748176779bfbaf751e9593492d32aa6c02d5d8ed0c07163731a84ddb9b9cecfa70a392d3c9ef6f49cc18c2ac79274a15b7f5b0e
Description: debug symbols for gssdp-tools
Auto-Built-Package: debug-symbols
Build-Ids: bb159f8ed292e8b5185cad1d70a1db5d088e1c9e

Package: gstreamer1.0-alsa
Priority: optional
Section: libs
Installed-Size: 218
Maintainer: Maintainers of GStreamer packages <gst-plugins-base1.0@packages.debian.org>
Architecture: amd64
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.4), 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_amd64.deb
Size: 108116
MD5sum: e1d0b31ac9a136e4e3b619ce0000d7bb
SHA1: 5ff1d2331cacca321834c3ca404c8c9f04721447
SHA256: 4fb709dc46b95093efb3a1b84d4309280112fbd7648aafb4b83e0f63ab10fd5c
SHA512: ab377e2dd413dc875fdf639307711a407d0e6b97421dc5714cef30a020695e911ecaee536f273fd8d074eb95293256adfbb1dd035117584938b4a1459ac04d53
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: 127
Maintainer: Maintainers of GStreamer packages <gst-plugins-base1.0@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 100012
MD5sum: 2d1544f28b03187f1fae4ca0b77fbb30
SHA1: e1ee06488a999a3fe8d514eaaa1beb6ea51a8b52
SHA256: 3db1df27102e2183eb3ea17a02a14a36db4ff45141c15e6c56b2cd9102113fda
SHA512: 586bb8e320872028877b3c902489d69cd57dfd77cd4191ef5f6b01583478e04079a4f6d0e84a57ef67059979355bcb05bb2ee5bb8a26c346ba23808ef8db8481
Description: debug symbols for gstreamer1.0-alsa
Auto-Built-Package: debug-symbols
Build-Ids: 6753e231d9731d1f8db7a7869f183f2a068d3b85
Gstreamer-Elements: alsamidisrc, alsasink, alsasrc
Gstreamer-Version: 1.22
Multi-Arch: same

Package: gstreamer1.0-gl
Priority: optional
Section: libs
Installed-Size: 478
Maintainer: Maintainers of GStreamer packages <gst-plugins-base1.0@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 189232
MD5sum: 707e2798f44b1156ba6f90bb7feeafb4
SHA1: 2724bea918b58eb0d7b4ca4fc414e7470b591195
SHA256: 63cba7eda77a2dde17bae064840248d0ee879830e2a494f76dede7a23e676463
SHA512: b7d5f74e57209fb2833b801612fc92b6f4a7579026730d79125586e0aa60aa110360e978d62154eb6a919de85f96d44de9d25cad7bf0d5ebffb8e9fe0984d04d
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: 420
Maintainer: Maintainers of GStreamer packages <gst-plugins-base1.0@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 353312
MD5sum: b53ff0829d546f755088953a64dbc79e
SHA1: 2b9fa026506b74763d1909ad82c0db01fef65ba4
SHA256: 9e9893649310d38d84927891ded1ea606ff8c4f8253c71715255ff69b974beaf
SHA512: 2882bb02209fdfdfcf16627e9b0b784d778f7209e6ac6af524943c0f7c43f6082a4bf1e597ec0b0a483808100ccedb6c08fb6309b5f8b12e713f7aef02258c37
Description: debug symbols for gstreamer1.0-gl
Auto-Built-Package: debug-symbols
Build-Ids: 163e42bcaa52184bdd13ceef0ccc77f730e636d6
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: 201
Maintainer: Maintainers of GStreamer packages <gst-plugins-good1.0@packages.debian.org>
Architecture: amd64
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.4), 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_amd64.deb
Size: 104924
MD5sum: 07c4720bf7933c4e1024e3efb76fa704
SHA1: ecdaccc44932dde80047eb9e1293b2779144dcab
SHA256: a9e7e996b3a100a8d9f72f08ae963185d95319df7106cf956c26bbb2bb8ccd6a
SHA512: b0a5c859a9e6dc62695c2423e4e45f13ba54ba8b7c20368d55d409ca3cc0cfe7580ce3ce0ef1dc1c72f9e49f4ec4ce2b2dbc27f843b4a38accf36d97533ca4c9
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: 111
Maintainer: Maintainers of GStreamer packages <gst-plugins-good1.0@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 87556
MD5sum: deacdf96c52496f6dc547ee43eee41e5
SHA1: 178c327b3e8b25322550d0b271c8718745e6bdf7
SHA256: c54b3268e5449f87d7e84081ba9c24f63c172e9bf0b5ec7a8c2788fa7beb7ff2
SHA512: 8df78c68e81c879aa1b2324bc2d76e29fafe09035817f321dd0a3ce14f7e1ed75adcc1f5db9781e71cf9f70ee8ef636758e4e6f50ae6544a15244a4d174c670d
Description: debug symbols for gstreamer1.0-gtk3
Auto-Built-Package: debug-symbols
Build-Ids: ac14f56fce1198c396cea4ee478e71b903cd7952
Gstreamer-Elements: gtkglsink, gtksink
Gstreamer-Version: 1.22
Multi-Arch: same

Package: gstreamer1.0-libcamera
Priority: optional
Section: libs
Installed-Size: 167
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 48060
MD5sum: bdbb3b6f95f19bdbccffbc53d8f90bdf
SHA1: 7c1305e54ff64e0c449b5d36781a598c2b2c51cb
SHA256: 656498bb8522150cf6b35d440fb9ea7aa081f8ae3ec913d98784e1ca386d05a6
SHA512: 5b97b0c301d91a438fc4906707913cec3be15376f236ef3cc09438e2add77c43d24a3a19c2033f0c8a32d336b5ea216faa1fa43deb9cb68ba909e984ac0e3a4e
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: 545
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 521892
MD5sum: 65f9a0b951c2f0ff033d69d7d54b4c9d
SHA1: 3a3f55fb859359aa5adf91be33f94a026b85b7f8
SHA256: c8b815ecd3e9c2cc140e2341a6c833fc013478a2c28cc0edcaf64dde52d8c41e
SHA512: fa21580f3538e4e58fd0665443cdc58385080f9a62d95c289c9618f2e215253ef707066b08ce8a45d7ccf01eae317f06d7b786fcac2712d121c5dc344648d802
Description: debug symbols for gstreamer1.0-libcamera
Auto-Built-Package: debug-symbols
Build-Ids: 6fb5ca347de1cd76b652d39d3c6e292a0835ebaf
Multi-Arch: same

Package: gstreamer1.0-pipewire
Priority: optional
Section: libs
Installed-Size: 191
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: pipewire (= 0.3.65-3+apertis2bv2024dev3b1), libc6 (>= 2.28), libglib2.0-0 (>= 2.39.4), libgstreamer-plugins-base1.0-0 (>= 1.6.0), libgstreamer1.0-0 (>= 1.6.0), libpipewire-0.3-0 (= 0.3.65-3+apertis2bv2024dev3b1)
Filename: pool/target/p/pipewire/gstreamer1.0-pipewire_0.3.65-3+apertis2bv2024dev3b1_amd64.deb
Size: 65208
MD5sum: 536134583905604d0c6b0b35cf9081fa
SHA1: 0a0c5cc37f9461363b7009fb1474c27336efd808
SHA256: 9f4f05b39fa81d1a9b33c5ddecf06d1af40954b908f1fa69d9a4a3375bf7ea2d
SHA512: 4b80ea826d5f1c0611afebff07cd9e6e8587c0c4c4d0a8c7e08cc7bd5d913f958dce1863eb67f5d8423598ef1af411f863c52e6c4f5832dff642a480c0b19682
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: 233
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: gstreamer1.0-pipewire (= 0.3.65-3+apertis2bv2024dev3b1)
Filename: pool/target/p/pipewire/gstreamer1.0-pipewire-dbgsym_0.3.65-3+apertis2bv2024dev3b1_amd64.deb
Size: 209100
MD5sum: b1310f5e1213bdad861dc8497790cff7
SHA1: 8aeed9b2fe3bdf5ba58d408873652611ffa6aa86
SHA256: d388eb9da7bef8fa3fde0bc2f2fd069062528126b6f93c63e206ca549dfcb4d6
SHA512: 6d8efe413d1e0409d7fc258ae4b092b10bdd8c3818c20046b16d98a303a4397bffab7be46abb5e3ddff3c10fd6f561dbf888ff97ee5325e4e07db77df59ea2a3
Description: debug symbols for gstreamer1.0-pipewire
Auto-Built-Package: debug-symbols
Build-Ids: 2e0d32cfa49a2c0c74071acd847d24d56025e9b8
Multi-Arch: same

Package: gstreamer1.0-plugins-bad
Priority: optional
Section: libs
Installed-Size: 7413
Maintainer: Maintainers of GStreamer packages <gst-plugins-bad1.0@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 2139796
MD5sum: e0ba2e908b128d9b0ecf44014329a389
SHA1: 49338528ab98356110410c9a50435e78780b19b8
SHA256: c2da270a945d005462eb5963932b73f2dbe1eee398d36a67f774ac3a16348135
SHA512: 3543c209bf39fd417dd494f145e5873fe1d3327ba156982aeaca8d14e95b6ca0b2846b7d6b66098592707c9e9c8c93aeb05c98dc31954f4ae47849feb00746a3
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: 254
Maintainer: Maintainers of GStreamer packages <gst-plugins-bad1.0@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 168824
MD5sum: 28a55cae86959bde7d9195d205a2717c
SHA1: a0d95d361c8990ab02b1d1d07c48126a88ec6ba6
SHA256: acb64e0228e8426fc9604fd1aa790d2fc86110f2c7514d7797bd60675d8fb5bc
SHA512: 26c4b8e8e271602669ec6c85c644a9403bbd0dfc8067a3303da6c6e074842edbe7909feed2af0044b930ec35f9d8858329a100b0634479b630cca494b1925603
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: 37
Maintainer: Maintainers of GStreamer packages <gst-plugins-bad1.0@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 20920
MD5sum: 10f4ca6e94df8c5de76fe390ba7f3457
SHA1: e6e2106be1aa558bdd04f9a936d5b549bdd7490f
SHA256: f478cf946a1fce43e39bc1394008d8b0a4728d017691bb547f7f5c9eb7094d19
SHA512: bb746b6b1c2bcba94c4a7f259418f3f72c8fafa51aec4ce0ecc096d5f8089e39c46cca50a6cb6f706b911b9ed2b90faa956d4847e93b9cf8bcf22469ad651c50
Description: debug symbols for gstreamer1.0-plugins-bad-apps
Auto-Built-Package: debug-symbols
Build-Ids: 10f94b6b9031e1952891b0e936cf05b2c2028e20

Package: gstreamer1.0-plugins-bad-avtp
Priority: optional
Section: libs
Installed-Size: 318
Maintainer: Maintainers of GStreamer packages <gst-plugins-bad1.0@packages.debian.org>
Architecture: amd64
Source: gst-plugins-bad1.0
Version: 1.22.0-4+deb12u1+apertis1bv2024dev3b2
Depends: libavtp0 (>= 0.2.0), libc6 (>= 2.7), 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_amd64.deb
Size: 190860
MD5sum: eb7c91077baa5d7cd8691cb010ec7370
SHA1: d0d118a171ad576279244ac71709602a8758a2de
SHA256: 4c5d521a40bc964c326a3ad2d14fb9714fd879a7e3f85f540e2138adb84a18e4
SHA512: 3b6ab8ce9978218e0d2ff6c5876ed390a027c89b1f921790667b94d6bca7473da250021dfdab7af0e0321526ade2566055eeac4ed051110834efdfbe8fb7ab78
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: 119
Maintainer: Maintainers of GStreamer packages <gst-plugins-bad1.0@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 96760
MD5sum: af2136c88cf9c62ce9f51223d0a9e252
SHA1: f4089559abfe1b649c889ce1cbefc68c89c7456f
SHA256: 158f768363f05a1d798db0331a7b314c695997648fadb9d8d2aa6885b734ec0e
SHA512: 13468957897bc796481e4118b3bf5cb8c21d37daf80486f073962e3f1f5a2363bf052f160aeda4718e6e7e39eeab78ad1774a9b327b796e02970d99398ba7d4d
Description: debug symbols for gstreamer1.0-plugins-bad-avtp
Auto-Built-Package: debug-symbols
Build-Ids: 67bc1c8cd38846009920f63ab19deb256bfa0cb5
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: 7693
Maintainer: Maintainers of GStreamer packages <gst-plugins-bad1.0@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 6400400
MD5sum: 4d4cf6ccc950356a84dd07bf0c264967
SHA1: cfe2aec4ec052334f9def46fa4b72322a2a05ef7
SHA256: 33b201ba25f4b2a4b09ec232d6d2061217a0bd3bca409e1d8530dc04e1dadded
SHA512: 8834467e0c3f874e78609fc877e2cf5de3da349d6d6c6e47f5aa591098735aaf362b0e6f7a1d1be1fa1d412cee6dcd7f707bfe43e4183ff7ac095b7821a380d7
Description: debug symbols for gstreamer1.0-plugins-bad
Auto-Built-Package: debug-symbols
Build-Ids: 00a55bbf27c107a5f03d6649fde0c72e9613c28a 0261848bf3cbbeb2caf668de744331b09fd8a123 07d42d64ec5f397baf55dce09157d3b500fe2246 0b0c805639f4b31b27d0ceeb7b0da16a41a51fd1 13e53d42d97db87a90b370e586d4f30a5b956d29 1757695e7d17daa18c53cc9d0e11c56fad14a830 1bfce87f20d7d97cb31c65b28a1a2bb91443e053 23d8bd217a393700059da52d2e75170926c3f7ac 24d7ab1fd7c65e4f9aa2a13c883de2a6a7e94486 28dfc6df71056dfcf64997f1f472467fa6787c86 2ae0c3ad21850b1e42dd0bc338697dce70e63cf9 2d58451c9372ba41252a5a2812161cd71cb36f25 30e7c982849e8c78cc37c6bc0641bb5a7799c0d6 3384fd9571a969e48c8f55fa54a172c9e2c5c975 36623469e69dca45b4d1fabe2589d0f8427f03bb 39f5e6b42ddbc14c8cebbc26c2a52e3d3aad7d86 3a4a8569ad1bbebc65abde57a1855c5aec2d14b0 3cbadcc3d4a2cb73fabf1d818718b2ac327531fd 3d73287c5668b1842e4f9a911199a0ded1f3c0a2 3f5b8f900fa6221f51c3cb132245eedecff521fc 448847ac3c561cf5a141fba807f8e49d40c1bf43 44b1e2895c2c92e075ed220ad281ce2578484cc5 46cab12e99a01cd6628107ec07513a6d7cc94ded 47d98cce90ccdb8476fc0a30426bebd932caa6f6 4afd5532274b75ed82d61d2f8796a7f15318a9dd 4d25e59cab897309fed18391831f143763913767 566c4c7bede05b3136c4ae819076a43371f8dcd4 577e059fd4feef5b9ca225742a50984d1ab53c27 58917d63ac2733eee08d6eac1239ec1c2a947994 589a647fd0a6a228d72f605129477b31c39c1599 5ad4bc54f468e682715bd7628e0ab45cc3d5ad3a 5aff1de53ecc6da492e08777c1a58ce4040a4e57 6009fdf490c044388e76102569f41da234624cd9 60a4c863614f388d1925037617b800da3107e042 60d601399d1baddf39c76c1a794305e8e4a92594 6242777c80fb0d3b5ed8bc7d3c59d4a8014ae542 64653d96dbc8f952e432526eb1da01971e3ffddc 663b90b25e2511d0fc72e510d4f0fa609c55bbdc 6930a31d76a8cd266c22a5ce2f06d56a4054f6b7 6998d327b8d20390f36c695ffe231ff883ef02c8 72e813dd7eb73990cde01176dd1d4e52f2af3271 7378890bdc8b58115da6113120617b3935e4ab10 772aef989937321abc7ca9783404bdee3ad6747f 777711ac4275e930410627a29c0cfa4a8d985e1a 78cd9b9c859365092e2bc7634b0325fd2369bd8c 79f8c0821eed334a12cbfffe4595073fcc4131e4 7ef7d2d0cb668dfb498053be25106aafd5815620 82919f96644e65fc4a4d4ad1cb52ed5f22b1a76d 8346eae6c96473c6e0029ecdb757ddde440e2e00 854acc740ab4c4430d875f44341872d87533149e 86810775db6ec0c79b8d404823fc8cf369382b66 86c3f4dcce1e90f9a1c1b713f49d4790eec4dcba 8e6a27715a5611592a4c911c0cb78c3595d2f2a7 923a7a391b67471f12d38939f2465f6fdb4f6135 94c1aac0298217225cbf7f1a1453d0ab98986007 94c6d7e64aab3d40739aec3edde81acfaf418309 9a1ffad75d438cc49684a784844552a25f1a5413 9b2a1fb11c6dd788c8a581c4a39c1d7a4fa8b05f 9bef7b9af1e328ec3c85ffc306773b11676e0e8c 9fa59cf68941a5888ec4405209ecb6018d3452f1 a20034e6e7679f163e05585358f3bbb954c5e37d a24e917a698f509d0d13d5aac181e6a37131934d a4d9fb0c904d21252e99544a3a77a37b18a7cbc7 a8429d3d6694dddee29077463b4194d200433615 a9c088436fefbf3df534f8192329d5b1b270d59e ab346dea9295f5584c05780ecef1b5fdf1fa3759 ac06f8d83bd59081714b1ad73e6bb4a9aaf5cfb5 ad56c222fd1cc0bf3d7ca7eb18ffc52932b7e5fe b03313c3e2e784033b9e36bbb8a44fe9fd3d3e1c b11656dccc69c09fcb510406c3b0ce36065cef84 b88ab57913bd1d2ad4ff674a42ecdf1618ffdb05 c0da693db9433e6ba603e593f374f36931406961 c354fba77f6170952c28aa48efa4f62801ea1958 c79cb302a53ce412fb373a3655c3f7307c33583f c7ca122717ad5aa2b4fb4162d7e9ca017d1bbd55 c93fd9646276619698a97217bd6b0f98462e93d3 c9c0480723c63196ad280111d3c9000a505f5e25 cb555bf465e9dbb99d4aa0f03c115c3b4b6e0bf8 d3ea41afebbd0153b6c65be2f69bf3244f3f75af dad4521b21fb87035501e44ee895423ca680bebd e44a1f154cb1fbb315816a6b84569bf22926dea0 e5b7c61c4d4d3f70a71e9c5e448df4c555cace6c e65bfca0ff704af4cfbe63838e2f1032768f9719 e9e84f9fc3ad1f7fe11f1da3c4332e9de4250f6b ec1141a8c2f6eb95bd3ef3496f9141a5e399de40 ecb585205aff700089ff7d07d70d2c3f50fb0c29 f28834cbaa254fdda88c0db56e19a22a669e7671 fa29c682a990b1c0719bad8db911d720af81caf1 fb488cf72cc6987e7cbcaf4e2816f7715d183412 fdc554c40659f422b1a5ef3fd0784fca25ea9eae fe385c57e0b7b277781bccc9993e0ea469cdb561 ffb1f21f9317f0203b9e8b0439f2fd4730ed4d9a
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: 2494
Maintainer: Maintainers of GStreamer packages <gst-plugins-base1.0@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 750796
MD5sum: e67b8a0ba31ddc358d49c843ecbcd9b8
SHA1: 5dda9b04c6bbe2692c2d85c3e0c82f2a93869a65
SHA256: a9043af0b6a16461333ba39b961c51a4bb3c942722e13e853ef1e3975c5495c9
SHA512: bdb61d949644b09c9d1f15abc0cd080ad75f610e49e4c32cd9cfcc44de350ac160a6c99965da93b999d13a03bbd65a47ebce5a288dc09dd30b4c0ae338ce46cb
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: 221
Maintainer: Maintainers of GStreamer packages <gst-plugins-base1.0@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 103416
MD5sum: 43be3cdae2bf66dc10ac6dc2accd5cd6
SHA1: 606415afa8e22da8579cca39af639d75644cf960
SHA256: a0dcdacce88a0e2a68b0bc18ac54ac38dceec0743409c55f430b2b332389e078
SHA512: 05426b52be5324f69969ba57c907e8444bf7a85b645549bbf67e5202308f6efd93f90df0977cdd090ed33a56b7c56895bd8dee0e97400fd6111cd0db0e648589
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: 112
Maintainer: Maintainers of GStreamer packages <gst-plugins-base1.0@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 69344
MD5sum: b7d3e7733848c3dbff321eb7ff183cc3
SHA1: 558e5b40a99afa77af07bf96be42767f3d4da172
SHA256: fe016a4147c8a8ecf6b475743907f4ea1eb9227b690fe8b267ea1f1251d131a6
SHA512: 99d9d72f8b24b987a4f88624ae2234b5acdf2ef3ac9716312ca05f98c2abcd4af12c2bae6ad5946c00ff4b81d95535f33377bcc634abe9488ed3c6eadaaa6d79
Description: debug symbols for gstreamer1.0-plugins-base-apps
Auto-Built-Package: debug-symbols
Build-Ids: 3206788aab226da61ea54f0338ed4e465c7b0006 56d78e3b9b8177778ffc6c95f2d66e32a3c7ecce e046fd84214d556f9473a5bc39795f8a78015ab4

Package: gstreamer1.0-plugins-base-dbgsym
Priority: optional
Section: debug
Installed-Size: 2394
Maintainer: Maintainers of GStreamer packages <gst-plugins-base1.0@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 1977548
MD5sum: ed16dad2d2f30311f3717374bd45d970
SHA1: 273039aa83090267e37d3550d4fed9020fd0ea52
SHA256: 9498230555cad075e5e2ff039debf15c66b31153035d498f8e20cb4c56532ed0
SHA512: ab3d72565368a24335c5e0ca70618867e9cea1e97f45bba83840d819caeac79e742436998ece5c5b03535cb3e671191c3ae65444660b06918adee57e27b6f713
Description: debug symbols for gstreamer1.0-plugins-base
Auto-Built-Package: debug-symbols
Build-Ids: 0513fc2e904034ab89ccd56f4831f2c0b4201401 0803f7a35a90e75f25ecc51c64b1851b15d6436f 0967175693b180039628122407248620f0fb5c28 1daaf2e9afb6a4078717e16a6040b13d18f3aabf 29f45222670598c381a9bf06328423ba4a9ac36d 2a5d1f70e831055392996440b7eff16f3fc47c36 2d50f28f5ce3e8fc3b0b9dccc4d28b7018597ec2 33c3bd86b64f7169e32f88d8c0628e9e499e8831 39afee68ecfe909347b38a8569194eeb8ca67416 421a3756c96e5b772f0b68c63a01ded5044f2c1e 4f5e4dcc70e7c578d873df08439e29e369b87a6e 525621097286ab8fc115a3c2c2a934e9d09cd91f 785fec917bec0ec67e2e9138c5c38c0cdedd5c7e 7aa8cc41104974b8da110df93e554eb0799c6389 839fce7704e4470a6a62753f02a8b907c94edbc1 83adb295e13c457c020677ab12d410978a9bfa1b 84ba52e7b30485566415cae4b8aea7b5706d3f12 88a5741d628cae217f78f52428901c3ee305d350 8cbd4d742aa00e36f7dc9b252264b9fdd7a966b0 98ab5e0644f92f9d10d951f09c2e8ee0ead57eae 9eb8ed06c98f4c68c335c11b3760cb571bd9ca62 a8609a498d21898ae2f2d76047e7739e9a22ac22 b667e8080f5645dea8360027e29f8866a820ca34 bf9eecff82a5b773c1060a39d8a97e414a4df7a6 c3e5c0c1ae0d681c567efba9403c8a77815bfcee e5788b79c1c8777b7feb2c210b991d93139cf356 e8f2313598926b07f5d7b3afe885d2abdd6ea931
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: 7648
Maintainer: Maintainers of GStreamer packages <gst-plugins-good1.0@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 2201884
MD5sum: 8e44014007b417b4a9aeae6fd3db3a78
SHA1: 85058214228fe31a0430da79b70ce8543d574d21
SHA256: fa18272a30e03fbafbbab04f96dc5a71f554320653467b9fb79fd2daa890216e
SHA512: b39ce2cabafb7a53de921b8a7552dd9c93bb67c87f1d62d9b7a598b17b89bfaf2c6fda2f56b88395f044c0921b63e893408d50aeb635896164f34942f3c10fab
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: 7083
Maintainer: Maintainers of GStreamer packages <gst-plugins-good1.0@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 5957068
MD5sum: 10f0ed9e3fb4534889ffb00000114a55
SHA1: fae1bec6bc732ecfefa54efc99b7280b427e002d
SHA256: ec565f273c29541b528793a1d22673ac0f4e1cd67d073e57c5470c917fa24037
SHA512: aad2ebac3e64f49e2ea2db7cbab7affd6e7047930b1cc989b44b11d55414ba5f89f13ca553dfccc06ca04c175ffd1208ff7a8efe2d7715caa68941d9f2ef1a71
Description: debug symbols for gstreamer1.0-plugins-good
Auto-Built-Package: debug-symbols
Build-Ids: 0365b468f1b6954a8b64a7fb4823a913f93ed0fe 0512e8723b13f5452d9ba5066cd7c4d04e0a28a1 0809f8c7b7a448ae175246c7a62455e24d672f05 0b1c5a883c9179de02d5455feb44423cffdf05ec 0ff57b4b4d1b971633199392ef8a4e7438156a5d 16791f23a3c222c5c9e80e4648fe52923b839e12 169f0b12a51cd31316c5ca7a1efa33ffcdfcd807 17b1ad66ba4879a5374f3beace0dc3585fcebd2e 1c36c1cc0cbf09fe8e9cb284dad6bb0295cf0433 1ca084fe5222e9271371c7d70bad2522c7e8527e 1ebdb09ffbbc5fe62636daca7b5f8cb17c5b886f 20ef193a359841d28b2a1c5efec4bfc1854cce5e 2260dd09a2e25d84fb7e1afe8392f64c51b99fd9 2526719d9279f018c0a5bc115896e4c4ea4f1b8a 258113af6b3750bb37716ae732ec435f113437fc 259c1e132c9399f9324520ccce752299208fb155 28b7208dc785aad005015d04314166ab5907d8be 30c884b8afaeabfddb34e453f54e04978f94d79d 3bab3ed3892176a06f83b001c51d904d1250ae10 3e6309fa0b4493262c896ebc02bea1850ee82d10 4651b1e088dd0e85000fc81acc827ebc4957f297 47ecef93544af03bc8ee1f8983a04ebe27924501 4e68f412c6da2304dfdae0015f4d842beefbe0d2 545bc948e0ceeb2a044c9a7b7f7eb0839462b806 57da07229a1ef78d358c5c27099f9cd69100928e 5b96288331339aadeb69bcc1817d449ed89df578 5c9902a636e2553361e0433bf39a30277a104b2d 6236a4445b64c26a10af22aa7ed6f7879e6a345b 6451806ee5f8b28dc0198e14ef32ee99bbc2ae33 64af49c7ab61c38adff7a8960b46216a5b70ca26 65aadf62d6f89c6988a5027eed222998b27738d0 6a258d774c7f27b948806d9a4ca4d3ce43ce2db6 71c9e0a7f728090f079802c1299d760a22bda4ee 73313bab7e1e4c5a3572163ed626dc90bc791968 737e5cf85316e05b8fa88399644ae5e80f34d7fb 77406c43ffd77cf3d042abec86ed2662197772f2 8576e7e5f355297fdca17cfd1d55d601a6ff6ff6 85d2d784bdeab2693b5987eb640adf21b5465398 886120d13b086da1f2c167fe00fb19bc386e75d7 8a569756b917047841f01230ad1d24a7a1ef3b0a 99db505f4b57b845bd4d2a053833c6a7be664d05 a92096f7f29bba8b2ac399f8994d1f5521dc5034 aa6b37ee77d909e00506569d1584775d8c34a67e ad1699bc928dd70cd459c89cbe9fd445098b54be b05024187347d8c6802e374028e262eaf2d28501 b13f3083562d4c986c3e14bdfcc0cf2e274b63f4 b22cccb854b3d07b295a4a291962079998e041ac bb52bfdf665038bd32893034bbecb5076bc8502d bda5836db389fe88ab8eb34a4c49b1d6c8ef4494 c395eda4b158a5f7fc2cf5eaf19ebf3c47ca9459 c55f9eb94fb66a1827d18a6c918a885ba8e287af c9366469be3a15ca6700f8c037a73ac46653c81c cf746ce638ebc2b794fc052b79284d98c1df182d d187117f19232c2b630cab07da4e6144add38309 d2981b344e956742f9079b2e0239fc1d0f2e2947 d2dc7bec7e6875d2fcc08c62b74d940d89ee2726 d5942ffa2f6d699b0a5d19ebe718e81a9df51181 d5c4f929ed81d9db4182960e398b745138ded688 d805823b453435884adf3656efdf3793c6e856dd d9f572fbc701f5b7591b50ff76ac689d210413e6 dadff04c2ea2fa60ef72bd994128352baf47af85 e20b4e884e049b72c4bf3e27e7041b96abf10374 e4fef1e34ce71ff61de5de3fa7d2b5c38887b38b e827265da2f169d1fd94dc6a1517f97acc719771 ec42b9b917b57a4ab8214340dc156e426fc96f88 ecd81e3ab4562e54154d3062912ba25dabb7a9b0 fb9422bece34a0a646f5754c4205dd8ef77aa99a ffe718aaacefcdacdd1328c3cf12cbe13bc74bd3
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: amd64
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_amd64.deb
Size: 84728
MD5sum: 613e9efc41702de5194c914459d931de
SHA1: c140ac87935e63d9311ca1efe8963ac3cca514a6
SHA256: fa6e0aca36b2fa0c8e9ee1c15d2a082bc03efd12f46239d515612a8fcb205cef
SHA512: 7cc0ea79e475011ed71770a6898717aeebcc60eedc61ab5f1d6619d7ce0082f2baf7d34f5afe3e039b0ecb61237c73ea5c7855abe3ba0e571da7eba9976c4fd2
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: 312
Maintainer: Maintainers of GStreamer packages <gst-plugins-good1.0@packages.debian.org>
Architecture: amd64
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.14), 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.15.1), 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_amd64.deb
Size: 137576
MD5sum: af2a73dcc0f841980fa8fd5dd9e4858c
SHA1: e456e719d4c87aeb7c194474454b605363016892
SHA256: 590dd08ee7e89ff3688e0df8651d88740da17a0f3064d56e69e5f216d5d96f72
SHA512: cd67cdb400bdc67b12b72af75655cf76bc04f333b2ccfb32bce71cdff42a3e54db3fd470e12bcad61bfb52adfc0d58004dfbff59ce7154820dffc161ab9f5d0b
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: 1472
Maintainer: Maintainers of GStreamer packages <gst-plugins-good1.0@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 1451160
MD5sum: 64d2758d432645aa382d4bc05e8d8abb
SHA1: 2cf68dffb0e5ac2a62152a07c2b33a1bed995e9c
SHA256: 2fa9dd47d418e7d160bd879107430c03823f78bec95a9f8b4c710553cca9edfb
SHA512: 1b60ac5f21c7118d54fb4dcfb5fbcb4dafa21c291f0f22a6b4781074c24842dfcea53580376b51393a48d356d27cb8f8aa1ff6d02aca01b27cc09976ee58aff7
Description: debug symbols for gstreamer1.0-qt5
Auto-Built-Package: debug-symbols
Build-Ids: f62deb41021fe886c230c2a3ab424b49c85dd76a
Gstreamer-Elements: qmlgloverlay, qmlglsink, qmlglsrc
Gstreamer-Version: 1.22
Multi-Arch: same

Package: gstreamer1.0-qt6
Priority: optional
Section: graphics
Installed-Size: 234
Maintainer: Maintainers of GStreamer packages <gst-plugins-good1.0@packages.debian.org>
Architecture: amd64
Source: gst-plugins-good1.0
Version: 1.22.0-5+deb12u1+apertis1bv2024dev3b2
Provides: gstreamer1.0-videosink
Depends: libc6 (>= 2.4), 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_amd64.deb
Size: 113564
MD5sum: 9e3addb92cffcfd89ca194e5bf30ab85
SHA1: e22f59b41342d1c7b9b7446798329f07e678af20
SHA256: 2e5766f41244111cd87b0e38ac0979a4cadb3793b4065330de19c0962bf37583
SHA512: 20f78689486fe7152abf0a01f70ea0317db2f0b956cc815bd93c05d44f01d6406e0832b85421605282ad44135360cdcbfe75ff01cef35a75d0bb8e1e324b1b2a
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: 830
Maintainer: Maintainers of GStreamer packages <gst-plugins-good1.0@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 812000
MD5sum: 24276d9cf66fa265c95c222a37f85d75
SHA1: af03420212dc31af138fdfc8da35e6562996471a
SHA256: c54ecfa5ca5dc4c4daedfa3bfec31e8c180cc551eb0634842009379cb9ee9809
SHA512: 43b0bf379da8a580fee3719ab6057fd59f9f1588a193db109edf1e481551152cafa81b9a872502d4b513900ad2f54acc933733f3621bfed1c905e9343519b0bf
Description: debug symbols for gstreamer1.0-qt6
Auto-Built-Package: debug-symbols
Build-Ids: 6caac0853fb729375a731b4a7878d719a698edd2
Gstreamer-Elements: qml6glsink
Gstreamer-Version: 1.22
Multi-Arch: same

Package: gstreamer1.0-tools
Priority: optional
Section: utils
Installed-Size: 281
Maintainer: Maintainers of GStreamer packages <gstreamer1.0@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 93624
MD5sum: bb58d26cdd0b1b05c77da6f97cb40ca7
SHA1: de27229849a2b3770a3993b9d3d8babbbc59d140
SHA256: 38e34b61c8ecf78cfe1ee3e78dbc97bf00532f50a3f4a10d37e46c729ada4dfb
SHA512: 7eb51cdf50035cc7c0378a43023d99e012444cedd3724f0a82b7006be1f3429551939f9ad9b7abe4f059a45bc21252002b0b33636f89d134a187ccab5f8937bd
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: 194
Maintainer: Maintainers of GStreamer packages <gstreamer1.0@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 127400
MD5sum: 39a4d6a44b93a687ae2df06a52383d16
SHA1: d505d509ca85405eef746def4ab1bca144d23931
SHA256: c9d82796c00c9b2ffb60a02f7bb05f9684130da885240ed2ceba5331af0144c8
SHA512: 752f6c2ab575ee2e3f1d40094cd52deece24ee82de4577f5bbec70abbd89ecba0bf0723eea0aad54c30f3d3d7c36c9bf32de9515d3530eaf9c4b01971c8877bd
Description: debug symbols for gstreamer1.0-tools
Auto-Built-Package: debug-symbols
Build-Ids: 5e9c9ef91b90e1a278ddc1df67651cd50650bc9d 8124b3268a8632eed0cfc706114bbfcb5c64b686 cf2195ac3e40c70d961a67ce1ce851e20cf4a578 d54fd445f3f0758dc46f3d833895dcb9857d23cb daf6ecaff0838445cbba90ea2cfd2beff3804b5c e82ca1dea66ecfe802fa6f12a6cf55aa90c81d43

Package: gstreamer1.0-x
Priority: optional
Section: libs
Installed-Size: 376
Maintainer: Maintainers of GStreamer packages <gst-plugins-base1.0@packages.debian.org>
Architecture: amd64
Source: gst-plugins-base1.0
Version: 1.22.0-3+deb12u1+apertis1bv2024dev3b2
Provides: gstreamer1.0-videosink
Depends: libc6 (>= 2.14), 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_amd64.deb
Size: 150272
MD5sum: 24d8ef608e3cf74fbece00adf79b531c
SHA1: d253e64136389b567659d27a634462761632c7ee
SHA256: f2fb410fe6d3b0450047c43924ab85b353641712e86b1c646001ccfab07f195a
SHA512: 0a375dacb97bcaf8794e364615e0deb139cff0be64d25d75b611a9a0f1073f7396259e349fd138fa5b412602ca689da2f8b064092c638e5157dbe914710b7369
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: 288
Maintainer: Maintainers of GStreamer packages <gst-plugins-base1.0@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 226400
MD5sum: 8366d4a0618088c6ba39efa60372b4bf
SHA1: 3562a9ab37a04e2d7a2b6d427c5fa06e4c12a53e
SHA256: 40391e7c9e3badb7387182899b1148c0b244218cdd9c3811f008497bf3c41ce4
SHA512: 7d567dbba1c67bea7e5d41e13657e520410b2d99c6f22782216e4deeabb7ca687e7a53f74698e919cffd5b6a104c0143427f161e125a556834d15075309785b0
Description: debug symbols for gstreamer1.0-x
Auto-Built-Package: debug-symbols
Build-Ids: 124c4755d5803fb882936ec45bc19397f7fe346b 21ce397c9df6731c64969c90b629796f34fa82ab 2bc8cbc2830762b0e2772256a133aebf8f6d9137
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: 11880
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gtk+3.0
Version: 3.24.37-2+apertis1bv2024dev2b1
Depends: dconf-gsettings-backend | gsettings-backend, libatk1.0-0 (>= 2.35.1), libc6 (>= 2.34), libcairo2 (>= 1.14.0), libepoxy0 (>= 1.0), libgdk-pixbuf-2.0-0 (>= 2.40.0), libglib2.0-0 (>= 2.59.0), libgtk-3-0 (= 3.24.37-2+apertis1bv2024dev2b1), libharfbuzz0b (>= 2.2.0), libpango-1.0-0 (>= 1.44.3), libpangocairo-1.0-0 (>= 1.44.0), libx11-6
Filename: pool/target/g/gtk+3.0/gtk-3-examples_3.24.37-2+apertis1bv2024dev2b1_amd64.deb
Size: 1644928
MD5sum: eeec8e34a007efc58880661244af414c
SHA1: bffb64b145a019ffa6e99459e531039d33863cf1
SHA256: 9904384deed1cc23baf5ee15bafe6a9b4cde43c820c7c703c92886065d6b8c29
SHA512: 342752f58627c0f40526f208fec1e22b69860699a43885ac819d8711f8a401f367e6604e1b4ad8a2d2a63cd840b8f32c5338490bf56bd582bfca70d1abdfe3f7
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: 1910
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gtk+3.0
Version: 3.24.37-2+apertis1bv2024dev2b1
Depends: gtk-3-examples (= 3.24.37-2+apertis1bv2024dev2b1)
Filename: pool/target/g/gtk+3.0/gtk-3-examples-dbgsym_3.24.37-2+apertis1bv2024dev2b1_amd64.deb
Size: 1244288
MD5sum: 9fe442c0ecc49e5260c91b5cd87a6485
SHA1: 81ca9afac59f18deaf5075b97d446259a44ca3ee
SHA256: 95a7afaa8b88aa995fdf2142a54ef843fbfac442913ff101d83001192f34764b
SHA512: a8d606a9e17fbeb7e3ffa05df290217b8711b14c897c8f0c0708fe2c88de088a2cec4060e18f7932fda4b654e3465357dce86e0170d1c03765af005c5ff9d30c
Description: debug symbols for gtk-3-examples
Auto-Built-Package: debug-symbols
Build-Ids: 024b40266f0e77b837e519bedafd81637887dbed 05d83c5725b835b4773a5b7fcd4c1be160222516 0c6e84749721de0cb24d92bc5c256899d73b0a05 0d23506e46e14f6a8d9319071d0e85ff840326ed 0d3501f7303fb7c05bd48c5fb0a6baaf14ccdf1a 10b06b5f04a9c60fb3b0af475a4a0355266cfc55 17ce1a4136d033c548babdb2551a98ed93f6d7e3 19fe902b0f8b3d7eb97756f239bdd7724e805888 1cfeb44a4d3675912df7a1e2ce4b245ad412acf3 1d193d98afa169a8d0345741f4beb7006dee7054 2042a880e9b2779f3f13e8697da0b192148f050d 260274d9312ed8b85f4b03d5bd17a2da636742a9 28705c27d815f67bba9c05054602af2c0bc85144 2bd4ef4d5ac92d33186ac97a4e8f285f6cf39a7e 3163518b800242e99aab0dbcefbb85dd454e377e 3b6fc6966bfd5d8f73acac4a80b7acdeb5b85c11 41e0e0f3da267fcaca48f78a2c649b7e391f2462 42a491526e95a5b7656208ae93308be6c0a4527f 45c6b015af6cfa48067dbc0ba9e0175ac0a33221 49e9ebb6384abd23d9f2574598db9a94d60bdb19 4bb301380b20a9772a4eefe06ffb829ee2906655 4bdb7e27c95f23ed846069b0d894c9d454c4f422 4e88df178a51ad24122d03de0e21eb2a2c446daa 50153c0de855f28597eaed26a5cf0474dad3f930 5db1b761718714140a052e31a67939445aef150b 5dfb2f5354e7b58f7b890b1287fcb08cffeeca14 5f967b65fafee2a4265e0d9f861dbbf0c8867add 61a921aaed2fd19777bce49dbc94fb32e9024c93 62799a2234d6fa4a5142fe5036ea24a8666763a5 69b663087d02c682da03ce5fb8dc9e0e436d6668 6bf7d74c317a9c33bbe1baeeda23d26891aaffd9 6f4effb3845444439fcb3a1a5664bfe29ffd1425 70652e05dc5539cb39e88bcb1e07be4687fa644c 7507ddc12814beb3a48bc77156bf2cb4a8dc407c 789d06b9ca09e3e413c48fdd64668c1a37a7e83a 7ee9791c43036739b39cbf47b6ce6cf8fdae01e7 8409cef3eff415580682ceea3c12fd78fb2f9e8e 867f4b2cec7704e626e54e98d36919eb6b63545d 8717c8740fc24360aa492765c9f0a527b5576242 89be968bf36f93c183960580f78285d64d7a64e1 8d3ef548cbae836b171fa1fafd2d6e38349ea66d 8f9730ed69db9789ea179a8a878eb3cdca26d68f 900d1eec4c7018444caa129436e9df3d1c7c9671 917a54836c9540e9a6eca5b908397abded13a6b9 9247d90e25f4048bdf5563f2d0002c3b85200bd7 92eb59366bf17c8a504aa91619b12ca727daa1f6 9382221f1ac8630da3397a2f728a482be45669f6 96e9fc44e4e19d152639fca6aaf854fdf2c18b40 9942c8f9ce204f7b0cfb5a1eb09f7bca1d909a00 9ac901b0992b6d01ffa503d818b4a7ec7af815e0 9b15055a156c3fdec104ab6bcb1473fcc27dacb8 9b3fae26b41bfa9e70b8e3c6c42f365c17363ac3 9ce8b92b6c8b8479eab6271e12d2baacf08a45ad a74dabb877414ac6c252e7c0b0ade386588a8084 adc17e90a1ec0f9c1c6efa4a58e535bc83fcb006 aeecac2d79ae76ce8e19e1bebbbf00eb83415956 b1f3b06e63f517924614e30243983807b72419cc bb4352a0b3b181e61e3d5f9f5166e0dcfeb2d18a c8b71017b4863b7147e21c6f41671ac6d4c592b7 d899fb0f614b25aa48ae0be912616f063c321614 d8e2327e68861dd0330a153da979b8989b409f52 dc6d05210ac756140291dff67ef37921a3786e82 de9f67736e68114d0e2174078d2dbb34827c5484 e7521be4a84ece074f554cf9000f53012e246a80 eb24423ee0362698518acc72df9ac020be60619d f07693f8dc4b646c060b43eff1b18a4a33567048 f104274224f00a68d39b7848dc4343c3713ea0dd f72f04993572750a741baf06eae8fef72cb99aa9 f9d8c74d5feb58805967f009d821bddce1e439f6 fa5b5e4332f5caa85716ed511e331eda22ce5b34 fdb3d2600d8724470fc0491a2171b29233c51f57

Package: gtk-4-examples
Priority: optional
Section: x11
Installed-Size: 14394
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gtk4
Version: 4.8.3+ds-2+apertis2bv2024dev2b1
Depends: dconf-gsettings-backend | gsettings-backend, libc6 (>= 2.34), libcairo2 (>= 1.14.0), libepoxy0 (>= 1.0), libgdk-pixbuf-2.0-0 (>= 2.30.0), libglib2.0-0 (>= 2.68.0), libgraphene-1.0-0 (>= 1.5.4), libgtk-4-1 (= 4.8.3+ds-2+apertis2bv2024dev2b1), libharfbuzz0b (>= 2.6.0), libpango-1.0-0 (>= 1.50.3), libpangocairo-1.0-0 (>= 1.50.0), librsvg2-2 (>= 2.52.5)
Recommends: fonts-cantarell, librsvg2-common (>= 2.52.0)
Filename: pool/target/g/gtk4/gtk-4-examples_4.8.3+ds-2+apertis2bv2024dev2b1_amd64.deb
Size: 3597896
MD5sum: 36d9d3c37944e08cffd9cdd90291e8c3
SHA1: fe405a81a2109e0af5d4c5d685ab5c85940d3a72
SHA256: 110645ff6e4482edb336707310312983dbbf37e349d4118b61ccf280779569d2
SHA512: 367e50c1a449ecd67bfa51c94a7df5af72beae9c55ad869b9b6d977be0c99b34f87eefc5d05ec692e2afd3821b55dbdbad69867f6c0ccd67a1a8e8d1cb5b08ed
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: 980
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gtk4
Version: 4.8.3+ds-2+apertis2bv2024dev2b1
Depends: gtk-4-examples (= 4.8.3+ds-2+apertis2bv2024dev2b1)
Filename: pool/target/g/gtk4/gtk-4-examples-dbgsym_4.8.3+ds-2+apertis2bv2024dev2b1_amd64.deb
Size: 777696
MD5sum: 425091464cbb7aa82c7f74f6ac8122ba
SHA1: 89a78e367fd158d6fd742accbb7daa56ea3a73ce
SHA256: b5ea6e4dd81708d67cdbe9fe0f8f4cc59e07ec32d115709e5af1bb4ec4688e66
SHA512: fe6bcae1470400f1fb64f117d52874f599bf0060275212e1033a7b3f635e40da45e4d135e663a96f96e0842143d00f269c4f269d448a701feefb46b86b61a56e
Description: debug symbols for gtk-4-examples
Auto-Built-Package: debug-symbols
Build-Ids: 614f7340fc4bfceb826fe3573678f5d4c08bf6ba 6a3bca927ce2ad33d83e94ce0597aa808ab042f2 aa7d4e1d02aa0669a102fdee390ab28ad4c89fc0 ec1e6e592b2ca68ef9e6b4199678aef90f6337b5 ee9bf82673db901a4fadcdff76f83afaef3f68cc fcb2eaa04a4e69e20958d08bcba1edd95adf3ac9

Package: gtk-4-tests
Priority: optional
Section: x11
Installed-Size: 90171
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gtk4
Version: 4.8.3+ds-2+apertis2bv2024dev2b1
Depends: iso-codes, librsvg2-common (>= 2.52.0), libc6 (>= 2.34), libcairo-gobject2 (>= 1.14.0), libcairo-script-interpreter2 (>= 1.14.0), libcairo2 (>= 1.14.0), libepoxy0 (>= 1.4.3), libfontconfig1 (>= 2.12.6), libfribidi0 (>= 0.19.7), libgdk-pixbuf-2.0-0 (>= 2.30.1), libglib2.0-0 (>= 2.70.0), libgraphene-1.0-0 (>= 1.9.4), libgtk-4-1 (= 4.8.3+ds-2+apertis2bv2024dev2b1), libharfbuzz0b (>= 5.1.0), libjpeg62-turbo (>= 1.3.1), libpango-1.0-0 (>= 1.50.3), libpangocairo-1.0-0 (>= 1.50.0), libpangoft2-1.0-0 (>= 1.50.0), libpng16-16 (>= 1.6.2-1), libtiff6 (>= 4.0.3), libwayland-client0 (>= 1.21.0), libwayland-egl1 (>= 1.21.0), libx11-6 (>= 2:1.4.99.1), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxi6 (>= 2:1.2.99.4), libxinerama1 (>= 2:1.1.4), libxkbcommon0 (>= 0.5.0), libxrandr2 (>= 2:1.5.0)
Recommends: gnome-desktop-testing, locales | locales-all
Filename: pool/target/g/gtk4/gtk-4-tests_4.8.3+ds-2+apertis2bv2024dev2b1_amd64.deb
Size: 24994900
MD5sum: 07a6cca1e3b0c07ee0dd0465d8c68014
SHA1: 02e69fa71a676789607701bddee51d5e194e441a
SHA256: 4e42e3f13e6ad94d9cab962862b1befabd00b97ae8f0d7492f3f4a8ce5466c07
SHA512: 1d8b16a3a0ebb20758ff2729cb6443fdcf7bc33bf1472aca4a1b7830f4c9eca5f27399e68847f1101b2b444d86e4983ea2c703fda814f10c694b4e9306800f41
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: 97314
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gtk4
Version: 4.8.3+ds-2+apertis2bv2024dev2b1
Depends: gtk-4-tests (= 4.8.3+ds-2+apertis2bv2024dev2b1)
Filename: pool/target/g/gtk4/gtk-4-tests-dbgsym_4.8.3+ds-2+apertis2bv2024dev2b1_amd64.deb
Size: 87009916
MD5sum: 98bd5e8935003b9cc0d94cedda10e30c
SHA1: 0b40469132fd0cbeaab70c05c026728131bd88c9
SHA256: c836806d2dfb9b1da74ce3c913012099061009d1a53930c3c362b0122609e997
SHA512: f14217c0a0bdbe5b30d9d444d45b2405682e8101986e64df9fe8015bf441428b26cb1b2eaabcd4f95cb7427f746680345b7f52bef99d5277fbb64529e2f09a1d
Description: debug symbols for gtk-4-tests
Auto-Built-Package: debug-symbols
Build-Ids: 02ad34b6062b7524e0f3274f4110e5259bab64d9 077824fef8177f0845480a0010743da5747d9a25 07c8b94556b750712a7830a1656240e0b705cc02 088063f27472b112919b6f47d5a1499ef4565950 0bc5595fae19af647f5509bf17f2296b5688f634 0e996db224c7a866723a3133834f441d4bf5033a 0f359c568f8ff18e8789df2080325b10ff108890 12448b146bcab2cf78d0fccf2a17c473b531c565 1282b025a695dcb27f6f2d657a74b3deab2e5848 12918b527ba3ea639f46f4bb59cb35ecb76faa2d 13595f0c5ba4b12f533688f8cdd9c1d6676eb737 1458e0e032b22c37179c356215434cda1a16465c 158fe5e70af1116aec42f3c25f0d2a59d3ef7ec2 1b458e14752a857f8681d9be3659c9449d7e0d18 1b8c08ee792ae0881f3bc817e1201c2bf6e74f65 1fb35556cb95d7ab0aa2ddfcbeb7111c1308802e 2378bba5e83415b2dd3145fa2be05334f8a7c6fa 24f62759bb613091f870cb9bc71dc83bba9ef658 266959a4a94ff805886c1384e4ca765c3b85dc4c 274341456253338117f8f58e6affa1ede2de05ab 2769cb8ba58a755db9b11e604a68cfe350372834 2853b7c4b54becf01f46c36bb9ffed856e991626 2a33664d256bf4c8ce568475781fe80440c57c3a 2a57c0f63720e1558f6c0808417a4a177f5c75a6 2c8ad105eb1638fc8be7620be1ef06da3636f4c8 2e87a2c5d54bbafe45a6dcb6a431febe77356192 2f8f8d3180aa3f6dfc36b744637409917a941442 3124a3c1a0ad4c6ce19d74f8ee07874eb856aebc 32a9d9868e08e457cd5fa57a87b7cc4a7d962ac6 34846fc6b683946c8be3c701e6c97679224cf4f2 35a8ad200133126585b72b779e3f4949a5751980 36a75a53e8608d0249627b00eadb1fc020903e05 3865ad68b9042d6f23066c33e2bf71ff8416898f 38c102abe472d7e5c779e445fa60c65b5cfa9d2e 3a122653fbbb391e628f2e02016db16328859fe0 3c728f0e2be5dc9212f1314eeb79aa4e873fc5aa 3ccba29aab7bc48644d26f922e630020ae0c36c8 3d9a3f339d3ee16fb054079a6eb93179fa7343db 3e987a05cd2c9dd903bd70cb4b9abd65e7ebbb08 3f56f70ad60cba0cfcb2ff54cc981be616577545 4037f1b00fee52f7f271d75b6d2d8abca348ea9a 406f5baa1663ca6a58780ad917293e4b1e58306c 4107c4fc8bd0f070f22d960714b9c51fd024db71 412a5d97b80aa3acf30f8440745501562f64a83a 446ee665dd64c212a00025f86acf4946d5c5d1fd 484d583311674fdc1be88187f91a414ba23aa3d3 4c5f6158846a371a660c6f2d05972e1d988c44bc 4cfee06fcf851fb5980084486abd111cc84d1ca7 4d10df781f0363f11e8a09b68af554fea12af30f 4ded817e9516622c9a0b9748db5090a9fff11bbc 4ebe53b55287ca3cd6cd5657d9cb70cfe8227acd 4f0f88d87b53da2c3953116726301477aa8320a1 50e737e300872bd707bc7a872e7dd3f9faa6bf31 514d8fcc57c6c8236c71d5e2a199ac629806ae7f 51707064d6de5f4b5a7a908c6a2d9a14c681fe6b 52e3e0649245b68d3dbb179d9bf627dd0102d328 539ff55cba9beca6fef916f6d9543b022116be24 550c1c5c8d6488c4012096d6aafa3f7bb65a2664 55a85a55f376bd1922fe41c1993f0dbe3c625d2f 5dad7abbf317ca0a4ff3ce799571d682600056ec 602c0688ccddeeaa704b07349a26c6b7bfb0aa9d 60fda9dc3a1c6083cf011ba26d21886e30406dd8 626d1aa5aaeb30e609c5876fda84fd4c6dfb403d 63a8ffa2f67b64d5d9d9b35a7fe10eb3128c1dfb 63b5305f14177bb04c068746b8b74102858f8226 658d2bd78774ae7719bec198382d0d8597095394 68cc33de9d88bebcf27e849af51b0352ad25ada9 75d38106dba9f720556fa579c4f5426d1b908ba4 77f9206995c3668fbd6816d04386bb8783fa2bae 784b4907d046cfc5aca478b93c06b773611da60c 7950942b5f3f0f6a22ab0c077407df2b715b9ce1 7a5b9d2d1883b23894b62e987138cd1ae44ffc1c 7b4900cfda14a0f2583c518c88014cdb26630009 7bd94ff440576ad74e751fada4a0f28fc3b641bd 80546ed85efcc77b933535051cfb5555e487f1c2 8535ebe4c890693ceebf2bfe1a8a9dd43bab0b37 87545055b525812532c69d433ea1876c4d5f1ebe 87570e4781bd2bf397b5146245b3a3b96165c783 884d45205a4ef08bb841eca66cc59d527497e8e9 88e12b34b17268496ffb994ed6a4e1896118cf69 8952853c438b1098302410166c45ab230e8857ed 8c1481abc7467aafb0cf77161c56cd55907aaaab 8d18a831a61233da35d0ab4d480e64f0639c78f6 8d79142ce805176b374de6d1e3310bb2fc2e4687 90204ab0510be91777fd0ced0f4092cf257882b1 9183ab67d03244b578db2ae895e1dd856614ff16 918996918d8f6463e37644c1970397f163f023a1 922ebb49f0e451c9190bd73d2cc49a87db625cdb 93ccf2967fe2a776570bc69514fbca7c76881c0a 9485386a16c3b7b3a7f60569de6ebb994648aa5f 99f00a0f90e73312a585790330c1b4505a694976 9a09020eebe49fefbbbb4b9b1b10eff291fb12b9 9d7f70d26d1374e25550f9e53d4b4dd3d28bbaea 9f1ccc2359f0f369f39e291e72cbb99588b5fd34 9f5e880e3753c665ebfb876d1642f312f3b72a61 a0378cdeed34134c68431ea0c789cf56b53986b3 a70ff8fab8c24206b7e1c6b0afdbe8423e60992e ae577f900e9694f8ac691ab8c6f3e535fb8a26e0 af16001745806b6b40c9827ce7ecfbd71bd0a78f af4323a060efe2777041aa8853c772cb9a5b0f34 af43659650e314fb6da390a386cc035f419b2f47 b2ca675395ca075659540896046b5517cf5df45a ba4978430ab125e7d6251fcb4bfe07ebb9c13995 ba905f2cc4e12e35fe0288e4606e82712933bbc6 baecac13bbbc5ef098356cc4391a9f925a453651 bd22520ae161e277243fb32b67de182c3e66ce3c bec02f13c2b51f2cfe9b2ce28818146c9547bbe0 bfc33eef2cabb3af71cde48767afe7de1c762ec8 c181d26a15ca8bfaf123845f163d8a9f51dbdd74 c34cb65049257799f0f8a0f3faa23184d80ba266 c3c3fa65b7c3876239dfe8219e2706ecd937b29a c639774d6d4657614cdb96640759e87386af1b38 ca60d6cee9b039b3e8f15f5eff96e08259f93f59 cab3441485d61127984dd7ca2d0a1c428dbc5940 cb4176864d755d8012b01df2a0b14e3084d5fc7c ccdbbb0f7d5476ef781a87275cd978e29f92eee1 cce29db190abd61a5d9f22cb671c388d49845b78 d618ea51f658ec8a091ca859024257f8cf2ee9c7 dad9de75ea8b64eec145b3a25c94d4eac2757ba3 dc11870cd43385d78451527c7984f612088b9d86 ded8fd8015a295f97728a127442ce689cc003993 e4381c6bb136d89b6e94e87d15cab902f8c5839a e864b08ca606431efbed82a634779b625ef3bda8 f28587067be1092d264deffe431567931c9a7457 f393a21b6dfe1a85118209185ccb5f57b19f5938 f4d7b09700914820c2406c94aa3ebac67413997d f896a66ca8adde958ab78c227f0f6e0b79c704bf fdb5c8098e47f00465be5389af7d335c3ff136b7

Package: gtk-update-icon-cache
Priority: optional
Section: misc
Installed-Size: 148
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gtk+3.0
Version: 3.24.37-2+apertis1bv2024dev2b1
Replaces: libgtk-3-bin (<< 3.20.6-1), libgtk2.0-bin (<< 2.24.30-2)
Depends: libc6 (>= 2.34), libgdk-pixbuf-2.0-0 (>= 2.40.0), libglib2.0-0 (>= 2.57.2)
Breaks: libgtk-3-bin (<< 3.20.6-1), libgtk2.0-bin (<< 2.24.30-2)
Filename: pool/target/g/gtk+3.0/gtk-update-icon-cache_3.24.37-2+apertis1bv2024dev2b1_amd64.deb
Size: 66952
MD5sum: 2cf494716a8dabfb6372ecd56f455268
SHA1: d25bec4c6310e3ee5d5364c65a2c18fe79c557d6
SHA256: 29e0618b031fc362ec068e13fa75d2f597897b6446a26b568cedee5a2ea109d3
SHA512: c705b7de45c10d33e136f47a8c07576c08051b48fea7d17a3fd418791f7598b72487618267096af22eb8db05892a1fafc1e8467f98506c45d91ccc8d0b6ee67c
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: 53
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gtk+3.0
Version: 3.24.37-2+apertis1bv2024dev2b1
Depends: gtk-update-icon-cache (= 3.24.37-2+apertis1bv2024dev2b1)
Filename: pool/target/g/gtk+3.0/gtk-update-icon-cache-dbgsym_3.24.37-2+apertis1bv2024dev2b1_amd64.deb
Size: 36508
MD5sum: da8fc952efaaa3897410f5a42a4e1a99
SHA1: 9091c8a46c472f06c42af97d02464f62701eefc4
SHA256: 5c48a4c9e0a579fa4d61fe2231385458954d4e3403b400a3676ca66e138a188f
SHA512: 199f100501bda5c148e9aaeb2e808157e4e8ec75b0d41cd05a52d469e65c7e0a3873e702463afcb730ca3f8e689d4e50bb5a8676362219c25e61c05527f5dec7
Description: debug symbols for gtk-update-icon-cache
Auto-Built-Package: debug-symbols
Build-Ids: 28b69a6889fe3b6eaa55cd4a3c038bd1d5e6a150

Package: guile-gnutls
Priority: optional
Section: lisp
Installed-Size: 981
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 500840
MD5sum: a85dff8abdd51876b802d9796a8e5fe3
SHA1: 235f16e76ccfe288495c4ca1858642db3816e5f3
SHA256: c920bc8cdf2e34adf91958b9493ba54a6bc8316bf9025ea62c78edbeed2a8076
SHA512: 972863dc5238378f3f1b05ad477acb662ee96caad183c78cccb1c3a46a35c8636e19dabd52ff89fb810fa1bc967ec4f7d85544587e1b7e3863144f3115e88cad
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: amd64
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_amd64.deb
Size: 258292
MD5sum: e166315b3af6bbda05204c10debdc12a
SHA1: be821cc1401ddf40560be6d60feaaf535ea0f53b
SHA256: 74898395b8ca7a2494d2a432971867b1b4f52820def057aab34649652b80b505
SHA512: ef10a7b5387ef94017f453ac2bbd21cd2a10cbf374127876f4ffd0bbd3e3fc1bc5f404d0d99c8a9029b3cbdd56b212dd26bbc9a9578471e214a9cb97627f73b3
Description: debug symbols for guile-gnutls
Auto-Built-Package: debug-symbols
Build-Ids: 5d910900136e826f0c585d71973b506424196459

Package: gvfs
Priority: optional
Section: libs
Installed-Size: 391
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Version: 1.50.3-1+apertis3bv2024dev2b1
Depends: gvfs-common (= 1.50.3-1+apertis3bv2024dev2b1), gvfs-daemons (<< 1.50.3-1+apertis3bv2024dev2b1.1~), gvfs-daemons (>= 1.50.3-1+apertis3bv2024dev2b1), gvfs-libs (= 1.50.3-1+apertis3bv2024dev2b1), libc6 (>= 2.33), libglib2.0-0 (>= 2.70.0)
Suggests: gvfs-backends
Filename: pool/target/g/gvfs/gvfs_1.50.3-1+apertis3bv2024dev2b1_amd64.deb
Size: 125244
MD5sum: e6e9992ea1f569b63b85717895ff0fc5
SHA1: 49db517a3abe81c55cb702728f93b23c86969cba
SHA256: 4b6768b5d3c22260081a805b3d6d417f2969f5ad6438f7c14ec630ee8c01d7bb
SHA512: 7a864690f35c7df8f0e6f0b8680ddef72b2bd7da445990f218d251aefd6912a69cf212f747ed63feb093a65e17911cfb4b9b09c3ebf9e20ddb9ddd6f28ef743e
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: 1595
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gvfs
Version: 1.50.3-1+apertis3bv2024dev2b1
Depends: gvfs (= 1.50.3-1+apertis3bv2024dev2b1), gvfs-common (= 1.50.3-1+apertis3bv2024dev2b1), gvfs-daemons (= 1.50.3-1+apertis3bv2024dev2b1), gvfs-libs (= 1.50.3-1+apertis3bv2024dev2b1), psmisc, dconf-gsettings-backend | gsettings-backend, libarchive13 (>= 3.0.4), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libavahi-glib1 (>= 0.6.16), libc6 (>= 2.34), libgcrypt20 (>= 1.10.0), libglib2.0-0 (>= 2.70.0), libgphoto2-6 (>= 2.5.10), libgphoto2-port12 (>= 2.5.10), libgudev-1.0-0 (>= 147), libimobiledevice6 (>= 1.3.0), libmtp9 (>= 1.1.16), libplist3 (>= 2.2.0), libpolkit-gobject-1-0 (>= 0.101), libsmbclient (>= 2:4.12.0+dfsg), libsoup-3.0-0 (>= 3.0.3), libusb-1.0-0 (>= 2:1.0.21), libxml2 (>= 2.7.4)
Recommends: gnome-keyring
Suggests: bluez-obexd, pkexec, samba-common
Filename: pool/target/g/gvfs/gvfs-backends_1.50.3-1+apertis3bv2024dev2b1_amd64.deb
Size: 313292
MD5sum: deafb8c647e3f72eb0feeaa591452b6b
SHA1: 0ed16a395ed3028b28b70c31d3131707eda18e75
SHA256: c62b5a71da8d6bbd4c92fd0b1c04ef7d6f893b9eff8492a159666eb99cc91407
SHA512: a151ea7653d08bb89199f952a9ac97bd39259b2898f5ade72f77c5067a3b81f50b129aebd83878c9727c5209ad24106e3599f6d3e272d553edeab23e904d4922
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: 1686
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gvfs
Version: 1.50.3-1+apertis3bv2024dev2b1
Depends: gvfs-backends (= 1.50.3-1+apertis3bv2024dev2b1)
Filename: pool/target/g/gvfs/gvfs-backends-dbgsym_1.50.3-1+apertis3bv2024dev2b1_amd64.deb
Size: 1280120
MD5sum: e6aaa92b7e0268d6f19a65d00f5547e0
SHA1: 057917d368b0d2ecdcd8fc14f4b00b67cfa20345
SHA256: 34552ff5b06dfe4a57a41200c06c50b9af79500d6f0ae5f90ad2cf59e86d184e
SHA512: 3e95948db77d8790db00b0df2c4c9d0dedd4321bb3cb0eb41a150a9cc579b35252251b6122a3beb73489d85f46c0340d2d05099f30ae4b88e54dbab955845921
Description: debug symbols for gvfs-backends
Auto-Built-Package: debug-symbols
Build-Ids: 05f1a9b7a420fe018840e3b8ac10a355359e2025 28eba6223615351e705c32b23699df0917b00467 379f0bd651001aa10f7fb45ce20a52c25800fae8 3ff347a33dabc008a6ffc0d22c7b4ab1a68aa3fc 4554b71dcf67cba0a8871e2f782a52c92155f6d3 4bc7b4407039efd4996db0aee3fa2350aecb7867 4d2680f157375fca6d2a5811442b03577accb27a 5aac5b705838b5ab4bd4dc811ef294ba159a4d61 70658654446fea50eb761a44231e56a8a7684db0 724ea6a1d7292c2ce12d108a1587c4efe876e199 7332eeafce230eb48d4097079371bee56ba622c8 78a1f52ab9eb53d91d28e78da9ca328796ee43e9 7d8cec9821b139578083e78e754ad898bdfa1e26 88742d037b2e3a05b22814c0712c00424417e961 8e0873f54d593d226fe1c5aa82f3af175a2f6e25 9326bcb61724ea12bec3b8f0a5c4d26092eee005 d7de213877052c5be8dd929693c2f94116aad460 e3948ab7f2bfe1cbc41210521e81648b06e1abd6 efd8e2d79481de3c700e6909c530c463edca555b

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

Package: gvfs-daemons
Priority: optional
Section: libs
Installed-Size: 479
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gvfs
Version: 1.50.3-1+apertis3bv2024dev2b1
Depends: gvfs-common (= 1.50.3-1+apertis3bv2024dev2b1), gvfs-libs (= 1.50.3-1+apertis3bv2024dev2b1), lsof, udisks2, libc6 (>= 2.34), libglib2.0-0 (>= 2.70.0), libgudev-1.0-0 (>= 147), libsecret-1-0 (>= 0.7), libsystemd0, libudisks2-0 (>= 2.0.91)
Recommends: dbus, gvfs
Suggests: gvfs-backends
Filename: pool/target/g/gvfs/gvfs-daemons_1.50.3-1+apertis3bv2024dev2b1_amd64.deb
Size: 115568
MD5sum: 30952b1b9ce34f0f886f3743869b29a3
SHA1: 3fe267e857b1297ef16c7f9ff324d47b3f22398a
SHA256: bcdcb6649fe326081451e4026b29a341e459631b74fb92080a7226f990ef9efd
SHA512: ab648cf10d4c736ee1fe3bb0fa7c9560060a59a900697c9c3f791c61b12973fc513d082900ba06c58b41757ca30695cf649fef83dec0fab5cb03a3d5bca8e546
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: 529
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gvfs
Version: 1.50.3-1+apertis3bv2024dev2b1
Depends: gvfs-daemons (= 1.50.3-1+apertis3bv2024dev2b1)
Filename: pool/target/g/gvfs/gvfs-daemons-dbgsym_1.50.3-1+apertis3bv2024dev2b1_amd64.deb
Size: 393880
MD5sum: 21320194c7aea279fc55b050080d9536
SHA1: 3402e9b6953fe9b7ef78ccefa2a270fb174c5cbe
SHA256: 027e090c1de82298faa4712dcbd068a4e2bc4d6f9eef343ee51c832299384770
SHA512: ad15d7955a36d558d74e7d357e4013e84e44508f0580fde8451da2a12777c4332a3f5eb5d58aa544202c3555c846fd36ac4f31aba7478c4f8091108e75ef4558
Description: debug symbols for gvfs-daemons
Auto-Built-Package: debug-symbols
Build-Ids: 18f4aa3faf13eea3905f8f47d66a92e026c960ee 1aacd824b6a5e1ca38d66cd0e547b8e96b623b29 26b60a4eb69181c3fe390b011b30ec8e8c36e9fb 4b54c8531e47239e80af361f388a5075e9a7b2fa 5a255f16287bf3d6e63cfe243ea2a25c43432b6e e5b406e7118d4de830d0ef70c6e342f018a473d2

Package: gvfs-dbgsym
Priority: optional
Section: debug
Installed-Size: 482
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gvfs
Version: 1.50.3-1+apertis3bv2024dev2b1
Depends: gvfs (= 1.50.3-1+apertis3bv2024dev2b1)
Filename: pool/target/g/gvfs/gvfs-dbgsym_1.50.3-1+apertis3bv2024dev2b1_amd64.deb
Size: 382512
MD5sum: 45e3e10fecbd9656c4513e088d57006e
SHA1: 9690aea49131c30c001f67640e55b1c9cb62fdcd
SHA256: 1f66383aae7fce826f53a206bb0e38cfa8fa63751961a14fc95cae9691e1fe37
SHA512: b0333c1c0d0131c814952a548ea0525fd03506a514b4015e9731ba7709c03059f0efdd679c37947bf85ac069582f6a55a02de1a8498c2112b922f55d224db67a
Description: debug symbols for gvfs
Auto-Built-Package: debug-symbols
Build-Ids: 311b0ff53c80e6270b87b4d30ae4a8e5f3e683cd 4a4ea6b632445fd62dc8ff0179d476b6a69c2ca6
Multi-Arch: same

Package: gvfs-fuse
Priority: optional
Section: gnome
Installed-Size: 66
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gvfs
Version: 1.50.3-1+apertis3bv2024dev2b1
Depends: fuse3, gvfs (= 1.50.3-1+apertis3bv2024dev2b1), libc6 (>= 2.34), libfuse3-3 (>= 3.12.0), libglib2.0-0 (>= 2.70.0)
Filename: pool/target/g/gvfs/gvfs-fuse_1.50.3-1+apertis3bv2024dev2b1_amd64.deb
Size: 22720
MD5sum: 09847f425c81cc079705f3ffd1b886b3
SHA1: 9c3649d7e09961e24eb688631c81683f9a253898
SHA256: a6de4b47878f65194a1feb4e010d1c00b40f7f20f7f8fe55be1a5114dad7e29a
SHA512: f12dbf00c06041ded8c8538c075a56b8957bb1093fdcfa757793a8e98fa626dda9dd4c1584cfd728df00b6b8ae734ffe7fb891d9b1e9aa3a175afe629d1d05f3
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: amd64
Source: gvfs
Version: 1.50.3-1+apertis3bv2024dev2b1
Depends: gvfs-fuse (= 1.50.3-1+apertis3bv2024dev2b1)
Filename: pool/target/g/gvfs/gvfs-fuse-dbgsym_1.50.3-1+apertis3bv2024dev2b1_amd64.deb
Size: 47380
MD5sum: 69cb7620424ac9ac61246eb1e8e8cfeb
SHA1: 543a064fd2fe490cf390fa272108458ff514f03d
SHA256: 8cbbe83fef114dbd4f4c1a3edd7457fe72c283eecfab27697edd2ffae2873fe1
SHA512: 0d824d4b2dbc99d56ae344e18ded5aed4c2e6c8467bcf277d4df7b40139a638792b7c6e86598ea8e22000bb5120adc28c024e71761bdaf0a82b16b610a380947
Description: debug symbols for gvfs-fuse
Auto-Built-Package: debug-symbols
Build-Ids: 5f4fa8e1708c40c6a77b75de283a9d127bed71b8

Package: gvfs-libs
Priority: optional
Section: libs
Installed-Size: 449
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gvfs
Version: 1.50.3-1+apertis3bv2024dev2b1
Depends: gsettings-desktop-schemas (>= 3.33.0), gvfs-common (= 1.50.3-1+apertis3bv2024dev2b1), libc6 (>= 2.33), libgcr-base-3-1 (>= 3.8.0), libglib2.0-0 (>= 2.70.0), libsecret-1-0 (>= 0.7)
Filename: pool/target/g/gvfs/gvfs-libs_1.50.3-1+apertis3bv2024dev2b1_amd64.deb
Size: 104744
MD5sum: 6822be2d02311ee9bf3609814121cc4d
SHA1: b58c99dbbfe26dd56abedda9da127f75e5ab1b16
SHA256: b8513ac59f8485f77df231754239c3be33dc6885a89251ea64e07cdc1e14c7a8
SHA512: dc7acd8279e6d6b9e2803094a4fb1a51d0f247d32ad11ce0216bb36472714d178b18cb80b42afbb61e59bafd0b3a67e6f0627a525ece9f6f4dc19c62aac694f2
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: 489
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gvfs
Version: 1.50.3-1+apertis3bv2024dev2b1
Depends: gvfs-libs (= 1.50.3-1+apertis3bv2024dev2b1)
Filename: pool/target/g/gvfs/gvfs-libs-dbgsym_1.50.3-1+apertis3bv2024dev2b1_amd64.deb
Size: 355036
MD5sum: c42f0b1824b64c7c9e49a00223b784ed
SHA1: 0f2fb4d0a7ef0b0eb0efb3f1d5afc4f94f052b7f
SHA256: ed3a602e3268d504b5ca9062a3aea3becf202361dcc13238fa2fd14312331769
SHA512: 2fb6f917c604c4abc95dbfe261981738f7d754368ac5b2d6568097a48713f7db29246afe2e8058ab521428cbbd187864b3a57360faadd2a6161690a1e86a288d
Description: debug symbols for gvfs-libs
Auto-Built-Package: debug-symbols
Build-Ids: 2ab089bc480fd0b1c8906dc52ca218216e0fb1f3 8a5b5badc8a7639e1ca4e75df7954967cb9e6b83
Multi-Arch: same

Package: heimdal-clients
Priority: optional
Section: net
Installed-Size: 689
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: krb5-config, libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libedit2 (>= 2.11-20080614-0), libgssapi3-heimdal (>= 1.4.0+git20110226), libhcrypto5-heimdal (>= 1.4.0+git20110226), libhdb9-heimdal (>= 1.4.0+git20110226), libheimntlm0-heimdal (>= 1.4.0+git20110226), libhx509-5-heimdal (>= 1.6~rc2), libkadm5clnt7-heimdal (>= 1.7~git20150920), libkadm5srv8-heimdal (>= 1.6~git20120311), libkafs0-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 7.7.0+dfsg), libotp0-heimdal (>= 1.4.0+git20110226), libroken19-heimdal (>= 1.7~git20150920), libsl0-heimdal (>= 1.6~git20120311)
Suggests: heimdal-docs, heimdal-kcm
Conflicts: otp
Filename: pool/target/h/heimdal/heimdal-clients_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 170632
MD5sum: fc0106f8ebbeae37494a048a8bc0e6fa
SHA1: 1dcddfe70362a1184df069ad85e01e720e5d40b1
SHA256: 19df554a8b54000fca5a79ace6aa71694d505c8665ba25f14f8a3021c85432f0
SHA512: 3e3538acd1109b010d949820b4d9646230751eadfba25e16481b074d4b0442c9e8975c85fb7509362b11a662a37516121fccf8afee92e3af89b9fa2185fb4a41
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: 686
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: heimdal-clients (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/heimdal-clients-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 498440
MD5sum: 955ae2c6c46428c096dc412acf106545
SHA1: a4a484bbb2cf306f73514c6c45f0a12b3237f678
SHA256: 458ec4489a654d47208583ab5874453e8d695bb8b9e786213d071e6449f00eab
SHA512: 9175fb481d7717fd30cf3b7b2dedd0c35b6e91371ca42c4389e40fb266b1055594fc539e271500d8602ad2ac8344097fc08718fd4c3774d4803db6e9c4539f23
Description: debug symbols for heimdal-clients
Auto-Built-Package: debug-symbols
Build-Ids: 014e619fda942a66341d1143c40783c103e14d85 01b290313a4e0c7c9eef2aa7c9a9300a1dd6eca6 069f480b1609ad53f2c379a9c5da5c1868c23e71 2d0ff78d18f46a17844351f619ea4176be993e61 31b656206c0ae38c54645f550d7ed0451a7ce2cf 3362454a9f624b9384af3383f3660972645ac8cb 363a58021e74280512c918bdf37966aad2903e5f 4aa03ca0f49a710f1f5577f804fe64043312f08d 4e849f3fa02841d4c7da35d1b9c427beb4336bd6 5046648921907ed924ce9fed4a0b22c2bf1a69b4 791e0ac8c0b1b1628a9cb43f9f6db9c93c5a111d 8d89ea34c26d088c8e86b3f1e71fb27a978f1083 9b3812e0ea6a687fcd38e69ff88b08f9cee12a8f ab52a643304b378964d28da5da6953c7e204bcf9 ad08278cbeb13cd832aa3bd064bdffd82d74fbc2 b202213c40f88b6ddb0a5f676c631363f4e8d5cd db6d0ad66ba8ce70fc2bd6c3b414e891ba1d57e5 e03effa92f5e69440edb978d4a9c05ee99ca9a0c ecd9681de52b828e6f01b10c3289fd1157448bff

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

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

Package: heimdal-kcm
Priority: optional
Section: net
Installed-Size: 109
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libhcrypto5-heimdal (>= 1.4.0+git20110226), libheimntlm0-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.4.0+git20110226), libroken19-heimdal (>= 1.7~git20150920)
Filename: pool/target/h/heimdal/heimdal-kcm_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 42232
MD5sum: 65859a6e8564d2ed93d2dd210e27e84c
SHA1: 19643d185b1d661541112fe2d1c550bc3f8aad56
SHA256: 5a785b20b6ee124e555f8ebfc93b81e408176dfa75c35a5b2a6d3374bcd3f932
SHA512: ab853de9aab15a59cadea09c46fbd881df0bbe46c8bb6970f7eb111f19c937efabe036c29d337e924c20a947232dc5762efe8b650d7ac363772a9a0a86f55c8d
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: 126
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: heimdal-kcm (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/heimdal-kcm-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 101644
MD5sum: aa7a68fe81ef49c2d471c4dc32952c8d
SHA1: 68663e6b822247ed35cdb14ba00b6dff88e6bc7d
SHA256: 05c26a0e98ae572c15372b07d793eb08c4cd81bfc6c7e81dc5aefad45aa0a607
SHA512: f0d1dd311e949871ada36dbe4640b7510b8d85d975a76f4a896367746b90e68abd92303d197d06ea1ea832355120e1d1fa8f5f49b6618675c2befd56aec275b2
Description: debug symbols for heimdal-kcm
Auto-Built-Package: debug-symbols
Build-Ids: d0ed99201cae2e8f21e96e7a75a1b0579227a852

Package: heimdal-kdc
Priority: optional
Section: net
Installed-Size: 436
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: debconf (>= 0.5.00) | debconf-2.0, heimdal-clients, krb5-config, openbsd-inetd | inet-superserver, libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.34), libcap-ng0 (>= 0.7.9), libgssapi3-heimdal (>= 1.4.0+git20110226), libhcrypto5-heimdal (>= 1.4.0+git20110226), libhdb9-heimdal (>= 1.6~git20131117), libheimbase1-heimdal (>= 1.4.0+git20110226), libheimntlm0-heimdal (>= 1.4.0+git20110226), libkadm5srv8-heimdal (>= 7.8.git20221115.a6cf945+dfsg), libkdc2-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.7~git20160418), libroken19-heimdal (>= 1.7~git20150920), libsl0-heimdal (>= 1.4.0+git20110226)
Recommends: logrotate
Suggests: heimdal-docs
Conflicts: heimdal-clients (<< 0.4e-3), heimdal-servers (<< 0.6.3-3), kerberos4kth-kdc, krb5-admin-server, krb5-kdc
Filename: pool/target/h/heimdal/heimdal-kdc_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 118444
MD5sum: 72fd5dd30296eec692b298eeb3625bbf
SHA1: e822b23329c28deb2da75b6329eb5b53467c8855
SHA256: 5985f2c428e0a36cad222e41c6da7f5b9e428a395c6617a12dbf261a30660109
SHA512: 54a816186335696c95b6cf25983dee5eee50f03b51b52a52d5c72a4a286c46d24edffde8bb2ea055755bde368beec680fee634c51fe8387d8c67bee5c77cfbfc
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: 484
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: heimdal-kdc (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/heimdal-kdc-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 376176
MD5sum: 43ba67dddb9423039905f58f1bec807b
SHA1: 8abdf59959b22167353e39f9d1754e25218137eb
SHA256: c1a0e98fdc7c070cb91e98227cd8fb1fed130dcd62dfe776b404a637f3ecec60
SHA512: 53c7baca70a8975c8078b013c19252723b4f955b1be685c6a4a77751077e45415439b0bd548d640b8777bcb72370d4748176f782aaff0bf4828422a6bf28f6cd
Description: debug symbols for heimdal-kdc
Auto-Built-Package: debug-symbols
Build-Ids: 057ef56bb80d5120b1067808b00cf4a2220a792b 0a701e60b7466b2d98975a0c1022c31068ed7a98 2131b2904e6af64566ed3fdbbbb9acb9e6e9bc3a 21e1ca36b6ac8f24b38816dc3a3b6a7e4fbc7194 3a6933928ef1a0d75c4ef3c43907f2dbfa0e5f72 62876f83eb9d8cbfb9f9d7834a69a7a2838fd427 693a1ceec9dbbca9665c36e75c0f61ddd1914a3f 89741ed14b3ee4e5305b55fcab7db4c30f63fb73 b0c08633565ec8b65b6fc92a455483f4ab6744a4 f54a570af8a267a90231d90a9a4cea9e1625925b

Package: heimdal-multidev
Priority: optional
Section: devel
Installed-Size: 6685
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dev (<< 1.6~git20131117+dfsg-2)
Depends: comerr-dev, libasn1-8-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1), libgssapi3-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1), libhcrypto5-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1), libhdb9-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1), libheimbase1-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1), libhx509-5-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1), libkadm5clnt7-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1), libkadm5srv8-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1), libkafs0-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1), libkdc2-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1), libkrb5-26-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1), libwind0-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1), libotp0-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1), libsl0-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1), libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libroken19-heimdal (>= 1.4.0+git20110226)
Suggests: heimdal-docs
Conflicts: heimdal-clients (<< 0.4e-7), kerberos4kth-dev
Filename: pool/target/h/heimdal/heimdal-multidev_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 1172656
MD5sum: 85384f28bfae200cc2085ea08b5d6eed
SHA1: 36dd0946bfc8830da2ec08ff113db48a55b5e522
SHA256: ee305dae0707e2667eaa28cbc8fd9c49040a6a9141e25c3b2be1c44b15841d42
SHA512: 41287a7e708ab2f29765a8ff805632b3b245be98217496b2e8a15182105da6ab8ab8a6211e939aa0f7041d23bb3442ede4a54245c3e627c51877c3f260e79c47
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: 236
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: heimdal-multidev (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/heimdal-multidev-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 198524
MD5sum: 7bbec1cf217a0ec7977230529933f2c8
SHA1: 5bf42ae7d34dc2548c9514954be7705e821d7bed
SHA256: 3f0dedbede1c9106f9d30bb1efc4c9047c6f0ab1e21693dc2c63ec6fa27e48f5
SHA512: 0a16482edbcbece87f08bf89b64f4b1697df90ee4c2f852bb75dd6edcdd5649993f6c1e3b7699875e5d38a914636a289d141428c757ecb42c4230f777366fb1c
Description: debug symbols for heimdal-multidev
Auto-Built-Package: debug-symbols
Build-Ids: c81f1610b2ac6f6bf51f67a5d2cb029b9cf0552a c9253971e09f003989f5c7e68ca9d1b944dad9c8 ecd6bdafddb08233579c11d5880cc339526b4db4

Package: heimdal-servers
Priority: optional
Section: net
Installed-Size: 54
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: krb5-config, openbsd-inetd | inet-superserver, libc6 (>= 2.34), libkrb5-26-heimdal (>= 1.4.0+git20110226), libroken19-heimdal (>= 1.4.0+git20110226)
Suggests: heimdal-docs
Filename: pool/target/h/heimdal/heimdal-servers_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 21984
MD5sum: fb98fe40d22fd4543c8b25a561fdb942
SHA1: eebac0ff232f14385293296639830eb1c99b2eff
SHA256: 9cb21c6406f8e62957d600f98d733fae55d26c149db0514ed79e36acd8da24a9
SHA512: 80bff51602f068921ea8187b9b26e5c2046efebe0b0be21ae9372849e56645e6ec01bf122a00e66b132b21c80c2eba2e549ff0ddc310e2e472ee45466930bf84
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: 32
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: heimdal-servers (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/heimdal-servers-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 16420
MD5sum: a20f5476a91fcac70d7f5fed083f1e3e
SHA1: e5d60fa63d8954d73372a0d2657a19bfe47ef580
SHA256: d5e3c87ea47e8b3fe08d83e091a10ae4236f1f06ae5103f74cec34c466fad77a
SHA512: a62812f62c062f735129cb7d38cabd19a9745a8ae6dbcdb0e336a37e95dc4877d2025370ec3028ddca37f593db1f9d3e076405cf1e4da4967520c5bce9b6a305
Description: debug symbols for heimdal-servers
Auto-Built-Package: debug-symbols
Build-Ids: 4c7c7d457ba6e76fc3d4db8b72f19edfa46e4ed4

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: 2329
Maintainer: Debian wpasupplicant Maintainers <wpa@packages.debian.org>
Architecture: amd64
Source: wpa
Version: 2:2.10-12+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libnl-3-200 (>= 3.2.7), libnl-genl-3-200 (>= 3.2.7), libnl-route-3-200 (>= 3.2.7), libssl3 (>= 3.0.0)
Pre-Depends: init-system-helpers (>= 1.54~)
Filename: pool/target/w/wpa/hostapd_2.10-12+apertis1bv2024dev3b1_amd64.deb
Size: 873852
MD5sum: 5b661540be02bd01abed039b2702f8af
SHA1: 49dea7639d77898409d326355ffa465f8d365268
SHA256: c82f72745c89a639f2f5b50b2ca72c9dd958cf0a22e2058b94cd5464a60b3639
SHA512: 40d4e8695c67b31427527094722025265bd3f83ad6871df2e5ddcdd1d09ad148c6d378d02c9593e9cae0261dec028c3eb73823c15a855c0aa1eef08d452fce75
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: amd64
Source: wpa
Version: 2:2.10-12+apertis1bv2024dev3b1
Depends: hostapd (= 2:2.10-12+apertis1bv2024dev3b1)
Filename: pool/target/w/wpa/hostapd-dbgsym_2.10-12+apertis1bv2024dev3b1_amd64.deb
Size: 2797608
MD5sum: 0291bb7a531ebd82a7865cbae7ec0220
SHA1: 8359ec3ebddd202d330ca5f04d2a5df4ec51a86d
SHA256: 41abecb6fd74d2cb8d2b977c63f3fad887f984d60240d063647c2a6e6d6f56a6
SHA512: 1c3bde6ce1479fb9a38d27307af88d306472083953f31c97ca76ae095002a8d8008af5e91c625ed25c6bb78d0bf91444eb9d4925f5ada7ea2f987242f8b08339
Description: debug symbols for hostapd
Auto-Built-Package: debug-symbols
Build-Ids: 65306a235febd00e4f1ef94f5e39900a5d237eb6 8c22973a1dc6f6b5eb13fcb4482703e20ee07790

Package: hostname
Essential: yes
Priority: required
Section: admin
Installed-Size: 48
Maintainer: Michael Meskes <meskes@debian.org>
Architecture: amd64
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_amd64.deb
Size: 10992
MD5sum: 597c31f1af658bf0327c729a351df128
SHA1: 8b9fb61fa5f6dcab38bcdae67e7b1f6ff74b2d35
SHA256: af9d23858ebea7f8dc9341ebd48569dbca78b1fed6a35f30b34fdb0c87c19989
SHA512: c4d013d6dabc6565012fdce443186af1bd48332c2d48b362b367393209c058f978c3d88df3fdafd0b7c8b345351a6f7c8a61f9f1905f80699a3cfed69c0dc781
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: 28
Maintainer: Michael Meskes <meskes@debian.org>
Architecture: amd64
Source: hostname
Version: 3.23+nmu1+apertis1bv2024dev2b1
Depends: hostname (= 3.23+nmu1+apertis1bv2024dev2b1)
Filename: pool/target/h/hostname/hostname-dbgsym_3.23+nmu1+apertis1bv2024dev2b1_amd64.deb
Size: 13176
MD5sum: fa4443076d60ee5af5c96b67dc568902
SHA1: 5290e698e35c0af4df038ab9f4a5cf59af8f3487
SHA256: 89a2d6739eb5da39cccb85838ac927afae0ab7c4a392b068ad4fd86ca24b2391
SHA512: 5cbae7c73739d2b5a9a2343c227d6b542e11db28b1be00ef9e10cf95281ca71922d361c8cb17a00af3a746dbb4fda16d169d07d250022eb7d4e56fb2e0a24750
Description: debug symbols for hostname
Auto-Built-Package: debug-symbols
Build-Ids: cfb245e730bd7a7b40ff3f3b73bd39cef265ff1a

Package: hunspell
Priority: optional
Section: text
Installed-Size: 611
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 147208
MD5sum: 97d00804e52b4de290db703d1b156484
SHA1: 17cb834669032e299d9bb587b8376adc30148cdf
SHA256: c0362fad805d8912f7510777caefec78e1db9481e45ee65e6d145ecda066ee8d
SHA512: c9f3a0e83b2bea3df9470911bcc416ba4b05183996bac0fd92400cee099bead687f6fca4908fece159b31d8951d5c904969da0cc44554039d4692dc97b8b88f8
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: 419
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 397328
MD5sum: 857a10a67deef7192bcdf5779a163843
SHA1: 0c4483fc085becfcd2150e0f709b5e826bbb0ee2
SHA256: 17919664422e8c377bc7e55cf4196316e1afe2a9e0dad820008d68a4988b262f
SHA512: a96d4a307249243fc3f767e0128712fd78d16ebca184151d32ad5a971de0d936edbe6eba9adb6ed82c9da0059d6fda2f165031f0306c45a76d7f9a5458c785be
Description: debug symbols for hunspell
Auto-Built-Package: debug-symbols
Build-Ids: 7805e69b18f06f991efe2e0a2307c2be40565aad

Package: hunspell-tools
Priority: optional
Section: text
Installed-Size: 218
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 77116
MD5sum: 5fd51e5e11f42465afe596ae8918ffe1
SHA1: c2084c9fbc472a46a49a722b26d6f7590d7576dc
SHA256: 097b6cc1245d1bb9754a52ec9b3e9e8e0bbfab093c818cc57bfd85f52f07b7c5
SHA512: 23d3d1ffa15524266ec7bd8c8ea0a1093edc1c91df2647c9586118997ed11d36f765235715578cbec9e1a4071de8d517a0d22bbb3ada22e480d0f74a6d01e72d
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: 266
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 211968
MD5sum: 6413b1a34c7c3faeff00cb06a212853e
SHA1: 99cb141913628a6680845da5aa05d775cd083c06
SHA256: d17a1c15d313d1548b889457943372f9e02334450d5422c9b118552a02b489d6
SHA512: a4876afaec0812c1cf736a1b631eebf3bf4e5f6154207a867257b26d66cdbf7ca11d5167eed65bd060fc377ebacaff4e061132db8d0fe15e4a2a3c2037657a24
Description: debug symbols for hunspell-tools
Auto-Built-Package: debug-symbols
Build-Ids: 47570a66893b0614ae7006dbd621acd58ac602b6 649af832ee4899ca7cb00f6229d1538dd8a269c4 78f1c29d8ea5fa9a842570e5200ac2478b6069b1 a13b057645552db8f6324744613da674884b0d9c b6713e87946f027fe2302c6167107b19b2ada492 c80a58e1141f27fe7952c1379deb1957f90adff2

Package: hyperv-daemons
Priority: optional
Section: admin
Installed-Size: 1263
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: amd64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Pre-Depends: init-system-helpers (>= 1.54~)
Filename: pool/target/l/linux/hyperv-daemons_6.1.37-1+apertis1bv2024dev3b1_amd64.deb
Size: 1202900
MD5sum: cebe89c086dedaf4f328be8de481fdcb
SHA1: 245c6b589f6463794c753d4ec134903502cac216
SHA256: 0352d343b747fcb0f1c0a21ea154867efc4cccb4cfb1a6ab4377dd19c24764e4
SHA512: b1d716a18421085329ada740483e2b8e63c70013c003783a32ff9b0b16dda0cdd0c5c018eaed5873b32a495d4481db0d79f6c7613c82949d297c804bd7cdf7fe
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: 78
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: amd64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Depends: hyperv-daemons (= 6.1.37-1+apertis1bv2024dev3b1)
Filename: pool/target/l/linux/hyperv-daemons-dbgsym_6.1.37-1+apertis1bv2024dev3b1_amd64.deb
Size: 48632
MD5sum: e817b715742323da2fbd645e8daf1a02
SHA1: fe54d23e7aeeae735a9d80a6b84da063c9dc9491
SHA256: f1bed4d0dde6319d7ff5fd1581a10ca7587c8da4ab7febd573abcd4f12a2eed6
SHA512: 5f3de2128bcf2cba8bcc154dfc10a0ac230c5c45c22f1620655510eadcc7581c816fb1fe12c01f37a190748892b00f3b86fad0d67fd34b95a0fbe9fbd58e88a1
Description: debug symbols for hyperv-daemons
Auto-Built-Package: debug-symbols
Build-Ids: 34e75700a287b582e1494e9ada6db6322e3c9975 d7dcef276a906e988124ba533b1eb25ad530f3f8 f00b99532987a1863cb9c6dbf945a62363b3739e

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: 317
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: amd64
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_amd64.deb
Size: 79976
MD5sum: 1230ede6f43fc05d537095ea5a8caa6a
SHA1: 8f8fd44c30691f28ec0e0be4eb22a25e834245ab
SHA256: 0aae823ef25cb2e3b5ccfbc77ebef82b6a8968fcaebaf115f71a211a86fb9872
SHA512: 0cc25239f27a4f7a56aeb93c3105759dd524cbe0c0713add8a23dbf48bf1d529109bdf0202e2f328f41904de205a3d9a88641b334a6aadbfdae0ad9bfdab5749
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: 130
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: amd64
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_amd64.deb
Size: 79792
MD5sum: 351e74674f70b7e48c466dc98bbd9b9f
SHA1: 4d8294cc77e9b2d4592b3cfcc5a7467f29a51aa9
SHA256: 48c3d0fc9ec318bebbee337c285af8d274d97592c8fa25c7dd892d2e88c246d2
SHA512: 87e6cc965871c211619ba70be3510866a4f11e5e859b17f351f788f10312f053a04c25b5ee3b40dcdfa3201b8794d61f00995e53d222146e7d47dacd66db0f0b
Description: debug symbols for i2c-tools
Auto-Built-Package: debug-symbols
Build-Ids: 272b5c4fd3911f2f73f74f94db3247b08d125f3a 323c7ff65ba3b1224a9bfa5858bcba94c68586e8 3b639ce49545eb5e5dcc73f3da098f7d75f7e0d5 c82788d5f95a2ccfc5fdaaae7e29eb5520721bd0 d8975fc9159acf34964f223ff0edd37cf7e31241

Package: icu-devtools
Priority: optional
Section: libdevel
Installed-Size: 717
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
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_amd64.deb
Size: 206060
MD5sum: a168fcd9cb6412b984e38cb8d1e4c127
SHA1: aaf915d060fcfdb84c97e33fb0bf807f9eaac61a
SHA256: 9346cb94c773b708f35c2a9309afe7573c51ef5c049e0f31a5a7ccb549d973ad
SHA512: 4937c47b92a996a5cea065567ead08d60d306f47aee2851d95d34b930d292ce3fbe07bd7a3f00bf9298a99175ae7fc7f71b1f7f2064c5d6310aca5e85ebfb17f
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: 1187
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
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_amd64.deb
Size: 1010636
MD5sum: 73417297293c1edb34f868dba64e0578
SHA1: 08a95c62b7b1fecf8345b71f52c9c9d0819aa8ae
SHA256: a8297966d70ed534def1bc922b1f618919875080a488c97079fc066e496188c7
SHA512: 30a81c40e6887f476317194a14d9b01baca077df9ef3d4e71aa4d49574f3dd10b50e569741a2d0fd8dc85716091a6b90278b69981b1b71897acc4fac11df609f
Description: debug symbols for icu-devtools
Auto-Built-Package: debug-symbols
Build-Ids: 16ae351c879e94184b4981d0b14067f9483af46f 2e762a24ef0cb577ff496d715496df9fdd0a813f 336da85c52e407ee172ffb1675a0c9c4c7610329 3bdb24881188b6d67d46b818dd54f4851c8a35b5 4ade6d00ce4247c9cd9df7ab798d3df4e95d2fef 5016e5611f4b6811da7a099ddd838fd5efa6691e 53e635614f0f8072248343815ca045c677f51a38 6623d7e96fd58c7160a24a4699b7d8c0c34c4572 69a7197033bb0c60825fdbafc9c9e271692095a9 6b3705490bd7536726973189494c5c56f25c4905 90daac9d6be777d2c350d851bd507b4d76efc0f8 9456d5220884048e1cfece81ffafd7a408c7d469 aa902917414836ce36a4c8577f3ad14073ba5083 c84b8f8b48d2072275b460ddd2d145514717ead0 d37e9b9424c999e42183894b07eb1d94d9362712 d6625177042d90295dce916452cbd2ec1ffaaa61 e38621fb4e6ef586034fa1be7c99cf40c5fe9eda

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: 102
Maintainer: Debian Libidn team <help-libidn@gnu.org>
Architecture: amd64
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_amd64.deb
Size: 66492
MD5sum: 5ff4e50368ea8ae51e8bb7271d3b22a2
SHA1: b8ef97cbdb563a5c1182cad3ae5c4a3b68307529
SHA256: 13560a97088761370a29f3a3a74dd737f225e68046cf369ed4dcfc60e251f243
SHA512: eb2e131e06e5f7ff05b2eac088d01291a79ff4ae43790199be1d34f61c28811dfac6b32610b9f01fedff69e43f78065e0eb2f6f5c065da2dbc11e3b44ff084b6
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: 41
Maintainer: Debian Libidn team <help-libidn@gnu.org>
Architecture: amd64
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_amd64.deb
Size: 25316
MD5sum: bc5a1b244f5b91cdda324911b1cfb732
SHA1: 1aa4d403ef5fdd3d776b09a74ee9c7f733800644
SHA256: 5c8fffccd9cbfc9c77202ad9a2f9e8b5a6d56fd7f45b5478fcdd742144a6ce1c
SHA512: 61fc0cf843bc8df5e3c53b15be775e113e264a1018db168f255fe5acd7eb2780dfa500495e2ba4d729ad5aa02863f976a495f8724e0fe55c5106903c43f79c6d
Description: debug symbols for idn2
Auto-Built-Package: debug-symbols
Build-Ids: b64335edefd24543cf7aa8dfecda39d538c5b818

Package: init
Priority: important
Section: metapackages
Installed-Size: 14
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 5836
MD5sum: c35c5b8344a2554f5c1d6d42bc9be28e
SHA1: a274e94e006746b0463d2d620c97bac57d82ea37
SHA256: 9a2bf6d8de601d399d22cfc6d37c273a1479e558c49faf5e91d5808b59dd86f0
SHA512: c326dd08759b6946ad8bcdc2498bafe0bc74d8cc342d62e9000d07c31b18af87eb5bc275b3a8e0a29db3eb57e0140f2319caf16001e3346d06e3a62109442437
Description: metapackage ensuring an init system is installed
 This package is a metapackage which allows you to select from the available
 init systems while ensuring that one of these is available on the system at
 all times.
Important: yes
Multi-Arch: foreign

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

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

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

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

Package: iproute2
Priority: important
Section: net
Installed-Size: 3522
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: amd64
Version: 6.1.0-3+apertis1bv2024dev3b2
Replaces: iproute
Provides: arpd
Depends: debconf (>= 0.5) | debconf-2.0, libbpf1 (>= 1:0.6.0), libbsd0 (>= 0.0), libc6 (>= 2.34), libcap2 (>= 1:2.10), libdb5.3, libelf1 (>= 0.131), libmnl0 (>= 1.0.3-4~), libselinux1 (>= 3.1~), libxtables12 (>= 1.6.0+snapshot20161117), libcap2-bin
Suggests: iproute2-doc, python3:any
Conflicts: arpd, iproute (<< 20130000-1)
Filename: pool/target/i/iproute2/iproute2_6.1.0-3+apertis1bv2024dev3b2_amd64.deb
Size: 1046192
MD5sum: 6a402aa6c9a750549c48bcd7471fed6f
SHA1: e89b07e00bcc23a39a0106cda21f431224728033
SHA256: 9e943f71e2db7539330be2c12bcd123da86b8545e22bda1da0426cba1f8e45bf
SHA512: 309024affba699b70e9552d628daaf1091b1fc6e5f74dacd4ea0b0656c564cec82033785049530f2b8166cb4e2fb925704abe04b120b20a244ca4fd9dfee9034
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: 3659
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: amd64
Source: iproute2
Version: 6.1.0-3+apertis1bv2024dev3b2
Depends: iproute2 (= 6.1.0-3+apertis1bv2024dev3b2)
Filename: pool/target/i/iproute2/iproute2-dbgsym_6.1.0-3+apertis1bv2024dev3b2_amd64.deb
Size: 3332728
MD5sum: 9a373ca5fdb6a61af4a242173de7b307
SHA1: 739ebfe923bb17b484daf20c458cade453eb5243
SHA256: 542385e4d54961d0ec40d3357391a9a9185ae4f96eb3e519ffaca0e73b22f263
SHA512: 786090f548ace4664d715346e41434df128106edd8ad96f1cd2971170015cbeaa7ffc690a4a77d4d667e6e2777780d5e6a0e0bfc809ee0de72e8e83bca0b6b86
Description: debug symbols for iproute2
Auto-Built-Package: debug-symbols
Build-Ids: 050140ed76aff55ef7377fd1348db180d453cac7 3633c2fc34a8e44701a6cc52209f0da604c0b5bb 37ddefd754c7acb9dd3ef267094187e653526bbc 4104cb259ef533b6f507838708555ff3b1ba8ef2 5f99a7bf325dee5e69a39c6f55670e916967684c 6a9bd4135d8fae286f0452acf180d38621d42828 76b24cd88000b5379e209445c5f85c030fcb6d29 8bc8248527531d33c8fce912a6e39db6cdb91829 9d8892b549fe06df288e6f7463757fa73b282841 af2f1a598f015bd297919dc51266c8880b6bed72 c19287b3f85071e098843a3b4ef7c4fcdb12ed03 c2cb2337ee2369bf1b208a61c5f69a52e7f4db79 c8b77bb16ddb31142c7e6a6242bfec0df0532ad7 d4226605996d2fe27ae4aa003e0b431f0be9a033 e1c4ca6e36ad19a763c092364910c8c71111f34e f241fc73b9feed23c33aec31d3aa4476cd7d3064

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

Package: iptables
Priority: optional
Section: net
Installed-Size: 2408
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: amd64
Version: 1.8.9-2+apertis0bv2024dev2b1
Replaces: iptables-nftables-compat (<< 1.6.2~)
Depends: libip4tc2 (= 1.8.9-2+apertis0bv2024dev2b1), libip6tc2 (= 1.8.9-2+apertis0bv2024dev2b1), libxtables12 (= 1.8.9-2+apertis0bv2024dev2b1), netbase (>= 6.0), libc6 (>= 2.34), libmnl0 (>= 1.0.3-4~), libnetfilter-conntrack3 (>= 1.0.6), libnfnetlink0 (>= 1.0.2), libnftnl11 (>= 1.1.5)
Recommends: nftables
Suggests: firewalld, kmod
Breaks: iptables-nftables-compat (<< 1.6.2~)
Filename: pool/target/i/iptables/iptables_1.8.9-2+apertis0bv2024dev2b1_amd64.deb
Size: 360300
MD5sum: 604610f2f09537b75302c4d5f2f7957f
SHA1: 7e9ab6e6295b45fabbf566197253ea21e9b0c412
SHA256: 49cae756e370c9a6e05f4477357f684a6a850a03a47227c2f2d40961bf5918e3
SHA512: 6e659eec5840dc505268bee8f0d75a4dc9bfdd005e7b2dc6a55453ad83117c32a0c28f06cff569ef4d2f4e4e280d4f568fb5dd7a12927c34142b68341bbe2903
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: 1886
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: amd64
Source: iptables
Version: 1.8.9-2+apertis0bv2024dev2b1
Depends: iptables (= 1.8.9-2+apertis0bv2024dev2b1)
Filename: pool/target/i/iptables/iptables-dbgsym_1.8.9-2+apertis0bv2024dev2b1_amd64.deb
Size: 1124708
MD5sum: 80ae544dd5575a4ed7339d812e467105
SHA1: 4240e3b3c71b150d5a796d0e2a9c5caaebbbcb1f
SHA256: ffc71979b0730d927b845927bebd3904b3a9ec742a593bd4ccdcc8426e1658c2
SHA512: 2c06d2c7ad651472ded3d2dbd563bbb4e8c562c47f547e7a44606867c773cca678ef8d415430eb1d410688657135f14aa6051dd0a0ddfd50e49111fb654fe289
Description: debug symbols for iptables
Auto-Built-Package: debug-symbols
Build-Ids: 00c2adee813cd6a28ab0b2d24ac210023a7a7fa6 01ac42078f3cfa24e14fd751ab25468f6ceffb5d 0277219fdd363f116cb41f3094bce0c2f0ed25dc 04f87bf54e12261314857c208703c2e2fb834c65 0a81cc53a7b2db61a66bb39014337cd1b902ce87 0e41ecff9b358eec601368affffd0a3d39ad68fa 101528efb71af555680d0d3859155359e9e883cc 163555a5ef556f9c118a8a10a2c522d2b5b5cf31 187419341fe4c671348fc7750097d83a4ddf2d1f 1dbfe9a616d97ee16ddf1d40f45debca83967205 1fb2c3dd40dc0289bf78ba5e5c39582e994a75eb 22d7d4881a2ab69e57787edb79d4a82e59ac6c1c 22fed0024496a1bb9598cf7372c5293cb48156fb 237ac229656309ca003e7db7e8931013dc2b6ea5 24c964bc0221c6977b4d5631e4dbab656127e586 28cfe0d707ac847a986d09e9e242256f1b56bae1 2980fab5cfa03b30b7fac8d07f17c5dcecbbaba2 299ef04bd664e7cfb68860ecf0d02d594f6d6cdd 2a235a77b62560596cefa02e4a813dd47b0a0581 2ac7c2c4d1bf840181c6b8851f6887636f2acbba 2b7f615c106ab309c083cca04c310712f932a564 2f16d01453582b141625f4fe7b3a2545e326a91c 30aee1dd73910fcf26c78f29d3e64992657d075a 3213716b1c155dc412e0ec0537fc9fb6688d066d 33cf753171059fc584c4357d590a4e8f16ba1b7d 33d8b93192296f1a27f76ee92f571c9e5087f5d7 3413c0d05c3931cf4fd00de1e44ea2fda1bb1071 3514a02eb56bae43c9b1165e2b46a23e38b5558f 3616e980ccf02659a24ab8a4a339dc87ba1d9d42 36c269091d84ba587ffd4bf9d574eae490f34d40 374d99d7f040a9032d314bd4a4f68295ce67980a 38888de5a69f55a0a6da9eccae664a70c6089f9a 39e6c5c4349c6ca58765e5e8f5dcb0c3f4696512 3cb92f742eb8f671dd0e56bfc87e9a8b21bfae0a 3e4aade179501bb8562038d4a6c6fd65495fa1b6 40555d42c7439a16944de54fbd3ab6c4351d9194 42ca4aeb42af4adb145b7a2c9b7f56230512b544 43311e1978dcb2cdd010638ab07705fe54d1cd99 43dd9bf0bc9cc1aa668f26bb72a91e0f1900a673 442030baaa5f5c4a8a58a04ce04b0d9c9dbbc4f5 47ec0b58b6891b68f3bc8cc68cfc4512418b8d1f 482d0d585b45f20d75d1d8c61930c8c136e5da2a 4bc9df413f623ded82a7d8a69614c4cba3020864 5086e01f52b76b0756d2cabe7494771d30849f1c 52a05a6d5d6493417c7a8c312389e3959a09226f 542857d0f477898f3445303b3032273faefa14c8 57c85c0342e86cab03cb5913a0223c7874d4181b 57f6554160911c4f820c7cb22ae2afb17e20dbe4 5ac14728fad0be2cc21158d6b6296ba325aab205 62aa00e860f4cc1902212f76efe24b0f603d51a2 62f0ba3f1c79a507f19adfd21d6ceeb87aee3f8d 64ae4e8eb3c68a1be8b5481d52ee2fa22942c1b0 66ca2b8f3612798f1edf3f1e6e7b27041b457fc7 6916fc2326b89139c8ed8b976ffd86e7ef947b4e 693ab2a9e7ae3bd86a630fb8fbc9fca1655baf38 6a60eb6a016862f85f1bd2eab7c89b283c2069ed 6ce068ca85f3f5e0ebf0ab114b28069184988fd9 6d5e7883e19edc3256c95a80987c6cb56a683fd1 6ee9e440b51a72f436f4ea4a2ca6776a962329e3 710dab9227072f36dae1e46d24ed234ca67a04dd 713feb1114f8918ab221b58859c656f4262ed678 759ef492e8e40ad8ffc849df2db5c95e8e91562c 784de1207795d842d5da540cc24a8078edfc3ee4 7880ef50c8a3381df127412a4400fd439c119c1e 7a84c5ebd26cddcecbdc3926d0866ea64b32a97e 7b68335ec04fa5594852d4dcb5afd6a31bbd3cd9 7ce3ab1cb56c593c5769cd28c35b236bc69cfb4c 7d408cbb3a5c12d3b20709c1c59b7e4c8a150aa2 84d77b34cd4230e13ef73cfb17279a5b7639731b 854002659766109dcb8c8c22c82172ef7335d7a8 860c4da690bdd47829617e118c772bc71b982111 8747e30b8b871b404f96491c915755832b00aceb 880538383abd9aa8ad68b118abe8a91f6afb2cc0 8c2d1419c35f1162de0c9a4353d378a0edc4d93d 8db0b9325f9e6d3892245b75413432d422ceaeb3 8e65f5c3a69817a7b99c68fcf8abfc14b67f56eb 8f8244a03476fe2565d902025216baaa29449521 91556a82b1b2bd9047eaee1e7486637cee963dff 973874e4b87ce9f0737820dc2740c7063b13b394 a31fd01d9f979ddb77464b6ab345919f9c55da12 a3a446eaecc8b313e529b23ba0c0af453959c4d9 a422c429cd9f227fec3a30ea3b44caf68b2cea81 a5c5f04033350f494f31867d954ea26e910cf740 a639df4d3d8b2ce6927b6081eea5e44f6f5bf3b8 a659cd1b3daac74d8aa11970509a785eb18fdfe2 a9f2dcd85f8f9e80e1fddd7daa4ff1706854c880 ad3274b3a84e055a9dbff5a4b911988bdc5f3df7 af3d7af4095d9d4d6c008c4974f12f684f899dd2 b20285b5c07c23054e8ff89fac6d3a8d5ef0a920 b932a3ac7b84731ec4a544e046ee74cfd521774d bb874fa2950b1245995173f73c8d91ee4ec1f8f5 bcac844a8ce74440125799ec219a5be7d1b8353c bebed564c8365bed7d1521dee66e1c8dbc7bc8b0 c02385ccb9f7f5d6eb28547b6c5df6aa7213148c c024125185573efba1a0f23a38e6e0ddf42cb79a c292320f307b9f089ba5235978c4619aa403ca2b c387a0c3938490bb6d28a789d07376a3a4af0684 c4cfed89a026ec8138531470be326f978d0a2808 c5c4cf05baa298841793a07950e7245fcbca0ad5 cc90f86bc93eaa3f49162de36b31c8e042e2fe0a cfe845a3142da7d91a689e87fce8f586a53c6e81 d0f8a96eff7bbcb6aaf9a492de2653d840213016 d18cca59e5e711a0ad232071ed9688408f7fa621 d4bbc830b20db09657f09d65867f455fd0172503 d854905bf1e849eba62092c7e424e02ac71fdb84 d87c80efade9867314491d00a5a6921e474b7d0a dacbb13e50cb83bedee56a136c3f5cb6e8869254 dc0ce07bdb16e6764f12314c69c26fe0e7a6cd37 dcb8a906dc528c231f270fdbe36865ca8af0a716 dd77e10f9c1142e1c7dda43604b8ce14eac998d1 ddf86181e97915f75d2ddb8f25e185612eb529dd e0c582da646d12b47813d59aa50fdfd7e8f1a7ab e1466497d2996691d43a27af41375b93433227a8 e5c46c7265b53197f2c00e8dffc2a2faae4a3018 e707f6b2c9f030c171ff2967f5e4b792e87020aa f28d4b221a30d7b5777b9f68fb9710be2e7c6981 f8e28be6cf126ddeff6eabcbba85be968ad4d643 fa4807526995eb80db33f150306f3ab66dcadc13 fb8307fa9fa4f4ce0436064fde46e5ce5784ea7b

Package: ir-keytable
Priority: optional
Section: utils
Installed-Size: 519
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: amd64
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_amd64.deb
Size: 153356
MD5sum: 4d7ebcddd701d7dd3634ee184043c8ae
SHA1: 8734319ed543bb7203199cbd594f518048ef0567
SHA256: 9e815e3c37f52b01c68c54cf0036e8b46bea4fb4a6261c8e52e295ea0b71f9cd
SHA512: f8111cb80cbe6c528f7d8122045e9d7804c3b2474432150c30e8eb5e3520d957ff0be369fcac74b1c9e09e5c259a788b4bcbafff0dbd3c75452b257183665be1
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: 114
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: amd64
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_amd64.deb
Size: 97156
MD5sum: 8ba730921adcf07128ef4a8c9dbb6218
SHA1: 960dfe41f3d60a9a4d8f518660badc40c9b27d36
SHA256: f39ab6d515e479a4219883bfdc591acee1f28be0cfed0087eca4aff5809e7394
SHA512: 5596f463f28bad463d58a21186ffe9b8cdf078c451d5b97037c8225856a75c80da403a184c9c7f7b2c52d26985774422c7b2d7fd7944a4f049bf88093ed8cb66
Description: debug symbols for ir-keytable
Auto-Built-Package: debug-symbols
Build-Ids: ef780c68238f636f0827df3ca0f320d1e5875ea4

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

Package: jackd2
Priority: optional
Section: sound
Installed-Size: 1549
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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: jackd2-firewire, libpam-modules, qjackctl
Suggests: jack-tools, meterbridge
Conflicts: jack-daemon
Filename: pool/target/j/jackd2/jackd2_1.9.21~dfsg-3+apertis1bv2024dev3b1_amd64.deb
Size: 313284
MD5sum: 1a8620759df04b2aa49a674929153e66
SHA1: e034b73f857c07480d488178588e1963c12450e3
SHA256: bcef2a407f26041c22095cbf2ed43b0f984b50cba507f351a6eb760f097c727f
SHA512: 817f219e14d01b531c98f91cdcecd9fb41b00ab25cd2d9d0dae1b93f5301e710b084f4640f128cca784a82a6d1c0cd1101b59aeb8b0e26247941224e9fdb32e0
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: 1819
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 1330928
MD5sum: c96e49464c79584e7f208c2235e7c93b
SHA1: abc0ba3b6dfceec05744d2ee743f6946ebc9c939
SHA256: d775601a710161e3201636bcf4895da85f06017d17c0ac07da77a83540219ad0
SHA512: 21f84c4250d0d3f1cb010f81e3ad8f3d6acb17e1075a46594cccdd2e12021c1fd68139ca66f41c93a53dc2f4f979ac77c62f1ae171f2b618d5a87f8a2882dfa3
Description: debug symbols for jackd2
Auto-Built-Package: debug-symbols
Build-Ids: 0801b1409e6e61ed1536fb944ac656ead7240a23 0b8ba3d05110e19af5877cbad6de23a707eb7f5e 0ee150e5b2dbe78b2ec5afa307020d2e89a4611c 1053ac0e48304d7122480a938b5ce2d0e243b647 11c9b365e3d9030fbc3a347015cd29c723ddf10a 14bf2a99d5dc07c396c8b210c6226548e85d2a2e 1786a1a322e9d51209315d9b1e6b50a234fd3167 233e66dc03b728d0a1aa8b510ee8402a9da19a26 238a3b814aa4d851c28c838f763d97b439940caa 2cd3f6d7a0edb462b60cd1da83fb14ec996692a0 2e71416b0e27e8e4ca0c4d25dc074c7df126f354 3267c0994a222ad0de7fd45bd2d2c6053e6a087d 33e76f3d8c2c99db066740143437b8f99eabe964 34c336ef510d48b7757f163cef0379be40fdbe3f 483c8545d165ff6811a745689f650ca23a0c8a68 4b120cfc9acf8cb4b32654ed26cacde88b24debd 4b314f4a980b4add0a0381de3f6f5864f4fe0d06 4de99ca2fa47ea4cf6cd800a1a7467141cbfeaa2 510d96cda9d68bf3c230392e3b309a9c3362d0ef 61776bcab83bfb0ed4465d9f2f488d7330c6bf61 68a8f71b2819d7d4cfbb08be20483a9c904be201 68d3f5457b612167c93ae1440d55380c42a3aaf7 76ec73a1abe73f16f281d5e66232007d785022a8 7d3d0ece20c530247acb5a00b816ed3688d02bf7 7e70ce89ef3c822e3d00312b639b04efc2e6c250 826bbd08926a1df8badaa8d0522218c68831f52e 8ad8fa05a68e4cba566ea7be3f85e3d4875dd2bc 8b807a3991675499b8f7000f7c5a4feff81036a6 947e7f7dc0a20aa695f16655139d2fd4d847a425 95d97ce625b3fad8e91a465087e9313d109c5ee3 9bd7b212890102526732a420578bf06ff7caf8bd 9cb51d48697b8008cbe795ea804be2448ae2a5a1 9ea8ea8f6135781e0fdc545f26c458cb1ac48e9d a01a4066d6e7f86412d62af404b08fdf4e5e9297 a21606acda711fb76a402509050db4ea52a01f1c a25e8bfc659fd6d3c6f843ce699cf59eb0ecfe6e a85d9a4534742996dbe56cd79cd71564a51f0987 abe1781791eb32b88f10306a78802624d53da1fc af1402d8337b858fccbe34061d49ff1634ab29e3 b058fbdd38cc74a20e79832ab7e909d6516ea4a6 b0a7ba26d06869f14cc8eab5d76ba734e0fc45c7 b8218fe88e166ff463a1ed02f31add94b6856d53 cc5c49ac8912c6a7bdfffdde273e2f2190292b61 cd250e57477435ed9fb0eb547adee2fbf18e941f d4670d6efb56d2d480ad18d206a060658fa777d2 e1739792672cc27f893a0e8cd541f832c7edc5a4 e591512c4b76a7cfc91797814fb958150d4b66e5 e9f265b484412e14ee725f4eec1b160116f0890b efc82b93def7610ebfba1f35bb974749a0edf2a8 efe9ad49818666744755e8e01702569f995aa765 f3b81f5c37f1938c2821cde9a7f977a9c0d26890 f55efe2d342a9dbe4789ad15427b330dd22dc4a1

Package: jbigkit-bin
Priority: optional
Section: graphics
Installed-Size: 100
Maintainer: Michael van der Kolff <mvanderkolff@gmail.com>
Architecture: amd64
Source: jbigkit
Version: 2.1-6.1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libjbig0 (>= 2.0)
Suggests: netpbm
Filename: pool/target/j/jbigkit/jbigkit-bin_2.1-6.1+apertis0bv2024dev2b1_amd64.deb
Size: 29272
MD5sum: f0df64775ad696a6dd56d69d518a8d35
SHA1: 51d963dbdb37aed3e871e3f253b6064f6999c3bc
SHA256: 0fc5f55dc2a9f675cfa4c3aca2b038ce5b5df35c931e3de423f702c258c559af
SHA512: 5bae0e15029fd0945f833b2441cd1b1766de1f321d93f7f265f750cf15148678c1294b0b8518201dcb83e57ff7615bf11ba46d407379479bbbb0b09f1e88af04
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: 76
Maintainer: Michael van der Kolff <mvanderkolff@gmail.com>
Architecture: amd64
Source: jbigkit
Version: 2.1-6.1+apertis0bv2024dev2b1
Depends: jbigkit-bin (= 2.1-6.1+apertis0bv2024dev2b1)
Filename: pool/target/j/jbigkit/jbigkit-bin-dbgsym_2.1-6.1+apertis0bv2024dev2b1_amd64.deb
Size: 37012
MD5sum: 2e6729285ae0ac4f405c58308f56965b
SHA1: 6280f9e69a49e82a388be3dd1a18b40f2d2c88ff
SHA256: 3cda304fd17f1033f5bd8d2ae4cfc26b6115e24d2654f9708a7d69dd770ece02
SHA512: b07bf700894ff4d63b16b6a22dc85005e01ed674da496d8ce964b8ac1280743dccce817c7bc8db660a41d2b020e0ac82c959b4a09313f55e06ebb5240786d566
Description: debug symbols for jbigkit-bin
Auto-Built-Package: debug-symbols
Build-Ids: 10baaaaf17b1f6dfae0aacc716de4ed5a0bb9a56 3b75d67d394c647317b558e6c6b8600dc52368a1 55b13abdde28dce4866f17b1e4e01691db055545 9996585431a744d0187543d6a633555ba9c71671

Package: jbigkit-testdata
Priority: optional
Section: graphics
Installed-Size: 817
Maintainer: Michael van der Kolff <mvanderkolff@gmail.com>
Architecture: amd64
Source: jbigkit
Version: 2.1-6.1+apertis0bv2024dev2b1
Filename: pool/target/j/jbigkit/jbigkit-testdata_2.1-6.1+apertis0bv2024dev2b1_amd64.deb
Size: 434184
MD5sum: d3788b078e559a640792e94b1effbfe0
SHA1: 85b3743410ecc00cbf0df566d32f654096add185
SHA256: 55dd74c669154528faa68487fd67d17b399bc0d059a731588a2c77a2573034b6
SHA512: cad601e7dbf75efa3b2ecc1df870de3b3dddb25ba2dbe9b90ff4e0a9b36ba26b833760417f0e30fc1bb7a1da34e38bef09fc019a215fcd8ef342927cfc41ae89
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: 499
Maintainer: Bo YU <tsu.yubo@gmail.com>
Architecture: amd64
Source: jimtcl
Version: 0.81+dfsg0-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libjim0.81 (>= 0.73)
Filename: pool/target/j/jimtcl/jimsh_0.81+dfsg0-2+apertis0bv2024dev2b1_amd64.deb
Size: 161008
MD5sum: b392704947c7007bc74b135cda750a9f
SHA1: 9de2378dddcab0800345776ef9614547680cfb78
SHA256: df120c9214c865e87649f61d825d404e162c94ea37cf7c6fc4dab6bd3cc2340e
SHA512: 98fa5a342682801715f1933c3743460e4db830d2dd039eaa7c46f75bd15bcb5be9793a5923f99e178ad68cdd43e991e93f04563039d2b5b4c8842603afa86c41
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: 25
Maintainer: Bo YU <tsu.yubo@gmail.com>
Architecture: amd64
Source: jimtcl
Version: 0.81+dfsg0-2+apertis0bv2024dev2b1
Depends: jimsh (= 0.81+dfsg0-2+apertis0bv2024dev2b1)
Filename: pool/target/j/jimtcl/jimsh-dbgsym_0.81+dfsg0-2+apertis0bv2024dev2b1_amd64.deb
Size: 10828
MD5sum: c23be4d841693ecbdd80dae8ef3a22f0
SHA1: 86ad297cf6b260461018f5c33b47f28a09a59846
SHA256: dc2d2b0bf29ddb0d7c90a83791df8b9f17ea351cf861f186ee4733f1f1c57975
SHA512: e2650fff60c6917e91b44480e90da50dd1257504379a778acd8d79a684fc1a635bbbab9ff701bb6aa599315f85d4854daba3864b8ca0a83f37d760f9bfecb44c
Description: debug symbols for jimsh
Auto-Built-Package: debug-symbols
Build-Ids: 86331006e6f2e3761181ed14bef3d2e202a4261c

Package: jq
Priority: optional
Section: utils
Installed-Size: 111
Maintainer: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Architecture: amd64
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_amd64.deb
Size: 63892
MD5sum: b412d3a137e4d391cef16ab91d1eb3e6
SHA1: f9a95ab5aeaaf240577df7e987b4fc49dbd45212
SHA256: 04fa3671d40dc16cfda6ebd0fe39e87cc02b22af267281a2a7033b1cf15693e1
SHA512: 1ce0064294e33ba20406b726a4a6dd612efc02208658c5d7de588346575f609076a92d7c8c246ea22f2906dce343ba81f31ce9c02ecbbb848dd1111dc3e19dc3
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: 32
Maintainer: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Architecture: amd64
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_amd64.deb
Size: 16532
MD5sum: 7e54b133148b7cdfc274140693127cfb
SHA1: e54586d3d198814c6caef7afbff309476663dc58
SHA256: 0b6c6091b859a3a3910e75bdfd5f0cfde9c19fa5da2f00b684b8262a60d2b711
SHA512: f1a92dec978f1bcfdb3c0698d5c28fdc9a319d527e4471e88751806ccd36f21d7100412a28e532c25c54d3d4fad9a2525a0499d08d290436b224cbdda59cb0f2
Description: debug symbols for jq
Auto-Built-Package: debug-symbols
Build-Ids: 6e34c697e667282ad15e74c1423b5dd9d9b4df14

Package: json-glib-tools
Priority: optional
Section: devel
Installed-Size: 50
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: json-glib
Version: 1.6.6-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.55.2), libjson-glib-1.0-0 (= 1.6.6-1+apertis0bv2024dev2b1)
Filename: pool/target/j/json-glib/json-glib-tools_1.6.6-1+apertis0bv2024dev2b1_amd64.deb
Size: 11288
MD5sum: 47a0428bfa0f1f3b2d2d96dfbc7d5f5a
SHA1: 3cdb9605d881542a8f907f828ec32aed9ed1722d
SHA256: 20a7ba1da14526e3e62a3b622e82a7f34ae6a637eca19afb33f94c39f6003f9b
SHA512: e1ea91aa8e4ba0cf969395d0ebfb61127762252ada8776414a6dac0f8566f395a145083b264bcf24a76396aea73aa51775028d04dd6fcb1011d2ac8689cb24c5
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: 40
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: json-glib
Version: 1.6.6-1+apertis0bv2024dev2b1
Depends: json-glib-tools (= 1.6.6-1+apertis0bv2024dev2b1)
Filename: pool/target/j/json-glib/json-glib-tools-dbgsym_1.6.6-1+apertis0bv2024dev2b1_amd64.deb
Size: 14124
MD5sum: 24799d901ced35193b078b35f74af84e
SHA1: 1e725a1bd2b374e25a380779c27d4da3c17b8431
SHA256: 54b13b8b4a406d4de67bccbe402e824c900df0af0054482d186349639d1271e9
SHA512: 0030e1f8dc6d0310e8c337a12405416e7c79ad8650f973130e75d3f1374ecc60efe84f70ce64193a92eefcae9f63cadd35b5ad1ed14acbe029baeafb1b885c1a
Description: debug symbols for json-glib-tools
Auto-Built-Package: debug-symbols
Build-Ids: d3efeef54b74ce8ff3a648cc8e4f99f97c25af62 da0055b6d1776c5078d59c5b24e670ad1bd7433e

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: 162
Maintainer: Christian Kastner <ckk@debian.org>
Architecture: amd64
Version: 1.6.3-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libkeyutils1 (>= 1.6.3)
Filename: pool/target/k/keyutils/keyutils_1.6.3-2+apertis0bv2024dev2b1_amd64.deb
Size: 54876
MD5sum: 17c4233364e4169c0652d7c5923ee4b0
SHA1: c6cc083c4e310ed53ef6f921d1b02abb26d2a26d
SHA256: 183625c96d971793f8982633ca66c3f323a28b9d89d816e7f0ffb4112e3c111d
SHA512: 6b5d563228fb2bc590ac3901c4cc9b5c6fca8bb67a48dbdbcdb6d29ff0b8f44fcd0dafb2a526c9636e34f0ccd5dd11da6c71457dc921f66929e79c7d39de8e7f
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: 121
Maintainer: Christian Kastner <ckk@debian.org>
Architecture: amd64
Source: keyutils
Version: 1.6.3-2+apertis0bv2024dev2b1
Depends: keyutils (= 1.6.3-2+apertis0bv2024dev2b1)
Filename: pool/target/k/keyutils/keyutils-dbgsym_1.6.3-2+apertis0bv2024dev2b1_amd64.deb
Size: 82852
MD5sum: bc8e64f4f95513bde6043311ed6984d3
SHA1: 7a55321f4632e7aeab2dbe8ddb017482dbbe46bd
SHA256: 5e95018a8de7030084f7821ac62ed6d9bd432268e58f68e030c78705feb235e3
SHA512: 8ed0310620084ffc5da5a05ad4e35ce094e0113a6f1cd4afbd4c9bf2e792e0b8a71a16c87f6abb5e43de4e243c1b3ed0e58f6e4b267fc44eb73d081e2d10bb0e
Description: debug symbols for keyutils
Auto-Built-Package: debug-symbols
Build-Ids: 752b0ecc42f2a924d03927b48f9b5b0372575436 762f26b85d36fd276e022cf0ce10279e3683e520 c5b2a1ef5ef907ac456336f839f04ed74789bfa8

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: 569
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: amd64
Source: klibc
Version: 2.0.12-1+apertis1bv2024dev2b1
Depends: libklibc (= 2.0.12-1+apertis1bv2024dev2b1)
Filename: pool/target/k/klibc/klibc-utils_2.0.12-1+apertis1bv2024dev2b1_amd64.deb
Size: 94940
MD5sum: 08ce1a152049c3242645ee8bd583f2de
SHA1: 98a07462972de32a9689f0d39263116f26c512b5
SHA256: a2c9cebd41551ace52b59b47991ff042d3c70670d5c9d776da4d5fc2686e7235
SHA512: 64b4fbf4514498582a14293cf606a853059c0ec09fe7516ca5d8815f43b2df2465260083264341e7643f95bab2f5fb9dbdd903462866b44427a456201519a052
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: 1053
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: amd64
Source: klibc
Version: 2.0.12-1+apertis1bv2024dev2b1
Depends: klibc-utils (= 2.0.12-1+apertis1bv2024dev2b1)
Filename: pool/target/k/klibc/klibc-utils-dbgsym_2.0.12-1+apertis1bv2024dev2b1_amd64.deb
Size: 427676
MD5sum: 67bd21e7b5ecfe5440a2566857ecab44
SHA1: 7dbe03bf94f5ff9a59f2d687b42e87e384ca67c6
SHA256: 82c175994e6677e110b14e93d6e94b8c0d73ef2e9817b4efd1f8a3071a30d004
SHA512: 998a1bdadac8351a33a56c4cdde589b65914cd7fd2c885a580c97372b8cb181662991f2ff649bd02bdf51d33063a4642a98a7a3bca3e0380df462228ffacc127
Description: debug symbols for klibc-utils
Auto-Built-Package: debug-symbols
Build-Ids: 01802cbd2b18d3d3c2572d36f52231398f8e495f 1b42887b3684f4759ff0b358d91f91ac4db9aa37 1baff137a975e22ec6834725e10bceb564d3d8f8 1d6c2d7e539acca99acff86bd808a2f016a4e36f 2698f42451624b89c4bb0682fe36f71002c7ffd5 2df1fb7cfc5fcbdface4c824a9bc4231557b36be 334e969de6ef65157a3597ce3e43be3bf4759297 3f6277b035922555ceb8d83938d9e6cf07bc3288 45ee287386097f9e80ffbb16cd72cdad532cc142 48f78b49a665dbd349dd8cbb2cf9f5907557a82d 49ae1a1ab8f68c25e730205e6d847565426c3416 5bea0e7abc0552af450c378c7d5adbb4bf5beb8e 5e82936438b7aa92462426f9918865ce92afe548 6131be470a21bb05ddaa9c2d85c7753b54459fcb 61c7e393a17d410311f196d2cd5dcd48cfd3e306 64d1531e3563090af75ba8192867834d4caaa796 65f6486f3dc66cc47947b8deed29e9886bcd80bf 6b493f9320b32e953f1343b0e0661269e554da65 6cecb51fb7a51df23d5115ead3338aa4f362706d 6e9e185185bf4aae68bf67bca6d924e33989ec64 756d728ad2efebd24a0fab5e97ff2a3571351869 76429d1d7a1e96abc61e02faecc70f59a876e514 7a7e385d181f97705cf7dce0e620df9d0fbbd4d7 94da7fd272a712d7c50d7fcbfa73eb566770f1aa 96fad33e094f49c016b3cbd774d49fb102f0dae1 9c47ab598ee0f38bd73cfd8f08f860f0c26c8b3b a0322294410aad5679f9d080d7cd5aa8295f6c91 b475cdbe73b18ff0d892649b2e47048209f4a979 bdd7165248108bb56140e9ca0fca271c980a0603 c3947a5cb75b4e0e0a7256cea655f7568e2f14c5 c9b03d9feec89dcdaca6c9f253709e430265b7b2 d79cd796aa1c334db4f0cdc9d88d0f6e041f3e3f db97dd01767db5ad662ca54ff3e530e6117d05c9 f8754af3ba9c953c11727fc9b37f724e1575734e

Package: kmod
Priority: important
Section: admin
Installed-Size: 251
Maintainer: Marco d'Itri <md@linux.it>
Architecture: amd64
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_amd64.deb
Size: 95220
MD5sum: f2d524820af879fa56f6f7f54fa1f33a
SHA1: 92490225c03af069087f4098004e34d4336a6ef4
SHA256: 7fd55decaec45f0d066f0f6e80915c8d139fcd66aad76c7f2eb78e13a18b4bee
SHA512: fcc775e7fc4f9a1b869022fc7241279934705a551a00b48ad3032e3ce385d30051834b4f40d4eb8372e46c231c50e207b51ecc747e02fb542e62805d17f508ae
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: 266
Maintainer: Marco d'Itri <md@linux.it>
Architecture: amd64
Source: kmod
Version: 30+20221128-1+apertis0bv2024dev2b1
Depends: kmod (= 30+20221128-1+apertis0bv2024dev2b1)
Filename: pool/target/k/kmod/kmod-dbgsym_30+20221128-1+apertis0bv2024dev2b1_amd64.deb
Size: 241884
MD5sum: 86bc6a10e40331cb0fcf4ea7854ebdb2
SHA1: 804e58160e5f2849ca8e6df067ef05dbb346f2bb
SHA256: 0eefaae0896d2813528d7691ea71c2d9e6a76b837063a387fc44ec18b5d3d42d
SHA512: 289b2d855e734e5868f8f4286c3f2f61591d9e86627a1c59ebc5a81f2a7b53eb4de1dd0b0c017cd24d2964405686947602f3a840118972a6a3517aa6e642cc26
Description: debug symbols for kmod
Auto-Built-Package: debug-symbols
Build-Ids: f8bb2baa66b8a739b8257cffd6dbfa0914920933

Package: krb5-admin-server
Priority: optional
Section: net
Installed-Size: 416
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: amd64
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_amd64.deb
Size: 177032
MD5sum: f84e0ced3c2e57dedbaf2b3ba99631a6
SHA1: 62ce893e36560435fb2a45d37c92c134dca6985f
SHA256: c3cc45f6d5770a5d9fbaa3b65ccd82f7bfa18db4a14018e6368d4a1a59574702
SHA512: 69750b749fb56ac219f88e34644250ac4435bfb13ee3d299ee9cddfdb0923907dd3a64f420970142d930b9e46783f726e45d9ee0410099189429fe686dd33f78
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: 262
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: amd64
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_amd64.deb
Size: 212712
MD5sum: 8b238a214783c60bab8ad1bd79d2ec05
SHA1: aa4ebf3762b404bb7fe142a0598f54533f1beb0e
SHA256: 76b7580f5ce0dbc857076800c50841360ee2e91454c4b95e94bf50af9e157af3
SHA512: 62fe13bdcc2c98f9e0f50c3fe1045cf52e34c18adac1eea0fb76e1664f9eadb4c8d8b3ebc76c703611fc9301b4b839afbddd79f9ca053472d5c2d03f5d785d06
Description: debug symbols for krb5-admin-server
Auto-Built-Package: debug-symbols
Build-Ids: 2e0fa04c674d7d760cc0068158026c7acdbb01d8 9ffe4ed032ea1e31590640690de7f1948ae72a6e a809334b536638d8ce2985d86d1f1cea01f0b27b

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: 210
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: amd64
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_amd64.deb
Size: 111536
MD5sum: b652545df4ef47290bedd1cf4dabba48
SHA1: 4c6089682456295449cac78a4370de81c68d870b
SHA256: ddbe985e2575926008e8dcd5f1c66d2ef173097355b25e33e2862d0a89922ed9
SHA512: 1e1648175ea69506de96faefe5a5c0de41c2e8f94d0b98b43e243d5d37f25e9ea83eeeebadd505b798526609d6972a9156cc337417a349c232aa5c8dd9f51284
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: 67
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: amd64
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_amd64.deb
Size: 39528
MD5sum: 9dccefdfd3c1db0c9cc103bf91daa469
SHA1: e2486323059fade41e34113f49c41e8b6a33ac81
SHA256: 6d4f890538ceed79ef168c874e2dfcda739d35386c2789333679fe30807370cb
SHA512: 86c27a1ca268f5b8da0da2d6ab93e7d961f65f9483670bb783e9ed02c1de15b7fbd8429364fc4fbceba763c87a605a089106af365fe27305c0e4d3c52fbe72d8
Description: debug symbols for krb5-gss-samples
Auto-Built-Package: debug-symbols
Build-Ids: 7d1a6d9f0c4ee3d3ed6c7f72f38ad9d250e5aa87 89ad07a45e7ca421e7558781da7927f3a5d6054c

Package: krb5-k5tls
Priority: optional
Section: net
Installed-Size: 181
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: amd64
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_amd64.deb
Size: 102196
MD5sum: 3fb1dab9d607fd460cc9f0c769208c04
SHA1: 90b6000086ad999d99fc38f68944d2312ae459b3
SHA256: d6355be898867d5e9b11d698b6522901375aeccc0c592146bb138eda14428b55
SHA512: fa0e7b5339b4fbc28955ad54bcfc73b7abd75b5fdd0d40eaae1ffc1d266034d9f3a84917919bc2353e0dd9756cbae8464290ec661ebbedc4a9d6b6c54f8efa4d
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: 35
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: amd64
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_amd64.deb
Size: 19736
MD5sum: 6d1af480dbcdda35153b6638bad5b684
SHA1: 67ffec3cd7b5b58fe439f3373d2d081fcaaa511d
SHA256: 648d03e00522a7adc69cda941314c9f15a1ccef0a515f6f2e064ae9eb17004da
SHA512: 679de063bd5c7e77d2f998112755e468fded88a9cee69141050a2fa202f54f6b464c10fe7db39cb0302d5c09df365a7fd3b9e53676b629a1f1524e0e93666cf9
Description: debug symbols for krb5-k5tls
Auto-Built-Package: debug-symbols
Build-Ids: fbaf8100bc92646eb4f3b490077ec16f53fb4cbc
Multi-Arch: same

Package: krb5-kdc
Priority: optional
Section: net
Installed-Size: 618
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: amd64
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_amd64.deb
Size: 264612
MD5sum: 7a421b3ebfe2b5d73c768d5baaff3634
SHA1: b39da83216a7a7580e0ccd3d54d0d0959e115cf1
SHA256: f459fabb7b2f1c7fc3bc39393967d236e276d531bade31da2122525d7c4e271f
SHA512: 327aaa986f5c067af54ab84b4d36239482b532fd632cbaa86721412a81aa5cd09366053239fffdef6d32d484ec7d18623ecbfe31cb29b1d11bf3440f9559e049
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: 522
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: amd64
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_amd64.deb
Size: 456264
MD5sum: 5702242e7955acb6dbbc47304941cd86
SHA1: 47125e1d2c6650b788e9f5e1d03861e20de59c95
SHA256: 68679bcfbf7e70f7f848b270c537f0db67eb2f09a9d9ec10f3b06b1689ee9a6f
SHA512: 82377f5f47190a717dbfd9ff344483c4e7ae9ea871a966d39f7cf1fe0b72765b9e4852588088852c9f635ea053e83a8f0a981e1f56ed17aa5d43cd8180ce9ad6
Description: debug symbols for krb5-kdc
Auto-Built-Package: debug-symbols
Build-Ids: 0f231e55d165b2a9292785d5d50e1935f485cff1 2a581fa160129d71573eca66af1d836ae1b1a38d 5f9cab93fb22ace76509cff139a7627f7093c51d 8dbb891664be1055d7c57395cd04c7bb4082ec5e

Package: krb5-kdc-ldap
Priority: optional
Section: net
Installed-Size: 376
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: amd64
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_amd64.deb
Size: 170904
MD5sum: b2466dfd09e1cbcc547e2c98710979b3
SHA1: 4d82e41ac25e9bdd12a8535a94ba4db8f3f02948
SHA256: e31a12839767666febca7fc515c07dad7a8282456e820de67882019c63eb9da2
SHA512: f8ffaab80fc1c3af59d35f95503a13494426972c1a6e23382140238c935d15d55381c606d94c9aefe558ed5413f122f9ccadd5252913e61fac7fb96a4f4e0209
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: 232
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: amd64
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_amd64.deb
Size: 192920
MD5sum: 7e38565f821691261446f9be8d010745
SHA1: ea91344c85f5a7bf238ec8a3008e6a52a477b845
SHA256: 6a4c4fb5ac6caeec108719a9b255a2cab4845fdfbbb1f4ffe6e3b4e9d62cef62
SHA512: 3ff8e6cfa336c83dc8fceddd8916d2b298894742e6f3d9254bba5796ee31f185a908247778ca3365370fc76e49a2b0253590f9591b02ad0dbd40b6225e6c16ac
Description: debug symbols for krb5-kdc-ldap
Auto-Built-Package: debug-symbols
Build-Ids: 8b15def9997b955ce5abc75f0e7695df12c45077 c4e3ddf6888b066ca8d6b0af1ef51160052f39b8 d72a071325c2782227834eaacbde64595a3a3e50

Package: krb5-kpropd
Priority: optional
Section: net
Installed-Size: 215
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: amd64
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_amd64.deb
Size: 114508
MD5sum: c6b42603e0fb77255f0851bc760e3ece
SHA1: ef4c596283c5582875c109e9f08814f054608f19
SHA256: 3eeeda08f1e2c7a0850f7e3f27eb1641d05501d532f0f8ea75aec92d5c1ea72d
SHA512: 519abdf3312f66cbdf872d26036ac1766f30391d3abe75bc1135458bb3855294d7554043ed54fa6e7e4441527f35ade13126bcb698bc581520f14895c0126539
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: 61
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: amd64
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_amd64.deb
Size: 43516
MD5sum: ee6c153f55648eb7277a4abeb164c60c
SHA1: 9d9b75e8080fe1b742f7570667ee020a0adba2b5
SHA256: 8260f954c92b76a4c6f10056b33b4313d3306ac7817d0f9b22a919cbaa5ed4fe
SHA512: 70bec469325fce5f5e339574e6c6a6dedb1309f4c9dca5641d5b68a66bd3d9c9556a95853cac1f30fa6763ee90c17eefe4a3af3c4b0299fbb79d7abdf3ad78b3
Description: debug symbols for krb5-kpropd
Auto-Built-Package: debug-symbols
Build-Ids: e9495fe6d92ff3c805858beb56a674cd6744d49f

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: amd64
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_amd64.deb
Size: 208124
MD5sum: b622569949be673d147382396292976d
SHA1: 3c9fc071aa714055802b34ad55f082d56c0c995c
SHA256: acca0f54bbe4ef53b0b2431bac7b9ee3f60d6ee15b8485382ce8c6ae2ba3c844
SHA512: df8dd3258a536e9dd61bc4a97b76880330f8ed6fb75ab76a19a15bd95799e9f3d8fbd1f09579ae905175701a3200da39abe6d86d95c041dc9b09a7f7dbd290a7
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: 189
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: amd64
Source: krb5
Version: 1.20.1-2+apertis0bv2024dev3b2
Depends: libc6 (>= 2.8), 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_amd64.deb
Size: 104792
MD5sum: 1587c90e7a6362b0c1b343b112d2d394
SHA1: 25a90b707839f1d11aa710db2c87b672efc14309
SHA256: 2d4da2b139698cd1a3838b7faa66015f2336f7ff30f6417185dc34b47569df04
SHA512: 6af1abfe65aff4a3fed74d5910b75218b608c99727a65068daf9541c02b38deac862ae10b5a836155372fbc89f73554d633ba2677c70ac8a4b3dd981130ac984
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: 44
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: amd64
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_amd64.deb
Size: 29284
MD5sum: ed3760d9bfc6b43dae2584195f555d0d
SHA1: e4095529240919149db1d09692d36d2db68c3b55
SHA256: c8b3c07dec9164cd5d36ff4f1f4264cdef8ce1de2912e3f44ae63e4d8a6e6773
SHA512: 148e327e99c6c1883b201acb5b4f15d06c35f5f5a356150532bdb4d33b77a01d0e8d5cff6cec5bea3cd692cba7dbcb3e62abe9053281aa2a4a0c569c70dd0b54
Description: debug symbols for krb5-otp
Auto-Built-Package: debug-symbols
Build-Ids: c3805a3f69d621baa6616292933cbfbf112ee28f
Multi-Arch: same

Package: krb5-pkinit
Priority: optional
Section: net
Installed-Size: 280
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: amd64
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_amd64.deb
Size: 140208
MD5sum: e39b5fdd711786bc55c9805ec741487d
SHA1: 350df020163391361e2b34a78ef9c3cf2d5e85fc
SHA256: 5ffbbc74078a8b35dfc8b6d73cbe6fc5fb868d3fc60de3508c68eae6e725fc67
SHA512: 3b122a5452684da9ea71f38a2bc29ca74ad0f7c6d9ea86a14f655e746dc719bf805f07e0f588830c040470c08df7437b067591817de85fb9e0ce6b0d288868fe
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: 185
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: amd64
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_amd64.deb
Size: 156520
MD5sum: b9f18f4f221825e72e68f73d37fe78e1
SHA1: 167b4cf6b65b1b61f6736dc1413b6ae5613679c0
SHA256: c63437f83b241c8ed6b26d2fbdfa86184c0285bc3dd9061172636ceb76517756
SHA512: 597bcd15256e2cfbbc9598166ea9657a1d72bd1adc3d43fa8cb5456c9aafc2401a360e4eb2eccacffa654cca1edcb21a019b9c379dd0840cdb264de96ef53606
Description: debug symbols for krb5-pkinit
Auto-Built-Package: debug-symbols
Build-Ids: d3a6a26ebff653a05da8743401773dbf7f5780d0
Multi-Arch: same

Package: krb5-user
Priority: optional
Section: net
Installed-Size: 494
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: amd64
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_amd64.deb
Size: 202040
MD5sum: 5bed1de4570933e423b377554b128d9d
SHA1: cb8eaea11dd3806ccd255aa9a6f17f3fc236bf92
SHA256: 62ccb9e59dc7e12a17ff08281ceef5f2a7e7b1e1ac3c199b994a3eaa4fa44487
SHA512: 2a04efef1cd95744e7f6986fa45100f2b4e3533daff3626a16d86b69c9de465bb444e61a2f61a1934ae8beccd9e16167241c339b2e0cf925d005530f59207bee
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: 295
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: amd64
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_amd64.deb
Size: 201636
MD5sum: ae7d8da3868d032f1acf98c56096323e
SHA1: 94639e165605817289131085a5315b3e7fbab0cd
SHA256: 4caa0e1d371a78c799568c70d1999b60c216b52018e5a3b7cd139895807c8f60
SHA512: 05de86e3f44cc7810af694619a20c6deb3f8701440701d078444edf6951177a013d5af2942bce9278267e75130479fa44eec4210094ed1664de304b95cd32767
Description: debug symbols for krb5-user
Auto-Built-Package: debug-symbols
Build-Ids: 003dbe52e08a379020712af7d9a538f325e4232e 024c1954bf7e6fee8999715745439e171fa24dab 113f63c4edb02b77535d18fa18b9dd7647d058d2 701ad18e8b532e197b557fd71f06db34010dc030 a2fcf8d5b743a8571b20847c284ae0a78a7110e6 b2aaaece6f43a09753e8444be747fd40be2f23a1 be43ab8678b72ca49242cf3a9f8f838ccfb72bcd e9d99fff2442f2bf5ab6b32af1db9e0480ad9d7f f131a61ed5a5157c5d1d9150a7b7cc3f0022929f

Package: lalrpop
Priority: optional
Section: rust
Installed-Size: 4236
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: amd64
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_amd64.deb
Size: 1029932
MD5sum: a9c595111d750adbd36703ff0b9887d5
SHA1: 4f51ee4df0ef97d296d8ab5036dc6aea15d3bbea
SHA256: b1dddf287b21ce51a2e5b5c14d995c728c5722053596ecc4931ce0a6f98dd9db
SHA512: bc34002d502e98d3b1c18bfe13a79954be7d163c763a132a23b8a49fc75a7a67cfeab7db221b2f321e73ddedc376a87c444c2fd549def5f877294d6d83b9767c
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: 11848
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: amd64
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_amd64.deb
Size: 10711328
MD5sum: efc361253c36bcf213bda413e431f632
SHA1: e0e9d79133280a1b10a2091feba8a4c5ae3f725d
SHA256: f550db84edd50378837f4098a3ff3ee6db7f76ec5d90b238c27b7164366e0c55
SHA512: 0578e077dca0bc65f0bfdf8061d6c46856495abbad0ad671da94ba849efffa992669dda2621843470bd6a27f2567e2bf226f12a21daa3ddd116ec63dd72fdbdd
Description: debug symbols for lalrpop
Auto-Built-Package: debug-symbols
Build-Ids: 318ece0f3a60711344bb59cd80df1e0750062808
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: 352
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 280112
MD5sum: f273e401e0de4a774c23b1975b925c47
SHA1: f7cf17aaf87a716c055565d6e69505aa11d14fd8
SHA256: ea8234890f7b1cce0497137141def1ed843cd91542a46253851cc592842e35ad
SHA512: b0e8d012474d163295dd42caf7954605ae103db0a00811169365e54ec42337fbb6710f5408d38fcc43d0fbdd5a6748f58138c3ff581d4d86d83a89f80104178f
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: amd64
Source: lame
Version: 3.100-6+apertis1bv2024dev2b1
Depends: lame (= 3.100-6+apertis1bv2024dev2b1)
Filename: pool/target/l/lame/lame-dbgsym_3.100-6+apertis1bv2024dev2b1_amd64.deb
Size: 102212
MD5sum: f4d13acd03e83224fbcd402f2005d794
SHA1: 27faa47cd884cb78d5d7226faeecc102461de01b
SHA256: 8fcaa59c7250541db6fbf102e45ef45a01327ce91d99161041d1b2488bc3c3e4
SHA512: bb918b52d1a6b35b6a91252f3d950e47bf5894b683e83cc6dd6b03d7e23aa4694e5d3b2fdedfd240d9911e58e14482563046e1931764e5efdcf1ce818d16c5ee
Description: debug symbols for lame
Auto-Built-Package: debug-symbols
Build-Ids: 0f4e8c71de6cdbcf194a73809781a01b0d9c37c2

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: 781
Maintainer: Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 153836
MD5sum: ccd624312004e9bf5aec4c8554396734
SHA1: a2e9271ec1565c00bf05983d9e6d5bdde32feded
SHA256: f94c1841f4afe9bd0fccf446afb6b3e1a4b92ed9fd7b5742fe962a0095d60573
SHA512: 6c96cb880dbb7b3a562fb3d5b786dc9b4c83a3ee579d282989b370b5e38a92baea85ea173b12cb7e28a9d49983096e21e30a76ad18cf2d075d83aa87e78c0a99
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: 681
Maintainer: Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 527964
MD5sum: a922e6f61a42c3eaafec9e4f270c59e2
SHA1: cff8dfdc4b959e46c75748b0a6368c82d2fcd8f6
SHA256: 97410755ad9589e1f2a62e2a83144e82baa8582e4136c7aada28b5d6444f2a4d
SHA512: 9b2d0c87f28871bf6c022976baa1f57db7a76539e66081c7a67dacaca795c1006abe6def6362f7dcbb6926b734a11aafb909bb0e5afee8961b45820eb4365456
Description: debug symbols for ldap-utils
Auto-Built-Package: debug-symbols
Build-Ids: 1706d2f21714066a86142cf2e5ef72faf1d4db88 230823251f328d05a163ce55599366e68a62e7c1 3d39db017dfa0ab89920c39f1871bb2d09260e75 4c45ad62c4e0fe9a0c87e06148c09ff47f67b314 513063e06dab571ecb8a1c49257f8a758d3f5970 529b55c5823b8f89970494face56cb195c9be958 6fbca1971d06b5a6134becc780381e48aa7b7e11 ae42987df805e3a4419a609009061c6f678dbd64 de56da9814e10db7570b3dade7c71ae24934f71a

Package: ldnsutils
Priority: optional
Section: net
Installed-Size: 736
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: amd64
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_amd64.deb
Size: 171412
MD5sum: 1d583fe8ecc05787789d9bbad790b24a
SHA1: bb5db9625f957181153a0cce221c2beee3307ebc
SHA256: 856782dace5d0aed3f8fb86e32835494bd3b7c3388f48f0f15b09d72ce9f3b8a
SHA512: 91b6d79d0428b9187152dddfe6ffd45e74d68314925976fdf5759f67e730319a8a39e32802822194a116ec47eac3623cf733ec5a9d3b9c778492947fe3cf6756
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: 692
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: amd64
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_amd64.deb
Size: 461072
MD5sum: d5fd3ec2e07f71be306c9b75ea4774b2
SHA1: a398a35ed8c1c392ee3e7269d5c66b0e85050051
SHA256: 3682d4c1ec3d06dbb1ebf14ee84b3416241a118d577c4da5a41baa6fe118c0ea
SHA512: ffb842c6138c76a1773c8dc924282b16e24fbfe3b3dbf4211ae706ebdffe92c7080e43150bd53b8e88b6cf3e46a6eded408b9bef8ad82be4ec1573980786ad3c
Description: debug symbols for ldnsutils
Auto-Built-Package: debug-symbols
Build-Ids: 0347b2cd05fb9bd75a63a7b3a2df7530abb64c6e 0a2962a27a0cffb9ca6ca3eb60761576b01aaab7 16ad7c070add0ffc2a538ad0b803669b25436341 1cfcd3b142804ac9b29d80a8f72a520e0e625b70 219ef965ed6f91a3663431d2dde3a36abed388dc 420bbeac242b11641a5758629eb458a236852bba 4ac3b033632926bd265c64d808480229573bd8ee 61159c8c73e82bd00579986c132e8e36e435764c 6bac7f6b2190eda80defcd50707b17514001aea1 6c32e2cca9934baa58e1274f4d1bcff49c131033 6d36daad723769b3e37ab188c0042caf53e950d5 747443fa6d301e2867f490ce6741126da73723e6 781cd6f67579a99db230db86644443e01eac3404 8c8433a1928ac3463b7388e51e731430cfcf1ff1 93c63d3f362492be5bc4f8e3e7c3fcda903c2cd7 944b0615cdd88f21839e301fa5e42be530412164 9cb4f62f9cb03dbe475a79f37dffc5d9729316cf af93f99019f42b8b8dd9989d39081533d615be27 ba280b75f0282ff3d209536255d88139a8c8158c bd1e846d63b284362053300ccf47c17e092438ba c0d18996c98c8b8994af473d05ee137bdf24d23a c719b0e6ce4150a107c426aabd755e1c70df5a0d d1ca3f596dd09895afb37d7e8e6c03fd5ca2125b e5067c3b2138a631f44d17e0498a011d1f008c84 fa2f8586b7bd4d7348e566d6a0da912f223aeecc fa750930192b263f8295a56b3be0788267a47e64

Package: lemon
Priority: optional
Section: devel
Installed-Size: 439
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: sqlite3
Version: 3.40.1-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/s/sqlite3/lemon_3.40.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 321528
MD5sum: 0a3390497b0322e7d84b802dbc73ba5c
SHA1: 500c5855f67f7f91782db2b90054d09a9b5ba556
SHA256: eb1004f4e5591fff3d136ea59a684e0c34021034a735643b295127d92bccf419
SHA512: 4433eea08bb3b3cac1731c26d5d117b9ddbcd32d69e1b9e4aca1a578c88df8a4dbec635718804d37cb6f2df550de65092357100ecf16ebffc8fe705d105cb605
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: amd64
Source: sqlite3
Version: 3.40.1-2+apertis0bv2024dev3b1
Depends: lemon (= 3.40.1-2+apertis0bv2024dev3b1)
Filename: pool/target/s/sqlite3/lemon-dbgsym_3.40.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 91524
MD5sum: d3f32a3de5f22a70cdefebf626127460
SHA1: 93274978730943020d1133de8391800134e15480
SHA256: c8f55aa1611c8c9bf2513f073674e09f1af79722389cf0c0387aab75ec6d1272
SHA512: 52e5e50d8737ba674da812ffce6f5ac760951bbc815fa3a1df0e1c95b554f93ec2745fc478049fb6ad5098ace1d3c9493ff5d10cbe7bb07c5baf64c79dc99f5c
Description: debug symbols for lemon
Auto-Built-Package: debug-symbols
Build-Ids: 5e5109921431a376a9c60de36ab63698365f385f

Package: lib32asan8
Priority: optional
Section: libs
Installed-Size: 7172
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), lib32gcc-s1 (>= 3.3), libc6-i386 (>= 2.34)
Conflicts: libc6-i386 (<< 2.9-22)
Filename: pool/target/g/gcc-12/lib32asan8_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 2081308
MD5sum: f2f721409015b397c3b7e22fa061eb95
SHA1: 2b7c9ce24325a61aa429e677334b551bf34bb9fe
SHA256: f3cea295d3d8477db598938b8171bce8eb45539fb618d676e1fd8db6f22dbb80
SHA512: f2766f7e02c34f2dcb210cf9c44c45698220949db5587dad1067d684d22f40aa51e918ce4fc0e63198551eb5783028a8329584f80d2cd3d165b5b1df9abe7c97
Description: AddressSanitizer -- a fast memory error detector (32bit)
 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/

Package: lib32atomic1
Priority: optional
Section: libs
Installed-Size: 41
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6-i386 (>= 2.1.3)
Conflicts: libc6-i386 (<< 2.9-22)
Filename: pool/target/g/gcc-12/lib32atomic1_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 7884
MD5sum: 47e2d226229932513025638e10243cb7
SHA1: 62187ab25d4ebc5c95b2d498f0458cef824fb487
SHA256: 0d5dd40083075ed45b9f3b2479f2a4b2de1f5d427cbb7ae86a5275738fb5481f
SHA512: 6592730383fda88ac4ee7f8ef008dda5d7ee193c83f8580eb7c3d9493feec247bd11f2067042584f6fc0ec36274263e3f1a64400e32dfe0c6c9690c43e36cbb7
Description: support library providing __atomic built-in functions (32bit)
 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/

Package: lib32atomic1-dbgsym
Priority: optional
Section: debug
Installed-Size: 32
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: lib32atomic1-dbg (<< 9.2.1-21)
Depends: lib32atomic1 (= 12.2.0-14+apertis1bv2024dev2b2)
Breaks: lib32atomic1-dbg (<< 9.2.1-21)
Filename: pool/target/g/gcc-12/lib32atomic1-dbgsym_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 14792
MD5sum: f32b3476ab8051b40f7f01b10990893a
SHA1: 3a0c7e588b95e59da0119fb6c793cf12143afc08
SHA256: b8f71083dfe31b7d36f384e5300bfb14b75323b13d48b17cf8159b525403fb30
SHA512: 6e7b0bf0c3bcb1490d919cc1cf3bec581c5260e0157266eacdf33ad3b5f0381adb1e56c1c302cf6074eabb2c134fe3e1099f95bade6cf53a96605bed9df18bc4
Description: debug symbols for lib32atomic1
Auto-Built-Package: debug-symbols
Build-Ids: 8168823dee1c0fc2796fd40829b21f0cabe72ab0

Package: lib32gcc-12-dev
Priority: optional
Section: libdevel
Installed-Size: 8223
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), lib32gcc-s1 (>= 12.2.0-14+apertis1bv2024dev2b2), libx32gcc-s1 (>= 12.2.0-14+apertis1bv2024dev2b2), lib32gomp1 (>= 12.2.0-14+apertis1bv2024dev2b2), libx32gomp1 (>= 12.2.0-14+apertis1bv2024dev2b2), lib32itm1 (>= 12.2.0-14+apertis1bv2024dev2b2), libx32itm1 (>= 12.2.0-14+apertis1bv2024dev2b2), lib32atomic1 (>= 12.2.0-14+apertis1bv2024dev2b2), libx32atomic1 (>= 12.2.0-14+apertis1bv2024dev2b2), lib32asan8 (>= 12.2.0-14+apertis1bv2024dev2b2), libx32asan8 (>= 12.2.0-14+apertis1bv2024dev2b2), lib32ubsan1 (>= 12.2.0-14+apertis1bv2024dev2b2), libx32ubsan1 (>= 12.2.0-14+apertis1bv2024dev2b2), lib32quadmath0 (>= 12.2.0-14+apertis1bv2024dev2b2), libx32quadmath0 (>= 12.2.0-14+apertis1bv2024dev2b2)
Recommends: libc6-dev (>= 2.23-1~)
Filename: pool/target/g/gcc-12/lib32gcc-12-dev_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 2269884
MD5sum: 86279ba4e2926d7eeeac9d2fc7c2abe6
SHA1: 53bd49ba3c90a85c606ad2f75a23a05eb158f608
SHA256: 6968bbbff9b691d862774834b8988b18dfda6d6c1040e8173a63111297055115
SHA512: af460c301154d5c70b9c863497fc5f5d90f9ce729dca2133b86bb5c1bbe2386928b9994702878aaacd7df0e38e02177e87376f0296d944507bdab160354b4562
Description: GCC support library (32 bit 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/

Package: lib32gcc-s1
Priority: optional
Section: libs
Installed-Size: 165
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: lib32gcc1 (<< 1:10)
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6-i386 (>= 2.35)
Conflicts: libc6-i386 (<< 2.9-22)
Breaks: lib32gcc1 (<< 1:10)
Filename: pool/target/g/gcc-12/lib32gcc-s1_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 59864
MD5sum: d1c29246fbe06db0b3ad33700ec781ce
SHA1: e4ce20204b3569574e3b5bd73bcac66d07b88782
SHA256: cc599d318061d30637789b8dba816b8d56fe9894cc691a61fe67f03cd2658493
SHA512: 7d8800381d2668d4a23d9f4c10958cecfc8377301bf689bdc14dfe74b57e20bd27a213c7c739845937c6f83ee63782d3cfabccb8f66168a55cb997e6b031bcd2
Description: GCC support library (32 bit Version)
 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/

Package: lib32gcc-s1-dbgsym
Priority: optional
Section: debug
Installed-Size: 189
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: lib32gcc-s1-dbg (<< 9.2.1-21)
Depends: lib32gcc-s1 (= 12.2.0-14+apertis1bv2024dev2b2)
Breaks: lib32gcc-s1-dbg (<< 9.2.1-21)
Filename: pool/target/g/gcc-12/lib32gcc-s1-dbgsym_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 172676
MD5sum: b2220a3c5f69f00fb8e16bdd7b4f31a4
SHA1: 00000f3a3e07390906569fb3e097c2cce7f4afa1
SHA256: 31d2f89143fd68e677b8ab439dc68c2591f7e9d7775367078c52d6d6ea1fbabb
SHA512: 0a613a9b46de8a2c534b8c46e22f8acacbd2ca9be07554c760e7ba85e8f9d40f02e9857d0613ed967fbc905843b4bfb8a8ef6b90e9909622ec19822c02bfd78a
Description: debug symbols for lib32gcc-s1
Auto-Built-Package: debug-symbols
Build-Ids: 89320a585d3887901196aee9a56089053393b6a5

Package: lib32gfortran-12-dev
Priority: optional
Section: libdevel
Installed-Size: 4240
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), lib32gcc-12-dev (= 12.2.0-14+apertis1bv2024dev2b2), lib32gfortran5 (>= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/lib32gfortran-12-dev_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 760088
MD5sum: 77003fed6a5952c3f1646826d93ffa25
SHA1: 12e22f83e5240acd95af8bec9afc39dc3a1a5982
SHA256: 364c0edbd8f1db6e865ea9ee4614c61f8aa2a98b417f6bc85342f5283b8b8ba3
SHA512: 4ad1f7dd51c2886cb9bd6d3cd6cc9be8d3b442da805f47f92b1a3465875f2c5a937ada1e7ebc30a67a94876182e6c00fdeed4b30c605d6e897cd014de1a35da9
Description: Runtime library for GNU Fortran applications (32bit development files)
 This package contains the headers and static library files needed to build
 GNU Fortran applications.
Homepage: http://gcc.gnu.org/

Package: lib32gfortran5
Priority: optional
Section: libs
Installed-Size: 2811
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), lib32gcc-s1 (>= 4.4), lib32quadmath0 (>= 4.6), libc6-i386 (>= 2.34)
Conflicts: libc6-i386 (<< 2.9-22)
Filename: pool/target/g/gcc-12/lib32gfortran5_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 698424
MD5sum: fde4493e77c0f64a9986e2141bbe5ff4
SHA1: c00f05894776d25c456dfc62a878286202a5fa24
SHA256: 995f887f397df50f8a5b1ac19fadce3809d1cd0612491615abb1a04e201ac99a
SHA512: 8851f8025d2ff5514b26a0af26605262d56c9a0f85c9a11d1e05e944c4e8fd50c10a0f7f2a099fdb226c7dcdb0b1acc70b04dd42453fb234601413b84d3b59a5
Description: Runtime library for GNU Fortran applications (32bit)
 Library needed for GNU Fortran applications linked against the
 shared library.
Homepage: http://gcc.gnu.org/

Package: lib32gfortran5-dbgsym
Priority: optional
Section: debug
Installed-Size: 1555
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: lib32gfortran5-dbg (<< 9.2.1-21)
Depends: lib32gfortran5 (= 12.2.0-14+apertis1bv2024dev2b2)
Breaks: lib32gfortran5-dbg (<< 9.2.1-21)
Filename: pool/target/g/gcc-12/lib32gfortran5-dbgsym_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 1469696
MD5sum: 69c6b4d1d5b3c0637ea66ac6b6b82d1e
SHA1: 8291a43a6bb3f05d43123492feac32689c734393
SHA256: e08e69093f8adfc95419f1e36c9b45b485911c164fbd9445edc825b2179955dc
SHA512: 2ca47e68026775781a8fcb5f7f6dcd93a40190eb23a0644466c7b4f049c7839deff935059fa95eae325754c2421c89a8737ecca1cfb1d223774b0bc95855355d
Description: debug symbols for lib32gfortran5
Auto-Built-Package: debug-symbols
Build-Ids: 1411bbb7d0b70db94c4e496432d8ca743b64d362

Package: lib32go-12-dev
Priority: optional
Section: libdevel
Installed-Size: 81256
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), lib32gcc-12-dev (= 12.2.0-14+apertis1bv2024dev2b2), lib32go21 (>= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/lib32go-12-dev_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 16323440
MD5sum: 4b096c06462b6bb506c256ec9a468188
SHA1: 5beea04eb7912cf241029ddc6cecbd4ac767b9d2
SHA256: d54024d68f6d8e1285193b397922720c0a58cd79c84dd8e4fd51c3099a628bf8
SHA512: e0d4d44be44aad42ba36653221d8647ecaa4bc994ed2fafdf7d229afb771c7a9bc44af70a74a2e192014ec7f860ba21ee24ccbaaa70d42430c2f21ca5f657272
Description: Runtime library for GNU Go applications (32bit development files)
 This package contains the headers and static library files needed to build
 GNU Go applications.
Homepage: http://gcc.gnu.org/

Package: lib32go21
Priority: optional
Section: libs
Installed-Size: 45914
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), lib32gcc-s1 (>= 4.2), libc6-i386 (>= 2.34)
Conflicts: libc6-i386 (<< 2.9-22)
Filename: pool/target/g/gcc-12/lib32go21_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 12417224
MD5sum: 2d3ce190e31cba42ed865f81381e7168
SHA1: 6d1af04f443de6cec9fabd46972968a08fc9fa52
SHA256: 6d8991168c3e3b3fd9deb9cddf6cd5144b76427879785c6546c32cc044379815
SHA512: 4114483ae305c24a419fa2eec5d59b40c63dfa108bf3b0fad3e7e2d4c85bc9314042d79158f8be6a4bc11197a6002fd4c6251a77cd40917981215ed7eb6bc492
Description: Runtime library for GNU Go applications (32bit)
 Library needed for GNU Go applications linked against the
 shared library.
Homepage: http://gcc.gnu.org/

Package: lib32gomp1
Priority: optional
Section: libs
Installed-Size: 328
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6-i386 (>= 2.34)
Conflicts: libc6-i386 (<< 2.9-22)
Filename: pool/target/g/gcc-12/lib32gomp1_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 120736
MD5sum: 10169cbe2f2fc625b1e60f80144b5dac
SHA1: aacdf89bca6a33491005377ed827632ffb5bacdd
SHA256: 0744520b4577401d27de9f9c2de128f1207e06f67720a2ac90d9ae0987f0a848
SHA512: 204a3a2a6668215069e049aa82976d415da519fa249f36e493c71d64f7383f1a1a9ddbebd5346a28ec7f81000d17b497106b60bb372e3d15ad1156657f1312d5
Description: GCC OpenMP (GOMP) support library (32bit)
 GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers
 in the GNU Compiler Collection.
Homepage: http://gcc.gnu.org/

Package: lib32gomp1-dbgsym
Priority: optional
Section: debug
Installed-Size: 441
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: lib32gomp1-dbg (<< 9.2.1-21)
Depends: lib32gomp1 (= 12.2.0-14+apertis1bv2024dev2b2)
Breaks: lib32gomp1-dbg (<< 9.2.1-21)
Filename: pool/target/g/gcc-12/lib32gomp1-dbgsym_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 405920
MD5sum: eb2b2e8309128f6ef18928a98306a1c1
SHA1: 565a6ff6f05f69302c8f038df836d66d5781b969
SHA256: b17c4a199e1806f2ed737a7b7dc66411254a1d591baf39cba8b382b4473af7fc
SHA512: b89da0f9397af2336540a26359a189a7dd2051fe84a8717cc761b9c2bd773ee408a66da5b668d8806de1a01a6c627df56d4c548e051d16a9f7d351ccda2291e7
Description: debug symbols for lib32gomp1
Auto-Built-Package: debug-symbols
Build-Ids: 4903cfe24b608747934f5f88cb8ac7055efd4396

Package: lib32gphobos-12-dev
Priority: optional
Section: libdevel
Installed-Size: 43763
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), lib32gphobos3 (>= 12.2.0-14+apertis1bv2024dev2b2), lib32gcc-12-dev (= 12.2.0-14+apertis1bv2024dev2b2), lib32z1-dev
Filename: pool/target/g/gcc-12/lib32gphobos-12-dev_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 6339912
MD5sum: 0f364df161d95baa6a57b165b509ad25
SHA1: 6bd9c042fa3a3f63f14aab2dd3002b7dd9aac342
SHA256: 0b859b53a93f1ff4807f4c254df2ee87aee32f4bba6f0c7d3e230d92588d937c
SHA512: 07007551f96061140df2c1d25d1a1171254ab0d6a95e602a53d2bae32ef0d06a9f7e877cc7df6cb94587845a17f12348350ab6796bec22e65afedbb54ea28a8a
Description: Phobos D standard library (32bit development files)
 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/

Package: lib32gphobos3
Priority: optional
Section: libs
Installed-Size: 12861
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: lib32gphobos68
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), lib32gcc-s1 (>= 7), lib32z1 (>= 1:1.2.0), libc6-i386 (>= 2.34)
Filename: pool/target/g/gcc-12/lib32gphobos3_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 1884924
MD5sum: 1e3502e6d799aacd9271a32904b36155
SHA1: 678e2d6713faff83cd4defc8bdde0980b57f9ec9
SHA256: 26242c57864fe5024e839f243874c78e411481275315198ca52744e36d6539e0
SHA512: 8a396a3e01e53afe02647df4d6a14822f5950c4199ec6ed793d992444e591d9b063c91a581d4c6ab9ae1a7249f06635caa7713b126632f41f728c7068b776cb0
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/

Package: lib32gphobos3-dbgsym
Priority: optional
Section: debug
Installed-Size: 6781
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: lib32gphobos3-dbg (<< 9.2.1-21)
Depends: lib32gphobos3 (= 12.2.0-14+apertis1bv2024dev2b2)
Breaks: lib32gphobos3-dbg (<< 9.2.1-21)
Filename: pool/target/g/gcc-12/lib32gphobos3-dbgsym_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 4732272
MD5sum: 432bb3981b909ae79c6652c7e19b327e
SHA1: 285c8ad33875490b49cfa29fef6edc52ddd2f72b
SHA256: 37a895970644886da9a0e91e16d4f2b53bacb30e87f2b1f1000fea4c89e8a920
SHA512: 88b52aa5fe572575ee3aeb28436791236c52648cc7309936f8938d55fa6eca8460610531dc76725de459ba08b58e04ea1aca7b689805a06136bb81b6e8ff3218
Description: debug symbols for lib32gphobos3
Auto-Built-Package: debug-symbols
Build-Ids: 41d71c8c2ec22640ad0bcd08afa20d9f6bf2e117 85266873096b0171cb1d5fa374e8277ea973ec07

Package: lib32itm1
Priority: optional
Section: libs
Installed-Size: 111
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6-i386 (>= 2.34)
Conflicts: libc6-i386 (<< 2.9-22)
Filename: pool/target/g/gcc-12/lib32itm1_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 27916
MD5sum: 43760920a15e58d19b392b2fc64cf41c
SHA1: a79e7c17e039d56d7bb80699f2aa254046ad1d35
SHA256: f577a166a8931dd5f340ae5bfdc8dfd6ad7fdbf6ca29556916ba1745994cb2dc
SHA512: 66ccadce91e4daf9bc4619fc42b048576b1c106215ce7216b5fe55a078463187cb5b49da6c4794994c44d26d385b0cb2a0b0879c6796ac4713adaac3b6c14922
Description: GNU Transactional Memory Library (32bit)
 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/

Package: lib32itm1-dbgsym
Priority: optional
Section: debug
Installed-Size: 346
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: lib32itm1-dbg (<< 9.2.1-21)
Depends: lib32itm1 (= 12.2.0-14+apertis1bv2024dev2b2)
Breaks: lib32itm1-dbg (<< 9.2.1-21)
Filename: pool/target/g/gcc-12/lib32itm1-dbgsym_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 302480
MD5sum: 6e693e6ba6bbfac5de1f23e4774d4958
SHA1: d96ed1b7647136956d949c703b4642bc1f7fa662
SHA256: 3a8daa1e9561588370db9eb24257842198987708ed4f033553ec466f140da769
SHA512: 32e80d2dfe0ea2a0772d0c85a447c59425e7a1e39f0aeffd5a906676fb59492dc40cb9e64b185864fa8cc2715c4ff7fe85d5fee77f5a6db2468e6dbe0e50a794
Description: debug symbols for lib32itm1
Auto-Built-Package: debug-symbols
Build-Ids: 87f063ea24e214db71f1364c14d2c43c7df6a187

Package: lib32lsan0
Priority: optional
Section: libs
Installed-Size: 7
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2)
Conflicts: libc6-i386 (<< 2.9-22)
Filename: pool/target/g/gcc-12/lib32lsan0_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 984
MD5sum: f73beef2728fd367676ec3ee2e5ac504
SHA1: c0c9c43922a2c7acd6bda119a20ba564ebc48f39
SHA256: 3c618fa8bcd97f7fd9e82af7c8ea8a06df7c148638f546cf71326df7535ad9c0
SHA512: 17844942f6ecb9d1bf896e035efe00e06d18050c1ce678b60a8f69dcfdfbf0a38aceff7707d61de4b4d5686c19ceb6957c1afeea19894e6395bdc500c9b76dd1
Description: LeakSanitizer -- a memory leak detector (32bit)
 LeakSanitizer (Lsan) is a memory leak detector which is integrated
 into AddressSanitizer (empty package).
Homepage: http://gcc.gnu.org/

Package: lib32ncurses-dev
Priority: optional
Section: libdevel
Installed-Size: 1733
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Replaces: lib32ncurses5-dev, lib32ncursesw5-dev, lib32tinfo-dev
Provides: lib32ncurses5-dev, lib32ncursesw5-dev, lib32tinfo-dev
Depends: lib32ncurses6 (= 6.4-4+apertis0bv2024dev3b3), lib32ncursesw6 (= 6.4-4+apertis0bv2024dev3b3), lib32tinfo6 (= 6.4-4+apertis0bv2024dev3b3), libncurses-dev (= 6.4-4+apertis0bv2024dev3b3), lib32c-dev
Suggests: ncurses-doc
Conflicts: lib32ncurses5-dev, lib32ncursesw5-dev, lib32tinfo-dev
Filename: pool/target/n/ncurses/lib32ncurses-dev_6.4-4+apertis0bv2024dev3b3_amd64.deb
Size: 317728
MD5sum: 89363e70881760da0ee75dd74d81c481
SHA1: 1340e4a65d0627ecb0fd2996ae6ad2f88f358191
SHA256: 66804345403a2ab42ce72cd2c0c0476ce9da6095b8b8f3638b99b57dd70a0629
SHA512: ae5298da0e3b77daef4e22c9112061c3635dfb68d9351fe0cbc04271819864f152555bc1b16d22bf2f1a59bd531ce198776b37f895353a89c9f64fad208ce32b
Description: developer's libraries for ncurses (32-bit)
 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.
 .
 This package supports the 32-bit ABI variant of your system's
 architecture.
Homepage: https://invisible-island.net/ncurses/

Package: lib32ncurses6
Priority: optional
Section: libs
Installed-Size: 345
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: lib32tinfo6 (= 6.4-4+apertis0bv2024dev3b3), libc6-i386 (>= 2.7)
Filename: pool/target/n/ncurses/lib32ncurses6_6.4-4+apertis0bv2024dev3b3_amd64.deb
Size: 111148
MD5sum: f8eb275839f731fcf7174f48141deff5
SHA1: 4bf2f01d07b87b9cb06c96e0e2db0fb27df888de
SHA256: b6a01829ba602ad17ffce479f05b1f1f92dce9ec37d73775a9c8cd91159e47b3
SHA512: 860af4e19f77d6187540b6cd0a62b92ecd8b34e3dca59799178dfa38a94c5e49aef7c59fe796b1df92aa87fbda66c884df8b4e9c4fffedfb3d70be0352cbac95
Description: shared libraries for terminal handling (32-bit)
 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.
 .
 This package supports the 32-bit ABI variant of your system's
 architecture.
Homepage: https://invisible-island.net/ncurses/

Package: lib32ncurses6-dbgsym
Priority: optional
Section: debug
Installed-Size: 310
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: lib32ncurses6 (= 6.4-4+apertis0bv2024dev3b3)
Filename: pool/target/n/ncurses/lib32ncurses6-dbgsym_6.4-4+apertis0bv2024dev3b3_amd64.deb
Size: 262284
MD5sum: a16d67f1130fca7ad16d45cd6a6f88bc
SHA1: de35368b670c9f06e796f0ae6bae348c8a421e49
SHA256: 3caa12ddbd4abff5d6e02c05943e3af8de4cffec3f1e0aa666b006ba3642bf87
SHA512: c4e3b99ee8eac01802001c3cf5d00964cb1acc4c2ebacbb563f8f10ce95ca1f8c48fe3cf348189b0ff4ae2c6af17d902e391aeb2ed569b665fc50cc9c05f5c01
Description: debug symbols for lib32ncurses6
Auto-Built-Package: debug-symbols
Build-Ids: 25da721077133c7437b8b2124311ba4e1c285b11 9beaa78484c732711f16dc71a2392f297aaa92aa cee733f01a0655e2fb42de5e489cca794c071a2f dc8668f90c47faa7af0ae57323558786f6fae7a5

Package: lib32ncursesw6
Priority: optional
Section: libs
Installed-Size: 443
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: lib32tinfo6 (= 6.4-4+apertis0bv2024dev3b3), libc6-i386 (>= 2.7)
Filename: pool/target/n/ncurses/lib32ncursesw6_6.4-4+apertis0bv2024dev3b3_amd64.deb
Size: 146168
MD5sum: 7bd65fda2fb1e05b81d8b950d9af2c34
SHA1: e247a325d50e990007645ada3fa26e0d8a2b0b01
SHA256: e173c16b6af89aeb9e2a3f56870dc7406a0aba6f28655fb19020a9a997269fbf
SHA512: ee6da0f3a52a1738114f8a15a3d1d8c999c7adfebde8b100b273c0d55297bbd21999825a394535bd5d1e83b4af713c7217ae9232f340cf12e2ba5641427b222a
Description: shared libraries for terminal handling (wide character support) (32-bit)
 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.
 .
 This package supports the 32-bit ABI variant of your system's
 architecture.
Homepage: https://invisible-island.net/ncurses/

Package: lib32ncursesw6-dbgsym
Priority: optional
Section: debug
Installed-Size: 390
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: lib32ncursesw6 (= 6.4-4+apertis0bv2024dev3b3)
Filename: pool/target/n/ncurses/lib32ncursesw6-dbgsym_6.4-4+apertis0bv2024dev3b3_amd64.deb
Size: 337912
MD5sum: 1841edef9afdc5394f1aa2dd258b41b5
SHA1: c525743ba6ca0ba79ac79e1c98bd8e9b133550e5
SHA256: 7fbafa92f51ab7519cd77983141fc5e9ec84cecc379c5cf97eed8a5363d2bec4
SHA512: ce323b21b1f08d21c5f743d785da25b1dc2db79099ee79a5fa529411c0a8965a0c3db773a8077a7ef39cf5d271ef8e1d038365eca94394f21ced61b4db4da418
Description: debug symbols for lib32ncursesw6
Auto-Built-Package: debug-symbols
Build-Ids: 4ba421476835136776d6aec06bbe8f991642cfa6 89830b7c59d6aa5c24f24bcedee9257a816efc7c a25f5163f1e3229c1b096299ec23943e29b53318 e723f75ae478c63d7b2b5779be83b8f4e09b181f

Package: lib32objc-12-dev
Priority: optional
Section: libdevel
Installed-Size: 449
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), lib32gcc-12-dev (= 12.2.0-14+apertis1bv2024dev2b2), lib32objc4 (>= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/lib32objc-12-dev_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 137932
MD5sum: abf3d9e69805bf26a5fe324ba1afa71b
SHA1: 7721702a35a0d0f0fbde4f23d14ac712fe0f9830
SHA256: 8ea052dfc81fd501ba674333eea47d17ca50999a915bcf337f433b3d45b431fb
SHA512: d9442e729cb33f783995f972c1b7ef08ae0c6243a4ad0e440c295acdaaea72fef71076a111f1a9b4ce5c2f295f43677e45f45e95f8d83bf39392e6c0a5d94357
Description: Runtime library for GNU Objective-C applications (32bit development files)
 This package contains the headers and static library files needed to build
 GNU ObjC applications.
Homepage: http://gcc.gnu.org/

Package: lib32objc4
Priority: optional
Section: libs
Installed-Size: 106
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), lib32gcc-s1 (>= 3.0), libc6-i386 (>= 2.34)
Conflicts: libc6-i386 (<< 2.9-22)
Filename: pool/target/g/gcc-12/lib32objc4_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 35928
MD5sum: 0efeeab138b68e51a035c12f28a8af83
SHA1: e82fe14ef70af88d5b2de6a76dde44c7d233903d
SHA256: 6032ceb96a67767bb11fd284b421bdee1fbe21de642f87f58e9e2b7b644a56d4
SHA512: 1a02e40697b4a94b202b4fd0feb7f20242d18d7c073d5234f6eb313d85821f8d72ccd07895da35db7dba295514d1e9c8d79e434005a3f987c06756fc730f2427
Description: Runtime library for GNU Objective-C applications (32bit)
 Library needed for GNU ObjC applications linked against the shared library.
Homepage: http://gcc.gnu.org/

Package: lib32objc4-dbgsym
Priority: optional
Section: debug
Installed-Size: 115
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: lib32objc4-dbg (<< 9.2.1-21)
Depends: lib32objc4 (= 12.2.0-14+apertis1bv2024dev2b2)
Breaks: lib32objc4-dbg (<< 9.2.1-21)
Filename: pool/target/g/gcc-12/lib32objc4-dbgsym_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 94516
MD5sum: b19de0f05f43333b5547281415d33787
SHA1: 8fbdfe5e1b3e649bbd8d085e842a1d6f6f4498ee
SHA256: 71a4ec90bdf561c42cba5fafb9edc0ecda0d9a5160cad7c18b8e086ba0fb6f86
SHA512: 38aa1d711a667404871b752d05fa730d568875deb265a29ca090510f111c0af9bfe42e11282e4f0f30813f59ed698030f9e4c3bcd4900cec37ea3ac992915b5b
Description: debug symbols for lib32objc4
Auto-Built-Package: debug-symbols
Build-Ids: 385ddaaadd8b05c6ed4622739812901e934e443d

Package: lib32quadmath0
Priority: optional
Section: libs
Installed-Size: 680
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6-i386 (>= 2.23)
Conflicts: libc6-i386 (<< 2.9-22)
Filename: pool/target/g/gcc-12/lib32quadmath0_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 227228
MD5sum: 55f097c3914b2c66264afdd880d8a4c7
SHA1: fa77a2a82ec02bbc5d8af77097333a4864f7adb6
SHA256: 21f97af8855cc3973de8881e612176583e79a0b8eb10caf6c3768f2018132095
SHA512: 76ad74c2bab0959631289260d2c5d5843ad941862cf233b8c7dae6aa6d928e4771ce0da1693bf87672f46a640e0328d02b3f9f76893f05fa9695b71b3da7ef0b
Description: GCC Quad-Precision Math Library (32bit)
 A library, which provides quad-precision mathematical functions on targets
 supporting the __float128 datatype. The library is used to provide on such
 targets the REAL(16) type in the GNU Fortran compiler.
Homepage: http://gcc.gnu.org/

Package: lib32quadmath0-dbgsym
Priority: optional
Section: debug
Installed-Size: 303
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: lib32quadmath0-dbg (<< 9.2.1-21)
Depends: lib32quadmath0 (= 12.2.0-14+apertis1bv2024dev2b2)
Breaks: lib32quadmath0-dbg (<< 9.2.1-21)
Filename: pool/target/g/gcc-12/lib32quadmath0-dbgsym_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 289592
MD5sum: 96b409d8c01da0636c106f0d8e4d291d
SHA1: fb238d0a39a6f33c958709ba100d4732a3ddb7e3
SHA256: dd66010784c1c106ad1e7ed0c4614ad8d3400f23c0dc1613604ebf01f1812f6f
SHA512: 64ff447f8e9509da4e4a2a825cc47e36f7cb8e57edcfe6b0342b2531090ab1fb4884a1ead114d41c5a8365f3d060fc0e905030653eec1c0f4463af3d9cacead2
Description: debug symbols for lib32quadmath0
Auto-Built-Package: debug-symbols
Build-Ids: 47762e6f55f57a4ea63394aa34398478c9ca5995

Package: lib32stdc++-12-dev
Priority: optional
Section: libdevel
Installed-Size: 10971
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), lib32gcc-12-dev (= 12.2.0-14+apertis1bv2024dev2b2), lib32stdc++6 (>= 12.2.0-14+apertis1bv2024dev2b2), libstdc++-12-dev (= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/lib32stdc++-12-dev_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 880572
MD5sum: ab28d3efa1fcb3ef10c197eebcb31254
SHA1: f43aa7bca764926ed4886fd126a504c52827cc7f
SHA256: 4e0de209434e50d196083f623324b6abc2b92b986a1418a4dc065cdfefd4efa5
SHA512: 130bb846ecf498a206b499e6c930da3d6ba5ac195d13047445496603c2f2d42571e64eb315f19cc08c9c90c185fb9e3562c220cebb2bf48e787116ac04d33bae
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/

Package: lib32stdc++6
Priority: optional
Section: libs
Installed-Size: 2608
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), lib32gcc-s1 (>= 12.2.0-14+apertis1bv2024dev2b2), libc6-i386 (>= 2.36)
Conflicts: libc6-i386 (<< 2.9-22)
Filename: pool/target/g/gcc-12/lib32stdc++6_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 643220
MD5sum: 7f120733c065f0995560f64bbc619264
SHA1: 2f90d6c38b93cd3a88baa4a6c9189b17ba0f6287
SHA256: 6fac40285b7f7e74ef44a2c6a57a8d9b866eded7f029a2a3df87bb42b78aa1ac
SHA512: 2064128df34aa1c594e61a71f0b72995223e5f0b5fc963c85b28e7eaa893120421a62e6aa3525c5386e5e917a7d5bf9c3fc388fc9bed9902f54590826254d20d
Description: GNU Standard C++ Library v3 (32 bit Version)
 This package contains an additional runtime library for C++ programs
 built with the GNU compiler.
Homepage: http://gcc.gnu.org/

Package: lib32stdc++6-12-dbg
Priority: optional
Section: debug
Installed-Size: 50451
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), lib32stdc++6 (>= 12.2.0-14+apertis1bv2024dev2b2), libstdc++-12-dev (= 12.2.0-14+apertis1bv2024dev2b2), lib32gcc-s1 (>= 4.2), libc6-i386 (>= 2.36)
Conflicts: lib32stdc++6-10-dbg, lib32stdc++6-11-dbg, lib32stdc++6-4.0-dbg, lib32stdc++6-4.1-dbg, lib32stdc++6-4.2-dbg, lib32stdc++6-4.3-dbg, lib32stdc++6-4.4-dbg, lib32stdc++6-4.5-dbg, lib32stdc++6-4.6-dbg, lib32stdc++6-4.7-dbg, lib32stdc++6-4.8-dbg, lib32stdc++6-4.9-dbg, lib32stdc++6-5-dbg, lib32stdc++6-6-dbg, lib32stdc++6-7-dbg, lib32stdc++6-8-dbg, lib32stdc++6-9-dbg, lib32stdc++6-dbg
Filename: pool/target/g/gcc-12/lib32stdc++6-12-dbg_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 8186100
MD5sum: 9e642fa4dfc9ad31c8157557a7dbf1da
SHA1: 9ba4d5ac2240a5134a1ba90d3a4397338349a646
SHA256: ba06fdbfc4f224367c4edff3c8b37d0188d5c56fcdc86360d2e1d33a56155336
SHA512: bf72659b31aae01d089a1e058c8e5453607bc59fccd5c1c8e1774f56bf9e60cb04c02b4765e6849c2addae16e83fbe356899ee65e15a74611a84890806d1bd36
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/

Package: lib32stdc++6-dbgsym
Priority: optional
Section: debug
Installed-Size: 5880
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: lib32stdc++6-12-dbg (<< 9.2.1-21)
Depends: lib32stdc++6 (= 12.2.0-14+apertis1bv2024dev2b2)
Breaks: lib32stdc++6-12-dbg (<< 9.2.1-21)
Filename: pool/target/g/gcc-12/lib32stdc++6-dbgsym_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 5550832
MD5sum: 93ef4f3aeb1a4759016ca415cd5d2959
SHA1: 4d93618803b16d7cf1cbfb289c3af4e683abdf8f
SHA256: ac62bc4f99d05fd32df4c6533646bfb60cd3209eb33bb42a36edf120a90e0de9
SHA512: 1749439ad33c8d79f7fa4bd300355cb0e28997ee97b9b9bbd6c3205def858817b8421ac9f873bae0ad7d4817a638170bf2dacea2af144195f4a271f6d1a5f567
Description: debug symbols for lib32stdc++6
Auto-Built-Package: debug-symbols
Build-Ids: 01e90b4d298080a029cfcb1dc188b64833d70bee

Package: lib32tinfo6
Priority: optional
Section: libs
Installed-Size: 516
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: libc6-i386 (>= 2.34)
Filename: pool/target/n/ncurses/lib32tinfo6_6.4-4+apertis0bv2024dev3b3_amd64.deb
Size: 335040
MD5sum: 2ee4ad4c265d9ef74dfec1b0b58b3090
SHA1: 120fdfb37cdae11c2523735fad5d6c7da7631926
SHA256: 80b6fd39636a8f2a22b6b4569224ed97965f3a14d3a2aded78db7fb9736987c6
SHA512: 860043ffb59f658cd495817a38f9ba9e733a8f3d2d55421467138545ef4ef0450474c52cf71ec21902e6bafba86e7af5ad7bbe0633a038c7e23c116f86b596df
Description: shared low-level terminfo library for terminal handling (32-bit)
 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.
 .
 This package supports the 32-bit ABI variant of your system's architecture.
Homepage: https://invisible-island.net/ncurses/

Package: lib32tinfo6-dbgsym
Priority: optional
Section: debug
Installed-Size: 213
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: lib32tinfo6 (= 6.4-4+apertis0bv2024dev3b3)
Filename: pool/target/n/ncurses/lib32tinfo6-dbgsym_6.4-4+apertis0bv2024dev3b3_amd64.deb
Size: 181784
MD5sum: 737fbffbb9f18e911749f3cf76a13dc4
SHA1: 44d17c1da8ff3dd1b80ada55496f811c698aa9a7
SHA256: 790bb907933111f14a00ac74e0421e46c369d7fcf89436dd31e10057223a8e75
SHA512: c4cc3bfd376c8a58aa24b4394f49187e2c2b6936aad3b4c9c5755cdcf3977812e273e7f606546f26e3291fd737906ea92a0ec49379d26ed440c143a857c4df31
Description: debug symbols for lib32tinfo6
Auto-Built-Package: debug-symbols
Build-Ids: 4c7dbfe3576cda485ac064b43b5e162b91c3a5d6 e7ca671f96c31e268ca3c1dccafb7fa8534aa428

Package: lib32ubsan1
Priority: optional
Section: libs
Installed-Size: 2489
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), lib32gcc-s1 (>= 3.3), lib32stdc++6 (>= 4.1.1), libc6-i386 (>= 2.34)
Conflicts: libc6-i386 (<< 2.9-22)
Filename: pool/target/g/gcc-12/lib32ubsan1_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 870128
MD5sum: 7d96998f5b6cc3ebc1814cc7fa65d4e7
SHA1: 207ca47c6724173acaa58f8b82767af383920d8f
SHA256: c2e7d48b366e44804f6b1257f70dbb11360398ca5ea692f1fb8b8b72191b9502
SHA512: 5387f9e966c538b21fafa1cfe6c91e365fbc256b882f8de67c947337aa2584a61357e760a4b9cdcdd8980a8f8ab69a7c88e1c5715b57b36dec8bd1e7858b907a
Description: UBSan -- undefined behaviour sanitizer (32bit)
 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/

Package: lib32z1
Priority: optional
Section: libs
Installed-Size: 160
Maintainer: Mark Brown <broonie@debian.org>
Architecture: amd64
Source: zlib
Version: 1:1.2.13.dfsg-1+apertis0bv2024dev3b1
Replaces: ia32-libs (<< 1.5)
Depends: libc6-i386 (>= 2.4)
Conflicts: libc6-i386 (<= 2.9-18)
Filename: pool/target/z/zlib/lib32z1_1.2.13.dfsg-1+apertis0bv2024dev3b1_amd64.deb
Size: 84204
MD5sum: 62c88ec5669c3edca72b954361d022a0
SHA1: f7613dba6dfd783a69aef44d7b03599817f7d072
SHA256: 2eee4073da1eddec3b17f65e87c3bec8318392d75c64d49cc513dcd28e9cb438
SHA512: 2ea28d55cca66a762ac7466bfac45527571ad50e20d9e3189df00e84c9a31109e807de47f13462cc1516b50be5080f4252641d1571bfe92121ba29e1393263cf
Description: compression library - 32 bit runtime
 zlib is a library implementing the deflate compression method found
 in gzip and PKZIP.  This package includes a 32 bit version of the
 shared library.
Homepage: http://zlib.net/

Package: lib32z1-dbgsym
Priority: optional
Section: debug
Installed-Size: 120
Maintainer: Mark Brown <broonie@debian.org>
Architecture: amd64
Source: zlib
Version: 1:1.2.13.dfsg-1+apertis0bv2024dev3b1
Replaces: zlib1g-dbg (<< 1:1.2.11.dfsg-2~)
Depends: lib32z1 (= 1:1.2.13.dfsg-1+apertis0bv2024dev3b1)
Breaks: zlib1g-dbg (<< 1:1.2.11.dfsg-2~)
Filename: pool/target/z/zlib/lib32z1-dbgsym_1.2.13.dfsg-1+apertis0bv2024dev3b1_amd64.deb
Size: 106856
MD5sum: 7eb185fcaeb6afb08f29a6477589db85
SHA1: 11ddd93550e06b6820f7a2f1bdc16d1f9e03de86
SHA256: 044511137d3fc67b6da60ef3cab75ae201f7bef8ea2e9f91516900a1afcab4c3
SHA512: 1b78923ce84290570bbf6a018095dc79415fd16ce8b28f3663496dbffb0c5029cc1caf4058402bfcf93b16e4618b0b94962a605d042d9445c8a78e745fb32d0d
Description: debug symbols for lib32z1
Auto-Built-Package: debug-symbols
Build-Ids: cea4c169a444886c545af440281c1b145864982a

Package: lib32z1-dev
Priority: optional
Section: libdevel
Installed-Size: 176
Maintainer: Mark Brown <broonie@debian.org>
Architecture: amd64
Source: zlib
Version: 1:1.2.13.dfsg-1+apertis0bv2024dev3b1
Replaces: ia32-libs-dev (<< 1.5)
Provides: lib32z-dev
Depends: lib32z1 (= 1:1.2.13.dfsg-1+apertis0bv2024dev3b1), zlib1g-dev (= 1:1.2.13.dfsg-1+apertis0bv2024dev3b1), lib32c-dev
Conflicts: libc6-i386 (<= 2.9-18)
Filename: pool/target/z/zlib/lib32z1-dev_1.2.13.dfsg-1+apertis0bv2024dev3b1_amd64.deb
Size: 86680
MD5sum: e14f0f77f3c2cde1adfbb0d36ead34d3
SHA1: 74a812a66688ba1aa058676a0e54db95d289fc94
SHA256: e5b7c3e793366fa5a502743c6b3d2877017db7ea1195b88cebebac1c3b78008d
SHA512: afeed04bb6c052ac80c9eb0be1011e56e0bce2427a13d7799ff4e824e1d3ac8f68be0fc0b13ee0cd579ccb40351f74568360d28e4fb66220f34a29057bb180f7
Description: compression library - 32 bit - DO NOT USE EXCEPT FOR PACKAGING
 zlib is a library implementing the deflate compression method found
 in gzip and PKZIP.  This package includes the development support
 files for building 32 bit applications.
 .
 This package should ONLY be used for building packages, users who do
 not need to build packages should use multiarch to install the relevant
 runtime.
Homepage: http://zlib.net/

Package: libaa-bin
Priority: optional
Section: text
Installed-Size: 83
Maintainer: Jonathan Carter <jcc@debian.org>
Architecture: amd64
Source: aalib
Version: 1.4p5-50+apertis0bv2024dev3b1
Replaces: aalib-bin
Provides: aalib-bin
Depends: libaa1 (= 1.4p5-50+apertis0bv2024dev3b1), libc6 (>= 2.34)
Conflicts: aalib-bin
Filename: pool/target/a/aalib/libaa-bin_1.4p5-50+apertis0bv2024dev3b1_amd64.deb
Size: 9260
MD5sum: 845dbee001dc14778701954a021b4d72
SHA1: b15efc23415b1882bdbd12ca075083d28fb46f7c
SHA256: 418c76f83e00da5a7eab7b82ffdce3faf96229c13d89f47ee4aaceb449497332
SHA512: 8ee7ad5fc09e791dcec37758a42beaf9f59450e5c9dde0a8422f607d6fcae53772f7a0497ffbe8bc532d7e535c6218be6e607ea38d01df6295ccf16366316c86
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: 58
Maintainer: Jonathan Carter <jcc@debian.org>
Architecture: amd64
Source: aalib
Version: 1.4p5-50+apertis0bv2024dev3b1
Depends: libaa-bin (= 1.4p5-50+apertis0bv2024dev3b1)
Filename: pool/target/a/aalib/libaa-bin-dbgsym_1.4p5-50+apertis0bv2024dev3b1_amd64.deb
Size: 19452
MD5sum: b27a7faea981a5adee3060ed68cc98e1
SHA1: d3552338e761ee4da4e5ff84b7001d7f4a2e718e
SHA256: 277551d3a9b7753409712063208862eaaafc90a7a227965a5f8b24ba7e5391e3
SHA512: af2a350a944ce3f112482a35dd131adb4c5aa42d193dcb26b91591c264e757cd0d1d327fbc36b62c2bc7cf69cceba3f45ded78b5e709fbdd7329c06ab0079cd9
Description: debug symbols for libaa-bin
Auto-Built-Package: debug-symbols
Build-Ids: 1e0a302d028b624e21175fcfaf55306a798e4e5c 389d23b456923627d84d5ba0d90c64e538ac9b2b 84796b93bc645ff2d7354955e40b2370090f866f bbdffc2676c291a553c312b54f28d390fa441698

Package: libaa1
Priority: optional
Section: libs
Installed-Size: 157
Maintainer: Jonathan Carter <jcc@debian.org>
Architecture: amd64
Source: aalib
Version: 1.4p5-50+apertis0bv2024dev3b1
Replaces: aalib1
Provides: aalib1
Depends: libc6 (>= 2.33), libgpm2 (>= 1.20.7), libncurses6 (>= 6), libslang2 (>= 2.2.4), libtinfo6 (>= 6), libx11-6
Filename: pool/target/a/aalib/libaa1_1.4p5-50+apertis0bv2024dev3b1_amd64.deb
Size: 50268
MD5sum: 544a4e730ee3fbc680b0181be086e1d5
SHA1: 745ed13818ec94b7897d2f98bec0b6c2303029fd
SHA256: 0fca362a41cc1f30d31b8380aefba9028785a45f29b7210c57a47ee00649070f
SHA512: 12468fd099151bbd58bf6b9f55d59b2f83c3e52aabf3ec5fe4f864e8794b9a4a7aacdff06b4c0524baf06bbb2f567b056879292c9e0a88929e41890dcdea8f47
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: 105
Maintainer: Jonathan Carter <jcc@debian.org>
Architecture: amd64
Source: aalib
Version: 1.4p5-50+apertis0bv2024dev3b1
Depends: libaa1 (= 1.4p5-50+apertis0bv2024dev3b1)
Filename: pool/target/a/aalib/libaa1-dbgsym_1.4p5-50+apertis0bv2024dev3b1_amd64.deb
Size: 81240
MD5sum: fd1706d06ba982927ce4033cf2973fc0
SHA1: 6df5215cf610fd67291cb67d14673f79a4d2c3b6
SHA256: 1ca15e0e159abcecfe18e788ccdce1f2bb39bf1dd95c46d60a6459386efedbe0
SHA512: 2f19a1f22fbec32708a55774e7ad2fa940665515c8cc070eda57c4bb4c15b7a98b444fc95b7f7c8842c7d4e3ea2c8be0d3b01474196132905640eba2adf89696
Description: debug symbols for libaa1
Auto-Built-Package: debug-symbols
Build-Ids: 82b3cac3c3a16df018982e124d0634d0142ddf47
Multi-Arch: same

Package: libaa1-dev
Priority: optional
Section: libdevel
Installed-Size: 369
Maintainer: Jonathan Carter <jcc@debian.org>
Architecture: amd64
Source: aalib
Version: 1.4p5-50+apertis0bv2024dev3b1
Replaces: aalib1-dev
Depends: libaa1 (= 1.4p5-50+apertis0bv2024dev3b1), libncurses5-dev, libslang2-dev, libx11-dev
Conflicts: aalib1-dev
Filename: pool/target/a/aalib/libaa1-dev_1.4p5-50+apertis0bv2024dev3b1_amd64.deb
Size: 130964
MD5sum: fb580efbc6e283a05e1395d30f7cfa50
SHA1: 673783c86a912502f0849e9fe6c31d9687809982
SHA256: e322d917b73ab7b8d129f6a76bcbfb0dba11861ce6b8b68cffb25576019924dd
SHA512: 78a3ad630fada60139c024e4b21502ba70d597833f7416fdaf699d7f397328f766a45553ac7305e0615fa882c0cd4522a87924934cfe42f9c46a3277bb8dd07a
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: 5870
Maintainer: Benjamin Barenblat <bbaren@debian.org>
Architecture: amd64
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_amd64.deb
Size: 974164
MD5sum: e96bbd17c81b742d10b13144ada292ed
SHA1: 1d9321773e31e1163a2b235acc3a3f5c1966679f
SHA256: 5fc39888e04d1089cf5535970558f9394a5ecc7006a89dc5cd93f47bf64634fa
SHA512: b1cb2c91251154c9f24813da05810450b6f527637e3e412732419180de6da47d632a68a7adfb74c49addb11635fbc0721c1dbdf17ab9389ee65aa8c4e2cc2bf7
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: 1915
Maintainer: Benjamin Barenblat <bbaren@debian.org>
Architecture: amd64
Source: abseil
Version: 20220623.1-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Filename: pool/target/a/abseil/libabsl20220623_20220623.1-1+apertis1bv2024dev2b1_amd64.deb
Size: 392560
MD5sum: 7c4b909c15c73f3215d8b76aa1efce53
SHA1: 3199a1c8e57eec203e36c3c6ec5a20f2c5e71e38
SHA256: ecc7d3562cae25e262c4306ffcbbcbeb20bf2ef21662eb5c4d96b22744300521
SHA512: a15337884c9f183062d7b659d019a410b685a0908ef2b33aeaa66727ab87c310a9a81b22746585594a842a6ead6b755ab4c4085fbc439faa165c6e663738e4cc
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: 4279
Maintainer: Benjamin Barenblat <bbaren@debian.org>
Architecture: amd64
Source: abseil
Version: 20220623.1-1+apertis1bv2024dev2b1
Depends: libabsl20220623 (= 20220623.1-1+apertis1bv2024dev2b1)
Filename: pool/target/a/abseil/libabsl20220623-dbgsym_20220623.1-1+apertis1bv2024dev2b1_amd64.deb
Size: 3752064
MD5sum: 2baf757d860c7c4c8a9989072468044d
SHA1: bc05cf109560d8d4b307e47ed3508dc9da3f2427
SHA256: a4da2e2b5a9d4fdeee24a324afd15e3f49195f4f8e343bf4076e9395503ef8f9
SHA512: 145548962de5c257a60a97e7ab8a7b4c8439b7014364127ebd35881c388220d010c1b5e3d03a1b0a5cdeab6fb63cf8e502286769fd96a005f3e9e27039619655
Description: debug symbols for libabsl20220623
Auto-Built-Package: debug-symbols
Build-Ids: 066dff17917ddc81b47cf1389dc4cf25c24fcc40 0a8b3154808ce95880f08441ab426039e72dd27b 0b1519c4340dc9ceb8de99d164132269232ae2bf 11ca7840e7b8954989802121f61c839dda860e4b 18af470a8ab83dea6c5af4aa8160ea7aae58d181 1a2bcf53b82aa9bc3af92387bd50208f2d32ca87 1e3da1af8c9ba1b9c49a14cdcf84b7139943af81 21333fdc08008505e974c60120d9ce0f1990dd54 276267f97326108c13a48564dc3ae79a6016d80f 279e3292ca223fb93fc009194e2a3619d1fa36e0 2c35913d339add7099d75b8e9b40fcaceb30a608 2dc1f60bea1189c6b762e42608d8fd5c16704054 2f81b1eca933cd7432d73dd73005c25cb09e4ef9 396d4b6e08e03e807d43239441c4e49d767dc15c 3b307134af48b1f6592d0180f47a218f23038a98 3b4fa8f7f35cf9351b303e1c2b333576be6b8585 3c045a2e76da6146b2891cecbb0becb68cc37e2d 3de91a5d094acd34ad49748d93aeaf54f2f7cc2e 482809d655721eac4a2a1810bca6b772472e28d7 56f4bece315646b6b8dbe307c35fc278a81c4dd3 5f05a68fd3714dba60b7e9b6adc5f88d7a4c6428 63a7fa2844a3e2fa8ee8e7cd87f3ff5fb9b7de38 6483c0efdbd58742885ab4c5f813dfb6db07ce89 65cbeb706fbe764f677131c415b706d15e972712 68bebcd3a8a3bac29d34de09af4a1afbb3c5fbfa 6c37f11fdbdf12bd494c8511aefce0a5027c43cf 6c5018874f77f2db4937bb4db5549e59e1087a47 71ce0ff3ed5cc326365900174ef2836b48ee8a3a 75aef5ac5ed224a4a430f1ee5ef38d69f1fa9b39 7ae9def07bdc71948e1e0b86a72241cce9a15ce4 80ce74311e4c8168445ee0bcfec1f413b4ccaea5 82aa03320bda43241858de21a99487eca714d81a 834fe6e24bbc67b5975049262be12997cd19ccfe 87083459e973e680820b0476916071068fdfa3ce 870d93a24135f17b49c28218aab64d5bedc5fa65 8ac3fe6c33b151352580580d1898a46d6aca424a 91759d5f2635cdf1902fe1025dff3f5d9d5764f3 9185d0a06243dda9dc2aba321075420b4c9255f9 91f67ac4ea3b98b88b3d527c1a41d012ba455b97 921df070a2a114f3bc786d6025688027ca85994a 9d469c75f5f9f41cefb180f6e3ff10b104c7946d a1f2b3b0adda210b189ee5a92e0411df1a54d199 a253e92488360fa8706a7d30b92bdaa89b23f5d4 a36234bc9aaeb9597cb25709d4d32576a697c0ee af54a56990f93e7cb04e6c446697c2460657169c b810e0595bf50ba06dfa4ba3d07636f44ed9607d ba16287802e28236921edf07f52bf65a8d6222da bf9b7fa8784744160398231af5bd69fa4bc22541 bfd286adcc64eda1f802325eed0cece6b78e8433 ca5af56028192c7f19e7a986d5de8b7adb5c811b cfa9247f5a2ce4a5979bc99b265c24d305c51aac d1080d4a9f796c15637886b6f053cbb400762853 d2e4f254e476bf54172ecb91fa6242f7869923f2 d460671775752da1e4dbd3cf98ea3986da414f07 d6045a322987b10a6341b02591155408fd058667 d95b4fd89e7274121283dfe1abe9830ac4a69eeb e03c2f29c6ea55e2dd68f81f872a54c0cb5c1a92 e24cdc800c2bc74441b43ff205be52739fc2f6db e33ca3fc01943724b7ec508c0e470f6bbe176917 e35786839cbde48db461a1c8b7f2524d8c7334a6 e913c887c59e04b74f8c67634f71cae01c73cdb0 ef0ceeaf7ec0db3000fdd6b891bf047ed445c1b7 f4c377aced9226b276d6e90aaff3a525273ab909 fa6281bf7eadac85202890cf05337b61eb6b68b6
Multi-Arch: same

Package: libacl1
Priority: optional
Section: libs
Installed-Size: 78
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: amd64
Source: acl
Version: 2.3.1-3+apertis0bv2024dev3b1
Depends: libc6 (>= 2.33)
Filename: pool/target/a/acl/libacl1_2.3.1-3+apertis0bv2024dev3b1_amd64.deb
Size: 33708
MD5sum: d96f7196b6941c415509c784b43eeaa4
SHA1: a31d957008c822a0bc21a326d61b962934855d3c
SHA256: 757ed9ef95eb8d6f8878e7ff500611bf6de461f640d4ff39ecec6fbafe5c9abf
SHA512: d86894fc4a009413af70d6a2d39ccfdd5268954f25aac9649415feadc2912c41d04659e8e5d501308e407bc55364b8cb79f48891cc206677e2cf26e1ef75ffb4
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: 54
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: amd64
Source: acl
Version: 2.3.1-3+apertis0bv2024dev3b1
Depends: libacl1 (= 2.3.1-3+apertis0bv2024dev3b1)
Filename: pool/target/a/acl/libacl1-dbgsym_2.3.1-3+apertis0bv2024dev3b1_amd64.deb
Size: 38116
MD5sum: 8e8ed14aa0582ce9d524f72420116f6e
SHA1: f66bcc21e184c7d3581c515f9a84000d20ae1eb6
SHA256: 62f4f5fd37738c9352b43b42f4c712b20e0299125ac4f45e6a33ead7708dcd51
SHA512: 694e7d0f9cd77ae6d467fed0abac8e313cb78c05a0c50083d8fb282b326671f6ab6258daf9533970410a972b4706c1987bf67852fe3b28efc0f0182cce6cf5b6
Description: debug symbols for libacl1
Auto-Built-Package: debug-symbols
Build-Ids: a612f8aedb0d51d6c87f198988a0a9e257c6a7f4
Multi-Arch: same

Package: libacl1-dev
Priority: optional
Section: libdevel
Installed-Size: 225
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: amd64
Source: acl
Version: 2.3.1-3+apertis0bv2024dev3b1
Replaces: acl-dev
Provides: acl-dev
Depends: libc6-dev | libc-dev, libacl1 (= 2.3.1-3+apertis0bv2024dev3b1), libattr1-dev (>= 1:2.4.46-8)
Conflicts: acl-dev
Filename: pool/target/a/acl/libacl1-dev_2.3.1-3+apertis0bv2024dev3b1_amd64.deb
Size: 94212
MD5sum: 44a1566158ea4740b48e62575fc6cc01
SHA1: d43ad15e38ed5f4533ed3b8e67dbb6b0a25b06bf
SHA256: 49102acec6098b9099618170b331252018785788d25162c1a1eb63671d5fd882
SHA512: b4fe92c0caedb13936e7145017305bc65c8f64ffc7a24bcca3c49152a45a28ae73548fb74ddfe7431683c8527d6a4176536440a35e8389d524066abfa3358986
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: 8535
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 2093932
MD5sum: 3f110cde5da1a6c0513e9e9e5693c800
SHA1: 1db9428f21859fa895f890b41bfbe7a459c8999d
SHA256: e79f5f633a950200589d8cd382f688d591f91ee3d76386e8f44a511d8b69b8b1
SHA512: 52bff1b40b84fe9d9f4ea8e1d8065badd202d7715236166ee42c1fc7b2a4bc7213d80399c749de5ae465caf4fa116db5fa20bef3329099508916ef0b90504478
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: 5576
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: aom
Version: 3.6.0-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/a/aom/libaom3_3.6.0-1+apertis1bv2024dev3b1_amd64.deb
Size: 1854676
MD5sum: ad2e3c385f0dea099566264f544771b9
SHA1: 08f06545301264eeca7124e3c7538650e6dd309e
SHA256: f5a0cea14572c0c7b02ff92a7f43db2e30fa480ba0a5312fae8ed51e59a3ac87
SHA512: 38afdc466e80fe9abd853551a6904bbba14375611916fffa0bf08872db8d35e6c85eb72d0eff2bbd359674b65243af0d2981034d65038c96a7175aea03bc9c0d
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: 12491
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 12210480
MD5sum: df6f9ce316abc35e9a4e764fee477f18
SHA1: 133a07f074668cf899b1853afb2e378ace561ea1
SHA256: 7b6cf1ece912e81da4d119542dda1c220fd62883b3bc64b95300bd584c7e129b
SHA512: ff20c8d79f4f71edd6de233d41dc532a302f712e178b36314ac2ce8b2d9a0ed12b4a06ff27b47250e1b455118c32df66d21e6a8b02bccc9fcdcc04c04812c19c
Description: debug symbols for libaom3
Auto-Built-Package: debug-symbols
Build-Ids: df9ec8db848e680806a1d123e95a31039ed87826
Multi-Arch: same

Package: libapache2-mod-apparmor
Priority: optional
Section: httpd
Installed-Size: 78
Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
Architecture: amd64
Source: apparmor
Version: 3.0.8-3+apertis0bv2024dev3b1
Depends: apache2-api-20120211, apache2-bin (>= 2.4.16), libapparmor1 (>= 2.7.0~beta1+bzr1772), libc6 (>= 2.4)
Filename: pool/target/a/apparmor/libapache2-mod-apparmor_3.0.8-3+apertis0bv2024dev3b1_amd64.deb
Size: 30700
MD5sum: b52feb0597a94e1ed33056de31db4a6d
SHA1: ef85244a9ae7f9ea3b5e8b4c4879d69a0876ae6d
SHA256: e34686ebedee02993e28d7e930237b7e01fb653538552c504bd953cf24c2cd57
SHA512: 0bb6f05b92ec66ecb286468683ba2cc17eb05b7fb5b5161e43fc9516ed55895e053cd51bd6099bea3810d149f65066cca360aeb477243186c19a013bce5832ad
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: 30
Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
Architecture: amd64
Source: apparmor
Version: 3.0.8-3+apertis0bv2024dev3b1
Depends: libapache2-mod-apparmor (= 3.0.8-3+apertis0bv2024dev3b1)
Filename: pool/target/a/apparmor/libapache2-mod-apparmor-dbgsym_3.0.8-3+apertis0bv2024dev3b1_amd64.deb
Size: 16760
MD5sum: c906a4eedb02ea029a4295bbdd2826d1
SHA1: 5192d53aa9f36ea5e6d719b4a025edd1911f31fb
SHA256: 17c666b59fdaa928ddc509696c961945413ee90aa420ab3454918b185512e90f
SHA512: 5f20d501df176350ce799ee873b85f1ba84035b2beb5b1444cacbf185a7bc1d7d6c431d68d53cad2c6b093d26b963b19246c6a7915a4095ec72f82bc282e91aa
Description: debug symbols for libapache2-mod-apparmor
Auto-Built-Package: debug-symbols
Build-Ids: 4e092471edd1ad475db0bc31de89af37b3373ffe

Package: libapparmor-dev
Priority: optional
Section: libdevel
Installed-Size: 216
Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
Architecture: amd64
Source: apparmor
Version: 3.0.8-3+apertis0bv2024dev3b1
Depends: libapparmor1 (= 3.0.8-3+apertis0bv2024dev3b1)
Filename: pool/target/a/apparmor/libapparmor-dev_3.0.8-3+apertis0bv2024dev3b1_amd64.deb
Size: 90620
MD5sum: 6584c49c1b6a546e90c9ae7e2a6bbcce
SHA1: 8b2e05345cee37ffb4333778e186178f06024c7b
SHA256: 46a8be7346f5da9ca5094fea6131c51b351cf67379f3cc1365e490ec210d5f0a
SHA512: 5e43637a296bc7cd5b525ab0efc68805ff0b6c2a4f28388b37f67b5ed60a86fcdf7ebf065f50f820dd5aa1f020addbc4f8dd743d35dbffb0a3b44acb97deb2c4
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: 121
Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
Architecture: amd64
Source: apparmor
Version: 3.0.8-3+apertis0bv2024dev3b1
Replaces: libapparmor-perl (<< 3.0.3-3)
Depends: libc6 (>= 2.34)
Breaks: libapparmor-perl (<< 3.0.3-3)
Filename: pool/target/a/apparmor/libapparmor1_3.0.8-3+apertis0bv2024dev3b1_amd64.deb
Size: 48884
MD5sum: 06addfd8a5392eb91a43cc559604dd49
SHA1: a551970fe73820d6e53cd06f82d45ef2b65d976e
SHA256: 39919430ce90d2af8931f7d86c0947f55cbe79fa91bc045bb2c7ae2a4f9c88ec
SHA512: 87caa868e42581b3cba1001b4d80b5d60ad72a0ac115351c2a0f7f3ca4857f92f16249a7ab73c63376b6e5ded2d9a8e1258d8efa7337ad24601bd49be03d658b
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: 94
Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
Architecture: amd64
Source: apparmor
Version: 3.0.8-3+apertis0bv2024dev3b1
Depends: libapparmor1 (= 3.0.8-3+apertis0bv2024dev3b1)
Filename: pool/target/a/apparmor/libapparmor1-dbgsym_3.0.8-3+apertis0bv2024dev3b1_amd64.deb
Size: 74500
MD5sum: 2f59c40140365701e5d6ed9206c35275
SHA1: 06e9ccd935cda09c8ba10cbebe27950549c3326d
SHA256: 9d31aacac677e459eb965c0ab900902769e5d2af6831159bfc6fd0d2724fbbf5
SHA512: 372313c1dfbc6dfdb78dc030d2a8d27b846389a099566338834e7737fe417019633cc508abb3cd46c6966384442df98964e0f816456885a9fdfceec7b1e7745e
Description: debug symbols for libapparmor1
Auto-Built-Package: debug-symbols
Build-Ids: 0f25d68fde00777fd7b710851b9a4198a94aa48a
Multi-Arch: same

Package: libappstream-compose-dev
Priority: optional
Section: libdevel
Installed-Size: 277
Maintainer: Matthias Klumpp <mak@debian.org>
Architecture: amd64
Source: appstream
Version: 0.16.1-2+apertis0bv2024dev3b1
Depends: gir1.2-appstreamcompose-1.0 (= 0.16.1-2+apertis0bv2024dev3b1), libappstream-compose0 (= 0.16.1-2+apertis0bv2024dev3b1), libappstream-dev (= 0.16.1-2+apertis0bv2024dev3b1), libgdk-pixbuf-2.0-dev
Suggests: appstream-generator
Filename: pool/target/a/appstream/libappstream-compose-dev_0.16.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 30304
MD5sum: 98a3f0cc1427572ccb77e33a26ce1b85
SHA1: 2600920dc7a656da0ff473376670badcd5b965d5
SHA256: aec9dc4459afea908d2dc8a5e1f77031903cdba0b5a45d6166c927503d8bd567
SHA512: 7337ab5a939c8d99ecd33495712b0ea524cdf950c2a4c4f3502378fc657772922ede13c83c8365304ec6f2c91f851ed14492e60d596aa9bf1ed604704e6f409f
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: 275
Maintainer: Matthias Klumpp <mak@debian.org>
Architecture: amd64
Source: appstream
Version: 0.16.1-2+apertis0bv2024dev3b1
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+apertis0bv2024dev3b1_amd64.deb
Size: 81088
MD5sum: 3118abd2fb52d8b65392caa9d820b6e5
SHA1: adeb2f4df55c23d95198d11595359f36a52d15ad
SHA256: ec045e091a35dc7182b0710e34da136995d70e8d5cf45bbd8a4468906a2cf339
SHA512: c2cdee81557be1bba7dbef537c2b4859acdc3ff9cebaa079ba4e6d440ce01b522f8bc0da10c8d07138e6d0df1307b997ee852b161bb60022167bea8602904d57
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: 246
Maintainer: Matthias Klumpp <mak@debian.org>
Architecture: amd64
Source: appstream
Version: 0.16.1-2+apertis0bv2024dev3b1
Depends: libappstream-compose0 (= 0.16.1-2+apertis0bv2024dev3b1)
Filename: pool/target/a/appstream/libappstream-compose0-dbgsym_0.16.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 207996
MD5sum: d1611478ff2f96e28585f46843a5ccd3
SHA1: ef0d4b00d5919d7cc9b249ec9a07a60246ffd85c
SHA256: 8d105495909d5f0da2774f0df90d406847001e923ed5af396f0fd3d08f032d40
SHA512: 09d058d9901b33446ebb062d637efec6afb559c60474d8f5853634c8100311c3940af7fdeb59208e8fef3075d314b489af72c98c25c67ed5c899cdff2d4a71ff
Description: debug symbols for libappstream-compose0
Auto-Built-Package: debug-symbols
Build-Ids: 46bc00deb3539d14b3cbcc818d942fd6fd2e7952
Multi-Arch: same

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

Package: libappstream-glib-dev
Priority: optional
Section: libdevel
Installed-Size: 988
Maintainer: PkgUtopia Team <team+pkgutopia-team@tracker.debian.org>
Architecture: amd64
Source: appstream-glib
Version: 0.8.2-1+apertis0bv2024dev2b1
Depends: gir1.2-appstreamglib-1.0 (= 0.8.2-1+apertis0bv2024dev2b1), libappstream-glib8 (= 0.8.2-1+apertis0bv2024dev2b1), libarchive-dev, libgcab-dev, libgdk-pixbuf-2.0-dev | libgdk-pixbuf2.0-dev, libglib2.0-dev, libsoup2.4-dev, libyaml-dev, uuid-dev
Filename: pool/target/a/appstream-glib/libappstream-glib-dev_0.8.2-1+apertis0bv2024dev2b1_amd64.deb
Size: 72392
MD5sum: 1b75b2bb31f3a5fd5c5162160657f33b
SHA1: 8a60749bffb4a53b01036898a1ce6a5e3a524bcc
SHA256: 3141037f0d543711deb86e670fb988039032026b1e434adc162604c1ec91a14f
SHA512: 79591a0176e8aa4104b5f3ced280f4fa801196d58c55b3b84784c9088d6935a83a5c76f62d6e9e3bf261f7629d587b8655e8b06a1468ca28f7f29dee97422bcf
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: 476
Maintainer: PkgUtopia Team <team+pkgutopia-team@tracker.debian.org>
Architecture: amd64
Source: appstream-glib
Version: 0.8.2-1+apertis0bv2024dev2b1
Depends: libarchive13 (>= 3.0.4), libc6 (>= 2.14), libcurl3-gnutls (>= 7.16.2), libgdk-pixbuf-2.0-0 (>= 2.25.2), libglib2.0-0 (>= 2.57.2), libstemmer0d (>= 0+svn527), libuuid1 (>= 2.16), libyaml-0-2
Filename: pool/target/a/appstream-glib/libappstream-glib8_0.8.2-1+apertis0bv2024dev2b1_amd64.deb
Size: 143948
MD5sum: 78b006dffb55b38a21808ec85e81dba4
SHA1: 030d7d55198a79fe1d10e16d1bfc8c11e82fef91
SHA256: 535653f07a03bd40b8423a2c5728f77d4ed01439ae33306c7343366e84850f61
SHA512: 6fcf41107ba5f84303775b50851806b8f8f707d0a67b610773f8a212315afb3758acf77f0e60395e8c1a7e5d3d907630cdf2fb916723b7cf7205a8a90e3d1fab
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: 559
Maintainer: PkgUtopia Team <team+pkgutopia-team@tracker.debian.org>
Architecture: amd64
Source: appstream-glib
Version: 0.8.2-1+apertis0bv2024dev2b1
Depends: libappstream-glib8 (= 0.8.2-1+apertis0bv2024dev2b1)
Filename: pool/target/a/appstream-glib/libappstream-glib8-dbgsym_0.8.2-1+apertis0bv2024dev2b1_amd64.deb
Size: 504488
MD5sum: 6e43730801b002fbf7215e7b27105010
SHA1: 5d0f9ea4c2db9a6ed34fb240ac6b1694fc245563
SHA256: 29e8ab3cc798d41e74b7e5aa5d50cb567b96f32b651c5fc358060787cacdbaa9
SHA512: ab7051fa598e880568d3a078c4bf518a10e874453a63c148d11b304b3945bfb47715447c768d16498446444fbc0a921326ad8d7435bbe4128b47e74edba3e0b4
Description: debug symbols for libappstream-glib8
Auto-Built-Package: debug-symbols
Build-Ids: ae385591f7291b133eee0aa52ad45faa7d9de0ad
Multi-Arch: same

Package: libappstream4
Priority: optional
Section: libs
Installed-Size: 662
Maintainer: Matthias Klumpp <mak@debian.org>
Architecture: amd64
Source: appstream
Version: 0.16.1-2+apertis0bv2024dev3b1
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+apertis0bv2024dev3b1_amd64.deb
Size: 200576
MD5sum: f384cea4850dd0c2f49ea9aaa8fb34b9
SHA1: 14a7b690b927be3366f511a4ac715dbc1914cd5d
SHA256: b4e639672ef7d8238d6b81c876e07c878aba36bd7bb0c7c836cb8243893c0f55
SHA512: 842fa253cb6255ad3b905b08c6621c3d12f04ad6eff3d746f8850f42082eaa8996a9f1bb72c7494707a0a8ba2dde13f34ddc264377db84c775ffc1a0acd4926f
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: 729
Maintainer: Matthias Klumpp <mak@debian.org>
Architecture: amd64
Source: appstream
Version: 0.16.1-2+apertis0bv2024dev3b1
Depends: libappstream4 (= 0.16.1-2+apertis0bv2024dev3b1)
Filename: pool/target/a/appstream/libappstream4-dbgsym_0.16.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 652268
MD5sum: e57441224194b59b92edee22d69124a7
SHA1: e4c1d07138a6bcc1820abcef9014647c757a4f52
SHA256: 76e353b9c3f30cad73a902934ea1c97c1099fe2f69d5cc256ca6513b2b9be4d7
SHA512: 312efd7efbaa80b379f1b01ec305683d206bbdb20644b2c25136ea47251129b20d78d6239cca5b90574cd229386b0007d78c7502df8fdd9f8e5c2e8ab5b22684
Description: debug symbols for libappstream4
Auto-Built-Package: debug-symbols
Build-Ids: dd8cb2a0742a6eedb74ee47abee613de1ab5575c
Multi-Arch: same

Package: libappstreamqt-dev
Priority: optional
Section: libdevel
Installed-Size: 102
Maintainer: Matthias Klumpp <mak@debian.org>
Architecture: amd64
Source: appstream
Version: 0.16.1-2+apertis0bv2024dev3b1
Depends: libappstreamqt2 (= 0.16.1-2+apertis0bv2024dev3b1), qtbase5-dev
Filename: pool/target/a/appstream/libappstreamqt-dev_0.16.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 19780
MD5sum: 40125a876182b08384f9bae8902453d8
SHA1: 2e964d7190c2be4bb5505c52b43da895ccc5db4d
SHA256: 48cc2e52fad2932a6f8413b4dde8c239f074cfb79c6e664c118cf8d97e0dec15
SHA512: 618f5a51bd427a1b8b7b9fc6907e2ccfc9c1fdcbc5d84d4be79faad0b8d4f351310b149f90b88e5754310d5daaa2740715abc5cd995b449d96437dc9b93e4608
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: 348
Maintainer: Matthias Klumpp <mak@debian.org>
Architecture: amd64
Source: appstream
Version: 0.16.1-2+apertis0bv2024dev3b1
Depends: libappstream4 (>= 0.16.0), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libglib2.0-0 (>= 2.62), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5)
Filename: pool/target/a/appstream/libappstreamqt2_0.16.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 78208
MD5sum: c982cc5d3aa7781fb95c040b80241f0c
SHA1: b0d4e76a25a729cf93478f60fe6d7130afaba8db
SHA256: 95c91c59ce5c23eeb90dd78e20a87f93d43c35969b89d16db7f8ef7575d1ad48
SHA512: 922d8c1f137f230bffe42b152236484a73ca14354e2a323868d4e874befe04459ab3e426334ef0302cbc1875c24bea9a452c983dc7837f0305263a261e7a9857
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: 1440
Maintainer: Matthias Klumpp <mak@debian.org>
Architecture: amd64
Source: appstream
Version: 0.16.1-2+apertis0bv2024dev3b1
Depends: libappstreamqt2 (= 0.16.1-2+apertis0bv2024dev3b1)
Filename: pool/target/a/appstream/libappstreamqt2-dbgsym_0.16.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 1387456
MD5sum: 0c51627ef691376491612dd541f28f3d
SHA1: ea3848737c7ac6a3b279b2473be07be2f18f21de
SHA256: 662437911b7721f3068a86d5d825ff57549568fcb257b53ae705ba1dbe680465
SHA512: a284978aea99a81cc6a213003f36b492c931ab6447b5c90bde29ed24f3a0f7acd357e8224928cf4ba0a81c10ba0377d7c8bf93e9ed238c8cc3a0f9ab56464b87
Description: debug symbols for libappstreamqt2
Auto-Built-Package: debug-symbols
Build-Ids: a2a67b420de7ab1091f7f1e76dd764f618b31b08
Multi-Arch: same

Package: libapt-pkg-dev
Priority: optional
Section: libdevel
Installed-Size: 516
Maintainer: APT Development Team <deity@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 118616
MD5sum: c7d69a6e32c303842cc2f8c07bded8e4
SHA1: 6156082578bffe5c629932450cec41f320327021
SHA256: a2a25023648057bb623a1b3d06ffd5800139f5561df04040c2c2b670fa61eec3
SHA512: 456aeaf0d5560a7d4473cb5150594bd7c95934359e92c552f7c8b95c95233f4340afde402d36eb0d90aec5c872264115cb1c60c351fe87641f9907a34a4d251b
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: 3305
Maintainer: APT Development Team <deity@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 909860
MD5sum: 2a911c31a66db7de1b592a69f5897a02
SHA1: d9dbaaa51641a4393010c0e069732cae5871bff5
SHA256: ad5b8fc0baca370fdedd7c466e38529cd4414958d9670775c6f556f5f0cc88b2
SHA512: 33490e1148931caf2249086def5e395db5507c3efd7f613acc9c2c4f5933165e62de498b763b860be1b6e3e86ff62c8373992143fa77bf395a8eb841c4cd11ca
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: 10404
Maintainer: APT Development Team <deity@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 10256116
MD5sum: 176bb22fa3e70879987cb399db44fa70
SHA1: 702cd5eb4a84407ac43c23ccf009803e64e66b6d
SHA256: 35cc32611642a2aff03e416cd0a72d6480e22a420573eb7eac7f4ec47c07775d
SHA512: 3ca3cb9476ec1582efbfebbb86238e8441122b84aeba34897c931b5c6b1174e2fc7296c052b8d68dc8ab66ff4abf54e398f12c37c6da5786f5a66dd74561f6a0
Description: debug symbols for libapt-pkg6.0
Auto-Built-Package: debug-symbols
Build-Ids: 43cf0a15dc452528b90f1bcdcaddd670a9016d2e
Multi-Arch: same

Package: libarchive-cpio
Essential: yes
Priority: required
Section: utils
Installed-Size: 54
Maintainer: Peter Pentchev <roam@debian.org>
Architecture: amd64
Source: libarchive
Version: 3.6.2-1+apertis1bv2024dev2b1
Replaces: cpio
Provides: cpio (= 2.12)
Depends: libarchive-tools (= 3.6.2-1+apertis1bv2024dev2b1)
Conflicts: cpio
Filename: pool/target/liba/libarchive/libarchive-cpio_3.6.2-1+apertis1bv2024dev2b1_amd64.deb
Size: 27052
MD5sum: ccddcb36e35adc84c9ca4f8aa5f7d3bf
SHA1: 47008e37fb2b71671d41fd48ff090d7ba7feb1ff
SHA256: 2768b90041caff472cd4e26349c9333b6496669dce2c9a370396ba92e1e3bbf9
SHA512: 98b84fc5b06830288b683ed3c0d25c5766e2b2ce00c05640e4c8f326fa1868a0a14ba420ceedcde0ca52af714831869139e2f6d324159a23f462a75743d01996
Description: FreeBSD implementations of 'cpio' and other archive tools
 This package contains several command-line tools based on the libarchive
 library.
 .
 This package contains the glue to use the 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: 2149
Maintainer: Peter Pentchev <roam@debian.org>
Architecture: amd64
Source: libarchive
Version: 3.6.2-1+apertis1bv2024dev2b1
Depends: libarchive13 (= 3.6.2-1+apertis1bv2024dev2b1)
Filename: pool/target/liba/libarchive/libarchive-dev_3.6.2-1+apertis1bv2024dev2b1_amd64.deb
Size: 565892
MD5sum: 70a7faad1de75c2c08f05a8dd66aa43b
SHA1: 01f42d0d96a2dfaf8d17f7e810f787fa0815a14a
SHA256: 6e7d42e81e3385158b03d6b129ab7881d09d5d90c7b2eee2a466611c80b6bf34
SHA512: 8537206cbff865427ff5f4b51acb039103c7d789ba0a95259cb16a90e3d81dbcb82cd01b2eafbad1b7ef68314714b736d05cd4737485673c2ba92d23fc047335
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: amd64
Source: libarchive
Version: 3.6.2-1+apertis1bv2024dev2b1
Replaces: tar
Provides: tar (= 1.28-1)
Depends: libarchive-tools (= 3.6.2-1+apertis1bv2024dev2b1)
Conflicts: tar
Filename: pool/target/liba/libarchive/libarchive-tar_3.6.2-1+apertis1bv2024dev2b1_amd64.deb
Size: 27056
MD5sum: 0aa4951329b33ed3d22d20b5a418189a
SHA1: 815575c7bbcf3ea691a6d40367690cfee02a55b2
SHA256: 4087f2c1c2feea03819b16c2daa62e482a7c06f219fbfb88bf2b7137077fedeb
SHA512: cae6e26424562355732bb25cd4b4ec1b37cbae0dbce12b2bf8d427d29c8eea24110d5d7c78f4f75ffdbdfcd1963ed9baf88722de13e334c7d7b64a1f4ba6a90a
Description: FreeBSD implementations of 'tar' and other archive tools
 This package contains several command-line tools based on the libarchive
 library.
 .
 This package contains the glue to use the 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: 204
Maintainer: Peter Pentchev <roam@debian.org>
Architecture: amd64
Source: libarchive
Version: 3.6.2-1+apertis1bv2024dev2b1
Depends: libarchive13 (= 3.6.2-1+apertis1bv2024dev2b1), libc6 (>= 2.34)
Filename: pool/target/liba/libarchive/libarchive-tools_3.6.2-1+apertis1bv2024dev2b1_amd64.deb
Size: 79572
MD5sum: af6453071a3d54d6815d92ae321239e4
SHA1: 57fb8799137b4541184d1d69db66b8c10ec7065a
SHA256: f1cadb56b3d5c62c255f51e1fa9f6a0bab6ca979c4f1ca3af8bb064ca283ec7c
SHA512: 88bd617628e4ec34de274d4f7581c730fadd58197784672be7335eaee124ea4c71e2edca0669054fe67976ff0c4eaef4b0be10d005a348941bc2c79053251a2c
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: 140
Maintainer: Peter Pentchev <roam@debian.org>
Architecture: amd64
Source: libarchive
Version: 3.6.2-1+apertis1bv2024dev2b1
Depends: libarchive-tools (= 3.6.2-1+apertis1bv2024dev2b1)
Filename: pool/target/liba/libarchive/libarchive-tools-dbgsym_3.6.2-1+apertis1bv2024dev2b1_amd64.deb
Size: 96272
MD5sum: e8b3893beb87e456d715639bbd0120e1
SHA1: eb9094a9b40bc5f31b1b5968277b9e2b56a8097c
SHA256: 6260cb00c2a2bde2555b2935564ff252031619a50e5feb8a495b261d93d0d467
SHA512: d08b789ec6b9efaff0ab41f3c15eb460d7a090240d8ce3d2441f02b6fd09a82cc19bb91d0e7374871a688b47e79a9784cfae8bf5a5346f0cc6a1cbe4c874d107
Description: debug symbols for libarchive-tools
Auto-Built-Package: debug-symbols
Build-Ids: de8fa2025d40e72fd2f1e0521db02667f292b5a6 f668bc693cf21fd4eae8645b0cc48249889f29e3 fd58c139226f690f10f111acca3c2a961d6f1e91

Package: libarchive13
Priority: required
Section: libs
Installed-Size: 869
Maintainer: Peter Pentchev <roam@debian.org>
Architecture: amd64
Source: libarchive
Version: 3.6.2-1+apertis1bv2024dev2b1
Depends: libacl1 (>= 2.2.23), libbz2-1.0, libc6 (>= 2.36), liblz4-1 (>= 0.0~r130), liblzma5 (>= 5.2.2), libnettle8, libxml2 (>= 2.7.4), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Suggests: lrzip
Filename: pool/target/liba/libarchive/libarchive13_3.6.2-1+apertis1bv2024dev2b1_amd64.deb
Size: 349048
MD5sum: 10c26234bce5fba3178d67d0e276bdd4
SHA1: 1560c9b130cc56029e3dda6dc5b363b0553e8615
SHA256: 8912d6499caf0f2e1694b08f8dc04fcb5b72e83fff0ace05f8db74e8f6628de6
SHA512: b6775b4b0a4cdadf91064b549ca26200e7250e163a89714e3e4aa39642ecf7187d8bbbefbb4d37335292bc47031d172d58ceaf0c029fe009fde4ebd2b491d50c
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: 1116
Maintainer: Peter Pentchev <roam@debian.org>
Architecture: amd64
Source: libarchive
Version: 3.6.2-1+apertis1bv2024dev2b1
Depends: libarchive13 (= 3.6.2-1+apertis1bv2024dev2b1)
Filename: pool/target/liba/libarchive/libarchive13-dbgsym_3.6.2-1+apertis1bv2024dev2b1_amd64.deb
Size: 1057764
MD5sum: 2cb410a7108604d425b4924e3c657339
SHA1: d3ece767cfc4b118f61ad6f203ca9b4d7f11d956
SHA256: 9f87a193f6622913b1f227b893e296d698c29923fae01f793058e421bef7e9a2
SHA512: d74115177e0cc184a22602f613027dfa1db716429513d61136077551d17d833f837c63dd9a82bb516d1ffe5c18ae2542ca1205d84a5d4b375d0e576e0ab458c9
Description: debug symbols for libarchive13
Auto-Built-Package: debug-symbols
Build-Ids: 01110ccde8e7ce5d53023fb9d0e8c4f65e4a31e2
Multi-Arch: same

Package: libargon2-0
Priority: optional
Section: libdevel
Installed-Size: 21
Maintainer: Luca Bruno <lucab@debian.org>
Architecture: amd64
Source: argon2
Version: 0~20171227-0.3+deb12u1+apertis0bv2024dev3b2
Depends: libargon2-1 (= 0~20171227-0.3+deb12u1+apertis0bv2024dev3b2)
Filename: pool/target/a/argon2/libargon2-0_0~20171227-0.3+deb12u1+apertis0bv2024dev3b2_amd64.deb
Size: 6132
MD5sum: 9c66187a949ab32b3e12dd69ed3f5814
SHA1: 613b6cb996f2383cc587a5b79cf3d3d3601eeef8
SHA256: 80b48b07e68c78d332459eaee065fe5aa876c0427aceb8befc88574f5f31db4a
SHA512: f042257a1c3e74a70a6af7075d88bb951ba2f4f8eb32c92afad97bb06bfac04c410d321496ed190beec050f7ceb9baa41be159c05a5d3806aa1bc5b517aead49
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: 59
Maintainer: Luca Bruno <lucab@debian.org>
Architecture: amd64
Source: argon2
Version: 0~20171227-0.3+deb12u1+apertis0bv2024dev3b2
Depends: libc6 (>= 2.34)
Breaks: cryptsetup-initramfs (<< 2:2.6.1-2)
Filename: pool/target/a/argon2/libargon2-1_0~20171227-0.3+deb12u1+apertis0bv2024dev3b2_amd64.deb
Size: 19960
MD5sum: ab6c29e16d258cfa1c4c34ed750c3e12
SHA1: 4d481a465298cabf8decb77484b7a0f3f4158e14
SHA256: 7ec1a22424c27694d05b8dd5fbf502e9954dc8b846d7b8d60de20f302770a7b1
SHA512: 4277f0377b7b8b8f3748f3bdf100f10fba56c0c986d0ceb33bf805e4024b6259ce59eafdccee50965092c0484017b7f2365dc9beecc6ce3b06810dfdbadae920
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: 60
Maintainer: Luca Bruno <lucab@debian.org>
Architecture: amd64
Source: argon2
Version: 0~20171227-0.3+deb12u1+apertis0bv2024dev3b2
Depends: libargon2-1 (= 0~20171227-0.3+deb12u1+apertis0bv2024dev3b2)
Filename: pool/target/a/argon2/libargon2-1-dbgsym_0~20171227-0.3+deb12u1+apertis0bv2024dev3b2_amd64.deb
Size: 46320
MD5sum: 2ac86e866bf8b85b5110cfe32369c508
SHA1: 60af117f3c7361e20c7be68d07e546daeb41ba49
SHA256: 065e102ce757d372ab26e10d35dcc783a46991ae887032d996170391c7c96dfc
SHA512: 4c0a6770d6e026dab49177569f7322eaa7fa7c88e3b3b0bcde4a663408fb8b16430ad5ed0bd146bb92aa88d38aa99bc64c5d8b4309e162e00c92f00af2203440
Description: debug symbols for libargon2-1
Auto-Built-Package: debug-symbols
Build-Ids: 64a63269e47762eb35d7ad9b9b63bd5768b92cdd
Multi-Arch: same

Package: libargon2-dev
Priority: optional
Section: libdevel
Installed-Size: 92
Maintainer: Luca Bruno <lucab@debian.org>
Architecture: amd64
Source: argon2
Version: 0~20171227-0.3+deb12u1+apertis0bv2024dev3b2
Replaces: libargon2-0-dev
Provides: libargon2-0-dev
Depends: libargon2-1 (= 0~20171227-0.3+deb12u1+apertis0bv2024dev3b2)
Conflicts: libargon2-0-dev
Filename: pool/target/a/argon2/libargon2-dev_0~20171227-0.3+deb12u1+apertis0bv2024dev3b2_amd64.deb
Size: 24760
MD5sum: 3d9d635918ac86b95b767ac3b0e53b90
SHA1: 481f8c56acf6d8cc9d00ede60b44b93fd3e2ade4
SHA256: a3a2b8b7f73e8e7fc01eb800233a12360d34432bd2528a7e438822323bd60dd4
SHA512: 6b625cd98989959558a7dc0e7c5cfc94bd73087c04ada65b5cad5641e9b99fc541aa9e277f094fb83da2773d51baca95e143c4dd26b1ea62d210c5b30ff8bebe
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-doc
Priority: optional
Section: doc
Installed-Size: 354703
Maintainer: Compute Library Team <developer-compute@arm.com>
Architecture: all
Source: arm-compute-library
Version: 20.08+dfsg-7+apertis0bv2024dev2b1
Depends: libjs-mathjax
Filename: pool/target/a/arm-compute-library/libarm-compute-doc_20.08+dfsg-7+apertis0bv2024dev2b1_all.deb
Size: 12846032
MD5sum: 07a93f5f7c89ec8b33b890e82b758ef1
SHA1: 6e69c4812331333a6d6dad175262d2de8b55f111
SHA256: a5f9ea83727970ba1ea1a4c9e0c65389434991367e35363461e22aa99adc8f66
SHA512: 661ee2c36ad403f0f57e53663928641751eb3c519155150009d923690612ffa8efdc12ffe2e4803b6f9b8455cc65769973dc52db6462f5da760567c13ec60819
Description: Arm Compute Library - documentation
 Arm Compute Library is a software library for computer vision and
 machine learning.  It is a collection of low-level functions
 optimized for Arm CPU and GPU architectures targeted at image
 processing, computer vision, and machine learning.  Arm Compute
 Library is usable as a shared or static library.
 .
 Both 32 and 64-bit variants are supported: armhf (ARM v7, 32-bit),
 and arm64 (ARM v8, 64-bit, aarch64)
 .
 This package contains the Compute Library documentation as HTML.
Homepage: https://github.com/ARM-software/ComputeLibrary
Multi-Arch: foreign

Package: libasan8
Priority: optional
Section: libs
Installed-Size: 8018
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 2192496
MD5sum: 480ff667f96a32f2e7342ef0690049ed
SHA1: a8e3e24c793a465705e756eec146d61fd334a17c
SHA256: c065b2b256bd224ba0cb29f9f049f28a39f9c59a43bf5fdbc47db030144f1162
SHA512: ba6adb761e9ffc74296a58648c6b30e028757b25c1f5774629c5fa5e4af3daac97b91cf663daa4e4ff4d976f911c5d5224461a6760278c99197e2d21f048c106
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: 122
Maintainer: Debian Elfutils Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 41280
MD5sum: b9fc32fe353acbd47bc9a46b5300757c
SHA1: 59b121b4c3a384f022e6ef87f08c7a2076d8347d
SHA256: 466ca33050cfc9e4ab20db1e5260303a8aabc7092bb643db29f92546bec73d57
SHA512: 547bbacfb72e19edc934cf96b563494a480cbe92742b972d9a9eecf02f14493c6afa3d08aedc8570241dba7e7064511d1eeb41aa2c9c96432ec7bc6f5037041f
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: 82
Maintainer: Debian Elfutils Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: elfutils
Version: 0.188-2.1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.14), libdw1 (= 0.188-2.1+apertis2bv2024dev3b1), libelf1 (= 0.188-2.1+apertis2bv2024dev3b1)
Filename: pool/target/e/elfutils/libasm1_0.188-2.1+apertis2bv2024dev3b1_amd64.deb
Size: 38712
MD5sum: ba8d918bd3d2c4dd67827530108eda76
SHA1: 16a623de5dbd2e52fcd751cdc5c9136d6077f164
SHA256: 0b741e8630ea2eb5c412d3c8276da2c457d5655926fed0fbb23ab5bba7654d60
SHA512: aa2dfbf7df2dc7638e269786b8b9e3cca3a303d39257c0c59b76bd0793bf9a8ce80e03d08fcba4b90e62b895be4d945a0b1e07509f6e3cdd1d1fa33626d06669
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: 60
Maintainer: Debian Elfutils Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 42992
MD5sum: 655fe86662fa68ed577d3cbe20dff886
SHA1: 8a0cf99feefdb16fd0c6786c692b772486ffebd4
SHA256: 819a62702b99e4d4a6a1c08868b0012a2ce5535f4547231a08d50e8ac86bd10c
SHA512: 4d6e40e2f23a54b2e7327e41ed21e55bc704d15907a3887ddcefa21ac01bbf22aaabb5548f3644185e74f76322aa4cf6a19376e1d9a63c85d6b8a471c7191950
Description: debug symbols for libasm1
Auto-Built-Package: debug-symbols
Build-Ids: cba85395afba09d8bfd1ed97517128155033aa09
Multi-Arch: same

Package: libasn1-8-heimdal
Priority: optional
Section: libs
Installed-Size: 822
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.14), libcom-err2 (>= 1.43.9), libroken19-heimdal (>= 1.4.0+git20110226)
Filename: pool/target/h/heimdal/libasn1-8-heimdal_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 195648
MD5sum: 73da4a9227bf90d877f69243747d45a3
SHA1: d75c7796e1d440ad1bee00ecdf281de7f5300a63
SHA256: 3e8583ef7eb319aa712c67ba52e54fdf9c0d5781aa6bfa676e4292f3b9796251
SHA512: 49bf79746d9815501ae3c699c16e4ea20ac61547d9378edca0c47931675e1987fc9e71c4727ff5ad5d41c026e88d23b5219402c9b1a2366d427d9da1c02cc91d
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: 767
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libasn1-8-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libasn1-8-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 702412
MD5sum: 705bc4950e657fc3dfe729718ac18125
SHA1: 9b85f346c1beadf75483985bf24e139057b3167e
SHA256: f37c4cafebdd71e179bc0b00f490158635f55a2fc48833e6573eeea0367c2d31
SHA512: c2f51a598c772f27b9874a35bd60347204e4e83419043af6214ec9c21516297b48b12069c22910760b0dd372004e3e3272b5f28aa2488df6e3fc263fa889f993
Description: debug symbols for libasn1-8-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: 53a27ecff16f89b17071dfbdfe8064d7ecfe388c
Multi-Arch: same

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

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

Package: libasound2-dbgsym
Priority: optional
Section: debug
Installed-Size: 1357
Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>
Architecture: amd64
Source: alsa-lib
Version: 1.2.8-1+apertis0bv2024dev3b1
Depends: libasound2 (= 1.2.8-1+apertis0bv2024dev3b1)
Filename: pool/target/a/alsa-lib/libasound2-dbgsym_1.2.8-1+apertis0bv2024dev3b1_amd64.deb
Size: 1199636
MD5sum: 02901924087ca250688b56b701b7c5a7
SHA1: 9c50f770250a6f822e23dd599d8365b1dc26be90
SHA256: 739884a292c475b177c80d79ea28cb376b8b34bc59babeaffd0de022a1d9174f
SHA512: 5f004bc95c0822945793f869acb2f9ea2dd36652f17c1091509be40c0955f8269c54ed925282521f64b890cc4956cf7872483284c52b871dad877dc8ca366a51
Description: debug symbols for libasound2
Auto-Built-Package: debug-symbols
Build-Ids: fcd97c35525799803007312834658250885d1e87
Multi-Arch: same

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

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

Package: libasound2-plugin-smixer
Priority: optional
Section: libs
Installed-Size: 56
Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>
Architecture: amd64
Source: alsa-lib
Version: 1.2.8-1+apertis0bv2024dev3b1
Depends: libasound2 (= 1.2.8-1+apertis0bv2024dev3b1), libc6 (>= 2.14), libpython3.11 (>= 3.11.0)
Filename: pool/target/a/alsa-lib/libasound2-plugin-smixer_1.2.8-1+apertis0bv2024dev3b1_amd64.deb
Size: 15836
MD5sum: e0681a1798362ad670911774f04326db
SHA1: b6178127fd22703703c52e13ff945f161d47e5fe
SHA256: ca89f222ccb50500b4d2647b742cda2edc4395dbbbcb2a309df6d950117b7708
SHA512: 96ae62e3594044aaeafa190c26d8c1f85cbe89bcdf3c9dce45ebb4085012e9397f0f9385f7977afc01ed8e7d59617179fb04146ddb2b9d1b266cb9098793ef66
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: 52
Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>
Architecture: amd64
Source: alsa-lib
Version: 1.2.8-1+apertis0bv2024dev3b1
Depends: libasound2-plugin-smixer (= 1.2.8-1+apertis0bv2024dev3b1)
Filename: pool/target/a/alsa-lib/libasound2-plugin-smixer-dbgsym_1.2.8-1+apertis0bv2024dev3b1_amd64.deb
Size: 36392
MD5sum: 28191add6787894452e3b94692f920f4
SHA1: dc3eac7282984252d6d949ba78e39560e7a57345
SHA256: da6569e7e6956ec60f738ecf36d991656dd75d1ba6e7e2f459b757f5f42716f9
SHA512: e1118b0dfd8f9e0456dc2a923a994aacab13250fd316eff48fc79f3f3e0e042fb81c53b85a8cb8bcf19d3c1eefce33c88032062c3d10a32402023c9ab2fb3c76
Description: debug symbols for libasound2-plugin-smixer
Auto-Built-Package: debug-symbols
Build-Ids: a4912a62306984c7035a56a563fb35840b15f88e
Multi-Arch: same

Package: libasound2-plugins
Priority: optional
Section: libs
Installed-Size: 334
Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>
Architecture: amd64
Source: alsa-plugins
Version: 1.2.7.1-1+apertis2bv2024dev2b1
Depends: libasound2 (>= 1.2.5), libc6 (>= 2.34), libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125, libpulse0 (>= 0.99.1-1~), libsamplerate0 (>= 0.1.7), libspeexdsp1 (>= 1.2.1)
Filename: pool/target/a/alsa-plugins/libasound2-plugins_1.2.7.1-1+apertis2bv2024dev2b1_amd64.deb
Size: 62824
MD5sum: ed67264b8dacf13ddc5b45650da60352
SHA1: 35fdc113f014dea1fd1a7ee1826886d456927a88
SHA256: 05e8df831735f63cd4e20599d3c8027f1a8dd40eeab0e5106985e35b1e9b3981
SHA512: 527d59c826a144099af65b351c7fb0a57b382ea77e71fdec3395d7b0c9efb9d877c72828e0d00de9aff5e75e92078cf5ba63d764d641317ea04c13b537563112
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: 249
Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>
Architecture: amd64
Source: alsa-plugins
Version: 1.2.7.1-1+apertis2bv2024dev2b1
Depends: libasound2-plugins (= 1.2.7.1-1+apertis2bv2024dev2b1)
Filename: pool/target/a/alsa-plugins/libasound2-plugins-dbgsym_1.2.7.1-1+apertis2bv2024dev2b1_amd64.deb
Size: 144956
MD5sum: e05be5d742da997985a1ce4604c2f7fe
SHA1: 66948a52105c656c445ec4f650dc13191d826779
SHA256: a9335a1b20f15caf683deb734cd2be7223fc290203ba7963f7b9c1199951022b
SHA512: 463862b123de0ddabc2bb7bf03a3730baffa2fb27dc4198a2f2d409ee833bd772a7f60428e839f4f0c9268defd117b3d86eaf4ac41449cbece7511a10cc5a786
Description: debug symbols for libasound2-plugins
Auto-Built-Package: debug-symbols
Build-Ids: 02ec1b86884e0a65b3d8fb00a0a846735563221c 04158cd9cccac7589f4c51b6d9000d521f70a4ac 0518238fa0161c5d62328e41dc8a0d8c6401cc14 0b1a7029b22ade13c736e6bcf5f5695c678eacf9 27b60c5be5572506cd0c0a4cfb59c6b075fc8592 27cea88c8017990ae30f4283146600dbe6372afc 3c90ec0c4d737ca6751592d1b32c765703b305ae 3fe70cde80a9b159d16e008d7b60ca9c0ca4fb4f 61ad0c252864ed001510c71e1418b999d78688b7 9631ef35b888542b9ca83bd617c7b830c7426f2b a209c64d99152f5080a8059a4ef171700fd026bd cbcaea7706f45d269a348a3333d5e21350b76698 cd60e7a1986bb3c7736afac996c924e630f56ab5
Multi-Arch: same

Package: libaspell-dev
Priority: optional
Section: libdevel
Installed-Size: 60
Maintainer: Agustin Martin Domingo <agmartin@debian.org>
Architecture: amd64
Source: aspell
Version: 0.60.8-4+apertis0bv2024dev2b1
Depends: libaspell15 (= 0.60.8-4+apertis0bv2024dev2b1)
Suggests: aspell-doc
Filename: pool/target/a/aspell/libaspell-dev_0.60.8-4+apertis0bv2024dev2b1_amd64.deb
Size: 23560
MD5sum: 804fd42ec95a3130835d188603c76f37
SHA1: 8a9eb258ebe8ff5835d22c87a4ab4146650bd01c
SHA256: 04cda0ea42fb7023a5fa7aa7175bbfe0fd6662bff43cd98441a69a8e3510d4a6
SHA512: ad07a828f3d1152c0e11e9428eaddb7e745cbbec9a361fdea05ebd50ea4448850e59bc5e1b8fc958f30360338ebfca2e1d656794244698fb72f6dd2275c19912
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: 2237
Maintainer: Agustin Martin Domingo <agmartin@debian.org>
Architecture: amd64
Source: aspell
Version: 0.60.8-4+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libstdc++6 (>= 11)
Recommends: aspell-en | aspell-dictionary | aspell6a-dictionary
Suggests: aspell
Conflicts: aspell6-dictionary
Breaks: aspell-bin (<< 0.60.3-2)
Filename: pool/target/a/aspell/libaspell15_0.60.8-4+apertis0bv2024dev2b1_amd64.deb
Size: 332272
MD5sum: 332de6de4c318553333f0552d00368cf
SHA1: b145a2bba67e17df2ddb47a41e6c8a37c2e9bf28
SHA256: aa64a7a15ca86f27690a9e2d42a18ab33d3a088a3bac84a08a17a3d10b496483
SHA512: 02f70dd66fa6f0a75875e693e902c216d012a602b14d7c5180985ea96545c2d65c2d6c10780fbd33f18400f85a45468dd0d7b43a756e62e9d0fe98d5b3cd851c
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: 2692
Maintainer: Agustin Martin Domingo <agmartin@debian.org>
Architecture: amd64
Source: aspell
Version: 0.60.8-4+apertis0bv2024dev2b1
Depends: libaspell15 (= 0.60.8-4+apertis0bv2024dev2b1)
Filename: pool/target/a/aspell/libaspell15-dbgsym_0.60.8-4+apertis0bv2024dev2b1_amd64.deb
Size: 2550572
MD5sum: ee042afad41d6e778344e13385c0668f
SHA1: d5bcfbdc3f25dcc4986757c1a90b2b747d4aab7f
SHA256: 5a2dd70e7e39aed098d64b430197f54377cae5dd1598a260645e41a4578790af
SHA512: 31bbf7dceb1f3cab357f376e9610683939c5dacca19140e742793f8d8a07ecc974d8ac8197a3616beaa381a57f4024dc3fdae608fe9ca18e50b2f979201a707a
Description: debug symbols for libaspell15
Auto-Built-Package: debug-symbols
Build-Ids: 351f9c705d91bb7328bc371e7f126cfe4d60cf50 3b8d4291aecd00e8297581e0ff7ff558a34cacbc 426f03657cd3e748ee00ec54f01a6b6f9a5641ca 4381fe2e54b304241e2cbe1fcfd84de63f86a93a 455e884cda66081d65943ee32f43aca63d19d9e3 7a8d801ad0bc622636a7f2ebd961a2eb6de81c12 98995f8fdd6d20f34534c2c69c364a4321d7a7d4 a933def7b000cc4277be815df49f43097f6d19a4 b7ff3ada809cfa4dc91ad13ae6bfd760252cb106 c3277700f0a273861e2bea0d6c7f73723b58be8f f5e0a54927dad3e4c214c82d3aa132ca8986c163
Multi-Arch: same

Package: libasyncns-dev
Priority: optional
Section: libdevel
Installed-Size: 499
Maintainer: Tanguy Ortolo <tanguy+debian@ortolo.eu>
Architecture: amd64
Source: libasyncns
Version: 0.8-6+apertis1bv2024dev3b1
Depends: libasyncns0 (= 0.8-6+apertis1bv2024dev3b1)
Filename: pool/target/liba/libasyncns/libasyncns-dev_0.8-6+apertis1bv2024dev3b1_amd64.deb
Size: 104148
MD5sum: a0c1dc474560745823fc5855466da464
SHA1: 90c7bf9f4682fbebae14d5ec73c635ef1c9550fe
SHA256: 678c03a358637df28c3dc1f2288588208d35bfdbd1963e7a865f9fddefb3af8f
SHA512: 27818eac58a80ce2e4f2861d8181d78e400a31d140e569afccc2fd363d3226e914c9f745f5918e0acdf45cf382c918b304004fb2eeb0b728245d5a613fb08da2
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: 42
Maintainer: Tanguy Ortolo <tanguy+debian@ortolo.eu>
Architecture: amd64
Source: libasyncns
Version: 0.8-6+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/liba/libasyncns/libasyncns0_0.8-6+apertis1bv2024dev3b1_amd64.deb
Size: 12104
MD5sum: b6f248db1247a52bf264cafe47ea3154
SHA1: c1944bdc4f129baa752a00169dad29a56e3b7f14
SHA256: d68ac5a007e3ca42d64258d461df8d75d7bf3e0867559b92b76e10151e560e36
SHA512: 9e1be0868a6f0bad6f436f317b4b292bfa3559a723a3376ee0404b3c10c2bc294c45b263aa27c225da90bb34f724451cdf9979ba9498f21dbcb9f02d8a875bb7
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: amd64
Source: libasyncns
Version: 0.8-6+apertis1bv2024dev3b1
Depends: libasyncns0 (= 0.8-6+apertis1bv2024dev3b1)
Filename: pool/target/liba/libasyncns/libasyncns0-dbgsym_0.8-6+apertis1bv2024dev3b1_amd64.deb
Size: 24360
MD5sum: 5d16d95918a10669c89faa70f60d4fab
SHA1: 6a9888072aad9c5195d244b48273d7efb0f49000
SHA256: 53e1497fb833cc3a4ce8af2b90236ff966ef1d1611081fd8ad6ed7875ecdb451
SHA512: 8b36187dfa26d66cfd93002939137b82373f8fd9f030d2e3d957a6a7c49f35da57839a44ce3d45ca12ddf2dc4a9da465e6be8d410e4bb41fd905a7005b04415e
Description: debug symbols for libasyncns0
Auto-Built-Package: debug-symbols
Build-Ids: 08084c3e14b5b058ab10d1a7f1e6b651ca8717f1
Multi-Arch: same

Package: libatasmart-bin
Priority: optional
Section: utils
Installed-Size: 45
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 9032
MD5sum: e6ece74e6fe789e13d784c012d6df6db
SHA1: c2beff5a38d33f99ecd6fafd5abe6292346143d2
SHA256: 608bc86e6944999e5bf1bbe6184b4e041c8280b3291000718fb7a786f33e3e92
SHA512: 6e5682f93ea2b3d24bfda1ea6635edf456ab6feae31e9cda9f953c1764b810c68af6b04dcd1870e874f93e5c6e83445761ae71fb273e5e4b936e7353cfd37def
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: 34
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 13224
MD5sum: b9fe06cb2b9574905606544acde5ec59
SHA1: c39a6c6769b196f28e3bd27ae7ffb712217d829e
SHA256: f614944fd86bef5b505df763b90321591061b66e7c4a4097e70cbb6c00bde8fd
SHA512: 5db61fc0ea6af89544770118a24340b5ca06bc3ca5aeb32b0451d85c7ce1027eb85fe6474df2bdfc2f576a2fa19d7564549349e58cf69be066b706dc8373c8e4
Description: debug symbols for libatasmart-bin
Auto-Built-Package: debug-symbols
Build-Ids: c919dd0bbd400a30dd7609e7ee927a25d3947925 de7a8d5fe231494d976d12d3f9df585814aa36c4

Package: libatasmart-dev
Priority: optional
Section: libdevel
Installed-Size: 37
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libatasmart
Version: 0.19-5+apertis1bv2024dev3b1
Depends: libatasmart4 (= 0.19-5+apertis1bv2024dev3b1)
Filename: pool/target/liba/libatasmart/libatasmart-dev_0.19-5+apertis1bv2024dev3b1_amd64.deb
Size: 7208
MD5sum: d5a2c599e882c55b70bf599ce02992f8
SHA1: 3733e525b19e595a1ee7116c302d3a36d5e7a9c0
SHA256: 0b14b16bee9e24cb88b8df7ba151c8548a2284ac2060b64b52796f37ac6cfea4
SHA512: 45caaec66d58c5785a41ca64cdff0b3013a0e7e6a6f3201f99cb6eac00e1854fcdc61bd2c8260792e95f9601a3af5d15482f5b40d206d6d4282a771385825d61
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: 80
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libatasmart
Version: 0.19-5+apertis1bv2024dev3b1
Depends: libc6 (>= 2.33), libudev1 (>= 183)
Filename: pool/target/liba/libatasmart/libatasmart4_0.19-5+apertis1bv2024dev3b1_amd64.deb
Size: 22464
MD5sum: 45ca657c8dc3d95253d670a61ce04bd8
SHA1: 9151a4f89c52820ae7ae2b3c3a0748c6e6ae49f0
SHA256: 4990a4f466139251e747467cbc202ee34eae49ac56eaf11076c1ccb6ae11eafb
SHA512: fde8b9a9e6191ed2b36d8267397d6d9f8f7bb7038cfee26618a846ba0a7c76e0f582ac1c0d41082c69a00f7f870c24220e3be7c0fbcad76b7158e35ebd381d87
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: 62
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libatasmart
Version: 0.19-5+apertis1bv2024dev3b1
Depends: libatasmart4 (= 0.19-5+apertis1bv2024dev3b1)
Filename: pool/target/liba/libatasmart/libatasmart4-dbgsym_0.19-5+apertis1bv2024dev3b1_amd64.deb
Size: 45876
MD5sum: 4e41ed15ed763715fbdfbd36fb2d20e6
SHA1: 5353c0be0751936526b3a6afd40920b9b5735e2b
SHA256: 345615ec7c5720dd95fec87a564ca96269d64c016b6a6fbc464d2beb8858e0d2
SHA512: b212544c324ebf8abe19edfa43598a916a87cf43e6bb1b760621b5f030b66f99b68566d3002d5a6d651148600bd8c2cdb045b21326517b39946a08b7145c1883
Description: debug symbols for libatasmart4
Auto-Built-Package: debug-symbols
Build-Ids: bd684786e11b9e67dfa159d4e5dcc08c728128b2
Multi-Arch: same

Package: libatk-adaptor
Priority: optional
Section: misc
Installed-Size: 59
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: amd64
Source: at-spi2-core
Version: 2.46.0-5+apertis0bv2024dev3b1
Replaces: at-spi
Provides: at-spi
Depends: libatk-bridge2.0-0 (>= 2.46.0-5+apertis0bv2024dev3b1), libglib2.0-0 (>= 2.62)
Conflicts: at-spi
Filename: pool/target/a/at-spi2-core/libatk-adaptor_2.46.0-5+apertis0bv2024dev3b1_amd64.deb
Size: 11780
MD5sum: 4c6d52b78aab365c9067001e0b2d16ed
SHA1: e51e3a755de702a3e466477eae0f641c62ac3306
SHA256: 461b1272e6fb646a3c397f91ecb2f893f0107f35ce130536790669375a6fd1e8
SHA512: 3f8f9e72dde1c1ea92abbdbfb7abc6dfa3ec8aaf6f4c34f59d46a8d080c4bd39238ddb31257238e5d6e2f04282c54940ee1108b4f79fffa250f1010a80d0357a
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: 16
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: amd64
Source: at-spi2-core
Version: 2.46.0-5+apertis0bv2024dev3b1
Depends: libatk-adaptor (= 2.46.0-5+apertis0bv2024dev3b1)
Filename: pool/target/a/at-spi2-core/libatk-adaptor-dbgsym_2.46.0-5+apertis0bv2024dev3b1_amd64.deb
Size: 3428
MD5sum: b967a309fb65832e9f567f16ad116b0d
SHA1: 86c243eae8e7debd527ac841d1a9ac35bb23c6b3
SHA256: ad09795318747c3af7b337d84a24940c5c4819a829a281b2a76f654dd3f5b529
SHA512: c9406b73c8d1abc130748bbc92db0010a2a5afe4172e2288348981bdf30c6ed36f59958788b82930fee558fb9d050c25fe16f735cdaabb5f196761861216fca5
Description: debug symbols for libatk-adaptor
Auto-Built-Package: debug-symbols
Build-Ids: b3aa46d5f85e3577d9c5d2e4c4f0cb8cde9de9bb
Multi-Arch: same

Package: libatk-bridge2.0-0
Priority: optional
Section: libs
Installed-Size: 279
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: amd64
Source: at-spi2-core
Version: 2.46.0-5+apertis0bv2024dev3b1
Depends: libatk1.0-0 (>= 2.33.1), libatspi2.0-0 (>= 2.9.90), libc6 (>= 2.7), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.62)
Filename: pool/target/a/at-spi2-core/libatk-bridge2.0-0_2.46.0-5+apertis0bv2024dev3b1_amd64.deb
Size: 66844
MD5sum: 595b70f4634422fcbff5a40f514085d8
SHA1: 3a25d1eda439294f5180ec9abad158e38cf25b97
SHA256: 23a0f319bd05ea5d383b21a62d2b49ac771083935dc71a827825cb6d837425a4
SHA512: 0220760fa4db6b987229ef8d76b7afbd769c6bff886e740d5bc3ca37be2bca2a34ebc4de344b366922f1fa6e9c0c0873e00ad2cb796b371b66a17d62c6c4bdcd
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: 230
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: amd64
Source: at-spi2-core
Version: 2.46.0-5+apertis0bv2024dev3b1
Depends: libatk-bridge2.0-0 (= 2.46.0-5+apertis0bv2024dev3b1)
Filename: pool/target/a/at-spi2-core/libatk-bridge2.0-0-dbgsym_2.46.0-5+apertis0bv2024dev3b1_amd64.deb
Size: 188272
MD5sum: e6811ae2b8c9c55cdd0ba1c2e1d919c3
SHA1: 6f06aecd26220525a45bac0da1f584c81c0786f0
SHA256: 788188f31acfb631a7c7f027bcf384a4c98a45603132a68064c657d3a34f238e
SHA512: 64e5e502377ccc876be415f1a785a2dc437a29ab04a9b034e85e0f414e2dbf72fd56a92ab82ad60f241510a6af0a55ac21cadf1b7ad3cdc64933baf86935e50f
Description: debug symbols for libatk-bridge2.0-0
Auto-Built-Package: debug-symbols
Build-Ids: ea1aaa790897922b3a0533f8e9f716e4961e4ce3
Multi-Arch: same

Package: libatk-bridge2.0-dev
Priority: optional
Section: libdevel
Installed-Size: 34
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: amd64
Source: at-spi2-core
Version: 2.46.0-5+apertis0bv2024dev3b1
Depends: libatk-bridge2.0-0 (= 2.46.0-5+apertis0bv2024dev3b1), libatk1.0-dev, libglib2.0-dev, libatspi2.0-dev
Filename: pool/target/a/at-spi2-core/libatk-bridge2.0-dev_2.46.0-5+apertis0bv2024dev3b1_amd64.deb
Size: 10132
MD5sum: 1fb09c3c5e9d9482fad350e94b0a522e
SHA1: 2dbeeae5769c3e46cf4135aa9419e4a21f692fc5
SHA256: 7017f867f5e0151831c076332b9c65970b257c1ae9978a2d62147cef885aee98
SHA512: 9d38b66cbe539b2e6d60205130e99f5066f85e21c96ae1af5644be4932f4cd2664e0105ecafbedc908b685704fefe18b2b4a25c3d5619e6f492d25aac93606e8
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: 205
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: amd64
Source: at-spi2-core
Version: 2.46.0-5+apertis0bv2024dev3b1
Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.62), at-spi2-common
Filename: pool/target/a/at-spi2-core/libatk1.0-0_2.46.0-5+apertis0bv2024dev3b1_amd64.deb
Size: 51892
MD5sum: 66f54c772b5e0f16004e8f66a5c30878
SHA1: b6c8f382ca467e5ba732b223585ae49866c3b342
SHA256: 703545c203fa7bc029211978f048ceacc6eb8e1dce456ef3dde1ea899ff49e8c
SHA512: 8d84d88c97f236f0dee197298fa83a7d0157f2072c720b3bc51c04acdd3bf03ef2aef870c32c17fa344c2039d5d1b8cc4627e7246552124c191d12feffce9cb2
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: 177
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: amd64
Source: at-spi2-core
Version: 2.46.0-5+apertis0bv2024dev3b1
Depends: libatk1.0-0 (= 2.46.0-5+apertis0bv2024dev3b1)
Filename: pool/target/a/at-spi2-core/libatk1.0-0-dbgsym_2.46.0-5+apertis0bv2024dev3b1_amd64.deb
Size: 139804
MD5sum: f0020ad1043de88ba85469c83a029a60
SHA1: c0897d024106fc1e1250f3591ad97b6a340a114d
SHA256: 981b94f33de239c8e050933501b89b5a6ef765b2e3a0902189f2b133bfb148fc
SHA512: 0fcb3fa75929d194ce56f97008fed5417e0c08f51191fec89bcbb6742eeef9862148d0ca2e5b71e373e56ca743b5b5d22b7c7e3da780f4566b0107537feef009
Description: debug symbols for libatk1.0-0
Auto-Built-Package: debug-symbols
Build-Ids: 73f2614aa4844ed0dbe0d3a802f899ba7d88edca
Multi-Arch: same

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

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

Package: libatomic1
Priority: optional
Section: libs
Installed-Size: 47
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6 (>= 2.14)
Filename: pool/target/g/gcc-12/libatomic1_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 9532
MD5sum: 64561b40a7bf271813440fe6381d7b98
SHA1: 74d16b42747145f9d190fd9b563a84b2bb3def95
SHA256: 5ebfeae378d3f292d9012db47f52781926e472bcb2572a7a9807fb927368d4ac
SHA512: efac272e1f7ab68e21d2f27d063aff68a9f1a880ede04680e93718927f038133a94c104a9bbbf0851575578f2cb8667a19afa96913c5b0788a050e21ee15cc44
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: 54
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 31484
MD5sum: 151cfef3e6559d76246723db47824a8b
SHA1: b75e857fc81ff079b66988f9fa37809c393d0c16
SHA256: 78d7d536c1bfdc96a6ff5dfc137a513267d4793f48b96399284ff3c46c2f86e9
SHA512: 8f51d45020aa42310832a4d6de5b531838a850246f443547c50746b359395a1a4bb395412df6ee13f61c1fe8e8892431f255839ee860260f2a8830ebed556c97
Description: debug symbols for libatomic1
Auto-Built-Package: debug-symbols
Build-Ids: 038a7ec6cef1eac0e7cb5f3c2359a9d66ed34d21
Multi-Arch: same

Package: libatopology-dev
Priority: optional
Section: libdevel
Installed-Size: 57
Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>
Architecture: amd64
Source: alsa-lib
Version: 1.2.8-1+apertis0bv2024dev3b1
Replaces: libasound2-dev (<< 1.2.1.1)
Provides: libatopology-dev
Depends: libatopology2 (= 1.2.8-1+apertis0bv2024dev3b1), libasound2-dev
Breaks: libasound2-dev (<< 1.2.1.1)
Filename: pool/target/a/alsa-lib/libatopology-dev_1.2.8-1+apertis0bv2024dev3b1_amd64.deb
Size: 16108
MD5sum: 4978fedcd1d89af1e1a3266e5c8ff48d
SHA1: f18bcc4ee750adba64fd845d27f71b0348f5baf9
SHA256: bfa3c29bc65cf5d62e8d61cd6015b44a9b787c59527bfa0b6e412cf902544425
SHA512: a46bf3b3b34a2815bd1c2352985e1102f5190bb09a69bd14072905d0145313f1035716a50774f65b2d94a3aa626f991e2a365ef8528f5c48e76e85cc195bd1f6
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: 137
Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>
Architecture: amd64
Source: alsa-lib
Version: 1.2.8-1+apertis0bv2024dev3b1
Replaces: libasound2 (<< 1.2.1.1)
Depends: libasound2 (>= 1.2.7.1), libc6 (>= 2.14)
Breaks: libasound2 (<< 1.2.1.1)
Filename: pool/target/a/alsa-lib/libatopology2_1.2.8-1+apertis0bv2024dev3b1_amd64.deb
Size: 52952
MD5sum: ef0030be3e2dc220b0beb971399ac7a1
SHA1: 042c3c9e19f8ab3fecde2b30c9b4852af233dae2
SHA256: 5bd99ecfc88fbe10d426a316fb2f91c938dc75fba80628849b45180cfb88b8a7
SHA512: 771cf65470f854d084ff9bf4c6519003378ac42cc15cd758d5ae6575468b7847773941d2c7b87f62d3e8f796493b7d317cac8a69598bb455433465b4ebd3d2ee
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: 148
Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>
Architecture: amd64
Source: alsa-lib
Version: 1.2.8-1+apertis0bv2024dev3b1
Depends: libatopology2 (= 1.2.8-1+apertis0bv2024dev3b1)
Filename: pool/target/a/alsa-lib/libatopology2-dbgsym_1.2.8-1+apertis0bv2024dev3b1_amd64.deb
Size: 128880
MD5sum: 95e9c1e4f20607496dac211c496f600c
SHA1: a184aa88e48baae67882d6c66135b2846994fa69
SHA256: 8e1b5a2f9456cce932813f2c537ba719af8f67e655743a2269ec09dad78fcd9d
SHA512: 439c7869de388ca8c775b402ac476675ab686483d0c69e162baccd43aafe101c8bb3a7dc1a663c857c4f373659ca7b458292d9a629dd64225d2e186cc60db7b8
Description: debug symbols for libatopology2
Auto-Built-Package: debug-symbols
Build-Ids: ef973b729f90fa82a092f11ff1337253f814c2d0
Multi-Arch: same

Package: libatspi2.0-0
Priority: optional
Section: libs
Installed-Size: 266
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: amd64
Source: at-spi2-core
Version: 2.46.0-5+apertis0bv2024dev3b1
Depends: libc6 (>= 2.7), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.62), libx11-6 (>= 2:1.2.99.901), libxi6 (>= 2:1.2.99.4)
Recommends: at-spi2-core (= 2.46.0-5+apertis0bv2024dev3b1)
Filename: pool/target/a/at-spi2-core/libatspi2.0-0_2.46.0-5+apertis0bv2024dev3b1_amd64.deb
Size: 77564
MD5sum: 00c695880d042a22a3c8caa4fdee1db9
SHA1: db130dffd4eda81ede31f3f1065292179b3e7135
SHA256: 96f59c4ce6ec3f499bebe84b87920165e871c35d548310155e143c056bdb1bf1
SHA512: 7423e54973690eecdeab4818b4a271c0584ad75da0544dde2dccb27a7684b989fb456e1a972d99f3b0f7195f47b6b21020d91961fdc29f9a8123954cbd8a3ca1
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: 253
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: amd64
Source: at-spi2-core
Version: 2.46.0-5+apertis0bv2024dev3b1
Depends: libatspi2.0-0 (= 2.46.0-5+apertis0bv2024dev3b1)
Filename: pool/target/a/at-spi2-core/libatspi2.0-0-dbgsym_2.46.0-5+apertis0bv2024dev3b1_amd64.deb
Size: 205632
MD5sum: fc34177b337dd5ccc00ea31a54e6bc7f
SHA1: 70b7e55f6c88a922d131543b362ab749d0a29b1d
SHA256: 651ce8d3dd1e168fb6acd975c2351af4dc84074c1e5af6037b73538c7af8dd1a
SHA512: 6015171b6d9206b41e5b61f9146691b4bf681d0cf8d694eb4b96f55c0841242e9ea547f3dfc6c6520e9408d39e7cc7efb62cfae57a085a00ac20a4d91b5cb853
Description: debug symbols for libatspi2.0-0
Auto-Built-Package: debug-symbols
Build-Ids: a572a5521bab1a6f565b899cba80298a3abe216a
Multi-Arch: same

Package: libatspi2.0-dev
Priority: optional
Section: libdevel
Installed-Size: 796
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: amd64
Source: at-spi2-core
Version: 2.46.0-5+apertis0bv2024dev3b1
Replaces: gir-repository-dev
Depends: gir1.2-atspi-2.0 (= 2.46.0-5+apertis0bv2024dev3b1), libatspi2.0-0 (= 2.46.0-5+apertis0bv2024dev3b1), libglib2.0-dev, libdbus-1-dev, libxtst-dev
Filename: pool/target/a/at-spi2-core/libatspi2.0-dev_2.46.0-5+apertis0bv2024dev3b1_amd64.deb
Size: 78224
MD5sum: 90052dfb0d0d34bbfc170b7a34f257f1
SHA1: 033509c33f43937bd3811ffba5c9f49dd5cacbde
SHA256: 6382fe607be7ae0ec61751c4ca1fb78689f0d72488860db33a186274c700ec95
SHA512: e78aa0fd20d2785405b96c28b748f765076f75fe8bfb5d1306ab329969b567d855b6bbada3941b75a56b1e36b8d4ca248c970214d70e885af0260c63a9cb0d3f
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: 59
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: amd64
Source: attr
Version: 1:2.5.1-4+apertis0bv2024dev2b1
Depends: libc6 (>= 2.4)
Filename: pool/target/a/attr/libattr1_2.5.1-4+apertis0bv2024dev2b1_amd64.deb
Size: 22476
MD5sum: 8dc7892c0558ae6e56e465501a05bf43
SHA1: 07a2ccdbd218208afe70e20917a0c67000140d94
SHA256: 6c1a133daaf3867a3e5cee3cb388fd0ec7c51f240b59540117699c65747b15ca
SHA512: 467920eabea4cadad135ccc85fa5b3183ac00cdce457b32ceb986d89e50e75212ddba977575364bf95dfe5312fb2466f5733b0034453b38a5fa9b66f0ea74f62
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: 34
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: amd64
Source: attr
Version: 1:2.5.1-4+apertis0bv2024dev2b1
Depends: libattr1 (= 1:2.5.1-4+apertis0bv2024dev2b1)
Filename: pool/target/a/attr/libattr1-dbgsym_2.5.1-4+apertis0bv2024dev2b1_amd64.deb
Size: 19700
MD5sum: 26d482ca8c98f6d6142f4d4db0e2ad7b
SHA1: af8a9ddf0029d7a9ad42fb735ad3c55d27e3ba86
SHA256: cf814cab2b8b16ae56e811b6e0ee1ebd40461bcd997e398edcf34779b851da91
SHA512: 267991d861c934966d03b5fa8bbb295de9b3d65213113288cea7f2deec21ca460df5c83f27d639718d70f1b9cba8d599bcd4d8f3bf7878a04128b77049f99ae2
Description: debug symbols for libattr1
Auto-Built-Package: debug-symbols
Build-Ids: 831b812d7920de6d5df5e1d6e71a9948b2b21144
Multi-Arch: same

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

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

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

Package: libaudit-dev
Priority: optional
Section: libdevel
Installed-Size: 273
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: amd64
Source: audit
Version: 1:3.0.9-1+apertis1bv2024dev3b1
Depends: libaudit1 (= 1:3.0.9-1+apertis1bv2024dev3b1), libcap-ng-dev
Filename: pool/target/a/audit/libaudit-dev_3.0.9-1+apertis1bv2024dev3b1_amd64.deb
Size: 83964
MD5sum: 401d0b9507cecf29614106a447e46794
SHA1: 87212e9cfd123a16dd709cee7b1fd893609fb256
SHA256: ed83fd86772e0a8c8f44c48756195833405f1e00d7f6b467a960cf3c544fd3d8
SHA512: 8ed33fa8b657d66f94c7ad2510490ea1a343ff4b2d089a706bee6382fd261c75f684057f03c62c38558159b802c8d054e864cb8402276e1af485581f15e15433
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: 154
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: amd64
Source: audit
Version: 1:3.0.9-1+apertis1bv2024dev3b1
Depends: libaudit-common (>= 1:3.0.9-1+apertis1bv2024dev3b1), libc6 (>= 2.33), libcap-ng0 (>= 0.7.9)
Filename: pool/target/a/audit/libaudit1_3.0.9-1+apertis1bv2024dev3b1_amd64.deb
Size: 49688
MD5sum: 5ef36aa1a4d57bac0b5d9d788b75fa9f
SHA1: 4ef5e54cf86962247eeb6bb6532a5daef03a5206
SHA256: 7395e8829c6c454128450adac89a253f61abb24e65243f975d2e13f2838d0e6c
SHA512: b371482394f22b5c366d819e69a1127165c3a1c4b40018c090d81ae1bffa95ce019d13962c5ed2af84ccd8e161d156b7d235183747c9ba732aa2bdcd039f6aa2
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: 84
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: amd64
Source: audit
Version: 1:3.0.9-1+apertis1bv2024dev3b1
Depends: libaudit1 (= 1:3.0.9-1+apertis1bv2024dev3b1)
Filename: pool/target/a/audit/libaudit1-dbgsym_3.0.9-1+apertis1bv2024dev3b1_amd64.deb
Size: 65140
MD5sum: 5a66d15139d5bec4c2ae9a859918037d
SHA1: 9ca9476ef3af0b7b581c51c0347f9342b0e39092
SHA256: 021b1a9d9721c7729f7d42daacf126b4e110b78df600b3a793baa48bbaf5ca7a
SHA512: 19ab6323f121c45616db8219c216f42a79c7c8f52a0d214b5afcaaca15a46476da66bff40b0bfb5f773dbaded37f4357cde7bc850451c38890695cd577831b75
Description: debug symbols for libaudit1
Auto-Built-Package: debug-symbols
Build-Ids: 69e466a45f821ac0e46110af1abf82e1a2fad971
Multi-Arch: same

Package: libauparse-dev
Priority: optional
Section: libdevel
Installed-Size: 344
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: amd64
Source: audit
Version: 1:3.0.9-1+apertis1bv2024dev3b1
Depends: libauparse0 (= 1:3.0.9-1+apertis1bv2024dev3b1)
Filename: pool/target/a/audit/libauparse-dev_3.0.9-1+apertis1bv2024dev3b1_amd64.deb
Size: 101852
MD5sum: 1d046c77d5edb3eb00b3b958dbf711fd
SHA1: ebb78e8f9bf9fab951a0a2a56e7aa24e89fbe1b8
SHA256: c0943d84233d00869080917b453c3ebc278784624334f05f454bd8b611251c4f
SHA512: 72eeef2b52a8ce9ae02bd4368f18f84568ad4688e0295c60351fbd0d1dd20113569cd2662fc29d582a18e27af783f1eb4b2b5cf135d07c38a1c833e080e8e931
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: 172
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: amd64
Source: audit
Version: 1:3.0.9-1+apertis1bv2024dev3b1
Depends: libaudit1 (= 1:3.0.9-1+apertis1bv2024dev3b1), libc6 (>= 2.17)
Filename: pool/target/a/audit/libauparse0_3.0.9-1+apertis1bv2024dev3b1_amd64.deb
Size: 64960
MD5sum: 42b54ea55f0d8f5371ded9b17c4df3c0
SHA1: 0f809725747997fc2bddd534b0b81621b4e4abc7
SHA256: 37578d258b89fa6d568822f9354fa290ac6a422f0df665722e9a5d1d74b8dc57
SHA512: c9e9d7797eda9a909a1a2e471756e3a372ce6a0cb018ae4c9907c4af3845b5cfaec1d213e28279ee8f05e10dd2012685d02fea8625c3f965d7b0e2fe2fde8041
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: amd64
Source: audit
Version: 1:3.0.9-1+apertis1bv2024dev3b1
Depends: libauparse0 (= 1:3.0.9-1+apertis1bv2024dev3b1)
Filename: pool/target/a/audit/libauparse0-dbgsym_3.0.9-1+apertis1bv2024dev3b1_amd64.deb
Size: 164488
MD5sum: 746946ec5ccb011504a55a2618fd3277
SHA1: 7bf973e3d53edea0c58c480183ee950eb157f0b0
SHA256: 90cce9aca687e496954b16f63a504b3a6ed2762112047d17898752978c8b0590
SHA512: 7c3602bafa569da8932cade3c4d7123759614a3ab513590cd4245ad3b0e1963ede4d7568230ff00291f1027cc45b0e90c719c2ded5fd812a2ccdb720a1a4ac9b
Description: debug symbols for libauparse0
Auto-Built-Package: debug-symbols
Build-Ids: 40b79874eadb547a07ffdd0ad1bc6e19523df477
Multi-Arch: same

Package: libavahi-client-dev
Priority: optional
Section: libdevel
Installed-Size: 211
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 56392
MD5sum: 28ceb12cb6fa94a63b652e15755c4c76
SHA1: 319dab36006b17097cb36c46fac4519530505480
SHA256: cfb5db1abd9f08ab136fcf75fbb89b4806227ee6b958100f077a2227b0a5c025
SHA512: 3aa96f5436f04d97574c53aa20c4ef6715e97f0a8964614fa9b7663e07c39befe020c8b0e7e2ba52a08449e1a76c0e42c5536e865ec0bcbd7fc8b74ecbb51312
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: 120
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 48012
MD5sum: 76abaa4eaf85428146c36fbea1c6bb3a
SHA1: fa64d1273ee1fe4215b5a374592a3378ad2c9d3a
SHA256: d7e985091f0f5e932847ab5efbdc39f61e1341ba72e3cab36af41e6e2e50dd32
SHA512: 5f0e4f7b291f7ac23a76f681010d86fd0a8b3cc6316234d88048aa8781d9159a12092edd4c214f1c979e1d08407e85ab6f61b95ee75b00578be0fb05d5d02f1c
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: 84
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 64376
MD5sum: 93f6c1ab9f2e38501f14c359fa7ead8c
SHA1: 107757b32e0d7357b1764cedc94234081ab59392
SHA256: 7cd5d622f1a551cb9711a0fe4ae16173eca41b6affb3c953da79724e2db020d3
SHA512: 60078bb8f4646a04f1abdc77d4770bbc18a7b7ef8171121a0c2cef8321bc118fdd88c0e30ee94f1e6b4c42adc3beaf63655aef04555d0e6045a7e3fa5acfab75
Description: debug symbols for libavahi-client3
Auto-Built-Package: debug-symbols
Build-Ids: 449b919e616cd07ebf86b26831d029ca58ba5259
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: amd64
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Filename: pool/target/a/avahi/libavahi-common-data_0.8-10+apertis0bv2024dev3b2_amd64.deb
Size: 109332
MD5sum: 261254a135001c3312af807d36888585
SHA1: b3d720b2382b4612dccdadb14637410689388373
SHA256: 2391893a152d60dcd1a8c936c571a973ecad930c6a60ae4e920239b83a9f4ac6
SHA512: 36ceeb3522354cebe3d8c4fd5cc49dee45c1c0ac8af9bf11056ac355aefbd312931d80ebda0892e1197dccde0490fb146bc41b459f5305cdde9adc49532ab8f9
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: 201
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 59136
MD5sum: b3028c5511725bce8022c70106b5f6e7
SHA1: 59646dd9b863db9b1852c2545d394449a0891207
SHA256: 4303453dfe8aa11fc15d2b575711d74cbc2a0676c54ccfca328e6fdfc1b22c44
SHA512: acc20b41d8577e31abdcf44e278147955f393ad6f5c2b62a1f767360cfa5f63b5ca85707c901ba12a058686476092fc2f08d45a078dbb3724e51330d173eae1d
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: 97
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 44316
MD5sum: 6036d198c908fd10861338bfb4217764
SHA1: 291b488c809fa1943ef1e4a07102e8f63e779651
SHA256: b4a285ed77d540d3b79a3aa0237ad807c9a09a24cdb331f9f17d45a06eebf1e1
SHA512: 1f781936f2d022fcd17b3c62aec32a3599cb9082c9b2f08250ef1a2c963502981ae7b146158d92fcf069965c83d2a278203bb44f78cdb00956e328659cf3bff5
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: 67
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 47640
MD5sum: 06b8a835410f5327c8dcd9b9c4cafe7b
SHA1: d359d76189ba1de86a8c9223e03f7ff2f3812b5b
SHA256: 81a10d4d3f8168d924184f6ccd24800ba90e0eedd2777bac07ba4d9032d5eaf2
SHA512: 07429f095704282f8147b340ffa7eeaa809d278aa8219d1948437b77a6b46998cf57829220cdae76f234604cc15594795eb7a6dadf9722e2a41e08505636b579
Description: debug symbols for libavahi-common3
Auto-Built-Package: debug-symbols
Build-Ids: a57f0a0ae1f9f9f8a412f83a2a07a2fca9851ce7
Multi-Arch: same

Package: libavahi-compat-libdnssd-dev
Priority: optional
Section: libdevel
Installed-Size: 171
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 53512
MD5sum: 5edf0b9fa4f9111b16dd633660ebcb0f
SHA1: 0b15a4525b8f157f7e7293d53afa680248be8c41
SHA256: bc24be5329d895ebbb5f2f37200af61f3fe721a2c205e9ee9f096ad2ca952c11
SHA512: 7732b68bcdaa4d58ca2f85f6985783697b151f5f12b06f791d1d50ac209b6bf844a61c781e41d748309ab8e8b9ae79d3a6cc51140993e160706c018ac73492ef
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: 85
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 38852
MD5sum: 7c61f9ecb3b547cabb30e6dc53b007ab
SHA1: 6488930526cebd7372f2138e8dd082836cf96740
SHA256: a42357fc758ef892ec5e6e436c607479c9ff7306a688872ef4b3bc7f4ad610be
SHA512: d0c6ddac701bddc6ca9ddeb2afc6bf9f7f76b8870dedf4aeb8f7d493191b96efd06e990cda2ec03ec35d57b21bbbe3976635646d9858ca6f7756812e16750f73
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: 58
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 40712
MD5sum: 5f4fb5cae037b7aa3eab2778f0120e04
SHA1: 5f4807f09429eb3d6316bcc8f4d04d604857e02a
SHA256: 1f84969bd70556eef29619ba0dd046792b2804675c2c22d115c90a36ce4be943
SHA512: 2059f04baab5891152d7f114c65ab0e308758316d31a5ae3f6217bb2afc87d22f44fcc3706d9d88f975c451f81fef2749138861de5a641c2052f77444906c7c3
Description: debug symbols for libavahi-compat-libdnssd1
Auto-Built-Package: debug-symbols
Build-Ids: 3f85e364c74f6e932b917f7a04b77d5279c79ca1
Multi-Arch: same

Package: libavahi-core-dev
Priority: optional
Section: libdevel
Installed-Size: 576
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 127420
MD5sum: 863532168451630fd72d0228e025247c
SHA1: a4e722a15e51f07d3dc912d0160db68d759fe635
SHA256: f34193df324f134460c25939de600c156ec29b35c517a8896b85bf2a79a83ef9
SHA512: ca45aec3060ed5f8e5da79ff841e441e907742df0cb08f3aef4dc3fb754e2aa7e19372c84786cc3a4939400b9449b60289f1804de2150bb098c5ccce3c02dd73
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: 278
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Depends: libavahi-common3 (= 0.8-10+apertis0bv2024dev3b2), libc6 (>= 2.15)
Filename: pool/target/a/avahi/libavahi-core7_0.8-10+apertis0bv2024dev3b2_amd64.deb
Size: 105592
MD5sum: cd6ada164f732863ac5ec15eb917adb1
SHA1: 44fc326ff3b38b322612be4970ad25d853ac4cc8
SHA256: 2fa8d65f83bb8dd9ce0a8efc432b5776dd1db9c30a784ee9eb2549d51bf6e6fa
SHA512: 662f8d911706062ae3356d404e18e8f6bb1165242447046ec47102242a1d5b262d2b9fc7d786620f231d5b0da1159247f7ebc6b5742740f93e08d7427b78b076
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: 295
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 257908
MD5sum: a731898c3b33958a006c012ebea10be0
SHA1: e8d90f41e19b2dc85f970deb4e57df218ce26a84
SHA256: 7d47d022989d178b5fee2be20663d8a16b84edc527d57628c8a7666894875f1a
SHA512: 6228b5ebcde6545c47bd22fe97516a9d0424ffa06161254dab4c036a16b242e3b5c9ed022fa4b80c305c789c7acc51326337b3413b66559e3ea531e222148279
Description: debug symbols for libavahi-core7
Auto-Built-Package: debug-symbols
Build-Ids: c69b9957f0e47b401dcea25f95110bc80ca57995
Multi-Arch: same

Package: libavahi-glib-dev
Priority: optional
Section: libdevel
Installed-Size: 68
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 31728
MD5sum: dd135a571426a13c8d4817ac64f9ff6a
SHA1: 341b91c71a1a0a5b53b64dec028ef098a341157d
SHA256: de1dd28691a2722bcb8b3a648ac0f8257fec54ded60464833b40688592961997
SHA512: ff6869fa1c4b8fff8f051b7377baff95ac0f66c8edebd3fb11922e196573b837a99e72e15bdd36d6bb1ae9f1184b746e815c7184bc9ddb0ba5f8229b2612bede
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: 57
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Depends: libavahi-common3 (= 0.8-10+apertis0bv2024dev3b2), libc6 (>= 2.2.5), libglib2.0-0 (>= 2.16.0)
Filename: pool/target/a/avahi/libavahi-glib1_0.8-10+apertis0bv2024dev3b2_amd64.deb
Size: 30044
MD5sum: 392c40037dbac375ed5da003ab94c201
SHA1: 75574c15effd35c022397a66f60568df97021fc3
SHA256: 9870cea9bf095d052d9366c7ce6484e57f39dc0e1d5416e73c69517c81d74389
SHA512: 54d0192444a3bda04f7c31f9f7c2c8dbb4dda039b3fdffd8ddcb243849607389efcff9324d61d91734623cc195e896c47b59a81e95c979ef28afc7a7a2bba0de
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: 27
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 12948
MD5sum: d18c703bf4c2e8773f3cdab84517f786
SHA1: 4346ee6c8d725859f63818adbb50459513d9f7ba
SHA256: 3ae2e767b9e1b8e95d0aa0d590a216352d9c95df1491924aa11d488db6c1a1e8
SHA512: be7d7b0d31162263a2f332e0acec69edc79c6b0799e59ad357d9cb4c7dfe50e4a1962d9194f5f496304e686bdd1714c43806d4d9b043d3458d4e3982fb72e87b
Description: debug symbols for libavahi-glib1
Auto-Built-Package: debug-symbols
Build-Ids: a34f15fc1d9a99bfcb9ee60025672e5b9402071b
Multi-Arch: same

Package: libavahi-gobject-dev
Priority: optional
Section: libdevel
Installed-Size: 217
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 47336
MD5sum: c5390e0abc8ceb1abfe58f1acdbae2c9
SHA1: 5ed2d97ce9abc1567bdfe917fdccf93e7c25c3b4
SHA256: 047f419c60fcd21990e8cdd9c2b6b07fb188efd82fde9ddb2729c2c37d498525
SHA512: c9442c5d3e514c2846bdbc407d5f263a4d65a600667d375c01de44db0daf6191cd71a064f0eb6a3d72af0c52e1c5e28f1c85e6141eeae2322d9992bc74b77c9f
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: 99
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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.14), libglib2.0-0 (>= 2.37.3)
Filename: pool/target/a/avahi/libavahi-gobject0_0.8-10+apertis0bv2024dev3b2_amd64.deb
Size: 39760
MD5sum: 3995091a97347a23a00d16f26b70a9ac
SHA1: 35d770f576b013213f610e3bf12a79d68b2497e0
SHA256: c7b3061a9e3104cdbe699671964e26bb415d286c9264c64e9af753791a387416
SHA512: 80d5b73391f8bb35d8648aefa651057c9bccfe2c1a6d04289344cc91f5942c4a6b64aa45452364ebd1d4e68e2d4e38dc359772e8fe9b08b2a7d94d37517d95e4
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: 63
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 43604
MD5sum: 303e0eba59452fa545a028706751309a
SHA1: 533583aafc62a30263f4d7c8b06a129dfd0a5e5e
SHA256: 022d8cd6f1a05f2d28de0c36423caa22e388b32f06d26d8154b824a8ddc60445
SHA512: 928b597cbb81458719e2b33465aa9ac10ffa781712e7a8fa9c5f8f625a03b66a18b51656bd62158b6024debe09430892a0ad34c0f93ec8c38276a715c7bc3d19
Description: debug symbols for libavahi-gobject0
Auto-Built-Package: debug-symbols
Build-Ids: 07cf89c252122307d90669c3df1f151637e4baea
Multi-Arch: same

Package: libavahi-ui-gtk3-0
Priority: optional
Section: libs
Installed-Size: 102
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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.4), 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_amd64.deb
Size: 41680
MD5sum: 44dc71e3b3307c9362c0017eb438d4d7
SHA1: c621a6285ef59acd684fb1b00264217085d58b6d
SHA256: b00133f60de4b22d2379feb68a9687d41e5ca9df744e6fed1b6a2e1a5c515a4d
SHA512: 59814223437e66cdd04820573c83a87fcad46442e0e5a8585b294e84ed3804fe83a5e576387c56ced20f75b14b0ac05d364788d41ec93853bb233628d5ee1344
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: 75
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 55296
MD5sum: 88b2e17b5bbc1e4840bf4b9bc3b7dde4
SHA1: 3267f18d770f473ef0d2e08bb57b16f6272b5714
SHA256: 81ea1822f40e140270333b55821ba6773d1a63f9309b010271d6acc0acef614f
SHA512: fcf54e4dbb244334cf7b780ab23bc5182d4ca31958a7d1365ea064c64999be87cd9d15767b9f1c1aa27645581de31488a52ef9c9527b0d628103958eaa429d3b
Description: debug symbols for libavahi-ui-gtk3-0
Auto-Built-Package: debug-symbols
Build-Ids: c2a83efa9a4d869a4622abd76bc9cc44f334eb17
Multi-Arch: same

Package: libavahi-ui-gtk3-dev
Priority: optional
Section: libdevel
Installed-Size: 120
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 41988
MD5sum: 83810f243eaa2eac649d69b767d2ceec
SHA1: eca09945410044d4e66e3d182dec11cc4caf241b
SHA256: 4ba10bac5f9f07b7c5a8a68c91f4fa857375c4a504e05ca3f9ef5e153d008afe
SHA512: 4a528a63ec73cd426e37a3bbd4394a12b7a12c6d1826687292bbb50602b40b4683bc7eae1f9b049e6f5b427f6e2b2f25d25e1f41a11c3e843657fca02513a796
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: 67
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 18196
MD5sum: 0f01ec4dfb76ac4e8aa39ecdb8162787
SHA1: 11106d41f44c1468ecbc79d4c99d2212ef94b5c1
SHA256: cea5416c787c7ee06dace1092355e92915812799a51f53b5dc94ac0277a51041
SHA512: a814011e7610fb52055120614e1a2144d550598e4a626c5fe80445bfcbd31e52e7c99b51f3de93d1f9dcd8d70a9a195cbe49ba2420d4aa9198cd86ae50331639
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: 56
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 35072
MD5sum: cab1449d7f1a21d33aedc4ab791935d8
SHA1: 2cc881e0af91a27b32661d9928ff5580eabe04e7
SHA256: 53a05ae7c5bef97b453d26f63f62132143b6f2a41b8afa4a5b1825698cd3fc3f
SHA512: f85f6a4171e8c0456748069356e9266257b22f122a50b15089d317bdff4d1b7661af99e84a4f96f60b25a796a900d2bdced1ad918d7514dac4e8d0378a61b9a4
Description: debug symbols for libavc1394-0
Auto-Built-Package: debug-symbols
Build-Ids: 0d991ff4d0f158a648b404dd0297eb2e216dd0de 6db501887227ad87540ece5b4baa6e88fdaad564
Multi-Arch: same

Package: libavc1394-dev
Priority: optional
Section: libdevel
Installed-Size: 51
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 11424
MD5sum: 27eea18eb7c8f686e531c095b5990ee6
SHA1: 28bcd1c30e98777fe09ea09a464f276a94a8e6c3
SHA256: 69f2c846f1bc6d75f40e875c6e33d759bc21665516acfb6358e7d2442d3b6c81
SHA512: b44bef483be0992a0cb1b1a0c0df2fe32e9c45447bb9cf9aaf2d36704bf9b2176446429b16babba9f62a5c37099eecbfaac0c31bc6a738a1ae4aff418b4d786d
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: 83
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 21008
MD5sum: 7579ff2beaa91e077a01317fda663eed
SHA1: db09959d9d5da2e01420e92b0b9386ad0eaac47c
SHA256: c158c4c08a042fb8b19f371ea544844e05232470adc4893dca31bd31af350e54
SHA512: 3e80200724c241d6673d8c20d5b6a5405a2071efb07f6b7fd6112b11ef88fe273db9744a57090d3c54bfc94ca507093d5504d17fda59543d29cabc726c4cf5a7
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: 49
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 20796
MD5sum: 1f5e247c117ced400f2a2c18a0b6c7e6
SHA1: 17de630dd8f94dbdec84345d7d29317d0cd5f74c
SHA256: 828c1fb6d65bd9a6e04ac915a41cf451ac844af2224b60293f5f3c22f2578438
SHA512: a03a07a00b29ada221349434b4674762b006210ca9ebd3bb89bf17470e6846b222d8ff3476bae3ed1dcef3679570083cff3652915187994b35bd08a83da424cc
Description: debug symbols for libavc1394-tools
Auto-Built-Package: debug-symbols
Build-Ids: 099b563c56354c8feae4eef2e5373f0e82d64004 397670dccfd8a7e56e8f18b6fa29b318f829a210 77bb04aa564484259a94bcbe65b366db5685924a

Package: libavif-bin
Priority: optional
Section: utils
Installed-Size: 162
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libavif
Version: 0.11.1-1+apertis1bv2024dev2b1
Depends: libavif15 (= 0.11.1-1+apertis1bv2024dev2b1), libc6 (>= 2.34), libjpeg62-turbo (>= 1.3.1), libpng16-16 (>= 1.6.2-1)
Filename: pool/target/liba/libavif/libavif-bin_0.11.1-1+apertis1bv2024dev2b1_amd64.deb
Size: 59228
MD5sum: 39b49ba9771d5a7a607a2ee80f81e9f2
SHA1: 756c6c2b6a3c140c6ea23b74d71256dafdc455d1
SHA256: a4e247fc8ea75909ecfd6ecd9988268a395e90d13081a5565ce4705d4f88bb5b
SHA512: 131364b848b443f99a1bdff180ec9ea2b9b626a878655ddea5eaed26d65690817f7cc355227ce666097cb7c0ab3652b6501a6f5a5f2c08d6acaaec98129d30d3
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: 155
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libavif
Version: 0.11.1-1+apertis1bv2024dev2b1
Depends: libavif-bin (= 0.11.1-1+apertis1bv2024dev2b1)
Filename: pool/target/liba/libavif/libavif-bin-dbgsym_0.11.1-1+apertis1bv2024dev2b1_amd64.deb
Size: 125184
MD5sum: 3410709eead6a4370d00d25acf5db629
SHA1: 60d43aa8570401eaa01e1efb2c6d52a83df7a85f
SHA256: 744ae6a4a349b49495b737ec94df0debf067361af89ff57c2b9d29dfcdbc1ce0
SHA512: b87671c56aebe95c6ffee6ca3e1954790dc0ab28e982ec2ecfdf18ac3cb34e196924124e99053b1382e02776fd909e7c83d30237f223e7e05c66580290e108c3
Description: debug symbols for libavif-bin
Auto-Built-Package: debug-symbols
Build-Ids: 5939b5485f966495c3d211ca2dd8a8a24a5a89be 59a9d2c349823c9e950ac64ab3745aa4e195b6cd

Package: libavif-dev
Priority: optional
Section: libdevel
Installed-Size: 105
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libavif
Version: 0.11.1-1+apertis1bv2024dev2b1
Depends: libavif15 (= 0.11.1-1+apertis1bv2024dev2b1)
Filename: pool/target/liba/libavif/libavif-dev_0.11.1-1+apertis1bv2024dev2b1_amd64.deb
Size: 41872
MD5sum: 716a1078a14bd7c65dbcdb007f78b9d9
SHA1: 576be89a04eed3e684a88da4f6269faa0791b8a2
SHA256: a9724232939b5528cc168fb53d8d466082fbe1a850671e35907cbc0b3e650e18
SHA512: 85c445f0f81c336659842895a3c8383fcf43b1d95837830b97ebcfb05da69fd79d0e68bad7aeb17d7f9d2c83dca3ba34e258237c410f7f096d9b2dbcefadb115
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: 61
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libavif
Version: 0.11.1-1+apertis1bv2024dev2b1
Replaces: libavif7-gdk-pixbuf, libavif8-gdk-pixbuf
Depends: libavif15 (= 0.11.1-1+apertis1bv2024dev2b1), libc6 (>= 2.4), libgdk-pixbuf-2.0-0 (>= 2.31.1), libglib2.0-0 (>= 2.35.8)
Breaks: libavif7-gdk-pixbuf, libavif8-gdk-pixbuf
Filename: pool/target/liba/libavif/libavif-gdk-pixbuf_0.11.1-1+apertis1bv2024dev2b1_amd64.deb
Size: 27588
MD5sum: 3f5346abd0763a0f584b31840aa4f57e
SHA1: 2d04bbc9471e1dc3795cb51fc2fe3a92d8cf2b21
SHA256: d8548b45e660f4f0e68bd96972aa003db40c6b2d58f4625482a8a7b5993881ef
SHA512: b24e6cc6590e4cc89d3daffc893843f58c6b1aa19fcb5d3fe677c8ec4ff449c1cd038ba67f8991ce903a9ae5eb9b16a1bfba4b617064155eccf6fe6fb2077218
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: 30
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libavif
Version: 0.11.1-1+apertis1bv2024dev2b1
Depends: libavif-gdk-pixbuf (= 0.11.1-1+apertis1bv2024dev2b1)
Filename: pool/target/liba/libavif/libavif-gdk-pixbuf-dbgsym_0.11.1-1+apertis1bv2024dev2b1_amd64.deb
Size: 16448
MD5sum: a1521908ca4013bc06444e2404cc8e0b
SHA1: 3ffaf7d32cdd3c7d03458b29e9fb0ae065d1ca6e
SHA256: f7e44d8e08b9dc6e278f667a2afb62303682d4c92db81dfc85d5d9abbcdbf68b
SHA512: 6ab883c6e5ca190eb02a2218177dabf0f8e28f7560c33e4f529e5549556ce3ba2756adafe284d41370db261dea278917ca15950344f342475d85539adce127dc
Description: debug symbols for libavif-gdk-pixbuf
Auto-Built-Package: debug-symbols
Build-Ids: e4a8226d736fad38141ed81ebf0067afbe74936d
Multi-Arch: same

Package: libavif15
Priority: optional
Section: libs
Installed-Size: 203
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libavif
Version: 0.11.1-1+apertis1bv2024dev2b1
Depends: libaom3 (>= 3.2.0), libc6 (>= 2.14), libdav1d6 (>= 0.1.0), libgav1-1 (>= 0.18.0), librav1e0 (>= 0.5.1), libsvtav1enc1 (>= 1.4.1+dfsg), libyuv0 (>= 0.0~git20221206)
Filename: pool/target/liba/libavif/libavif15_0.11.1-1+apertis1bv2024dev2b1_amd64.deb
Size: 94048
MD5sum: 2ba575302bf1e49907960cb76832c357
SHA1: 0032971398465c913218fcc64364a7ba33c91e94
SHA256: d8b9e76bb6b675229e301f8b23548feb492d3a830615dbe213009b031bc4515d
SHA512: 24d455434a27c71045af18c677a7bf620db42fd8df3003f73205f0bd511ffdd4f73e189deef819fcc31f8a854dd2261154dfeae377f47bbb40c0d5ee1b068fdd
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: 249
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libavif
Version: 0.11.1-1+apertis1bv2024dev2b1
Depends: libavif15 (= 0.11.1-1+apertis1bv2024dev2b1)
Filename: pool/target/liba/libavif/libavif15-dbgsym_0.11.1-1+apertis1bv2024dev2b1_amd64.deb
Size: 227788
MD5sum: 9a1ee0e06535c451080ead42c0a5b03c
SHA1: a649c04da8a6f744ac01e0c995e1ab7eae60f451
SHA256: 8101e04ac4cec9a703f898182b31ca5e3f821288f369813caa73cc12abcd25d4
SHA512: bcfb3614fa072c1309ff2f057b086910cfd4f51d8f069c78d202c7d93234b0f418ccc19c671cee106ec96c90f297fee2f9ed41c22aa60bd895f5d971a1c7425a
Description: debug symbols for libavif15
Auto-Built-Package: debug-symbols
Build-Ids: aa4443d6cda68c70420bdee4bd4b4d7219a5be9b
Multi-Arch: same

Package: libavtp-dev
Priority: optional
Section: libdevel
Installed-Size: 43
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 6324
MD5sum: 7a7698373d2fe55d20424a538ab192ef
SHA1: ca2825c0d3d4861c2cea4d1bf9302100765f1d37
SHA256: 558e136083222989ad29444851e57a70d7624e529828f28b5327cd5091d52a5e
SHA512: 09bfa2d4b69a07e8b989f38ecc56a82e4d6ee18641de02072b527bd21f873480ce1bc5883ec729b597d46c6527d39beedec7e6b04e971875b4894dc0d89ae8b8
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: 33
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libavtp
Version: 0.2.0-1+apertis1bv2024dev2b1
Filename: pool/target/liba/libavtp/libavtp0_0.2.0-1+apertis1bv2024dev2b1_amd64.deb
Size: 6492
MD5sum: 822658b3a67a9acf8167b833f42e5b3b
SHA1: 4824ffb0bd58349e73414f0492e1fe3ccf30df17
SHA256: dbcf5f72f2c01c7af5b6fdb12b83ba02c4b95d4c8a641a0a131fe7bd1d8b1c4b
SHA512: 87466575ecff3d2c81086aebcc1b8135edd0ae9c839d0676c40111b223f4e67924c471cc303f124e72139d13a706491423a470653ca6de940c6af7b7447dd7ab
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: 32
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 18624
MD5sum: 8362e23a33f0ff31097fc8c0c3398f31
SHA1: 845752bf1948a7572169d2905e5fb6fd4e4981e5
SHA256: e0379df3ddbdebfc1882951c41d2f0b1736e35413e1309f95e4726a6e2b21004
SHA512: 5e5e617bec1fa7fcdeb2c968003d7016ba475f1c55d6046367f248151657ccf2ecb1f5d476f55886c26e8c3688f35a1b83d5260d1ce5cbc2d40d4c3a6884b23a
Description: debug symbols for libavtp0
Auto-Built-Package: debug-symbols
Build-Ids: c131df6581ac42adfc3629fedf726b3ab79e387c
Multi-Arch: same

Package: libblkid-dev
Priority: optional
Section: libdevel
Installed-Size: 885
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 188868
MD5sum: 977ad9a954900c4fcc9562b212c6eaf7
SHA1: f51f30599ff72d8cc04b8d604beb8024b1c7440c
SHA256: ca93f5a502e11e03dfcd652441f029467dcb717af6c859b2ec06261b343ed6a1
SHA512: a0b1aadc9d5aca860b1b244ee0870e251ce8edc59142ff23ce320ea17ff17813af35d9ae897cf9b9782681bb2ef119d41e299b232defe35e3148e8afc06ac543
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: 416
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 157416
MD5sum: 49e071f138fe145b86c750233855a4ef
SHA1: 1f3c2dacd34f5a3172ff770071e992e5e7840252
SHA256: 38381b839fa8569ab6a86b3574b5095c04b7d90562de979e18a5c8ef990025c9
SHA512: bbd8c34ebc14f3b96de51fd44e7b5b54d26fb1dbfc201fb02b176801b39d9375a09701e4618b27e97be2d5de3e4a1eb568fb5fa0c753b1d7b18fe1d710ee6c66
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: 477
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 438016
MD5sum: 9122e2ebe6e9b02a9d488db905dfb5c7
SHA1: 6ec094651911ebd16df078a2bb3a34fac72248ff
SHA256: ac618f70ce70eb4c9999f3c1a103b70b4d5d8818e2de13cadad5a94f7f1ce61d
SHA512: 70eea72339e04379ee0799407549b609d6b58152d461dd8e226a08ee45fde756ca1f3b63099431ba189c3b99086664824a58e7e8338daf7e8462751764244f67
Description: debug symbols for libblkid1
Auto-Built-Package: debug-symbols
Build-Ids: 11ab2f43c8c115a679b6785ffa054b24f9023f59
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: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-btrfs2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-utils-dev (= 2.28-2+apertis1bv2024dev3b1), libglib2.0-dev
Filename: pool/target/libb/libblockdev/libblockdev-btrfs-dev_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 5728
MD5sum: c889c7cc8e76b288f33cb929e1fb9338
SHA1: f109c1c57ae9c44e93a29ee81faf1f093f73c4b3
SHA256: f75ad5cae203d608eb021dcb8e8eae4fad7cd5a57f5ef37b3fafbf58ae2c1216
SHA512: 360e1b51840daa3ea76f4531e865967a7b687cc361f849508318b983a31b58eedd4851c2d30b59e2933950691682f73f495e26ebeb7e9c7a2e671e1bea32cb16
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: 52
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-utils2 (>= 2.20), libbytesize1 (>= 2.6), libc6 (>= 2.4), libglib2.0-0 (>= 2.42.2), btrfs-progs
Filename: pool/target/libb/libblockdev/libblockdev-btrfs2_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 13776
MD5sum: d7face6f17abedb59ea5bb2438093f3c
SHA1: 1baca76b6af2a9f888d89521eaed5702d777ccbc
SHA256: 88e65c8bda622c875c665b9c76434f1e92ae1b8bf1739bf138e1052a842b61de
SHA512: 6f310aaca54f69e818a7ae1b69f00c7895f3ffe0254a243347e5b0f066b047b1b97008500eb194f998f1a05b0656190497eaa6c59cdab9a0c05b6fc1c7535643
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: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-btrfs2 (= 2.28-2+apertis1bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-btrfs2-dbgsym_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 22992
MD5sum: f3d2bf86803e72fcd325d5c10d4c862f
SHA1: 684e53edb0dbabc17de2bcac6aa5b22a0c1e2003
SHA256: 1ed74863a4449d928a52df9c106343d987a2238998bcfa1d7a2a03c928fc53b5
SHA512: 5997ed3c6b603bda3de30fe321c0b7871ed017785ac177ee39f951cb0fd7eb4a3299a059627704906b26258eaba991db2b97dcf02ba2e675473eb6b69e8f700c
Description: debug symbols for libblockdev-btrfs2
Auto-Built-Package: debug-symbols
Build-Ids: 390a136574d8452f906df251b88d6fc2a14714ab
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: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-crypto2 (= 2.28-2+apertis1bv2024dev3b1), libglib2.0-dev
Filename: pool/target/libb/libblockdev/libblockdev-crypto-dev_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 7152
MD5sum: face3de515cf0c75a82a3ba2205d6390
SHA1: 33beaa87d687f596688e8c6bdbac948c143d6307
SHA256: fda53b86db5d87538201f85fd077da9230dd02e9e3f7b3f0c1fd1bcbe4650286
SHA512: 1c61f939e93871947a7c5c85e46e681540ce970870a1b906228b34206dec14a6b05a5bfc558eadd448aa1ddd83e61d399cbf00b6e7a3d90b4e9a8313fd44906b
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: 69
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblkid1 (>= 2.23.0), libblockdev-utils2 (>= 2.20), libc6 (>= 2.25), libcryptsetup12 (>= 2:2.4), libglib2.0-0 (>= 2.42.2)
Filename: pool/target/libb/libblockdev/libblockdev-crypto2_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 18228
MD5sum: 1acece9dee201b2681501d5261a288fc
SHA1: 86f3775405cd3ad2b997a4431dfca274e8d49811
SHA256: 503c155bed711b1549c03539d8200f1165820e485cc83d5b72eb83c586f8cdae
SHA512: bbf1298017b1af07e71c2cfc3c96bc71c62feff07cb98813d9640ff91e47ac6bef3053d713a2711afd24fcb7fcc1d8f1a2f0c0e8009ecfe86a350af192222fcd
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: 49
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-crypto2 (= 2.28-2+apertis1bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-crypto2-dbgsym_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 32676
MD5sum: 5529b723f82ac7f97405df33efe7ecb9
SHA1: b5abd50c5fef077e10eeac9a9f27c8f829653ed1
SHA256: 1c94a168c9f4537f9b608d39536860b5bfd0666ee7573c6afed82ee00d0b1a6c
SHA512: 38e55387e91ca1efa8697e5e4e0fbc163ba310dc9792dd4b7733b2317e4104a4c6464a83d8a4a18f10ef8bb9aca2702be32c4c0cc03e1e1f01bee2f81c711ba5
Description: debug symbols for libblockdev-crypto2
Auto-Built-Package: debug-symbols
Build-Ids: fd33a02adf8d080cb1d0feb8a0726d9e66af6221
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: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev2 (= 2.28-2+apertis1bv2024dev3b1), gir1.2-blockdev-2.0 (= 2.28-2+apertis1bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-dev_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 121952
MD5sum: ed99dd192cf4e3ec393f1a2ccbabbd67
SHA1: 2b3ea9c6dcf48f1153137d30a57215b2e2964482
SHA256: bd96da020df02b208b05e215f29d058e1b297f4f2422439899318ae9bd4424ca
SHA512: ab8ec2049be7028d65beb5e4e2c43ca3da1685fcf31b7a14b1fe188c0c5adc9137ce7bcd6b22473209f113be31f6cac4f2f096139e46adcfeb2860636c2cc544
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: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-dm2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-utils-dev (= 2.28-2+apertis1bv2024dev3b1), libglib2.0-dev, libdevmapper-dev, libsystemd-dev
Filename: pool/target/libb/libblockdev/libblockdev-dm-dev_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 5480
MD5sum: f0cd257c150aa92752db00b68824c806
SHA1: f19c838e3bdb34bdcbac4167c77f52d1c874911a
SHA256: a037c34706f4b4bcde684db33c4b3c91ef59a5f19203decdb195efb19b7d4857
SHA512: a2f4672cf19886a24482f2bf1f4db8211868013c5c48cc022a92752406c987405be34e006a1b4eabb11891833c91321cb1968bf9dc5d1a9dcab94dddbdec3654
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: 44
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-utils2 (>= 2.20), libc6 (>= 2.4), libdevmapper1.02.1 (>= 2:1.02.97), libglib2.0-0 (>= 2.42.2), dmsetup (>= 1.02.93)
Filename: pool/target/libb/libblockdev/libblockdev-dm2_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 11036
MD5sum: 88a51f11c9486f0d49304f03c81a7df2
SHA1: 40da31c91864a66c0c8f033bc4d57c379d150add
SHA256: 3dc21f5cc705502f01ccd0b7dcef2052e67c741ff3fdb276e203a6b08faa0bf0
SHA512: a71f301f27b2ea61c38e96e391b0d1a95494fff546201de68b5916bbe14987464a893a81a110989d5466d15a9a3474327a78aa99f3e4887b0f0cdde0cf281838
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: 30
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-dm2 (= 2.28-2+apertis1bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-dm2-dbgsym_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 15852
MD5sum: 9f8557fb2b05227ea2faec8f2d6cdc4a
SHA1: 11eb4b2b792994003bd01edbd04c6054d2964fa2
SHA256: 568c84b51764d3cabb786f53b78d1010080f1bbe128381b300c1a772717e407a
SHA512: 03aaab6b259e37e2b670c36472b814b612281477251ecb5f65585003564622fdc47c08d8390da3e2d30ead16a1355026d1c1142db610b7a43271a274ca70f809
Description: debug symbols for libblockdev-dm2
Auto-Built-Package: debug-symbols
Build-Ids: a50d0d7a0861ba96322136bb2c563254cf01e6c8
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: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-fs2 (= 2.28-2+apertis1bv2024dev3b1), libmount-dev, libblkid-dev
Filename: pool/target/libb/libblockdev/libblockdev-fs-dev_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 6580
MD5sum: 6e214b54bed5413ecba49ae1eb2a666b
SHA1: b96837034baea1554b8cb6c699eb26c964d296e5
SHA256: cd99701c98d01431151f0c70899bccf7d3224ec9a46aa4f3b0c3a2517530ecf2
SHA512: 3837de2c1e3ffc6ce597ed91e2f727b91b5c42b1b24544731deb413a68e8a0561d903e22dad10dd48253eca3e070101fd7071b1d5375ac21657b02c347b2764e
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: 82
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblkid1 (>= 2.24.2), libblockdev-utils2 (>= 2.20), libc6 (>= 2.7), libglib2.0-0 (>= 2.42.2), libmount1 (>= 2.30.2), e2fsprogs
Filename: pool/target/libb/libblockdev/libblockdev-fs2_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 23280
MD5sum: ae08875bc79431007f10906c3017acae
SHA1: 9710d29af6db583797949a46d56b021c988f4926
SHA256: c27f0473e03c982e435e796f5a3140655efbd1017ab249ebb6ce3feb00913893
SHA512: e99e37deb1663d6a6ebf9604b9f98c1565503374f242a14dc2588bf5eacc3da6e6fe716462e10756c4fa6e0d30bb93a73a00dec7000f9fbef54e6c0c7c3b335d
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: 71
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-fs2 (= 2.28-2+apertis1bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-fs2-dbgsym_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 51668
MD5sum: cff76b5a5c577965597d4eb3e1f95a48
SHA1: 19abc50c6abb3bc10b6c7577c663c90d56dd87b8
SHA256: 54fdf361731f18cc1dce7116d6b39aff825937414f3899ded9dabfa367900849
SHA512: d00e83a5351c23b4c359461d6ee0bfaa5fd09b50d25f481eb5cad750590daf1590d80368d11ab94607d837da9c69876c710dabb844ecd0fa6d72e6c578785deb
Description: debug symbols for libblockdev-fs2
Auto-Built-Package: debug-symbols
Build-Ids: 458acc353efa9943de37678609e02ad3f16b69dc
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: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-kbd2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-utils-dev (= 2.28-2+apertis1bv2024dev3b1), libglib2.0-dev
Filename: pool/target/libb/libblockdev/libblockdev-kbd-dev_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 5832
MD5sum: 0b1fa8ecec47f6a348dffa34147f18e5
SHA1: bb168a433b50dff7b0339601d0dc8e5a03d6c6f7
SHA256: fb7e3f2b9c2802bcca5598880272b5edb46e6b0b7521d2249cc2dd1373bd8a25
SHA512: d3525e5cf9cd01d1ba53d17bc864a55095c2a259243f520b0a645a2731d50fb61f9b31d223a1e0f5e40764150560444063b1e22b54e223df6b38d7964c61edc5
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: 60
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-utils2 (>= 2.20), libbytesize1 (>= 2.6), libc6 (>= 2.27), libglib2.0-0 (>= 2.42.2), bcache-tools (>= 1.0.8)
Filename: pool/target/libb/libblockdev/libblockdev-kbd2_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 17012
MD5sum: 258e68c102de981ff40403859c724709
SHA1: 531efa73f2e318f8c5d3797afff0a61458bea826
SHA256: 223a54a7846cb5a1dcb413617fdf3770b8c205e14a81a9b8837a199a8e58d042
SHA512: 971e31eea1622fd870b677bbc21247d69abc2507ecdcd9cc038189136bde2f696d3560da84cb9a3a3d45a7c678966168ee717f3e72e1860c275cdf7da0e4d044
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: 49
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-kbd2 (= 2.28-2+apertis1bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-kbd2-dbgsym_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 34648
MD5sum: b5f004443399014b5eae8413dcfa47bd
SHA1: 92bf4e8dad16c65db86f9123e50edf662b5ae838
SHA256: c5d628dd5b0acba485053cf5a9e77344eac3e041cdf5f7bbcf4510f506f6270b
SHA512: 4f309ce9328259291d13403eb854c9bc130552632749762bc5ca61d3a3c6b8d25043b5b33259d9869c050dd2c4d8dc9cdf8988458edf8a3e4bfacd853568abea
Description: debug symbols for libblockdev-kbd2
Auto-Built-Package: debug-symbols
Build-Ids: 73f3051210f1422a2fd298a9a61f65e69f801446
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: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-loop2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-utils-dev (= 2.28-2+apertis1bv2024dev3b1), libglib2.0-dev
Filename: pool/target/libb/libblockdev/libblockdev-loop-dev_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 5396
MD5sum: d40d25e7b17d8585f2727baffe6ad4f8
SHA1: efb6b99c89bd1157830b8eff803e00640bfad293
SHA256: 9f0fb3122c3ff3c27ad42b86dce6ad3be3853370e3fe14e11761fe91aa1f2428
SHA512: 02bc996a6d64d90e09f6ab58287bea80b8f721ea2135ad6b2679981e6124d32b2a0620d229daceda179ba65589b43d969a6cb6102deab48eaeb88c2dc401869a
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: 36
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-utils2 (>= 2.14), libc6 (>= 2.27), libglib2.0-0 (>= 2.42.2)
Filename: pool/target/libb/libblockdev/libblockdev-loop2_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 9412
MD5sum: bab048022c0fc0b918f4332f02f14ada
SHA1: ec8e64a2948dc4bd501ed7e94f14b0a9d5769e48
SHA256: 33864417387f6c16b099a680aa9bb46aa8223d17932766f8db9a880829144aba
SHA512: dbc2855bb8c0286e05cb7c537c2dd647dea302018d22a3c97c26b7186c34582978ac810a00e217d79db9e50fb5f438c2dd0b89c077763bf7e003b99b2d3b1500
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: 25
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-loop2 (= 2.28-2+apertis1bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-loop2-dbgsym_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 11164
MD5sum: 0da9f8c39e2bfbe389d666c344a39932
SHA1: 911f92cd1e5504a766789fe9d6d6192984cb0cee
SHA256: 928a53c3a800af9dee5e23a09ec259f229ce0f1ad73edd755a586d581d9cc0d5
SHA512: 921a944525d70a26e36e2a28b8cdd0b093ea73d85179f9e7a54ad7480ff44d8e088a628d1f31868d18350569578485874571aaf2688ca5884abd1e08106d5b9c
Description: debug symbols for libblockdev-loop2
Auto-Built-Package: debug-symbols
Build-Ids: 8887ad97193ada070c60d93057682d6613f63a9c
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: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-lvm-dbus2 (= 2.28-2+apertis1bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-lvm-dbus-dev_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 4692
MD5sum: 6ec96b295c988a2fb2b0e81b7d25180f
SHA1: d048125e8b5866a35735feeb02079cb13a569f11
SHA256: 7f4b664c6f0afbaa2371ddd201a3f44d5cde33cd6761d0183836fee840150070
SHA512: 4e003201fbbc0044fa91739f84503c9d79b1bc6be27d544a6e7389f2755be98eae180512f35308e660b88eef229b8009d645bdfb9090dd4b12d4cd6f6fe9cab8
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: 103
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-utils2 (>= 2.20), libc6 (>= 2.29), libdevmapper1.02.1 (>= 2:1.02.97), libglib2.0-0 (>= 2.42.2)
Filename: pool/target/libb/libblockdev/libblockdev-lvm-dbus2_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 30624
MD5sum: 01ca61f2f1018dd54aa1ff50791b2689
SHA1: 18512c776595f67f714c0f382bef267f0f11310f
SHA256: cdaabb78d18bd4d956dfcfedbc377df7c02982a5413262c0818e47ce7c4c8454
SHA512: 9b2e8bcb25f05a830557e975a142d9bc79c9b20856943af6bd190f5f4e86743ffe2f098043abca3c90da12f3f216ded19102cd5eb75170f7209426aabdaaeff8
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: 93
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-lvm-dbus2 (= 2.28-2+apertis1bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-lvm-dbus2-dbgsym_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 74948
MD5sum: 1b67d5bea7faf6c3e5f48f54b7efa963
SHA1: 2db02e12f6ce24551235545e5b6f5d0a174b0a1c
SHA256: a5a560456ab83cdf9fd591dfa25e9f47532f2ff7dceea60136720db8084890d5
SHA512: d704c69a32186d148699f1af9526267b4ef7dd111f692c0b0f74f59d94ee1c1ca7e39c27256415b38c10ae7d1fcbbebddb5342be2d2a96f4d35b1716a7760f67
Description: debug symbols for libblockdev-lvm-dbus2
Auto-Built-Package: debug-symbols
Build-Ids: e4cdc0f632f2c042185bfc6936ab5eff434f02d2
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: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-lvm2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-utils-dev (= 2.28-2+apertis1bv2024dev3b1), libglib2.0-dev
Filename: pool/target/libb/libblockdev/libblockdev-lvm-dev_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 7428
MD5sum: 9cd0dc908d9117ead8c7d5492d925087
SHA1: b3e01cc050dd9bf97d768fbaa4d242073cf6d9ee
SHA256: 8c3832bc5cacd4d9b8b107229670ac7fbac89de76b8de7bed9d4f34e2337421e
SHA512: 40036bd1f296c1b255c11b3379fd4fc8cc26cead004afe385abd7fe411f5d5e2813bdf3ea4751327d42322650e016bf99e0f61d6b8331ee2d7cb9b0f89151678
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: 86
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-utils2 (>= 2.20), libc6 (>= 2.29), libdevmapper1.02.1 (>= 2:1.02.97), libglib2.0-0 (>= 2.42.2), lvm2 (>= 2.02.116)
Filename: pool/target/libb/libblockdev/libblockdev-lvm2_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 25388
MD5sum: 8ca6a78c0a779b844acb2bf75f18f598
SHA1: e1ffba057b57738a3dadd332c1a3310245891a86
SHA256: c5a6a64fd888a460dfbed87a035ea46a044fabaef867e3edd2c026eb2df07c54
SHA512: fbfcae94393629349485401a3fd48e5fe8385668589410863b2a4a27e240d1e95c991c1369e30ef71f3762d503f829354157078afce7326cee36c440ac37cb86
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: 71
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-lvm2 (= 2.28-2+apertis1bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-lvm2-dbgsym_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 53572
MD5sum: 503bcc0660e4cdeb42cc2b2d8f0926e6
SHA1: bfd1e8428829f17c9d08b325e087bff5a7b795e5
SHA256: c7cb606f58882a49ef155752bdc2fd077cd235c17cd3a52741901ae217c732cf
SHA512: 3ad3482a87a0590115630b0a0930c078c05cb707993e745aa5a585c321db3ed7c6ef0f7b913ecc6ad6758c5d686d4817ef1c6ff1f26196e0d0144dd5e66c6217
Description: debug symbols for libblockdev-lvm2
Auto-Built-Package: debug-symbols
Build-Ids: 13f935c2ce1727546afd95b5919d834fa9ec382f
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: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-mdraid2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-utils-dev (= 2.28-2+apertis1bv2024dev3b1), libglib2.0-dev
Filename: pool/target/libb/libblockdev/libblockdev-mdraid-dev_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 5876
MD5sum: df7d805f7ca6db835d3c3faf03db6c33
SHA1: 580fa0a99744e26226115e9604791eb694240be8
SHA256: b83e6115de78c3a0800bfdd260ffba6cdee36000e95382e0836b193833dba21a
SHA512: 09e411d9bfb6a3b54c114277f2c8b5f2047acb47c6da0ef74b8da1fa77eec1b07eb365c3cca0cd57523e49d0d7d5fccf63faa455172eb38da7b00255f1faf250
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: 56
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-utils2 (>= 2.20), libbytesize1 (>= 2.6), libc6 (>= 2.27), libglib2.0-0 (>= 2.42.2), mdadm (>= 3.3.2)
Filename: pool/target/libb/libblockdev/libblockdev-mdraid2_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 16008
MD5sum: 507ea476166afc035774502d8662cee2
SHA1: 2d3e09483775458e52bd014512c42755dee41c03
SHA256: cbb50d073b5003e7c3f12714b1c669d9296a65add853023f075eea9438c1dc58
SHA512: 80c100def269bde3da79a01ca9e3e9315127f9866b53ad64485fba44d398fcd389609f0e7d400128f0fc6568ea2bba643e73224881d493f67ae1fec1b6e3c702
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: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-mdraid2 (= 2.28-2+apertis1bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-mdraid2-dbgsym_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 31324
MD5sum: 9a7b1bc71a20d895df0765706b4ace1b
SHA1: 77c9ad018d722f5b52e316fdecc9ac8a58413bd7
SHA256: 52b0bb908d8bd15b599f796d0c6c306b8f36b564f024f01638a73947abd7261f
SHA512: 613f0a3de827baea3467a638f494313f30482f9f8894889dbe4f5c76c8ad9c506471d8ae643e467c100419108cd4ba3488a00dc3e74093b34ad6dcedb70f05b2
Description: debug symbols for libblockdev-mdraid2
Auto-Built-Package: debug-symbols
Build-Ids: 09c72d7811cd510c02354eec271e4ac6a4a825a1
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: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-mpath2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-utils-dev (= 2.28-2+apertis1bv2024dev3b1), libglib2.0-dev
Filename: pool/target/libb/libblockdev/libblockdev-mpath-dev_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 5328
MD5sum: c8b611d1d7a81853a3187163681b948b
SHA1: 1f67f9bb37e5d694cc19d8cc21fb0cc26ae676d2
SHA256: 5c06d4bff4d8f623f224d99cdbe9c732dd99c035aa6e7c9310ebed2ac7f3f2d9
SHA512: f27db63d7f96cd337e8a113764b11d0700a118e7b9a8de87f72fb5464b3c91f4e6e87b975758bfc07808c9503fb39e93b5181a47a01ceb0241b08fc28f7a066d
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: 43
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-utils2 (>= 2.20), libc6 (>= 2.4), libdevmapper1.02.1 (>= 2:1.02.97), libglib2.0-0 (>= 2.42.2), multipath-tools (>= 0.4.9)
Filename: pool/target/libb/libblockdev/libblockdev-mpath2_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 11700
MD5sum: 1bb78a005a88e5f790cf487adb365e22
SHA1: b098227b9d1eaf3616444994e008e9877e28a1ce
SHA256: 3b9408c866918b45ac433470b293f74f9ec50add4fdfd74ddf99dcebdce089d9
SHA512: 60ad94eca4e121a3706dece143ebef34938a475e2118d8d56439c963b4c4e03b7e89928d7206115ba190906ee5a67595ab4eb56d98bfebb24c4873614907e059
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: 32
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-mpath2 (= 2.28-2+apertis1bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-mpath2-dbgsym_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 18116
MD5sum: e2344ebbd87b56533e07c0c33ab2c9e0
SHA1: 19b8ca252d42d8c926f2f04e6e70f9a931d9f417
SHA256: 489c91967bb81e883911c00d58dd1e4a8d7f0a9d9c0997ac92376691cc054368
SHA512: b93b1c82eea80ed4374257919c5b9a2af1111546a934259d84ccfa4f71af61fa35879ae16e86ec2bf73012a9f7a4194410f82bda060a0b5a44b6197e09902426
Description: debug symbols for libblockdev-mpath2
Auto-Built-Package: debug-symbols
Build-Ids: 4f39691f520a905f144de8612372972b2f972c60
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: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-nvdimm2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-utils-dev (= 2.28-2+apertis1bv2024dev3b1), libglib2.0-dev
Filename: pool/target/libb/libblockdev/libblockdev-nvdimm-dev_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 5608
MD5sum: c65459e7fbe46ae4bf1227129aac5928
SHA1: fcb7dff1e9b03fcaab00dccc19a1d72f704825e5
SHA256: 04df63f4e865327045a8ea185fc763862d937836f945ad099eeba2771b55d9d4
SHA512: 86cf6fc0e604f51c0e0362573de5700b28dee4ea6a86b4299ee5830726ba7b8b0b7286c8587b8cf7c98846af33d9f4a477f7da6a37c5cd979992397e09bf7387
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: 45
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-utils2 (>= 2.20), libc6 (>= 2.4), libglib2.0-0 (>= 2.42.2), libndctl6 (>= 63-1.2~), libuuid1 (>= 2.16)
Filename: pool/target/libb/libblockdev/libblockdev-nvdimm2_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 12360
MD5sum: 37f203ef717c3fa84577cc8b72638bb9
SHA1: e0bb756723495b064d8711b7beb7f70e2e4b5608
SHA256: 89f1869a95b193b785073050e47fe049edf3964a25675c767df1e16c15451352
SHA512: f1d9f88894d62b7b6249f4cba184ee51f886643c4cc1c3f79cd79909c38ee0e5c7abb9f2db8c258f79bc0fea2fc5011548b5ee6bb89a034032f944e112c08f78
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: 35
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-nvdimm2 (= 2.28-2+apertis1bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-nvdimm2-dbgsym_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 19368
MD5sum: b26e426bc4eedb658fc346c6ac9cde36
SHA1: f7e574ffa3d8ffeccf4913eee2a3423241743d16
SHA256: 5647c724796d9411dfbf0946154c41fd5b23b4a1689bde5dc5d3fe368971be02
SHA512: 651fa74c229cef8f18208cd5ba524500a2c3965ac8fe14d4493ee9683e2d0132087e2a1673bf805701f9ac136423c62c868e909086f75d7b0dce94db1eeb84f5
Description: debug symbols for libblockdev-nvdimm2
Auto-Built-Package: debug-symbols
Build-Ids: 2c53a28e573fb7f46bef8b71d97d467cdea5c721
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: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-btrfs2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-crypto2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-dm2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-fs2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-kbd2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-loop2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-lvm2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-lvm-dbus2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-mdraid2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-nvdimm2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-mpath2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-swap2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-utils2 (= 2.28-2+apertis1bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-plugins-all_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 4804
MD5sum: 7a1ac880ded49a4789029662aefa9eee
SHA1: 3076acf33ca7c70ae09c87f2eb8e629dedf7ca06
SHA256: 2424f7dd1c8a980f68331d3d25c8c4180218466f50b86580fcef182bf470373d
SHA512: aa1b86ab171b30c71840c8071574eb0cc8de8744b49b91c18a5acf238e7c76e0190c6b963e2967d204bbb4919298832aa036a5700dbb1e090ea43d12a840f0a3
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: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-swap2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-utils-dev (= 2.28-2+apertis1bv2024dev3b1), libglib2.0-dev
Filename: pool/target/libb/libblockdev/libblockdev-swap-dev_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 5376
MD5sum: 759a87f12713202a7f3ef96a8b7cb672
SHA1: 7d92e551de8d3e3a97b95750defd28a6113160fc
SHA256: 0594467a063d375512152bf1f0907978ce17267ad0be8cbb60f0454b343c0408
SHA512: f03c5fa2c89c98f5ef3e4f92abe1e4b8cf7c9ac43cdb6c1b42d165894fde2272ea7eb81e5394454c9620283d8c8ff3f67f399f6b3aff1eea985f91d88109be35
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: 44
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblkid1 (>= 2.23.0), libblockdev-utils2 (>= 2.20), libc6 (>= 2.4), libglib2.0-0 (>= 2.42.2)
Filename: pool/target/libb/libblockdev/libblockdev-swap2_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 11360
MD5sum: 68fa69dd0bc18dbc8f3db9475ecc6eae
SHA1: 4c005d7e487f5dbd8c880a2d13147dc1ab40b599
SHA256: 9f4dfc32d39e9f2a67a158c7c14027b00f5648f3d771ea69412e9fa7cef224cf
SHA512: 7efbd3c58c5e7f1f4b70818b0332b1765eaa9807fe52fc9b43bcfb2e75a25b37b4cdfa28e347699061af712dbf27fdfb095440a80cbaa6e7b569f71a3545fc98
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: 30
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-swap2 (= 2.28-2+apertis1bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-swap2-dbgsym_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 16056
MD5sum: 928e4ab65ea4d348e99c7a4412252d17
SHA1: c8b88de1e9e161528b56a98f578852b7c2f1047a
SHA256: a87b82e80508c0a5cae2ef3a89f7ef77b33186c7c8dda42173084c77cc44a071
SHA512: bda8f625604bc9ca5d4953507041cb88ea7070c84b93ddbfcf104f4134b4245ef392e3bc71f5953f986ce2973dacfa11309d1104940b913e79982a420212680e
Description: debug symbols for libblockdev-swap2
Auto-Built-Package: debug-symbols
Build-Ids: b94523b71fbbdd5a4f394053ea9d983e80e0355a
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: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-utils2 (= 2.28-2+apertis1bv2024dev3b1), libglib2.0-dev
Filename: pool/target/libb/libblockdev/libblockdev-utils-dev_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 7608
MD5sum: 8fe3650d447530730adcf2b96632a509
SHA1: 842bd703ac0a171e0d52b49ec5972d336f919eaa
SHA256: f3907c78c609d470192043f037b54dc0de818a8b9433e5afe744272dd61b1dfa
SHA512: 330acdd3a864bc64370e1a5b17a8503b568c0bb93063f5a96c0e8f088d4ae6663f988a11f4cce133f6bb888e870999d39465402d259395d4d0aae138c526d211
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: 61
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.7), libglib2.0-0 (>= 2.70.0), libkmod2 (>= 19), libudev1 (>= 216)
Filename: pool/target/libb/libblockdev/libblockdev-utils2_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 16304
MD5sum: 4c41930aee0ae141aa9b8c3305172a47
SHA1: f6845417f251cc47d26020c6b48f29ea8c48ef30
SHA256: 8f3b8bc3d4e9512173a17325969d5849a66384359fce4cd7c4bae5aed8e30c68
SHA512: b4966042e01149bedf9a27db63e81eaaf04ecd47cdcca6d744c46d9f60080211968805008754822fa2ad45752ff1e63f9b3758b34f74c526464dbb6a0c59bca4
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: 48
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-utils2 (= 2.28-2+apertis1bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-utils2-dbgsym_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 31092
MD5sum: 3a43060876cbf9955e6112304fd9d7d2
SHA1: 75b33467b486e9c6b10a85cd82047d6512ed7208
SHA256: df912a6f9a7e3d5684db6d1d6b58853bd485fb9e5f4e11ddaca49805e3e24f66
SHA512: e905236b96459ec67c75d308ac3c3a5a79db0dba3a875354789ea4afbe0d2557cee84b14491b50e569d644f0a4b22f4cd509bd2a58be7234963e3cc73a17cea8
Description: debug symbols for libblockdev-utils2
Auto-Built-Package: debug-symbols
Build-Ids: dfadbe5d608cf29f19a65958d47ff9b674d17c64
Multi-Arch: same

Package: libblockdev2
Priority: optional
Section: libs
Installed-Size: 226
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-utils2 (>= 2.14), libc6 (>= 2.34), libglib2.0-0 (>= 2.42.2)
Filename: pool/target/libb/libblockdev/libblockdev2_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 39784
MD5sum: db75b264159ceac3dd3de90ed13f53f2
SHA1: 447a2f5ddf2ebd62bed9d1a72a294fb373da12cd
SHA256: a4cd954e82760e3de599d2769fbbbe4cb60390ed85d4b6cfb8ab8c79037dd851
SHA512: 98a407ffdcd10427f63e2b976e9073f0dd2f01b3e94df41eb9b1bbfc9776019a59b4000bbdbb36cf844cf9f3f412c2969265aeb6bcf9b2aa6f02b0545f58f06f
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: 174
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev2 (= 2.28-2+apertis1bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev2-dbgsym_2.28-2+apertis1bv2024dev3b1_amd64.deb
Size: 124120
MD5sum: 2573238880035d91ce1a601ead355c78
SHA1: d2bfac743af31f70c2cbc80ec85a0072987f8100
SHA256: a53a05ff3ce7755ef9fa5a67cf2be07c1262c9489d0e83fe3d3a555a1bb81fc3
SHA512: b53d4132cc44ddbaf3655c6129a579fce29d2b58217890311e2daf436ff69b18345997df882e9d78e0adbb1a788b1a78b5c4a2f87d3ff5d7d027b1d68bbcd3df
Description: debug symbols for libblockdev2
Auto-Built-Package: debug-symbols
Build-Ids: 3d60779bae9b3e3720c22bfffabf18da87b35ad2
Multi-Arch: same

Package: libbluetooth-dev
Priority: optional
Section: libdevel
Installed-Size: 911
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: amd64
Source: bluez
Version: 5.66-1+apertis1bv2024dev3b1
Replaces: libsdp2-dev (<= 1.5.2)
Provides: libbluetooth3-dev
Depends: libbluetooth3 (= 5.66-1+apertis1bv2024dev3b1), libc6-dev | libc-dev
Suggests: pkg-config
Conflicts: bluez-pan, libbluetooth-dev, libsdp2-dev (<= 1.5.2)
Filename: pool/target/b/bluez/libbluetooth-dev_5.66-1+apertis1bv2024dev3b1_amd64.deb
Size: 297424
MD5sum: a3007ad711b737a9ed0246c30c4f2d32
SHA1: d7939ca42775383347ea7ea0af6a9a2d7dcaef37
SHA256: 272cd40ba39f852ca7ca13f0d3449168dd92eb7d7d3902440e7af16bdea64d37
SHA512: 699cbc2eeb21af2c3b5b24fd877e7b8ab28c8ad32524575b745a6636a959cf57c1a3f1a4ec753eef2cd07d529efcaf4d1969b55015793e1ad18e282cb2abd3f8
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: 301
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: amd64
Source: bluez
Version: 5.66-1+apertis1bv2024dev3b1
Replaces: libsdp2 (<= 1.5-2)
Depends: libc6 (>= 2.15), libudev1 (>= 183)
Conflicts: libsdp2 (<= 1.5-2)
Filename: pool/target/b/bluez/libbluetooth3_5.66-1+apertis1bv2024dev3b1_amd64.deb
Size: 113008
MD5sum: d2e9721eb6ff7aec8bbb0b699afdd959
SHA1: a645c2b0b469ba528a8142ba0e9c450297d2625c
SHA256: 0e39b3155cbf438112e79aa55a714bc7dc68e614981d53e7b742ed3a890ca9b6
SHA512: 5e648af426004af511f00ed94db68efb5cf349af18eb606bf7b1fe599829a0c66ad7a41ea467e553bfe20c75d807e7a21546b0a1e7e0f5d6d0b98ebbd1839d4c
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: 229
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: amd64
Source: bluez
Version: 5.66-1+apertis1bv2024dev3b1
Depends: libbluetooth3 (= 5.66-1+apertis1bv2024dev3b1)
Filename: pool/target/b/bluez/libbluetooth3-dbgsym_5.66-1+apertis1bv2024dev3b1_amd64.deb
Size: 137440
MD5sum: eec3b7821d563b06b36c7eeea1cde62c
SHA1: e70cde797b5d926ac3bbe4c629cf77a7d1eae261
SHA256: 5890983ecc38edf97d8069f6c017d27c9ecc09a58e6edef532cb760d2a20be2b
SHA512: 899117710b28a30d6099c8eedf1dadc99befcf41ce35ca821daf9ab5b1ff2623d3add331287391ce86d3e205f67233294306f7579715d6ec3a309f6abc8d3097
Description: debug symbols for libbluetooth3
Auto-Built-Package: debug-symbols
Build-Ids: be7e0b39fee03b1aa3e6ba3a10cea6ba35bca90a f8ade1823813035380360ebac41d4ad063927f40
Multi-Arch: same

Package: libbolt-15-dev
Priority: optional
Section: libdevel
Installed-Size: 257
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Filename: pool/target/l/llvm-toolchain-15/libbolt-15-dev_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 222008
MD5sum: 45b40de91469f193a6051aff27b6dac3
SHA1: 2be56fcdcc453531738c2c002933a9adf8ee32af
SHA256: f6cac338369621ab3a0cb765c9e03e5b398225b2cdd4f2d747b02184447abb48
SHA512: 393d5dace288e28af2d7a349aa7b08cbb8d177619ab1bb4c047382c2ba5349ee4352a021a4363737c7e1f0c8bc73f53d5b5df8880407732d6409ef2c8e588bfd
Description: Post-link optimizer
 It achieves the improvements by optimizing application's code layout based on
 execution profile gathered by sampling profiler.
Homepage: https://www.llvm.org/

Package: libboost-atomic1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2164
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-atomic1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-atomic1.53-dev, libboost-atomic1.54-dev, libboost-atomic1.55-dev, libboost-atomic1.57-dev, libboost-atomic1.58-dev, libboost-atomic1.60-dev, libboost-atomic1.61-dev, libboost-atomic1.62-dev, libboost-atomic1.63-dev, libboost-atomic1.65-dev, libboost-atomic1.67-dev, libboost-atomic1.70-dev, libboost-atomic1.71-dev
Filename: pool/target/b/boost1.74/libboost-atomic1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 349116
MD5sum: d6d3b19900d02855f4232700d25f0e7a
SHA1: 6c877901da132b9afb539f6a023ed6fb8ff3ab83
SHA256: 82b9d2efb369ac758ddb4140684fc4ba9c46c15ae2503c7ab48d2516da4e6cb0
SHA512: 567193bfd47968ce6af95c6e3a406c5147367308f388ab8db99cce54e04a1aa200175cbfd8aeccf741b9423a18d7b6d0cfca1d7711b710c21f9acb69e5ef7a43
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: 2161
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libc6 (>= 2.14), libstdc++6 (>= 5)
Filename: pool/target/b/boost1.74/libboost-atomic1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 348188
MD5sum: 4337727d9e227e11c04288ac57c1c29c
SHA1: f73d7f1b73ca0955c6dffc8dbc2b1ec5a95b6f1d
SHA256: 8bf077379dea3f952c20baddde60afda42be3a1c9fcae6f973d0bf7b6351b900
SHA512: 0de293057bfe7681ee56d50381fc20852bbb6697292567b5ad514cd6ddc0afd7b2e83e870b3b5549abb62b887f8c1a8b666fff14e20a9c50e4936bc650d38ab6
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: 36
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-atomic1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-atomic1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 22848
MD5sum: 1544dc5e85accaf25bf8b86dc77d894a
SHA1: ed17969c213cf43c984cdf85a69bc81367dfc700
SHA256: c5deb84a0c623ff38aab86f33b3b960352494533e6be64b0df1eb5e4336d3181
SHA512: 1d20412d642514b2c710d60a47101444253be7ed1bcca9781a0e3210ed1dd2e73785b22c221dabe9e2939d9d1bfd3f46beaf7999caf5fc8ee633d94d9b6cb701
Description: debug symbols for libboost-atomic1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 4b901f8d7a1ff219be7472e26546a1c93b4bac4e
Multi-Arch: same

Package: libboost-chrono1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2338
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-chrono1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-chrono1.48-dev, libboost-chrono1.49-dev, libboost-chrono1.50-dev, libboost-chrono1.52-dev, libboost-chrono1.53-dev, libboost-chrono1.54-dev, libboost-chrono1.55-dev, libboost-chrono1.57-dev, libboost-chrono1.58-dev, libboost-chrono1.60-dev, libboost-chrono1.61-dev, libboost-chrono1.62-dev, libboost-chrono1.63-dev, libboost-chrono1.65-dev, libboost-chrono1.67-dev, libboost-chrono1.70-dev, libboost-chrono1.71-dev
Filename: pool/target/b/boost1.74/libboost-chrono1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 362468
MD5sum: d6b5ebdeeb55f93454d2c4482c183743
SHA1: 117e47c69228f3aa98fa9b4202e3e69081d3a666
SHA256: e413cf7e5cda1d89658492015ecf8adaafb39d7889f22dbbe07792cdaec5e577
SHA512: 48c80ba3babee473f53e7405e6da70125539e61769f3b82427ad06e7a90681f82e96b06db42bf8b9a1ec186449e95c01480240a144d743b70be9260b95a4cf4b
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: 2190
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Filename: pool/target/b/boost1.74/libboost-chrono1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 355696
MD5sum: 512a1c02c763f31feaaf27b682ef9d71
SHA1: 20491ee09269147ed2709350eee23f446932f25f
SHA256: c7da9ebf7545aaec8f026d3af25f8bf88103833cef28237db285c9553efc65aa
SHA512: 9a9cf3aa850ae72d1a7583751c84aec3d129ab4bb094502914baaf3ee390153850e02228871456f9321699dbcfb2c066a1c918a10cac9c2a92351e2457d45ce6
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: 190
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-chrono1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-chrono1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 173356
MD5sum: be5a3c8f208e46111294006798525377
SHA1: 8749a66cbff9d609309d7f91e7862a23963806fa
SHA256: a00f9aa1553b897dd60e1231c410819e5c7c80e815e28d7934a4fb52f1d225b5
SHA512: 75aebe61465998dc6c7f2c0d3a07ac74fcb6e7af4d3f7f720c600602160dcfd88ee7184703d9cb942b356beaf7db8d900fbd1a88c298771d3d818a8a53dde9ac
Description: debug symbols for libboost-chrono1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: ac57c4d2b3ab1ac02bc0d3f7ca92fa419d5b6c9c
Multi-Arch: same

Package: libboost-container1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2306
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-container1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-container1.65-dev, libboost-container1.67-dev, libboost-container1.70-dev, libboost-container1.71-dev
Filename: pool/target/b/boost1.74/libboost-container1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 377800
MD5sum: f00d25737f5f581497ee5b4853e255b9
SHA1: 71f63985d4f5f7e33302dc31beeeab6d69caeaa6
SHA256: 7aba227a6a85b9b18e65017ba8d45d79cf264b41752af120cf3a0fe0301ca5cd
SHA512: 513436295579d5c1e631f5025d2cbb85de91a450ab69c4fedc2754b0b25e4753e857064d3d27b50a0b6568101181caf91d0a1b08f6e80ac581bba0f89369a24f
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: 2230
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5)
Filename: pool/target/b/boost1.74/libboost-container1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 372948
MD5sum: b2b61063f358f7c8218811b147bece56
SHA1: 832b6062f1d077ffe7c7cf297ff5e3365da7feed
SHA256: 218888876b0a4f3160abbd9d844661067bd044862a5071746cbc469ccc5ef517
SHA512: 0849236222b5fbcea781aaab45e28098795756b7939e8d64a44c980c79b5b571c8ab471a1960a895a3ce449f5ccb58887d46beb716c13be6d475ec5e80924327
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: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-container1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-container1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 128076
MD5sum: e0893f8f1728a5fc551c701d8d8fa625
SHA1: 853e958520d35bb540b76cd06127a924073f38ea
SHA256: 35c5eab15b74b092c6c87dd96a39b2ef5f9f4eac89f654e3cf5525df51d8f648
SHA512: 235b7af09d166b8fbd2464bfd5bb1edf4eb0b77f509a20027fb50af4e56158db8c9674357d3640337166b13e34871535b6f0d1d06f8a2d005922066f2e4a6b3f
Description: debug symbols for libboost-container1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: ddf7f1367908d1da357e5e5c526c5a257e0f826e
Multi-Arch: same

Package: libboost-context1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2165
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-thread1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-context1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-context1.53-dev, libboost-context1.54-dev, libboost-context1.55-dev, libboost-context1.57-dev, libboost-context1.58-dev, libboost-context1.60-dev, libboost-context1.61-dev, libboost-context1.62-dev, libboost-context1.63-dev, libboost-context1.65-dev, libboost-context1.67-dev, libboost-context1.70-dev, libboost-context1.71-dev
Filename: pool/target/b/boost1.74/libboost-context1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 347980
MD5sum: d2b284d981bce8eabbc059b1f68bd572
SHA1: 8ab276f11eddde21a8704c1ed8634916c527749a
SHA256: 8e6825bea4f742bddbfdb3b4bfd69b2b693dbb40d8c36119b0cf64686ecebdb6
SHA512: bbce3182121391436589f651f26423f9ed3ce64249ebf2f438247550af7cf14c316c91ce1c0d1b1e5f8c972d2d36b17902cb19a5e808984653e7af1a7f013f31
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: 2161
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libstdc++6 (>= 4.4)
Filename: pool/target/b/boost1.74/libboost-context1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 346964
MD5sum: bbf49e9e7fd70676a55cbef67fc078c3
SHA1: edc02fb968954642108464690d35fdd8037f3280
SHA256: e2cebbd19e36eee4d3b2503e9428ee56a86d09a3f3aa19bdf36e351e4653bffa
SHA512: 81ac6dda2f89c71423a5a4d8d3baf506f7831ff1e1bd7c5f1fdfdd28cbf74124971c0ade0ec94e939548ae061d8313a27e556286007cb2c7a9420a864265e8d9
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: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-context1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-context1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 18888
MD5sum: 19923f0ca6a1103a85e933cd9d7781e9
SHA1: 43ea259491afae94c367bb4edebbd3b87ea69175
SHA256: a091532e7f0786426cd782436e1a78a180d4ad75ca697769b0c1fecca11196b0
SHA512: 9bcc78279dc285fda5adf104e52cc0f72622ccf5c765215d616613f227a0fb00ffb1730349a6fd7f97ecd2755465680e56cc2d0e478bfcddc69f9662763b5199
Description: debug symbols for libboost-context1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 9ae06923f879fa6b572e528be70b2e5afd3a9911
Multi-Arch: same

Package: libboost-contract1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2430
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-contract1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-contract1.67-dev, libboost-contract1.70-dev, libboost-contract1.71-dev
Filename: pool/target/b/boost1.74/libboost-contract1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 380096
MD5sum: d2fe07961399c9b7ecddd2c51904e0a3
SHA1: 04c1c1c61752266f4a38c295b91e008d10dbfb9e
SHA256: 0f6b886ced3645a0d104e2e9593bc0a42ec7cea87aebb9dc44c935ed08e659a2
SHA512: 45fad824e0820b632c24046168ec5eb21a05987720b5f9627bde9953c08b405a7d227cc552bdeabc74637b3a67f8dde8c43d982bf0c02153e82adde5161499a5
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: 2258
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Filename: pool/target/b/boost1.74/libboost-contract1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 372616
MD5sum: bfcab585dfd6e3baa0c3bb051126cf9a
SHA1: e49721b1e3274d0eb6e8ec4189c56e4b6b6422d6
SHA256: 3941f472c0197e11feb1b61f2439b9ecafcb400456df57e0d5d82cdd77b90008
SHA512: 557be58eba375f23109f40a943f7d340d303b20938a73b0241557c047c0c0ed95ef95e32c4bfc666fe99eab23a60a145e210bde9daf75563f4ecd919717b99c4
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: 352
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-contract1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-contract1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 312708
MD5sum: d5391a586f7ada3e2c9d08efcc425026
SHA1: 10e2578e0d907623d987c0801fb0b2b0a0e9ea80
SHA256: 5e0a6742a68ffed3629f8a8e75c87872d841e240338bc6327bff8d1f24f20138
SHA512: c9db33d51dfbc1e8f62f14990936dfb0157e5442da45ff23f92fcbfa32d60468ca652ac8fe67db5c6909945ad07e88a0815f71d0928c2b43e9822f11f6f78998
Description: debug symbols for libboost-contract1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 6e7f7ee5710bed1c219e78ed6b1d52028bd49c34
Multi-Arch: same

Package: libboost-coroutine1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2347
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-context1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-coroutine1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-coroutine1.54-dev, libboost-coroutine1.55-dev, libboost-coroutine1.57-dev, libboost-coroutine1.58-dev, libboost-coroutine1.60-dev, libboost-coroutine1.61-dev, libboost-coroutine1.62-dev, libboost-coroutine1.63-dev, libboost-coroutine1.65-dev, libboost-coroutine1.67-dev, libboost-coroutine1.70-dev, libboost-coroutine1.71-dev
Filename: pool/target/b/boost1.74/libboost-coroutine1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 368588
MD5sum: db480d8643a1049f5087f93bb635dbba
SHA1: 7f87da2d46cee01812ca442c26221cac6d8e0e3b
SHA256: 584c46048ad35725a67bf6586b7eb44d0602e0bf2ec7c5eb833339c26eb294b7
SHA512: ff5a644769fd88ee1d558b219bc7d709b391479439d0d9ecda4ef8dc8030f6e7d433e3d3151bf7779bae91a279131c2d3fd3243ca037c3fd4c3d8c120faf87de
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: 2214
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-context1.74.0 (>= 1.74.0+ds1), libboost-thread1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Filename: pool/target/b/boost1.74/libboost-coroutine1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 361580
MD5sum: ae4009b631da70a79b0030d47135e7fc
SHA1: fbcdcd95da1b553e31c8915e446abd6ce7b13d00
SHA256: 3c4900f7d3547c180a1edd7b2ea8047a7544f18f74867805af61cf2a4555c940
SHA512: 540f6329c5873d5711c009642bea3286a5988407cfefa0632b50230c2b17add613a7c8edfb04041eca3445262706aa0e7406cc15cf7673e62e37f90d430db763
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: 371
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-coroutine1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-coroutine1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 347156
MD5sum: f9f17db372c92a0f37192162a2066a5f
SHA1: ab1a59b73b959bedcda536908af417adcfce6d09
SHA256: 41d94cb2328db4ebc3f69f809b906c69b9e0d9f4453b693c2318901dfb52782a
SHA512: 115b5bc0bcc4e2a79178d895cb866bad406a3403920b70d34c57d85714b2d03cac835cfca581a8f4c5fa8dbe2278faeca887209740fd3b4472e578a983d70a6d
Description: debug symbols for libboost-coroutine1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 0da8450e22917ec30ac0caa309dfb8c08967e700
Multi-Arch: same

Package: libboost-date-time1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2166
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-date-time1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-serialization1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-date-time1.42-dev, libboost-date-time1.46-dev, libboost-date-time1.48-dev, libboost-date-time1.49-dev, libboost-date-time1.50-dev, libboost-date-time1.52-dev, libboost-date-time1.53-dev, libboost-date-time1.54-dev, libboost-date-time1.55-dev, libboost-date-time1.57-dev, libboost-date-time1.58-dev, libboost-date-time1.60-dev, libboost-date-time1.61-dev, libboost-date-time1.62-dev, libboost-date-time1.63-dev, libboost-date-time1.65-dev, libboost-date-time1.67-dev, libboost-date-time1.70-dev, libboost-date-time1.71-dev
Filename: pool/target/b/boost1.74/libboost-date-time1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 353976
MD5sum: 52efeb65b1cb85e79095c667af7dc235
SHA1: 6127202c1f24fb85dddd7f2a3d717f69e818ff7f
SHA256: 0d5d33563ec2897e7649f7c0c603bd268f1e426dc729fda9dc9f604d32bafbfd
SHA512: eb94b562bdbb0ffbe50747831dfdc6a166a063c855b9e58d702c16d2fd70a696d1088f81d400c03fab49736af9990caa1d7e21d4283a3bab1954fb3efcafab76
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: 2161
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Filename: pool/target/b/boost1.74/libboost-date-time1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 345284
MD5sum: b6656303a43d380aec263c3bdd338abf
SHA1: 6d51083d66c28ab817ddb17fb433669b3630520a
SHA256: 52c57b43142e3b96ea030d1f06038edbdc40dce79926acbe163b2d6d6df19700
SHA512: 3d702a198e648db268ea6d713409258f931c7e959415dd67fb442b0e93b5815f8ea402f4f1f27479ccec14280aabd80c2f648e6749fdef68d4aa6d6049f89a99
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: 17
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-date-time1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-date-time1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 4652
MD5sum: cabf70a6d57aa9c2d8188d91ec064e0f
SHA1: 4c833c54e8e7794333ec4b3eb700c42d30825e6b
SHA256: 9169e32e6338eec3f291d9e983f6abd84048203f9b882678ad9c7dee7051ed69
SHA512: d9dfec573a1724cfda6e5aed0851583600546720d973fbfb0fb42cd5ebc923615f9a16f785c303cbd2a8e38c03bbaf6f55c97c760a0f7913db8972057a5c0ebb
Description: debug symbols for libboost-date-time1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 02aea9aeafc673aa28d2d8c0151d9de879d7772d
Multi-Arch: same

Package: libboost-exception1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2148
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-exception1.50-dev, libboost-exception1.52-dev, libboost-exception1.53-dev, libboost-exception1.54-dev, libboost-exception1.55-dev, libboost-exception1.57-dev, libboost-exception1.58-dev, libboost-exception1.60-dev, libboost-exception1.61-dev, libboost-exception1.62-dev, libboost-exception1.63-dev, libboost-exception1.65-dev, libboost-exception1.67-dev, libboost-exception1.70-dev, libboost-exception1.71-dev
Filename: pool/target/b/boost1.74/libboost-exception1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 344852
MD5sum: 1a5a04ff587c6e81132c2501eb634394
SHA1: e5dde45f2783cc2fc68b14bf55b387155b08c0ee
SHA256: a7ea41da2fe2c6b587d0ef0b38d230b732b1c67d23b96629f61407ad0a2c52cf
SHA512: ff335a3b5d1bbf5a078c15f6e2a78884521d8430b0233bf2ded807c3c7c322f034ae779a8af2edbf4bc8fa1454bb48caa557067efe3a256f099110ed24092ca9
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: 2391
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-context1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-filesystem1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-fiber1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-fiber1.62-dev, libboost-fiber1.63-dev, libboost-fiber1.65-dev, libboost-fiber1.67-dev, libboost-fiber1.70-dev, libboost-fiber1.71-dev
Filename: pool/target/b/boost1.74/libboost-fiber1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 378632
MD5sum: 29daab710ce32becfb5480dd3bb3a910
SHA1: 4a9738b9bfc03d48ca5e1c27dde1768dc519fed5
SHA256: 7e52c1267d70384a6e85bd7d7a56d124927fbb5df2c32a2ffe72451364d4edb8
SHA512: 4294dfa1878d7a2d5d2a1c363607755ba49885b6cc9a5c120a75ca6bb636cd223487de1ba4dab16aec5002356790f93b64714517121db8f740b9cdc19d6a9088
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: 2222
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-context1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 12)
Filename: pool/target/b/boost1.74/libboost-fiber1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 368076
MD5sum: 293b263617458d62779eaf44432f5094
SHA1: fed92800c25478efa7f989aec4a618a328e4bf00
SHA256: f939fc85591f4723a5759e67ee35a95e5c6cf15c7c942c025b5eb243dd710e33
SHA512: af4f91eb3e2aaf56697cfa7496030174c6a2efa4be05ca61698f1ee71a34876cfcd76c0511d5d95c966c80bec3a39a96c5ac58b18b64d9e5663c084ec665e5c2
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: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-fiber1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-fiber1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 512484
MD5sum: b6da23ee1ea6e5e55d33f59e5c8dd334
SHA1: 3a12eb254c33012c1a1199fb6f9ba62df3aff744
SHA256: 5799585387a4b9bf64d3257bd901ee6ab03d3ed0a77a8579698a023fed1a8f5d
SHA512: 5032be595458d608c1e482576cc57c6f1b127a9874576218ad484bd108bab5cb0575a31914d64cff78398da46ef0597fd1ca30761dd98cbe69b1ba38a96a5c23
Description: debug symbols for libboost-fiber1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 20798e65abc3cb27a3ea999bb2c0f72d1c557936
Multi-Arch: same

Package: libboost-filesystem1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2675
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-filesystem1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-system1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-filesystem1.42-dev, libboost-filesystem1.46-dev, libboost-filesystem1.48-dev, libboost-filesystem1.49-dev, libboost-filesystem1.50-dev, libboost-filesystem1.52-dev, libboost-filesystem1.53-dev, libboost-filesystem1.54-dev, libboost-filesystem1.55-dev, libboost-filesystem1.57-dev, libboost-filesystem1.58-dev, libboost-filesystem1.60-dev, libboost-filesystem1.61-dev, libboost-filesystem1.62-dev, libboost-filesystem1.63-dev, libboost-filesystem1.65-dev, libboost-filesystem1.67-dev, libboost-filesystem1.70-dev, libboost-filesystem1.71-dev
Filename: pool/target/b/boost1.74/libboost-filesystem1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 406544
MD5sum: 5e47d951319e680fa6694d17de1da8ba
SHA1: c858a9610ece21034398ba0418d9bacb275f2f12
SHA256: 1bda3bb5d439bf869f220fb50f839fac27ed54074c3e581052fb4ef4bfd883e4
SHA512: 745d6644f7037cfe7525adb0edc430ad05f381e54d3561a344769d611b192a70d1ce368033d82c408029a136d8c0cf64fd94977e8dd58ec5ee8085a0fada8650
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: 2278
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Filename: pool/target/b/boost1.74/libboost-filesystem1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 385860
MD5sum: 4cf3f9c2c8252af64a1bf4226e4c0c12
SHA1: aaa14609c33065a9433e1d8f1d90d11f6bb9ea93
SHA256: 08d5bf7a965366800d3cba93210ba1048634d0a763287d9d578dc614ebafdf67
SHA512: c7b75f21adfe716286cee2866704dee9adfcd21b430731c5d160b281c0e7322c82a4cae596da8954ddbd0bbb7feb418281b68067606bd9b66eb027ce19eaaf0c
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: 782
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-filesystem1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-filesystem1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 757840
MD5sum: fcb8586590254d1c43c82f29b8630d78
SHA1: ba998adb486173cdc3f4e9b09906569fd8573061
SHA256: bc6fd066c25fdd0cd28b2be13032a2a68742487bd87144890574ceccc44ee122
SHA512: 6473e86c95269298ab18c9ba7d9d173690cb6a6f91c6dd604b9e6d13a615e3c6e5b4ff8a7d8336de9acef4e0391d466298b13c73c7074340884bbd88d6d71173
Description: debug symbols for libboost-filesystem1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 523b2f0f1ea89759cd0d10d666dcb4e6b47eed97
Multi-Arch: same

Package: libboost-graph1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 12517
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-graph1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-regex1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-serialization1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-test1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-graph1.42-dev, libboost-graph1.46-dev, libboost-graph1.48-dev, libboost-graph1.49-dev, libboost-graph1.50-dev, libboost-graph1.52-dev, libboost-graph1.53-dev, libboost-graph1.54-dev, libboost-graph1.55-dev, libboost-graph1.57-dev, libboost-graph1.58-dev, libboost-graph1.60-dev, libboost-graph1.61-dev, libboost-graph1.62-dev, libboost-graph1.63-dev, libboost-graph1.65-dev, libboost-graph1.67-dev, libboost-graph1.70-dev, libboost-graph1.71-dev
Filename: pool/target/b/boost1.74/libboost-graph1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 1606592
MD5sum: 623bb3fe3deccf9572f7ab4387e5b703
SHA1: a6969a69ae89f46430f5f16208492e65713dd8c5
SHA256: f71e56024a0ac9b266102f5d409934294a6092c5340304d54005859b284bf942
SHA512: 2327f8fa74ba5ecad05959c254dc51a2b55356b7009bb981ffb3aabc6544b512bb16465023f7c424d782b8deaa01f8101b1c274f5ab6ddeef2a23c8e233f86ed
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: 2406
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-regex1.74.0-icu72, libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: graphviz
Filename: pool/target/b/boost1.74/libboost-graph1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 428700
MD5sum: d371105f031a84314e8d26330cb477e6
SHA1: 6b67373500832daba44a088cac88a0cea4dd159f
SHA256: 07d29ed02d4031112b8be9b1d7bc2c14afa9bf2cee174fbc28fc8dd964d2349c
SHA512: 1fc76fb9d2a148feb3594b2f5cf447b6653a078c6f76680d3736334d7a473b2c752975fef2f41b91ce92957586d46cc5f04748243d476fcc21c0369429b1e7f6
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: 1436
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-graph1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-graph1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 1378448
MD5sum: 7a3951946bd69fe259ca5c86b9855126
SHA1: 8e60e565928e7c7d40c296df7a7cbfdd817b01e6
SHA256: 138795a2a0235cc8b9fd8913113f8ceced640c6be9f56e8bc44a390ad43150a9
SHA512: ec00297c1f7c954cdf0f3657a9306843cbd5f1e634b7b04a2995e796b2f437464da0586760d9114ab77c3fcf38bc089ff25756316e778bca757c7fde05ddadb0
Description: debug symbols for libboost-graph1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 875945868ac39e6e16314ffd2c6b93db47a4a18a
Multi-Arch: same

Package: libboost-iostreams1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2428
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-regex1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-iostreams1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-iostreams1.42-dev, libboost-iostreams1.46-dev, libboost-iostreams1.48-dev, libboost-iostreams1.49-dev, libboost-iostreams1.50-dev, libboost-iostreams1.52-dev, libboost-iostreams1.53-dev, libboost-iostreams1.54-dev, libboost-iostreams1.55-dev, libboost-iostreams1.57-dev, libboost-iostreams1.58-dev, libboost-iostreams1.60-dev, libboost-iostreams1.61-dev, libboost-iostreams1.62-dev, libboost-iostreams1.63-dev, libboost-iostreams1.65-dev, libboost-iostreams1.67-dev, libboost-iostreams1.70-dev, libboost-iostreams1.71-dev
Filename: pool/target/b/boost1.74/libboost-iostreams1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 375408
MD5sum: ab6b2d11490e08e2d1e277d7c7c673e9
SHA1: 05d89119d48f88504f124967139abcdd2a83365a
SHA256: ba4d011367ef07b88e0de8f5b0d51e4cdac610a9fdbd3c1c438081629a6ad773
SHA512: 8bfe7477940ef1bf628bef2f305cf8833f464b032d7d5272aacafcf1801f28eaa30ce8e6c504bcdf77aae9825524ba1a24cf0932181227fedab6d19dc9955901
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: 2238
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libbz2-1.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), liblzma5 (>= 5.2.2), libstdc++6 (>= 5.2), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Filename: pool/target/b/boost1.74/libboost-iostreams1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 367704
MD5sum: 9db3aa29935dd311d7be6743456bfa16
SHA1: 10e6f4af958afb9e717f2d2fd8075977bef23cb5
SHA256: 8eae43b01f3c518afd91bb9775a7bdcd8c78735397a77b052d848de302945454
SHA512: fb0c24cd9f116e1d5023d6b3c6af201fadfcb90ffc9eaf97aa65abf9279b88fbb1ec7ad7453b254e2e2bf11a89c7fbf97e2f2a957c31d2b8a244080d073578d8
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: 268
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-iostreams1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-iostreams1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 228480
MD5sum: 0ffef33f9e7b8d9f897d16c35db44616
SHA1: fafc95c9a7bf2e0c6dbfcf13f9bc2ddd9b576432
SHA256: a273e40b0b1ce906dd5d87d68b305b2c6d051e6e3b9af85058d2354379dc700a
SHA512: da99aeb4284deaf509efa573c3c5cc0b62ab8d4e71c4e24295004eede5d067332d3293f7cfeba2301a2fae597cfd17ba9797ce50e5843dfe14f8ea58a3e5d5a0
Description: debug symbols for libboost-iostreams1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 28b22545727508c8af1e94885e195baa168cf663
Multi-Arch: same

Package: libboost-locale1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 5335
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-thread1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-locale1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-locale1.48-dev, libboost-locale1.49-dev, libboost-locale1.50-dev, libboost-locale1.52-dev, libboost-locale1.53-dev, libboost-locale1.54-dev, libboost-locale1.55-dev, libboost-locale1.57-dev, libboost-locale1.58-dev, libboost-locale1.60-dev, libboost-locale1.61-dev, libboost-locale1.62-dev, libboost-locale1.63-dev, libboost-locale1.65-dev, libboost-locale1.67-dev, libboost-locale1.70-dev, libboost-locale1.71-dev
Filename: pool/target/b/boost1.74/libboost-locale1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 677468
MD5sum: a60abacbe201d1b140a4a1f0e5daecb0
SHA1: 5085446566bdaae92b9a7946855fefca15006202
SHA256: d3c99a5759ae57378e5f1243f704ea62c9cd888cb188db984c003b4ce9bbd372
SHA512: 8b5124a664c029f14cc88f8a06e107b60cc1ac984132dd8075c55d5cb75a0970484354c77317eab22654c2c61812d32accd06f5b94474cbfe3d1a8e5eddea319
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: 3060
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-thread1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.32), libgcc-s1 (>= 3.0), libicu72 (>= 72.1~rc-1~), libstdc++6 (>= 11)
Filename: pool/target/b/boost1.74/libboost-locale1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 577416
MD5sum: fbd45da71ded3cdfe47070b4242d1ef1
SHA1: 198df13dc33c9bb32763cd51df9bb7b0aab59c75
SHA256: 57dfc0ee85a4e30aec29768db0c13de7fa75bf091706030b15c29e8777d6183b
SHA512: 48c83b1fc07e3fc650708cea5a1b2afd3ba86d9badee5ba4fdde7acb8daa73ace9bbb349731f93709231fd3cbb54ac59c5f434ab4a8599b8fad35313e33fb4ee
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: 4429
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-locale1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-locale1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 4259296
MD5sum: 6b6234744ef6e13d7c26b4360dfd3524
SHA1: 0f4f40f025d870bf09f0877f42252d69b6ce4a42
SHA256: cbb51f4b667c198b69785ad96dec5b0bf34215e69d91f8d60afc7530665c9107
SHA512: d2bf6ef505e366147766ec877d4e43f646c391d458e268c9ee14d9a4543328ea1cc312ba628077e71581e0856478521afd57f68e051b68288dd7e0997f1d4626
Description: debug symbols for libboost-locale1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 958fc6f2f0e1e0eb5fe45c509fb55e4aba5e5b04
Multi-Arch: same

Package: libboost-log1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 8174
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-log1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-atomic1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-date-time1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-filesystem1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-system1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-regex1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-thread1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-log1.54-dev, libboost-log1.55-dev, libboost-log1.57-dev, libboost-log1.58-dev, libboost-log1.60-dev, libboost-log1.61-dev, libboost-log1.62-dev, libboost-log1.63-dev, libboost-log1.65-dev, libboost-log1.67-dev, libboost-log1.70-dev, libboost-log1.71-dev
Filename: pool/target/b/boost1.74/libboost-log1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 910608
MD5sum: 2c3de68ab4681818f6e9dd1ca7497ad0
SHA1: 42c74c544ffbb081776c26cea12df2259834135f
SHA256: 0805752483fbb6f693303953e8dd9e02e472329b323fed951dcedf40bff93926
SHA512: b79168f844f59f2c718d901440a72962b0dd352389aba2e6d9e30b82cbc3b84807be90a91ae0a1a51e656d070c4d212641bf94a7baade8ea3822c735e781e5c9
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: 3683
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-filesystem1.74.0 (>= 1.74.0+ds1), libboost-regex1.74.0-icu72, libboost-thread1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Filename: pool/target/b/boost1.74/libboost-log1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 727400
MD5sum: 2f484aa5a6c844c741493f65dd34df66
SHA1: 181eeb89ccb705b6098086e7b1507c5e79ff0d00
SHA256: 6a5d539a095e59ffafae35b1cee804f3dc7ea21157c588d69def61cae34c60a4
SHA512: 9c5791e2e22e085ebbbf15294fade19111ebc0afe6d8e2020b67aa18ad90810f38eb7fe899f967d6978eb1980da196a7d83c1bfaeb49df3d1e1393bb33b1d659
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: 8795
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-log1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-log1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 8205828
MD5sum: 62fc3b7d31c28985eabcb38ac517dbbd
SHA1: eb98c2f8bcaac485a17761c698bf93341d15ccc3
SHA256: 6ab336a8ec4eba11cf65b6cc077ef9eef3531377806690987cd1d25933bd3cdb
SHA512: ed9189adc69f189c24049dbdabe45d784701995438d186aa810cb22701df3333432ae0352983f9865ee1917c5833ea679cfd82ccee4fbe3d501e3a0e51e02991
Description: debug symbols for libboost-log1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 234451ab7e0e8ed8168ac4708ad52607d02da83c 6986e6f6cd15609d53c385e659fcd99707af637d

Package: libboost-math1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 6660
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-math1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-math1.42-dev, libboost-math1.46-dev, libboost-math1.48-dev, libboost-math1.49-dev, libboost-math1.50-dev, libboost-math1.52-dev, libboost-math1.53-dev, libboost-math1.54-dev, libboost-math1.55-dev, libboost-math1.57-dev, libboost-math1.58-dev, libboost-math1.60-dev, libboost-math1.61-dev, libboost-math1.62-dev, libboost-math1.63-dev, libboost-math1.65-dev, libboost-math1.67-dev, libboost-math1.70-dev, libboost-math1.71-dev
Filename: pool/target/b/boost1.74/libboost-math1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 691236
MD5sum: b12b893d3b674f127fa0f153945ef437
SHA1: a5e2490df75133cd3165140bf4134636ae354e5b
SHA256: 095a0e84453446d5896174e803d1e495593645678b0eb6d84d72c6ee663d58f9
SHA512: 0576914f89f322ed109ce242334d496f3cd9bf2c5e4ec1fd8752ecd548640c4bcc220712697093b47b93460fb0b6c9d8f7a2cd9e14fd1550736365770c428c68
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: 3494
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Filename: pool/target/b/boost1.74/libboost-math1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 617800
MD5sum: e1a94266694081d0fabcc1c1b7ba00f5
SHA1: c277560ecdcf57d88fc2c3b9cf6e3062de51e176
SHA256: 057a74047b4dcfc5d16a8cf58d3984d74e2a883a6b7b5136fcf93a968348e3ce
SHA512: c51af0f8e1ddb329d2445fad7529066b04228197c156ed94d114ca326849bdf5b13df0db2cbe05dfd2c373fa904fb065b94d0a6c2724425edb669bb391ea2745
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: 2748
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-math1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-math1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 2636596
MD5sum: e1f8e0e5918b707e78f671c9e4f8d03d
SHA1: 3ed84a7e013ff435978ff678532ccbf8ee94d3bd
SHA256: 6bb84c1e81ea1be89e01adb5cff1ab52659cdd38a124b15892852594605b4ca6
SHA512: 4e17099fcf0d28299c70a3013218649b7537db621f991b6e2fc3dbac085c950bd5912d506056e38c5e31facc65bab4c39e18f2f4728ceb361a4e0de08564a940
Description: debug symbols for libboost-math1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 308cdf72973a89d2fa69ee96150fb4c8e1c8b537 daefbcc9e8d3e4b82129fdf0f1ae614d4ffc7904 e432e7c83954889b4b223e0d63370f2cbda284d3 e52bf63a45d2ba7f1a5608e23abd6248839b04d1 e7e552bb2c5a19df65c60c243ce294fdd0a22b42 fa52195cbe5f444aa74c1e694e2b1750b6cffa8e
Multi-Arch: same

Package: libboost-nowide1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2165
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-nowide1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Suggests: libboost1.74-doc
Conflicts: libboost-numpy1.65-dev, libboost-numpy1.67-dev, libboost-numpy1.70-dev, libboost-numpy1.71-dev
Filename: pool/target/b/boost1.74/libboost-nowide1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 348180
MD5sum: 0473d168535b4feb8b36df8eafc075c5
SHA1: d4f72d3702f662fde8383ba58d8f7aa97cdf1da1
SHA256: ba5e04200438382e5b1e1229c605bf02c464032149091dc6e82dab6023fdf3ac
SHA512: 31d2c11516d65f64926fc370a92853c35069af36887e1cac40979db8c5f5f396a2dc3843e815a48e0c8d7983cf0ed494f5fda7131629d1ee647160957b82bca6
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: 2161
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1)
Suggests: python3
Filename: pool/target/b/boost1.74/libboost-nowide1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 346928
MD5sum: bd73dec67a94500cbb1c5ed9692b0514
SHA1: 258e2e3fe065b177adbe6373c6f048d6fdfa068c
SHA256: e899318f36a39ecb761de613061fd811fd5a3c10ebba32f2062d1ecc39b57a01
SHA512: 393d29928599a7274f2c8125c4e91e71d92af2ee22565c1521317f63e5a24e676256072c338e33cace788bd9f0f9d186c57cf800668fd5af1131d3563efa4196
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: 33
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-nowide1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-nowide1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 19556
MD5sum: eb9366f2975b04b2b2b23e8fedcefb1c
SHA1: b8abca38d66a2174952906367eb31699ec1abf16
SHA256: 4928f4e6c7962fc3de49d9bd07794cd08395231d789c9724661d74766ffdd94f
SHA512: ff9747dbf7abf913bde879ac3404be54638097296e1732579f5d2841fbbc734f37297c9d7425cb024675ff3719b2d4d4f5b0ff5b30da297c1f1cde222b7a5219
Description: debug symbols for libboost-nowide1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 6ac5d09ce65241cafd413a76d6d7bec531a03c7d

Package: libboost-numpy1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2256
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-numpy1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Suggests: libboost1.74-doc
Conflicts: libboost-numpy1.65-dev, libboost-numpy1.67-dev, libboost-numpy1.70-dev, libboost-numpy1.71-dev
Filename: pool/target/b/boost1.74/libboost-numpy1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 359624
MD5sum: e5a6e8c57d15dd595342e8f9087b7f9f
SHA1: b450bd07eefbde454deb724a0183e5dcba43b23b
SHA256: b439037ef4042ee9c04cb2d66ad75c29126489508f6a88d37f24496a8d194a2a
SHA512: 4b37eec113b0695bc20ec64259fe67fd67c0b935a56fbd3fcf0e1614b1a1d0e79798bdce6023fb83cf24b4d7648e9c0b92a51239627d990eb8e511972fe467ee
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: 2197
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Provides: libboost-numpy1.74.0-py311
Depends: libboost-python1.74.0 (>= 1.74.0+ds1), libboost-python1.74.0-py311, libc6 (>= 2.4), libgcc-s1 (>= 3.0), libstdc++6 (>= 5)
Suggests: python3
Filename: pool/target/b/boost1.74/libboost-numpy1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 356356
MD5sum: 13f32f9453b82c36a1edcfe3ed5aa352
SHA1: f7bb941946f4f9902692ba4091b299d863383d95
SHA256: ba7d3c79015d9c46aac05b580e9f1c5451c3ec9598d56a36ff4e8a58ac7625b7
SHA512: 3d997db3462e6ec4632a5c728a4da15c63f5b6e96a23c1c3a84f45fc110ce84b7c7cd461f4b20fe431eda62f6a98f72624d5923c1dfc451abcce97d804128951
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: 187
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-numpy1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-numpy1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 162268
MD5sum: a419db359486078efa22ebd3180d490a
SHA1: 4af8ae1507a0349093b254a27b0c9323f82ffcc1
SHA256: cb0c7f599435d7b47e52f7909610bb70077db94e23fb7522e4e3f7d3fe0fe76b
SHA512: 76962ace784da7ad90674834789644774cebcc681f4d828853f480a190e2d436987a0fc8ec7663c8af9496a9407649d2186fa26248ff2813dcefc4884a7f67c0
Description: debug symbols for libboost-numpy1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 27e4329559d3307a5a90a22772a5a11027364a9c

Package: libboost-program-options1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 3295
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-program-options1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-program-options1.42-dev, libboost-program-options1.46-dev, libboost-program-options1.48-dev, libboost-program-options1.49-dev, libboost-program-options1.50-dev, libboost-program-options1.52-dev, libboost-program-options1.53-dev, libboost-program-options1.54-dev, libboost-program-options1.55-dev, libboost-program-options1.57-dev, libboost-program-options1.58-dev, libboost-program-options1.60-dev, libboost-program-options1.61-dev, libboost-program-options1.62-dev, libboost-program-options1.63-dev, libboost-program-options1.65-dev, libboost-program-options1.67-dev, libboost-program-options1.70-dev, libboost-program-options1.71-dev
Filename: pool/target/b/boost1.74/libboost-program-options1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 485180
MD5sum: 7f44469875d74a77ffb905bbc94af5f4
SHA1: a0e139c08c32031b6eb7bf09fbbdb7f3b2be7a81
SHA256: f8af6a2a1916375d91c149ac47c47721eaefaae8b20371a12d9061933953e69f
SHA512: 0520174830553238a5b4750e0f61be57f87028eaffb6741d21cc1de11e55cd26b80fbb124ec5e024d7b06cf5f24fedadde16d13be1a01b7c4c70d10f90a82e06
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: 2566
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Filename: pool/target/b/boost1.74/libboost-program-options1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 456528
MD5sum: 98e9fd461d25ad1c79c2e83f73918205
SHA1: fcd94bedd91195573d683b6a79871c830f273a52
SHA256: a24ce9b240fb6224125b2c9254d02992ec8af1040e7c95e939d0bdff95bc50fe
SHA512: d111b603666513e640b524075c36ea54e6f8acd9a77a342fc47a7e1bda5856c6cf71faba7be5ce247241ad1d42acb6ba5ec27aae83e4efc2136a98b71c2d85e9
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: 2472
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-program-options1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-program-options1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 2393564
MD5sum: 3447a747323d135011a0640b29823de2
SHA1: 914298bceea7c44b4f2831526f39958da335daf9
SHA256: bc10112f87b55d8c9a8c753f1098edfeb0b37c80965b4f447ea5499b3eb64575
SHA512: 12675c0ce492008b2f9dcbd38243b1299791593ea2d387398b6db053c67585995e62ee7be2a499175fd430ce99dbc29e0b6cfde4285ccd2fe4eadd88e4876ac2
Description: debug symbols for libboost-program-options1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 00672b8d58da31fb3cdc33d92dfff786e8c25eaf
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: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-python1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libpython3-dev, python3-dev:any
Suggests: libboost1.74-doc, gccxml
Conflicts: libboost-python1.42-dev, libboost-python1.46-dev, libboost-python1.48-dev, libboost-python1.49-dev, libboost-python1.50-dev, libboost-python1.52-dev, libboost-python1.53-dev, libboost-python1.54-dev, libboost-python1.55-dev, libboost-python1.57-dev, libboost-python1.58-dev, libboost-python1.60-dev, libboost-python1.61-dev, libboost-python1.62-dev, libboost-python1.63-dev, libboost-python1.65-dev, libboost-python1.67-dev, libboost-python1.70-dev, libboost-python1.71-dev
Filename: pool/target/b/boost1.74/libboost-python1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 437816
MD5sum: c5d21692a6d22901f6ee8ec9f8bdd753
SHA1: b450925f0aae7b99834a490e5c20fcb80da6fe51
SHA256: 2003b99d74c33e16b38d54375b53dc501c8e0daf3591b3b21574a34678db55f7
SHA512: a3d2f92e18db1f4929ef818bdf29909dbc20a8f9fb5c744479c40b9b21652ffe5dd33543cdd1fee0f0b2e65c2eb38cf2954e820b257026127f3b804551a57c5f
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: 2394
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Provides: libboost-python1.74.0-py311
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: python3
Filename: pool/target/b/boost1.74/libboost-python1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 416804
MD5sum: 28e06f7a68d089e7e730314c99d875ef
SHA1: 5e52032beb5e0162ffd69846700322030807499b
SHA256: a5672fb40eeb4291a248d2cc740af8bd45c63b1489840e2ae8c10556ea80982d
SHA512: 08826fa88af775839558b765a149042e60e934567c3f3a7fab24998fe14157cb82c9603d771be257da6c68787ebd5163ed942e6303662c0ed7bbc3d1d470699c
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: 1174
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-python1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-python1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 1112936
MD5sum: 720f23647e85ad0eed16802663dcf6cd
SHA1: 9c580d4e4e701edcc1ee9d07efdcdd3f8631b95b
SHA256: 1bf277fbf9ec34bb656a36a9014adad3d0e3b87cfa688c51b644e45fdeda645f
SHA512: af61f04decec6b3bc438a5f19a92af193f731fd310769aca1189b149937dd3dd0c4e9eae3f509f6db7fbfce8a222a018346e8e662c765474dd83096cf2b710bb
Description: debug symbols for libboost-python1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: ad6385b9cd5ccc5f921906fe59b9a1564906e58c

Package: libboost-random1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2218
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-system1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-random1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-random1.42-dev, libboost-random1.46-dev, libboost-random1.48-dev, libboost-random1.49-dev, libboost-random1.50-dev, libboost-random1.52-dev, libboost-random1.53-dev, libboost-random1.54-dev, libboost-random1.55-dev, libboost-random1.57-dev, libboost-random1.58-dev, libboost-random1.60-dev, libboost-random1.61-dev, libboost-random1.62-dev, libboost-random1.63-dev, libboost-random1.65-dev, libboost-random1.67-dev, libboost-random1.70-dev, libboost-random1.71-dev
Filename: pool/target/b/boost1.74/libboost-random1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 356488
MD5sum: 5e8fdc09e11854ce69e9a691b75a37e2
SHA1: de61a3fedfe8644713e0c91b51e4e958cd3784e4
SHA256: 4cb81ecb407a5e0e25e5e373ac589fd63347f878c99820f4887bdd81a4028104
SHA512: 3cadc7525c0ce39b0269b08688cbd00ec07992dbc46cbca3809014aa8cf45d040b15afc84e459bc2d0494af523224641575ea9aa10c9422dce53ce7d7ee5bbc8
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: 2182
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Filename: pool/target/b/boost1.74/libboost-random1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 354044
MD5sum: 9f98c25c7e02f7f594eda5c1495a6db1
SHA1: 3260fe5dafe2dee228dfb370b2dde7cccf371dc6
SHA256: 141900d46c86e1bed8c9dfb7197a41fb393c68cf51b4a55a1c6d83c0cd3357a4
SHA512: cfde8e808060f12eaa63b4551bd362d6ce2750b7dbfdc59564131ab1faa9a5f985e1af9934d330e0480b67456953412cdc10aed69e70d6620fb24956b8346770
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: 131
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-random1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-random1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 113292
MD5sum: 9f0709158e651d7234213ca2910c0ec4
SHA1: 2ea332d9319814fe1e1cfa57522aa84593172067
SHA256: 0a91e7260105a225dcc77cddd59fa1c6214983a66c813e4b8b18225a34984fc0
SHA512: 094d1db101088b3b3a9185393a16a4f5225e03ded11862b7b785e845b778edd5fbbe97f184c3faf4c64e57edac01256a101f9956772be319e72e8288d2ad803e
Description: debug symbols for libboost-random1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 82500586e52ebcd9cb15a0a9e3d64aa5350867b9
Multi-Arch: same

Package: libboost-regex1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 4988
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-regex1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libicu-dev
Conflicts: libboost-regex1.42-dev, libboost-regex1.46-dev, libboost-regex1.48-dev, libboost-regex1.49-dev, libboost-regex1.50-dev, libboost-regex1.52-dev, libboost-regex1.53-dev, libboost-regex1.54-dev, libboost-regex1.55-dev, libboost-regex1.57-dev, libboost-regex1.58-dev, libboost-regex1.60-dev, libboost-regex1.61-dev, libboost-regex1.62-dev, libboost-regex1.63-dev, libboost-regex1.65-dev, libboost-regex1.67-dev, libboost-regex1.70-dev, libboost-regex1.71-dev
Filename: pool/target/b/boost1.74/libboost-regex1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 685376
MD5sum: 0958a40eb943c1bd6f015e49cfcad283
SHA1: 47bfe1f80ec9bd85f8da7a1c2f77c6c34be3e930
SHA256: db067f5d180187f6121d3064d05b711d07084bf9e6bed73c2c52c60786d9d73f
SHA512: f6f3bcf663a368414db48087f5cd50d9f8a3c830f08ef291396db9c8528fe2807893c64d5c9a526e38792c6526c6f21d0aa77beefc07be1d064c2fcdaedbc092
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: 3223
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Provides: libboost-regex1.74.0-icu72
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libicu72 (>= 72.1~rc-1~), libstdc++6 (>= 11)
Filename: pool/target/b/boost1.74/libboost-regex1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 615048
MD5sum: d2406cb08a4ae5003b89794bee1b25db
SHA1: ead6267491bf14b6f29a6b1107f298433cbb47d4
SHA256: 0e4293c33f0a33901e5e9dc3ca6ed5796526368316bba850fc922c8d38b8544c
SHA512: a4797eafbb06367aaa3a0f6f39c2fc8ee75c160844ff2b423ae5a95b9a5c000a4517ec171a2590b8009a6aad6f0bf6a955bb3708c5bccf26187b0f989900b0e2
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: 4363
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-regex1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-regex1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 4225188
MD5sum: 7ea420d9339950307732e6bbaca0bae5
SHA1: 2a6daf806881500b0b47b39f678d40e6d6026b7b
SHA256: dfc2f558bd6c15d6c3ea41d2d72c5403a2d36b4b3ed782d6e54a5e8e47b51d51
SHA512: 2aa93619a3610e906a542547fd5afede361c47429ff2a9af54aacf0310f89ca18f1afbaf8d9e9dfdcc3e83ce66c5691b939a180a81a74819b685edfe319b1ada
Description: debug symbols for libboost-regex1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 29cb81917e2d14f5f940b87d80350ab5c2807ce6
Multi-Arch: same

Package: libboost-serialization1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 4128
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-serialization1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-serialization1.42-dev, libboost-serialization1.46-dev, libboost-serialization1.48-dev, libboost-serialization1.49-dev, libboost-serialization1.50-dev, libboost-serialization1.52-dev, libboost-serialization1.53-dev, libboost-serialization1.54-dev, libboost-serialization1.55-dev, libboost-serialization1.57-dev, libboost-serialization1.58-dev, libboost-serialization1.60-dev, libboost-serialization1.61-dev, libboost-serialization1.62-dev, libboost-serialization1.63-dev, libboost-serialization1.65-dev, libboost-serialization1.67-dev, libboost-serialization1.70-dev, libboost-serialization1.71-dev
Filename: pool/target/b/boost1.74/libboost-serialization1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 486916
MD5sum: 33f966257fa679b1d2c679db48234158
SHA1: 4adcf83d9070600c6614c3d2672d5017aa24b49f
SHA256: 1a55de07476e25707a70e81ae34c3b6f15c22d75a86f5adf30b6746de01e6156
SHA512: b12f9d55e89a9a6455fb4a7af7e94af3ac17eeef21011ac70cfe7cd3182aeae3cd82d7cc3f5252790d5c1cd87ed66e786b1f9fa92d67fa62e8532b0d00172ce9
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: 2612
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Filename: pool/target/b/boost1.74/libboost-serialization1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 445904
MD5sum: a79ac6bb58c39cd42f831a5a517be5a1
SHA1: f0ffaec7bb076044e3f8ec3c13c55ad13202c7e2
SHA256: 500e0606258ec7ad4161436e1b842cc460406d35c82791ba563bdbbdf6c2d1ed
SHA512: 652d79bcd706573a2fca072ac9850601cdff0b47a5fee524bf411566a51cb315a1936df43a1afcfb69297101adb1d416e48dcff191c2abb41d9e51ba5e9f8e39
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: 2418
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-serialization1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-serialization1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 2121064
MD5sum: ce0a59f8400bd3b8e9a6935ddada730e
SHA1: df9bc23969031d1945ab4687692d09cf986569ec
SHA256: 54bd1d91f5a10efaaffb9bb9c550614946cb33218567335a8705fdb836300bf7
SHA512: 180e92baea1405560ef02d8dc72744284a021ed59742a09e0e21acedee6279f8a7a5a02500d7f3cfc2a30a92d2643c4a9a2509c7f0f94a430819a6ca2e277c44
Description: debug symbols for libboost-serialization1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 2ca25adf5e051a1c0876322eb133e1e1c825cb63 8655f03007e80327f74349e204a297992bd15d0a
Multi-Arch: same

Package: libboost-stacktrace1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2254
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-stacktrace1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-stacktrace1.65-dev, libboost-stacktrace1.67-dev, libboost-stacktrace1.70-dev, libboost-stacktrace1.71-dev
Filename: pool/target/b/boost1.74/libboost-stacktrace1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 359536
MD5sum: 2b3001a3d02762e568cbea65380be34b
SHA1: 1e0ff2d6eb797d88a234ffa38aa1e4a0c201e4ac
SHA256: 79d6ab9d626e6ff38b9538d7b44d873daa25ade4825e3adee93699f87cb9382c
SHA512: 9bbfdb6c5989222165f7667969c100cbb85808313ec9fc0ffa3e2849cdf20318852504a52f5623bb60792b7b3ad34e0e28e7e6fea933adc4e612384a28a6d2a0
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: 2290
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3), libstdc++6 (>= 5.2)
Filename: pool/target/b/boost1.74/libboost-stacktrace1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 388352
MD5sum: 5c892be656ddf0457beca1367d82a293
SHA1: ea761d628434df7f4e1a26ac81e2867f2f602d8f
SHA256: 069ff585c785e7c1625f836e0495118a92ebc287fc2aebfad7c8812b9d1d7dea
SHA512: 1661134d2e47abd07df80595d08ae09f88f750b9a7895ae3be0f7b0cb3f994ccaab41e268b46373c320923d05300c0604c5747dbee62545b45af9384ca1b5091
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: 186
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-stacktrace1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-stacktrace1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 147816
MD5sum: 631fc26dc87cd58fb85266a2480a21bb
SHA1: 922bd0f32d677f23655eba3dfafe921b05581a8e
SHA256: 8c0f3cb5ba6fd1585c3b2af62f37aa815559301e3efec38e3a21195c0f8381f5
SHA512: 4102e3c226e5191a130b50b10e1c5fbbeed51b7d7ef32311ba840c273c13f91ecac66acaafff4d0a7fa7a3bff6f5c1a3f40ed0411c8c71a98c97555a4e38e3c0
Description: debug symbols for libboost-stacktrace1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 07738dedc92dc37109e78d5e04ba6ebbcbbe9f7e 57f030c6c07310882afe27b8b8805c6adba5b874 70a855b8683a3174f979318c23dd92d262e9b5dc d67f97aca46ed15eba1e16443f1cebf4c813b002
Multi-Arch: same

Package: libboost-system1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2157
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-system1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-system1.42-dev, libboost-system1.46-dev, libboost-system1.48-dev, libboost-system1.49-dev, libboost-system1.50-dev, libboost-system1.52-dev, libboost-system1.53-dev, libboost-system1.54-dev, libboost-system1.55-dev, libboost-system1.57-dev, libboost-system1.58-dev, libboost-system1.60-dev, libboost-system1.61-dev, libboost-system1.62-dev, libboost-system1.63-dev, libboost-system1.65-dev, libboost-system1.67-dev, libboost-system1.70-dev, libboost-system1.71-dev
Filename: pool/target/b/boost1.74/libboost-system1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 346412
MD5sum: 8e9054636013054cacf25ecd7d1bfeb3
SHA1: 2d64a97ea7186e7894601ca996f6bcbdb61543e8
SHA256: 77be05690d9e817306a1e2df00f2548546fe6cf180b83e1f314eb55c8c11dda4
SHA512: 7ce4b0e4b9f70a79cee86e703258da0d2db9021280e6a24b2d15a1fe6a7e81dcaf2b82b4022b022c20857ea48b5274bbcb34806ab220387b2458ff5c8632a2e1
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: 2161
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Filename: pool/target/b/boost1.74/libboost-system1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 345436
MD5sum: b613f81f3f80ea433dad8cae07f66398
SHA1: 46320eabd038d9b77890c613668c23cd57d04ea2
SHA256: 0badb621d84c11f4486ae3cb82cc1f32128b4b3edc44b491877fca911920ea1d
SHA512: 82defa3b027ae7028f19e62e29657a2967d48c6b67d642cb8fee95e59d2633c339c5b985fcfbf8361c40c3dd69e5b3e33fef19cf71dfc6a8720af33d70d2de80
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: 16
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-system1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-system1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 4032
MD5sum: 8e6223d1bc75e485924f6180b81f4ca1
SHA1: 9be349a76a0f1fef448b435f3fd01f3ace4a2a80
SHA256: 0475968ba357937d74dc785c053969aa26d5c2d5cdc38d2f2a59dbe823088eb2
SHA512: 10eb072844a0ea3a76337b62ab7ab7a6926e8c326ae6f0a92c2c6569b10eb64cab5e3bf301aec654d5898eca137e2f3506ef67199c51fc5267843c05b218fc4e
Description: debug symbols for libboost-system1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: ecdfa4f00cf268904700e7828d5c68f731c7fd67
Multi-Arch: same

Package: libboost-test1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 6886
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-test1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-test1.42-dev, libboost-test1.46-dev, libboost-test1.48-dev, libboost-test1.49-dev, libboost-test1.50-dev, libboost-test1.52-dev, libboost-test1.53-dev, libboost-test1.54-dev, libboost-test1.55-dev, libboost-test1.57-dev, libboost-test1.58-dev, libboost-test1.60-dev, libboost-test1.61-dev, libboost-test1.62-dev, libboost-test1.63-dev, libboost-test1.65-dev, libboost-test1.67-dev, libboost-test1.70-dev, libboost-test1.71-dev
Filename: pool/target/b/boost1.74/libboost-test1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 653468
MD5sum: b15fdd2f7b7cd2c747a0f740bc41ca62
SHA1: abb56676cba494971feda387f7a5e0e407865fef
SHA256: 6b74d9c23e974303c44ce1edcade60ec3aa3880a4a2464e549665eb17d501f1c
SHA512: ebe3a244f4e68904881a34f9383a289454a4682f2a76e8d3f12c9cacd9be6a9cdbc61d311aa1155c7b29e881ce62b5cdb06a633645325356ece523ba1521e184
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: 2946
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Filename: pool/target/b/boost1.74/libboost-test1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 580580
MD5sum: 37f1c687a57b13af7416f8ffcc0b3a1a
SHA1: aae229cef6788a545dbd474847afb00940d268b3
SHA256: 47fd8a66c27b5836aa97e95129283bc4f9f3896224df3d07c560b54a1809b479
SHA512: bf441ef10de8cd4a72292c98e478ac644e57e6786a623d322bb0dca5b4631004f232dca5f13e659db82b6c255e8870202c6f02d8ca0f2b9d66ef53f649efeade
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: 4465
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-test1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-test1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 4296216
MD5sum: fd87b2a6b04eb5a08e2ea3b12c52a49a
SHA1: 3610ddf849e0ede0608375828cbe5284cd5d27a2
SHA256: 294d101fe5cb3020d1156d170c07f623d7c303df943a193dd9977570968588c2
SHA512: 65d70baf5e19699b68138d5ed7288366b18e765a77f5b0e7d4dcd95c35ed552325c39960141c7e1536d38a5eae965b8ff086888f66fd15c92fab277a26752f5b
Description: debug symbols for libboost-test1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 3df847b1d67e0ab4176e2f2588cc67040b8245a8 858a0a495da8e2d6fe50d2c3873ee9c1c1e11f29
Multi-Arch: same

Package: libboost-thread1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2516
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-atomic1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-chrono1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-date-time1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-system1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-thread1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-thread1.42-dev, libboost-thread1.46-dev, libboost-thread1.48-dev, libboost-thread1.49-dev, libboost-thread1.50-dev, libboost-thread1.52-dev, libboost-thread1.53-dev, libboost-thread1.54-dev, libboost-thread1.55-dev, libboost-thread1.57-dev, libboost-thread1.58-dev, libboost-thread1.60-dev, libboost-thread1.61-dev, libboost-thread1.62-dev, libboost-thread1.63-dev, libboost-thread1.65-dev, libboost-thread1.67-dev, libboost-thread1.70-dev, libboost-thread1.71-dev
Filename: pool/target/b/boost1.74/libboost-thread1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 394240
MD5sum: fb2ddae38a465be49748fab1e49d4318
SHA1: ff83ca4f0bc367e1d8ef90c313ef1396a05d49b2
SHA256: 4cbba8b020d69944927e2534af754ebc174e2c998d4faa276f3fa92da55527a2
SHA512: 47d0a96e98ce0a9a684531902f7883dbf1520ec4a3660f684129ccb79c96b5ecbd3a61c56a695550975dbff1ca30712d1f87f61760f446f23474e3d80495ab2f
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: 2282
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Breaks: libboost-regex1.74.0-icu67
Filename: pool/target/b/boost1.74/libboost-thread1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 384848
MD5sum: 04172fb74952962f75441e1fb54b83a9
SHA1: 417a8b046a395d08b92847f8471305d302843dad
SHA256: 61ee2ef3575f2ab3865454314e790c8064f69cf1a8d2f241d8febded222dae38
SHA512: a688c325c5b8db8ce78320e9661622562c9c9450d77f88733c387e0300a88e1a2d4d10f7b646b4d6456d39c966f9865f90be8cc837484a0eea10dfd3e4241088
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: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-thread1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-thread1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 624456
MD5sum: d197a591ef06dd17b8328f3f63ccf534
SHA1: eb4e4f108397b7a726065f808d478f1f03cc3b5d
SHA256: ae5cee07803f3059d403b9a981508169d2750c0aca8b0e00d388da87384a9ab3
SHA512: 69bdea2b91cf9325f4b597e827b516c2b7b3165ad1ba72c964375f4b6a067d5677df248a3f17965293fc0ec95b5e18de24baef6429b0fdd71c67eda8baea8b9e
Description: debug symbols for libboost-thread1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: fe10e482a3027f11ebeaece0a9bd1448917fe7b4
Multi-Arch: same

Package: libboost-timer1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2212
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-chrono1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-timer1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-timer1.42-dev, libboost-timer1.46-dev, libboost-timer1.48-dev, libboost-timer1.49-dev, libboost-timer1.50-dev, libboost-timer1.52-dev, libboost-timer1.53-dev, libboost-timer1.54-dev, libboost-timer1.55-dev, libboost-timer1.57-dev, libboost-timer1.58-dev, libboost-timer1.60-dev, libboost-timer1.61-dev, libboost-timer1.62-dev, libboost-timer1.63-dev, libboost-timer1.65-dev, libboost-timer1.67-dev, libboost-timer1.70-dev, libboost-timer1.71-dev
Filename: pool/target/b/boost1.74/libboost-timer1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 356876
MD5sum: 467b4a04c40d77e21b608d6addb783b5
SHA1: 40395886fbfb35bc90e022edfd4b6f88f0434127
SHA256: 1a77e0cad9f388a4d611a3446305d935819ac79eba696ff0bc4734ccce4dd565
SHA512: d2321157a142af575223e4746bebcd5e24409ea78822ce0fecd56e43769ebc5fda0ae862364b584017deb5ce82a146f33466c7f56f61c3b1fb9a554bf2fa3272
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: 2182
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-chrono1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Filename: pool/target/b/boost1.74/libboost-timer1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 354128
MD5sum: 12336020e8018b137af80f6eb100b041
SHA1: 134f97c775db99ad9d5de416d0cd2de49c9c0e80
SHA256: b68c068ea0fe89d0b6fe9cf578e062dec5b4989bdd363187371a9b22e718443e
SHA512: f1ccc78fcb06338a522dfe91d240a6363480ac44d8b745c6a59cea8ebe0851fd940a3988f65fe00d9419c38f75b6c3e1a8054e091a5786257560df3693fd2d6a
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: 133
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-timer1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-timer1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 116152
MD5sum: 1deb537817301c1a0d0d93a024814bef
SHA1: e9c10806a1c69d63938dab2afd79f34e2d8e0930
SHA256: bb82d5073a965f54aedfb382a0a33712c51bfd1b569c7267ae26c9adb603c1ff
SHA512: c1258c44c94e805d5198412a835d03bd671aabc8da26c74d1ba51c8f9267ca870f02b909acf9db970128288b455830c7636a1b853b0dc8a41f69c6a60697e7b7
Description: debug symbols for libboost-timer1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 239c46a7b9d99c26321a383e185472c1231e0069
Multi-Arch: same

Package: libboost-type-erasure1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2277
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-system1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-thread1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-type-erasure1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-type-erasure1.60-dev, libboost-type-erasure1.61-dev, libboost-type-erasure1.62-dev, libboost-type-erasure1.63-dev, libboost-type-erasure1.65-dev, libboost-type-erasure1.67-dev, libboost-type-erasure1.70-dev, libboost-type-erasure1.71-dev
Filename: pool/target/b/boost1.74/libboost-type-erasure1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 364032
MD5sum: cfa69ab923679753c2214b9b7a6f109a
SHA1: d410f914a28840c56d9091bb7bfc01d5b0afa767
SHA256: 27a3c5fd292318178c39dd4edb95ac9e3372d73210e2764784897966ee4fd95e
SHA512: 3dde07c2cb5ef5d9b84b6ecdd73d1380d246f1f0848b9f187a9add5512862b491c127f3c017efaf74287c80a167c907f56fca3c2fe8489b7b47e1af9c5a28f09
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: 2206
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-thread1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Filename: pool/target/b/boost1.74/libboost-type-erasure1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 360604
MD5sum: da1115922ec23c4db2635bbc78572e82
SHA1: 78a12253b2abfe88f1bfef4ed4456389ba82ec17
SHA256: 57b7dbd1bb1e1d1bd36d91bbb7fc29d361a74d38f128f0be9061f6fbc5a29271
SHA512: a8b8531374b77ae1ced26ef399190ce4fca048516e7bca6f20d6ee89f1ee0685c2c4777fa210c040489016157ad6284b86b70f9353e76c469c3c502d2002e146
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: 236
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-type-erasure1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-type-erasure1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 215776
MD5sum: 7b69be45f26de5c0d51132c79b6d1b99
SHA1: ef0ed35f0a30f25bff21c54aad0e98c1e126be9f
SHA256: bb1aaab1ecac4e02170fa953856813ed1e1c171c5748a2d80b4efa458a665fe1
SHA512: e67158d23c361804d15433f43871c84a4c01fcfee1ad452a655c533b15dbefcaec3f159d77f817fc159010150d9e7436de5c83db7bd8d666e9c17b94ed51c129
Description: debug symbols for libboost-type-erasure1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: f212de1ba5e03e6c4c7de1530371cd3014dcf337
Multi-Arch: same

Package: libboost-wave1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 6648
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-serialization1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-wave1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-filesystem1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboolibboost1.6-dev, libboost-wave1.42-dev, libboost-wave1.46-dev, libboost-wave1.48-dev, libboost-wave1.49-dev, libboost-wave1.50-dev, libboost-wave1.52-dev, libboost-wave1.53-dev, libboost-wave1.54-dev, libboost-wave1.55-dev, libboost-wave1.57-dev, libboost-wave1.58-dev, libboost-wave1.60-dev, libboost-wave1.62-dev, libboost-wave1.63-dev, libboost-wave1.65-dev, libboost-wave1.67-dev, libboost-wave1.70-dev, libboost-wave1.71-dev
Filename: pool/target/b/boost1.74/libboost-wave1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 599524
MD5sum: a7307f96c563f63207fa579a1ce31e33
SHA1: d11127186e7685842353557f59f16984e4a08e17
SHA256: 74f958e34ccf8e1591214ac433c1cf8aa40b61ed7c1740cfcdfab10365240318
SHA512: e6954934d8c370da9bf5b82f79fe7fa0591cad03cb222f462e57ab9855becd513dac6e1778cfb4309b3eb1e8aba4cfe16430356cdd77b3390a8e9ee58f47fe93
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: 3034
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-thread1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Filename: pool/target/b/boost1.74/libboost-wave1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 546648
MD5sum: 54a5781a3a9a40076c319c44bc989c22
SHA1: 12a83d839ae2a9bbf797f4f36e258edf4812717e
SHA256: 3178e6411c672d5a8bca52f7acc2a3a9667f37f740e8dd2cc89b38bc67f1c271
SHA512: efaca61dc262aef808ee5067877fe38b7feb7cbaeef1776fbec4aa8f92e43b83b0c1acdc80f1e5c72c4c4438ea286279ab081453b7adf464b7ed183163ff5dbc
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: 5607
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-wave1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-wave1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 5084836
MD5sum: 0e856967369dc6438f85575ba6f42183
SHA1: ca67fc67f9c5636a55381e5275a9a2cf815db263
SHA256: feea5510c9f7610dc54c4b5887d70f21adb908b3479f20d604b4d3949012319a
SHA512: 1172faeb5c56f3b847c5460c22038ec91f5d1f671852dfb144f4625fe01b4315be6dd96e0ab348ce6b16178d5517079e65050bddc6d9980879e4414d5c5e6bf6
Description: debug symbols for libboost-wave1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: b68654ae921910e3a5f40873d3b24a60ede85c10
Multi-Arch: same

Package: libboost1.74-all-dev
Priority: optional
Section: libdevel
Installed-Size: 2139
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev, libboost1.74-tools-dev, libboost-atomic1.74-dev, libboost-chrono1.74-dev, libboost-container1.74-dev, libboost-context1.74-dev, libboost-coroutine1.74-dev, libboost-date-time1.74-dev, libboost-exception1.74-dev, libboost-fiber1.74-dev, libboost-filesystem1.74-dev, libboost-graph1.74-dev, libboost-iostreams1.74-dev, libboost-locale1.74-dev, libboost-log1.74-dev, libboost-math1.74-dev, libboost-numpy1.74-dev, libboost-program-options1.74-dev, libboost-python1.74-dev, libboost-random1.74-dev, libboost-regex1.74-dev, libboost-serialization1.74-dev, libboost-stacktrace1.74-dev, libboost-system1.74-dev, libboost-test1.74-dev, libboost-thread1.74-dev, libboost-timer1.74-dev, libboost-type-erasure1.74-dev, libboost-wave1.74-dev, libboost-nowide1.74-dev
Filename: pool/target/b/boost1.74/libboost1.74-all-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 344036
MD5sum: 1b21fa50426b5062c1276b2d2de63b5b
SHA1: e64ecc7c59f65cd0c2c1978df5c2bec4b6be7552
SHA256: 0cc00e6b3d5b04c0a0bade590eb419b5d335605e5e5dabe1871ef08aff582fa5
SHA512: 68683b7c3647d6725ca437562724a38315639fb9db282abb8876f9c739817dfd45f95f8db654617943a028804e5b52582bd9726229f8cf0e488a3e0f00991d44
Description: Boost C++ Libraries development files (ALL)
 The Boost web site provides free, peer-reviewed, portable C++ source
 libraries. The emphasis is on libraries which work well with the C++
 Standard Library. One goal is to establish "existing practice" and
 provide reference implementations so that the Boost libraries are
 suitable for eventual standardization. Some of the libraries have
 already been proposed for inclusion in the C++ Standards Committee's
 upcoming C++ Standard Library Technical Report.
 .
 This metapackage provides the complete Boost development environment,
 including all separately-packaged libraries.
Homepage: https://www.boost.org/

Package: libboost1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 138348
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Replaces: libleatherman-dev (<< 1.12.1+dfsg-1.1~)
Depends: libstdc++-12-dev
Suggests: libboost1.74-doc, libboost-atomic1.74-dev, libboost-chrono1.74-dev, libboost-container1.74-dev, libboost-context1.74-dev, libboost-contract1.74-dev, libboost-coroutine1.74-dev, libboost-date-time1.74-dev, libboost-exception1.74-dev, libboost-fiber1.74-dev, libboost-filesystem1.74-dev, libboost-graph1.74-dev, libboost-iostreams1.74-dev, libboost-locale1.74-dev, libboost-log1.74-dev, libboost-math1.74-dev, libboost-numpy1.74-dev, libboost-program-options1.74-dev, libboost-python1.74-dev, libboost-random1.74-dev, libboost-regex1.74-dev, libboost-serialization1.74-dev, libboost-stacktrace1.74-dev, libboost-system1.74-dev, libboost-test1.74-dev, libboost-thread1.74-dev, libboost-timer1.74-dev, libboost-type-erasure1.74-dev, libboost-wave1.74-dev, libboost1.74-tools-dev, libmpfrc++-dev, libntl-dev, libboost-nowide1.74-dev
Conflicts: bjam, boost-build, libboost1.42-dev, libboost1.46-dev, libboost1.48-dev, libboost1.49-dev, libboost1.50-dev, libboost1.52-dev, libboost1.53-dev, libboost1.54-dev, libboost1.55-dev, libboost1.57-dev, libboost1.58-dev, libboost1.60-dev, libboost1.61-dev, libboost1.62-dev, libboost1.63-dev, libboost1.65-dev, libboost1.67-dev, libboost1.70-dev, libboost1.71-dev
Breaks: libleatherman-dev (<< 1.12.1+dfsg-1.1~)
Filename: pool/target/b/boost1.74/libboost1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 9640088
MD5sum: 11cb7daa1076bda21aea6301ce6c112b
SHA1: 91c70133de1da61db447f6e1dbea75d41d4df638
SHA256: 3233acc526fb2ff0afca8c3ef38fa49f695c71c5417011a2a465fc5841fe9a64
SHA512: bdc6e39cd95865f3d67d39123710ab95ddfe8e9abfeb93e4f0e5b184ddd761bef1d6ba5e02d88460fcf3f485c7bd4c1d202dddae569befdd22930bd4cfd63df5
Description: Boost C++ Libraries development files
 The Boost web site provides free, peer-reviewed, portable C++ source
 libraries. The emphasis is on libraries which work well with the C++
 Standard Library. One goal is to establish "existing practice" and
 provide reference implementations so that the Boost libraries are
 suitable for eventual standardization. Some of the libraries have
 already been proposed for inclusion in the C++ Standards Committee's
 upcoming C++ Standard Library Technical Report.
 .
 This package provides headers for all Boost libraries.
 .
 Extended precision arithmetic package libmpfrc++-dev or libntl-dev is
 required to use the Boost.Multiprecision wrapping of the respective
 library.
Homepage: https://www.boost.org/
Multi-Arch: same

Package: libboost1.74-doc
Priority: optional
Section: doc
Installed-Size: 80789
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: all
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libjs-mathjax
Suggests: libboost1.74-dev (>= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost1.42-doc, libboost1.46-doc, libboost1.48-doc, libboost1.49-doc, libboost1.50-doc, libboost1.52-doc, libboost1.53-doc, libboost1.54-doc, libboost1.55-doc, libboost1.57-doc, libboost1.58-doc, libboost1.60-doc, libboost1.61-doc, libboost1.62-doc, libboost1.63-doc, libboost1.65-doc, libboost1.67-doc, libboost1.70-doc, libboost1.71-doc
Filename: pool/target/b/boost1.74/libboost1.74-doc_1.74.0+ds1-21+apertis1bv2024dev3b1_all.deb
Size: 7478232
MD5sum: 05d6fb3202c03a9f6a58c26c759411d1
SHA1: 0bf51766b00c49f9d30c2e2a347b3285a2a39d92
SHA256: 99736c3f956c7b54a0288f2c3c072e44d60b7e574b3f4598337c420ae6d4f67b
SHA512: f730f801c34f898af0a3a1b499a9f2d2788a2e13e2eec5adaefd1f74821b2bd3a7dab3f1464f83ac0ba4c6b590f3163ea9a5dd2d7168e3c6d0a905d2af14a460
Description: Boost.org libraries documentation placeholder
 This package originally provided documentation, but has since fallen
 into disrepair and presently provides no documentation.  Please
 use documentation at www.boost.org.
Homepage: http://www.boost.org/libs/

Package: libboost1.74-tools-dev
Priority: optional
Section: libdevel
Installed-Size: 7429
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Replaces: bjam, boost-build, libboost1.49-dev, libboost1.53-dev, libboost1.53-tools-dev
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: xsltproc, doxygen, docbook-xml (>= 4.2), docbook-xsl (>= 1.73.2), default-jdk (>= 1.4), fop (>= 0.94)
Conflicts: bjam, boost-build, libboost1.49-dev, libboost1.53-tools-dev, libboost1.54-tools-dev, libboost1.55-tools-dev, libboost1.57-tools-dev, libboost1.58-tools-dev, libboost1.60-tools-dev, libboost1.61-tools-dev, libboost1.62-tools-dev, libboost1.63-tools-dev, libboost1.65-tools-dev, libboost1.67-tools-dev, libboost1.70-tools-dev, libboost1.71-tools-dev
Filename: pool/target/b/boost1.74/libboost1.74-tools-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 1556440
MD5sum: f81102f5d6d5e792ae98b161efc8aad9
SHA1: 51f6d91d422aa824b0ea7a58813f00cbb289be73
SHA256: c8857c2b82e49c34222b636998b252e01d8c9ba67b9e9ab0934fe7babc6932cb
SHA512: fd8d8c6c6224fe0223a165f5f8bd84a43293d9fc9aed928b1935305ba593dd237b437c214d132baaf77cbb25c63b86ec823a9e9e09f4b91de846c7fb32fba3bc
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: 12793
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: amd64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-tools-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost1.74-tools-dev-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_amd64.deb
Size: 11796720
MD5sum: d2a4fbaaa557388e7a1e5207dfaa48be
SHA1: 3a3bc79627522ed5841eef503d4315d4db734451
SHA256: 542ce869e8c861066fe95ad94f08118b09b8276a2425144dd32a64a90e1bf820
SHA512: 8837ff2db4f34e9f5cb137150d3bce940be628c18f9d42991c32a6eea8877a6ab333cb110b21cfcb0764c6bae37bc6fc4625b899c02a132f966bc8c99e04c49b
Description: debug symbols for libboost1.74-tools-dev
Auto-Built-Package: debug-symbols
Build-Ids: 703ac767c3fdf0aeca3e2eb18d2345bc469174ef 758ed651bc641a99a9176d2a5549e65404cb9da8 ee3ac604d9980600074793b3bbaa85c4a9751f1c

Package: libbpf-dev
Priority: optional
Section: libdevel
Installed-Size: 952
Maintainer: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Architecture: amd64
Source: libbpf (1.1.0-1+apertis0bv2024dev2b1)
Version: 1:1.1.0-1+apertis0bv2024dev2b1
Depends: libbpf1 (= 1:1.1.0-1+apertis0bv2024dev2b1), libelf-dev, zlib1g-dev
Filename: pool/target/libb/libbpf/libbpf-dev_1.1.0-1+apertis0bv2024dev2b1_amd64.deb
Size: 225264
MD5sum: 8cefd86e145ff49009563f2caaa4ba48
SHA1: d1ec5bf7a7f6e4174fbb44b84a9b9ad92193b50f
SHA256: 68991a6c0e18dd6b2966ab9227022870f6b62f6aef6936c91a8692be3bcf2cd4
SHA512: bd9fc7156f55fcef035c4bbfbfcc7b2b6db4198f1f7f6b25cd74ad63925d7d0f9983cdf2a179dfc0d444db8cd95ed2883b6da0e26f34f770640d71f6badd822a
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: 385
Maintainer: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Architecture: amd64
Source: libbpf (1.1.0-1+apertis0bv2024dev2b1)
Version: 1:1.1.0-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libelf1 (>= 0.144), zlib1g (>= 1:1.2.3.3)
Filename: pool/target/libb/libbpf/libbpf1_1.1.0-1+apertis0bv2024dev2b1_amd64.deb
Size: 145512
MD5sum: 659b25704970a32596bfe75f3114ba35
SHA1: 8467c6d30ad3eabab2b20d5eee8d577add1561c5
SHA256: e9701a772207fe748644655a34e4c3841d1f79a7b3d2633e8bb2378e17824234
SHA512: 41e1d5f23d29945021564d7b5e1410170e4d3f46b4c53033c81b31ad116bb8b5484f086fb9d19c4ba7ed6b5c7ff30921a533c3ee1b6ad75b89b2e7d9c3d4bd2b
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: 542
Maintainer: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Architecture: amd64
Source: libbpf (1.1.0-1+apertis0bv2024dev2b1)
Version: 1:1.1.0-1+apertis0bv2024dev2b1
Depends: libbpf1 (= 1:1.1.0-1+apertis0bv2024dev2b1)
Filename: pool/target/libb/libbpf/libbpf1-dbgsym_1.1.0-1+apertis0bv2024dev2b1_amd64.deb
Size: 517400
MD5sum: 3a0a3e35cf6c461410e377b170e213a4
SHA1: ed8c1f1fc7236c99aa7ed6159c9b69882074a416
SHA256: 22d729a0da1fb2d73467ac042f794d4421e7294cbdf499835cece59d1d747f2c
SHA512: a6b02c575b3ed82b66be7ba841cd24df3433b98a9bcd89250e6bc5aeef9fc8372776cb02c8763bb88a52610cc0d35765f6f0abbb703fb94494a2c354f2d03444
Description: debug symbols for libbpf1
Auto-Built-Package: debug-symbols
Build-Ids: 0f2fef10b4a130829341424d8ab1431f9392ed7a
Multi-Arch: same

Package: libbrotli-dev
Priority: optional
Section: libdevel
Installed-Size: 900
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: amd64
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_amd64.deb
Size: 286888
MD5sum: 65f88288f5027f2b9bcd6e7386dd589d
SHA1: 7b65e26683d65425e0b35a364ce4f77a40e82dfe
SHA256: c5bf2bbf878df6b747e212b48cb2bafd91a8434dfd18c87c4fb4faf17f7db6c2
SHA512: 40925a2c59ce7b3b6cbdfd8522030115225a54a7306e123fb10ee9d37ff355b4112f4a3929a9c411e85c90f5204df5618260ec53d80a323ac5e66ff5f9ad9a50
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: 787
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: amd64
Source: brotli
Version: 1.0.9-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.29)
Filename: pool/target/b/brotli/libbrotli1_1.0.9-2+apertis1bv2024dev3b1_amd64.deb
Size: 276600
MD5sum: 73118f581493a4a97d1296b5c9294e99
SHA1: f364bba758791bae0d1ed0a207dfb1d1f02e8447
SHA256: 52d502c82c9fca30c8b8d6f90b5e68467bccef5ea3edcb59937b9704adeeeabd
SHA512: 1908ca6d1ebf913988cfa3cd758f85dd39bbb85d75548890e00233b827bf182a929953616b9dfc91fad6175ae303a97bd756c0964ccca4702272c1c02b1ed3fa
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: 1261
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: amd64
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_amd64.deb
Size: 1239100
MD5sum: ad84152953cdb29025a4a012c94a3c84
SHA1: bd6e141daf6ef770f7f1add7c2b2148979122e26
SHA256: e32127ab0cc5d8c0a6ae3d9390acddec6648930426074bf79522f2da1a34cec0
SHA512: dae385248ae7659c22208869cad7d6be989f724dac3d20894b9a917b6063fe1353346f4d33f43eeed6188594f4b9511428bda1a231e5e12a0c89ade1c239bcb4
Description: debug symbols for libbrotli1
Auto-Built-Package: debug-symbols
Build-Ids: 3892118cc6ab017e42066447e38573e22680545f 3f65b0a4aaee9327d2e1f911a1aff036934b6cb5 df350edd81126d40c8dabf0d2e8384f574afbb13
Multi-Arch: same

Package: libbsd-dev
Priority: optional
Section: libdevel
Installed-Size: 739
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: amd64
Source: libbsd
Version: 0.11.7-2+apertis1bv2024dev3b1
Replaces: libfreebsd-dev (<< 0.0-8)
Depends: libbsd0 (= 0.11.7-2+apertis1bv2024dev3b1), libmd-dev
Filename: pool/target/libb/libbsd/libbsd-dev_0.11.7-2+apertis1bv2024dev3b1_amd64.deb
Size: 246900
MD5sum: 3319dd4a9426d2d276e89afce08a574d
SHA1: 0fdb2804fb837c0193391adc72a82bc44ebecc80
SHA256: eb7e774ac3ac6f51fcd62c2be3f74384dab5bf1ff4b3c18e71144dd1765aa4de
SHA512: 316ee30954737e12d6803bf73fbe322953c0a5d2d29fcd97346f587cc8a69f51815d84d8bad0b2eb24a3bd65515a40ff347622647f730420f7f1700b1fe899bb
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: 209
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: amd64
Source: libbsd
Version: 0.11.7-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libmd0 (>= 1.0.3-2)
Filename: pool/target/libb/libbsd/libbsd0_0.11.7-2+apertis1bv2024dev3b1_amd64.deb
Size: 121620
MD5sum: bb8d4aa53d7032b086eda4ce9a8962fe
SHA1: f0e8d9be7066b5769ec103bf5318dafedebbd29c
SHA256: ae29c4c97366fc0d7dffcdcdc625562b2659b9db45e9c9d39eb031e75f79ab58
SHA512: 818f57d2637c46eff19688b78cbfb18b0638a8d65007a7b9394f7cfa69cd3244d56603ffe9519d0438aa36b5453c2a7da23a4131a504e0b72fd0c900279e9c92
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: amd64
Source: libbsd
Version: 0.11.7-2+apertis1bv2024dev3b1
Depends: libbsd0 (= 0.11.7-2+apertis1bv2024dev3b1)
Filename: pool/target/libb/libbsd/libbsd0-dbgsym_0.11.7-2+apertis1bv2024dev3b1_amd64.deb
Size: 104292
MD5sum: 9914e6f37293c3e24e839401c2eb98f7
SHA1: 9d71a090f4b6e18938fb25632141e86c33ea7f93
SHA256: fe4e3efb8ad639028c58a18477d6b51674ac3734c2bb73a4932167975304c7c8
SHA512: d8684422263ac62089aef6b957ecf86bffc8c16ce2dc982f9af5e436ae83018637443e4464633a102b0c5530bac4a8a10e60446d586994560d2cf301445523dd
Description: debug symbols for libbsd0
Auto-Built-Package: debug-symbols
Build-Ids: c21328d07d9683f49b4004b6c55449326786b8a8
Multi-Arch: same

Package: libbz2-1.0
Priority: important
Section: libs
Installed-Size: 99
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Architecture: amd64
Source: bzip2
Version: 1.0.8-5+apertis0bv2024dev3b1
Depends: libc6 (>= 2.4)
Filename: pool/target/b/bzip2/libbz2-1.0_1.0.8-5+apertis0bv2024dev3b1_amd64.deb
Size: 40056
MD5sum: 76e7fee76c6a4ffc412babba3ca87f60
SHA1: ebfb50c79e4a1237fb1ab9d21f5de1c8a48c4077
SHA256: b63428d22e1c9f28f9abe3c36932580efcf0ef3cbd970f9be95322b0b25d0b72
SHA512: 411e9bda8f20ec962f5a13ec237dd88e1008f9d8209d63a2ace6759f6c8c93537465b2cb20aaf04bb7d8e36e2739ef5f9e8473aa82d394a3430ae1ceadc9636a
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: 78
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Architecture: amd64
Source: bzip2
Version: 1.0.8-5+apertis0bv2024dev3b1
Depends: libbz2-1.0 (= 1.0.8-5+apertis0bv2024dev3b1)
Filename: pool/target/b/bzip2/libbz2-1.0-dbgsym_1.0.8-5+apertis0bv2024dev3b1_amd64.deb
Size: 64324
MD5sum: 9ef01c94e0cff9bb9c47c8e2a4d4545c
SHA1: d9c7e9aee3a3ffc21ef03aa4492a020a81f1d105
SHA256: b0fe7f633dd527ec42e8c499f371f1502da35a179b3fca46c7127f28617d44e8
SHA512: 27467dd88cf6f6f45a0e2062ed9ac17086d60ca2e225270b9183ac7fb515c22afa3fc7835cfc54be32df5194bc2ebab662ba61a1c186f65b6ca890d5daa50268
Description: debug symbols for libbz2-1.0
Auto-Built-Package: debug-symbols
Build-Ids: 1e56a95d75d6a9e5f1919f1fef60f71769afbf8b
Multi-Arch: same

Package: libbz2-dev
Priority: optional
Section: libdevel
Installed-Size: 95
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Architecture: amd64
Source: bzip2
Version: 1.0.8-5+apertis0bv2024dev3b1
Replaces: bzip2 (<< 0.9.5d-3)
Depends: libbz2-1.0 (= 1.0.8-5+apertis0bv2024dev3b1), libc6-dev | libc-dev
Recommends: bzip2-doc
Filename: pool/target/b/bzip2/libbz2-dev_1.0.8-5+apertis0bv2024dev3b1_amd64.deb
Size: 30908
MD5sum: b69cd2db5d51984f1a2b1e8192364014
SHA1: 035d75fa6ca65f9a20143c44316046d54fb23875
SHA256: 1bc95fc5b7357add8d81c9b5409c1c3f449448e2ab53196dc3ed996086f544cf
SHA512: b3047c0b134e697a591f579be555ea0ecbdd3b82dde94bbe2ec32d87ed5946f6947d9640c9ea6841cf0eb6e0a98ceb42a48ecb2b3151d9b5a60e3b7d9903907b
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: 9856
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: libc++-x.y-dev
Provides: libc++-x.y-dev
Depends: libc++1-15 (= 1:15.0.6-4+apertis1bv2024dev2b1), libunwind-15-dev
Conflicts: libc++-x.y-dev
Breaks: libc++-dev (<< 44)
Filename: pool/target/l/llvm-toolchain-15/libc++-15-dev_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 1181636
MD5sum: ce1a74c47c0c9bbbef752289f5e4c11d
SHA1: 27274bdb891ca7f5bf8615bbfd19656e58e9cb2d
SHA256: e8aaece1a6ed91550cdcf84239d93af306c9eb80a1be6ed77c5f99b3cfaf6063
SHA512: caa911a7c30b706a4849cf071296175d44bd5e3203f1044ac919cfc8b302edaf57f2a6f4d5fc724b184829b5097460b45ed8a34c70b1521199eed0a174c2de8b
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: 1236
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: libc++-x.y
Provides: libc++-x.y
Depends: libc++abi1-15 (>= 1:15.0.6), libc6 (>= 2.34), libunwind-15 (>= 1:15.0.6)
Suggests: clang
Conflicts: libc++-x.y
Breaks: libc++1 (<< 44)
Filename: pool/target/l/llvm-toolchain-15/libc++1-15_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 469244
MD5sum: 15d99d403f4eeb2db4c62a42f9272d9e
SHA1: 8ddd9d0aab04ccf17d70e174c21457099676bea4
SHA256: 24f0a9808781792a2ddd75a51dc996a99ee3b83d804e3e9c6fd20fed09ef2ced
SHA512: 4efa92e8b8d0d10f2afe1efebb9dceed841ea34ff42c2e657d671b8317d7634dd9d0d89ebaab92370419d425d1fe6b02ae90d9327c26b415aeb24af84854a8b1
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: 601
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libc++1-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/libc++1-15-dbgsym_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 376940
MD5sum: 95cc1f3dcb6f670472df58dd3f883ec8
SHA1: be97002df7bb24f17664718651c6049163954070
SHA256: 2aa69944bdd44f3711bf50cbe300b2b268c26cc78bce42464796e80ead67fa4d
SHA512: 3829c63d7facc2d3efca9b7d2d2f7ec5412743b0412e567a0ae2944faac5c2b18a4ace08ac79fbe28868eee886322c0b5a9da45c3187a9d7a832a8645875fe32
Description: debug symbols for libc++1-15
Auto-Built-Package: debug-symbols
Build-Ids: 7882a68048c8fdb4faf07690254b848725a5f004
Multi-Arch: same

Package: libc++abi-15-dev
Priority: optional
Section: libdevel
Installed-Size: 822
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: libc++abi-x.y-dev
Provides: libc++abi-x.y-dev
Depends: libc++abi1-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Conflicts: libc++abi-x.y-dev
Breaks: libc++abi-dev (<= 44)
Filename: pool/target/l/llvm-toolchain-15/libc++abi-15-dev_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 287768
MD5sum: bb49511bf75a86860e50e9a1547a6f25
SHA1: 295247581523c4dd5b8d4758c53e68687c3b505d
SHA256: 90fc31c85cfe2e047e57722fa42214005426d4fb6a1e8fb1bfaf49d6b5197976
SHA512: 46947c08780aea5463bf8625d313522057e1e19686b23be9f2df07bb751372ab835f018d33fcbf8eae06e845b82bd1b7013324ab9a983c95057f2ace4d927a06
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: 450
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: libc++abi-x.y
Provides: libc++abi-x.y
Depends: libc6 (>= 2.34), libunwind-15 (>= 1:15.0.6)
Conflicts: libc++abi-x.y
Breaks: libc++abi1 (<< 44)
Filename: pool/target/l/llvm-toolchain-15/libc++abi1-15_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 267068
MD5sum: 45c15c006f5db6c4a0c884b78cee56ac
SHA1: bc8e249dccefe48781d2d23a78ba0f0bf3274ed5
SHA256: 67f6706c2f437d06dea78ee006e178c93adb971f6a805589b5b41d7ebf614c37
SHA512: 727ab1ea8a3dfdfde8e9e9dcd827dc78c43dd5582eb12c516dff3d5788adb2bf1e23c20074b3fdd2b896701008e6fab576b84e822f8f6848c6799bca28a8d402
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: 170
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libc++abi1-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/libc++abi1-15-dbgsym_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 87068
MD5sum: c6739c56e3e73d12798f1c2e3556372e
SHA1: 5ded5056928bbf9910c60550dba247cd163d489e
SHA256: 83c9f66c6c52b6476f536f9e48f06ed55f2f7551c17e7473128ff1ac45445e55
SHA512: a1dc4fb77545505e9d4fc2287114708afa9706f3684b004432775baf9793b77b808cc3ec038254595e778fc7d7b154c947db765b0fc78ab3095e4543758ff76d
Description: debug symbols for libc++abi1-15
Auto-Built-Package: debug-symbols
Build-Ids: ac2114c53f343365abb9b6641a6f61bf0220b224
Multi-Arch: same

Package: libc-ares-dev
Priority: optional
Section: libdevel
Installed-Size: 423
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: amd64
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_amd64.deb
Size: 194708
MD5sum: c6cbd70a24674f10a42e5a0cdcb5f6ba
SHA1: f2af88ad24827627de5b40c6a9edee40f6b5a0d7
SHA256: fe96acfd21bc01281167b935aba07f322049f047c2b6c970ba970be2ceced5c4
SHA512: fee4e8c65c8365859b19da2ec7df49b731aff2534d06d4986046108e72748a630a42c940e6b334301709c374ed0ca37be2ff8fb0a05385c20535674979383d18
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: 176
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: amd64
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_amd64.deb
Size: 105816
MD5sum: a91870d06722dac009195b3a98849a64
SHA1: c194967372e794c59bdafb671ee9d2bb1efb5b9e
SHA256: 548af0f57e81afc629959695286e810326eb77ccb055b07005c530def5a8fa3f
SHA512: 87d6e0881638d3f50506b0e4d21da9c390aac99d589aa7f1eb73f66a6ff15c325064aaba30e2b965fedf8dd6ba4f41159e5a5d8d8cdaefec6b37e1cdfac4974d
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: 144
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: amd64
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_amd64.deb
Size: 126300
MD5sum: 3d4c6a466ee4ac32cc531a4cd4ef8bec
SHA1: b48fa800eff065bde2a7f5ecc470a6192fe18434
SHA256: f7fcb23b24a3dd8d20ba7a9760822fe00f7bd4a00f7a7f90b71924134e4ca8fc
SHA512: 8eb224edd276ae33272d1ba4a9ed00fd48d7251ee44e2b4ddc709e053f8eefd17115d4f15e6374e45846393330fc130404cbcbf20f316ccf726e4a866e816b59
Description: debug symbols for libc-ares2
Auto-Built-Package: debug-symbols
Build-Ids: 29d052bcd288e188ed76601a733ffc9389514447
Multi-Arch: same

Package: libc-bin
Essential: yes
Priority: required
Section: libs
Installed-Size: 2067
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: amd64
Source: glibc
Version: 2.36-9+apertis3bv2024dev2b1
Depends: libc6 (>> 2.36), libc6 (<< 2.37)
Recommends: manpages
Breaks: dh-lua (<< 27+nmu1~)
Filename: pool/target/g/glibc/libc-bin_2.36-9+apertis3bv2024dev2b1_amd64.deb
Size: 637920
MD5sum: 1b2266bcd4bc61cc724fd52667cfce98
SHA1: 28e9801fe76301ec125410442f8df1290a48fe5d
SHA256: 0b5367c9583c8688d66264e30aae3a64fbbdeb89efd0b163c2f642cf11b121fa
SHA512: e66735e5e66ffd03001685a4a6263c56a699326177d186d5ceb3e840e6fa1abb3873c5b04a7f4fda64642c9d7e4df1df27e744ec7f6d9c92d2aaef5f9be7c409
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: 2528
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: amd64
Source: glibc
Version: 2.36-9+apertis3bv2024dev2b1
Depends: libc-bin (= 2.36-9+apertis3bv2024dev2b1)
Filename: pool/target/g/glibc/libc-bin-dbgsym_2.36-9+apertis3bv2024dev2b1_amd64.deb
Size: 2349668
MD5sum: b6f03acedc2a4bdd7b60717b17a5e9b0
SHA1: 759c7e9acf80f8bfd3dcfacf24f0efebdd864de0
SHA256: 1c72c5cecf487f3a83817048b98ab76fbac9fe4e90e39b5127df22e3ab69ff66
SHA512: d055dedaa48976c6e589766b0ac8c0098aabe92676088eb8dbd3f5eb7c05c13040e6aed7cb3bd1ed8df1441d09cbfc4e37a0077ff42fcf26ee6516942a96e006
Description: debug symbols for libc-bin
Auto-Built-Package: debug-symbols
Build-Ids: 00308647f14b03257f7fbb78f231d484e39cf82a 042f32630d85ccc7e92bc7bfe409f04b1fc9c83c 20c0551930f2866ff4d9588b00014f6296fe7493 56549e9862004a5edd63ae0e53cdb27ef77bf35d 9437a09a723ee8334ef53a257c83d8261b128921 a8624f06005ea26ab7c16254596402d285d2c8a2 c3dc57a454969cd93efa057928371b79ee6cf3c7 c84d004001ddd429d1ca59f9c0d348a808353be2 e8fff3d46620cbe76975bd61b3ea4ba2064810ea ef7d7a31556de532516efaf84a28559cac446771

Package: libc-dev-bin
Priority: optional
Section: libdevel
Installed-Size: 122
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: amd64
Source: glibc
Version: 2.36-9+apertis3bv2024dev2b1
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+apertis3bv2024dev2b1_amd64.deb
Size: 76948
MD5sum: bc724a6a54ac410b0c2ef948a3df5771
SHA1: 12529b4a1c8a277a05d9699f5cdcff8b622c75ef
SHA256: fe591e6e2fe1f7ca37aaf01f7d667de74ffe6212b6f914ec8bf23fccfff642c8
SHA512: ed5ac8fbde83e07f860a98aedadfbcc21504f7fcd231fada9f3046111845dda3ae30b7f112454fd1ddff31e1a5b8d4b45da42a0df9f1d57c557b8733deeff480
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: 44
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: amd64
Source: glibc
Version: 2.36-9+apertis3bv2024dev2b1
Depends: libc-dev-bin (= 2.36-9+apertis3bv2024dev2b1)
Filename: pool/target/g/glibc/libc-dev-bin-dbgsym_2.36-9+apertis3bv2024dev2b1_amd64.deb
Size: 29604
MD5sum: c65bedd54328e3871c4dcee3ba852dd5
SHA1: 0be7fec5d59a2e2ecc7914c7b858025b497979fb
SHA256: f58f615f761e560aa2a8486ab38e89aef0ca65dfd9e2c758a96e2f7d71ed6f4e
SHA512: 4c44c764dd502d0e41e21bb192e52cf082ee7ae351fdb07f119512a40f02748a0f47ef3edfaca85d584f6fccbeeb078460bf8f9d40230b44ab37fd6b3aeed1be
Description: debug symbols for libc-dev-bin
Auto-Built-Package: debug-symbols
Build-Ids: 0431cb2d591a2816c40990161345c7a4f45599d9

Package: libc-devtools
Priority: optional
Section: devel
Installed-Size: 166
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: amd64
Source: glibc
Version: 2.36-9+apertis3bv2024dev2b1
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+apertis3bv2024dev2b1_amd64.deb
Size: 84612
MD5sum: dd988777bd957eb722bb4f497fe371c5
SHA1: 7c3617b665b8d1b4c09ee8cd0f97f037e3a6dff8
SHA256: b062fc313787aecfc860909f867a381b70ef6bcbb537017ae595c8c9ec4107ea
SHA512: ecf0f37a7702f2528f209eb8e1deb50d81d0509d7629fc41f7ab2a5d650a05f74cacdfe62ba3881a8bc4acde6c67a17200eed1fd66ae5b4ba8ba6e7d26ab8de4
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: 67
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: amd64
Source: glibc
Version: 2.36-9+apertis3bv2024dev2b1
Depends: libc-devtools (= 2.36-9+apertis3bv2024dev2b1)
Filename: pool/target/g/glibc/libc-devtools-dbgsym_2.36-9+apertis3bv2024dev2b1_amd64.deb
Size: 44752
MD5sum: 671fdb5f4d5f63654c9ce69c84f7bc2d
SHA1: 27cbec5d357b2d7833cd38ce30d7f00973179bef
SHA256: 1b3021f51e2d6ff167845b8336780535a84988931fa596a8fa05fc81433943eb
SHA512: ad817b29e7a17f8c59e1db05fe246c29447bf356d7b2edd7a408b7a77766bd8f7c7a8b169dcee974fa772efa76fe91201bcf0195615db02b813b226b8592cebe
Description: debug symbols for libc-devtools
Auto-Built-Package: debug-symbols
Build-Ids: 2a2ccb81696f2fd21350e600f90c37cbcaeae361 4cef5b2a12dc8a265a3133a4067f687f49520ec7

Package: libc-l10n
Priority: standard
Section: localization
Installed-Size: 4378
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: all
Source: glibc
Version: 2.36-9+apertis3bv2024dev3b1
Filename: pool/target/g/glibc/libc-l10n_2.36-9+apertis3bv2024dev3b1_all.deb
Size: 705900
MD5sum: 36942e3a62e87fc60e3d886eba666942
SHA1: bad58783937ade1e4b3645f292e854f9d77f3015
SHA256: 5fb9108c895374862334e16b00d8ebcdbb74bbde877386b58052cc6df14b9ec2
SHA512: 8d50255e09bba9ced1672be86b7253644d9fa69cfca5bed049f2423b5380b99137cd96462c9496ae2a2293912bfc588170917bf12e465d9aae21761c8888229e
Description: GNU C Library: localization files
 This package contains the translation files for the GNU C library and
 utility programs.
Homepage: https://www.gnu.org/software/libc/libc.html
Multi-Arch: foreign

Package: libc6
Priority: optional
Section: libs
Installed-Size: 13016
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: amd64
Source: glibc
Version: 2.36-9+apertis3bv2024dev2b1
Replaces: libc6-amd64
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+apertis3bv2024dev2b1_amd64.deb
Size: 2782556
MD5sum: 82ceeff07c1bea98846d8f72da0fab76
SHA1: 759a54ec380282ba0c1f50ef436d050336051d8e
SHA256: 977575e6c740562f6f4834febec5e085a5e7f94d91ded1286fe97aef8e76f1a4
SHA512: 9d845451611e259548baedeb692a8be70d398581c48615cb6e9b03bb0546ce058f0d5a602c51bcb18f1e13b1bf97abf319f17526f5bc9c0c8b03ac3ddad17b5a
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: 11048
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: amd64
Source: glibc
Version: 2.36-9+apertis3bv2024dev2b1
Provides: libc-dbg, libc6-dbgsym
Depends: libc6 (= 2.36-9+apertis3bv2024dev2b1)
Filename: pool/target/g/glibc/libc6-dbg_2.36-9+apertis3bv2024dev2b1_amd64.deb
Size: 7478908
MD5sum: 2b54e972bb7e845f1526a082f4963404
SHA1: b70c9ab1635be29fa3738ddb1b5f78f825ed0730
SHA256: d196459d8158be7f36c656e9af2a0e77431a5a1bd3084c39dc8cef7209b2e0e4
SHA512: bafb185f5b1da7c34c9893a1839482530d8f0c2bc0cf89ec111e87fe130a9743748b247e022ebfd942972aab822536954b269bcc0b8743837c09d6a3ffd81c65
Description: GNU C Library: detached debugging symbols
 This package contains the detached debugging symbols for the GNU C
 library.
Build-Ids: 017603e45faee9b0191a1378ce177d51db9ad159 021e8e1449a4cc0467e04fe3ac13cb5adadd3909 0346919c7139179d2d17c20462fad8a902b59d48 0623a4543518a4f370ba622c65682498b28a92f3 06c03907cc83eb5ed6ff538ddc140928fe80c4d8 09712a864988f725be43b57d0a89ca36dba55650 09d109e292055087b11575c1b4ec22ebc9a52d1d 0a97752b20d20fbde2cc8621299ec2a2f83f6daf 0ba4354780f66daf13aecdfe92313b48fdea2ebd 0c15edab8e91610cf4f125f591a72cb742c71c8e 0c3773093f691d0a50481d640b825753e084c45e 0f5333b10a9f8806b271b01fc400dbf3dafc944b 1061805fd0ca7a06f5c9423ba964991d0b8be71a 113b7ff4a7ced53a33736428c491dab259689083 139b254d8212f720b7b72159fc4588afdd920271 13addd9ed97d298be04848ab62423ee4b675e09f 13e26d55d738275444fe8dc92a477004bb3a5efa 140a36b91b67c9478684c0e0d0c9592a79b9d60a 157d860a65dd3c30188b0e1bc03a09770fd34b24 1592fd40bcc864d145994fcd5d8869e9744e0f2f 167a0aaa318537483388dc00b90ba11f0b06ae91 1691e2c25dcaa895be86348b002e872afef5e45d 16c3f58810fabd1b79dc3c449dd332e3fc1a9c39 16caf4ad99bf8cae00c29303eb4bcae4c5094c69 16efdf6011a9411ea594477ef9d3b8a709584a76 192ea16cd3c312bd36a75dbe6a2ff2e45b2f7bea 1a49e835e683b46d5ec00920b841b8e63a469b45 1a56e99ec7662ea5119bcba011adaed88ee41858 1cad1bbd4ea48dddcafeac61afb19a9ab0b6f6ce 1cb3987b4d54c9490040a7acaa34e5fe8d0ed41a 1cedaf297a65b61482a8fc1fda16cdbac0e8e77b 1e364f49f851bd4da513c533e41c9b3ed5c06908 1f04649b451790ad16a7906c8008b3f630f072d5 1fc5c939385dc02051e72aedb054c94de9f31787 207b9859890cb3ee7999c378cf2261b1a2894d4d 20dbe3343db09b97de8ac7c26a012fa0a489fcf4 20de98446c269f44bd6dee42326efd3ad85be2aa 21b9c4426072e32d5a112f08ff047d32617c9f86 21dce9e484151d59d0606e2a52d64b2877fe441b 23b4a177330cfa9a75fa847267ecb358be2b5b75 250df1fc79d34d0a5f98f4b3dcedd192794f8ac0 267842ac4331bd531008aff729affc6749383552 271ffa3f735cebc042a857c64cef7dbd39d303e6 27b6df47d148df3c16fe724f77967c82b365fc76 287551e3f8c4073ed03021df73b05f0812ceed56 2c4cc2fcefff9fcf318300ae07259aa4d259ce2f 2e9ad76d78d14f2f7990cce743663d02701dc3bb 30bbbc5119dd6334bbdb01613c6691721a3b65d5 30f59880ebc1ae5961c3b9d4dd1df74add4e9659 32545ed29d002cf26e5656c8d8f3fe144991adac 337d08595ffc75d9a99eaec8787f9077e0886c5f 3385484229dfa4f8a5358e41d28d1a61f30771d5 341d4f6d626044da4f15c35f519d68f5fedeeba6 34c85b29a58477d86359c45e350b3f3636765269 35831cfd84d0dbe184da9e8ae35b9ce6917cd673 36083bcf1e12ca6ea69bd66530780a3ae49b1a17 36f226533681771d9917cce5c47d889944bb3244 3930f6c424403509ab073c57ffcd2e412ea5ad96 39c913b7ae3a02f94e242cbca8f29fe69b604b88 3b080e028a04844530397d7acbaf067db697264a 3b0f3f4dff5f86805ebfdb879041c6dcf79144b0 3b2d6b78e48f2ed7accfcc6a35a7e7013f46445a 3b568a3fb8092b79a95e7a64e5f30e7c9194e1f3 3f761a4e8d13aac675d4d15e7c96af89fba7cd02 4006889350e1fcc8a8924b031ec8e57e95b71942 4090028d8351d0153992d26670a0ab19cdf8676d 4171f482259fb4431fee879d3c63c6b46d420192 41a452260e99c69b7698c6089eb541d33aa72548 41abc53e521d1f9d34381ba7ba37ffd733cce58a 422a802841d89a690a6f6e36e3003f5c009aee5a 442065d7b8256f9ac4e6b1e314e5fdbc168d6a36 44670785a0f7327b4d6835b99c26e5338fd6c2e5 447052c0a0449d26ecb8e37bd229da4ccfcb1081 46890d5e42085df3a315ad04a213a7112f343033 46a1b6fd967784c5a617431952dc2e64dede023b 48fdfa6a16967a05d12f8fe5631b1a31b2651349 49066051ae178a884421e4b35624ddbe873e3b12 4bd41d9196865bd88db8436becd76c5933a4febd 4c5af29587b87ef750bd96ba8ef85c768030d161 4ca2cb4d853dfdf3b419468a0db72c941de5d874 4d8746dfc548513fe64944094da37b95650dea4e 506d6d0a6721e2d3da9ba93699431c8e82befae5 5115e170c592c04946458ed6db0afa8eab85230c 518bd14209beabf355f6d0b2ec8e3c783b6632dd 5279489619d1a1fd2ed46665db7b0a346388c01e 5365f2f1bc42fc3d2baab8c1f142a3612f50d22f 53f2d0713618b4f8281e3c1b4bda6f3e66b5ec4f 555fafd42a25cd156ce92fbe2bba4b32e3f7c6cc 56d32529722ada5c0fdd55340d99166d344f0a60 58293685c5ff92e1d94aefc2ec6e24dad904eb8a 59a28b7b0a66d74c59b6c950b59abfae612048d2 59f4973dc675cab20b705e9403a35a65eff39258 5a69f00a2eab2b5c0c636a2fa6d6269d687cff4e 5b6c7dcd15f8850e23f7cf1be17ed32d89ea5598 5eea096dfb80be0304fa465de96daab259249849 5ef8ebd6523b4c29b524aa65e76a239ec5fcd7c3 5f3698306b104e04e0a261856c8d04edea128762 5f512798a19e4a3485030d47c023cfd5c35d933b 5fa630efd143ee18dbd73d2c0f524cc73ca7fb2a 60b0d100e79200d9350cb0aead494e490822ebe3 61e0c8503787e03df8e9cc757f153a36bf1b4e47 62649aefd84fc20c0f5f12d2dfc7ad76bdd1b78c 62cfe838d8e587cf1b03425f6a46749e4530c6f4 6337f1af1b58087fcc6ca5076dea9a4577f57fa4 6351e6b574f70b54e8a6b92dba4fddf495c2ca8a 64b31861af9b43d2f3902b86483fb346520a29b2 661f4525ff6fa241bf044e8036994e1418af6662 66dd947bc6c3ac4e867174d02eefeb924d87b533 66f6b6a0143b1c312e0a44e9adaff2e4457265eb 676aeae1e5f53fd6225277f21aa8203dc91e1e4d 67e3e3f8268b775f3eae133fbcceb8ad1d445279 67f919587773594c70f7b52fec152ea665f1aa24 68efc19fac8c2136c5c9b8945b8ae6233ae215e3 6907ca108c57b7decdbeb3e416b37d25bfe38b07 69659fe4e70d7a687002664efb4db0d3b90a76ab 6a4962b7a0e4517f7c832dec1a1ba158cfdef502 6b18f2bb56400be13e4665e06a1d9f8213a5e930 6c8121d9f31f76cbdc3f1d463d1f7c57a6c147fb 6ce425f9e64d8dbff7731d9160d1f1319474f958 6e02c4bcc5f7740ad3f5d095f26c44f14bfdfec5 6e4d06b6f7342afec74572b802062baa0bf529da 6f3c4f8e0a6c6bd4036047f2011d2cfceafbd363 70795308dddda42b112668ec0365291e0f23a4c4 70e2f350acff75d65140b41ca4e75741a9fe3fba 71c80f16c16145f4da6a5003607e93ff5a40aa1b 72147b3a0aed2f929dcb575d74ebc6096b07a63e 7306f963f2a629e226fc21b687fd5baebab4fbb1 730d73dac659edb96f61128ec4808b0940a916d1 73ef8150ba72e7a7f27684f915e7cf06f2d8d599 7469114544300f5a243fdbb6673a05235728bf3b 76a47723d4fbfc5cf32f5181a32160b7bc7f86cc 77e0835dc104ad45705004386be05f5d082d0eaf 787a62d5797b123f86c603cf0945a505abb4cd62 78ff7ca210aad2c9a1cae96d6e490720dec484bc 7949d5b589bd34564381786909fcddd55cbeb8af 79762484398600cf765adb46d5a50acfdee57713 7a8e659a1a8553ce0fe10726250d1157bf3f5fd5 7b642c47bd18016f42c37e1d9bca6753a6ffbb6f 7b830c7d9f0842125bf7bbad58759c912eb97827 7c6dd077dd5ca7ade5c0ec475638f4fec78fd9e4 7c867ff86d4383337b3cbd791c6f1ad5ee9fd4eb 7ca9e0ab10b39637af038a916758bd1dab5297a1 7ff2d76e4ab1fbe51c79ffc90ac430e5f135356c 80448dd0f5188942ecdfbe8de74dcdb0985d175a 80848eb4c7e155b8f8c345dfea2c3c31091143c0 80953a28a90cf752a6f629e1e31fe24cc17f7ec9 80e58627a2e68ebbca2270aab88104bf4462fbf5 81ca4578fc16101a976906467204c52e50257f0f 82c76de75a957b5b0131d13b9bf3fa5ce0c2aab9 84bb29b02afdd9fbd0f4cf625c7ea9fbc1b7a82c 84d0992e2de557558f75ac9b9b59b5396b02fb82 87720701938ba6e372082a662eaf6977889346af 892b61d97debf850c9409d999e6519582da6f67b 89e99abb0ca0c3880bd77e6749ffab00231af90d 8a2772c48e362ec3b696393e019ccf880e6708e6 8a27e069c22e8796f6f0a0e5677a7e4fbd1b9a3b 8bb47e5411f1bb556995b3b9dd83db5891051652 8d3ba2daf8222b239a8b929dee7c314a352d30a1 8d412445ac3977585fad4c935f8aa655c4749dcc 8f7c82fc78bce74ad72e5b668976529121a7fd80 923c3670a6a4b45b6b39dba069e0c5084db45ca6 949e0b24a7291ba367cef54a7839da7aecf045de 975f6c66da2cae55a2ad4b720a474a64fcabaa12 97b47aa6531eef87487d447ea679e10a5ff6de24 988930832fffbeb839e5f242c7eaa9fe2743081e 9a4dd6283f94b00466f3758a2c3b17e26df5bd8a 9d0a53213c635a1ad7cdafb223cf0602cfbac51e 9d41129c99fd52823a122daca0ccbb34d429dd45 9e6938593bb0c16db21c728a27bd7fc75ba25147 a0c8a715976a80a30504f8c239041a163b106ed8 a1e47029f918b6405740c9869b7de4f132bc93a6 a250918f5df7b5e2f7a264afb13bc20f69ee4879 a45a7dfb2f75c1792cec9f42e3dac1006852f11a a590da8eaa8fd4a143bcf264fa8c63db03cc43a2 a613d819412d26a9583cd88eb5d43f0fbf9eff8a a7d65785e2faabc6a7030f63d1f0a67996e11c4d a8bdf0e3f63830a00160be04a3c34224bbe25ed5 aa3761dd9ceab5083451b4bef41c382cca2853b9 ac0a9e4f6ec14a663695eebfc4d02cc57c0f4d5e ae83f22cc9fd0f56a2ab3f27e82b6463bec6435e b2ae03786fb686aad31e7ae7f08a227c2955f78b b33d2b954815b26ae9edf2d01e092e73471f421c b481ab1caa15514c0becc727e639db66967733fd b4bed893b38bd29575e677f08f35ab810d5cf16f b7567414df8957a4e1c66b4c3889dd056b4a64bc b7daa0275da8083590662465e735ec223c779470 b826eaa997b0726f005129bc672aa69931249c31 b9d5327d08f1de2e31aba0694be26d5c8b045e63 baf9bdf18d719db88cabd94f039a47a7f8d25654 bafcbb263ebd0229a5c0a8e9d723f00af0779649 bb6f32795eece604afeefdf4349b50e3c20fad61 bc3480018c980f0ce41e13654db2f3207370354e bca0c5aeeb764c41324cfbe42d9e35e562116e09 bd75ee99db813942a95d3692d1ef88d983ffb5d6 bd8276879528ffef69bc80879d3013e15ee75ffe be1186b34b880032e05f8fdedeead7b4ec22cbbf bf2675f5a09be52dcc67fce72ef8f848802f32fa bf2d5a2277ffa11c8e80dfffc2591532d99834e8 c0ebc79f0b8989403c37cf8ab182f36ac3269ffe c146edace1f9905c31d6bf857f4c19301ebda9da c240f2ae5cda73d21f7f0fd3fc4759da56add546 c484479926db4c4e1fa4fc599cb8cc26bc69fed0 c48c5823747bc8a2929c7819b18f72364bed7a29 c6ddb59be93c2efa3c22aa981f6220c383283689 c93234124b65613b5b2b8f5a009e44c03ff2aa6e c94f7b1c94b8ea33fd16fcda5fff22bd661fbc19 c9900f8a6bf7c6abfc84ebce3d7c5d41bebb46a4 ca4ee56327b6ef6b1d6e3c063f20ff76e98a0d8e ca5e91355a055ceb63def546b3c51eb1e4423c44 ca8e6b90ea88e6a9db9a83b0fe41451a1603060d cacfb68b6a13b8b1f0ce7f3b828791bf523ec38d cb0f7cfd8f01942166c9dd91b21fbeab05725316 cc468252691e84425352287ea179b316408d1fee cc7f7c6fa055c29008b7c832547413017f19bd4c cd10238283de73bcda87ff70a0f28012db200fe3 cf1564aaf56b8ae52497a79ad77c589e18f3e3d4 d00eaa08d3f0e6d282cc324849d1f56b8270eb12 d0b0918de6e6b3af0b26009a46526ac8af6380dd d196ac031882bb8c0aae93a66de522ca5c9902e5 d19bfcfef1d02b4993cdc68d86aa2f841ebbc196 d2559b242b3f93e5be79d50cc2bf168e96d725c9 d3467975418504268b4b3cc357a01cadc23aab76 d56d9c254af9f2d34a65167980616054e663bf2c d579e17209681d090e01c8d68814935dfb4ee1e9 d6bdba0d6597e0051da57358f1b02ba1c1a15792 d8c985faaad55517164f72c8f5caaeb29c2a9db9 d8e0782221fb412a80823a42f348e6fb04f5baa3 d8f1066807c1b84b8e09227adc0c272b40d04cbc dab88ad5975b887676e58b81b7eb27a54b194be1 db8d70372742d5aed0cb7631f248373e23703bb1 dca365348b1c884a10911371ba7edbd8d674ee5b ddcf27fcec49aed86397a34fe793f097711a6c93 de41b4437f5e365096266bf83a0ba85c7e3bb29a de6ec45696b5bbdcd3dcda2a532a052a219b67bc deacc0865205753816c0b39b426e09a17745db35 e29e7ce0633b83348f6248896554592d420c6aca e306addffbb96e0b5e099af0a7ab480f92b22449 e30e1613691eae2eae2829fd9898aacf65a1600a e311cf31dd6753c5d28a2df5d77fe815336f38ee e327bc7a72446ff58146b487a79c89d6cbb0d1b7 e3598fcb1c16cb083afb5a41d249033cffdadec2 e4c28fd302f47a92f2a854bd37560d7e15fe0146 e4c4595e4a417e1a87b3bd8482df0556403922be e55775a7509b696498569e81a12689aeed029054 e7ee9d83ed17f6bfd8b61c890b2c1979a24f974f e7f4c1de21144261151eeb24eb2cee973bdd4642 e8be5da1490e2ca767e448fa54d50433ec368108 e8f439ded27bf7c442f15c66f2349031ff662b82 e96c00c1a21ab77a2698cd03c179a6abbb9279d1 e99aab1d4d0c8c0eb341e5a82ee90fe655dd2b0b ea26f66679b5593e73021264198e1328c5c2448b ea57aeff3e554f7061550641d2654c051c876702 ed027c51362ab535bf12ddaf1a276477032cf5b1 ed280827a3e2fc6e04f9bb577b9f24f748bcb853 eecdcc83a808fd82ee8bf0c1bc55cd51ba1b2c86 f163d5f5ef4e73c79d1f931fda0fcac454c349d3 f20d109c1c5c969db78d25202bc91dcc5e10c428 f2ea45cfb3906b79345836f99e2b0c15aabd4563 f3cf93e689ee3b77f45d4fb9d8459b3f742726f6 f4f0805f53de29e8da1c655b5b55ce73d22fea68 f6033c77f4ce044583253c88fce96e44f45a296f f6a11793b2354d8b32c1b7391f22aef146963ec7 f7f8029df7e4d643b85320dfb58bcbe21d01f263 f93ecbe06c3a43e03d971ed431eb3a1ef1503890 fa2980fa4a3ed1ee8da0c3fb046d3ca8a18583c8 fb033fcab80c180920d539a86e397d85b96f01f9 fb06a6b8e68cbed6a6468efd9f28cc03d0e82018 fb7c419c750e4d26d9d38c2f4346d7e5022ead22 fba1565d3ad2467acf89800c4db184f866a2ef18 fce00ad278f0fb8f0f6f76c0200b1fe89989a851 fd99fdecfa17d6336efe6d7b36953a0a23290085 ff221c2c002a53bb610253ef5c89dcc483540b94 ffec7c1e7600198037976e0396ad830c7891a9cd
Homepage: https://www.gnu.org/software/libc/libc.html
Multi-Arch: same

Package: libc6-dev
Priority: optional
Section: libdevel
Installed-Size: 11986
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: amd64
Source: glibc
Version: 2.36-9+apertis3bv2024dev2b1
Replaces: libc6 (<= 2.32-1)
Provides: libc-dev (= 2.36-9+apertis3bv2024dev2b1)
Depends: libc6 (= 2.36-9+apertis3bv2024dev2b1), libc-dev-bin (= 2.36-9+apertis3bv2024dev2b1), 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-amd64-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+apertis3bv2024dev2b1_amd64.deb
Size: 1930200
MD5sum: 9c823a029085e6c12c366906f47cd0b8
SHA1: 569cc211902ab063b7199972b456291a9728a3d8
SHA256: a229755fac88e4c120edbdb74c4763739d822921557988965e5d6c0d95f0cc0e
SHA512: 7302ebe31d199d689e0d226eb015e8bc956708f3a1e27426bf62b683c51b2d8c21decca9be909fdff5084b0c8afd4ef0cd0e476e1dfb675eda77ea483f96038c
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: amd64
Source: glibc
Version: 2.36-9+apertis3bv2024dev2b1
Depends: libc6-dev (= 2.36-9+apertis3bv2024dev2b1)
Filename: pool/target/g/glibc/libc6-dev-dbgsym_2.36-9+apertis3bv2024dev2b1_amd64.deb
Size: 15792
MD5sum: ae450752b82d27e5d99068db04863c96
SHA1: a97901c461fc7196861cd745ddc8b7d9ec07b67d
SHA256: bb95bdaa191fa1735069d8fd99a84945956d5739d9b5bb76931f86a90ea3ae3a
SHA512: 446c7286c18529008644a9064bcc634c125631010dc591a0451349d2272d5b29ad56094bbec216381fadc8d18525678459a549effc0bccc306c09c21e498803f
Description: debug symbols for libc6-dev
Auto-Built-Package: debug-symbols
Build-Ids: 62f5cfadbe41f92a5aec97076e56b7236b51f399
Multi-Arch: same

Package: libc6-dev-i386
Priority: optional
Section: libdevel
Installed-Size: 6824
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: amd64
Source: glibc
Version: 2.36-9+apertis3bv2024dev2b1
Provides: lib32c-dev
Depends: libc6-i386 (= 2.36-9+apertis3bv2024dev2b1), libc6-dev (= 2.36-9+apertis3bv2024dev2b1)
Recommends: gcc-multilib
Filename: pool/target/g/glibc/libc6-dev-i386_2.36-9+apertis3bv2024dev2b1_amd64.deb
Size: 1381904
MD5sum: 1e3f6c2c70ffb03f629287d53a00767c
SHA1: 97a1168f3fe09aca3ea21b95e7b6194a7a97d907
SHA256: 33516fd3523a69dd795307f647c7991f8f1483e7509ae70c4769aac45b59590d
SHA512: 6b8031ab5fc4ac4aada65c4af48ed4fc438e8c3c69c9e34a8df79935bdaf7b8ccbe15e180e84e270ae429120d964c0e0eb535c02395f15be1a40c500dd1bda7c
Description: GNU C Library: 32-bit development libraries for AMD64
 Contains the symlinks and object files needed to compile and link programs
 which use the standard C library. This is the 32bit version of the
 library, meant for AMD64 systems.
Homepage: https://www.gnu.org/software/libc/libc.html

Package: libc6-dev-x32
Priority: optional
Section: libdevel
Installed-Size: 7648
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: amd64
Source: glibc
Version: 2.36-9+apertis3bv2024dev2b1
Depends: libc6-x32 (= 2.36-9+apertis3bv2024dev2b1), libc6-dev-i386 (= 2.36-9+apertis3bv2024dev2b1), libc6-dev (= 2.36-9+apertis3bv2024dev2b1)
Recommends: gcc-multilib
Filename: pool/target/g/glibc/libc6-dev-x32_2.36-9+apertis3bv2024dev2b1_amd64.deb
Size: 1548592
MD5sum: 18b01c07ea4170226985fed3d6c40c2d
SHA1: 764e2f33eebeb695a935697e3086e66a4645eb0a
SHA256: c92965e78b7e3ef38e97b0f6914898105b8766061ebd63a6d1641718edcc081b
SHA512: 2563e44ed5c312224be93fe406d57e93028762f62fcb219df284ed8b3770039a60f40ddf2a3ed07dbf3f4a0cd490c91406f4a2689c07279b765e218b210b8832
Description: GNU C Library: X32 ABI Development Libraries for AMD64
 Contains the symlinks and object files needed to compile and link programs
 which use the standard C library. This is the X32 ABI version of the
 library, meant for amd64 systems.
Homepage: https://www.gnu.org/software/libc/libc.html

Package: libc6-i386
Priority: optional
Section: libs
Installed-Size: 11927
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: amd64
Source: glibc
Version: 2.36-9+apertis3bv2024dev2b1
Replaces: libc6-dev-i386
Depends: libc6 (= 2.36-9+apertis3bv2024dev2b1)
Conflicts: libc0.1-i386, libc6-amd64, libc6-i386:x32, libc6-mips32, libc6-mips64, libc6-mipsn32, libc6-powerpc, libc6-ppc64, libc6-s390, libc6-sparc, libc6-sparc64, libc6-x32:i386
Filename: pool/target/g/glibc/libc6-i386_2.36-9+apertis3bv2024dev2b1_amd64.deb
Size: 2488520
MD5sum: ecfd5f808dc6677afba3217a59c3da7f
SHA1: b37369640a13b27d49bf69960a5d2780f890e133
SHA256: 3dbaa269a9e6a9231d2002bec37e6a8e0b4e59d246692751b5d4e056a673708d
SHA512: 32ae7d11abd604e804ee1116e62a8010265d997525f51694daea196bc99d536f49ce5a3d9e94f4e7121e76b65439ec875367a769b8900395a68c8360217bb12b
Description: GNU C Library: 32-bit shared libraries for AMD64
 This package includes shared versions of the standard C
 library and the standard math library, as well as many others.
 This is the 32bit version of the library, meant for AMD64 systems.
Homepage: https://www.gnu.org/software/libc/libc.html

Package: libc6-i386-dbgsym
Priority: optional
Section: debug
Installed-Size: 10083
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: amd64
Source: glibc
Version: 2.36-9+apertis3bv2024dev2b1
Depends: libc6-i386 (= 2.36-9+apertis3bv2024dev2b1)
Filename: pool/target/g/glibc/libc6-i386-dbgsym_2.36-9+apertis3bv2024dev2b1_amd64.deb
Size: 7053372
MD5sum: c4380c7a3f9326982cd41189ebe5c522
SHA1: 4686773b2f9fb5abf2ff900e2f9703509ce9225f
SHA256: 585db729917e0a6e26dd63551401df5e4b430004ec4831566b03bc5c5aefd324
SHA512: 064e6dcba03a8be7cf4fbbd7e6922e58b37f671fdd125cb30f46279fa1dcd576fd1001b0d8b706534a0d15a094fdef50d777c91fbd8b4c77d8454a04021cff38
Description: debug symbols for libc6-i386
Auto-Built-Package: debug-symbols
Build-Ids: 0199a104a4c1ad5443e0ce2cd780db20357c8504 022c1a2bbc2e23cc9efe9160b23b14a5d3b22b89 04dc1c21889104c882bfb330998dd39437e3aa33 052cc87503c242fbe83872da28dc065b3cdbde44 0647ca05307ca16705324e556faa2dc80d715c3d 068a548ded2702247f19e4292a3b9fb2badf9730 072033f1b1fbfb523b71da0c92feabd7011289d4 0bda588262ccd653f8e82ef0c3ba3909a4d11b23 0c244ea4c581674054033a85d6421d69fe45dd48 0df6d3ec714a633a5195efbd4c2878004821375f 0e55f4c190d038f3378c785d13fb7e32c575f849 0f2a40644cdbefa21d9b05c238db37183f130f3a 0f30e7fd949b44978f9a14b57c7a30c66bf43bad 1087d4b54c2934efff222debfff020d4e9901e56 11540f85e8cf2d97116a5c83a26b44156d336f54 11a7c191144155b726c3655c0eddd02cc3a8d610 1211933c0ad0cdb3f759cad49adc16debd472ee8 135514cab49478db736f53ba4683f43d48a81dec 1517f11130bb13534508a245491521ed63a0768a 15dc95863cd96de160984383fd2456a30c156506 16040ae7f59ffc846363390fb88429aff5a18c8f 198a4eea32f3d5a04622962f13545e1ad2711928 1a16065404b70beca2198b80a5dbacd42112ffd9 1aea4544ca70d4ccf98f034f77ec44993e7660ff 1b1f2897ca306859547ac5df7777606c4e3e3768 1b44a89337bde3066f74cb3434fae30ee19576da 1c6a93115d2ff54f7d112347de8d92727ac140fc 1d04313512eb9d21b86754fc3a2c38ec09a0b559 1dae45c87075cb19b935eadf8ba7670c2f895e5b 1f7db7e3977c065f893810ee090f40a489fa2b86 1fe3b57a64cb9a72707ed081f1b975852e8c3c8f 226748f2423337a9154a267e40dc0bf770007e0f 2293438c8254279c8613aa6d349eed328b3acc2f 2309a021f26c12b89e6b6edf123a7111478fc347 230bc5f29a6e96c1f8bc7d139666bbc4b22a1198 23dcc9db16fcb4371e2ce56bdfd89e9b80631295 24ab901fed1355c7285d2780166f415af8253d6d 24cf7365cd845a821e8ee14955bae7af4e08ae1d 24d4d615fb3ded1bbe8681ada5b0f4c580932f16 25a5c4aa0c451d00786af271fe7406b055ca5239 25d63e024903d73296b92e0612614259e5350f0f 260ec7d827f81bcff14562ac37b395ab4550b82d 265daca98daec30e9025fa3340e53ce9c90ffdd7 26a112d8b4171de6982cd8b2c90b1b5992fabf19 27a94d33524d3f0161c7337a7013bb0b89800a07 2b50c43f850ea05b21accebecd42b6504fbbb29c 2c1577310e9c05db3bd167796a485e691edefb1a 2cdf297ff0f7f861210c278160ec73bb0cd924d8 2d2875b468da572597a89f52e16bcd835a5e3620 2de2c2f1d28a48fee85b4aef2dcbfb11efcff832 2e5823be2846cfb2c16a9bf793b4197af8ed3924 2f21c4ad4d6c014565a4a1859c80be5bf1977c09 2f7458636537f9dabc56b6246c0c88a026faa211 30b49b5cac596c3e07b86a4920dcd806e6180630 31a799b200d4952a6773734a5ba3a816f9e92a0e 31c9330d959b6a96c45e7076e9853c10a8eff2a1 329757959e9027586a252409771ce9e3d7b3eb90 32d89c28be4f0720326641adce32ca7f75796e2f 338d4a27398b284f04b20b1fc09c440a7775d5fd 35209413a4656bdaeb9c618425f4c48b67c6bdb3 366a88e85c876dafb99bfe5391bf915ea7147db9 38a5a5d03203dd1cd8ae6390f14b2766b2e90b65 39563a22aa054f389321fee83ba1848f516a88b0 3a9fbb19c9c49d28afb4f5a39b1b57fa170e3ff5 3b7df56bb4b264b9e736bb003c766067e67e01a6 3c9e85c6e0affc524a00ffccefda97faa943921c 3e27e2776a2d67297df4f4749aa805826ea02da4 3e6390fe81ca27162b4791af02070d313181f875 3fad1452b895ba1ffd29501ca7701db92458ba76 403996c4d31b16d0e584a880918d1c2ab4b663f9 42454bd33236b5c5e30d46a16dade28367fbb8d9 42c26cd2e4370282a28fcfa085b2182b6057a40a 43fd5d8d8a84a1c39b6a863a634acccb0c40b39a 46e72694a698f34025ef3acffdce0078da145624 484e0853edb4c017b299491cd98fd91cd9fe26a8 496a651d86ca308c2bb6fc544eee3e1cbc94eddf 4af0265e40ea3fb0cd2dfe8636f5017e06da7cec 4c310eb3cf367cd97be60de98664278c22a1bf39 4ccbcf380707711cccc0cd8e48674a5261eb9086 4d32df93ea6b528c1d9630dc1226a94d32b2350e 4d4f9dad63974313f466b2de543ffabe6c48edf8 4e49b42e9018cfb7b44d192060a6c62a1d448b6b 4f7dfa2d65513201436769948365ad4411858d3a 5080f5c3d8c886ae01258384dbb1d54a49469ddf 514d2a92d99434143a43c9b02b4ee2e56a6467b1 52df2984e84bf4d52dc758bd5a30602c148d8cb0 52e0fb31d659e947397396b68cfe5b3acfbdc45e 55fdce9356c23b51b42a6f35e2d07a7a58134cf4 575680c33d6942ce5dee826af2147cfd411fa399 57783efd8f136fa7501503a506848159c2a9d887 585563188d71707d42a04d5e3766ce5dacf05efd 58930fc3a7eb9aee9944aa2b42d15c51c1a1c630 58fc1a5ef7bb615d4d14c88b7bc999cd128b95db 596160acad723a326234d867cff74391cecba4f9 5980ea7d6685d92b1a1d5a5f9f6ae5ed883b6f5f 5c45ec334f87c9a544e3a6c16e132d66d585e0fd 5d3af6f04982dda77c1d5c4f34c4badb55e68b97 5da68d951631a03203983f87bab6c6dca38e9622 5fbb673b5240d9cd24d5173d1b7fcf3435aecca8 6048b749fa0e6b790699bb26d07a5c1d268a37be 6070044c112089adc6b9d61bfd5065d43e7bebe1 61ec2180f00ff83362286b896e344b3628864851 628481bf335cfd48f1d4127cd9a8632df0268fac 63ec49053bcf3882a27c1b27b939ba05a93c832b 644bd5c6cfae50f1c175478159cc3d1decba403c 650c92d979fdca6b23fc98d411b1c6a72ac0d3b1 65498d89130914e1c702bc431e04c3da18659e1f 6587d4469ac078b52e0aa984dd5bd37fad947352 6677b6caaf262a3a89252d72461524fe3f2d15ec 66f2db7dac1cd3e0a4bd3f5f524ed3b12fe3c110 67e7eaafe1b6be9eec9b0d3a106c5e26274e1346 67e94e87b8f0187a638ebc31726df1cb817f5b43 6910d2878d0c8218efd5fc42ae84f82ae90951e6 6a72f05963b480f2ea0444469d2e65a1972d97cc 6ac208bac033c616f84a84b842735bfbea5e14c6 6af6c54af3a8209883f9c9827c6b281fc3e1ba3b 6c6da9c86ee45864d1136b6108ef9e2efa0c4f7d 6cfc4079dd7bb3e250833e0631ee8b6e8f8fb903 6d523f73fc0d3a37036ad1d63495bc2b0724aba8 6ddfa161452cd2575edd29d42fe1fe7e92076e6d 6e00dd6be7ba590042074f2e95e7ab2ec3d04f2c 6e28c9c2a6a0018730bc1cd0db26b8fda44cfc8b 6e618484815defba387bc445fd042e447544688e 6f052fe273f3fc6a5d196ff0c1e85fabac139e97 7051c064c8d9d74b17e99b8405b6cee67d1e0511 7061b54d20cb59e128b08c4ed4fee26f0a146d8e 70b2971b3b8ddc90b397cdab2a24af7eee68d649 723fb04955f69a1d6b8c4a931083a18cb81e04c0 73765fc4202e3cfbf5517e72df82c8c8f715525d 741d864b849a9a4408860432adebe4b888db19d6 77c3c1d474a948c2ae4c67733ea3b1629c067ca0 7e6f0f941331fbc5f10d8a36989547ca35fea13a 7f1998f9df56edaaa2379c2fa606bd2e7551bf7a 7f5bcd0bfde42c4db850903b587e6251f6c42cbf 8107c0d61d2e8089bbebd451f3340dfe3261bf64 823be6950284b00614f0000db30568464ed0e00b 841de1c916b851a492e10c28c5af479dbdb6155c 845b6db52323320639a638a163488065be729482 847147dce1392262a6815f80bda7ec6e18a04ff9 8536001c68f6d7f0a05482432b584b1282253ca0 85b51e18ecb31cec3b1cc350352786d22a3726c9 85ee41116f74833c018fe282f363ddf5693ed379 860efa264e5fbd9ad65b92aa886b082b907c6396 864e72db72dcf348c81c729329bc3e12462ff679 86d4836fab0cec1922147cbdc2156405afb90f49 894ebd87433224be28ddd186d64bcb7b929795f9 89a7e87127d82740f42cb79577f6c18f6bde0008 89d58c6575b6d4ef1ec3e862fcffeaeb4b9ca875 8a832bf516623b0c0a594db44f12f8263c84c1de 8bf579c7bcfebc6cc781382e420781337dd6879e 8c7c0d7bc16d6d10f8a990e1387aa6b8d7c10866 8ce938c6a90f985e016a9ebb8792dd73e0a58c46 8ef6b207a0dc21b7b38995628d90a1a8db0b4268 8f976b74bf96764de8daecc5d922b4dc604d2ee6 913deb6bd59ff3bab87b523b08db22c188fc8bb2 92e4aa5c957c95156ab2622116e272d86456dc09 937f116398884a00f266cb1d0fee3478e187d711 93ce56da7437385554b84cbed9aae247d90f602f 95297b7ba004a3f205400711db2d31e108a7fb94 957f9cc1c9f1d46e79b1db30b7b37021da8c5e48 95d480d471f3647f603f3ed0711b6375b66541eb 9773ceb38a4e237de0aebdf8e7062d03a1d72604 9b2f004e5cf42af820217f5831e0cf2d82814535 9f5cc9bf5df276441e7c7f92a3ffeed0cbc9801c a0dfec341452a0fbd6c9c4036515c47bbc244c66 a121fe19e4d092b8107ce7c6a55544633b47b667 a175bad9e7c65424eafd6bfd8cc5a871d07c758b a2407cfa76336067a0f20dfc2ca777c7bbc5a4a0 a25edc6a66949772c4dde7500367a6bbd3df4414 a2d923cff461f6eb2946f56a309d16857e1b0998 a46a613c94f6b87738e0008c03c26738fb869017 a6da527f71d13756956b5276c09625540bd671a7 a826ddc198d650af6bd864f9fa50ce50e6e732d2 a85ef39803f847ed2bb79aadb5050e97046b301f a8ade15123199ab83b11ced4b3c258019a95d5eb a8b6c4a60e47b81b83c678fc4b301d3a41f3e5ca a904894bcad58cc83ddba17bb7d44790448d300e aa5699e7875aaea22e260b720730d1a72ef417ac ad6cf5c8542621f0bf11fe39d2f06274cbddbfde ad93ae98b10a09803f115c00d73e0ab4db777e08 adcdb4eb740fb22b5fb852642e94775a81f83b91 aefefa5b9434ffb761416189fd3e510f577976a6 af00da9fc6e82ce87e4c25db0620f07f9d4ebaa0 b07b1f233cf1715106ad617142ae6514aa3d9a55 b09e61ab0c9f2000bc45ac4c9dfd2de9a29aaafe b117dcc4fcef79d0e425511a85658469178a5475 b2771157051b67c7833d59bc1112ae51a36cd8b8 b32e839220d14db0cc2c4e5ce16f13593d830d84 b3a6049db945701be7b8f30fcc4ac6572665c89c b4392c8ca110081a1f155c8e2f4dd45e801f93cc b49de0e36a2151b857b250d6737d880d30198c9f b8d810e2a186be31d57deb5f9651a0995c2de991 b91b9a80a06c945c74420958688fd757e38be177 ba7547eb98814fc7aac7e887ca58e7996ba259d4 bf93afb1e3b1a785517f66b82ce9cf2b1adefae2 c08ecba640aefcf1d475862a6a7c00ca36529822 c0a7e930ff547e8f6442a6189a7476429ca89de5 c2181cbc42eb1390c8e2849b0fc4486536992ac6 c4d421c16a41801d6d73bb5fe91cb8899c5df0e7 c557d8bf9f317eaa471167a7b1647476df3d899e c5adf74476dcc71d65439ae62411c9a0b4b3ae94 c752fe6e8677f01a841331d20677e23117367120 c89fdc1eeb05fbb464ae07674abb8357d4002347 c9a346915a8c6732629c52d5d605d6b25f546db6 c9f061d832ea56555804578ce833e666975a5e28 ca0968a05ca4355fdce9b24bfd8bdd551162c1ec ca21a9242a60a116006df9caa13f7f7fefc9cc6c cafbe3f457e409a3f0b750ed65e18c773d491165 cbcd4688d94cb3c55765566b3f19d84fe0ff2309 cc55b3dd05978b150eaba343b61a4ffdcb014a46 cce86d8e20338c2d47caff881a88dddd37066026 cdcd9480a15bcebbfed0dfb7756f75e8bedd029a ced249df55f6419864d3841c4fd1ddb9d62b6a8f cf4db3945750d64141709f0ea893e68605fd59d2 d09860c224b254faff550a6eac4e6f357e083450 d2fd8829e2a9d95f5e2d18f070b60d510de47185 d367a765f90f4694224c069a559500e59fbc6126 d5d31118a9b577de7db98405ff46be0ef8e8f033 d910fe6f3072f1fccf9d040d00b15c6ccbd18824 da7bec59a6fffe17f150a96b9d9699fc7268b3e4 dac2e46aeee9c33037b570e4136c589b5aee825b dac4f8fe96bbad83ad3f085d67994a93677f230b db8591abc2f0943d39e211715f69cac7ba23d845 dc01c7af9d93e3e8fe6087dc813183bd8005ca58 dc958207c0a6098d7c6dbd303493d65f31c7a789 e08b90e6e13beb49258fe386e1bec4d8b4fee617 e196dae7e40c909f765851e12348893f54c9a85e e1c8a3f9be8d93246ee066f9f19d8f67d612e8bf e22659c236e9c12ade4f99bc5a40edc159b6154b e2369fa5f7bd78e7bf228e69826e8c1fc7477d0c e28a5a4483e2b2356f40223910c93b0d2eb33713 e2f3a2730f7e07a38bc52ab25cc3d7a4fa91bc8f e333a55c67952024ddf8826f5d3560cb0ec523b8 e388e318a21ac276e57565cf9c450572840479cf e4db65b1e2f35229b24efc5279e3b350b9403844 e5e3dd3e5dcc3b101b313323395aa7bb22db474b e5f3d8c5beab09ad67ded5b9bde51d89a5d57e1d e5f9ad1cdbcb506ae58402b4f2ed9c47a6d71e25 e60a78f18c218096201028a79440345df5a859ff e6a7e14676ed695c0e401f7b475f272f63c52cb5 e72a53835f8add80293069a2ac555a08f974ab7d e7d9f069390aea035f48c79b4afc2918ad7145d9 e85cfa988db3e8b8354d708201ed77467c541540 e87d86d0c5442dd102326b7e353e3b565dfbced5 e94354c933a189f39a75ef6fc6474cef22f07abf e9ae756e1a4faeda57f3d3ec2734ff275251e003 e9de5ee557fbaef20f8754d10aa9a2631c3e872f ea2da53e0a45f3d6dcaadd37cd6d0ed08a32d4fa ea57d29ceccf92c8144c8b0899cf90e704083b03 ea83c8773548838941b525685047085a4587b043 eaabf10a38aeb9d47677995c2f9c9d48c70e1d44 eb49cec27dea5f16c8d27bc988bb3558e810b837 ec67a2b8ba3c7d1ada066445537cd1c915690b86 ee03fafdc2504959151419b63d88fbb88e704d09 f072bf0fc2723f99600e716466bdf61e37d6922d f1dc3873faeb107c6a8d05028ffb6ba01d97e7b2 f298e00d27abf7e076b2b84377d911657fc4322c f29cf4b4394c8ba473fbb63ad3bd69f5bd626121 f2b04ccfe68b4a8c6cb5d4cbb9aa44b5546970bd f35f33629e0c0e9693652d65088e97c08a627037 f575dedc7ed83591ae11363d2a922433239d8263 f5f92a90b6fba213350f1ad5c86add7559db3280 f6c215d24bab4ea345e829ecd7ea6722c8e72dd9 f79d21504ac3db6583d01482a62719a88d081044 f9088fcf8de8ae1adf223ebfb8a2b5e13ce67340 f963b217abd493e863c4727d0ff31f749d12a676 fa05611720968dbbed7b0615b345c863608052a4 fbbfdac02e0fcab8643f1a5f1bcd1e8185c52ce7 fe1577446603c4d01b0cdfbbad6d487089f6dc37 fe4ece507e98440498ec4ff1960dca90384fca16 ff2c9db8460b0bab4b9d6a0d2048bf662955fbdd ffb1f6fe85f793eabfdf22be2510489fb294358b

Package: libc6-x32
Priority: optional
Section: libs
Installed-Size: 11572
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: amd64
Source: glibc
Version: 2.36-9+apertis3bv2024dev2b1
Depends: libc6 (= 2.36-9+apertis3bv2024dev2b1)
Conflicts: libc0.1-i386, libc6-amd64, libc6-i386:x32, libc6-mips32, libc6-mips64, libc6-mipsn32, libc6-powerpc, libc6-ppc64, libc6-s390, libc6-sparc, libc6-sparc64, libc6-x32:i386
Filename: pool/target/g/glibc/libc6-x32_2.36-9+apertis3bv2024dev2b1_amd64.deb
Size: 2617756
MD5sum: 882c21b2c8749c21c1d9bffc9cff144e
SHA1: 26dd26584d6918edd7e475469b8d505ea4d6af79
SHA256: d47a0017477c6f2eebe88cd4a4757cc1293d8619d9b0e95de4b3b9397fe8cdba
SHA512: b1a647cee59447646ee7f72bca56b5a0a0b0b2d5a9ad21bf5b6d043405604da3f103d87458d62f46d20de6801459b081a0f955e2c584bcc498cab4e76dfbfe82
Description: GNU C Library: X32 ABI Shared libraries for AMD64
 This package includes shared versions of the standard C library and the
 standard math library, as well as many others. This is the X32 ABI version
 of the library, meant for AMD64 systems.
Homepage: https://www.gnu.org/software/libc/libc.html

Package: libc6-x32-dbgsym
Priority: optional
Section: debug
Installed-Size: 10178
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: amd64
Source: glibc
Version: 2.36-9+apertis3bv2024dev2b1
Depends: libc6-x32 (= 2.36-9+apertis3bv2024dev2b1)
Filename: pool/target/g/glibc/libc6-x32-dbgsym_2.36-9+apertis3bv2024dev2b1_amd64.deb
Size: 7262036
MD5sum: e11b502e497403871bb7467a054f598e
SHA1: d782a53a1d2a74941b1a77c2f9d379b9877e6f2e
SHA256: 53b9095734973ac4ef5542cea525c48828e2571d4a6aa15bc5a00c16cdb1fc7f
SHA512: 384b20f992e335d1caf7ecff3e80a6058e8794c049c4d5e2b8b5aa483bb6993fb452d08a3689b4c438a4f1d839dd7211b45547adfdcbae62c9ee74eea2994196
Description: debug symbols for libc6-x32
Auto-Built-Package: debug-symbols
Build-Ids: 0028d28766dfe813b89626ef07f8f78322e1bfcd 021371c46cba520197431bf8c6cebea8e8de94f8 0219d43ff24119dec10b89927b28f81419bfcd57 0267728c3ad5bcaf6aa64ea28d6fb8ecd2a4ff90 041159ac4c78d41c45bec4aad3f6d54ea552d032 04adef1c7b9459de4512f60442801e56fcfa0494 050e3d44edb440f24aa9acfa629a30ee6263c7ee 05829669e0227776482a66162dbcedb2b26c36fe 05b5007e76ab2b82d6eb30365d1efad686e37d0c 068a08281976e8caaabf2178570a0f57e474919c 06b1c5b5bece0c9e4e046d2b3c5ffc7b10ce0662 0779b81a3cdf2a6ddd2aeb056c2325dc1711ef8f 082ba996148f0f8dd9c80e6a0ff240fc0d66563f 086dd4b04ecd8038804f197df60d71a522d4a1f5 090b91eed8b7cb57147a1e3632974a5b469e0e0e 09529e0a3be5e919450972ce2e98d435a1ac6b2a 099dcea0fb39dc9bebd2faeba64b30f07a76ab5d 09c0ea2851340611c1fdcf90923980393e0cd59e 0ad2de1cc42de9e2166ab0abf063d8763b7cc4bf 0e4d6ed774904613c559bb7bfc0ff2287d9dd9e0 0ec29bf8f3ffe162ec2fc8e02eee1e73047d2eb4 1007e4a7f8886da90266ed2175cba0811ceed487 10e7ac20aab5b457a745402e8005a2e8cf3f653e 10e8bece0ca99f8989b4d05ac0dfd3a7b48f96b6 12b04208cfd2bd58c4e4109be15cc4214bbfb503 1363ecbb7d0aded85437a19cf48ced1e8dac060e 15100f2d1c760642d2f34fe3c30bc370c7cb219a 1629db14b17c840174a72343b6a4224030697826 196940f6b41130de7e2468a2783c0a60129ebeca 1b3fd7e7e6831f9c6c677655425e2a31607ecfb4 1c2eb5ef776c12189e46698eb7fc49c611e103ed 1cec8191e1ec1a76216301e7b17717e4aafdcb7b 1d4da3866defad9655c7e3532d951132ff82b690 2122a816787ffe566a8b82b7390717244f53c238 223f97e8389d7d39d5c50e72f7eb3c9c51113e40 23ca1e5ebd3d1d05dbed0cb0a97af3244505a636 26e4f0388a80cb8e69dde05dcd417acd4c274e49 278bd73f3e6e4176129b11dc9eea7920c512be62 27cf0ee24ee4f3378edee22b773ecf4e2ae63726 2b4f7ac14d9ebdf66229bc527bcb8aac0119cba6 2bee46ba52b4b2a62de6e66dbc98c1c0dcf85ba7 2c233e881e6490b962c47c905e94c52c21aa8143 2e14e6403066d10c42e5717e85376d9d053fcf62 2f810178dc2a3107db3a08d6357f6afab940d3ba 30074cd8075574ebeab98136141156156d2c0dab 3091a33a22afeb002e7c210029696d6b13ff13bd 3350f6ae829db44a3603d71e1d14356c5870b9e9 336ef4a07bdcdd9749b6f8f6c46f601b6bd2a3c6 33ed3c0e613c2212ab93a3cd95c31cd5ce9e65a7 3483185ed7a469a8c48bca8b13f0e9f4e1166424 3554a9af10c130124f12691f54aeac5a4f591b51 36e865123e9b3d5362dd68451b33c895c76985c6 372c65999392ad0139ecee6b45287e2f6da69645 384b7860138ac551b4940068b9c0f4d91646ffce 384bad15788ecb1fb31607a131f0411193fb7978 39a29c5f1a5bf6c11a7f14e0c53aca725f5f2841 39d8e1bdf0e4d2152cc3adf4cba331c296b8397d 3a9aded99a1453ca51791b7c7c0d6a1c8e370d27 3aa93cde86b8715299b6fb4c3817c67ad465ecd4 3b9c4aff913831ea06b698e4c575efe4b865e7f5 3c65a8eca3375a672309b8d0d7974c1f25f161b9 3c9fe89913ce646ce12ce1993c30c63df2dfea77 3cce95cabe1e9db0eb0a4fe15a29d009b5dd7c08 3ea8113c298a00045f8dc6affa4678726d57d358 3ebc3f408e66ee1e02fc15c5cfac4784816b9c25 3f036fb672f82851382c53560cc60e2ccb3d3662 4006eb82ba2e6615dfeffc1d6e68a5fa475650df 413b640fad9858b338e58178d6e28e04b4e75d40 4246f8425f648018fca02755f703a4837d7dca0c 42b120fc95a8f1e869a7c5db067ea8655d78f463 450c7f28b9eb452a305e16481b6039d766bdac47 4647ac3cb3936f202b5b28674b09b28e1ffb6c6a 47696a681a5ebc967fd914ba4b7e1b6b64cca63d 4895f33e729d9cdc8aa92a033b3330042f4bfbee 49b9da2223bf4d22b2be88716ce069014b70f411 4b51385cc4d1cf65b14ab2cd86296e94eb50892c 4c7d90c5eddbb85730c56f17153d0c0a923dbf65 4d64ea0b8ab0ded13f9f5233db2ab06dccfa3009 4f96a01fda99a9f2b0fe24b54ae90bdf3ae58f65 548540ded1126f5834d69ed0ee91bf00de3e404e 54d7a1b7c29954cdcf83f3b0d4511a5b8d6cab1f 54eb291240cb8d5a26262f1db727e6ee76e06f78 561768296930ad2dc947cc70104bc622d4b43e18 56539c393816147ef7e69e2224721d6356bccf69 5748d2459ba75b718abe571e2d12cea659f9d249 57d2809d4196329cb9daffd1ed40d5c02951d8d3 5957f12f1f62876f7dce76e7b7bde52706f18056 5a58a5a930e272874d8a7a6bfe0ace1bba5a0bf1 5cade52349d36c47571aaf240a3ebaceb6df3e09 5ebe2abeb0e24f40f8c6dc94beec76b75aefa4dc 5f7ae0822b5dcd424b70f5a67fec07850d707b72 60078113b1d36d5776d28570490dca5ca0375e69 61720a4b4c11a1aa2cb80043987ab4b09263710f 61d8e5267abadfdc533b31267c10865750323034 628aeac62ae9865048b5bab58643a237b5e37e61 63a136dc1ea02f018bf0806f4d01d9591fd67583 653ae37ec3623d8c23c6fd2a78569253c4b39970 66bb77acb392864722bd9f9903239c196c07724d 66dfd8ecc2168d363fac22a2ba0aa80c31cb6f22 67388d8df889b09d5e4de83016cd6a91afdfb80d 69c3e1ea662cc915ccb0c490f786f021ff9d3db8 69cfaf0937ddfc3b194019b2711d6e2348b9cee8 6a460c2895b184fb5737316898db74c7054fe59e 6c513b01c888bac3d3ce4e047e5eac66f2d513ac 6ddec0dab8c9066b3de460c2a0a459ad6540773d 6ea27214d33265e88d26024fa870d6dfc075ee68 70af84a92b6d685745752cad61df4078c2f4aae5 71b561cf07c869e1d4736ba62a1ff3f827663b7d 73b7ffa88655334461e99723cde350d451748dbe 73c2754dc58c91215b3ca6c6d541fdbae4207bcf 756d61b042e289252600900caa9c9744e5e589d1 75d9573e7d562865d7b2a6d00fe85133e1086272 771a8c7ce545f41cf0e6c8198e78eca25af19357 7735f7d93b28dc8bc0ab0295f060c94c06ca2b42 77975938b98d1aac2fa781227f2052fc0aab198e 77b79d4841266c97131348cfbdf349fd95281232 780742458c6b69ae6799dc20dc02c1bfa29e8c34 790afa75211418274b3feda900e700ac7163f5e6 7b056952a6036a0b9d0ca1346aaf07e3c94979f1 7dcf60ea6f8742f22a129ed36714355dd262f896 7ddb9bc29c000c69ffd2b3adfc5b9484a3203366 7f009a40104142b1fbd80d440b8a5ea4411b3be7 7fd3bbe3cf79e815108a2771bd7c86f34a0ee2f4 80122696abe453759594e1156eb9ed63303de403 801a378f809b0420404421dc1b85a9990a6ce0b0 80d1169cf7946470465fa0062e07f07b764cecd5 810a3324f673eb2d98cd49e961f32f33b52f4742 82a7cbbed5c1380ab1daad9db9483bb1c75a20fb 832225b861adb15fc50712c0b03c06a552c82056 842956974e3120259efe708a77dbc96123976a16 850b0a9cc5e812a2c514e2a8636e7aa074aeb7f7 8532ff165af80134a0dfcafaa90a9cd09e2add90 85bb06dd79ce6f17dc9272fe461184fef14fcd16 8844c8efded617b32b219bfbf9e0c7bfab7a2463 88696f19949801b34cefe3fd3c6ac4f5b9d51f88 88e83e668c301e6104215fa3e0fafdda9f751fb6 8ab1fbfd1d2ac4790e8c3fe2c0dfbd7caf049472 8b9e43c4ae27239e22b70a37392c076c6c66cea3 8be2f15630a3f141848baa2d0e091b2646df740f 8c1ef7c4121a9d8134ee80fa4e59990a2483c7a0 8c22a900e4b48dbb771aa6fbc0c9f796bea9569a 8c583f12059cddcbc590797a6b7c4b0a0136c919 8d2c73650a134fa73051c61d50c9a53433cb29f9 8daa438c6cf344eaaadc5b84fb6d30ccff197ffc 8e39fdd616a7670b2719ed321ac73da498d92956 8f24b798823fcfcb80b038aab0fe4a6dec83f88c 902b262268f1ecf0ac3e7e833be347fcd5162ed1 935aa1101623421bf98628ffd37c45ed179e9b4e 93ead91dfdd6d2444c9a3a37a885cc65e858b1dd 93ecc67c23450752ed8d6a8d53dacae2f8bdf300 94008d4ceedcc7cebe45b03113c20441e9ed61d2 94947ddcea0ae9f2584d82b557fdd1a6dfb0fc62 952af20d911bd9c88805e473b5e4a382601ac280 9569f1fbb4f232e21a0fe4e3717865cf702d7951 95a53472ad2e51f3d76c148f02f790091e329520 95af37dbbcbc13be7424ad92555a3f46747c5eb2 968a6df7d2cce13b7f518b4f70f99abe6c280081 97e54cf58b618e4e2c88a7f2629f70661e8c5e7c 97faba38ea3fb2087b1a51f4449c2a73ee0c8fff 9866d1ba6ed1e61919e530f9724c49ab0238609d 996c8c9f8ec377db4195d5a27c9059086bb6ccc6 99d15fd90d31fd036fb67124f8014e50fdb4b13e 9a1d3e3f4d418c2701e3701a71118cf97493ce96 9a8d579d48ecfa57f93126d4514bf64a980966cb 9b51c52c80527318eecbc564434080963c6386bf 9d668d6ecc55e5c6c2cf6de38f6f1738849f076a 9d7e8b3d68aa1f1f943a2505585fc3e53158e520 9e9293350a1d2302f5b0fe1b45957a93017cad5a 9ed6b9e7b6b8371e3191ea8518389640267a0b19 9fc80815f4b8432147339414a26933c38a4e005d a0d30001d2f419675004a3f1431e52e0db1602e6 a0e6da8ed9d95b4262f191edc3b5570885d51fc6 a4306596dcd49af10c768282a171acedb8deea3e a4b4225c2ec6950a7060642f14f49d0eb88d2ab2 a4b6d4f176617419a77443e14a85020e515ef7e1 a5e0d79862e9b8c6bdeebc7d7f02e5267a2403d8 a64b15d1b63eb8f3a18a748757ee03f2a5bbba02 a876dee5a97cd67f13cc9f00702b1ce42b739a17 a93b0050f32f9f6b372dbac8699d388502a6e377 a989329f1f39796a46265c076d31100835c2a3e4 a9aff7e15dd41e903f58348f6620b692885d4b3d aaf9ba136823a05d9975ba8c250ef0147c98bc4d ac0b696639307ff9617486aab6d05f61f9854c16 ac19880fd061b6c2fd0ed88e82fad2979474b5de ac1d709e1a068264e6aba3cfaced0485608d6fee ac7c97d514768479639f27ad5e3447da3a741c6d acda42d98eaa83d9924f8cb49520dc3a780970f1 ad3d2a7eb5732005f9cc2bcbc0b5375841b0643b adfb296cd78d9de8467b8b559c9d15fa11ad295b aef1599b81d31243301a6e138279ee692b3c5174 b0113eb76ba43a3b176159729e710d5e64523348 b0c43309af810b310445ca11bfbbae82b63061f6 b0f30cd7b15796ca3d6136341f386a573f228e41 b146d2fe9ce07db1d2288c5140d12d4874a52a73 b1aec4f8b05add4a00fd91a975a47edc5899e504 b300d9aa2510c49ff9c0c9e0a060f3786cbb4c1a b380badf230d93018f47e9ae9bc26c5090107c01 b4415638ccb8ed4bacc65f7a6ba8763093db1e81 b45a072355a112f27463a077594cb3a0e209af05 b70737e67e14846d3778a6da3b86ba392bc06b93 b7bed481e64da164909e8be0683e9c605e39125c b8219fc42506e905095e121d1feaf626d83624b0 b82db28fb9387633a60dcb05da133dd517d46836 b83cda5277563b9f342381170f60f572b4f33a4a b841d08a0e488a624db1e4d644ca6e3c74eab016 b8c34ffedbce928e2e46d3bccce46f36226877a8 b9a931b727fa3589ce3d6851bea005902796144d b9be144dbea37624473c18461e31c060f4c76ed1 bbdbc78fa731eaeccf4584aa3d38d663833b6df4 bc94963045ef73d9761a8f7055f2491c034897db bd5c2570dbe84905a4e61fbfc875a6892e776136 c144487103a35064f8ceebe93abebf026e6bd44a c16961c5ae355cd2fe0216a8763b46f825a1a76d c1c785e4377f5cc207dbddbc6504f9fc590711df c330cc5a107507a33fde67fa3a2a95ee226503cd c4aa9f13ed6b032c03827ae7059a596166c3b3e4 c5391e11dea8ce38625079d5090c9c884e8fd6cd c5f0aa8d983aa772921f99ca62ae0d4ac8e25d8e c6d19897342c7e2403c4e48dc3ad67a39cacc3a7 c855b542575a17a9aaed6b998b85329800392b95 c899b7f8a4fa5abc716f65b56547a952dad9ef95 ca921ab9873b1784c2f26f693fd8831fb7ea10a4 cc604579ebb616951f83317d201775ac30150037 cd9f966fad2a6b34be02ab0c21e4840a5e26b5db cf9c5a98e4509e33ac3885d68b1fead0ab949ffe cfbef8020e618d5d531d234cf7c1df604644c2ab d114aba70f86a98ecb2f0aec6b26233c7ebd33a6 d1b9158207a09a937ac102ec916210b8cf63c273 d22e792184ca48aa2a9a7f7724f848b6b0ab34d9 d309daa92e03f862eb0d275a68cd05823f0af5b2 d585576c8dd5e5b93aa22dbb5aeda30dafd6e50e d66703cbedd5dc1d44ff9d9baed4bf38962d651f d7a7eb484662c87f5df92e5e050d499e756c4958 d93677e2eb1964e50e1bd3dd15984c45a443c142 d969bbd070e3129924899ec7fbeedfb3c9816019 d9e336ab3253bc7fe119685be9d055565e2a8b59 da9fb7538a54eddc6a48f0b242e66022e5eb5295 db6346d57f22f82de4b8d761fafd944a7fbfe241 dc72c3fe24e8cc2db539a3211039ec1b4ae79eb2 e14d589408edac050b1c9ac8f88f14d661fe0c12 e1bcfaaf29ab9cc97675666406d2f6cf155ee34c e1bd0e8a4b474c6dca1fb22a8c819a6120d443b8 e2ff23a34bed3716e01154cd113106f37ef0b745 e4bc1205427ec285778297ecead3bdee0b0274b5 e5f5e9592eb34e68fbd2edc8bf3d67acc1e19a35 e646ab843ece093733cf7d15d169356b93121282 e725557ffe94252e0f0488b362372b18cb4173d8 e742e8e4c1b1ff6f3ab795ac9545ba9bfe2776b2 e7dd88ef56d35055eb308df3c4b4abd15ef5da0f e879e7d911c7e35e8687c0c456801b1e0e02cf55 e8d0e8c0f0364844fc276166d300920a621aaff7 ecae503cd3ec5cc3c60f3b06e473c43ec9eb9218 ee57c0cea55dd75aedcb1954cab1d2ddd10fa42c f09475efda8c91c9c7a2d188b3d1e4ecc7d3e013 f1b91c2dffa07bec654c2bc191d84dfa0f62ef8d f225a728f20b29c95954aa0f37f7cdd0b1734235 f22c7624fe022bdf10f76fb8fdeef20623ecc9e5 f27f96363610786db3273a2b0cdf39bbc26e4d86 f46af121c5edb9368cc818d3541d335de2056466 f5363398f663b055bf5ed03d943d3a51b26a9dc8 f614710802ad3aef811e32179cf9aa82df2371a4 f711f350e58f4508570bc3b18ee31f7ff2aa86a0 f7767032e3bfed3f4a89265cefb9c7e13af293f3 f829c11ed7bb8e4a04a281a1e9c61500f53745e4 f9de55d7fdc0f02160c1f4345ff95b68b4cedaeb fa03b97f8a116d2a9badaf1fadd5c5d1b0ca2f2f fa95d0f5d8477a7fb048ab00d198040b42926490 fa9b608ccc148135354119c5a327281cd0630266 fba3cc9e27634c484da37ab8fffc59781b2a1781 fc1d8f21d7b011288e0946daf950a062896c9919 fd1656212597f8812e447f1e9182a536cfd83e7c fd3c3930caad5582844820a2bec877fd0de123c1 fdb6005b0d02766641608b7287d651570e18ccba

Package: libcaca-dev
Priority: optional
Section: libdevel
Installed-Size: 2755
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 757232
MD5sum: 57b6e365f577797dcf819ef1327c77c1
SHA1: 60415219391300b189c36c8be21866ee90c5f631
SHA256: 95371e5f5f205e0c230d1c06510890c5fb26f9c96b3654a94e17743908206250
SHA512: 435a1842d97a823f7746c2419af6f19ec06de17a29cc7ba3e9fc9508c59608989fb137e397ff7d5a12902c108d89fcd5b59022cc27751546027f6a2aae85337f
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: 899
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 203632
MD5sum: 1d9d469ec0236de6c80423775e3efdbf
SHA1: 978c7a917d196b21012a5a35f5f477e4914ea567
SHA256: 174174f7732a10c1f849bc0c4e369540a783caba9ae4d4d9bb9577fe70778b5c
SHA512: bbe009997c342ec209dc2f03d40009b206ca29331bc4ee0056ba4ce7300267054622bd74fcebcc023c5298e4e54da7cbd1bc9d99cad5ce510c34d7e4d7c88ae3
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: 257
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 200356
MD5sum: 4b148da308f915eb0be22acae98721ae
SHA1: d7870102042e6a1ec1e39882dd601c0c1413cc3a
SHA256: 72dafb923c395c958e01a6f83ec8373ed888fb418c9b2e0ab65a258d36d6d441
SHA512: fe031d214333d50b32dcea70502b2d3efabeb6f8d5cfe9294def8d70bcc19338db3addfe70d6e7f412270200ff6367975364a89cd997ae97d2076a13895a393e
Description: debug symbols for libcaca0
Auto-Built-Package: debug-symbols
Build-Ids: 024842a2a876c70e23b10c044339b909eb02bbcb 9e5767d914794e0bc2d3bd4f677f64a81f94cc72 db698609ef67db9faa77c6983ab7a05ae70d900f e80391eba67478fed982f0aecf0dfdebf6516d76
Multi-Arch: same

Package: libcairo-gobject2
Priority: optional
Section: libs
Installed-Size: 187
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 119812
MD5sum: fdc233d469ad9e8026073029001d92c4
SHA1: 182613c401cc2b25c48fd2aad334873ad2d2d222
SHA256: 096bd67e50f9900703c9afc15bfd8c9618dd819d6ee876dfcf0e5e86fc80ce59
SHA512: 01a4baf481f198198090851ca0cac7f98be0a3714f4ab576720fb3dfb1733bede9446d22c28efedc6c8b7b6355c2a145a371973e501a9fa396831d3d9555841c
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: 28
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 11216
MD5sum: c76d6d4f9c4cef4283facb932a113b04
SHA1: 63cba1bfefb72ec772319a326111cf06f0cbe1c9
SHA256: 6116bc9dd09e5f68f1eacdc8dde5fd9d6789fdb406549396d1159037ede3dca8
SHA512: e7fa37e0377be58e09982963f85a249363d4f0a3342241543db5d0ec6ccf9f78c036c4418a43a9dd586359f891f16aeb58f05160dd0f13b91cf1a6107da5a0b2
Description: debug symbols for libcairo-gobject2
Auto-Built-Package: debug-symbols
Build-Ids: de2a008cb25580ee42b21689250a42e5960c9f5f
Multi-Arch: same

Package: libcairo-script-interpreter2
Priority: optional
Section: libs
Installed-Size: 294
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 157156
MD5sum: fb53c7d3b0fa7b5ff87fe0bc15e8698e
SHA1: 7a375181e3605d80509897671e96c7f1ea7dbf9a
SHA256: da3f7db6530369503135b99e4f4f390e5ac2a20d0bb959e257b2b04ffc9d4ab5
SHA512: e3a511e91ec722a5083bbdba40f88f1c256d667f05d8192aad151d7afb721009bc7739cfbd2ffbd88efd082722574e85b2654dc246df0e6a0c96934b95b5fbbd
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: 236
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 213752
MD5sum: 3387335b1ad39a9a99f405d576b2b5ac
SHA1: 67aa93c59c06930d39829cc5955060850a0a7376
SHA256: c38e8af9f5f463236bc7198a16a8ae26eb88eb128bbc13705ffdaa4163707d19
SHA512: a44a1f99e0f4904628afda4e63012adc77c39d74793effc63b2a741f0a176aaeb45b9db473809e07cde07f7a1c77f48aa4cef58189e90fb45acd9352ba53816d
Description: debug symbols for libcairo-script-interpreter2
Auto-Built-Package: debug-symbols
Build-Ids: cc45e9ddbcd2d6e3ecab36574d6177a7dafc725f
Multi-Arch: same

Package: libcairo2
Priority: optional
Section: libs
Installed-Size: 1328
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 583412
MD5sum: efdc5fcf62d1da46746b4fdb94bbc5ed
SHA1: a56ddb64868d9f1cbf2a74fadf4a67ef7ae63fbd
SHA256: df003750e4f370268c9b59a734e31438de53e56f35ff381d4f1e57213fb1bc36
SHA512: d4c9fb71338519172bbac567639a5f8e700102daec24fc7edc61fbc5547e5438981f9e74b9abf451a8610ab476b7dbeab9cc3959b3fac4a2d659a8acbc63a3b3
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: 1942
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 1825864
MD5sum: fb72b99e77768d4588beba2278d187ed
SHA1: c8c3384d7d9de8a06af2c138e186bb1ee7a61069
SHA256: 628a63a72e7f321f8a86e764a78bac06afd08bdbe061f6794ef2596f1ccd328e
SHA512: 970a42d06bea0f21d5846c2bb06d7a67a90ffae3380aae5fe22d79c097737313a164455741005434718e4c963c333eb22a015eb52367fc8d31b0ca7fe35a12fb
Description: debug symbols for libcairo2
Auto-Built-Package: debug-symbols
Build-Ids: 93da2c530e329582d254772911b8d9dd9bdbcc8a
Multi-Arch: same

Package: libcairo2-dev
Priority: optional
Section: libdevel
Installed-Size: 2812
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 734724
MD5sum: 4bbb7a2281b5ac796e533347293dcb11
SHA1: 3e48ebbc8e6abe9b4d88ee72aa4c08c696627e45
SHA256: ce2b6100ff039d72dfb062bfd637198a5ee43e2b86388f8494c98f28827f2349
SHA512: 7259bdaa000b7e32e2602e3b331e5d9c92aac2d9eefaca913b88d853983287632b13a5c4b7c107bdce5e96cd0ae82b466fa9055ae54d39f981ec02e4a0cecb71
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: amd64
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_amd64.deb
Size: 40288
MD5sum: beb7d4e4edba4097e9213c465d164717
SHA1: 917de40b678eccc3ce132a6e796b1e3099076b70
SHA256: e50594fcac5a681a3b409888e7751a26683153dc251bb92b21944792b6df89e0
SHA512: 7480fd7a0b39525a5f3732692e58043261e60fa611ef682002cd03285685c8ba4576d603eaf43da9b3aef800f21f781db113a8464f832e932269ca5b4af66d91
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: 1454
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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-ipa_0.0.3-6+apertis2bv2024dev2b1_amd64.deb
Size: 286528
MD5sum: cc9ad14a6e6c05fd6c435282d0170b11
SHA1: 6ad6e1ff8750e5112fa273430f808bf059e0459a
SHA256: ddc96582fe277f34b1d0e016d02d0ab85a0f45eaf9e7895710018b185f1530a9
SHA512: dc8344bf27ea2547ac27064b5ba87ea9e4acbabacb98214902346a509faf74b197c3017e2073361be1b772ece6a04704e826fac23d5532b8a2f313fa788b318d
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: 5487
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 5260748
MD5sum: d51df091c572dcf2a9725e20e76f85e1
SHA1: 985bcbb694bc08329e7c425ca7638b9a646ce9b0
SHA256: c8327330e316da4f7d4815fabb6e331438583e881e2caf517e8c6f33082658aa
SHA512: 1f1e49e585f99b9b5123eb212d5f9a1901b383840cb4441a0d77e2b8e7c9cb88136b41b78096b1f7f528f97870c801471afe6de86310f44e618257eb07515308
Description: debug symbols for libcamera-ipa
Auto-Built-Package: debug-symbols
Build-Ids: 0d9f4b490e2e9e5726319c4001da6f2ada65969c 2611c6ced9b67eec9193a354b454150df679e758 2f043fa816635dbb536b742c8fb703906244c554 35e3a2a5fa2174c29804352fa52669dd272c4ee4 5a5d106f80da1c5c5e441a2dc9144bd16413ab6c 8552a0149b01509432b0b8e88ece8a076c9f3d02 8f104620ebd8c8d3ea704c7a9c595a505b80faa0 eacf1ad479894f22efdcd3bc0fb1ed45a68ac6a9
Multi-Arch: same

Package: libcamera-tools
Priority: optional
Section: video
Installed-Size: 1076
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 306392
MD5sum: 2b66bbc20fc6f71d191ba552831dce81
SHA1: 4bff17c51eecf98b4f69bda42d1092db6c395ce4
SHA256: b8083808b65a0909457022a3c8515c07b9c575723f6e06417c640c22a81bc8d8
SHA512: 6047995d4758bdb42abc701ff97017892fe6c602d26d2037b3dc4431acfe07c5a3d2606fe5340f148ebf53a98ba4dc71e3a12f37e33506c360b95ed10bf9586f
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: 5558
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 5372140
MD5sum: 6b4048e1eadce8d8de731b6456c91d4d
SHA1: ebd76ab3f97748e2f7367b76059ad832e8dfeab2
SHA256: f30e379aefc7b98e7f4bc0ae8d62ad41e114efdd0f2c4bef7df6764c99d2d840
SHA512: 88ca3a8dcfedc0df14b8a8e327067ecca050b06b1bfb4426389e4d84a1ef6c0e2abbdb8661955a313e653acf5898d68641d791e670566dcce973e47fc525e8b7
Description: debug symbols for libcamera-tools
Auto-Built-Package: debug-symbols
Build-Ids: 0e913e2f066e4e1fab6e59da1131eb6e26fcee63 6616939ff61ac4dee7fbce1ad7462fe2684b0d95 b2abcf1d08ae81606dcf50be99cb248cd29992d7

Package: libcamera-v4l2
Priority: optional
Section: libs
Installed-Size: 165
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 48236
MD5sum: b10587087ecacd388347ad89cdcb841e
SHA1: 0a61eefa8854643171f742acb9f59c9b765cb25f
SHA256: 1285e4fe4f029af22ca8fbbf7f62231008e13002de494322e462394440d3605e
SHA512: 0ae71f2637221c901b964ba03f362f954412969188abbe729df04e2e0072f83ac73d13051a5a3754ade32058543cb7bccedb43a5b642559f8e415020784e810f
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: 785
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 769912
MD5sum: a5449e44b7a1b012f2e4b24cb3f713ff
SHA1: e26aac59beb4653581929905fd29e4925283e852
SHA256: 486e698123eec60dacaa3fb6f4053e541b624ef7562091be65be03672741d8fb
SHA512: 609e2a67518eff24e9210d2a9424e8e885189cd8a39b1eea2742cd9f133f9a72d7dda894039aa35a8a0972ead39bd855dc07fc5cb94e51b67ebfb08e3d1a67ed
Description: debug symbols for libcamera-v4l2
Auto-Built-Package: debug-symbols
Build-Ids: 2e48967336ab7cfae7e2f129fa70e32664f4de8c
Multi-Arch: same

Package: libcamera0.0.3
Priority: optional
Section: libs
Installed-Size: 2048
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 549560
MD5sum: 82f1bd8fe02d333736cb76a170e94b5b
SHA1: a9ff7fe59c104664ce72d5382ec66eec33ddae0e
SHA256: c00ff269631f005e312661ac011f95141dbdcb152604faf2882f71d483f5fdd7
SHA512: 5d7fb411373e0dc8de59ade7116dea2feecad459276710d1109c98bfad0344445c11e5f447ec6a85f34b41e7e04dabe2d35949534187adcba48e4b86c88ebb1b
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: 12200
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 11954240
MD5sum: 8732b42df0e56aba6dd4dc2911ce8eb5
SHA1: 87634c4dc144aa906143ff3234ff5872f86d163d
SHA256: 8fb85f96f3668887a6e9f5ca18a766b1376fc47be5d00a04ebb2c4f47f872a2a
SHA512: a412136afc70187ad1a9ffed23bf5eef7336b401ed679ec3a46ce79a364a39e1c2f4be72ae34e7c45420d1a13c8e4778febd1d92294de8d2fe3058c47c21f456
Description: debug symbols for libcamera0.0.3
Auto-Built-Package: debug-symbols
Build-Ids: 30e6cd4ed17823ebbb45d89036c450cff7622361 7d21f54565da1632b08fe82c1fdc39fc4c18533a
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: amd64
Source: libcanberra
Version: 0.30-10+apertis1bv2024dev2b1
Depends: libcanberra0 (= 0.30-10+apertis1bv2024dev2b1)
Filename: pool/target/libc/libcanberra/libcanberra-dev_0.30-10+apertis1bv2024dev2b1_amd64.deb
Size: 8160
MD5sum: f981e182bc91cb98a1ceff2a607f7ee9
SHA1: ab0db601d0ae1668c18ae32339fcb62952bec3ab
SHA256: ff087b88ae1e48cf1908d2cc7712576d61fc15c969d192e6bb72b399a9f4bbc5
SHA512: 03a1735994f847f6d6fc6bcddc2149a723056b950ca685d3c296e13ff3ac0573e041c71f8cd6a288dd612483f6676b672c0387df6e8c34f2d110547ebf53ccfd
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: 34
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 9484
MD5sum: 729bb2a0af5bf6e750df77eb92f851e4
SHA1: 60b822ac74e8e0be525a787fc716cee1830667c1
SHA256: 6858e7659bd9acd5bf8150ee56f2d297a0abbc5cdc5af4555a24fd2aaf387908
SHA512: 7971d6119f5485707e1ecab46366b20c96598c614ed12a7ad5a3dea66d099719066b728109745b16626383827c5964f8370884c2473310f0de129d45f888d979
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: 40
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 24884
MD5sum: a086cc9a98754a37872770a8ad65c069
SHA1: 502a0c0424ce9df01479b13a99d1890b4201834f
SHA256: 5ffefeca38b142f4020c6b509cbba502d35076a64ff84eeddcce40ca69067cc6
SHA512: cd7f09dca9123ff0f93a20224998895e81865770ea61a0070af881b1bb78c200883b2cb8d8c1e76099952ddf7be146cffd07155be18dc91e8c618ab3d9789e5a
Description: debug symbols for libcanberra-gstreamer
Auto-Built-Package: debug-symbols
Build-Ids: 2bb67e7c4c6251d2c3a05f7e999480f3ff5e73d2
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: amd64
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_amd64.deb
Size: 3300
MD5sum: 1d814649e10a979d3c8e4bfb24e9cf60
SHA1: 957b425b29de4ebd7a727fee7f611d1b6c9be768
SHA256: 2c7ffe2968704e4a041ddbbb85dbbf049898e64555764c48ea686de26fa2a3dc
SHA512: 31edb4b985b1a6dbdeccc23217dcba1eff777d731e30b9fda921c33945718b4a690ff9465192f68eafd8b60e5e27efdbd78cd63a59e10e7228d145c772630d77
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: 47
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libcanberra
Version: 0.30-10+apertis1bv2024dev2b1
Depends: libc6 (>= 2.4), 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_amd64.deb
Size: 11500
MD5sum: 196a80f6805db8dfa5f50bd3e6676514
SHA1: 8845b233bde36940c0ecab54f860db033cffe752
SHA256: 6f02f32bd0d38565de6e33797eb2d6a33fe6e77911660051a9cb29482f2c6874
SHA512: 43d5f3b82e57da676b0faeb42258a7ec0a016b8ffb20fc25d885aec72ff7a15403b333b602a22de29edb4f2b0bc001e843b52b4cbd74adf87b069b9e8897e43a
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: 49
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 32932
MD5sum: d0d7d0dfe526f26cbd81e356727b542a
SHA1: d0a70df3fc0087280cd2d7fc11be4545a0e97b48
SHA256: 3d20873f7ee26d4e1afcd061e6d82a3997f685003d4f4283c9c76b3f02553393
SHA512: e168f465f2c90d1a26a686c1a9fe8b4903e0673e760b589919c31c60efdd58b3ac00d8bf1bb00be3602426aaded5290d3cf70c47bae8b4f245933ee32e6a20bb
Description: debug symbols for libcanberra-gtk-module
Auto-Built-Package: debug-symbols
Build-Ids: 4379704e8c8343755babda1cbe1d704602de68db
Multi-Arch: same

Package: libcanberra-gtk0
Priority: optional
Section: libs
Installed-Size: 37
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libcanberra
Version: 0.30-10+apertis1bv2024dev2b1
Depends: libc6 (>= 2.4), 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_amd64.deb
Size: 9084
MD5sum: 1abcb59514b0f2405582317485ebdf70
SHA1: 751a97a324cbbf10bb2c04b76b4403f246bb02d5
SHA256: 8246ecff20928bb160077420b41004011972b7a61f0c6869fcb8330949ccab72
SHA512: b7e09fee0bc8c858d0a032f3d973882c3210f87401fab240609e345374cfb6b95cbafa3010988368984a3056ad2b32a5236c8a1af73cb7061c4b83bddd48fd73
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: 38
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 23320
MD5sum: 096e5c61ff56356c86e9807b9948e186
SHA1: c23a0a8c85c5c326f58ed6eaf1f0b0bf3473928b
SHA256: c69b5a56898de4f1a4023aa460982e7390d55ca4cf19059660b18976095282e3
SHA512: 8d4352c1cc54e6fba2d167c38623d356a4cf11e5f139a153dd504a48527417867256b4f21cd00a7b1e34ada52c43873a1c26f8667167573d9cc085917fa625aa
Description: debug symbols for libcanberra-gtk0
Auto-Built-Package: debug-symbols
Build-Ids: 0aa44b85c6cf361ad768f03c1a7a1bfe04f2d74e
Multi-Arch: same

Package: libcanberra-gtk3-0
Priority: optional
Section: libs
Installed-Size: 37
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libcanberra
Version: 0.30-10+apertis1bv2024dev2b1
Depends: libc6 (>= 2.4), 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_amd64.deb
Size: 9152
MD5sum: 0dbc9748a8d73e8358bf155e9a82f9c4
SHA1: 4c8930087caddfc3a4f0f6fecc6887fb582b5180
SHA256: 77e86829309c0fa5bc0776c540e07c7d92f7ab8b6f23d4c20517205b21fef265
SHA512: e94f5033d468f2ab0c41ede24d41591383fa162a46ece4e2d630d07e8c1164697e494d50a74b18232068860ba93bb0a39baa3ed7851c3e170a7291593c28a49a
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: 35
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 20376
MD5sum: 75851b7f55fed6a3f590a857f8a859cf
SHA1: a5873a639d415cf06b052d0366f971b192c45c0d
SHA256: dfe3a06b9fbfd60e911ed875ddbdcfdbf9cc2e22e6eb91ee58b96a75d2c11c48
SHA512: a360b18f76820d5ba07656f98a03b48228aeac53f7b6e103c697b7403ed515fb85fc908d08090ca19df985b6febe3d98ff5da66b16ab8046835e512d67159576
Description: debug symbols for libcanberra-gtk3-0
Auto-Built-Package: debug-symbols
Build-Ids: 8a32842128e0b6b238a27859dd5eb0734b59651d
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: amd64
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_amd64.deb
Size: 3296
MD5sum: d8da819355c9d976df4f547a5605331b
SHA1: 0e36543208a98f58cbaef9fa8e661ae782be23ef
SHA256: 0977f73acd109e88f429ff4aa95107ac66a2998d27de85dd605fe18fc0158ed9
SHA512: 9362738bd96a174d691a3e2951d759b5e5ffbc97cc636fdcbf8825e55d4d2303b13a76791b8dcc2228ec020d2970bf476d8babfab262b6788263df14447f52cc
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: 48
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libcanberra
Version: 0.30-10+apertis1bv2024dev2b1
Depends: libc6 (>= 2.4), 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_amd64.deb
Size: 11572
MD5sum: 4a77c8fcd49a7b377fa8c33c8d2787a4
SHA1: a4f3529e273a92776b76a2cc2a45a08e5272d7b7
SHA256: 21bf8ad82230dc4607154dc238022c4daafcf3e18a68a96aa75c29ce4a656495
SHA512: 9f7bb0d812a374012f2bb1f414d4f02144b27a837aaed296cda9e42828f0dfcb6bc55bc851100bc1fd782a1d6845ce598475e2a515d813d6817130d5e1d9733d
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: 45
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 29660
MD5sum: 920d5c8453f4079d37668b4c29eb1927
SHA1: 284c0134059b2ad59d50d551988401f924a211d5
SHA256: 27c66c40d5211121f4e73d6007c3f930caad54bba5e497b26adf052ea013319d
SHA512: dddb86702df856dcab069a1c81c81cd9df9fae49bb071e571c5be216384c65c144fd6e479bd7b1578d54550d9f24303ec441dbc0ed18df042b4249e8a92a2e9b
Description: debug symbols for libcanberra-gtk3-module
Auto-Built-Package: debug-symbols
Build-Ids: ae621e96ae1c8edff91ceb7c8dcbfdf4f8cc22f2
Multi-Arch: same

Package: libcanberra-pulse
Priority: optional
Section: libs
Installed-Size: 46
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libcanberra
Version: 0.30-10+apertis1bv2024dev2b1
Depends: libc6 (>= 2.4), libcanberra0 (= 0.30-10+apertis1bv2024dev2b1), libpulse0 (>= 0.99.1), pulseaudio | pipewire-pulse
Filename: pool/target/libc/libcanberra/libcanberra-pulse_0.30-10+apertis1bv2024dev2b1_amd64.deb
Size: 13008
MD5sum: 4a54ba82a40e69289c8c355f2ac344e1
SHA1: 8ba3c9944586afa5fadc35a1046c06ec9e3f985c
SHA256: e8d79c1c73d7871e12b4b043b8b97b105d6ce9d8c412a1c66cbb597ee1cc96e1
SHA512: 859ef1b467eb211261f03c7a3b92ae5ab424bdbf2242839c6e58157f4501d62de3dc62d014a46da3a90ce7836184a3d8085d25e019b2cc8523228302c4fcff3c
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: 47
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 30892
MD5sum: 70eef2a9ec6860d96fdc3b7a1e85318e
SHA1: eabb1068505514b9c538dac652d0ef998c84ab58
SHA256: fecaa0a090d8672c899d34627900faaff7890ec1c6526a4bebbc69fab3d99ca4
SHA512: 7b62a942b9e8497b469a68942cdef735d41e282c628520319270e0853cd3e688b2e50a286abf09799155898031460341cba04be40d6f9e523fa79dd8d79014b4
Description: debug symbols for libcanberra-pulse
Auto-Built-Package: debug-symbols
Build-Ids: ca11cbee69a3aff00473d7cd4826072a236b4f56
Multi-Arch: same

Package: libcanberra0
Priority: optional
Section: libs
Installed-Size: 114
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 34932
MD5sum: 40b52f050ffe9c6be0a03a48f65111f7
SHA1: 882698a949df45a875f8e85ec13add857008a580
SHA256: d3f364f798047150201d5e0387c755784df9dfbf100535cc51a709e34a2003bd
SHA512: b716a850c710484abe6dd1ab63e5714a0f3d80c06db2cf44051ca38a35d0524a02018abc7d7d3bcc0a7ed2327cd1589ce075844029aef885cce04551c881995f
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: 107
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libcanberra
Version: 0.30-10+apertis1bv2024dev2b1
Depends: libcanberra0 (= 0.30-10+apertis1bv2024dev2b1)
Filename: pool/target/libc/libcanberra/libcanberra0-dbgsym_0.30-10+apertis1bv2024dev2b1_amd64.deb
Size: 78820
MD5sum: 1caf3f16d1ed4fdd4150b8fb6cbf7822
SHA1: abdf667417f1a59eda1cda8c70b2bf12371154b6
SHA256: d510b4149ea5ebd08754abcbbd8dcddddd3ef7eda038679dda9a94dcae9c120d
SHA512: 7f9e8f438381558fac6023c40810e970eb65393fc9a17e0c42a2f0b28931b2c387ee1b0afe78ef87e2abf3090a2f9331e7a4845e8ff4c46bbdf7e91cbe330528
Description: debug symbols for libcanberra0
Auto-Built-Package: debug-symbols
Build-Ids: 06ba386115ac83d9032258cd89d502bdb4ac45f7 ba77f05460b7dc578c6156e1f127aedc02b39274
Multi-Arch: same

Package: libcap-dev
Priority: optional
Section: libdevel
Installed-Size: 2780
Maintainer: Christian Kastner <ckk@debian.org>
Architecture: amd64
Source: libcap2
Version: 1:2.66-4+apertis1bv2024dev3b2
Provides: libcap2-dev
Depends: libcap2 (= 1:2.66-4+apertis1bv2024dev3b2), libc6 (>= 2.34)
Suggests: manpages-dev
Filename: pool/target/libc/libcap2/libcap-dev_2.66-4+apertis1bv2024dev3b2_amd64.deb
Size: 523100
MD5sum: c407d829c4560fe4d43bc388f53d9750
SHA1: 4ec963ac9fd6b672af9070de46c13ca5a702e9a2
SHA256: ac5f24fc0ff02d3cef8da19cd8db7c6f37b7d6c95c04f0152c3439f21c5c5360
SHA512: 4de432bc23875cbeebe211830eb59cc7cd39e6c0c41189c414def803495ed975be82cef1c88f8208eeb7a409f735af395da67100459039d3d980efc300ef63a7
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: 518
Maintainer: Christian Kastner <ckk@debian.org>
Architecture: amd64
Source: libcap2
Version: 1:2.66-4+apertis1bv2024dev3b2
Depends: libcap-dev (= 1:2.66-4+apertis1bv2024dev3b2)
Filename: pool/target/libc/libcap2/libcap-dev-dbgsym_2.66-4+apertis1bv2024dev3b2_amd64.deb
Size: 219800
MD5sum: 83be05fe3c6863e0c838ddff0ef79868
SHA1: 92ebd388765c69a301819b7b97a1be12dddc5594
SHA256: 8d4bc954e3ff0a7d15a273a0ffd2688e415a8f0a56287f7a9ecaa9f66f0d91b1
SHA512: c4172feeb640e97ba0243c6ab3ab4ff6c1dc59430c8344607a2f6a9eec2f2011360fb253142ba333ce1d9d72d00adddb28831515c3a988d017836382bb8b16b4
Description: debug symbols for libcap-dev
Auto-Built-Package: debug-symbols
Build-Ids: 3c03f92c5ff83672322f8ddde3fb6613e53ccc1f 56bf6acc0d43c97ae30d6a8d6e6040087f4785e7 60acdb36e18ca687e87c5f553938b92662fccffa 7fcf5a20e5c6aba5fc0fd8cd27951fa35870b6d6 8baf594827fefdc570aa4f869837c13e32c8841a a0166c8392bb94f0d5aaac55b55f305ca3133256 a482fe528b5f79c88f83796ac6dc188bf4852a45 b9445d0e39cc912df6452f3fbd5fab58739a8092 ce52d54c1b849fe3ca83ca956a29c4d9277a39cc f61668546085d5d1ee82169c6c4767811ab97e44
Multi-Arch: same

Package: libcap-ng-dev
Priority: optional
Section: libdevel
Installed-Size: 94
Maintainer: Håvard F. Aasen <havard.f.aasen@pfft.no>
Architecture: amd64
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_amd64.deb
Size: 31812
MD5sum: 310ccbede832b977bed1462ca51862be
SHA1: a1ecdab061dedb5631189725931fafdfa13d295e
SHA256: 4ba0277aee496a0849f998821180545aa08321166cdb14b4daad716d54bf3dc1
SHA512: 1cc4e77aad2f2702511b9e51ef3c62f8c3de723b952c3441ac5b1cf0036355194dfcd12f1f199399eff34f748f518dffa25006202446b178ce4a7f88835d76ba
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: 89
Maintainer: Håvard F. Aasen <havard.f.aasen@pfft.no>
Architecture: amd64
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_amd64.deb
Size: 21468
MD5sum: 882f297f586fd12eb3209775398cf8de
SHA1: 47e22a19ef4838c17f8571045cc79d9c258af2c2
SHA256: ec1e7d8aca6163994628368f3716840551f0908a266bdfda84541b3b59cd2c26
SHA512: b32db1039b606c157ec31bdf9901c219bce0f9f2232f6a9dc3396c56b1c80bd568946bb47a500be4f3e7edd261774cf4e8a92e455fcaf68e8de5a7265a9fb2be
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: 72
Maintainer: Håvard F. Aasen <havard.f.aasen@pfft.no>
Architecture: amd64
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_amd64.deb
Size: 32516
MD5sum: b81a5619d8ae13a51678d0401fb0abad
SHA1: 51c9f3c27fcff685fa6e3c7629f64f9753191171
SHA256: d1933b177ac17d16097bacd63e35d9471ca4557152aebad667f7d4cab58e6342
SHA512: 8afd32f762207b603c6906c12e853242c7ba2973f50589e06dee49b7a9c7569d37f931eeef4bcafa28b69102632cbc9f214fb609960d7c6099daecf4dc402b59
Description: debug symbols for libcap-ng-utils
Auto-Built-Package: debug-symbols
Build-Ids: 2908a084c723981706068d480e84c06cc73a37dc 3fea697d6b4ba77f4dac2844d824ffb76c56d04a e24c0b7b0cac30e0d3878666b4d6ca3352499e5a e4424518aa0de3512e3b57567e9190a08f30b777

Package: libcap-ng0
Priority: optional
Section: libs
Installed-Size: 69
Maintainer: Håvard F. Aasen <havard.f.aasen@pfft.no>
Architecture: amd64
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_amd64.deb
Size: 17784
MD5sum: b172407c7682bfa07f1dd59a16af12a9
SHA1: 856376a00cdf5f55faf444cfe810329b25ceb05e
SHA256: 70cc7c245a35f3f43c557a619d2ed8684d2ef7cc752423d425fb1b05a222f449
SHA512: 4310e1c878df054307298ab7818d206159d8fc02a6f4bb5674907608118b9cbfc960063009a8ec167d4271a80bc1ce7d4b10294f19a04c48fd9a1b8f53a817e4
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: 47
Maintainer: Håvard F. Aasen <havard.f.aasen@pfft.no>
Architecture: amd64
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_amd64.deb
Size: 24956
MD5sum: fd007e2321a4610807f953208f60fe10
SHA1: 721c55226381060a17198be6dabe282c192381fd
SHA256: 25ef2eb6a4adb0d6418744c842dbf7bb219e38486963472513bf37f51d533153
SHA512: d2ceeca37e0c13a78247e9b7be04dc6d587b2f4b36f80653ebfb76bcb306b9d813892084c28d30f211d1d48e7ba5a93cbf3ff9dfc30514722fc80df151652e6f
Description: debug symbols for libcap-ng0
Auto-Built-Package: debug-symbols
Build-Ids: 8dfdaf20975a466e8427d82517f6ed74b0bf96e0 a6cf33fc37e0cebcaaefa60ea19325263f59682b
Multi-Arch: same

Package: libcap2
Priority: optional
Section: libs
Installed-Size: 99
Maintainer: Christian Kastner <ckk@debian.org>
Architecture: amd64
Version: 1:2.66-4+apertis1bv2024dev3b2
Depends: libc6 (>= 2.34)
Filename: pool/target/libc/libcap2/libcap2_2.66-4+apertis1bv2024dev3b2_amd64.deb
Size: 28032
MD5sum: 0112db1e71dc1d3fdb474cd038b30ee6
SHA1: aebe7b7f81f98ab2f1b298f1af04b6bea04dfea9
SHA256: ff737399f963766f88b6e108ce5e74f78e1b20700bbf3005403f4e80da28ea0b
SHA512: 4e298a855b4c9ed99f1b672717bcc525886efc200af8ce2504cc1173af288421c875550352cdee452aea4f3ae148bf4b47bf91429102b994382358b4d511951e
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: 137
Maintainer: Christian Kastner <ckk@debian.org>
Architecture: amd64
Source: libcap2
Version: 1:2.66-4+apertis1bv2024dev3b2
Replaces: libcap-bin
Depends: libc6 (>= 2.34), libcap2 (>= 1:2.63)
Recommends: libpam-cap
Breaks: libcap-bin
Filename: pool/target/libc/libcap2/libcap2-bin_2.66-4+apertis1bv2024dev3b2_amd64.deb
Size: 35692
MD5sum: 145cf7ac31b4c6a684ab92f02319170b
SHA1: f2ff2df5ccb461162bf7448edf1fead346ed13ad
SHA256: 3dc45422c26b1ff6dee57d415f6bcaef79b05633e4762d5e37ebc10b4d3cdb63
SHA512: a1b90858af0089c90de0e1ab6bba5c26df469c410ac99778c344c304083bae241ee4a13a4b9c67e1fb2a910b423576998bdb2b3611633942264a229abec6a890
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: 84
Maintainer: Christian Kastner <ckk@debian.org>
Architecture: amd64
Source: libcap2
Version: 1:2.66-4+apertis1bv2024dev3b2
Depends: libcap2-bin (= 1:2.66-4+apertis1bv2024dev3b2)
Filename: pool/target/libc/libcap2/libcap2-bin-dbgsym_2.66-4+apertis1bv2024dev3b2_amd64.deb
Size: 43468
MD5sum: 55c8dfb8e72607b8cf910f3423ae2ea3
SHA1: 9bd798fe6dcc600b92713a034073a16a5e0e9a3a
SHA256: a335521a18dd465b5d21478793b0661a86555ab748006c285f2445fdd843d3de
SHA512: 9df23790c2f127422cca23a48f138452c98b16a62e376efce9b8f4ffd78a8e8d7b78ad78a556b61209b6f26ff2ac1f0a05267f36ddc06d67cfb8d875b688ed44
Description: debug symbols for libcap2-bin
Auto-Built-Package: debug-symbols
Build-Ids: 099911008d19a0381ab4bf1424fd7de01fc0769d 2dcba2250c723b8d9e4ca85a1b3e86ebc6850410 93f2b17605c9a6b6ef27d54a52c6650fad1bd539 a307017507495d9237516b2deaea07cac7e96215

Package: libcap2-dbgsym
Priority: optional
Section: debug
Installed-Size: 85
Maintainer: Christian Kastner <ckk@debian.org>
Architecture: amd64
Source: libcap2
Version: 1:2.66-4+apertis1bv2024dev3b2
Depends: libcap2 (= 1:2.66-4+apertis1bv2024dev3b2)
Filename: pool/target/libc/libcap2/libcap2-dbgsym_2.66-4+apertis1bv2024dev3b2_amd64.deb
Size: 59804
MD5sum: f92659faaac9d9cfb4b73db8475d24bd
SHA1: 20619128bd29a3bf981280f89f05552b0a0f7ac2
SHA256: f6350f98e99a3380a1178b0dc9f7411837e161b63dc29351bb89a3bf649547f3
SHA512: 929b5f30b6c259ed3317394eab633bd7b1b4fb1343e868f7e3455f16a4fb0da3fb28a7a687840aac5f1704fb07e412fb05d64ba56e1dd103411d4fc699613141
Description: debug symbols for libcap2
Auto-Built-Package: debug-symbols
Build-Ids: 0cadb9c8b737ec95824c440f6c6896cbbe4950f6 5c07e903b4af22124b25d56bb12d5fce79f03ede
Multi-Arch: same

Package: libcc1-0
Priority: optional
Section: libs
Installed-Size: 138
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Filename: pool/target/g/gcc-12/libcc1-0_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 41852
MD5sum: 5644a07cdfbbd27a59421f36b8ccebec
SHA1: d7c350874ae3acf59989ee850a870ea0f69fc275
SHA256: 8827355e09af94210f99ce86c5f39fb5b87939a4d0c1944793b738face634cd5
SHA512: 157ff8655ca4713b0882b541b3dec1d5079bb9244c0abcbd94049928b09cd2bb2a9b49d45a05383db056e15702cbf33eaaaec9bda0436d725c95e1c78b9c970a
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: 421
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 419324
MD5sum: e3a1a74c729b7b891186db9ecbdeffa8
SHA1: f17a71d8a5c8aa482598f0bc65e45fcdbc40353a
SHA256: b03adb5423236fd75406ed32a5662b4043eb503083216bd63122477ee1532b3a
SHA512: 6d0fbfb514c9ce71bc1a1cd24fb079aa8c359b15cf5f9c152c3e8a893a07906a65f9d0de2ab784772ba646c5fe7548ac02b67156cc4f653983f0e742add51d80
Description: debug symbols for libcc1-0
Auto-Built-Package: debug-symbols
Build-Ids: c9e1ae59f12db08dcd06332676f618c844d3d5f0
Multi-Arch: same

Package: libccid
Priority: optional
Section: libs
Installed-Size: 593
Maintainer: Ludovic Rousseau <rousseau@debian.org>
Architecture: amd64
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_amd64.deb
Size: 368740
MD5sum: 0f715c252b9e597c3a587d9a598a9410
SHA1: 7d359100be997052dd2ba719fffbddfd4e5c01fe
SHA256: c6c3fde67ace08f5c9b81677671a5e4990286aa2b37504a88984923d106825ff
SHA512: 8dbed1c98684913ee5b7caa85a81a900440818ff4f00152abcc7ac569547247616193bca04aa0029bc604e8b9abbe76b2555b8c4e1a5b6d5f92d549ff546899b
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: 248
Maintainer: Ludovic Rousseau <rousseau@debian.org>
Architecture: amd64
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_amd64.deb
Size: 211744
MD5sum: 404205d7bdd733e80d5f8ab21ed6a36b
SHA1: 804185fb9470c86d06edd36acd02ea4808316a40
SHA256: 1dfe8f1842093d7c6139296a782ae141d1732c224487749eb3bed835cf97e1d2
SHA512: 0f4c3316de9330d16bca569ad0017d0d339b40ab60e538bdb2702d2314366893be2b1a79ad214e4e34fe30fc7ad4a75b82caf1365af1882533dd9071e80f4229
Description: debug symbols for libccid
Auto-Built-Package: debug-symbols
Build-Ids: 289d9ba13081ee893c7459ab3dc9eab755878d79 a3556903213be5238f4a59ae75ec6c139e50882d

Package: libcdparanoia-dev
Priority: optional
Section: libdevel
Installed-Size: 165
Maintainer: Optical Media Tools Team <pkg-opt-media-team@lists.alioth.debian.org>
Architecture: amd64
Source: cdparanoia
Version: 3.10.2+debian-14+apertis0bv2024dev3b1
Provides: libcdparanoia0-dev
Depends: libcdparanoia0 (= 3.10.2+debian-14+apertis0bv2024dev3b1)
Filename: pool/target/c/cdparanoia/libcdparanoia-dev_3.10.2+debian-14+apertis0bv2024dev3b1_amd64.deb
Size: 45108
MD5sum: 3583bfc98fea18bac0821417b2c280c8
SHA1: 47527b836e9a8b9a925ea5c8daa5f5e75765cf83
SHA256: b3fa5ec0699d8e930b828de58b8994f96932a2d35d22e08775a12c908481ae7f
SHA512: 8a8109b27a545f2ab2117449e2fb71aeb9a7300998af0165e9ed64842ad5aaa1e8a8f335664fdd647a3a61d9c98bec4cfa6d67117ec5127d25728684316e3f4d
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: 130
Maintainer: Optical Media Tools Team <pkg-opt-media-team@lists.alioth.debian.org>
Architecture: amd64
Source: cdparanoia
Version: 3.10.2+debian-14+apertis0bv2024dev3b1
Depends: libc6 (>= 2.33)
Filename: pool/target/c/cdparanoia/libcdparanoia0_3.10.2+debian-14+apertis0bv2024dev3b1_amd64.deb
Size: 44864
MD5sum: ac1370c11ad80d8ac264d32cba305576
SHA1: c1143d6c6225174629116301802bf992baf2094d
SHA256: 0454485129dddbb4c101cca7b986d631426246caeb54fc3a00553db27f983485
SHA512: 474ac27079a7d58736fa9d4f4c8cc2824af05fcf89a6c2118b8d2ecc020c90121302f2d782d870f90b48bafb61b1caea27766d349117a8c1582ee2301d8b7b73
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: amd64
Source: cdparanoia
Version: 3.10.2+debian-14+apertis0bv2024dev3b1
Depends: libcdparanoia0 (= 3.10.2+debian-14+apertis0bv2024dev3b1)
Filename: pool/target/c/cdparanoia/libcdparanoia0-dbgsym_3.10.2+debian-14+apertis0bv2024dev3b1_amd64.deb
Size: 109980
MD5sum: d6eab9ef928803c2a86a4b7cf9333545
SHA1: 3bd35f9e60e3ba8bc2b53c13fa7d58066ce770b5
SHA256: fa45d71a0c66d0c1cb4b0c5f7750d9448c4f523c819936a704658d290aa0da71
SHA512: 026078db708293b9c7b2dfdd2f581f580eb0f225319f8660f9b85beea143bcfd2bb5b1a520c8467fb3e1f3a87532197072874940222329fdebd0ee55fb79a0c8
Description: debug symbols for libcdparanoia0
Auto-Built-Package: debug-symbols
Build-Ids: 49768f65eeeeb5238612995e20c7b9d4197ee966 6fcff7f5704ee501836c3513e0606ff0a88eb14d
Multi-Arch: same

Package: libcjson-dev
Priority: optional
Section: libdevel
Installed-Size: 59
Maintainer: Boyuan Yang <byang@debian.org>
Architecture: amd64
Source: cjson
Version: 1.7.15-1+apertis0bv2024dev2b1
Depends: libcjson1 (= 1.7.15-1+apertis0bv2024dev2b1)
Filename: pool/target/c/cjson/libcjson-dev_1.7.15-1+apertis0bv2024dev2b1_amd64.deb
Size: 26576
MD5sum: a7447440804c2199cfe7f3c12f7e6ec4
SHA1: d087d4380d727c70b88da5b97a4244e3f16bcabf
SHA256: 402a5754486487ab4a245e9b18de0f7db57a250d0fda34e3431d29ef232c2c47
SHA512: 296a3b6431925093fdbbded600df4879158d581f4b5121dfb6047f9ac7552f5997bd18377650780a81a1f10e05a09d8ca4eddf793a1b2aaecd518124d83ba8d7
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: 60
Maintainer: Boyuan Yang <byang@debian.org>
Architecture: amd64
Source: cjson
Version: 1.7.15-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.14)
Filename: pool/target/c/cjson/libcjson1_1.7.15-1+apertis0bv2024dev2b1_amd64.deb
Size: 22996
MD5sum: 95c882c3d03587fbfbef055d39a322dd
SHA1: d018f3143be7e1545c9235561ff0767032c62f64
SHA256: 6b0910872d9eb864c816103687e7d1b9b3dd2c840019b1ec570414581ce4e07f
SHA512: 73c5f1af6404817751d565282cf198fcbdded750dc9e2c18ea64804e842092d4cce4b01e94d8099ff34aa129bbb3f95836222fa435bd9c4e6e3a1aa4a6e5dba5
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: 47
Maintainer: Boyuan Yang <byang@debian.org>
Architecture: amd64
Source: cjson
Version: 1.7.15-1+apertis0bv2024dev2b1
Depends: libcjson1 (= 1.7.15-1+apertis0bv2024dev2b1)
Filename: pool/target/c/cjson/libcjson1-dbgsym_1.7.15-1+apertis0bv2024dev2b1_amd64.deb
Size: 32048
MD5sum: cd213642bc0fbc92d1ce0e48c9f60571
SHA1: f9e44813e2084dd676672349fa9b6dac394f99f3
SHA256: 8266668f4f6022aee651eb806b5984dcae36b388ec0ce9f2f3b65dd97326641e
SHA512: 782fafe13761e105754421e5fc74bbbdd2db9a01d3cc196a957fc3e0295cc05d4b3bbc0cccd6932025de008955066e96efdb41f01df94d4fe07f9aed683c034d
Description: debug symbols for libcjson1
Auto-Built-Package: debug-symbols
Build-Ids: 42da4b9c3f48481ebd6efc0392ae758e0c0bbb5a
Multi-Arch: same

Package: libclang-15-dev
Priority: optional
Section: libdevel
Installed-Size: 253557
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libstdc++-12-dev, libgcc-12-dev, libobjc-12-dev, libclang1-15 (= 1:15.0.6-4+apertis1bv2024dev2b1), libclang-common-15-dev (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/libclang-15-dev_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 24319404
MD5sum: 2b726a1ae1211942f86d55b4b1332db4
SHA1: 60e3ce50d6230f28765471315a4b775277d2074f
SHA256: 429f9adcb6ca528e47acfa2d21869c5a2da602854b7b082ef40c84d11e430d84
SHA512: 5e0a1b118f42e13355f57b777fb7d08aae772c386b3f59e88be6fee11a67d5f39dbda7ea4df8c776dcf715d6530be9c32bdebac3906a89c59e32ba7b78bcf46f
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: 68249
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: lib32stdc++6 (>= 4.1.1), libc6 (>= 2.34), libc6-i386 (>= 2.34), libstdc++6 (>= 4.1.1), libllvm15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/libclang-common-15-dev_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 6027984
MD5sum: 5d43f26e00c7de6c569eaf00a913a07a
SHA1: c00764e1753b2b32954f29f1b8a75e1b5559a0a1
SHA256: d3d4fb4b54fbdea536b06dec8808b145b5047f3614b0f7219c175ba2ddae8078
SHA512: bcd299169ef77cf976a59f0185eaf9244eb8595d67b7d66fd28944adc69fab030ad865406e4646a83f04415df774fa80069e831b076f64a8a9ed5d007ced82ba
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: 4648
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libclang-common-15-dev (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/libclang-common-15-dev-dbgsym_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 2878940
MD5sum: 940b39fca82337658e291fd453b2b6e7
SHA1: b2d34064a7b69a11b1f17a4d35eb529dbd5dd914
SHA256: 3e2520b3f01265eeb51128e4b39770cf33b9ae25d04c6bf407ad5408a978cc1d
SHA512: e52bcb50b7d4353efdea06d88fc99702610e75d07bb3b738d344915c73a60c1b0ba39a174f7b9cecc6df049ba3e60433e9fb6aae90fb8b6e18522f4cf240f9c6
Description: debug symbols for libclang-common-15-dev
Auto-Built-Package: debug-symbols
Build-Ids: 00ae2e4f2fabf1a947999868913a3af7dc0af282 0356a28ebaaf697e35a572703d4731e73dbab2ef 0977c7c8011777de84a1f6b511f2c062646d755d 28a976662059e2ce6dbfad4ca9519a6377d26a27 30f6c7043583e975ef64cfeba2eb4b5865dc4e2f 343eb857fdd7e94a97080b652dada9dd2ca1ab49 38fde082358935a832f5f8bbc840a430b1a19200 3c6aa3bbc935aef5c6456ac17c9da24580483042 45e085655d1a21aef420947d784828226e6ffb3b 52483c4e88da09c5f6b674661eff9beb7d8d4ee1 705e707124cd874b946210dd6dd2dc7df079f38e 7dd975ee50b21c493d5362eeb1d8f3f2cd07ff08 80e4fcedf71d2dfd5e282eebdc98bb8dc309116c 81cb9201ec144327454c1cdd025fad227b4128aa 8c640e464ed9e84ed5092698a65c69ca813a5b86 8e5082405bae232f8f10a8a19a62c34b154104d9 f6fc20a3b04284145d7b6f92ae06de8b6cbe2f27

Package: libclang-cpp15
Priority: optional
Section: libs
Installed-Size: 60371
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libllvm15 (= 1:15.0.6-4+apertis1bv2024dev2b1), libstdc++6 (>= 12)
Filename: pool/target/l/llvm-toolchain-15/libclang-cpp15_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 11736292
MD5sum: cc68c97b61fe457e2ad3e9acc28683d2
SHA1: 2b01f7efef09dac500921571ea5cd324f919e620
SHA256: dcbbe6d3aaf62397c432387b7961d8e5ccf1e96eaedd02fa57932537acac58d2
SHA512: 34e685ef03d04c817c4b0cef23e291a9f48d5436893164a62ea7e79961c285a709467d4288886e603c00b409cf49d0beacca3841722bfac1a82cdda06641504e
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: 15853
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libclang-cpp15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/libclang-cpp15-dbgsym_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 1232264
MD5sum: 852b8f46a9d28873e4d881e34c59e8a6
SHA1: 5f40bb21e2e21de43977282cefb19b2ad196bdc0
SHA256: b6c6c0669507e7521e7a08fd07e004d3a946bd52968f7f851aa913595d600622
SHA512: 46104c7972a8e65d6e9410cd0402f00c51842887c802eda7665e632c316cba642ddf63c57080abd40153ee366af86783b0d2166d4af59ba7d3af78eec2de1063
Description: debug symbols for libclang-cpp15
Auto-Built-Package: debug-symbols
Build-Ids: 104e686b4228ce5cc9143ee24f505b8fd87af88f

Package: libclang-cpp15-dev
Priority: optional
Section: libdevel
Installed-Size: 221
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libstdc++-12-dev, libgcc-12-dev, libclang-cpp15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/libclang-cpp15-dev_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 208920
MD5sum: ee744aedf827c388e132953e24e26299
SHA1: b8b9f7b59e243af0e24c6447a230517cef24508a
SHA256: 5fad7e7ba5a5e1dbb161e21e2c350361231de5e2c90de237111b93b15e6193e9
SHA512: 19abe3c1791fa0c8aba5b22ef4d86b25bb3b7f09a6d02cffc6184eb9b1102df201ac95ea5746e73b43aca781d911ada57efec8ff4f0b62bd2cc6f242eb9dd81a
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: 31390
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libllvm15, libstdc++6 (>= 11)
Filename: pool/target/l/llvm-toolchain-15/libclang1-15_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 6529324
MD5sum: aee164031e337cce213f45149e68eda5
SHA1: afd77122c55d87107fe93673de7b3d3a028f8f14
SHA256: ce4591b21e764b5cc3964068723c4cdf95389bdf2bd56c0853980de3c94f247f
SHA512: ffdbaacfc468deb7742108ff8cc1fb8a0ade79cd7a06ae3b0275e57a6b17cb0f8dc6dfa676d2308ca50bd4521da576743582c21b302824a4078ce7061841cb02
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: 6051
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: libclang1-15-dbg
Depends: libclang1-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Breaks: libclang1-15-dbg
Filename: pool/target/l/llvm-toolchain-15/libclang1-15-dbgsym_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 580808
MD5sum: a910ac9ad31dd168a077ae989bf85887
SHA1: ab91f5bbc8cb24fe80b2ddb2ce469bd5b650d9fd
SHA256: 7f8445b216c080e2fe8d4a7739fc6904d895eabe68fe90bcba0bf23ceb21604d
SHA512: 9c69cef375e8f9404b77a6c7c56375a6baf2c29d542f9242a26c57140ede3073d06f3754ae8e24e5dbc72c3b6e393a6ed52196991587076f9cb4967fcd720dbd
Description: debug symbols for libclang1-15
Auto-Built-Package: debug-symbols
Build-Ids: 9af1bf7e4b263d79d976ee247ce4f13461bf8629

Package: libclc-15
Priority: optional
Section: libs
Installed-Size: 77727
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: all
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: libclc-amdgcn, libclc-ptx, libclc-r600, libclc-x.y
Provides: libclc-x.y
Depends: libclc-15-dev (= 1:15.0.6-4+apertis1bv2024dev2b1), libclang-common-15-dev
Conflicts: libclc-x.y
Breaks: libclc-amdgcn, libclc-ptx, libclc-r600
Filename: pool/target/l/llvm-toolchain-15/libclc-15_15.0.6-4+apertis1bv2024dev2b1_all.deb
Size: 10308940
MD5sum: 204afc70d01e7f8f6f044589aec9bf13
SHA1: 1396de4c15820cc2aff52067cbf25c4624be6c79
SHA256: fdcf7e2d63386578c3a6c5e6fb200c233aa2472a36cac971484306d7f8094f09
SHA512: 34da34e2c29d41c6e24c9da3024df8e301efd612f01154ef92f8eec0c84f2958da7d4d6c70fe34c62057b36be735c7a71fbdca590dd9495fd3063a7607f94d9f
Description: OpenCL C language implementation - platform support
 libclc is an open implementation of the OpenCL C programming language,
 as specified by the OpenCL 1.1 Specification.
 .
 This package contains support for the amdgcn (AMD GPU), PTX and r600
 platforms.
Homepage: https://www.llvm.org/
Multi-Arch: foreign

Package: libclc-15-dev
Priority: optional
Section: libdevel
Installed-Size: 611
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: all
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: libclc-dev, libclc-x.y-dev
Provides: libclc-x.y-dev
Conflicts: libclc-x.y-dev
Breaks: libclc-dev
Filename: pool/target/l/llvm-toolchain-15/libclc-15-dev_15.0.6-4+apertis1bv2024dev2b1_all.deb
Size: 230236
MD5sum: aa3805193bd140b05b7d53552fe698e5
SHA1: 68b4c48f69aac3b0c74004c38f5e0b5a9566f167
SHA256: 7a83b1b8d5c8cab6f2fa87458a7963ec06dc59277aa3f2452837a2a2ccd0e610
SHA512: 1052c1e79769de5f294265eaad15d4ac4060eab1361ef6563a5f943dd2041859d6b64a6f4f5241d6bf403b26b429097af4afd9ad071b75adf163997af0433ed7
Description: OpenCL C language implementation - development files
 libclc is an open implementation of the OpenCL C programming language,
 as specified by the OpenCL 1.1 Specification.
 .
 This package contains development header files.
Homepage: https://www.llvm.org/
Multi-Arch: foreign

Package: libcolord-dev
Priority: optional
Section: libdevel
Installed-Size: 961
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: amd64
Source: colord
Version: 1.4.6-2.2+apertis1bv2024dev3b1
Depends: gir1.2-colord-1.0 (= 1.4.6-2.2+apertis1bv2024dev3b1), libcolord2 (= 1.4.6-2.2+apertis1bv2024dev3b1), libglib2.0-dev (>= 2.58)
Filename: pool/target/c/colord/libcolord-dev_1.4.6-2.2+apertis1bv2024dev3b1_amd64.deb
Size: 70688
MD5sum: 88591ee0191bec75429d313786ca77f0
SHA1: 5ac6f4db900317ca16528b5f15cacb23ca802ef2
SHA256: 226cbd6e89c9c9ab7c63a127d8f4e00ab5c1ea39e9087eed80229c41d0df059c
SHA512: d35a7cf9b93271e86476512664edda6bb93a84a439803ffeb2ead001f3bc13380d2df4f6b34da5b7032500c078d6cd7d647a3673fea0b8b2f71b5974817a8cf8
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: 614
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: amd64
Source: colord
Version: 1.4.6-2.2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.29), libglib2.0-0 (>= 2.58), liblcms2-2 (>= 2.6), libudev1 (>= 196)
Suggests: colord
Filename: pool/target/c/colord/libcolord2_1.4.6-2.2+apertis1bv2024dev3b1_amd64.deb
Size: 138532
MD5sum: 1d9b0aeb535d51d73291ab65acb9b979
SHA1: 81c690f4cb54d549d148c25846e771919c29f072
SHA256: 84dbb25f62e44d9c26306723bcb0c5c6973d154b6dcd52ac70e36ab7de9e1f24
SHA512: 42ec7e6d9b43e47c21cc9d73a7af425d53d42cda6747ee01382a5803d2aa82f9dfa9637ce94425c8ba7cc0408f244c5e9ed955de9fec3467513bf987769506a7
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: 688
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: amd64
Source: colord
Version: 1.4.6-2.2+apertis1bv2024dev3b1
Depends: libcolord2 (= 1.4.6-2.2+apertis1bv2024dev3b1)
Filename: pool/target/c/colord/libcolord2-dbgsym_1.4.6-2.2+apertis1bv2024dev3b1_amd64.deb
Size: 596620
MD5sum: e7e662b492a5c77dd946bea8a2c5267e
SHA1: dc3ba83f0b3fdd8c63b925226d7634cfd72cacd9
SHA256: 205dd4c76dcedf8d69979ba0eccdcadcb723b881d1ddbf735c5ed0dc3d5e362b
SHA512: 0752c415d53aaaad90ac927646049781d73b87c4f7b4dc0f90b91ae05baa6681bc3fe655571a81e8e657d93b79cbb07ee0bddb95bb49913763d0488f286041b7
Description: debug symbols for libcolord2
Auto-Built-Package: debug-symbols
Build-Ids: 3b2b95472be0c547242f0b241c2d65e8a19a1a49 b58c130ffdf06bcda5c34f76bc0748e8a4094e1e
Multi-Arch: same

Package: libcolorhug-dev
Priority: optional
Section: libdevel
Installed-Size: 368
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: amd64
Source: colord
Version: 1.4.6-2.2+apertis1bv2024dev3b1
Replaces: colorhug-client (<< 0.2.0-3)
Depends: gir1.2-colorhug-1.0 (= 1.4.6-2.2+apertis1bv2024dev3b1), libcolord-dev, libcolorhug2 (= 1.4.6-2.2+apertis1bv2024dev3b1), libglib2.0-dev, libgusb-dev (>= 0.2.7)
Breaks: colorhug-client (<< 0.2.0-3)
Filename: pool/target/c/colord/libcolorhug-dev_1.4.6-2.2+apertis1bv2024dev3b1_amd64.deb
Size: 34096
MD5sum: ee1b5bbaee1f89836214122c2295b37e
SHA1: 7a9195af5d7370db61d34ec2093e8b3d1b664888
SHA256: a97d2cf2b1b7322463bddfcd9e6f559c65d8d5ece4bccdb09a50dea61399987a
SHA512: d88a3abaa163d9d87215f5ec5e12dec4310a204fd20d2510c65c77553bc1251d172e67766035159a066565e1ae07cd04c3cf3f15bf8839687ab3d017eac4167e
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: 137
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: amd64
Source: colord
Version: 1.4.6-2.2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.14), libcolord2 (>= 1.4.3), libglib2.0-0 (>= 2.58), libgusb2 (>= 0.2.7)
Filename: pool/target/c/colord/libcolorhug2_1.4.6-2.2+apertis1bv2024dev3b1_amd64.deb
Size: 40404
MD5sum: 6f38b80c64035bc8541a132cac7c4189
SHA1: 205e57b3bb8c2dc134f72f0a9502db48c1ad5b01
SHA256: 94d0c067dfb011adfdcb35df69d02f772a4ca9f583abb80fec82e96d29a644db
SHA512: b5f9bc9f6ee9e4cd8c82ec069fd75c75c5869b045d15d54930013e2ffae2334d9950858b41d38e54304856ba878bc64359f803530433ccf2fdf051dcb088cdc6
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: 119
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: amd64
Source: colord
Version: 1.4.6-2.2+apertis1bv2024dev3b1
Depends: libcolorhug2 (= 1.4.6-2.2+apertis1bv2024dev3b1)
Filename: pool/target/c/colord/libcolorhug2-dbgsym_1.4.6-2.2+apertis1bv2024dev3b1_amd64.deb
Size: 96476
MD5sum: c7ccc7d407568a2f882c43afc9f021ca
SHA1: d684a6e13f45a07c9da3ffe72ffcf178b944a7c1
SHA256: 9a4a2cf626e4c50c06da839790bd0cd24bef5f63004a0686f8883bd81666b76d
SHA512: d4b9c165a75b660e7e4526ac26fa3ef649714aa64484bcf8a7b32ae3987691561593f518c3752a0618f74f48af4ff8ef5cd0629fb04b28eeff35976d86c10308
Description: debug symbols for libcolorhug2
Auto-Built-Package: debug-symbols
Build-Ids: 869ca66f2ce007b6736b9c32d0549cb5a7a9576d
Multi-Arch: same

Package: libcom-err2
Priority: optional
Section: libs
Installed-Size: 61
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: amd64
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_amd64.deb
Size: 26444
MD5sum: d01e6f16ad6ea4645ee3d46179b334a3
SHA1: 97340c0165bc59a151884916bf94710b8d43edb0
SHA256: 2e89a48071c0c0f3da17e80d765c0ae0058f728534c69d78527e8b82a1c57a89
SHA512: a297ad650f0dd0e336f84e7b2df9834427d81af22462cdca1818793baec35a252773c546c218d418d1c2e4c3c34869780ca6db5d55fd11b3944bceab36ab69cd
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: 26
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: amd64
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_amd64.deb
Size: 11268
MD5sum: dd7e90b6bfe65031968ddebff3056243
SHA1: 6b6ba43e25a43fb2358bf53a0b3eee28e3e3e51c
SHA256: d2328543283135a97926807bba4c793559f4a20b1124d994b581571a6bcfb16c
SHA512: 1fc1e687cf7317915c538ba1534c2e43e3d22241ce6e2b81cea1a34b377dfdbd99369d95c12e56e806443c195b09622c26e33ac75adf8bdc750f24a12e59c5bc
Description: debug symbols for libcom-err2
Auto-Built-Package: debug-symbols
Build-Ids: c4da5db678ea0dfde5c02c8d5ff457725e3ca88f
Multi-Arch: same

Package: libconfig++-dev
Priority: optional
Section: libdevel
Installed-Size: 223
Maintainer: Jonathan McCrohan <jmccrohan@gmail.com>
Architecture: amd64
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_amd64.deb
Size: 45488
MD5sum: 895e01ba81e2ef15bd749ae1600a3df8
SHA1: efee367c346da8b6c501582c4716c53c81d02bd4
SHA256: 67f6a732d72f877bb17f5d26cbcf7003fea48c4844c2636423a7ac3a8c530be9
SHA512: 91e414eb5ffdb2be93182f2d1dfa1f26a70724a143c172af17631d648eb9cabcf45d537ab54aad29379ae523011166af4e920b599239c245dba8582976f98ade
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: 121
Maintainer: Jonathan McCrohan <jmccrohan@gmail.com>
Architecture: amd64
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_amd64.deb
Size: 39460
MD5sum: 05f8da75904d33d6e8f4fd38d5071388
SHA1: c71b274966ef414ccb30f2190076b97950a5fa65
SHA256: 3146bcef8d7ab488f5aad1b8dd97ce33dbb9345b320ba332b97f479a8c131058
SHA512: 06ea17fbab18175aa443367aa6b7cbdcac9b28cfe5cd79ec84386744e50c506a8169984cb7bc24dfe5dd3ffda8d177cc817198325de360a24c21f0addc22890a
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: 153
Maintainer: Jonathan McCrohan <jmccrohan@gmail.com>
Architecture: amd64
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_amd64.deb
Size: 123276
MD5sum: 66391394092c722fab3db5d10aea0346
SHA1: 9ddbefd1167f7a1954a5485e38093ccd767cf267
SHA256: 093a76347956688d185189776d5f610dbde10aac0c245eae1327a83f8f8ff837
SHA512: c147827ec318698dbb85b633dd8d74dd2af127855d53b581a8ca4e306f9830aeab8ca481b7105ec82c79c1a5aa1cec95c66f8f0a07187e612aa8cca941d0bac3
Description: debug symbols for libconfig++9v5
Auto-Built-Package: debug-symbols
Build-Ids: 20cdce244051cf4170c934e8d5f5482bc1684ecc
Multi-Arch: same

Package: libconfig-dev
Priority: optional
Section: libdevel
Installed-Size: 143
Maintainer: Jonathan McCrohan <jmccrohan@gmail.com>
Architecture: amd64
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_amd64.deb
Size: 60004
MD5sum: d801dbb7c6acf5f35e840288b611a5bd
SHA1: 7475d710ac14589c84e75f76994cacec083e5d74
SHA256: 4e4522f3ca18216ce51f263ef7d803952c3fa94fde7c51d2463a29a7628ade01
SHA512: 0e5b6b9b6f0895c0521630931d139a7c8b93f8f12a08a696946335ebf19156bc1449f90b3366308de336f0dbae503c86404b516c13635b3cb5644c353fccad47
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: 76
Maintainer: Jonathan McCrohan <jmccrohan@gmail.com>
Architecture: amd64
Source: libconfig
Version: 1.5-0.4+apertis1bv2024dev2b1
Depends: libc6 (>= 2.33)
Filename: pool/target/libc/libconfig/libconfig9_1.5-0.4+apertis1bv2024dev2b1_amd64.deb
Size: 29092
MD5sum: fac136c4b52c0c13401ada04528ccbda
SHA1: d963d71750081fcda9c8cf8cd253fae7f4e703f2
SHA256: 6baad454fec2bc608d9bf82782a1899bb31412a5b2d8896b64eb461ffd6f2e0c
SHA512: 3351bdac0af4d520ba1c19f039163c7a01fc3ec52c91ab3288432f5057987487ae4292decae090ef6e9675193d526d6b0d01fcf0b7199764eb029a3486e76953
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: 65
Maintainer: Jonathan McCrohan <jmccrohan@gmail.com>
Architecture: amd64
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_amd64.deb
Size: 48456
MD5sum: 3040d0ea1e3bad9cfca7d28877c233a9
SHA1: ca58ed24855cf0821993e3e42adf281cd16a1415
SHA256: 5fa277a5d5248cb149ade07f51e11b87b92730aabc59c4a0a46e92a1d0090504
SHA512: a9672e9a16ddcf25ca81814d7071ca88f0467e4dc2a15b574806de1360c82963812cd109b2abb854a480a78fd19839807eefb21caf45c553d6d9e73b667a85cb
Description: debug symbols for libconfig9
Auto-Built-Package: debug-symbols
Build-Ids: dbd96077397595adf1c0ff8d6adc85681cc32b9d
Multi-Arch: same

Package: libcpuinfo-dev
Priority: optional
Section: libdevel
Installed-Size: 92
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: amd64
Source: cpuinfo
Version: 0.0~git20220617.082deff-1+apertis1bv2024dev2b1
Depends: libcpuinfo0 (= 0.0~git20220617.082deff-1+apertis1bv2024dev2b1)
Filename: pool/target/c/cpuinfo/libcpuinfo-dev_0.0~git20220617.082deff-1+apertis1bv2024dev2b1_amd64.deb
Size: 20048
MD5sum: 598af8559452c10ccb611f80ea16edf1
SHA1: 9d19ebc7c927e35030569355c3f84848b519e947
SHA256: 53e9c801dd7851b583160fcd4dd437193f88eb7e2e4cdfbf685822d13bf9b0ff
SHA512: dd91fb6e07fd3fac290ab224ed42ccd98bec33f13e59c786a07b034e20e56b71bd73e1b210c406ce0b7f84601bec3ccf3e11d825cd9ee63f3d35e28d37fe70e4
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: 75
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: amd64
Source: cpuinfo
Version: 0.0~git20220617.082deff-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34)
Filename: pool/target/c/cpuinfo/libcpuinfo0_0.0~git20220617.082deff-1+apertis1bv2024dev2b1_amd64.deb
Size: 22128
MD5sum: 1d3b68121e3b205c29d2fbbc1eb079ce
SHA1: 56a4d2a6da4a95e3442dca0255ed21e80e8ce5c3
SHA256: 292e44d1059611230f64f08ee213677a54a761eb484ea9b8443204578c5d97ff
SHA512: b525f301884c26e556fd3f1b14066c73cc5d1d48ca7147e6e69cb23d142d5d279ea3f7aae15349537b5ea79f144ce5fe3c277aa5d0e9720afa980e1cc98347d0
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: 74
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: amd64
Source: cpuinfo
Version: 0.0~git20220617.082deff-1+apertis1bv2024dev2b1
Depends: libcpuinfo0 (= 0.0~git20220617.082deff-1+apertis1bv2024dev2b1)
Filename: pool/target/c/cpuinfo/libcpuinfo0-dbgsym_0.0~git20220617.082deff-1+apertis1bv2024dev2b1_amd64.deb
Size: 58492
MD5sum: 702df8a70d10fc21a620112ee71b7c65
SHA1: 581da10b1c896449749d8d85dd327b8888243591
SHA256: 7fbe6563e22f72ec95cd753c94d50927239d25e3512cb54f9ebae2f3e144ccd6
SHA512: 20f89d30aa63f2b64916863e2027fa2a5ac6ee7b9b7c521297b938b5f039f5c010185cadd605c53acdd4da223b5a2c001fd47b4c37eea7282802cd6ac72661f7
Description: debug symbols for libcpuinfo0
Auto-Built-Package: debug-symbols
Build-Ids: 9707f5b9b134c51d61c89b21255cb59fa4cf078a
Multi-Arch: same

Package: libcpupower-dev
Priority: optional
Section: libdevel
Installed-Size: 1183
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: amd64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Replaces: libcpufreq-dev
Provides: libcpufreq-dev
Depends: libcpupower1 (= 6.1.37-1+apertis1bv2024dev3b1)
Conflicts: libcpufreq-dev
Filename: pool/target/l/linux/libcpupower-dev_6.1.37-1+apertis1bv2024dev3b1_amd64.deb
Size: 1187524
MD5sum: 175bfd95902beaf49f7dd169138d0bdf
SHA1: 99edd0dfc72004dbce81c5484c579c5cf5ba003e
SHA256: 3cf62d9932e982e516a3d4b475e5f045cdfda33de7db1a43aca5ad832cd3340b
SHA512: aab6b81c989c87f720da92d7343c1afd046514571a4bb4fef0845a716cf1ec9cea882bec45312f1ead63964b182f0f1307f721099a2abf653f9a454435ea77ca
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: 1207
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: amd64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/l/linux/libcpupower1_6.1.37-1+apertis1bv2024dev3b1_amd64.deb
Size: 1193624
MD5sum: f30db5fc1681156cdba55267af85404f
SHA1: 01f761c14717d557ae24ef1a5e51329b4b4bc2dd
SHA256: c4e476f3843a1c669634ad7ccb668866fd6636b213144a5185c20d126e8ecd63
SHA512: 432f53b9584eb030d952d47e720fd8db1dc51372d04bb99ffc46a247e09f42ebfdd76b275a46060c7cd2fc471291d381ad59b08824b9629fe6293759b1039879
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: 40
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: amd64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Depends: libcpupower1 (= 6.1.37-1+apertis1bv2024dev3b1)
Filename: pool/target/l/linux/libcpupower1-dbgsym_6.1.37-1+apertis1bv2024dev3b1_amd64.deb
Size: 25064
MD5sum: 3f662780796e1a9a032074290829787e
SHA1: ca7cfc7b5d0d1bb213585f2148236d9cd85ac2b6
SHA256: 53a963c00f9a9f4234fa62a2a897f0372cb7f55264fb1f64d6a54af22c8e71f0
SHA512: eb62807a97bef288fb60db12526a7cf8a3bfa3017c6eeb4424c37255c6f9db85a73d8e0a7d204feb4fc4c1eab5c7641bcc517affe58f79fd9be910cabe781371
Description: debug symbols for libcpupower1
Auto-Built-Package: debug-symbols
Build-Ids: 565835d1aa7eddb89e5d97255288327616e131ad

Package: libcroesor-0-4
Priority: optional
Section: oldlibs
Installed-Size: 28
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Depends: libcroesor-0-5
Filename: pool/target/r/rhosydd/libcroesor-0-4_0.2024.0bv2024dev2b1_amd64.deb
Size: 8420
MD5sum: 8669e0842afc38cc7abf140c46b54e47
SHA1: 8af21fe9fb52f564fae347632132a54491798339
SHA256: 777bb93a80ab103aa47f5f7de4fba8385661cf6697fccb3ea9cee6d952cff0f1
SHA512: 85ad6e07fdfdd0b4b6ae79aa66dec432a07ed48a0bd5fba093e7122f66cd3d3843e8a146bc85e53dc219ce514029d5c66e841f99db889b79a1b0fe3f4aeebeee
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: 122
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Replaces: libcroesor-0-4
Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.59.0), libpolkit-gobject-1-0 (>= 0.94), librhosydd-0-6 (>= 0.6.0), libsystemd0
Breaks: libcroesor-0-4
Filename: pool/target/r/rhosydd/libcroesor-0-5_0.2024.0bv2024dev2b1_amd64.deb
Size: 34232
MD5sum: dc9cf5af704af98e9d5af5f760785551
SHA1: d15c3f39b1126f039e8fb3d14168e415b8caf5e5
SHA256: 65558dcd9b0cfa4daa729cae7ec9951980c7158d2022c2406e0b96718f160770
SHA512: a27e4d470a22f0df78dbba6871a742cde478cb033245aeba5e4bdd06317360003e6f97d162bfde0386aefc774bef7959b2dd71fd2cc3bd8e7ccec5f2fd8e2f7e
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: 136
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Replaces: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Depends: libcroesor-0-5 (= 0.2024.0bv2024dev2b1)
Breaks: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Filename: pool/target/r/rhosydd/libcroesor-0-5-dbgsym_0.2024.0bv2024dev2b1_amd64.deb
Size: 106316
MD5sum: d269bbd7636a9c9ffe9083b9f2777efa
SHA1: 39bdc329c4622323dd97717299cf2f68358b5652
SHA256: 08c561a550f20db7df773d9742cfd71186d0700c729d8bcd83433537dde4b7f3
SHA512: 967a2f827411be9888caed3545b1aba6196bd3a4956e38c74c2d4ccd55a6d485601fd60e22f57c4f05aca90be8dfc1cb822acc86d48d984ba097ce1478200555
Description: debug symbols for libcroesor-0-5
Auto-Built-Package: debug-symbols
Build-Ids: 1fe9bbb32ca41d51bbbbafebd6270a4498ce0404
Multi-Arch: same

Package: libcroesor-0-dev
Priority: extra
Section: libdevel
Installed-Size: 321
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Depends: gir1.2-croesor-0 (= 0.2024.0bv2024dev2b1), libcroesor-0-5 (= 0.2024.0bv2024dev2b1), libglib2.0-dev, libpolkit-gobject-1-dev
Suggests: libcroesor-0-doc
Filename: pool/target/r/rhosydd/libcroesor-0-dev_0.2024.0bv2024dev2b1_amd64.deb
Size: 49556
MD5sum: 0c428e5848255aa4b39e16cad6a98d86
SHA1: fecc44e6ea8ca198bce173df511dbeddc8b87518
SHA256: 977e05521eb79e644af2f40e068a443d236953e9408aef878af36274e5b42f27
SHA512: b9b77fbae7f978046ac3b483cda8e995ebaf5b41d69a27ac868041dfcf78ee82236f0cf2046b39967c2ba9cbca7311637dad4dcbd890d59963778e56ceb73c57
Description: Sensors and actuators API - development library for backends
 Rhosydd mediates access to vehicle sensors and actuators.
 .
 This package contains development files for use by sensor and
 actuator backends. It is not part of the SDK-API and should not be
 used by applications.
Multi-Arch: same

Package: libcroesor-0-doc
Priority: extra
Section: doc
Installed-Size: 301
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: all
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Filename: pool/target/r/rhosydd/libcroesor-0-doc_0.2024.0bv2024dev2b1_all.deb
Size: 32364
MD5sum: f2a3202c1ecb523a09dec1e345e4c51b
SHA1: e82234c7895e673a9b9b8ca799cde5e0700a552e
SHA256: 1904539daaf69699abbdc7fa51a306ec2c8b4ac97056e18d1bc713785c6b0107
SHA512: 4c37cc467e0a609b49251de9345359f9b9423b63a6c68a8da5151ff84bd6220efffb10582dfd58870aa72d1915cd60c451000222c1512df874803a7b9b692195
Description: Sensors and actuators API - documentation for backends
 Rhosydd mediates access to vehicle sensors and actuators.
 .
 This package contains reference documentation for the APIs used
 by sensor and actuator backends.
Multi-Arch: foreign

Package: libcroesor-0-tests
Priority: extra
Section: misc
Installed-Size: 94
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Depends: libcroesor-0-5 (= 0.2024.0bv2024dev2b1), libc6 (>= 2.34), libglib2.0-0 (>= 2.58.2), librhosydd-0-6 (>= 0.6.0)
Filename: pool/target/r/rhosydd/libcroesor-0-tests_0.2024.0bv2024dev2b1_amd64.deb
Size: 18004
MD5sum: b15e414d543201d97d85037bc2e7c429
SHA1: 13cab457847aec1fc9117b7c001659da0f8d079e
SHA256: 0c8f8823bf275da5394242971e13982aec54970c1e4be232559cc75dd21773ee
SHA512: 8a09ae61e33e23a9958a48f475758ee0acbe4617cd1a475d2a669bf56c2dbd0ff32025af0109681e8f70ce94d21426561e92820fdd4040eca45f1597069e442b
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: 57
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Replaces: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Depends: libcroesor-0-tests (= 0.2024.0bv2024dev2b1)
Breaks: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Filename: pool/target/r/rhosydd/libcroesor-0-tests-dbgsym_0.2024.0bv2024dev2b1_amd64.deb
Size: 27244
MD5sum: 4b8a1c801eebac756f1316be2f7558c6
SHA1: d751c1c92019337b4e30656fff4aad422bac4687
SHA256: 18069a0a1dbce3289c03493bd8dffe49aa984c1af31eb6d949e7c8700d7ed209
SHA512: 3c54ad24712143a087bf268608bee5ea9330ee606a999035d93ddd9c959905ab7c87348108cfd26d1f823b6ded9b574f9f91eeba26867c98ae5eb7ab5e9deaa4
Description: debug symbols for libcroesor-0-tests
Auto-Built-Package: debug-symbols
Build-Ids: 5144db5ee3dcf8d3280b4c59c09e1e9a06fde9a5 8ad6f063a0665be4fb2070cc271fa55f17d018b1 a65a8184db7299cf62bd878d3939adf829db73f9

Package: libcrypt-dev
Priority: optional
Section: libdevel
Installed-Size: 343
Maintainer: Marco d'Itri <md@linux.it>
Architecture: amd64
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_amd64.deb
Size: 120032
MD5sum: ead11c4be4e08bd12576882e5f70749e
SHA1: 700d2146de363e357309a6f14fb4e12719770799
SHA256: 10c192284d0dc3543785f99c6abd0816ccb79a441b7dfa7a1ec7790faf0f0068
SHA512: 55768d16e0328e82227395737e3939295c146bd560f98f6688ff4646d4b2978a12d33c10e15c415d978c1f2c7eddbc359e320999dc068125dee322417ca3c200
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: 238
Maintainer: Marco d'Itri <md@linux.it>
Architecture: amd64
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_amd64.deb
Size: 91680
MD5sum: 61092ce31f6d9f2245998866013a1e99
SHA1: 9c9eab0de314d8c628ce15d67baa49ce9a7bf627
SHA256: cf36ecad46086dae4838abe97e875e97de86987e3a971973feb477bc7e18c7ce
SHA512: 3998bd1e34ba1b4cbe73f0368c34234caf76523b6c7f97d03c1947fcc724bf95eeec31ebb28501181876db9d6f2699d34d2b60e6351a3757161de0fbbed45d6e
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: 197
Maintainer: Marco d'Itri <md@linux.it>
Architecture: amd64
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_amd64.deb
Size: 181188
MD5sum: 8a1b6867736c5572df04100563c3973e
SHA1: c126fce091ac606c8df88112f26fbd5a2cdbc451
SHA256: 412cd550dd921a6d04050be49e56b24c21efdc3a20326a91f2d038010c205be7
SHA512: 75c59742d9a2c0ca4ac3797819fbbf2ac56e507857aa225f9b1aca3151e64873b282f70956afaeceda2f2eb060d6dc675459425c218990a79df5bf16a98c2746
Description: debug symbols for libcrypt1
Auto-Built-Package: debug-symbols
Build-Ids: d324cd4deb7019c4e4b41bc1457c6e248ac47f27
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: amd64
Source: cryptsetup
Version: 2:2.6.1-4~deb12u1+apertis1bv2024dev3b1
Depends: libargon2-dev, libblkid-dev, libcryptsetup12 (= 2:2.6.1-4~deb12u1+apertis1bv2024dev3b1), libdevmapper-dev, libjson-c-dev, libssl-dev, uuid-dev
Filename: pool/target/c/cryptsetup/libcryptsetup-dev_2.6.1-4~deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 40316
MD5sum: 77e56191fdaa5cc6cff2b5030301c94c
SHA1: 057086f1b25c3b97e8fb5dd935fe34ac35448293
SHA256: 71f743381686247ecae99b90633e512c320354fccb7b845d9cd08715727ffa31
SHA512: 35a54d4b9c91a29443f91171f8172418cf011f79a10c7d0289390ca4d1e49f79d18e424bee7f7d819c15d9e0dc3123414480674d724e4ff9d29c62330e6d7cab
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: 570
Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel@alioth-lists.debian.net>
Architecture: amd64
Source: cryptsetup
Version: 2:2.6.1-4~deb12u1+apertis1bv2024dev3b1
Depends: libargon2-1 (>= 0~20171227), libblkid1 (>= 2.24.2), libc6 (>= 2.34), libdevmapper1.02.1 (>= 2:1.02.97), libjson-c5 (>= 0.15), libssl3 (>= 3.0.0), libuuid1 (>= 2.16)
Filename: pool/target/c/cryptsetup/libcryptsetup12_2.6.1-4~deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 226396
MD5sum: 04265cc768720936a08d121fdb0ff689
SHA1: bae833d60090a634eddea394834cf742d2c04420
SHA256: 59e477080d784ffeb7d081265a504189362a8ce4df3f6824440694f9314d7e34
SHA512: 1ca183f33464fae3da8f0960b094602750b09175859390cab6ec39a9f96a58a3c0f56f190f28d6b3ef3b1806bc3f73971707c66db5bf9a546f3f9d0bf4455b9b
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: 669
Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel@alioth-lists.debian.net>
Architecture: amd64
Source: cryptsetup
Version: 2:2.6.1-4~deb12u1+apertis1bv2024dev3b1
Depends: libcryptsetup12 (= 2:2.6.1-4~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/c/cryptsetup/libcryptsetup12-dbgsym_2.6.1-4~deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 628496
MD5sum: 0e6b24401301de50912bd68398514909
SHA1: dd23abd3726506a3d99fc409ef6b12177f7e7ec6
SHA256: d9854aa56ef81e5ed5f22997b67e011e6e4b65ea1f3483904703d5f1c397950b
SHA512: e530cf1aee63239e3555fac3a23db666b6ab0cd938d8ee305a0e78c6b5dcd42441d5c102af7308d5f4271187de525cd907b3dafb0cc8c3e76ce108aacfd0c03b
Description: debug symbols for libcryptsetup12
Auto-Built-Package: debug-symbols
Build-Ids: e3eefded4f890e801f87e2f0974e04b5195dab01
Multi-Arch: same

Package: libctypes-ocaml
Priority: optional
Section: ocaml
Installed-Size: 2206
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 569860
MD5sum: 94e7622eaaf57071f2d5e5b2add68c33
SHA1: 2f1ef813228648de68a50aa1ede316ea6fd503cd
SHA256: 412ada104ae8f0ee38ddc99acbdeefddae5e279dd2ca07bd60eab9b798ea110a
SHA512: dbd5e02a9f151be16c56e475feaecc5e7fb394bc5faadf8d57779ce7823eb30876b4aded7589295c51d2851bd8dc003f7631200001f9ee1db98e498eabdc551e
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: 448
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 182964
MD5sum: 7b7c7808264ba2c95c9dfb81a366a268
SHA1: 27f662e49375181392e30cac6a1d60846be1db15
SHA256: b9726d3aaeb8bed991d7ab0ecd193b55576d2798df6a15934a7cb6f1df51c8e8
SHA512: f34df50466b74ceceb3dec1a51455d7240ff059b080ad7a060a749e5ae5c176d9d25e42cee5adb7eab072b58c31a49323339ab23214b4ad723ad5f58d1541e94
Description: debug symbols for libctypes-ocaml
Auto-Built-Package: debug-symbols
Build-Ids: 2a1ad8952d395e8fa8c71d4120fd96fc4f8c395f 350fbf444bf41a14ca2893226227dda066d07ee5 35599bebf6fe3349e52ada87eb493dbb37184260 a327df3a24e9f9e7674366c5b6473743838382e8 a9d72f99de359cacde70fc3afcc00a7c856ca779 c9bd758a11a656d74114f80d6b637fc5fef577ad

Package: libctypes-ocaml-dev
Priority: optional
Section: ocaml
Installed-Size: 2891
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 550924
MD5sum: 5d1065089427df390dbb4922277a82c4
SHA1: a8b25cc6622f293d6838d52a5439aa5e682b8c41
SHA256: df4f5965aaa1bc5600be0d6f2fe27cd3375a805a6f1fb28244dc65db8dd42be8
SHA512: bef98287db0eb9bf835f07bc3ec5ddb81898e64dc7735c1bee6a19196ab63380fb84bc53c7b0be02aa909a06773214a833e13d04e8ff3eb8b1f143d866cceca5
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: amd64
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_amd64.deb
Size: 7840
MD5sum: 59302f555a2954522fe8d87de5f126bf
SHA1: 5857dc316a72315330792d1c826320d18a1cc6f3
SHA256: 81e3fdcd52003ab191cbb6f347749c3f903820dd0a97459eb371f8e8f8b0a81e
SHA512: da5e6357f59ba2c180472b0c6a1045f3fbb50f1a527fbd8a00dbdc9333fcde7233b58448398dc23e08edf23a855cfcb269dca1cbf01ce7a005a2b213e5d931f3
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: 68
Maintainer: Jack Toh <tohc88@outlook.com>
Architecture: amd64
Source: libcue
Version: 2.2.1-4+apertis0bv2024dev2b1
Depends: libc6 (>= 2.14)
Filename: pool/target/libc/libcue/libcue2_2.2.1-4+apertis0bv2024dev2b1_amd64.deb
Size: 22704
MD5sum: 047088598c9d3096a2487d9a384b90e0
SHA1: 55b57f3ead76d56b65acc2ad1adb609502a2632d
SHA256: 8b1c7f9087c1d1357dd5ccb975b54f2060add1f05b640db3c762b64fae86ca14
SHA512: eb127dfbfab599faaa20cae21ab9c38956b0a18a044a510ce3f09d530459b330b70322adc29a237f94a2c90ab47fa2a2005f5235f39ef68ac2080cc6e10da068
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: 53
Maintainer: Jack Toh <tohc88@outlook.com>
Architecture: amd64
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_amd64.deb
Size: 36644
MD5sum: 994d8e185bf3fd0be2075019a8cabeac
SHA1: 3b346b24fa1c0389dda1d457fa0ceb42e5b7fb39
SHA256: 6493daf8754953f2b49a09498a5a2182b2ea87acbcc25be17a2a30e752e7ca09
SHA512: 111c0a78fd78c6fbfc8186c424582089cec975566f8d1abfac0c5919783e5183732be795a404077aca746bb6481288b7f305fb80fe34eecff2d8306df4007c10
Description: debug symbols for libcue2
Auto-Built-Package: debug-symbols
Build-Ids: 8d77cb3401c13238b6aa300d0e9234665c0895b6
Multi-Arch: same

Package: libcurl3-gnutls
Priority: optional
Section: libs
Installed-Size: 829
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Architecture: amd64
Source: curl
Version: 7.88.1-10+apertis1bv2024dev3b1
Depends: libbrotli1 (>= 0.6.0), libc6 (>= 2.34), libgnutls30 (>= 3.7.5), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libnettle8, libnghttp2-14 (>= 1.50.0), libpsl5 (>= 0.16.0), libssh2-1 (>= 1.7.0), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Recommends: ca-certificates
Filename: pool/target/c/curl/libcurl3-gnutls_7.88.1-10+apertis1bv2024dev3b1_amd64.deb
Size: 387724
MD5sum: 745a7830a3b13cf3273fa937518dee84
SHA1: 03ec410d08dd2bd6fe4d6400091d0b54ca8ec440
SHA256: 1f3ec2767e5c9f2bc62c1e509169af3a98ab2f65f91494b1b595978f054cde45
SHA512: 050725740a946e90ffe67c2ea3d83fd908914c49c3c798d741d524de8d722d060b5f8c07099199a76a7679798d7f7f0c3158b886cca73c411bda77a03d3203e3
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: 1064
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Architecture: amd64
Source: curl
Version: 7.88.1-10+apertis1bv2024dev3b1
Depends: libcurl3-gnutls (= 7.88.1-10+apertis1bv2024dev3b1)
Filename: pool/target/c/curl/libcurl3-gnutls-dbgsym_7.88.1-10+apertis1bv2024dev3b1_amd64.deb
Size: 987976
MD5sum: b2d1363d6ad0db5aca0c3a017eccb676
SHA1: 886c9e19218ac77b8ddb1422cae275d965ce06a9
SHA256: c848753ea88c662376e9f3befcf1ef473ab579039e5bf23bebf1be731c14aa96
SHA512: 9fd9995aa0f9929464d6d241fcf42f521fe83ae825c299da05e4e3d721e78e1edfbfaafb1c1a286b32a935fb98da3dd030546975fc7a7234f358d3fc67a8b118
Description: debug symbols for libcurl3-gnutls
Auto-Built-Package: debug-symbols
Build-Ids: 71539342534ade7cc0822fd74f79fa0384eec385
Multi-Arch: same

Package: libcurl3-nss
Priority: optional
Section: libs
Installed-Size: 849
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Architecture: amd64
Source: curl
Version: 7.88.1-10+apertis1bv2024dev3b1
Depends: libbrotli1 (>= 0.6.0), libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libnghttp2-14 (>= 1.50.0), libnspr4 (>= 2:4.9-2~), libnss3 (>= 2:3.66), libpsl5 (>= 0.16.0), libssh2-1 (>= 1.7.0), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4), nss-plugin-pem
Recommends: ca-certificates
Filename: pool/target/c/curl/libcurl3-nss_7.88.1-10+apertis1bv2024dev3b1_amd64.deb
Size: 396160
MD5sum: 89878e2c9519ffb2bc052f0dcb6bf9bd
SHA1: f05e99bd8b2060f8862add39892e9c3dce7775a3
SHA256: 231b01a4aceecc723e5a1f5fb85def7ed359f4042ecedebfb003aacdf8f01dbe
SHA512: 4c8b1e501525a771a0009fdc503a80906844115a4cf110d181000bc8c1802ce281272995851fcbad4f5f1167a5fe01ce18fa3e29ba1196789236500d3a66a7bb
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: 1109
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Architecture: amd64
Source: curl
Version: 7.88.1-10+apertis1bv2024dev3b1
Depends: libcurl3-nss (= 7.88.1-10+apertis1bv2024dev3b1)
Filename: pool/target/c/curl/libcurl3-nss-dbgsym_7.88.1-10+apertis1bv2024dev3b1_amd64.deb
Size: 1034504
MD5sum: f98ccd18cb255b16d5cd3f443a97e625
SHA1: 56535c0285c3973deeb4ae308263bf651c1e69f5
SHA256: 81c4fc46c8e5ec74297a5c2f1035a0a10a48f75324324b659cc8dfcb52249f8b
SHA512: a772bae9ae10ceba9a1ba12627043ba869c2143580566fb92ca3a92da217836fed439aba39adab42a3f7e4c2d2acaad33cb4e1a29ea674936340337e95019ef8
Description: debug symbols for libcurl3-nss
Auto-Built-Package: debug-symbols
Build-Ids: aa9bccb568dcf850abfd8c9e980e7c26fea41a80
Multi-Arch: same

Package: libcurl4
Priority: optional
Section: libs
Installed-Size: 840
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Architecture: amd64
Source: curl
Version: 7.88.1-10+apertis1bv2024dev3b1
Replaces: libcurl3
Depends: libbrotli1 (>= 0.6.0), libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libnghttp2-14 (>= 1.50.0), libpsl5 (>= 0.16.0), libssh2-1 (>= 1.7.0), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Recommends: ca-certificates
Conflicts: libcurl3
Filename: pool/target/c/curl/libcurl4_7.88.1-10+apertis1bv2024dev3b1_amd64.deb
Size: 392956
MD5sum: 7c194dcf58a8e6b6fb48604e0c0c0111
SHA1: 5478d0f00987bc6f646fc702dc365240f75075fa
SHA256: a3dd016a5e832fc48998ef64b0e286f3915a45355fcf6e477f34622454caa942
SHA512: c7d95118f16f6f5298d9306b8c135d65364f965280b296d8159302e17065add04834f49c69299d69f4791c3656f77e1c17b3b2f80a822df36f8e049962f318ea
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: 1100
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Architecture: amd64
Source: curl
Version: 7.88.1-10+apertis1bv2024dev3b1
Depends: libcurl4 (= 7.88.1-10+apertis1bv2024dev3b1)
Filename: pool/target/c/curl/libcurl4-dbgsym_7.88.1-10+apertis1bv2024dev3b1_amd64.deb
Size: 1020656
MD5sum: b73444c44292c76289c2102f9179acae
SHA1: 7f81a93621a99d277529805361150cf439ec3aef
SHA256: 00099bf3153f6bba390424d586f3427b85fb37263b4e9c8dabf028ec9ed85e48
SHA512: c3109b9ea422d63837c1a4a204abb9ef8eba3a73fb78aa179cd5cb3c69063e5dacbd9f7f2e37c485bda35a4d90f8f14cea033125d0d2df8dbd6c35c7fb9438ea
Description: debug symbols for libcurl4
Auto-Built-Package: debug-symbols
Build-Ids: b2ff44025c878e1918c1bec75d2f8a8c75e45331
Multi-Arch: same

Package: libcurl4-doc
Priority: optional
Section: doc
Installed-Size: 1999
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Architecture: all
Source: curl
Version: 7.88.1-10+apertis1bv2024dev3b1
Filename: pool/target/c/curl/libcurl4-doc_7.88.1-10+apertis1bv2024dev3b1_all.deb
Size: 1088220
MD5sum: 7e656310c5c9d384436c9633f588b756
SHA1: d350fbda6517c1215fb231b1c2e23430d10aaff0
SHA256: eeb2be7b34a6ad08a4abbf573527a9f06d2fb068bb5b65e0f2489644f9613c07
SHA512: 5a9d1326890cc4fa4327d176cc06c89280cbb4feff2c523fbf2d819cbb67d8ba48e51879eb6a2f3fe18c515fe75967db2ee67030ed88a798917df2cfba855b04
Description: documentation for libcurl
 libcurl is an easy-to-use client-side URL transfer library, supporting DICT,
 FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S,
 RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP.
 .
 libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP
 form based upload, proxies, cookies, user+password authentication (Basic,
 Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling
 and more!
 .
 libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported,
 fast, thoroughly documented and is already used by many known, big and
 successful companies and numerous applications.
 .
 This package provides the documentation files for libcurl.
Homepage: https://curl.se/
Multi-Arch: foreign

Package: libcurl4-gnutls-dev
Priority: optional
Section: libdevel
Installed-Size: 1736
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Architecture: amd64
Source: curl
Version: 7.88.1-10+apertis1bv2024dev3b1
Provides: libcurl-dev, libcurl-ssl-dev, libcurl3-gnutls-dev, libcurl4-dev
Depends: libcurl3-gnutls (= 7.88.1-10+apertis1bv2024dev3b1)
Suggests: libcurl4-doc, libgnutls28-dev, libidn-dev, libkrb5-dev, libldap2-dev, librtmp-dev, libssh2-1-dev, pkg-config, zlib1g-dev
Conflicts: libcurl4-nss-dev, libcurl4-openssl-dev
Filename: pool/target/c/curl/libcurl4-gnutls-dev_7.88.1-10+apertis1bv2024dev3b1_amd64.deb
Size: 486624
MD5sum: 23c24f07d33ccde060b5fec364ab4110
SHA1: 5ec5b6581f45eac4b384dfec29e891177d8e6f73
SHA256: 2b1b2c51750edc4c8a1b4c10fc1235e6472a286be500f0a3dd492ee753dff1b1
SHA512: d1ab1db4b30e1e320c4794e2d943520ee2691f87f95b20b948d3bb1df27a1284922a23c72af98b5558877613535fdb186ec951c2bd3f9cf4c55ba6e5beaca176
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: 1763
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Architecture: amd64
Source: curl
Version: 7.88.1-10+apertis1bv2024dev3b1
Provides: libcurl-dev, libcurl-ssl-dev, libcurl3-nss-dev, libcurl4-dev
Depends: libcurl3-nss (= 7.88.1-10+apertis1bv2024dev3b1)
Suggests: libcurl4-doc, libidn-dev, libkrb5-dev, libldap2-dev, libnss3-dev, librtmp-dev, libssh2-1-dev, pkg-config, zlib1g-dev
Conflicts: libcurl4-gnutls-dev, libcurl4-openssl-dev
Filename: pool/target/c/curl/libcurl4-nss-dev_7.88.1-10+apertis1bv2024dev3b1_amd64.deb
Size: 496044
MD5sum: 350f5bb34e59f53c8fd0999b05e37c3d
SHA1: 89b3e4e0512d3371074243feaa911e90b6eefb16
SHA256: 01e33216a9a86b6d7ae4c99c99d6160e94a8daff93b3e53b628c725dd174ea24
SHA512: 674c6adf668d11488d5dd42dbcbf395ac5897e5109a74bc2093b04bc7aca77e86992eee9bce0d3c28b8e6840f37beaf388796b871ab4549f0b3b82c2fa4f3de8
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: 1761
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Architecture: amd64
Source: curl
Version: 7.88.1-10+apertis1bv2024dev3b1
Provides: libcurl-dev, libcurl-ssl-dev, libcurl3-dev, libcurl3-openssl-dev, libcurl4-dev
Depends: libcurl4 (= 7.88.1-10+apertis1bv2024dev3b1)
Suggests: libcurl4-doc, libidn-dev, libkrb5-dev, libldap2-dev, librtmp-dev, libssh2-1-dev, libssl-dev, pkg-config, zlib1g-dev
Conflicts: libcurl4-gnutls-dev, libcurl4-nss-dev, libssl1.0-dev
Filename: pool/target/c/curl/libcurl4-openssl-dev_7.88.1-10+apertis1bv2024dev3b1_amd64.deb
Size: 491720
MD5sum: ec8610f701532dadef788c727c05680f
SHA1: b551e82eea0d798e42237f18645c44297e9d38e6
SHA256: 915d8c2024ed97a5524638efc2b41ec0d60c4fe8ab5128a98263cf11147afa92
SHA512: f8a113ebe681469509b001ef6e966ca32521e6655005fc4943599a69c746fa412cf61ac441e7aece6d364fb2c45067a3505f824c1d81191ff6d7546e41767acd
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: 14099
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libdrm-intel1 (>= 2.4.38), libdrm-nouveau2 (>= 2.4.66), libdrm-radeon1 (>= 2.4.31), libdrm2 (>= 2.4.75), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.4), libllvm15, libsensors5 (>= 1:3.5.0), libstdc++6 (>= 11), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4), libudev1
Filename: pool/target/m/mesa/libd3dadapter9-mesa_22.3.6-1+deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 4114068
MD5sum: d6dc69fceec773faf13feff84fb60df8
SHA1: 55cb9b19f24dbca6e7feb34255afb6095384a17c
SHA256: 21dff76393af80807a4046b438311ad7ff7d78faca426e92036de45b93e1f6ac
SHA512: 1476a061a95e526082e63da10e6aec9a1e0f7928315a38cb04928473dbb922ec7e7917bb08a25604bf733d468e355c04bf0c95af718ea1ae1f507d37aa8d7d89
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: 23013
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libd3dadapter9-mesa (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/m/mesa/libd3dadapter9-mesa-dbgsym_22.3.6-1+deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 22531412
MD5sum: b6a6a1124d3769836cf5663a08e7ec5a
SHA1: 6be152ce4f6e1375142e87aa820865fdf436ee43
SHA256: 18b4f7e4f2d1601a2427a788e55038edcd39d0e72feb40a4a4ce918768a83eab
SHA512: 2e04c54b5cf30ee6f43db753df8cdd40716b943eed3787d9b4c4df7f0c05c713a8fc9c669bb010aa7ec4c5a9cee0898b69c8f654895db9acec3d60fcd01f309c
Description: debug symbols for libd3dadapter9-mesa
Auto-Built-Package: debug-symbols
Build-Ids: 4b608d2ce703fe7cbda9646dba88b7284e88d264
Multi-Arch: same

Package: libd3dadapter9-mesa-dev
Priority: optional
Section: libdevel
Installed-Size: 97
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libd3dadapter9-mesa (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1), libudev1
Filename: pool/target/m/mesa/libd3dadapter9-mesa-dev_22.3.6-1+deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 56572
MD5sum: 165cb61bd518eef74cf1196379bad0eb
SHA1: e4d7771522a80bd605371cb9ea4603d73b701dc2
SHA256: 68ff7e3b4c3634edf908308b3a81361b750534abfadfcbe13eb083e5478b704c
SHA512: cd145e73594bc2f7789d12c284fe8b135a8f192a1bae1e831f93b691d6452a0af068adac687d7134ab711fc607b7d5f90cfe1305930384206aec8444324ee010
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: 86
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 18628
MD5sum: e5fa060a3f3a8df6f368f32e1ec4617d
SHA1: b11cded68144e8880ea1358d8c794ff6ad8c7e4b
SHA256: 0a2790c519fd4eed708a69522ccd9e45f4c20a6f7e6b726261a30399500feca0
SHA512: b2017c745cead9d7277755bc279cfd40bd753c1f92a03afb4b3ac2aa2c8ef52a9913c720af75abfc7fc808207ba5d6d93e08374c24ef20b2283d0563d912336e
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: 51
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libdaemon
Version: 0.14-7.1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/libd/libdaemon/libdaemon0_0.14-7.1+apertis1bv2024dev3b1_amd64.deb
Size: 12824
MD5sum: 07320182c13eb6e3e3af0a806b5e7c19
SHA1: a37dfad3c899186b4915c5a823d431c363cb5bdf
SHA256: c731a94039fbde30043b9a37d6b3ad04310fc7d1bf3fa78a1ea8ee17580c18ee
SHA512: 96a5af085229a12463add8ade6d2953c6ae58afd38d251a6134e1ce6f1489a13acf1c158d8274aae5ddcf1fe9410dcfad136335140a65ae0eea050af798fb382
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: 44
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 28836
MD5sum: d45c2aa40b1b9d80cd41683974de2c46
SHA1: 12da5cc1ac2477c64c284f9b912f302b7cf473ab
SHA256: 82c9bdda7dfc1dd021dbede4aee70bcf0a02bc5dabd9dffd711f95c86e04ddf9
SHA512: 8ada502da37b2743ea525caf356d04b4a767b3b86e9988c4464cbfa2503802bdac7c2847241242308da8a50ed524d5eb76e1920d23d28203cb280ba74b698ef4
Description: debug symbols for libdaemon0
Auto-Built-Package: debug-symbols
Build-Ids: 8b47dc08d294b6f87bedacbf7bc7584fd0037bad
Multi-Arch: same

Package: libdate-tz3
Priority: optional
Section: libs
Installed-Size: 104
Maintainer: Andrea Pappacoda <andrea@pappacoda.it>
Architecture: amd64
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_amd64.deb
Size: 34548
MD5sum: ea6f48a75fb56a36417d57bc7f05601a
SHA1: 827f5a746217ac39e8cadaeb172ed963cb0e1b2c
SHA256: f08907ae167b67d7ce38551215095d86bf3aa8d524befb1c15a2ab0d18772139
SHA512: 384dbc86de1256fd113d6ec0fbfd97fb2bd146b5aea111314a9c63bb28d1b5f92d74c4a81b1377b59391df2b2cdfbb4329d1ced2276dc311cf58ed00b23f10fa
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: 374
Maintainer: Andrea Pappacoda <andrea@pappacoda.it>
Architecture: amd64
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_amd64.deb
Size: 355924
MD5sum: 98507eddf0bb6bcc1723cb41993d836d
SHA1: b674835703d83c9567ddec847cd1b55eecd52c56
SHA256: 208858ce957eeb9ba0bc26dbb323bb99e910c11eb29ecb122ac54fcab310003f
SHA512: 3e08ea2332dc1bf49acfe45620c0badda392685c53c6da9f06c36c1d6a4c4f9a5a94434eb9dc025d2be05cc9d3564ad2cd0bde9a3ffe771c6442e827d8ce6ee0
Description: debug symbols for libdate-tz3
Auto-Built-Package: debug-symbols
Build-Ids: 4a1bfe9b77cc0d943b4b88ddd1d7adaad7665e94
Multi-Arch: same

Package: libdatrie-dev
Priority: optional
Section: libdevel
Installed-Size: 80
Maintainer: Theppitak Karoonboonyanan <thep@debian.org>
Architecture: amd64
Source: libdatrie
Version: 0.2.13-2+apertis0bv2024dev3b1
Depends: libdatrie1 (= 0.2.13-2+apertis0bv2024dev3b1), pkg-config
Suggests: libdatrie-doc (= 0.2.13-2+apertis0bv2024dev3b1)
Filename: pool/target/libd/libdatrie/libdatrie-dev_0.2.13-2+apertis0bv2024dev3b1_amd64.deb
Size: 18264
MD5sum: 9fdc4a61569ce841206eb7ec292988dc
SHA1: 44998734387dfae60af857786025b202278592bb
SHA256: 00a02b0842bf7052580e01d379b1fcee32ac69744eeb5490cf7454ea4a0705ea
SHA512: b658baa2221f777bc2898af127999af264d6d376a8e6e10be53e7cbffc324edf9b9dddd511789c8162b9d6c82800706db094af04acbb7a226f5fbd1191f1bb84
Description: Development files for double-array trie library
 Trie is a kind of digital search tree, an efficient indexing method in which
 search time is independent of database size. It only takes O(m) search time,
 where m is the length of the search string. Comparably as efficient as
 hashing, trie also provides flexibility on incremental matching and key
 spelling manipulation. This makes it ideal for lexical analyzers, as well as
 spelling dictionaries.
 .
 This library is an implementation of double-array structure for representing
 trie, as proposed by Junichi Aoe. The details of the implementation can be
 found at https://linux.thai.net/~thep/datrie/datrie.html
 .
 This package contains the development libraries, header files and manpages
 you need to develop your programs using the datrie library.
Homepage: https://linux.thai.net/projects/libthai
Multi-Arch: same

Package: libdatrie-doc
Priority: optional
Section: doc
Installed-Size: 288
Maintainer: Theppitak Karoonboonyanan <thep@debian.org>
Architecture: all
Source: libdatrie
Version: 0.2.13-2+apertis0bv2024dev3b1
Depends: libjs-jquery
Suggests: www-browser
Filename: pool/target/libd/libdatrie/libdatrie-doc_0.2.13-2+apertis0bv2024dev3b1_all.deb
Size: 57064
MD5sum: df48b69759e3be4bb5a96c0ebddc0a00
SHA1: 7bfe57c5ccef2922e1e738fcb922a0e395f5f6fd
SHA256: 7f783f06a45a9574c19f54fa5761f567b80d70e3e5e776708dc45cb5b28a5026
SHA512: 5fab2db4a284b222082aed2c8b13e540c0691ced4726f9ff8b0aed0514bc7d3ce0614dd9aaf79ffa2e5a33b512ccaf59c4fdc7d3bd377127eb5e15c6cd3b4fc6
Description: Documentation files for double-array trie library
 Trie is a kind of digital search tree, an efficient indexing method in which
 search time is independent of database size. It only takes O(m) search time,
 where m is the length of the search string. Comparably as efficient as
 hashing, trie also provides flexibility on incremental matching and key
 spelling manipulation. This makes it ideal for lexical analyzers, as well as
 spelling dictionaries.
 .
 This library is an implementation of double-array structure for representing
 trie, as proposed by Junichi Aoe. The details of the implementation can be
 found at https://linux.thai.net/~thep/datrie/datrie.html
 .
 This package contains some documents about the datrie library.
Homepage: https://linux.thai.net/projects/libthai
Multi-Arch: foreign

Package: libdatrie1
Priority: optional
Section: libs
Installed-Size: 80
Maintainer: Theppitak Karoonboonyanan <thep@debian.org>
Architecture: amd64
Source: libdatrie
Version: 0.2.13-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.14)
Filename: pool/target/libd/libdatrie/libdatrie1_0.2.13-2+apertis0bv2024dev3b1_amd64.deb
Size: 38508
MD5sum: 6b01ad62226d91ad6adad680ee63bd0f
SHA1: 4739bbda3cb939f1e6794cf7530d2e004e4dd3bd
SHA256: e09c03616b35a3f88a6963e41ef17a56cb542521d496d0b7f2fa59bd9ecfa950
SHA512: dd64ced83f76578d07d736c30db384886bfe12170a25049ef1b642cdda333137b1643f3ed5d3b0f4e7818e246cdbdd458499716404dc2e4286fdc5771da459a8
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: 66
Maintainer: Theppitak Karoonboonyanan <thep@debian.org>
Architecture: amd64
Source: libdatrie
Version: 0.2.13-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libdatrie1 (>= 0.2.0)
Filename: pool/target/libd/libdatrie/libdatrie1-bin_0.2.13-2+apertis0bv2024dev3b1_amd64.deb
Size: 34376
MD5sum: f71e7465092a9c549e3f2405d631a371
SHA1: b733e5cab75a3875eab1abc96dc03a6b018c904b
SHA256: 73397e668cccf3b98a5b8bdcc6812da98806456f0cbf9e12489b603d957ee760
SHA512: 0eb222d3e0d407220e6d11d13cf94b4b0be035242d4102f4d22d060bde054152ca91cac58a525e2483529a75fbf6ea312b19ed6f8d154d14fa32be01edb6d5da
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: 33
Maintainer: Theppitak Karoonboonyanan <thep@debian.org>
Architecture: amd64
Source: libdatrie
Version: 0.2.13-2+apertis0bv2024dev3b1
Depends: libdatrie1-bin (= 0.2.13-2+apertis0bv2024dev3b1)
Filename: pool/target/libd/libdatrie/libdatrie1-bin-dbgsym_0.2.13-2+apertis0bv2024dev3b1_amd64.deb
Size: 18872
MD5sum: b1e63ab8601e039395aca0df266ff054
SHA1: 2b888f81b155c2b34414d23c107f6a9ee6a82518
SHA256: 2819acff041e21d7401d4850da5454c73a125852a7d19b6a83277f4f4f356ccb
SHA512: 09319fbc0975e04359c737e09a6269322f86f4ba348b87474f2007959e7887195e3760c9c2163a0bd2d431ca80f3fbc1e96093a593a0cca813b0179c6e180d34
Description: debug symbols for libdatrie1-bin
Auto-Built-Package: debug-symbols
Build-Ids: 659179d32f70fbdd1b6bf1c30e1f8b1e51e48678

Package: libdatrie1-dbgsym
Priority: optional
Section: debug
Installed-Size: 53
Maintainer: Theppitak Karoonboonyanan <thep@debian.org>
Architecture: amd64
Source: libdatrie
Version: 0.2.13-2+apertis0bv2024dev3b1
Depends: libdatrie1 (= 0.2.13-2+apertis0bv2024dev3b1)
Filename: pool/target/libd/libdatrie/libdatrie1-dbgsym_0.2.13-2+apertis0bv2024dev3b1_amd64.deb
Size: 36496
MD5sum: 79f8f55746f9db301ec9817cee603521
SHA1: 53dc5ce067ce225b93f8ce342d7a73b03cb89736
SHA256: 190b2c53859ede1c7bd4a0141aeed41f6d7f18bf6a2df1554bfd022baeba96b7
SHA512: 5afd7dc8fcad45191abf513a6094cec51bb671044525b161fa02add766df59ad8eb12475246439041497330fa288339dd61ab50ebde713c9aff909edda618391
Description: debug symbols for libdatrie1
Auto-Built-Package: debug-symbols
Build-Ids: 334c0d505a4e6065d67a177296d5751a99c2d63f
Multi-Arch: same

Package: libdav1d-dev
Priority: optional
Section: libdevel
Installed-Size: 129
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 26976
MD5sum: 7e794203d88cac344280d4f91ee62e9f
SHA1: 6ef6233a47ee3b35c8aab7e9cd5c91fd44340df7
SHA256: 0a53a87af28e84d6366fe77d96740d123f173fa6fe8819978e9b12c98328347f
SHA512: 60f5649389b803877150436ff9b0acce1c0614a3d09d68d890ca9467b63c835f88d24a260caacc1a22a7dff6fa3a7bc0d9aac8ed79fa443befcc8c2f40818361
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: 1618
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: dav1d
Version: 1.0.0-2+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34)
Filename: pool/target/d/dav1d/libdav1d6_1.0.0-2+apertis1bv2024dev2b1_amd64.deb
Size: 515752
MD5sum: 6f5c280161f28f9b83c1917093b9cb18
SHA1: c941b18341bc6a4191ff1c09b53fe428ced8cb01
SHA256: e35f5ff1829adb626a83e8fb9e51f8026e32fd7efeb1a755c7e22037ce831a5f
SHA512: 44972af76f39441128196ec39c727adb4f09236f8d9e2be7bc82964781ed6bd889c26495bbcdac268805a0f1cc5ddede8700ad33c705f5c8d176ee696a9ae926
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: 1461
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 785212
MD5sum: 81ff4c386a3acb6381077ffaed6c1032
SHA1: 86fc9d437df07498956db9c0afd9a10eee1c89d2
SHA256: 3b7eeb224c3a8ec93fc35e654c9ab43e7025fbbc2fba646aaea2b5771010a4ef
SHA512: 949ac077554dacefd1f1f1496c0ea4d52c0e2711db89c0653270f9ec2ccd24768e03bb57534186f61d4288ff481a8e53fe36b6f95b1f612dd69439a9c92b368e
Description: debug symbols for libdav1d6
Auto-Built-Package: debug-symbols
Build-Ids: 90836f9760528b583f7836f7b225ddce7ecdd5cc
Multi-Arch: same

Package: libdb5.3
Priority: standard
Section: libs
Installed-Size: 1858
Maintainer: Bastian Germann <bage@debian.org>
Architecture: amd64
Source: db5.3
Version: 5.3.28+dfsg2-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/d/db5.3/libdb5.3_5.3.28+dfsg2-1+apertis1bv2024dev3b1_amd64.deb
Size: 705164
MD5sum: 99acba1e2dce29a834eb800d3e18c663
SHA1: 05ba805f88891cd66a00fa005b8211788f4898d0
SHA256: a00083c49c70e842aadba1efbe9772270ff45167874e4cb3441ac6c48d89cf8a
SHA512: a2ed0c92916c90c0c27c0c2e34cd28b1edee974785bc3fe90234c394aea061c928b840661e1521d10cb8e3945324ecabc5be0b5842dc47fb685073ed71d4210a
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: 1991
Maintainer: Bastian Germann <bage@debian.org>
Architecture: amd64
Source: db5.3
Version: 5.3.28+dfsg2-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5), libdb5.3 (= 5.3.28+dfsg2-1+apertis1bv2024dev3b1)
Filename: pool/target/d/db5.3/libdb5.3++_5.3.28+dfsg2-1+apertis1bv2024dev3b1_amd64.deb
Size: 725712
MD5sum: 7093020cd8f08996a920078546a8db0e
SHA1: 3eb5e009f450f5aa373b80b37148477f5a978f34
SHA256: 543b1013c522d849d1f7be63590b0d92677c7d8e892b8bb561639d902a20c9fd
SHA512: 9e807c267b1ec926225b4db833455a2499f47249c520cca8f67c9ea1264bdf008c9efc5e5da503a3bd6b6bca8b4da5ec394c0975f6e6e18a9fa8b2751424863d
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: 3282
Maintainer: Bastian Germann <bage@debian.org>
Architecture: amd64
Source: db5.3
Version: 5.3.28+dfsg2-1+apertis1bv2024dev3b1
Depends: libdb5.3++ (= 5.3.28+dfsg2-1+apertis1bv2024dev3b1), libdb5.3-dev (= 5.3.28+dfsg2-1+apertis1bv2024dev3b1), libdb5.3 (= 5.3.28+dfsg2-1+apertis1bv2024dev3b1)
Conflicts: libdb4.6++-dev, libdb4.7++-dev, libdb4.8++-dev, libdb5.1++-dev, libdb5.2++-dev
Filename: pool/target/d/db5.3/libdb5.3++-dev_5.3.28+dfsg2-1+apertis1bv2024dev3b1_amd64.deb
Size: 799176
MD5sum: 08d0b6ab825c2a299c9829c06e6757b8
SHA1: 56a0a0e11b466dde9c20312481565fe5422a5746
SHA256: bf323f682943cdd580b7776fd4619e6b0f6095a94ba4b3553760f21305ef6627
SHA512: ef154678862c15690f330d31cc6682f58d49ebed9bc981c137342f2670f2fdb3cf6fd0109c2af85905737bef828da7f013c44d81858172556595be8d24d1e940
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: 28366
Maintainer: Bastian Germann <bage@debian.org>
Architecture: amd64
Source: db5.3
Version: 5.3.28+dfsg2-1+apertis1bv2024dev3b1
Depends: libdb5.3 (= 5.3.28+dfsg2-1+apertis1bv2024dev3b1)
Filename: pool/target/d/db5.3/libdb5.3-dbg_5.3.28+dfsg2-1+apertis1bv2024dev3b1_amd64.deb
Size: 27913840
MD5sum: 0a9dda0747bd572ffa98702dfbddc17a
SHA1: 3db3c65960bed9ba405fae98652ee04942cd1b49
SHA256: 52208efc17d73c2fdb5a11288f0778adb0d179398c436a7726cd4220d2566f32
SHA512: 2f82eecaf5353b8048487b36cde9c41b9e2283373aab4b7bf94fa6fa2978edb9a2fee7ce11e23787c721be4acc96b6cfbe2e583527d62e80e613a871876eb7bd
Description: Berkeley v5.3 Database Libraries [debug]
 This package provides the debug symbols for the Berkeley v5.3 database
 libraries and binaries.
Build-Ids: 1e207eeb2b036745655b742d2fd9d2d576ec0ff3 1fc3db6f7ae0374bea6ef994af59e65206db9ba4 40db65c7edbf54fe773b78cc87ac57bf01c88116 527e77b5ef4baa27bb5331c24b89f5be940f4e8d
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: 3086
Maintainer: Bastian Germann <bage@debian.org>
Architecture: amd64
Source: db5.3
Version: 5.3.28+dfsg2-1+apertis1bv2024dev3b1
Depends: libdb5.3 (= 5.3.28+dfsg2-1+apertis1bv2024dev3b1)
Suggests: db5.3-doc
Conflicts: libdb4.6-dev, libdb4.7-dev, libdb4.8-dev, libdb5.1-dev, libdb5.2-dev
Filename: pool/target/d/db5.3/libdb5.3-dev_5.3.28+dfsg2-1+apertis1bv2024dev3b1_amd64.deb
Size: 781452
MD5sum: 8b0b4a96159c9951766c41673979a79d
SHA1: 74fdc4d8e1890c2fee88f7a267aeda3689a6ccc3
SHA256: 594b60f1e3c1c0e7d577a27ca3eaaa05df54c006421b77dfe8ef46080690cfce
SHA512: f86194c98c087db4d66446fc36fd252aba1bac992d3e20c1cae7cb710ab9abc341a65e972009feb600718db1fbfafabc1bef0f3a59b0a82cd8f372da03efdfe8
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: 2436
Maintainer: Bastian Germann <bage@debian.org>
Architecture: amd64
Source: db5.3
Version: 5.3.28+dfsg2-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libdb5.3 (= 5.3.28+dfsg2-1+apertis1bv2024dev3b1)
Filename: pool/target/d/db5.3/libdb5.3-sql_5.3.28+dfsg2-1+apertis1bv2024dev3b1_amd64.deb
Size: 957360
MD5sum: 7fb3e2685314ce280c887066e66380d1
SHA1: 949d2fd0ac4f79116b5c8fd7c13575adcbd77589
SHA256: b80e57fe9961fae8437f9efd4edade02d77482ea80761333920f0bda214f381e
SHA512: cf4c0047332cd4983a6925a6ee9e73fa8aea12ffbad91689169fca3fa0a58ed6d86b299b83f81ecf27f6d576284769db09df2978f150223819fe117d61755ba9
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: 4064
Maintainer: Bastian Germann <bage@debian.org>
Architecture: amd64
Source: db5.3
Version: 5.3.28+dfsg2-1+apertis1bv2024dev3b1
Depends: libdb5.3-sql (= 5.3.28+dfsg2-1+apertis1bv2024dev3b1), libdb5.3 (= 5.3.28+dfsg2-1+apertis1bv2024dev3b1)
Suggests: db5.3-doc
Conflicts: libdb5.1-sql-dev, libdb5.2-sql-dev
Filename: pool/target/d/db5.3/libdb5.3-sql-dev_5.3.28+dfsg2-1+apertis1bv2024dev3b1_amd64.deb
Size: 1104000
MD5sum: 8130b30983255fbfc287d82998a46796
SHA1: 8c8e8008732ff04a9f4d098e45a163c7a62bf1e5
SHA256: 9aea8d8494e0dc3e8e5ba2bd807436ff58bc52b275b8c28c0884a27a0cb27752
SHA512: e3346ed64403fff30cf827296583f2bdfd8c92b9459dc7c2d67441371a3d1ae1e02e69c7187065a390456259adcd03cafb9d2d7f919ea4580ea3862180602a0d
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: 2071
Maintainer: Bastian Germann <bage@debian.org>
Architecture: amd64
Source: db5.3
Version: 5.3.28+dfsg2-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11), libdb5.3 (= 5.3.28+dfsg2-1+apertis1bv2024dev3b1)
Filename: pool/target/d/db5.3/libdb5.3-stl_5.3.28+dfsg2-1+apertis1bv2024dev3b1_amd64.deb
Size: 748960
MD5sum: d253010f70e9dafe644aa1871c18ac4b
SHA1: 6ef51f3339b1bf4ee1f590ef3b05f47cf1fa4c59
SHA256: 24f4245651c81909b85860d5a1d9402a67632d571a2e125e40f70d0421f1e5e2
SHA512: 64b363b4ffe294ca0ded2deda9273b5900051facfbcd5915d40fbab21f56b0d50f079ab2964177c5d307ff044d89dc059af805c0db0a10d2b2df295e0052ad8b
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: 3810
Maintainer: Bastian Germann <bage@debian.org>
Architecture: amd64
Source: db5.3
Version: 5.3.28+dfsg2-1+apertis1bv2024dev3b1
Depends: libdb5.3-stl (= 5.3.28+dfsg2-1+apertis1bv2024dev3b1), libdb5.3 (= 5.3.28+dfsg2-1+apertis1bv2024dev3b1)
Suggests: db5.3-doc
Conflicts: libdb5.1-stl-dev, libdb5.2-stl-dev
Filename: pool/target/d/db5.3/libdb5.3-stl-dev_5.3.28+dfsg2-1+apertis1bv2024dev3b1_amd64.deb
Size: 884468
MD5sum: d6104673974fdf577fa132e47f9c7d0a
SHA1: 40d12cc260a81f5e98b7e9aa1f1841e35f88ff60
SHA256: 63918b59b20a91e789064c9e94fa77dd08f07cd93e97d5175f736f4f297ec927
SHA512: d0241671306a707695189db511615450e1fa2890ca69a0bf14e86c08d2518052fd315ca0b359941e000d154466e2e05c56199df07c750783f645850fcae8d22b
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: 476
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: dbus
Version: 1.14.6-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libsystemd0
Recommends: dbus
Filename: pool/target/d/dbus/libdbus-1-3_1.14.6-1+apertis1bv2024dev3b1_amd64.deb
Size: 204836
MD5sum: 4bcda29c309ef808f197dec153928d93
SHA1: 7fb4a9d81b313d77794625df388f4b49ebd922d8
SHA256: 97caf302c9dd8d4fc22c7774391b79dedcd8bbf917f99c5f36c040d95f329a85
SHA512: 703205394d5dfc81d996ddae085a31dcae0c66f455c16c25c6bc31b26b70c9467fb5b998dbc168f9fb11a9adb00522ecb72ad923bedc80baf1573d6257c18e31
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: 442
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: dbus
Version: 1.14.6-1+apertis1bv2024dev3b1
Depends: libdbus-1-3 (= 1.14.6-1+apertis1bv2024dev3b1)
Filename: pool/target/d/dbus/libdbus-1-3-dbgsym_1.14.6-1+apertis1bv2024dev3b1_amd64.deb
Size: 386212
MD5sum: b3d54b9b7d3c666b84187524f513af3d
SHA1: c8661d521308b136cabf2f72c0f864b615abfd13
SHA256: cfa77adcf9b437a2e660811e6fe30dbf467c1a509284111252563ff726346b0d
SHA512: 9ae1d150b5e780bd6826156aeb737aa2107c33d0cd24521235dcd368fa7b45688dc3f951dead0c05ec8f5d8519b3c666e57f1b7d99272ae960a02501ccbe53bf
Description: debug symbols for libdbus-1-3
Auto-Built-Package: debug-symbols
Build-Ids: afb1006e28039e89ec2b03c48311d2f47b80d6b1
Multi-Arch: same

Package: libdbus-1-dev
Priority: optional
Section: libdevel
Installed-Size: 975
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: dbus
Version: 1.14.6-1+apertis1bv2024dev3b1
Depends: libdbus-1-3 (= 1.14.6-1+apertis1bv2024dev3b1), pkg-config, xml-core (>= 0.14)
Filename: pool/target/d/dbus/libdbus-1-dev_1.14.6-1+apertis1bv2024dev3b1_amd64.deb
Size: 243460
MD5sum: dadffaac0491ea74d1109e592076699d
SHA1: 48edfaca193015c06cfc937a9d59a4ae594c208e
SHA256: 1ec11432358c00c851624de47f47f757e623b5637112bf2aae37c18ddf2e9dfb
SHA512: bdb6dead535dab86c0fdf93abd64bb8d9d3bd34e5533e4c2ce7d22a7b8bc4f6904e7e87c9588faaf8805f161c0c6d87d935ff58d54ce08852443fe8e103b208f
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: 194
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: dbus-glib
Version: 0.112-3+apertis0bv2024dev2b1
Depends: libc6 (>= 2.14), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.31.8)
Filename: pool/target/d/dbus-glib/libdbus-glib-1-2_0.112-3+apertis0bv2024dev2b1_amd64.deb
Size: 59168
MD5sum: ce1193885f09dbc04ebb73244f5f7ca6
SHA1: c945cec70c81fa5f1ed88cc3ed9cae29956b0a49
SHA256: 393a9e21a24d69b0f2d9060d86e441b7ea47fc61209723b46e7cc84104dcb0b1
SHA512: 51b5d0569851f8f402e964b01a809b4ab76fe671efb32d7e1b5ebf201ca8ed92824f110f308abe5fed0738d3e8df99767c8c642067e9eb5a8532bae828eae888
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: 214
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: dbus-glib
Version: 0.112-3+apertis0bv2024dev2b1
Depends: libdbus-glib-1-2 (= 0.112-3+apertis0bv2024dev2b1)
Filename: pool/target/d/dbus-glib/libdbus-glib-1-2-dbgsym_0.112-3+apertis0bv2024dev2b1_amd64.deb
Size: 179028
MD5sum: 2e1089b5dae29f4b915b6532c052746a
SHA1: 3fa640f1944484d60bbbc202ec8de771ce6d0e23
SHA256: c664c5f805b797cffe3c22bd0f910e44defdb1e5dbb8c961c2ff52e6e84f8ef7
SHA512: a1e93c347bcd22d1304f9ea8eb735bb11b2cecd4b250a82f0bc8bb1670140aaf21921660ce3e4930cc2f20772caf5ec66613d856602a3bbfd87da7161a5e0850
Description: debug symbols for libdbus-glib-1-2
Auto-Built-Package: debug-symbols
Build-Ids: 322e7827f9cce2d83439a18d6f71ba19c5d04e74
Multi-Arch: same

Package: libdbus-glib-1-dev
Priority: optional
Section: oldlibs
Installed-Size: 394
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: dbus-glib
Version: 0.112-3+apertis0bv2024dev2b1
Depends: libdbus-1-dev, libdbus-glib-1-2 (= 0.112-3+apertis0bv2024dev2b1), libdbus-glib-1-dev-bin (= 0.112-3+apertis0bv2024dev2b1), libglib2.0-dev
Filename: pool/target/d/dbus-glib/libdbus-glib-1-dev_0.112-3+apertis0bv2024dev2b1_amd64.deb
Size: 72764
MD5sum: ceb107fc29f1cbd06e5b6d94bf1e54ff
SHA1: bc9c736f4ee2ebceb49ad1767cb470f6cfdb01a4
SHA256: 3b7f31a3bad9e3e8b09d68f40f4197281cca5d6a7ccbba68b9fe11791d81717b
SHA512: 9e75a02d8187497537d2f458e1b46fb73e6b0f3315a803987948e12cd2b0a03c022b753a10beb3ee784cc532e68b5873af0265027246d8c8d70852d416f13834
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: 128
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: dbus-glib
Version: 0.112-3+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libdbus-glib-1-2 (>= 0.80), libexpat1 (>= 2.0.1), libglib2.0-0 (>= 2.26.0)
Filename: pool/target/d/dbus-glib/libdbus-glib-1-dev-bin_0.112-3+apertis0bv2024dev2b1_amd64.deb
Size: 40976
MD5sum: 48cf462cf7208081f00472f9ab5f1b33
SHA1: c7542b11bc75e80dd745ef17cfd2e2d87402fefb
SHA256: 5263730cc35019eca962167442783bae85f4ac69453cbcfd0e5089946d287934
SHA512: bbd93fb014de1d8c21f398e1834edecba6b358a9057ce1fd6bc441135cc2e20c3015e884cb69fd312018e59f51f944b53ddd371c595fa6c5a1d62311d851c4d0
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: 128
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: dbus-glib
Version: 0.112-3+apertis0bv2024dev2b1
Depends: libdbus-glib-1-dev-bin (= 0.112-3+apertis0bv2024dev2b1)
Filename: pool/target/d/dbus-glib/libdbus-glib-1-dev-bin-dbgsym_0.112-3+apertis0bv2024dev2b1_amd64.deb
Size: 103028
MD5sum: fb76c15ed09f68d8ee2e34845e4cae86
SHA1: 9d3b7d8d75425fd59543bac50751571b97cab41e
SHA256: f2999f31ddd61f0da52d5997bd7be8be5f90ddb2f7cb3d9b118b60a0a18522ff
SHA512: a8d5d772a5d9e1d7b35a57a9f293f564b39735fa9936bc5412ee3a4d5547f8f95e814b200d61159bbcde8305daa43bd89d7a7c7ea4384b47fe57b9ff5028db3f
Description: debug symbols for libdbus-glib-1-dev-bin
Auto-Built-Package: debug-symbols
Build-Ids: e4d761fbc2f02ebd3963565631e88c06a003ad7c

Package: libdbus-glib-1-doc
Priority: optional
Section: doc
Installed-Size: 506
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: all
Source: dbus-glib
Version: 0.112-3+apertis0bv2024dev2b1
Depends: lynx | www-browser
Suggests: devhelp
Filename: pool/target/d/dbus-glib/libdbus-glib-1-doc_0.112-3+apertis0bv2024dev2b1_all.deb
Size: 54144
MD5sum: e189325d8d26dd4355bc6703f27460a6
SHA1: 5104f1f5adac83f2f433b475875d8a0050deca68
SHA256: ec9ca688a6557e59ce2d653b38599dceeae0b81cd9e0f3a01ca497720f63d58f
SHA512: 9df476758a03ece7c29f3332976f053198a3c087759149d31b76b22e0017e04858a6c41de36c7d0077fd5775e5b21ce2c5e78d174dfdb09ccf4d55bdfe288cc3
Description: deprecated library for D-Bus IPC (API documentation)
 D-Bus is a message bus, used for sending messages between applications.
 Conceptually, it fits somewhere in between raw sockets and CORBA in
 terms of complexity.
 .
 This package provides the HTML documentation for dbus-glib,
 a deprecated GLib-based D-Bus library. New code should use GDBus, part
 of GLib, instead.
 .
 See the dbus description for more information about D-Bus in general.
Homepage: https://www.freedesktop.org/wiki/Software/DBusBindings
Multi-Arch: foreign

Package: libdconf-dev
Priority: optional
Section: libdevel
Installed-Size: 47
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 7016
MD5sum: 177a5e82f48fbfd1ff4cc9028cb69454
SHA1: ea1b5c4915a7f345dc6613e20b98fdde208b17be
SHA256: d222eef2d2d7d142c7c6b17d583b1839d654c738e4e3245c4a850ddebf44f4e0
SHA512: 672cec1f5166ea62f90035b67b05ed273fafcddbf4eeb55ccca56729ca16be4d35b3e1cc255f76049a77c4ffcfd5e292db0f66aba727d3851f52a05c5ad5730a
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: 118
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: dconf
Version: 0.40.0-4+apertis0bv2024dev3b1
Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.55.2)
Filename: pool/target/d/dconf/libdconf1_0.40.0-4+apertis0bv2024dev3b1_amd64.deb
Size: 41828
MD5sum: 4d88a494086629c1d7214d7d3f1f37f7
SHA1: 485c820e7617da2df3526e2b2fe8e11c0c82f664
SHA256: b51aad5c924c462945b72046d5ed192cced9fd3af8a11bd3e145b243b971ea43
SHA512: 6b8e1350d51609d1dfa9b6d6ccd2f5a358820db1d63d3ae91eed7ee054fe86da9467ea4fe484b2eec96b5cd515d0667dd41f802fdf0bb3f8295d50286df42103
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: 115
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 90992
MD5sum: 6e073371c0d34ad02940dea29cf1c65b
SHA1: f4c944139e4bb76b1af1dd0062acf32eee4ab35a
SHA256: fb1150eb7ceb73d291f1c0f3cf84099890a4706154478c41ae1ada9902f483ce
SHA512: 4900cdf4a35e15cc8c6e368928c4a06310dc3538a02e51a9d981dc1ff04d2b14fc02b39cff6e5155a0850d1c0de26aeb0b86d88cde9577f8adff19162c1745b2
Description: debug symbols for libdconf1
Auto-Built-Package: debug-symbols
Build-Ids: 0beb0ecbbb3edb10320ea0fe9bf60b039631d6de
Multi-Arch: same

Package: libdebconfclient0
Priority: optional
Section: libs
Installed-Size: 41
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: amd64
Source: cdebconf
Version: 0.270+apertis0bv2024dev3b2
Depends: libc6 (>= 2.4)
Filename: pool/target/c/cdebconf/libdebconfclient0_0.270+apertis0bv2024dev3b2_amd64.deb
Size: 10732
MD5sum: cd4f3d47af99649956b1eee62b822552
SHA1: 970708bf356de9446f2506efaed6c010bb2bb985
SHA256: 6cd5d779ef4b76d999b61c6d10893001d26f8cf9f3eb3a677c6acd8c13bd28a1
SHA512: 3afc921debd375d9a624955bf515049914349c422f54173f9a64c2e7d8d0859a32a3ecee8a269cf5ad9cf01ed5239570ff99d52af652700c5d5ad11d458814d1
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: 19
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: amd64
Source: cdebconf
Version: 0.270+apertis0bv2024dev3b2
Depends: libdebconfclient0 (= 0.270+apertis0bv2024dev3b2)
Filename: pool/target/c/cdebconf/libdebconfclient0-dbgsym_0.270+apertis0bv2024dev3b2_amd64.deb
Size: 6088
MD5sum: f8575429e715062685749b246973227a
SHA1: 50c2f6f2a845fd6d6a4b2966a28daf0eb4e1e787
SHA256: 2a9ac9308763a75593c0a63de36c9127acd674333f811f43b017f8b1ffe94635
SHA512: 6ee3f97a3c077ea0bda34b3e84ad6aadd746627423314c24781c25adfe0f8f3907a8dbe23af54ff46feec3e70d7a780ea0839d22ff42ab13d8dc026d7d98c106
Description: debug symbols for libdebconfclient0
Auto-Built-Package: debug-symbols
Build-Ids: c8795055485120dc12782ad0004f3382f0b1507e
Multi-Arch: same

Package: libdebconfclient0-dev
Priority: optional
Section: libdevel
Installed-Size: 56
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 15172
MD5sum: 8e067e90336fbb247f0b8a5e04f2fd28
SHA1: 6f09cc8d10d5938a5b8a7b168dbc08445bc26922
SHA256: f9dff6f13813ce4459c032df29aab2766cd9c69b85665c47a042b4164373f231
SHA512: fff2d810b9bc310dbe5e712a7d9a94f00e3feff15a445cdca10dd9376452dc714cdcc02a7d9be8e788efe5bb26f598d5ec9bfaefbe06947980a13f785a74b577
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: amd64
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_amd64.deb
Size: 32608
MD5sum: a9443840823c84be16f0324a0e4d2e50
SHA1: f308ecb344621a08a946c487b57b84b9236e57cf
SHA256: 8d416d57e8f1fdf539b947e26872de03daa58ffa0c4d9986ab5a0eb70db64cfd
SHA512: 88ff18e49f7563a7ee8dc72d42121988b0632021673ef364b538be5e03253df04bbaaef6443609d6e821b0368dcfe16a7fc1cc08e2dfd0cdaff0483b6e995fad
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: 76
Maintainer: Debian Elfutils Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 38152
MD5sum: 12e80d00fb96a4b52c038e3c7317e551
SHA1: 1903008699642e8f6ec9ddf09865275e5f8ac333
SHA256: 751574aac2c507a349296d1136e5a44b02e66d79192c91c767cd5e51670a8bbd
SHA512: 4ab2d6304993ab5c3900857319e2e82134aa0679af10b7a0847386ac33b19f14120fd48b456f4f1adf6769057661fcebd9f5233eebf77720ffbc844fbe2af04f
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: 57
Maintainer: Debian Elfutils Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 41880
MD5sum: 8c042924f53c1a4d1a6e0864dc487a11
SHA1: d85dbb9ad507e7f915e6a0dd5715c7275b6c931e
SHA256: fdb3787e4843ff4e1dc69be9354b35179f7a79ec8613a03f7575bdb4a7fed6fa
SHA512: b8372a291b5813c4c00813641fef9a8b959ebfd57bc566b2e2ffa63d68a969df40d54ff0d29cfd576cad2200dc803e529794a584e9bf39bba8378ae64ebfefa2
Description: debug symbols for libdebuginfod1
Auto-Built-Package: debug-symbols
Build-Ids: f58c033f6eb09c2170c7d79ad401fbc8e8edcedb
Multi-Arch: same

Package: libdeflate-dev
Priority: optional
Section: libdevel
Installed-Size: 147
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Architecture: amd64
Source: libdeflate
Version: 1.14-1+apertis0bv2024dev3b1
Depends: libdeflate0 (= 1.14-1+apertis0bv2024dev3b1)
Filename: pool/target/libd/libdeflate/libdeflate-dev_1.14-1+apertis0bv2024dev3b1_amd64.deb
Size: 53352
MD5sum: 69ae7d61f6511afd6453be6410eff77e
SHA1: ee17e152286eff0846f8e2487eed63581ab38f70
SHA256: ccdf9c239a063234a16749d422fe88cf3d6fe25bb2ca31889530a572d7e79760
SHA512: b51e932f9d701c12cdf4e073c985e4f5d197afbae92620561541138919a49d7e662377405e75014f3e0fe900a1fbb4c63a6e2105aa1be03e7acc196a8702f9d3
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: 117
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Architecture: amd64
Source: libdeflate
Version: 1.14-1+apertis0bv2024dev3b1
Depends: libdeflate0 (= 1.14-1+apertis0bv2024dev3b1), libc6 (>= 2.34)
Filename: pool/target/libd/libdeflate/libdeflate-tools_1.14-1+apertis0bv2024dev3b1_amd64.deb
Size: 52336
MD5sum: 5566160dafee265fe9d81fd733911ea7
SHA1: 1a399ee243934fc1774a28a0c1a9a07abcda0838
SHA256: d619c4e0c56a63083a103bcded8f5e1ee24e71f9e61ce9e0b3d5ca2dc54d2ccf
SHA512: ef8f9a044c1029a15704fe6ad6fb536f5b89f55c3545ab802b01f93975e93ea7796b486042e40823827497190dcd9e7c343c212234dced25f9f7611d28f5a24f
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: 192
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Architecture: amd64
Source: libdeflate
Version: 1.14-1+apertis0bv2024dev3b1
Depends: libdeflate-tools (= 1.14-1+apertis0bv2024dev3b1)
Filename: pool/target/libd/libdeflate/libdeflate-tools-dbgsym_1.14-1+apertis0bv2024dev3b1_amd64.deb
Size: 177848
MD5sum: 5fa43c8fe562f184e3533e15207ef3dc
SHA1: c5ca832ecce0c2ae37b51c98009b8cdb2450e7ba
SHA256: 5bc3c3ebef833a3f5675cfc3c465506afad6e411a0f809824b00162d2fbcd1e2
SHA512: 1f328386715cb1ab1f2c0381745aa813e613f28e112db04aedeeffd62ae143363b94d5a68314519f6f58d1e560970e5912b453484313cc7a014c29f2011c0cc5
Description: debug symbols for libdeflate-tools
Auto-Built-Package: debug-symbols
Build-Ids: 6bbb5258a694d50a586b4c0b984f3a627a6c2052

Package: libdeflate0
Priority: optional
Section: libs
Installed-Size: 163
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Architecture: amd64
Source: libdeflate
Version: 1.14-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.14)
Filename: pool/target/libd/libdeflate/libdeflate0_1.14-1+apertis0bv2024dev3b1_amd64.deb
Size: 61612
MD5sum: 9373f5719e4b04dd613ddc923348e92f
SHA1: 55328043f48caf8aae36b1c4681244657e5b78c1
SHA256: dceb2ad3a73422d9f70ebd07dfbffa2f16a5ac05f42b4b5e52c1f75f458222eb
SHA512: 2f4a7e19043504714e13554c6233322182c330163390ee7a01dbbaedb975162a1c305dbf8535820e7e8cd11ded1e03afe56d61c34711416f0a63318893152346
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: 220
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Architecture: amd64
Source: libdeflate
Version: 1.14-1+apertis0bv2024dev3b1
Depends: libdeflate0 (= 1.14-1+apertis0bv2024dev3b1)
Filename: pool/target/libd/libdeflate/libdeflate0-dbgsym_1.14-1+apertis0bv2024dev3b1_amd64.deb
Size: 207960
MD5sum: e5b7cbd17a4b83ebbce805af3540a66b
SHA1: a45a13f3cc1b803405d575f9ba67a7aede417127
SHA256: 93b70e3f294c2161ade923fce6213b87c107e1fbc30353f317ec47c74ab9b131
SHA512: e93c7c0fa3af661a17e0cf85a1c046fa790ff1a00f134e7678f6cbc4692a01db02f386f29ebec3c43410fb5ed8f398999f5c9f177f2ba27cdce24366add67dd7
Description: debug symbols for libdeflate0
Auto-Built-Package: debug-symbols
Build-Ids: 508379f3ad3dbbfa3d19291807e12040f19a87be
Multi-Arch: same

Package: libdevmapper-dev
Priority: optional
Section: libdevel
Installed-Size: 167
Maintainer: Debian LVM Team <team+lvm@tracker.debian.org>
Architecture: amd64
Source: lvm2 (2.03.16-2+apertis1bv2024dev3b1)
Version: 2:1.02.185-2+apertis1bv2024dev3b1
Depends: libdevmapper1.02.1 (= 2:1.02.185-2+apertis1bv2024dev3b1), libdevmapper-event1.02.1 (= 2:1.02.185-2+apertis1bv2024dev3b1), libudev-dev, libselinux1-dev
Filename: pool/target/l/lvm2/libdevmapper-dev_1.02.185-2+apertis1bv2024dev3b1_amd64.deb
Size: 45300
MD5sum: 7f695cf204605236375172740b4c7a66
SHA1: eaab0367d35006e4cc177544959c10930519c4ee
SHA256: 7e69311a6d0380e1785255f9b5524f2562824db8b1700941e1da42b78b5c37fd
SHA512: 07e5461fa757e3aa2f6cad6c2c5a10440df8bed309517a3c16e3ad3ad7d5b3f4fa32362739e1ae283b448d1ccba779323882fed732a506a2ed6f402d45a6fa35
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: 57
Maintainer: Debian LVM Team <team+lvm@tracker.debian.org>
Architecture: amd64
Source: lvm2 (2.03.16-2+apertis1bv2024dev3b1)
Version: 2:1.02.185-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.33), libdevmapper1.02.1 (>= 2:1.02.97)
Filename: pool/target/l/lvm2/libdevmapper-event1.02.1_1.02.185-2+apertis1bv2024dev3b1_amd64.deb
Size: 16336
MD5sum: baf7edb4e821252cb7a185621581bd82
SHA1: 1071beaef1c0105e3a165923c8b07a8756d5f0dd
SHA256: 703cbf6af8cdc5d4f7f99b58e35ce63362b955f34efcac51ba877453c36be7bb
SHA512: eba17c19a3ee06e0811ae35eddba47693161beaee6367448727a8121b4f96a01c1f257a20d812078f997a986104602b246afd73d1e43b46fc8428ad3d33bde40
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: 28
Maintainer: Debian LVM Team <team+lvm@tracker.debian.org>
Architecture: amd64
Source: lvm2 (2.03.16-2+apertis1bv2024dev3b1)
Version: 2:1.02.185-2+apertis1bv2024dev3b1
Depends: libdevmapper-event1.02.1 (= 2:1.02.185-2+apertis1bv2024dev3b1)
Filename: pool/target/l/lvm2/libdevmapper-event1.02.1-dbgsym_1.02.185-2+apertis1bv2024dev3b1_amd64.deb
Size: 12772
MD5sum: af0f639905ffe985c24582d5feb2dc77
SHA1: 44e5c7bf845830e9ab89ca2dcf0079c743ef7dce
SHA256: 2ae6a49cb29bf0311148bf605655fb3c7d27ac4443e94635687da4391d22eab0
SHA512: 134fb94d8613fefb19b99ff219c569806f88159c4605c9cf61f2ccb32d4cbadc7d5285a0395c2e32932c06eedb41d98f0b26129a33dfeaad135f5c307c2240c7
Description: debug symbols for libdevmapper-event1.02.1
Auto-Built-Package: debug-symbols
Build-Ids: f133a61b99e365c535488d011e714edb671dbce6
Multi-Arch: same

Package: libdevmapper1.02.1
Priority: optional
Section: libs
Installed-Size: 479
Maintainer: Debian LVM Team <team+lvm@tracker.debian.org>
Architecture: amd64
Source: lvm2 (2.03.16-2+apertis1bv2024dev3b1)
Version: 2:1.02.185-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.33), libselinux1 (>= 3.1~), libudev1 (>= 183), dmsetup (>= 2:1.02.185-2+apertis1bv2024dev3b1~)
Filename: pool/target/l/lvm2/libdevmapper1.02.1_1.02.185-2+apertis1bv2024dev3b1_amd64.deb
Size: 136388
MD5sum: 112e08c8634c29476829bb3dd19b084a
SHA1: d27ef45ab7a339c9e0a0d273ee74bd3d062d6379
SHA256: 6cbb773fa948fd1b686834c800c0f6eff1b56d52d34efe4d210142ff4be18ad9
SHA512: 176b9bbded6307ab95f149bbbf6d13f64db850869888f661d0ac312fae21da67f93e5792e353faff2fc4a41506713374476224a20944441a9c52a1debf581e6d
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: 175
Maintainer: Debian LVM Team <team+lvm@tracker.debian.org>
Architecture: amd64
Source: lvm2 (2.03.16-2+apertis1bv2024dev3b1)
Version: 2:1.02.185-2+apertis1bv2024dev3b1
Depends: libdevmapper1.02.1 (= 2:1.02.185-2+apertis1bv2024dev3b1)
Filename: pool/target/l/lvm2/libdevmapper1.02.1-dbgsym_1.02.185-2+apertis1bv2024dev3b1_amd64.deb
Size: 130656
MD5sum: 20f148417b6ff95e7ff2ade74e27c0d5
SHA1: c1519c69e24989930b6c073e058db60ffc530530
SHA256: 58abc2c71f3ea8d603b91678fceb9e7940c4569e1f6213146f936a1e2c08491c
SHA512: 7c7f88083533d05472be9a80601c36d81dd961a4365c492d408626987b47a4ac38545be4e4254e2e9f4c1e5cd36573a84166b4139b19d6c3e1761a915bc8aa60
Description: debug symbols for libdevmapper1.02.1
Auto-Built-Package: debug-symbols
Build-Ids: 8c13dc1bab9b033848f1b8f145f6f9741f289b64
Multi-Arch: same

Package: libdidcot-0-1
Priority: optional
Section: libs
Installed-Size: 55
Maintainer: Apertis packagers <packages@lists.apertis.org>
Architecture: amd64
Source: didcot
Version: 0.2024.1bv2024dev2b1
Replaces: didcot (<< 0.2024.1bv2024dev2b1)
Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3)
Breaks: didcot (<< 0.2024.1bv2024dev2b1)
Filename: pool/target/d/didcot/libdidcot-0-1_0.2024.1bv2024dev2b1_amd64.deb
Size: 14628
MD5sum: af4495227514574f424baaa1d2b07281
SHA1: bae439b5b3c47a0783040bef5f290f81ab5e7586
SHA256: 0af8e78b0b187bbbcb3b13b58ba58635b826a04248adb4ba1de456bcf22de234
SHA512: 1453cf196ab65e38e12ae886f617a6ebe89c4938848d3dabe1fb05c303f5e10712ed52b18f82b54884ea1913b4bdf0b47ca17b7726b5fb897b04af1860162c12
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: 40
Maintainer: Apertis packagers <packages@lists.apertis.org>
Architecture: amd64
Source: didcot
Version: 0.2024.1bv2024dev2b1
Replaces: didcot-dbg (<< 0.1703.0-0co2~)
Depends: libdidcot-0-1 (= 0.2024.1bv2024dev2b1)
Breaks: didcot-dbg (<< 0.1703.0-0co2~)
Filename: pool/target/d/didcot/libdidcot-0-1-dbgsym_0.2024.1bv2024dev2b1_amd64.deb
Size: 22492
MD5sum: a490b14268e5c37b80fed1d382076c5f
SHA1: c1996fc14de7195007286a84285822b949292f0b
SHA256: f858bbd3659462b5365676242a888dab84cdd68072942bdcb20e7cef2d472862
SHA512: 87bbca5d1a65f5d5dc7b4834e9a48038ab6c199d535ac9d41e50451ca30d59c20533fce10e2079d94dae35510c2aaeee0cd034e4ceea28777f687722004959db
Description: debug symbols for libdidcot-0-1
Auto-Built-Package: debug-symbols
Build-Ids: f58b34169544741b5f3427b190cffb26fc84ad01
Multi-Arch: same

Package: libdidcot-0-dev
Priority: optional
Section: libdevel
Installed-Size: 107
Maintainer: Apertis packagers <packages@lists.apertis.org>
Architecture: amd64
Source: didcot
Version: 0.2024.1bv2024dev2b1
Replaces: didcot-dev (<< 0.2024.1bv2024dev2b1)
Depends: barkway-dev, gir1.2-didcot-0 (= 0.2024.1bv2024dev2b1), libdidcot-0-1 (= 0.2024.1bv2024dev2b1), libglib2.0-dev
Recommends: didcot-doc
Breaks: didcot-dev (<< 0.2024.1bv2024dev2b1)
Filename: pool/target/d/didcot/libdidcot-0-dev_0.2024.1bv2024dev2b1_amd64.deb
Size: 18456
MD5sum: c177a73c4e927a97e54937ad87eda7b7
SHA1: 4177ea9b1f37c99935a785d79e867263fde6e6b4
SHA256: 9e6352ec4f1be2540553b8a00b613d9b0ca74f6dd6a16b5afdf71a3c85283132
SHA512: bd5f66bd169d1480a3be17ba27a56317d75977fc58befdfbd7f6b410dfda7eafc53e66b87abaa00e6d3a64244923945d4d82b9b6d816202d658ebf2d2f1181b4
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: 539
Maintainer: Aigars Mahinovs <aigarius@debian.org>
Architecture: amd64
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_amd64.deb
Size: 131244
MD5sum: 3ef8996476c21c1d1b7ba0feca5be7c1
SHA1: f75a269e8f413f2ec0f51d77db2f5b3a3ebc70e4
SHA256: 521e5edad80f4593bd4409ebc7498088fbebfba064e8ad4c7a54fffa7a55cd64
SHA512: e024b1f1c3eef8a4714e8161c8cdf4f163951a89051ae288f0d3ad5ffc535ae2262149833eacbbc55f220e14b7a60dc88e462fd2986aa2ff38b23376b4f7da5c
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: 286
Maintainer: Aigars Mahinovs <aigarius@debian.org>
Architecture: amd64
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_amd64.deb
Size: 253436
MD5sum: 609b6df448564c30ec612de28dae622f
SHA1: 30d396188df98143d404d4fd58cd2b53a8d932b6
SHA256: 4e0626fedcf67aae97c0cb55d9a2fb6c04589581a94b973cbfbb5cbe93f1e43b
SHA512: bc798ec2c33b87ec15f7fb3a839acc4a67717e99e92f3ba85c1925216a177e283c2644437bb1ddd1e56eb12de1c6b6d6993143099918175c3a144bf33d0e1752
Description: debug symbols for libdlt-dev
Auto-Built-Package: debug-symbols
Build-Ids: 94d484dcec6b034cbb2470e374e3e1928c272998
Multi-Arch: same

Package: libdlt-examples
Priority: optional
Section: libs
Installed-Size: 721
Maintainer: Aigars Mahinovs <aigarius@debian.org>
Architecture: amd64
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_amd64.deb
Size: 364280
MD5sum: 1ac4edc03619689806812809e389bb52
SHA1: 142f469c801ea1b4320b77ad1c34b27d0d406157
SHA256: 1cc12d7612195ba9c2869aaa003c7ad664f1354729aa8b7c933cf62b6172eef1
SHA512: c63d7f101540b20cc9e7d8f3a9113935e7428064e220d012ef1f5d50374430583398e422b663311a8d619f60744647c7613092b80a04c92596423b658f7e43d8
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: 282
Maintainer: Aigars Mahinovs <aigarius@debian.org>
Architecture: amd64
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_amd64.deb
Size: 141052
MD5sum: d7d67265c92bd976683b715a15a82596
SHA1: 5d6fe1cac72f5153a63956fe1c9158e733bd56aa
SHA256: 27c122e303aa646ca4b30cccf92eb656b04fdf66c140ebf16d00ecd9ddd7b71e
SHA512: 2929411fa3409512b83c8b8da82985f13d129974d7bd12fcfbabcfa7be11cf9a81a886edd2f6fcc9100457a73185cf5a490b437d7198ab60bea132f330b3a2fb
Description: debug symbols for libdlt-examples
Auto-Built-Package: debug-symbols
Build-Ids: 02a8efcdef6332eb390f708387bc47381ef9571e 23850c65eeea859fddf5623d713ebd442b81463a 23c2f2627c9b9275b496ed3293b194b3e28c9100 29ecb5c5afa33750111c166a6dd32eb457ff44d7 52c94de796184e788057e4018a477ef596fbc32e 59c14901b45cf2ca1102988ba7cc24619faa438d 5deb132270bc65be53ac12a243d99f2f853cc497 7d9aabbe7670ef6441d4eac80551629d71b82529 7ee4456fab2547ece8ded64d30fa7512f5185e17 871596f7031545340d31d280f8deb8da04d12149 a8395c6394a60ffb9680bd33a48f3796b19c5277 b315cbee7dd7b8f6c32f1c2bd3df99e31e7cd13e c14695238248d03c15ccd3abfa9ece186efcb2a1 d5c7bd985041cbffadbd996b6627d0de76dbb848 e4647ea17155328831139af172e99960ba1e4a1a ebfca165fd87e263a8985a2a8964c7bc17acee3e f994bc59347f43b0f1c673e5dfaa2b20bae37ee7

Package: libdlt2
Priority: optional
Section: libs
Installed-Size: 167
Maintainer: Aigars Mahinovs <aigarius@debian.org>
Architecture: amd64
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_amd64.deb
Size: 59788
MD5sum: 50d47873e875c34bfab21b1803ad17c0
SHA1: 6f568d662786bb4d2af9ce0c680367efc4b56b62
SHA256: 6bb5f4ace724716fce915f2b69b11b641e2885d18ba8d89c9ec53c897cfcd558
SHA512: 089f7a41d7a3c4602979a1ede656427f1f8457b81f40a4684d9aaeed7d40c8bed5dda7b03170ca91c0fbaffcf4591392402669a95fca4acdd825f2b32488e399
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: 162
Maintainer: Aigars Mahinovs <aigarius@debian.org>
Architecture: amd64
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_amd64.deb
Size: 135300
MD5sum: 02de75b168810cdda1dc1108894bc672
SHA1: a782bb12d375ac668c6eb24069df51ea66d3bf88
SHA256: c02e42ca09e2d5d182574dd6cd66ddd3c3edbbf14f9511357642930e773a8161
SHA512: fd584b03ab7982610cc4fcbb6df261b140e9484fd30703336fa052eeab354cb040791b3558fd39c55386f7b24524435e01a2632629f6477b49b96d5f021d1302
Description: debug symbols for libdlt2
Auto-Built-Package: debug-symbols
Build-Ids: 0a3c0e3cf2b2f91731b297af547f12c85137f236
Multi-Arch: same

Package: libdmapsharing-3.0-2
Priority: optional
Section: libs
Installed-Size: 295
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 117564
MD5sum: fe9f1d1ade5175e0ffea057fdbfea723
SHA1: c195f40163ac182815ec4c5b97c036f9e682d3b1
SHA256: 0bb991bafa5b62c9eb8f71afedf53fe4c00809f2c0ce1b41d6833fc62e98979c
SHA512: 26c7a6855a30ce55deebdc9e74705a8a0d830d561b1b564fd7deb1d124a818b88cc94058077670b305d4dea3b93f9f09eda159180586d6da607bb91f0b59a11b
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: 239
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 196136
MD5sum: 6d03534fe85a9f227cd68b8778b0ae47
SHA1: 2211b01fb662ca2f693e52f2b0748dc64775e7de
SHA256: 881acf624b47874cbc8de44631ed9e69f9845f965b9250ee83e2c14ff2ac2c88
SHA512: 5fb98e4a6e2dc6ae5d8beb9757a1ce590568cefcaa0550192c8f9917075a1c23ae3d87cc2b022ddaf8b00c91ba52e912ee79fe8de219976a4b34a14dc75647bb
Description: debug symbols for libdmapsharing-3.0-2
Auto-Built-Package: debug-symbols
Build-Ids: 01e7f6edf09e0350e95370d41384ad3abad2115a
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: amd64
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_amd64.deb
Size: 87296
MD5sum: 4281518652be8c26df07427f49b5b8bd
SHA1: 92ab72e02957c3699a2ca4e7f6f963d6cabe7806
SHA256: d4c2a0ef0d58278dc41d6ca8ffb26f0352f9e279fcc954fd987ea7dd8ef711c3
SHA512: fec05e49ed4967966c437d2e29c4d96093d6cc0ec3acdd9f1126cbe7c386c56c83bb199a7064696ef0c6169a8a908c5e94dbbdd2efd3a9f3b8701052f16c70a5
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: 252
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 60080
MD5sum: a97db7963cc8715d3fdb4977de2081ef
SHA1: f90b24be070d0193e4a1fa778ce658a4f18bfb1e
SHA256: bfe469d363a84a25f16b99c8dbbb234bf8d7bc6c618ef69d675306db0d0e1763
SHA512: 9bac4009967f66cfa3674ad57a2c0e860ed1f067f7799fc728c4e27c80b4287ad9f03b7114c040d9dea119e26b2a3774db36d2274601aa685432367cbbcd8de7
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: 102
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: double-conversion
Version: 3.2.1-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1)
Filename: pool/target/d/double-conversion/libdouble-conversion3_3.2.1-1+apertis0bv2024dev2b1_amd64.deb
Size: 40076
MD5sum: f15b3b5bfb2366a9e06a1c256884be33
SHA1: 2ef3831949c55029b781e57c1655a2c614bb5eef
SHA256: 4d9724cb2f72cdb610c39af5d2c9593160cf3a55c6911200bf32d7790016c887
SHA512: 0731c512780fbe2e634e461247440e9a0c2079da7a701d53bd59962540cc5be53bc0b13b8ecc7fafa33008456c82e74db8d6ab92a1088a685f8d1f03fa671e7a
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: 163
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 146916
MD5sum: c4c3e4ec069b6f0c89f72e1c8c1b1ba4
SHA1: 935a529a7974a049a6b8a4859d739b0efa04fbd6
SHA256: 1c4a8b720b0ff496a0056ba01a3af2a2b0396fb23381de055f75232632e2d8e9
SHA512: 8da10d7abd137e185bc2fe1ef64ae66e88fdaa44700e40bfbffba269bfb7ed910fa78fa20a179d3e9898341933bf0abc8158dca179e877c6a404b71d491459d5
Description: debug symbols for libdouble-conversion3
Auto-Built-Package: debug-symbols
Build-Ids: 834c9328db881bc8b0b26b753059ce5c8b65ad77
Multi-Arch: same

Package: libdpkg-dev
Priority: optional
Section: libdevel
Installed-Size: 899
Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
Architecture: amd64
Source: dpkg
Version: 1.21.22+apertis1bv2024dev3b1
Depends: libmd-dev, zlib1g-dev, liblzma-dev (>= 5.4.0), libzstd-dev (>= 1.4.0), libbz2-dev
Filename: pool/target/d/dpkg/libdpkg-dev_1.21.22+apertis1bv2024dev3b1_amd64.deb
Size: 362476
MD5sum: 21d5c5ce229d3a0f6fa3842ed33f98e8
SHA1: 8dc6a014108d5b4a92078ec41dc15561bb9bd652
SHA256: 5e29417c714a5653baebbc8518b349e1bc0945891f442a36876f42595a2a0b44
SHA512: 17ebfd1d8ce74f993a6190c959d00c44e222ec9ae3b7926917121f90e67416f8ec42a37a1cb128c99edc17917f68baac3997a98405c32dd37bf35ecbb46a1758
Description: Debian package management static library
 This package provides the header files and static library necessary to
 develop software using libdpkg, the same library used internally by dpkg.
 .
 Note though, that the API is to be considered volatile, and might change
 at any time, use at your own risk.
Homepage: https://wiki.debian.org/Teams/Dpkg
Multi-Arch: same

Package: libdpkg-perl
Priority: optional
Section: perl
Installed-Size: 1995
Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
Architecture: all
Source: dpkg
Version: 1.21.22+apertis1bv2024dev3b1
Depends: perl:any, dpkg (>= 1.18.11)
Recommends: libfile-fcntllock-perl, liblocale-gettext-perl, bzip2, xz-utils (>= 5.4.0)
Suggests: debian-keyring, gnupg | sq | sqop | pgpainless-cli, gpgv | sq | sqop | pgpainless-cli, gcc | c-compiler, binutils, patch, sensible-utils, git, bzr
Breaks: dgit (<< 3.13~), libsop-java-java (<< 4.0.7~), pgpainless-cli (<< 1.3.13~), pkg-kde-tools (<< 0.15.28~), sq (<< 0.25.0~), sqop (<< 0.27.2~)
Filename: pool/target/d/dpkg/libdpkg-perl_1.21.22+apertis1bv2024dev3b1_all.deb
Size: 610516
MD5sum: 8343d0d67887d541dbacb0c57494d33f
SHA1: 862ff70e26f0939ca6f7c163b8059d37e95b3270
SHA256: a4ba73e4b728e7b3252acd14949e2143ea2e6eb3561563c276e981a6ffe406af
SHA512: b19f5c4e074f8252efd26c611e8be0a276383311a0705bdc954194a37b395cd4e6ca68816ef2b2ad07c56e1edf1012574cd29f44acefa09ebef624056d97a989
Description: Dpkg perl modules
 This package provides the perl modules used by the scripts
 in dpkg-dev. They cover a wide range of functionality. Among them
 there are the following public modules:
 .
  - Dpkg: core variables
  - Dpkg::Arch: architecture handling functions
  - Dpkg::BuildFlags: set, modify and query compilation build flags
  - Dpkg::BuildInfo: build information functions
  - Dpkg::BuildOptions: parse and manipulate DEB_BUILD_OPTIONS
  - Dpkg::BuildProfiles: parse and manipulate build profiles
  - Dpkg::Changelog: parse changelogs
  - Dpkg::Changelog::Entry: represents a changelog entry
  - Dpkg::Changelog::Parse: generic changelog parser for dpkg-parsechangelog
  - Dpkg::Checksums: generate and parse checksums
  - Dpkg::Compression: simple database of available compression methods
  - Dpkg::Compression::FileHandle: transparently (de)compress files
  - Dpkg::Compression::Process: wrapper around compression tools
  - Dpkg::Conf: parse dpkg configuration files
  - Dpkg::Control: parse and manipulate Debian control information
    (.dsc, .changes, Packages/Sources entries, etc.)
  - Dpkg::Control::Changelog: represent fields output by dpkg-parsechangelog
  - Dpkg::Control::Fields: manage (list of known) control fields
  - Dpkg::Control::Hash: parse and manipulate a block of RFC822-like fields
  - Dpkg::Control::Info: parse files like debian/control
  - Dpkg::Control::Tests: parse files like debian/tests/control
  - Dpkg::Control::Tests::Entry: represents a debian/tests/control stanza
  - Dpkg::Deps: parse and manipulate dependencies
  - Dpkg::Deps::Simple: represents a single dependency statement
  - Dpkg::Deps::Multiple: base module to represent multiple dependencies
  - Dpkg::Deps::Union: list of unrelated dependencies
  - Dpkg::Deps::AND: list of AND dependencies
  - Dpkg::Deps::OR: list of OR dependencies
  - Dpkg::Deps::KnownFacts: list of installed and virtual packages
  - Dpkg::Exit: push, pop and run exit handlers
  - Dpkg::Gettext: wrapper around Locale::gettext
  - Dpkg::IPC: spawn sub-processes and feed/retrieve data
  - Dpkg::Index: collections of Dpkg::Control (Packages/Sources files for
    example)
  - Dpkg::Interface::Storable: base object serializer
  - Dpkg::Path: common path handling functions
  - Dpkg::Source::Format: manipulate debian/source/format files
  - Dpkg::Source::Package: extract Debian source packages
  - Dpkg::Substvars: substitute variables in strings
  - Dpkg::Vendor: identify current distribution vendor
  - Dpkg::Version: parse and manipulate Debian package versions
 .
 All the packages listed in Suggests or Recommends are used by some of the
 modules.
Homepage: https://wiki.debian.org/Teams/Dpkg
Multi-Arch: foreign

Package: libdrm-amdgpu1
Priority: optional
Section: libs
Installed-Size: 80
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 23528
MD5sum: 4280d93b26bb132634602ac69f557462
SHA1: a5671502aa7eeb90fa450cbe06cd1a704bae2cda
SHA256: 3bbbca0f1f804d2f1a33ed4fe668e5081a6c1e601f18377fca9cf3ee3d18940f
SHA512: 9f80293f74f1633cb2b81d361be1b1ec820c96fe2bcf3487f513b084bf3fb4afc03134d1638884205d56110557a9d36daa10584606f918144d468e5480dd4219
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: 69
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 52068
MD5sum: 1550a3f96403e5e3f67aa0940ef59b31
SHA1: f021881cbc9c031c129b777003d415e3b2a86c50
SHA256: a9d7bc640e6c9bce93a1ea7ad2bffdfc69b4cefb759b7a609cf5c21fe72493ac
SHA512: 467e512358743f9abab4072fb3ff3a37a395d85289c9ac714227dd48185a1d016904517699f9da3c86e9eb2953858d1989b01f8f2ccbb8eda8113b7854d5f81d
Description: debug symbols for libdrm-amdgpu1
Auto-Built-Package: debug-symbols
Build-Ids: 61ea11567723a67862ae7a5d77ea48d15fadb4ae
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: 1329
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libdrm
Version: 2.4.114-1+apertis0bv2024dev3b1
Depends: libdrm2 (= 2.4.114-1+apertis0bv2024dev3b1), libdrm-intel1 (= 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), libpciaccess-dev
Filename: pool/target/libd/libdrm/libdrm-dev_2.4.114-1+apertis0bv2024dev3b1_amd64.deb
Size: 289616
MD5sum: 13dc0820f27609e2216cee93010be807
SHA1: c4519ffa94e14a8b27484b26dce8bd336fe87b90
SHA256: 3caa87c1766d7127d5354725632ba9c50d9b2126a50c8eb1e1c61603e49dd8e8
SHA512: 20d87fe66a703aae68e43c506900ac3fa6b762546aa30abe1014d6b6d5437235b432ae332a196fd2ae44bca91ead2cdf9e9a8f9e8535b0c67176a806ae341a16
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-intel1
Priority: optional
Section: libs
Installed-Size: 182
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libdrm
Version: 2.4.114-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.108), libpciaccess0
Filename: pool/target/libd/libdrm/libdrm-intel1_2.4.114-1+apertis0bv2024dev3b1_amd64.deb
Size: 66748
MD5sum: 7117f73fe8c373fb434ca9275406190f
SHA1: 21eda9cc51939c4d7ca2a77e07b69c81674179f0
SHA256: 4ffda4f020e9edcae8029211b64342d6b20eafad88badd99b885ffdc986b9173
SHA512: d7518a082fa739c51cb93264269ce5fd571df6883f6d1063429bd67593cde53a48ef52ef3245edf0764313624d1e89e1171a531b56aec98bbc7ba9ffb22f1e15
Description: Userspace interface to intel-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-intel1-dbgsym
Priority: optional
Section: debug
Installed-Size: 150
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libdrm
Version: 2.4.114-1+apertis0bv2024dev3b1
Depends: libdrm-intel1 (= 2.4.114-1+apertis0bv2024dev3b1)
Filename: pool/target/libd/libdrm/libdrm-intel1-dbgsym_2.4.114-1+apertis0bv2024dev3b1_amd64.deb
Size: 130264
MD5sum: a20ac288c9e27a49f42b104b097bc88f
SHA1: d25a549dafb8132cbb941f2b1579c59a13c1ccae
SHA256: 1c46769b160c0cee53b6c52d5d1a9806629d7ae075b601bba45c48f1eac105e8
SHA512: a3a3ded9835cca1797aeb57214e4f01ccd1763c409964a7ebbbede703fef82d965a8c4a8b3d4cfc4916dda844916e3ecf3e5af4ab72d40fd8f7dae15aab23893
Description: debug symbols for libdrm-intel1
Auto-Built-Package: debug-symbols
Build-Ids: 9831ee1ad388cd9303069c26aa95d012fa83c352
Multi-Arch: same

Package: libdrm-nouveau2
Priority: optional
Section: libs
Installed-Size: 78
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libdrm
Version: 2.4.114-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.14), libdrm2 (>= 2.4.108)
Filename: pool/target/libd/libdrm/libdrm-nouveau2_2.4.114-1+apertis0bv2024dev3b1_amd64.deb
Size: 21684
MD5sum: 23f7bcc18bc48296e838e706d5829cf0
SHA1: 61e283861440b742bf572d2423c78959bfc9fae8
SHA256: 5490b53ece081aa0dd7d2e3e7f660c9fd8d937569e8cfb67c86a7f1020b80bcc
SHA512: bfeaf109e6acd6b24d35e991877aae774580c7296b8b7a6adb000ee964b72dcfe57f31b07c07da7ca7496ec73da6cd59897f1b5fd0ee23ad1e34efc5cd6d4451
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: amd64
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_amd64.deb
Size: 40552
MD5sum: 8f795bc9d0e02b9600eed0cca735c0b0
SHA1: 3ae2e83e11cfa60de4a1e5eed99abe2dc875724d
SHA256: a2d1137fa7efb4e519098326e58e4082f1d65e35d880992ad7082a430d8a5103
SHA512: 5fecd75bf93b517580b6237befce3aba20168d0fb7ca536e38887c87e228c3afcd2dc0586d29cc61edf8a0c2b0467eba6dff9d46eb485068c1f0cb4fe5e8dbd7
Description: debug symbols for libdrm-nouveau2
Auto-Built-Package: debug-symbols
Build-Ids: e336eaabd12eafb9dbc61076005b0e0750c5fae4
Multi-Arch: same

Package: libdrm-radeon1
Priority: optional
Section: libs
Installed-Size: 87
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libdrm
Version: 2.4.114-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.4), libdrm2 (>= 2.4.108)
Filename: pool/target/libd/libdrm/libdrm-radeon1_2.4.114-1+apertis0bv2024dev3b1_amd64.deb
Size: 24480
MD5sum: 8d86c8a9eaf15bba33c605d2d818813d
SHA1: 13bea55cd052a66cb7a6fd79d5cd0313c093571f
SHA256: 475ed854413d6d061f249c1ca23b28bfc57b62483f324ea15974c1c596e736ab
SHA512: b4e03807b764d712babd1d4e3f108da252a4b857c370c91aa6c196ea2899769bf776daee19bbba83474892d9552c34ab0ab39fddf4dee43cc7771c5cbf681dd2
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: amd64
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_amd64.deb
Size: 47768
MD5sum: 363e463caf4aa174c8da428257d0b9dc
SHA1: dab8529214d730d78d842df90976f01be298748c
SHA256: d0518acd223fa846f781fc738faebc214d8cfb22b9b1a6e85ef619defbc95b3f
SHA512: 8d6b7d6ac7306e553699c20f37dae26c72cc24f693d8d6fbee24c6efa307b1b3d99136e82758655692fec65e5be965d080f7bfd5cb23354db0877cf8aa458073
Description: debug symbols for libdrm-radeon1
Auto-Built-Package: debug-symbols
Build-Ids: 7ed71f6cd45c48e665cd22e5f13c5aed12bc465c
Multi-Arch: same

Package: libdrm-tests
Priority: optional
Section: libs
Installed-Size: 190
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libdrm
Version: 2.4.114-1+apertis0bv2024dev3b1
Depends: libdrm2 (= 2.4.114-1+apertis0bv2024dev3b1), libc6 (>= 2.34), libdrm-amdgpu1 (>= 2.4.77)
Filename: pool/target/libd/libdrm/libdrm-tests_2.4.114-1+apertis0bv2024dev3b1_amd64.deb
Size: 49692
MD5sum: 5390e5cb918e623b40e99af0f27e685a
SHA1: 781e44767af5addaa6f11fc1de69d8da30892a75
SHA256: 2718b7c0f2e239626e89f219e500f819f60f23ac2762ca0a0297e7f9c049c455
SHA512: 59a9c42b3d6ef9b942445558a0868c3f84735f187c77882971d399664e9211fac14604b521b3fbccfbde4e8490d21c8ab5b7abfeee89f7648710a9542bc56354
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: 182
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 128072
MD5sum: 2ff234262c5e53d8eace28e7102688e1
SHA1: 19726063faf03ac251cce6b989355e4c00ec40b7
SHA256: 6fa180ba9e47f7ce0375e032649b9f94384916df73637d50ebdba642d40f298a
SHA512: b146c516ecfbaccdb5d5f416de3fbcfa14b3a9b9086e06fa6434e351170049313b358bcdb77269f9639b0f6c4c1bc3aa0a0c5791ea9862cfc8ca1b6272753278
Description: debug symbols for libdrm-tests
Auto-Built-Package: debug-symbols
Build-Ids: 0ff5e29fd894d1ad705150fba865de720f7d81be 151fc00a56f6da52e3fe72bc448828fee00640ec 3fee83558ee3b5eda070fc822497fafe0ba0d1de c4aae095e0d1029ce7d8c9d62c51bba57f1a8950 f52a5c8a64e9517b3136dae26fffbdf0a5e2c827 fa07e45f81d4c08f88771f0abb53109b73a465e7

Package: libdrm2
Priority: optional
Section: libs
Installed-Size: 125
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 40128
MD5sum: a097fe9593fe354f3cc3c45f8aef453e
SHA1: a293faabf8f7e553f9bdc46f0af00de0ec6d66ab
SHA256: 2f16b41925bcd118e55c8f382c205a4de0446f8b5ba7b919493af47f48e14a18
SHA512: d854eefbbf6f8d1affd8c5bb2dc9e82140dc9e4de0631fb5c2fa75480b1822870f430c72ffcf66cb121dec35c13b920f0348c953aad92376b097186b3e1357a1
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: 123
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 104936
MD5sum: 137de30b664e5ca828f17b38f920ef96
SHA1: b7c84f6933d1a3bced5d31ffcac21eed9ddb3b54
SHA256: 22dec9cb73af5cec026ed1b4af108f1f7351b2a6c9e4d04b054c8fd97ebb904b
SHA512: 66ae1e1f1d0fcd2d7cbae740258aa52273abc0d0dd67f102517e5580788abc9b45fa92f61b6e30544073e180d911a6584ea63a5a666eefb61b5be5c8b7ea93db
Description: debug symbols for libdrm2
Auto-Built-Package: debug-symbols
Build-Ids: e3c4fd84be6b860987ea7c4a1977176574eea2b0
Multi-Arch: same

Package: libduktape207
Priority: optional
Section: libs
Installed-Size: 316
Maintainer: Debian IoT Maintainers <debian-iot-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: duktape
Version: 2.7.0-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.29)
Filename: pool/target/d/duktape/libduktape207_2.7.0-2+apertis1bv2024dev3b1_amd64.deb
Size: 134308
MD5sum: 127216f596944311a34e2211219f6b48
SHA1: d8079c56647c8e459b5c09832ec81a9819a55bc9
SHA256: d3c9f9d12e965f6edd1ec411e164c7642d31ecc5610c1fbf99c22658bb6ac653
SHA512: c6f33f17d3af2d9b2264b6b7b596170311582cc7c5b8498e3c0060b0e885b3195806ded04e22c975d6f8f038bbc7c7536ce53b365af3d871c3c4938578488746
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: 573
Maintainer: Debian IoT Maintainers <debian-iot-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: duktape
Version: 2.7.0-2+apertis1bv2024dev3b1
Depends: libduktape207 (= 2.7.0-2+apertis1bv2024dev3b1)
Filename: pool/target/d/duktape/libduktape207-dbgsym_2.7.0-2+apertis1bv2024dev3b1_amd64.deb
Size: 534592
MD5sum: 79270c156ca0ea6ae40c5f49bcf9b48a
SHA1: abbb8c01df0fa82d9fe671fc9396125b3cd29b4b
SHA256: 6abe721af450fa7e9e9f2faffd0d0ecb3d7a8d375c150337a28f5ba64e72c736
SHA512: 5368370e62f4eb1725ad6af68b7376fb71bcee0b3b603defc1d2b78591014bb83987736134bf57270808f0bd0dcf2a65c4e6b161057b163e3cf314c082d44f9c
Description: debug symbols for libduktape207
Auto-Built-Package: debug-symbols
Build-Ids: 95788818fa2c9c456f21eeac5b648e95c6084108
Multi-Arch: same

Package: libdv-bin
Priority: optional
Section: video
Installed-Size: 131
Maintainer: Debian QA Group <packages@qa.debian.org>
Architecture: amd64
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_amd64.deb
Size: 46204
MD5sum: 37f2e8a276dd2e0f022c2bc5e0bb86e3
SHA1: 9fccbd5b5516bb6cc1be25cc5a29c1b9ffb33853
SHA256: 29a6322dae7748b07c36e7e4a7519a4e5af2c59100614b84a06592d0943aef1e
SHA512: 596f7706b38ea62248b54079f3d347f4d488b6c467a766fc838f141e5b67588b9d16e2b8b76ca5d09253aaad42109b21df844cb6e3da87cfb1b13aad6e89d409
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: 111
Maintainer: Debian QA Group <packages@qa.debian.org>
Architecture: amd64
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_amd64.deb
Size: 69652
MD5sum: 89e733e6ea5538b63c802d96ed8e8db7
SHA1: 03609406a002057e02cfeffc9fdfc1ebce247399
SHA256: 70f7aa61c66ad3c4c4ac97b81f402355ae1625588b84ddb1270d3f68df17191c
SHA512: 18c3d76c84e7610dc99bd5a5493005a869bc6eb685d7c5202b718febe5418117f8e74db7f4727e9983f4e551cfe972450eb9ea33420e0d7bdb1aa495c22178d3
Description: debug symbols for libdv-bin
Auto-Built-Package: debug-symbols
Build-Ids: 7aa5b65a10b82138c3294db1c4e5c59543338307 8843b5947c379804dadf1a57efab69b841347d8f 918baf798d1f4c7a88b180550fd55620b9639af9 c21f67de4c2f3833bce479370bb797deeb7eee69

Package: libdv4
Priority: optional
Section: libs
Installed-Size: 177
Maintainer: Debian QA Group <packages@qa.debian.org>
Architecture: amd64
Source: libdv
Version: 1.0.0-15+apertis0bv2024dev3b1
Depends: libc6 (>= 2.14)
Suggests: libdv-bin, oss-compat
Filename: pool/target/libd/libdv/libdv4_1.0.0-15+apertis0bv2024dev3b1_amd64.deb
Size: 72460
MD5sum: 8ff04ed2bbb7097d026436b840eb171c
SHA1: 2394b7aeba320dfebdc843de92d4149ab3c5acd6
SHA256: 1de29cea0e0543302ecd9986bedbd55fda2e3e45e565340daa2bb0dc0f259871
SHA512: 778c15ddcd884b0ef6c394dbc43d072aa4bc62f5937f643f3f31d09614fe16e6065fe51b73e11ba40fdaa9bb465295905d1649fa99f1e710e9f7f55b7f4f5829
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: 157
Maintainer: Debian QA Group <packages@qa.debian.org>
Architecture: amd64
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_amd64.deb
Size: 133584
MD5sum: 6c3645bfd902160a6f8d7d7a3a8cebbc
SHA1: 4d0ae75f8a701b9eb27a4f0734fe5607cee81e60
SHA256: 82ba0b3de312940639d8ee8ad126f84cf7b17d74621334a3cfbc88cec073e27d
SHA512: 61b76d5246bce3796b28c4355c42676181cfc4995fb32534f415fae89fe412d00693c5f2b2c3695476c0fd014b2ab13cf9f312bd85ea5ba40a4c1ed2f971542a
Description: debug symbols for libdv4
Auto-Built-Package: debug-symbols
Build-Ids: dd13938f2c7b3b8e7adf8ba1c8356df2905cd90c
Multi-Arch: same

Package: libdv4-dev
Priority: optional
Section: libdevel
Installed-Size: 54
Maintainer: Debian QA Group <packages@qa.debian.org>
Architecture: amd64
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_amd64.deb
Size: 21788
MD5sum: 59dd1dca32756128b16f9db877f9fbbf
SHA1: e99216bf4b896e356b41a12b463114eefd450535
SHA256: 6a5f0f99b2f9584c41e9c1c9b4e6f4e2766cbe8822b032ad8231e91fd22495af
SHA512: f743aa89ba764758a3e79ccb2a5d874278a0b457a777b702be8f96eb74806d7bd5389f9ad8fd93e68c31cbc22e2262939a6d8e7b5e306ccf41c6d55584e2db5f
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: 471
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: amd64
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_amd64.deb
Size: 172612
MD5sum: 020c0b5a9acaa580b3672170f329634c
SHA1: 78f549362aaefb4848b1e85ce3ff103890f2149d
SHA256: cc520f4991a28a77c459950bf2409dcb589dffcc789eb3318f3080690921bbd4
SHA512: f0c6c2da4c4ecac4cfbe1143388f81fa3bc0474c0ff391be6fdfefcc95b9509f245f7576b3708cb6d035459b5433220c0d8ac06cb4e0af8b233c34e5b369dd68
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: amd64
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_amd64.deb
Size: 234956
MD5sum: a4432b17f8ec769210c5a0b13b17cb39
SHA1: b4168ea359f654fe944b92e01e7103d6715eb6f1
SHA256: 22a359cd87fee6162ab4d40da377e66dace36d80888fe928f8fc8c23c44e3a1a
SHA512: 599984930335bc0972bb1c0c3acadecbda9f179118bf5f1b91b6b5c06fc24d91f6aede75333b5f57b313cc813fd8c1bacddb15fd5c677dfaab6ad23479d9eb71
Description: debug symbols for libdvbv5-0
Auto-Built-Package: debug-symbols
Build-Ids: 966af47cfea9f971fe044fdf3d59a971a383274f
Multi-Arch: same

Package: libdvbv5-dev
Priority: optional
Section: libdevel
Installed-Size: 1006
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: amd64
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_amd64.deb
Size: 225400
MD5sum: d14c050b5b1bde1ea4b291200ba625f6
SHA1: 316a83ef8fa10e3a26a60d32d9b33fea2d520fe3
SHA256: 79aa46e3df48e904a1e6f359f04f0167ec12afe722c4b5240330c2940ab65040
SHA512: 17a4a7ea784958174e040681a9a128c0512eec2ee59f92d35b20bb778e6b02b4e106718ad5df54f9315cfdb1e9e50dbb0f9aaa68d37dd70fba557b8ac96830b0
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: 1654
Maintainer: Debian Elfutils Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 321900
MD5sum: 3df684d78eabd20143ffed7b6f112126
SHA1: 54564e3a386b8eb83abfdbf2fc32fc7865a0309b
SHA256: 55669d724d35a5affe8b5d0daa57b91d0b96dae40150cfb4b70de3d69d6ebe55
SHA512: 2a9edacfd709edf3fe419f5b918e8ea5d0c9c4a0ed68abe8b09f70b5dbdb7ff239ca3acd8e245d7ad545f7197d5d490fdef8a06b9302694d894749293360f9e5
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: 726
Maintainer: Debian Elfutils Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 248028
MD5sum: 827c4bccdbd05a64c174f67c93c6300c
SHA1: a9318f1ca17d24a648b5c2dbea6ab42eb5c084cc
SHA256: 69043b4866944a31728e3e50793d93b0b9f237fb79f349f63967c45c8a80a662
SHA512: 0027bef779532db1df26f51fb40d9ecd7a093e22592cb39257aa451362fbb51f3c096c1a15ddec2e350194e081d1a3b65a6e2b37471dde41b3f1d0b4e3759f22
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: 881
Maintainer: Debian Elfutils Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 817552
MD5sum: 0dc26eda52182d5d73bdfbd7b166fb49
SHA1: f451547f84c6cfe49570b58e0347efb52dbc8b14
SHA256: 899430f9a1f6ec1b0afdb2a099c22c36191ddfa87bee328f3cb11d4bdfa96d29
SHA512: 65761b8d8d7074e73f3c512f19adf4f9743edf07cd2cdb804ef0a4b411fe30c8f3a927b6b69f0f9cbc3d9fcb4902cc0dda3ae44b0abdede67665ebe9990ed3a7
Description: debug symbols for libdw1
Auto-Built-Package: debug-symbols
Build-Ids: 0477688d5013ab9318a553e0095256f2c464a81f
Multi-Arch: same

Package: libedit-dev
Priority: optional
Section: libdevel
Installed-Size: 497
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: libedit
Version: 3.1-20221030-2+apertis1bv2024dev3b1
Depends: libedit2 (= 3.1-20221030-2+apertis1bv2024dev3b1), libbsd-dev (>= 0.1.3), libncurses-dev | libtinfo-dev
Filename: pool/target/libe/libedit/libedit-dev_3.1-20221030-2+apertis1bv2024dev3b1_amd64.deb
Size: 115548
MD5sum: de890ff57a03609895afca472954b5d6
SHA1: b15006547a3987b0eda7f4367f7721a046fe2709
SHA256: 80d6d9f9fa88b02f1d78f54fee23149692a60e1f5557f4f5db6840d2a30bae07
SHA512: 7867cf84fa1b1b2b9f79fc9f434ad6f6fbdfe4762132d464d314c22cba08cc78bcb62e2dc43eaf294b9c78ae5756009d9585e0867a728285b4341022c63b4e49
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: 262
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: libedit
Version: 3.1-20221030-2+apertis1bv2024dev3b1
Replaces: libedit-dev (<< 3.1-20180525-2~)
Depends: libbsd0 (>= 0.1.3), libc6 (>= 2.33), libtinfo6 (>= 6)
Filename: pool/target/libe/libedit/libedit2_3.1-20221030-2+apertis1bv2024dev3b1_amd64.deb
Size: 95176
MD5sum: eb8ed60eac00764080bfb01bb53add56
SHA1: 5ceb36e568e782f8e764f74cfd74fe3e171d654f
SHA256: 7e06880506b7661bbce903ef0a936eb133ba8cce365d1b7afca71f7e88275280
SHA512: 2752bfd2624eb650d0677e5256fa5a11af39b21772854622312994a0a4c70b41affaa62bffd59d89fb39af5e8d19544d90d24d900af996658b12c4e60f15af16
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: 218
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: libedit
Version: 3.1-20221030-2+apertis1bv2024dev3b1
Depends: libedit2 (= 3.1-20221030-2+apertis1bv2024dev3b1)
Filename: pool/target/libe/libedit/libedit2-dbgsym_3.1-20221030-2+apertis1bv2024dev3b1_amd64.deb
Size: 190068
MD5sum: 95bdff6f42ffee3674fbd6459e205cec
SHA1: dd51522040e9d9f5d8f1b85210058d5780fe0417
SHA256: 3c93d3343396e4ed62fd3c7d2f230e0ad8abd18a6956a9f0829e178c63be07a8
SHA512: 9483062d49d52cbad6d772bec0d4a15c1f8e16dcfa2e07f3da627100efde9780f926563092560f0b40420e6042637da88d9596a08d9b3905287496c7d34adf7a
Description: debug symbols for libedit2
Auto-Built-Package: debug-symbols
Build-Ids: cf2d989fc6c29e18a76de34f620946c671d81611
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: amd64
Source: libedit
Version: 3.1-20221030-2+apertis1bv2024dev3b1
Depends: libedit-dev
Conflicts: libreadline-dev, libreadline-gplv2-dev, libreadline5-dev
Filename: pool/target/libe/libedit/libeditreadline-dev_3.1-20221030-2+apertis1bv2024dev3b1_amd64.deb
Size: 9372
MD5sum: 78198e87a2fd2354da670b8e8898c161
SHA1: 1c8901856ae04279ff2be66b18c08ed70d35f2a2
SHA256: 815ce001ba302e47db3d3497f38633f028d7ba1d95b7a11aac8201952da20754
SHA512: fef5bdde1eed5f985eddba06a92acc719bc9a675dcd25616dc66399207bed2ec8f919155a0ec49b1e8ec666f314e20604338bcc3a754bbacf1dfec20cc0ac8a1
Description: BSD editline and history libraries (shim development files)
 GNU readline changed its license from GPL-2 to GPL-3 with version 6,
 which excludes GPL-2-only programs from using current readline versions.
 editline resembles readline functionally and with regards to its API.
 .
 This is a development shim library that can be used to link a GPL-2-only
 program that depends on readline with editline.
Homepage: https://www.thrysoee.dk/editline/
Multi-Arch: same

Package: libefiboot-dev
Priority: optional
Section: libdevel
Installed-Size: 28
Maintainer: Debian UEFI Maintainers <debian-efi@lists.debian.org>
Architecture: amd64
Source: efivar
Version: 37-6+apertis1bv2024dev2b1
Replaces: libefivar-dev (<< 27-1)
Depends: libefiboot1 (= 37-6+apertis1bv2024dev2b1)
Conflicts: libefivar-dev (<< 27-1)
Filename: pool/target/e/efivar/libefiboot-dev_37-6+apertis1bv2024dev2b1_amd64.deb
Size: 5160
MD5sum: 0e50cb2221231f6b809745681a8ad4b1
SHA1: a42c8fca57e33abd482d47f033998943fdb02095
SHA256: a172bb268397355d501b2ba92e46571a0e8f401d016dbd60c0bc78ee97048fa2
SHA512: d019ab20d5e93ec21837eee2459b0cb0005526c1d9f410b3596fb5c851f55b01301d10f4204d6f03ecae336b25c9918a243482498795914043d5a23d8c9165ac
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: 116
Maintainer: Debian UEFI Maintainers <debian-efi@lists.debian.org>
Architecture: amd64
Source: efivar
Version: 37-6+apertis1bv2024dev2b1
Depends: libc6 (>= 2.33), libefivar1 (>= 37)
Breaks: efibootmgr (<< 0.12-2)
Filename: pool/target/e/efivar/libefiboot1_37-6+apertis1bv2024dev2b1_amd64.deb
Size: 41840
MD5sum: c49e6846e32e75a7eb9b80b0305463f8
SHA1: 9664065d55bbcd6edb60244f741b630d8cf87e12
SHA256: 17e0e59d24ebc6ae4824d13565ae36c78b2d018550243753c90d263663f32ca8
SHA512: 53ad48b55b2f16420e20f6c0986d8036fe6ce38ba651d47d859e3e55c4bdcd253c1710d69f45e85035cda7ed2ba16546c6a3c6865f29655ed27e19d006ea7a91
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: 163
Maintainer: Debian UEFI Maintainers <debian-efi@lists.debian.org>
Architecture: amd64
Source: efivar
Version: 37-6+apertis1bv2024dev2b1
Depends: libefiboot1 (= 37-6+apertis1bv2024dev2b1)
Filename: pool/target/e/efivar/libefiboot1-dbgsym_37-6+apertis1bv2024dev2b1_amd64.deb
Size: 143412
MD5sum: 8a50a98fb049ebd6b979539186e49608
SHA1: 1609ce73b16ef26cc89e4ca080d36713e12898f7
SHA256: 1d839cf48514def7ebbb6adc1ba515bf4104fa26e74ef3d2d0c37c30e0af98f2
SHA512: cbed26f34728eec83f2c9a8ec3587a64a9c3c074f7750206afd3e77500c91c9989d2d63e5dda668991a8d2b7fa3f53d103de1f21303514377e07bc9a4188d0e7
Description: debug symbols for libefiboot1
Auto-Built-Package: debug-symbols
Build-Ids: d75fb92434aa9591116f991226fc70515950e4fc
Multi-Arch: same

Package: libefivar-dev
Priority: optional
Section: libdevel
Installed-Size: 103
Maintainer: Debian UEFI Maintainers <debian-efi@lists.debian.org>
Architecture: amd64
Source: efivar
Version: 37-6+apertis1bv2024dev2b1
Depends: libefivar1 (= 37-6+apertis1bv2024dev2b1)
Filename: pool/target/e/efivar/libefivar-dev_37-6+apertis1bv2024dev2b1_amd64.deb
Size: 17484
MD5sum: 1ae45977fd6dcd54880417e34ed525b0
SHA1: 45181b605996334049904fbacb81f98704118048
SHA256: 9a0fd4fc05b51737cc273e4991ae0d77e46ce04409f4a743b8993b2c1589f0a2
SHA512: 5cb51ff9685bacf2f88ba9636683fcf63c97284920c13aa645e66a6c720fb097f3ff8b2c5dbb29136ce4625748b3ec6306cb20c0f71871340940e1153ebf60ee
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: 169
Maintainer: Debian UEFI Maintainers <debian-efi@lists.debian.org>
Architecture: amd64
Source: efivar
Version: 37-6+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34)
Breaks: efibootmgr (<< 0.12-2)
Filename: pool/target/e/efivar/libefivar1_37-6+apertis1bv2024dev2b1_amd64.deb
Size: 49348
MD5sum: 56573eadc173a40d34a6b8130e83b1e1
SHA1: 9f89c662d084fa695609d4900ed5e57ab328056c
SHA256: d3ec4fed572ad16ef3d8059a376e7a4f4bbe974e02cc8e4c70ba96dbb515e30f
SHA512: 32e49a39cb3574d73d190c6216c0410556160cb40b29b3fc42c10edd50b715d706448ea3d263274bc2f8d987d08c95f9843c035f59b5954053fbc48d873f2e63
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: 175
Maintainer: Debian UEFI Maintainers <debian-efi@lists.debian.org>
Architecture: amd64
Source: efivar
Version: 37-6+apertis1bv2024dev2b1
Depends: libefivar1 (= 37-6+apertis1bv2024dev2b1)
Filename: pool/target/e/efivar/libefivar1-dbgsym_37-6+apertis1bv2024dev2b1_amd64.deb
Size: 155212
MD5sum: dc48c65e4e10b6f5882f8944c7330e14
SHA1: 8ad11b3462f63e42bcc6b31f79b81695498a3bf9
SHA256: 08b59fb20126a57325c2e7807372407ae148f126cf9d118144e2f6dcc1edb0c1
SHA512: def09cf9a7620052ea132059fbe2d1ae07e8364869202c07fe003f7dfdf882db4354c6222cabde614241a2d622a07ffdba4f0a5beafa318e275f735c87a3ce10
Description: debug symbols for libefivar1
Auto-Built-Package: debug-symbols
Build-Ids: 3ce21e1b5a18804d21219bb2abda15d390ae864a
Multi-Arch: same

Package: libegl-dev
Priority: optional
Section: libs
Installed-Size: 120
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Replaces: libegl1-mesa-dev (<< 19.3.0~rc6-1), libglvnd-dev (<< 1.3.0-1)
Depends: libegl1 (= 1.6.0-1+apertis0bv2024dev3b1), libgl-dev, libx11-dev
Breaks: libegl1-mesa-dev (<< 19.3.0~rc6-1), libglvnd-dev (<< 1.3.0-1)
Filename: pool/target/libg/libglvnd/libegl-dev_1.6.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 20672
MD5sum: cfbf475bebc64aecb127b359c455ad03
SHA1: fba3c6e5587c29ce25ee4c1d268b6eab2cefe97d
SHA256: 9ef2907f8350201e23e7a29104d9f1de18ec67e01a7d21ce088704fce284be2e
SHA512: a5edcfd3ecc9cb6d2c9b3594b1b2c1bc999f78877535b8d4888e001b7956cd597bef0aeea34474247aed6087e79510e441ed24947200b3c6fdbd15ce421529e6
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: 365
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Provides: libegl-vendor
Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.109), libexpat1 (>= 2.0.1), libgbm1 (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1), libgcc-s1 (>= 3.4), libglapi-mesa (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1), libwayland-client0 (>= 1.20.0), libwayland-server0 (>= 1.15.0), libx11-xcb1 (>= 2:1.8.4), libxcb-dri2-0 (>= 1.8), libxcb-dri3-0 (>= 1.13), libxcb-present0, libxcb-randr0 (>= 1.3), libxcb-sync1, libxcb-xfixes0, libxcb1 (>= 1.9.2), libxshmfence1
Filename: pool/target/m/mesa/libegl-mesa0_22.3.6-1+deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 152592
MD5sum: 46d8e396d769f575b9db605208fae4f1
SHA1: 4d46d9a23a23972367c9450b55251f7e21249ae7
SHA256: ba3d09894b4daf8b19b3576c075f2730bf7af43e7adf3e5bc7cb7d14858c5cf8
SHA512: 474d1e37ac4f5483ee53585b78b56d902cfd17485cb1cc8feb5b13fc6d8a4dfbbd5981f90424a725cef4d8966db6449b8f930f469449e4f00974bb38d06255ee
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: 520
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libegl-mesa0 (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/m/mesa/libegl-mesa0-dbgsym_22.3.6-1+deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 481376
MD5sum: 14a793663083ce91c6df394502a36141
SHA1: d090a0e2bb5c762a05f101deb52f6c13370ef27a
SHA256: 92f51abdf1a58b2aff309553c23c89611a60a437f496d9adc7b6336db384a029
SHA512: e2c24fa6e758333f64f5d67163fd79e83e484406c6663230e346475530ef043828f1072f0c3f092b831b26a877ffa462fdd2ebb788bc32e34edcb5807eec94af
Description: debug symbols for libegl-mesa0
Auto-Built-Package: debug-symbols
Build-Ids: 0383e2252cd8ce73147b176ee0389cff83543bcd
Multi-Arch: same

Package: libegl1
Priority: optional
Section: libs
Installed-Size: 114
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libglvnd0 (= 1.6.0-1+apertis0bv2024dev3b1), libegl-mesa0
Filename: pool/target/libg/libglvnd/libegl1_1.6.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 35508
MD5sum: 4bb98e77f02ca5d054fa44b5729e334a
SHA1: d278628c3e18ce738b15cdc0c99a387551b3e1bd
SHA256: 51a949d4b9525c7a479c77af87b887ee73e23374b2ca129b24ee95a67e0cf23c
SHA512: eac6646791cbd597604cfb1effa0cae6922e3a26e303a5feec21a4519e0b585c23c32364e049c1fda1f0d5f5a78bd6a0ecfcd8bb59317d5aa374b20986f8f6f4
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: 127
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Depends: libegl1 (= 1.6.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libg/libglvnd/libegl1-dbgsym_1.6.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 105608
MD5sum: 3fe09d35bed50ecbf185f22c844dd533
SHA1: 5122e863671f22e6be611f3627665c4d6a5d960f
SHA256: 897a84c512d02ec3b180b7ee1034426e1374fd09a29b2f16c2ea0eb2ed63c9eb
SHA512: 553389628cac926c08f05ed8b1e86fc00fa959d48a86fd3e5c82ada4891c9d182a940f467c75772f1b5de49149d648a7428a00796c14e1972ad0e539b5e54d6b
Description: debug symbols for libegl1
Auto-Built-Package: debug-symbols
Build-Ids: 10f22583c96c337a442efe8f5a6790cd66c9a58f
Multi-Arch: same

Package: libegl1-mesa
Priority: optional
Section: oldlibs
Installed-Size: 71
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libegl1
Filename: pool/target/m/mesa/libegl1-mesa_22.3.6-1+deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 52572
MD5sum: a9734dccdffa971bfaf80c475c5b4f61
SHA1: 406e7462909ceb081812038ffc966c1b98f5ca81
SHA256: 06f7d35608f2b85cb3731cf2fcfc972cb8c194cbab7428b5195ed9793fb4338e
SHA512: 25ff3bda44b148798c19235421d5197bfd7f128f50db9804b9905c196f822e199a8362fc7056655761e015ec5369dbdddc9fe56d5aaa1fd48e8e3712e8adc0ed
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://mesa3d.org/
Multi-Arch: same

Package: libegl1-mesa-dev
Priority: optional
Section: libdevel
Installed-Size: 95
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libegl-dev, libglvnd-dev
Filename: pool/target/m/mesa/libegl1-mesa-dev_22.3.6-1+deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 56624
MD5sum: 4710f71fd9627617ec88ef2ca14f20e6
SHA1: ef9a1679f56690ad7e2d08781b75a037cb15c853
SHA256: 7e40de72da22d2518cfcae73dcd4f4e4caf1b64a9816506255e3770284cf667c
SHA512: 0b7c1b80636e9b9b622499be63910655d767ba0bd663b8f7ff5d06eacbd4ecaa09417527f13070d154eb7d81a14a0c07c592fd425089cbadd1093589e132593c
Description: free implementation of the EGL API -- development files
 This package contains the development environment required for compiling
 programs against EGL native platform graphics interface library.
 EGL provides a platform-agnostic mechanism for creating rendering surfaces
 for use with other graphics libraries, such as OpenGL|ES.
 .
 This package provides the development environment for compiling programs
 against the EGL library.
Homepage: https://mesa3d.org/
Multi-Arch: same

Package: libeigen3-dev
Priority: optional
Section: libdevel
Installed-Size: 8863
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: all
Source: eigen3
Version: 3.4.0-4+apertis0bv2024dev2b1
Depends: pkg-config
Suggests: libeigen3-doc, libmpfrc++-dev
Filename: pool/target/e/eigen3/libeigen3-dev_3.4.0-4+apertis0bv2024dev2b1_all.deb
Size: 1034828
MD5sum: f863baf1b375fce97b18ffe165f600a5
SHA1: 822b4e9e348ca7045e756ee59c84b8172c9c1e49
SHA256: 3db00569f1a133832cbb6c7658dcc575b31ab2aea3f6ae3f021eea5dd8006b8a
SHA512: e74f49d53f85b91057e9b1d915a14bf3d56ef5fbe4d3664289c006f5a29d5553e69e20976391d6193b2a05ccaee7efd30ecc5d32c20b13c040821a872d95221d
Description: lightweight C++ template library for linear algebra
 Eigen 3 is a lightweight C++ template library for vector and matrix math,
 a.k.a. linear algebra.
 .
 Unlike most other linear algebra libraries, Eigen 3 focuses on the simple
 mathematical needs of applications: games and other OpenGL apps, spreadsheets
 and other office apps, etc. Eigen 3 is dedicated to providing optimal speed
 with GCC. A lot of improvements since 2-nd version of Eigen.
Homepage: http://eigen.tuxfamily.org
Multi-Arch: foreign

Package: libeigen3-doc
Priority: optional
Section: doc
Installed-Size: 59140
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: all
Source: eigen3
Version: 3.4.0-4+apertis0bv2024dev2b1
Depends: libjs-jquery, libjs-mathjax, fonts-freefont-ttf
Suggests: libeigen3-dev
Filename: pool/target/e/eigen3/libeigen3-doc_3.4.0-4+apertis0bv2024dev2b1_all.deb
Size: 7368568
MD5sum: fc58089d2792dfdfb84e0cd3a4e82b64
SHA1: a1795688d798dd8d455bf51b02825f895c864b99
SHA256: fd1b4266d29934f6c0ead377c4ff053c4061d92494234b18f409cb68cea5253c
SHA512: 199943bd0c0bf2628e1030bb0e60540e39564c1d662d5fc62a3342d1925522f00896bb07445d1d6e5543b8378cd498b256dc32758223a378b5616916bf54658d
Description: eigen3 API documentation
 Eigen 3 is a lightweight C++ template library for vector and matrix math,
 a.k.a. linear algebra.
 .
 This package provides the complete eigen3 API documentation in HTML format.
Homepage: http://eigen.tuxfamily.org
Multi-Arch: foreign

Package: libelf-dev
Priority: optional
Section: libdevel
Installed-Size: 360
Maintainer: Debian Elfutils Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 83580
MD5sum: c7dc1e6a1c311bba31439df51756f496
SHA1: 0d1ebf35c1b4a7fdcf21557ac223fbd1e87c781d
SHA256: 5dff8b2f36434867997c8b7d7c5e622ae6c5619b28214f079098aa22179f39a2
SHA512: f16f5aea8c1a8d9ca6c69bbd8a391ff768e0dfc232769501e5d97615085abf0c68437f1abc81e38e18df2f17c2edcf595e70a86e56373539f7efa335ec90569f
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: 1047
Maintainer: Debian Elfutils Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 185628
MD5sum: 951325ebe2d55a76c4a7b1370e02f79c
SHA1: ab44f02dc014292d54c0715d0f50fbe917a92369
SHA256: 4a6ae1846dd91037a932ff34d1f7381f5e8908ac6c1f9be6124e79034c97c2a8
SHA512: eaf667c1ff672c3613a470cecd75d1f95892db25a5c70d2bae1b95673797770d8b271d3f3fcd16c7dd74634b15b0de54f16de70ecabeb4536026781a8719d224
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: 171
Maintainer: Debian Elfutils Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 148312
MD5sum: 6cf139fde6a9419ea545ca0c54d853c1
SHA1: c70ce19f7e36560dca11d28367addc0d59cd8e3b
SHA256: 8da8da8c037d921b89b039a24cb01dea6b6fc789a4f3a721e1d4b0949fe907f0
SHA512: 2b316d38bc9314f86b841051ca0f123924bbcaf27faea51806b460d175fb4d0344373ab912d445cd29f2030518e8790e4c08dfd3fbb1ae0f515aa9d1bdaf6b43
Description: debug symbols for libelf1
Auto-Built-Package: debug-symbols
Build-Ids: d70ea053b279832e4d30ca8cfe0d8833772cd9d2
Multi-Arch: same

Package: libengine-pkcs11-openssl
Priority: optional
Section: libdevel
Installed-Size: 106
Maintainer: Debian OpenSC Maintainers <pkg-opensc-maint@lists.alioth.debian.org>
Architecture: amd64
Source: libp11
Version: 0.4.12-0.1+apertis1bv2024dev2b1
Depends: p11-kit, libc6 (>= 2.34), libssl3 (>= 3.0.0)
Filename: pool/target/libp/libp11/libengine-pkcs11-openssl_0.4.12-0.1+apertis1bv2024dev2b1_amd64.deb
Size: 34056
MD5sum: 788bf3c3b57314b3a57685e7f16ea18e
SHA1: 9460eb31ccaad5b394228c72a86b78315b1a3503
SHA256: d20b6f2f01491fcde072e3f846b6021295b3004d1d28c64667cc3a20ad6ac5e2
SHA512: d44986fde18ca00590816b6010d51f4fdd96e5d224813fe50db360ce077e1f8d8f652a686d16feac19cc3aa77f4f0dabeb4b62b99479d550e28c4cd49e22fe13
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: 121
Maintainer: Debian OpenSC Maintainers <pkg-opensc-maint@lists.alioth.debian.org>
Architecture: amd64
Source: libp11
Version: 0.4.12-0.1+apertis1bv2024dev2b1
Depends: libengine-pkcs11-openssl (= 0.4.12-0.1+apertis1bv2024dev2b1)
Filename: pool/target/libp/libp11/libengine-pkcs11-openssl-dbgsym_0.4.12-0.1+apertis1bv2024dev2b1_amd64.deb
Size: 95880
MD5sum: 1fc555293b86fa95b088deba80db63ad
SHA1: 25bb60b06687f59d3f4ef183e742e5aa53a72366
SHA256: 0e3fca25cf7b0ad1e9fe1e31676e5816dcf7fad08210d1ca1cf0413dcb0240f4
SHA512: 280797eb5f19cb1d87e15ffc7561ff17066189715364018124ec300669c8ed435e404b7cf80b9f76c4ae8e9a5238ce42926c421b47386e6e0107d3f09604079f
Description: debug symbols for libengine-pkcs11-openssl
Auto-Built-Package: debug-symbols
Build-Ids: f14617ab2fe478fe1c973e2f617f769c136a8692
Multi-Arch: same

Package: libepoxy-dev
Priority: optional
Section: libdevel
Installed-Size: 1650
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libepoxy
Version: 1.5.10-1+apertis1bv2024dev3b1
Depends: libegl-dev, libepoxy0 (= 1.5.10-1+apertis1bv2024dev3b1), libgl-dev
Filename: pool/target/libe/libepoxy/libepoxy-dev_1.5.10-1+apertis1bv2024dev3b1_amd64.deb
Size: 126964
MD5sum: 54bcfeb8399a709473e291c12229507a
SHA1: b9331136c3eaff12f94adef90f677ce5f4fb69b1
SHA256: 7fd812e9dd2eab6767bfec32a522ce4c3ad372a791c558d2d0bd705c610645af
SHA512: eec9171cd190b1ea30458e3d8cbd807e1fc2b56bc5b18872213ae3df35ea576d9a2ce86803e8e4730246e7d9ea114ff796a34afab4606356a9a5ed72c5641f81
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: 1358
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libepoxy
Version: 1.5.10-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/libe/libepoxy/libepoxy0_1.5.10-1+apertis1bv2024dev3b1_amd64.deb
Size: 189392
MD5sum: 980a68fb079ce35832caa70cb731f3cb
SHA1: e03f5b5c0997067fd6bf2ba77ffd29eae9d0826c
SHA256: ef8c85d8efa68a9ef8933404a3c29685028b782eb8c02378119df8e3b062d062
SHA512: fc56590d63899ee34a309fe58a084e94467f54616bdb5fe99f50335658eb6228885da1bf35b58e1a027d2693a3146059c8ddef94cbd1aa77d4c74e3a3bab4327
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: 1430
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libepoxy
Version: 1.5.10-1+apertis1bv2024dev3b1
Depends: libepoxy0 (= 1.5.10-1+apertis1bv2024dev3b1)
Filename: pool/target/libe/libepoxy/libepoxy0-dbgsym_1.5.10-1+apertis1bv2024dev3b1_amd64.deb
Size: 913872
MD5sum: 34d406e3f7efbfae64172ddf8c93e782
SHA1: acb7d88a3be73bf53f13f088d43732bbc163c596
SHA256: e8cf8d7b92eda41e94f633247256a96fad618b1aa13b3ec938b2e623661e09e1
SHA512: fe4d253341bfc5569be2eb1aca41bdb9e9cde1f400a1d763fb81e3a2ec222e5eeab252bacfc734fb265fc34280986d43af2053570bf1611df3888771bd183d2b
Description: debug symbols for libepoxy0
Auto-Built-Package: debug-symbols
Build-Ids: f74d76e0bee8bbb5de640f85c028105fc715556a
Multi-Arch: same

Package: libev-dev
Priority: optional
Section: libdevel
Installed-Size: 250
Maintainer: Boyuan Yang <byang@debian.org>
Architecture: amd64
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_amd64.deb
Size: 136012
MD5sum: 0723f2a2a782871d3d983684ac771fc0
SHA1: 219d6fa05ea0e8f128f3d6b2c414090c00684fc9
SHA256: 8a64217775e0b758c5eda31eed591ed3699b0d1b2ef2800b0a6ff446bb758aec
SHA512: 71400c74b263f145b7b90b09b623b511a759b65ae4e43dcfe1734f81ad3b02812803625520216116f2204a9283bf19856b560e08166970cff7b981db3742572b
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: amd64
Source: libev
Version: 1:4.33-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.33)
Filename: pool/target/libe/libev/libev4_4.33-1+apertis1bv2024dev2b1_amd64.deb
Size: 41952
MD5sum: 00deb60739008480f74df89023f81ee7
SHA1: 93a98bf79e878436bb75cb8e77c432c1381e699d
SHA256: 2e18be05c7106fd64f56188690cfeaff9d68cd949802ea4b6d376cf2680c34e3
SHA512: 5d2f1b636699b3f50ea535e0b42af5b67bccd85003bbe7b333ab1d39260c84eba2e6d3e9d292f02ac20ad9ca10b7145eac5eebd58f93c448d9334181ea1285b6
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: 90
Maintainer: Boyuan Yang <byang@debian.org>
Architecture: amd64
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_amd64.deb
Size: 71392
MD5sum: 9847a53ea0343a8f2721c4ac14408ef9
SHA1: 93df1b4bf604734a31da9d22693dd3720c5f8c9e
SHA256: 482ee9337b6ae049b0b41189dd0eb903c0b7d55e3fa95869a3c87cf01fbbc4b4
SHA512: 5294af54fac3bc1226c8072f225bcedd50486087a7846a2c2b1fab709c914a03cd8142d9bd2849f5aecc25fa9ac3dbf1eb372b6a7ae29011ab4ba31ce30567f3
Description: debug symbols for libev4
Auto-Built-Package: debug-symbols
Build-Ids: a629dd6e61850a7a12f2d530b33865a407be0954
Multi-Arch: same

Package: libevdev-dev
Priority: optional
Section: libdevel
Installed-Size: 285
Maintainer: Stephen Kitt <skitt@debian.org>
Architecture: amd64
Source: libevdev
Version: 1.13.0+dfsg-1+apertis0bv2024dev3b1
Depends: libevdev2 (= 1.13.0+dfsg-1+apertis0bv2024dev3b1)
Suggests: libevdev-doc
Filename: pool/target/libe/libevdev/libevdev-dev_1.13.0+dfsg-1+apertis0bv2024dev3b1_amd64.deb
Size: 50800
MD5sum: 3a8846833a8310cd5c3e2b8e6cd94518
SHA1: d3c39e172fd98f636feb71cce60410611633c28e
SHA256: ec87ed7990aedcbce2c965ac823b83c49229a8dd36754de7083360eaeca104e0
SHA512: d07e3745756327f120dafd05c0b06ecf2f5bc1f3bdc6319e8c359dc469e2d136e6841d463225f82d55ee22caf5cde304e075967f8c82084d9d24e576d59696e7
Description: wrapper library for evdev devices - development files
 libevdev is a wrapper library for evdev devices. It provides
 functions covering the common tasks when dealing with evdev devices,
 thus avoiding erroneous ioctls and other errors.
 .
 This package contains the files required to build software using
 libevdev.
Homepage: https://www.freedesktop.org/wiki/Software/libevdev/
Multi-Arch: same

Package: libevdev-doc
Priority: optional
Section: doc
Installed-Size: 1318
Maintainer: Stephen Kitt <skitt@debian.org>
Architecture: all
Source: libevdev
Version: 1.13.0+dfsg-1+apertis0bv2024dev3b1
Depends: libjs-bootstrap
Filename: pool/target/libe/libevdev/libevdev-doc_1.13.0+dfsg-1+apertis0bv2024dev3b1_all.deb
Size: 190288
MD5sum: ec3ede24d2e4ba744478454dede17b07
SHA1: e65be4ee969941bfe36d2528317efcba69919920
SHA256: ab7d0b7c9a0ed07c858dd945163d54953785301745480e0577fe1cdc7d0fa61f
SHA512: fbbf5603dcb81d41a94d82fda050aa65772119583a10a30f9adc697e80a52da651cc4f02ed4887d7cd452e5ed711882fbc5430e7f7a345b3539c9c3861906bfc
Description: wrapper library for evdev devices - development docs
 libevdev is a wrapper library for evdev devices. It provides
 functions covering the common tasks when dealing with evdev devices,
 thus avoiding erroneous ioctls and other errors.
 .
 This package contains the documentation for developers wishing to
 build software using libevdev.
Built-Using: doxygen (= 1.9.4-4+apertis1bv2024dev2b1)
Homepage: https://www.freedesktop.org/wiki/Software/libevdev/
Multi-Arch: foreign

Package: libevdev-tools
Priority: optional
Section: utils
Installed-Size: 70
Maintainer: Stephen Kitt <skitt@debian.org>
Architecture: amd64
Source: libevdev
Version: 1.13.0+dfsg-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libevdev2 (>= 0.9.1)
Filename: pool/target/libe/libevdev/libevdev-tools_1.13.0+dfsg-1+apertis0bv2024dev3b1_amd64.deb
Size: 17104
MD5sum: 01ba1b98834c1e301a6d8d895cd8f6b7
SHA1: 997798fac60bcc4a4afaa6f30fbeca5489017cfe
SHA256: 464d467ccd7f312e616a159cdd33188f390252639ffe55853c50d0a1eae86719
SHA512: 4424c083a7a3f6af2fa65fb35814dada5e81cc0bd6d1fe397aed92488e5c4914843c53b8cd7e6037c4ff2098f8c8886d3b850db1704110719935eca95612f08b
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: 59
Maintainer: Stephen Kitt <skitt@debian.org>
Architecture: amd64
Source: libevdev
Version: 1.13.0+dfsg-1+apertis0bv2024dev3b1
Depends: libevdev-tools (= 1.13.0+dfsg-1+apertis0bv2024dev3b1)
Filename: pool/target/libe/libevdev/libevdev-tools-dbgsym_1.13.0+dfsg-1+apertis0bv2024dev3b1_amd64.deb
Size: 27284
MD5sum: 5b4c51686da73c6b4aae453c6ca26b1c
SHA1: b6bceda46f319d98da66f2b748a4b17954b65605
SHA256: f6a3a6d84ea49c60ee7c2763518fb5618281d5021dd4c87cd0e262712a91e57d
SHA512: 958b33119463528991455b70c52cba8c0d7960b00a2a729d54810a793055085045da8d4cbb3cf97ef0404474220ab77d7ce19622873cfeb1ec936544bdb7055f
Description: debug symbols for libevdev-tools
Auto-Built-Package: debug-symbols
Build-Ids: 6436ca0d8e2ead5995b21ae10ad3a2935649665c 71208c040be1947d54192d9d44473600574b52b7 725845008b9e45052fb8ae18378b5abecd473130

Package: libevdev2
Priority: optional
Section: libs
Installed-Size: 143
Maintainer: Stephen Kitt <skitt@debian.org>
Architecture: amd64
Source: libevdev
Version: 1.13.0+dfsg-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.33)
Filename: pool/target/libe/libevdev/libevdev2_1.13.0+dfsg-1+apertis0bv2024dev3b1_amd64.deb
Size: 32844
MD5sum: 635c2edabfb7ca898a8dac6d2570c736
SHA1: c4ef8d40b8ef3c5c5871d1345549cd57b60a585a
SHA256: 59b3ea998ae5cc29648ad7d3ebdafef5a45b96d9a8f944ddc11203c899037086
SHA512: cb3e247f5bea9b60c1ed9df8a9cdc8f26643b2e4597543c83335a47a50e7005bbb2b2d111392637eef6b97b4c084a1c149888c771750c428110f6aecd2b9084c
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: 72
Maintainer: Stephen Kitt <skitt@debian.org>
Architecture: amd64
Source: libevdev
Version: 1.13.0+dfsg-1+apertis0bv2024dev3b1
Depends: libevdev2 (= 1.13.0+dfsg-1+apertis0bv2024dev3b1)
Filename: pool/target/libe/libevdev/libevdev2-dbgsym_1.13.0+dfsg-1+apertis0bv2024dev3b1_amd64.deb
Size: 55048
MD5sum: f56841d42b0294c4f5e604c5ba661190
SHA1: a4873887788a07988726eef21a287200a0f16360
SHA256: 9b54ed1d9279d596476590e2a30ed20c6923a1a79243bfd5b376894f56fa425e
SHA512: 02440e2b40a8398d41a87294b80ca8bbc91585a6ef12be6604504d135b5f15cf5e4c84bb8d874a076fc80b771553a351823110822f2f60d331a13b87b4b56195
Description: debug symbols for libevdev2
Auto-Built-Package: debug-symbols
Build-Ids: c3c85b559bf4bbe397f417a35829f50f0716ebbb
Multi-Arch: same

Package: libexempi-dev
Priority: optional
Section: libdevel
Installed-Size: 4730
Maintainer: Michael Biebl <biebl@debian.org>
Architecture: amd64
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_amd64.deb
Size: 759228
MD5sum: d3062d532c89c939d67ec6f63d79ace7
SHA1: bbe373067a22ea5ccdeb5cdc1705a7c0636781ea
SHA256: e2b535a0d2e6da1fa9f0a1647283408d196b5fab3e08090d64ae228eaa0231a3
SHA512: 0df8fe2f2d2a16a8e24002e100027e6352ecf9da56c78329ed14890c11f06d7d4045167e1f057348a054e981d47bff06a599fd529f85e4db7113eef6d02000b9
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: 1624
Maintainer: Michael Biebl <biebl@debian.org>
Architecture: amd64
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_amd64.deb
Size: 560668
MD5sum: 221e999828eed607929eb413cc3384a2
SHA1: c07de9a304090a02ecdabbee342cfe3fb7b16384
SHA256: 8d71b0175e2787319275e890379f714f93b4e9251c1a0998a4a0121c2642dd31
SHA512: 84aff86b0d5df669de2c87bb6f26618bfe9b0fcdcd7aaa5807d5f2d910c008b04a3b6453714821081d086669c796958fc229b281043bc6954ccf49bb3ccc10f2
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: 7440
Maintainer: Michael Biebl <biebl@debian.org>
Architecture: amd64
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_amd64.deb
Size: 7299336
MD5sum: b31cb616647bbc5f6dc6f981aeb51d38
SHA1: ba7c2983e8e3622f6b8eff18b88f002811cbc37e
SHA256: 9c2dcab836a12b7f19e9155275dcdf2c5795d25a3c08c76fbd1e8d3a57f31ef2
SHA512: e45f62f3431317ef883975e5e156dabb3f6afa5dab8dc1ba837279162770d7bc7f80d0a03e51a083b6a6ac96f118a6a3c87ceebd05d288a49405c9ec197f6a8e
Description: debug symbols for libexempi8
Auto-Built-Package: debug-symbols
Build-Ids: 104fc496e4380955c0ad6f2bdff5e5929afe698a
Multi-Arch: same

Package: libexif-dev
Priority: optional
Section: libdevel
Installed-Size: 561
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: amd64
Source: libexif
Version: 0.6.24-1+apertis0bv2024dev2b1
Depends: libc6-dev, libexif12 (= 0.6.24-1+apertis0bv2024dev2b1)
Recommends: libexif-doc (= 0.6.24-1+apertis0bv2024dev2b1)
Filename: pool/target/libe/libexif/libexif-dev_0.6.24-1+apertis0bv2024dev2b1_amd64.deb
Size: 103188
MD5sum: 512eea3d66677374d24bf051a9f212b5
SHA1: 218fd26d8fb74b2f053abc8b2f79e9c0a31856c9
SHA256: db90bec591d03b3032dfdcd48bec0eafe64a52836da5362e46bb029a9dcf7818
SHA512: 372f447c4a308c6d17a17f1cbd8b2179b49ba8a551641f41472ec8fff2d863b9ff20154e3575ab6bb1d0e33180afcb28bd81bbc85766fbdd5770dfb4e857ee99
Description: library to parse EXIF files (development files)
 Most digital cameras produce EXIF files, which are JPEG files with
 extra tags that contain information about the image. The EXIF library
 allows you to parse an EXIF file and read the data from those tags.
 .
 This package contains the development files.
Homepage: https://libexif.github.io/
Multi-Arch: same

Package: libexif-doc
Priority: optional
Section: doc
Installed-Size: 1519
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: all
Source: libexif
Version: 0.6.24-1+apertis0bv2024dev2b1
Replaces: libexif-dev (<< 0.6.21-3~)
Breaks: libexif-dev (<< 0.6.21-3~)
Filename: pool/target/libe/libexif/libexif-doc_0.6.24-1+apertis0bv2024dev2b1_all.deb
Size: 325080
MD5sum: 8ab1c96092a5bc53b2449210db60d2b3
SHA1: d20440e41f5ec14f239eca8af8078da14703e8dd
SHA256: 000f79ed1cdd719af3de0b5be938e78dd281983be23c5b75c370512790790d52
SHA512: 98e14cb2700a84d3df34b8d73842ae8bca2f2e5dfa37127bc7348a022de5c9bf36612ed7c9047f5be9cdc7348af8c4f4ebb4253da072090c5b426365056b61a1
Description: library to parse EXIF files (documentation)
 Most digital cameras produce EXIF files, which are JPEG files with
 extra tags that contain information about the image. The EXIF library
 allows you to parse an EXIF file and read the data from those tags.
 .
 This package contains the development documentation.
Homepage: https://libexif.github.io/
Multi-Arch: foreign

Package: libexif12
Priority: optional
Section: libs
Installed-Size: 2608
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: amd64
Source: libexif
Version: 0.6.24-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.29)
Filename: pool/target/libe/libexif/libexif12_0.6.24-1+apertis0bv2024dev2b1_amd64.deb
Size: 397028
MD5sum: 214d6ca5b069a2d765746d4dbd23a633
SHA1: d28dbab3f5613c217e16049f8acb17b84a13cb91
SHA256: 7146de076f0b5f433283064337c0d295112ef9d65ae063b06d02bb2b5f63ac65
SHA512: 7272626939b99381949c8a3fcd9e778411b83c848a738ba33e66ca092958462b18be817c58f34dc1ed32e70f47604ed70b50ebbde96cfa237e6486e0a3460622
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: 161
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: amd64
Source: libexif
Version: 0.6.24-1+apertis0bv2024dev2b1
Depends: libexif12 (= 0.6.24-1+apertis0bv2024dev2b1)
Filename: pool/target/libe/libexif/libexif12-dbgsym_0.6.24-1+apertis0bv2024dev2b1_amd64.deb
Size: 139336
MD5sum: ceb9dde5bbfc2d944c1c58bfe3c31439
SHA1: 7cab78950bf5c9faa20488acb88ee653be7eed32
SHA256: aeebd6f03e476ca47e72ff5c742498656c6055e5483d41ff1613afb392964991
SHA512: 8c23e9a4c12ac0f0ecb5598325e2ba8a0453259463741cd119583b9bdec996a9fdbe8c4ad694bc06f62b87b04f2ca957435a35e404c5c32bd1e6cdbe5cf7947b
Description: debug symbols for libexif12
Auto-Built-Package: debug-symbols
Build-Ids: c5d1eec1956e522c29458c38bca001a8358e2722
Multi-Arch: same

Package: libexiv2-27
Priority: optional
Section: libs
Installed-Size: 7292
Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 1540664
MD5sum: 765e02ccbdb9ab2bbbcc4afe620c13bf
SHA1: a9c138ccebd49642903ffc8327752df587dccc4d
SHA256: 6167ff44505ddb5d886122dd6ac44d00ca624c7832272d965cf8afaf7dfb3863
SHA512: a18e945a19a98f474b0882d9e68e0cbbd9d130e39f54246c1725e4e544a71a585a38ae1d7fcd57cd5dd6aa695c242df8fd625f44f254ab8d4a552754273708b2
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: 6589
Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 5912508
MD5sum: 518ee385b4cb01576df54d303b41a9dc
SHA1: 6213f5c0ef4099f35a8c0bb7c3897a2e18ac1be1
SHA256: 193e76af56da2082f7b819965d7901e3d5b31314ab16cc4f7280b8e6e74afb7a
SHA512: 9ee03207af179ff2f967e712733e68d8dd95ee9ebd4b99d50ceaf18369506add34f0f3d1fe89df1a4b2c0594fcd74ecd9bcc6e1655ee116a3fa81da8a20bff12
Description: debug symbols for libexiv2-27
Auto-Built-Package: debug-symbols
Build-Ids: 5196b1e79f4bdd91222f81d20eafb050b395dfa7
Multi-Arch: same

Package: libexiv2-dev
Priority: optional
Section: libdevel
Installed-Size: 1470
Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 272392
MD5sum: e982ca218cbe9e967017da99f29112a0
SHA1: 261eaf27c7eec43d60edbc9d9a03d7a234ce3a50
SHA256: e030d57c869ab6280ea27a04d1051cee06a02e5060160d93aa6bfed436980edb
SHA512: 6c4bfa826a035e8e595a4b4803abad0e8ba6b92f55d2a2f03c5bce57398bed8163633e2daaab58826f4ec8afcc3683b43f604c9c0683d706049e22e11128b94c
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: 393
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: expat
Version: 2.5.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.36)
Filename: pool/target/e/expat/libexpat1_2.5.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 103180
MD5sum: 92ab1dc97006f828fe0b444643753de3
SHA1: aaf7159be372b6fe5475bdab62829491ed218b5d
SHA256: 5128cf327ee6dfaab72bc91e5c7dedc1c519b87682077338ff74fb0431d51e25
SHA512: 1c30f48f9dee330fb774457d96222f03e0f9c2b59f435692ea9836ed3536b524de6654a1af002cb47d720cb902492f580a1f79469f81f790d45eb3a5949a78e1
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: 339
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: expat
Version: 2.5.0-1+apertis0bv2024dev3b1
Depends: libexpat1 (= 2.5.0-1+apertis0bv2024dev3b1)
Filename: pool/target/e/expat/libexpat1-dbgsym_2.5.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 301660
MD5sum: 6f4d15999fabdd6d220d8e6c2547a368
SHA1: f56fd74784604d79a21259cf90855efb72b364a8
SHA256: bf5178d67a8beeb62ee86153e54b8c250a83c1329d4c8a7eb0992a6824de00e3
SHA512: 303a00c1c43aa191dc759434300eeb8cb266d3609cb5c5c39d4b819b48410317c0545d330837913ec198c31090fdbce3945712cb8449a95381da0e6594285e84
Description: debug symbols for libexpat1
Auto-Built-Package: debug-symbols
Build-Ids: 224d1909e140270f5658b13b67fc111f55ef4817 be53592eaed0df3775001ea7fd14ccbdb65c1efe
Multi-Arch: same

Package: libexpat1-dev
Priority: optional
Section: libdevel
Installed-Size: 813
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: expat
Version: 2.5.0-1+apertis0bv2024dev3b1
Provides: libexpat-dev
Depends: libexpat1 (= 2.5.0-1+apertis0bv2024dev3b1), libc6-dev | libc-dev
Conflicts: libexpat-dev
Filename: pool/target/e/expat/libexpat1-dev_2.5.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 153784
MD5sum: f983416be9603a5485c2bd7a05d384b3
SHA1: e14063b865c11f42e222646fc2c66f144c275225
SHA256: 26bec73c50752e4eb06485749ffd6a859ff2ad0fb32480a14e107b47a1a39a8d
SHA512: a63b83e3a9acb231be39e0c49c43e3bd1f08f6521874e4f2898cb4ba7a5962b27e51cdf03eeee3152c7a07906f461d4b34bf84f8a6481722de9ae0269e696684
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: 1139
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: amd64
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_amd64.deb
Size: 295432
MD5sum: 49b9a22fa85a4f402742b5855df8755f
SHA1: 248b8868a3dee4ff58702117c64c54a832be53c7
SHA256: 8b5a111768b7e2c55d7dc040485b90f746be4551b9bf59a2b6dddd03843743ba
SHA512: fb3d5c0ff525941a9d717130cce2195b7102e647fd0796685c3226b75bebf149c914349bc712333667c48cbcf53712bc37d8a31ecc336247ebf2439318cd91a1
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: 550
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: amd64
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_amd64.deb
Size: 211916
MD5sum: 0093cca0304e73f290462011f76abbef
SHA1: c080167171feb4312808a0d4bf630b844c9754e7
SHA256: e7f45bafb53367df0918c3c31d26fd9b966eb752262f86fa7f9ac9eec3d90513
SHA512: 070eeeb3c1482888def3bf2e866e0ca7057d0816139de0d021573104a55e469eba57dc99c65d19ca6f8ae588b9ec9fdd10dc27a80696df4dcd9b81ac36b94a89
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: 572
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: amd64
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_amd64.deb
Size: 522220
MD5sum: 97f6ac374bd40d9f6521e7fafa6d629e
SHA1: b3ff80f1a7e58257cd97ead0734b17e81f39ffd6
SHA256: 9e8f6427294262733ef481459fdbabd480842f14eab10bd90f4aa79df16dc418
SHA512: 3517f8dafcd9974b195299b025818be91d593eb3a6553510f4e9821a3debe2ce62dd55167175c4a9774e9acf663ffee2cd70bf5e53ebef318766afd9caba731d
Description: debug symbols for libext2fs2
Auto-Built-Package: debug-symbols
Build-Ids: 0b86663092edcabf8026bd86621afb2e1730c32d 1eceb6dc6d9633f3cfe6e760bab2634c68c0fb58
Multi-Arch: same

Package: libfdisk-dev
Priority: optional
Section: libdevel
Installed-Size: 87
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 31340
MD5sum: 0921a55bba3ae5a51129c6caf92c41a1
SHA1: 2cf98714f463ddc32ff6c2d9f29c4415182403d0
SHA256: 811bfa4a671f10b14c87b03ab6f3fc6740bfb8e1fe9bc62cfd0fb6d84de52b0b
SHA512: 237dfc4a204119587d824624baa9636f10bfbe050e994ce9be2509dcf1907231ffaf53df0573142f9f4b0206089bd7c1243782a99586151ad369ba05fe5a68d2
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: 546
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 203184
MD5sum: 6d92b5539d8ddfc5e8d08bf87fca3d59
SHA1: 649352c17b1759ee7b54f4120d999039bf9ffc30
SHA256: 9b1d65e9f9e2567ff533dfa7d0bbb900ec094df712b2a19321e9a5615344cece
SHA512: 5ebd67989ade3c8058d07d308fb013e36c2d1e7bef49bd499ce8189bd9ca02c38f2dcda1592779e7692e5b6bf8e81eace728af8b1738cb56fa9c0b4d8e822f8a
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: 562
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 518696
MD5sum: 1314f1c3bf04a9eded46ccbea8b5be32
SHA1: 3a002b60530a84c4fb160ea37c20c417ba361d37
SHA256: 8efc8dc9e627894319b59938a522bd3cd57a6000c23cc2f4f02dadf0f0b71e1d
SHA512: 8b61a1728bbe96aa562331446fb2a55b29edc00eaf8191c80a128b8bdd6260818f8e29d9600854e5fffaf8bd9e19b3542b70088bec636c300a72684f465d0694
Description: debug symbols for libfdisk1
Auto-Built-Package: debug-symbols
Build-Ids: 58b89bac9134714a2fdeeec85c64117571be9d8a
Multi-Arch: same

Package: libffi-dev
Priority: optional
Section: libdevel
Installed-Size: 315
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: libffi
Version: 3.4.4-1+apertis0bv2024dev3b1
Depends: libffi8 (= 3.4.4-1+apertis0bv2024dev3b1)
Conflicts: libffi4-dev
Filename: pool/target/libf/libffi/libffi-dev_3.4.4-1+apertis0bv2024dev3b1_amd64.deb
Size: 59372
MD5sum: 066fd81954e262d18d3b53fd16087a71
SHA1: 895247d7daf7441824255ab5ac20ce436209e9d1
SHA256: 2195de6394c1813590d94c5d162af405d8a9fd2e6cd23a60b3472f09bab3c6cf
SHA512: 06af988b418f943cabe54fd60bbb1f601ef0e4e79924c36f994c64cfaf9cc0f1f349fe78b3d64a4aec86bf738960084c90b51df4248f345620b190378445e719
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: 72
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: libffi
Version: 3.4.4-1+apertis0bv2024dev3b1
Replaces: libffi8ubuntu1 (<< 3.4.2-1)
Provides: libffi8ubuntu1 (= 3.4.4-1+apertis0bv2024dev3b1)
Depends: libc6 (>= 2.34)
Breaks: libffi8ubuntu1 (<< 3.4.2-1)
Filename: pool/target/libf/libffi/libffi8_3.4.4-1+apertis0bv2024dev3b1_amd64.deb
Size: 26356
MD5sum: 9c2c10fa04465a2f8f2031cd97d85e47
SHA1: df9c2e96256d0402e37b2dfd89e78a085171d427
SHA256: a336da68d5955b6af09f6ff5ecf4efad2e1a259e0ad36972a0cbfaf17a5d5210
SHA512: 053b36a7d29663cd434282bfa3de403c8a239eb72dd85b1dfa27ee0b801a0364f822a2d41ec4c4b330fbdc72b2fe083b0befd094d92709de8ac41d1c6b699318
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: 73
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: libffi
Version: 3.4.4-1+apertis0bv2024dev3b1
Depends: libffi8 (= 3.4.4-1+apertis0bv2024dev3b1)
Filename: pool/target/libf/libffi/libffi8-dbgsym_3.4.4-1+apertis0bv2024dev3b1_amd64.deb
Size: 57068
MD5sum: c77923895aa33be5ff8abfb5de860354
SHA1: 59133aa73ae3a32778c59bfce2905316c0b3f996
SHA256: c5cdb43d1af6c95cba32581473f1325bdea28f3516d99882fe0c90089ede6f9b
SHA512: 807bcca65e1959fe99c2dfbb74e49ea86ed2fefca43aa12b582ba81c3951504847ae955b2890c435b7cc42487bf7e22d8253a52fefdef5c7bc9718067a0b46f0
Description: debug symbols for libffi8
Auto-Built-Package: debug-symbols
Build-Ids: dac040ae889e07a824d1883da1514e936d08c4bb
Multi-Arch: same

Package: libfftw3-bin
Priority: optional
Section: libs
Installed-Size: 258
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: fftw3
Version: 3.3.10-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libfftw3-double3 (>= 3.3.10), libfftw3-long3 (>= 3.3.10), libfftw3-quad3 (>= 3.3.10), libfftw3-single3 (>= 3.3.10)
Filename: pool/target/f/fftw3/libfftw3-bin_3.3.10-1+apertis1bv2024dev2b1_amd64.deb
Size: 51616
MD5sum: faa88da504c12382a2845e49beddc7ae
SHA1: 8f1c882f7423e6c63042a4a175656c5342879883
SHA256: 83297bd74ada4b8748db08d8a5a90eb4abccf7d58dc6b59b55384c19d9872a21
SHA512: a4e7ff5b2bb13f433743276da05a3cbf5f16fa9ef1b625103301490b1826afa1d0ccb37d7fc87bd243f52479fea0df292b23b2ec3e28730c33bc95a908193d4a
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: 61
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: fftw3
Version: 3.3.10-1+apertis1bv2024dev2b1
Depends: libfftw3-bin (= 3.3.10-1+apertis1bv2024dev2b1)
Filename: pool/target/f/fftw3/libfftw3-bin-dbgsym_3.3.10-1+apertis1bv2024dev2b1_amd64.deb
Size: 7052
MD5sum: 884f66c7d950c4f8beeb803debb5df48
SHA1: 756083087af5dd30d5e90ff183821cc7b7635305
SHA256: 02b8a8566ed21abe6d5f8e46a530d8aa238f2a2d84227c2054fe536b8a9c2273
SHA512: 839fc8397d460d549604665936221f0bb1e965ad2b08596c646a9738483b0d61f5df9c127a05464d86e7a0f6448d2c0db6c3b5eaa8dbff9f0313a3a129665fd3
Description: debug symbols for libfftw3-bin
Auto-Built-Package: debug-symbols
Build-Ids: 53a3aa50ce22d033150ee416b6506911f61b9a13 6ef00ac94b42a4da3408cde3d69cfdddda05b5cb 81b1192163c039460bd8eae1a4f81fb3c1ec387b a7b1e687ac574549f50424b6b0d6229d15a5cd73

Package: libfftw3-dev
Priority: optional
Section: libdevel
Installed-Size: 15443
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: fftw3
Version: 3.3.10-1+apertis1bv2024dev2b1
Depends: libfftw3-bin (= 3.3.10-1+apertis1bv2024dev2b1), libfftw3-double3 (= 3.3.10-1+apertis1bv2024dev2b1), libfftw3-long3 (= 3.3.10-1+apertis1bv2024dev2b1), libfftw3-quad3 (= 3.3.10-1+apertis1bv2024dev2b1), libfftw3-single3 (= 3.3.10-1+apertis1bv2024dev2b1)
Suggests: libfftw3-doc
Filename: pool/target/f/fftw3/libfftw3-dev_3.3.10-1+apertis1bv2024dev2b1_amd64.deb
Size: 2272556
MD5sum: 4ea09c8308aca5bc3cca92bd5a946cfb
SHA1: 6f927cd9549cef85fd6ee64a14126aabb86f0e90
SHA256: 748a8b2d11c84fd22c610a1b55ef99b8c2a67b11ac3f9ab303d0a7754d556be7
SHA512: 0e329864f9e6aa463c40e2878fd39b9c945067f970b78b798337f2dd9e89c84dfac1a959d960eb42126ee98c271f4258d5c7acb5c5315a5da87e539250867cce
Description: Library for computing Fast Fourier Transforms - development
 The FFTW library computes Fast Fourier Transforms (FFT) in one or more
 dimensions. It is extremely fast. This package contains the statically linked
 library, header files and test programs.
 .
 This package contains the header files and static libraries.
 For documentation, see libfftw3-doc.
Homepage: https://fftw.org
Multi-Arch: same

Package: libfftw3-doc
Priority: optional
Section: doc
Installed-Size: 1409
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: all
Source: fftw3
Version: 3.3.10-1+apertis1bv2024dev2b1
Suggests: libfftw3-dev
Filename: pool/target/f/fftw3/libfftw3-doc_3.3.10-1+apertis1bv2024dev2b1_all.deb
Size: 453852
MD5sum: 5a39d45055af29ed33003d9461b1754f
SHA1: d627c867e8c97b600a85f8f93cb2b3366d99db0c
SHA256: 9dd0c8776ed3d0a21dff3fe3f3d0e9ad34f62b97affba0462343d1dafd6354af
SHA512: f33fceeefaa234a4ed0edb90da080b83e5aba0ef74479a4767189a9d2339b2f6589eebbef2f45a1461f163c3016af321f3b46a60d18e33d75f4560da1362fdb1
Description: Documentation for fftw version 3
 The FFTW library computes Fast Fourier Transforms (FFT) in one or more
 dimensions. It is extremely fast. This package contains the documentation for
 the fftw3 library.
Homepage: https://fftw.org
Multi-Arch: foreign

Package: libfftw3-double3
Priority: optional
Section: libs
Installed-Size: 2260
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: fftw3
Version: 3.3.10-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34)
Suggests: libfftw3-bin, libfftw3-dev
Filename: pool/target/f/fftw3/libfftw3-double3_3.3.10-1+apertis1bv2024dev2b1_amd64.deb
Size: 780404
MD5sum: b4630106ce0f68ea1c4c3b9932cdb5e3
SHA1: 1a67b8fff1dfcafd57e3c57ecb2828e62d197225
SHA256: 3103193fe385f1bfe9527f3211c42e1a1413361917af4cc996c6b2f1691a894a
SHA512: fad277c1f57476fa17db1766667da5d1add48c7af505d75ffeca34be87f6509644071d3ae0d43ed66ce74ec3f0b77daf38f98dc010e48d685d8a67794fbc4f95
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: 151
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: fftw3
Version: 3.3.10-1+apertis1bv2024dev2b1
Depends: libfftw3-double3 (= 3.3.10-1+apertis1bv2024dev2b1)
Filename: pool/target/f/fftw3/libfftw3-double3-dbgsym_3.3.10-1+apertis1bv2024dev2b1_amd64.deb
Size: 24404
MD5sum: a35ee2c4a5e33ed622914a14c0bf7f6c
SHA1: d3e5561f31e41977f2d7164428d9e8c762003c30
SHA256: d9971ec117d06c0341cc8366c97966bcd3cedd70e125151fa2c003e6bd7d4e36
SHA512: 74b3a81cde60322e6a2522ec543c324b97c47829e8d128df970e3a85fd25d2350369bff599d4cff10fd6596d067bf67e462954b9a6c9898c478cfab5ad5c0e51
Description: debug symbols for libfftw3-double3
Auto-Built-Package: debug-symbols
Build-Ids: 0560e5b5fcafb171d85cc8ed128ec36b69ecc8ee b4595999390e3bb1fe611bbb284d574c1cd9908a
Multi-Arch: same

Package: libfftw3-long3
Priority: optional
Section: libs
Installed-Size: 1040
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: fftw3
Version: 3.3.10-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34)
Suggests: libfftw3-bin, libfftw3-dev
Filename: pool/target/f/fftw3/libfftw3-long3_3.3.10-1+apertis1bv2024dev2b1_amd64.deb
Size: 336224
MD5sum: 62ef50e0e89d5c9abe54653d3470428e
SHA1: 6306ad572f7ee43c372c3fcddab7509587a909f1
SHA256: 2beb6c0af81dc630223a60408510f8ee33474417ad11d6ef2a875ff588988c0f
SHA512: c78ccedf9bb7cd2f40d5cef10d3e5b1778d1f88825b47a9ba79da86bd1c211bd3fcdcbfde012b4b329266a277f8a5ceabb17b887e65b2be6053d10e056618f4a
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: 95
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: fftw3
Version: 3.3.10-1+apertis1bv2024dev2b1
Depends: libfftw3-long3 (= 3.3.10-1+apertis1bv2024dev2b1)
Filename: pool/target/f/fftw3/libfftw3-long3-dbgsym_3.3.10-1+apertis1bv2024dev2b1_amd64.deb
Size: 16616
MD5sum: 6a0181a538ff46ae433e5f347fa9ad7c
SHA1: 5bce13ff0500adb51aa0f4f8a974f7551dc9d537
SHA256: 15e447d4f135ed37c5ce600a2b17b9c28b6c065be73a52c2345b8e233eafc28d
SHA512: 76e920888c03c877b67e0e7331a016334d96413a6963a678e3d29159ebb6065368d586551c474154b2f09ecd4893e3f93ffad1901e6603de022297e6b414e0e3
Description: debug symbols for libfftw3-long3
Auto-Built-Package: debug-symbols
Build-Ids: 68681cfd520695f0a3bb26652d6574c64c31dd6f ffffe7ec1d5bff5bb46d9ee28b05f50290260d5b
Multi-Arch: same

Package: libfftw3-quad3
Priority: optional
Section: libs
Installed-Size: 2220
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: fftw3
Version: 3.3.10-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libquadmath0 (>= 4.6)
Suggests: libfftw3-bin, libfftw3-dev
Filename: pool/target/f/fftw3/libfftw3-quad3_3.3.10-1+apertis1bv2024dev2b1_amd64.deb
Size: 601592
MD5sum: 7d2974ad27b36e57dda338a7cd70e273
SHA1: 72d80bdba774bdef51416e1cee1abb94d4186d8b
SHA256: 2cf981d8c0bb8ee185f91c0ab97ad4ca1abac6be9e26f6b9ebb7f0c8626e4137
SHA512: f179d2330b3430ba1d1a844d791f1d207683b71af60a22fbfdb71aae8e64f81fca8af48b6be38e53dd918f1a2c1ebb6cc3dcad1b28b8a408169a652da92655cb
Description: Library for computing Fast Fourier Transforms - Quad 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 quad 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-quad3-dbgsym
Priority: optional
Section: debug
Installed-Size: 96
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: fftw3
Version: 3.3.10-1+apertis1bv2024dev2b1
Depends: libfftw3-quad3 (= 3.3.10-1+apertis1bv2024dev2b1)
Filename: pool/target/f/fftw3/libfftw3-quad3-dbgsym_3.3.10-1+apertis1bv2024dev2b1_amd64.deb
Size: 16912
MD5sum: caee0b5a65bccaf0093eacd41e50014f
SHA1: 09c653ff602f6829976fb3c3fa74698fb89a9b6b
SHA256: 45dc1d32764051e2269475732857ec81ee6fa1373552c3ba6e5f9dc9b33ac325
SHA512: f9368cd86019fa355b3e2eacc0d836b89a533206da09573265d1703650513a1d4040d8b6b0f30f1b8e38ff9574ffb7e04a05bf8de1e8996de8c484a60e72a893
Description: debug symbols for libfftw3-quad3
Auto-Built-Package: debug-symbols
Build-Ids: 56dfeef9eefee76a2c7216fc9f068b02d209eb74 6675921040b9b35d952536d9fb7d5628b2545358
Multi-Arch: same

Package: libfftw3-single3
Priority: optional
Section: libs
Installed-Size: 2308
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: fftw3
Version: 3.3.10-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34)
Suggests: libfftw3-bin, libfftw3-dev
Filename: pool/target/f/fftw3/libfftw3-single3_3.3.10-1+apertis1bv2024dev2b1_amd64.deb
Size: 813120
MD5sum: 59558c3cb9ef39b1a97ee49eb5801ba5
SHA1: e0443c1d2f507e56a56d24dc846ab8979792fb72
SHA256: 105ddf59448c94fae1d42c25d812649a5706194815b827c7fce1e669e61c5513
SHA512: c19d41296d01f50f4b42534cb9039342ad44809bca3e3a6d7e580bfc9a50b2109799d09ee2e474b8617b0e5d97b37bb6bd4dabe18a1b2c128288dc561f71ae1c
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: 153
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: fftw3
Version: 3.3.10-1+apertis1bv2024dev2b1
Depends: libfftw3-single3 (= 3.3.10-1+apertis1bv2024dev2b1)
Filename: pool/target/f/fftw3/libfftw3-single3-dbgsym_3.3.10-1+apertis1bv2024dev2b1_amd64.deb
Size: 24516
MD5sum: 54336fe0deb453d5d4581dbdd725670e
SHA1: e595df1f8159d03860229ee277f3aa69b9a1719d
SHA256: aa372fe4fcdfccd3d45f9fb0b1137eaa4f4f07058c4d660089776c0087c692c3
SHA512: c42076a4702d6e1ef8a65a9fa308d3e461226d4f03ec9b1d25b1a077dc27a011b114a93c71ef504ec1b80a38356ffd05d7bf320101f9f845bddeac34ba5c0c18
Description: debug symbols for libfftw3-single3
Auto-Built-Package: debug-symbols
Build-Ids: c9886bafebd5e073e8e70ed2a865227b2d03d8ff e5a363fa8dd2c529f3c20eceaf00486ca3c52faa
Multi-Arch: same

Package: libflac++-dev
Priority: optional
Section: libdevel
Installed-Size: 280
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: flac
Version: 1.4.2+ds-2+apertis0bv2024dev2b1
Depends: libflac++10 (= 1.4.2+ds-2+apertis0bv2024dev2b1), libflac-dev
Filename: pool/target/f/flac/libflac++-dev_1.4.2+ds-2+apertis0bv2024dev2b1_amd64.deb
Size: 56336
MD5sum: 74d5b9deec44a7ea24903d1e27fb372d
SHA1: 100a3b3f82de613e0a0407b39f5df11de9777a6d
SHA256: 8d640be95e1b8162b19a3341d1f48b68711228e6371c908bad55ba9b1c102b9b
SHA512: 2483a3e3d64d80423d2873c920d6bc457fbdf2cf585ecd47c5ef9bba5cc9e18114a44df88fdb551528734d4a6e8f88bd8df27f7931724f1b6fc3ae1c037fd845
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: 177
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: flac
Version: 1.4.2+ds-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.14), libflac12 (>= 1.4.1), libgcc-s1 (>= 3.0), libstdc++6 (>= 5)
Filename: pool/target/f/flac/libflac++10_1.4.2+ds-2+apertis0bv2024dev2b1_amd64.deb
Size: 51872
MD5sum: f23a5f2c597139befa46d97d10095474
SHA1: 8d80c5e3f13b74d290a843c48d641cbd691e0436
SHA256: 9ca3c6ed68892762a07a03a7953fa59393d879c5a018ed6b3100ff4bca8f64eb
SHA512: c082950ab873d267e37a24b8160617362beddea837d0d1eceef92e0254c59027d8b4124cb090ba638528235a7277f227db8a3947e2b8163f24b5bb67b697ae36
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: 143
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: flac
Version: 1.4.2+ds-2+apertis0bv2024dev2b1
Depends: libflac++10 (= 1.4.2+ds-2+apertis0bv2024dev2b1)
Filename: pool/target/f/flac/libflac++10-dbgsym_1.4.2+ds-2+apertis0bv2024dev2b1_amd64.deb
Size: 95728
MD5sum: 5cb4d9c15f0e6d2f4ff8015c06d080c5
SHA1: 3cd179eaf3f6d982ed9a5abcb4392128769cc66e
SHA256: 09677c83f5c12629e5f3a201f647f05892aca02eec8c025790919dac429b7cc7
SHA512: e4ca3cf3fdac31cd6fddbc3da75a8f700538804719b307cb8c34cfa75e9b016d8def6e6277394e4ff9df831e8b055d87cf466eff7fff3e4bb6167d3b363526ee
Description: debug symbols for libflac++10
Auto-Built-Package: debug-symbols
Build-Ids: 773ce8184c48bb53b039fd54a0dcb241ba1320d5
Multi-Arch: same

Package: libflac-dev
Priority: optional
Section: libdevel
Installed-Size: 943
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: flac
Version: 1.4.2+ds-2+apertis0bv2024dev2b1
Depends: libflac12 (= 1.4.2+ds-2+apertis0bv2024dev2b1), libogg-dev
Filename: pool/target/f/flac/libflac-dev_1.4.2+ds-2+apertis0bv2024dev2b1_amd64.deb
Size: 249888
MD5sum: 727a6a687b3c99a70442192e9dee51aa
SHA1: 47e01205c22679115f73061d759498d735c717aa
SHA256: d8c08b56440962f1a509592327efa0da7273e4fa59db61e852a487e026853635
SHA512: 21f5d700eb5df3508f9f3fd0c372f590d3c5aa97cb0261d45002c0b1620ebe6fc4fa0dbba574af9d2652fd8e9ca82fab4cd24405f324f1474b376749ee828343
Description: Free Lossless Audio Codec - C development library
 FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is
 similar to MP3, but lossless.  The FLAC project consists of:
 .
  * The stream format
  * libFLAC, which implements a reference encoder, stream decoder, and file
    decoder
  * flac, which is a command-line wrapper around libFLAC to encode and decode
    .flac files
  * Input plugins for various music players (Winamp, XMMS, and more in the
    works)
 .
 This package contains the development library libFLAC.
Homepage: https://xiph.org/flac/
Multi-Arch: same

Package: libflac-doc
Priority: optional
Section: doc
Installed-Size: 4962
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: all
Source: flac
Version: 1.4.2+ds-2+apertis0bv2024dev2b1
Recommends: doc-base
Suggests: libflac-dev
Filename: pool/target/f/flac/libflac-doc_1.4.2+ds-2+apertis0bv2024dev2b1_all.deb
Size: 380828
MD5sum: 30003126f923f89ef3f4fdc1ccaff16a
SHA1: f0b20f26cb7637c6a675ca8a2209013400ff9e51
SHA256: 22753c595d94ae5d3a2f4c8004ce0a1d985791e14b4c292c97b9df7a2252d795
SHA512: 33249b20cb6eae7ff9c932d3c916e2a8a59b89516a66c57ee11bfc77dbafd0e417c30e10b6a6d6e3127af354f644a1b0bdc1255ad7f24cb1a599748137655401
Description: Free Lossless Audio Codec - library documentation
 FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is
 similar to MP3, but lossless.  The FLAC project consists of:
 .
  * The stream format
  * libFLAC, which implements a reference encoder, stream decoder, and file
    decoder
  * flac, which is a command-line wrapper around libFLAC to encode and decode
    .flac files
  * Input plugins for various music players (Winamp, XMMS, and more in the
    works)
 .
 This package contains the API documentation for all the FLAC libraries.
Homepage: https://xiph.org/flac/
Multi-Arch: foreign

Package: libflac12
Priority: optional
Section: libs
Installed-Size: 458
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: flac
Version: 1.4.2+ds-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.33), libogg0 (>= 1.0rc3)
Filename: pool/target/f/flac/libflac12_1.4.2+ds-2+apertis0bv2024dev2b1_amd64.deb
Size: 198544
MD5sum: c138176986f797cb45494aca910f683d
SHA1: 95ee9a1c08372208df8208343682617292327395
SHA256: 88ac6d2f29bc6a5d1fc30575720d14c9444bf2f2309f7ba2a9db8768705c688d
SHA512: 21eba8a10dd66f7c572ac73b56eed1569b567527509862699e11dc25eaaf59fa44f258a8bc64c1d69e8440fdc64b74b97f1b796f78e2be7727a23dfb63fb9966
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: 502
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: flac
Version: 1.4.2+ds-2+apertis0bv2024dev2b1
Depends: libflac12 (= 1.4.2+ds-2+apertis0bv2024dev2b1)
Filename: pool/target/f/flac/libflac12-dbgsym_1.4.2+ds-2+apertis0bv2024dev2b1_amd64.deb
Size: 471112
MD5sum: 06f372a0402ae6b602cb6d57b3757c60
SHA1: b07b70d089ea7a900c4d90b120026961b178ca92
SHA256: fe01c674a057142764a609cbbb4a02d9d69e9a50772396335344ca4c5101c5af
SHA512: c9748d2016e88148a964e148adc9639984973d761eb0e0742139bd971c27730289ffc6a690b066dbc55e29ff9da08ab4d6ce3e31bdb2efe4c458efeebf13b423
Description: debug symbols for libflac12
Auto-Built-Package: debug-symbols
Build-Ids: 6f9b23d23063328bb4673b4c3fc8ec4e4eb0e719
Multi-Arch: same

Package: libflatbuffers-dev
Priority: optional
Section: libdevel
Installed-Size: 1569
Maintainer: Maximiliano Curia <maxy@debian.org>
Architecture: amd64
Source: flatbuffers
Version: 2.0.8+dfsg1-2+apertis0bv2024dev2b1
Depends: flatbuffers-compiler-dev (= 2.0.8+dfsg1-2+apertis0bv2024dev2b1), libflatbuffers2 (= 2.0.8+dfsg1-2+apertis0bv2024dev2b1)
Filename: pool/target/f/flatbuffers/libflatbuffers-dev_2.0.8+dfsg1-2+apertis0bv2024dev2b1_amd64.deb
Size: 272816
MD5sum: 92a1f1f977ee500fe971c28195be66db
SHA1: b38c5e9814a45888f821503823b4cef4ed766c9b
SHA256: b56f29df8a1720debb2c6b7c501b23bf569328df4801c0ee4738ff85a3038bd9
SHA512: 5a8504f2f22c7804dc805791f2bb7d42be571826343d066155f29bd4db75ef5067b9899f12c6cf768f20cf855553c9846ea57f0cf87f8d3efc70526c8b0e7da1
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: 679
Maintainer: Maximiliano Curia <maxy@debian.org>
Architecture: amd64
Source: flatbuffers
Version: 2.0.8+dfsg1-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Filename: pool/target/f/flatbuffers/libflatbuffers2_2.0.8+dfsg1-2+apertis0bv2024dev2b1_amd64.deb
Size: 189968
MD5sum: 6cad52fbc9fc201fa3f3f507d040f237
SHA1: 7c042ca6d2726ed7dda7af2191110fbc9ae35bf1
SHA256: 9d66fedab42f75811e9a24469c58bcfe2e1e98defdacd60e8686801172de7f2f
SHA512: 85a10ec8051b45c43ebae53caed83cd97a607ddd443aa44af836fa82b2319a395397275a46a3a454dee033920f92b3833d4c7fb3de7a365db774400e811ced84
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: 2678
Maintainer: Maximiliano Curia <maxy@debian.org>
Architecture: amd64
Source: flatbuffers
Version: 2.0.8+dfsg1-2+apertis0bv2024dev2b1
Depends: libflatbuffers2 (= 2.0.8+dfsg1-2+apertis0bv2024dev2b1)
Filename: pool/target/f/flatbuffers/libflatbuffers2-dbgsym_2.0.8+dfsg1-2+apertis0bv2024dev2b1_amd64.deb
Size: 2622152
MD5sum: 12c9f70894e9dbb6649b6ad5ea0898b9
SHA1: 5d3bb262637c5b8433683c08cd78bbaa33cc651d
SHA256: 976558ad0e02769bffc55c24df6d76e6adc8af6989c087b12e09fe2474a535e7
SHA512: 27ddf6b770e1801a055ecd255e19f41af8b49c49a0f94ae6200812d41f4ee8e8886c0b9da75adda6a158717a20069206632cbb5cafd4fd9e17d686fdc843c52b
Description: debug symbols for libflatbuffers2
Auto-Built-Package: debug-symbols
Build-Ids: 85b83d401f28867ab61d0cfa7facb646546cbc61
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: amd64
Source: flatpak
Version: 1.14.4-1+apertis2bv2024dev3b1
Depends: gir1.2-glib-2.0, gir1.2-flatpak-1.0 (= 1.14.4-1+apertis2bv2024dev3b1), libflatpak0 (= 1.14.4-1+apertis2bv2024dev3b1), libglib2.0-dev, libostree-dev (>= 2020.8), libxml2-dev (>= 2.4), pkg-config, python3:any
Recommends: flatpak
Suggests: gdb, ostree, python3-gi, systemd-coredump
Filename: pool/target/f/flatpak/libflatpak-dev_1.14.4-1+apertis2bv2024dev3b1_amd64.deb
Size: 70664
MD5sum: 6e4bf209ff2ef6f0885af931c4fa99cb
SHA1: f873dd4128aac647f4f6a6c503d4d5f5c803b153
SHA256: 8d93a1a0cc103d95ab5bfd122d9c58da80f9eeb71aa59b90ff01cba52fb2f601
SHA512: f2a81e1a176a24eba0afff6f8629b267392c8a78e0b184ce0b0392333945b1782e4ea212c12e9e5cd8022837eb92bba3b93b927b7bd8fd6e66f07239947e2d2f
Description: Application deployment framework for desktop apps (development)
 Flatpak installs, manages and runs sandboxed desktop application bundles.
 See the flatpak package for a more comprehensive description.
 .
 This package contains development headers and pkg-config metadata
 for libflatpak0, and the flatpak-coredump and flatpak-bisect scripts used
 to debug Flatpak applications.
Homepage: https://flatpak.org/
Multi-Arch: same

Package: libflatpak-doc
Priority: optional
Section: doc
Installed-Size: 1118
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: all
Source: flatpak
Version: 1.14.4-1+apertis2bv2024dev3b1
Suggests: devhelp
Filename: pool/target/f/flatpak/libflatpak-doc_1.14.4-1+apertis2bv2024dev3b1_all.deb
Size: 130780
MD5sum: edec05b907120c88314c95b77641786f
SHA1: cc675c68726541d4a1b8f19be4b026cc92699a74
SHA256: 3fcece949a3c3d0dde125e9509b506e4b1f72fbbc4bf59399f9b6f76766b4230
SHA512: 3d9e08929dd98a11ad8f01551328d29c9d02aa0ae23c87a0d58fcab79d670494c8dc9995a55977644ed8b273a9452eb97d02d4ad4035821dde009c7074b91c68
Description: Application deployment framework for desktop apps (documentation)
 Flatpak installs, manages and runs sandboxed desktop application bundles.
 See the flatpak package for a more comprehensive description.
 .
 This package contains reference documentation for libflatpak0.
Homepage: https://flatpak.org/
Multi-Arch: foreign

Package: libflatpak0
Priority: optional
Section: libs
Installed-Size: 1030
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: flatpak
Version: 1.14.4-1+apertis2bv2024dev3b1
Depends: bubblewrap (>= 0.5.0), libarchive13 (>= 3.0.4), libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.2), libdconf1 (>= 0.26.0), libglib2.0-0 (>= 2.67.3+git20210214), libjson-glib-1.0-0 (>= 1.5.2), libostree-1-1 (>= 2020.8), libseccomp2 (>= 2.5.2), libsystemd0, libxau6 (>= 1:1.0.9), libxml2 (>= 2.7.4), libzstd1 (>= 1.5.2)
Filename: pool/target/f/flatpak/libflatpak0_1.14.4-1+apertis2bv2024dev3b1_amd64.deb
Size: 363856
MD5sum: 3afdb2ef4ff646fc964b812b7674e07b
SHA1: 02ff1b875a041e144ddc542997985ed5348843b9
SHA256: c73b6daa78a50211a415fad1c9c1cc3b30c0fe9dfb668d412f56622c789ab529
SHA512: 19b7f1fac730a760b76dfc3a5cdf042752355846f7cd7b9f2094af822c78d6a470ed9d15497f5af980881384ea53f2451c8c154373dfe06062b236509350253a
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: 1659
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: flatpak
Version: 1.14.4-1+apertis2bv2024dev3b1
Depends: libflatpak0 (= 1.14.4-1+apertis2bv2024dev3b1)
Filename: pool/target/f/flatpak/libflatpak0-dbgsym_1.14.4-1+apertis2bv2024dev3b1_amd64.deb
Size: 1530756
MD5sum: 34db0f955f41ba01244a7c5224b48edf
SHA1: cf92f02cbd635ce8a83cdce3c5ed5c3a04bcc156
SHA256: dd510a617f2b246bcc329ce4d66bd37163100136dde3258b7c238278cd787bf0
SHA512: bfba53a5fcbd13486192968bb8ed3f19f69e4dc8d954fee0d6b5ca2915cc7de70e54e1a7fb342c8022ce1f8c18ebad2d910f2fade4c9970cc42ee8a37f2a87cd
Description: debug symbols for libflatpak0
Auto-Built-Package: debug-symbols
Build-Ids: c33f58eed1bb47ff96eadc352648932881b6211a
Multi-Arch: same

Package: libfmt-dev
Priority: optional
Section: libdevel
Installed-Size: 631
Maintainer: Shengjing Zhu <zhsj@debian.org>
Architecture: amd64
Source: fmtlib
Version: 9.1.0+ds1-2+apertis0bv2024dev2b1
Depends: libfmt9 (= 9.1.0+ds1-2+apertis0bv2024dev2b1)
Suggests: libfmt-doc
Conflicts: libcppformat1-dev, libcppformat2-dev, libfmt3-dev
Breaks: libspdlog-dev (<< 1:1.9.2+ds-0.1)
Filename: pool/target/f/fmtlib/libfmt-dev_9.1.0+ds1-2+apertis0bv2024dev2b1_amd64.deb
Size: 169348
MD5sum: eb23422aa77c30aacf37d084a1286387
SHA1: acd178f46a63ffaff16b04d581fc9029efc9421d
SHA256: b963a2d59f0126c0ce268532119efd988011a3ed59264e37d95df76e2a321500
SHA512: 980a299ca48c7f458dad11358e3e6ee8aba03fe6a14ef75aaeab57c5973062a922dbb1b859b3ba9e3e6660504fb619388afcdc18cbbcc74bb344f84235d9d618
Description: fast type-safe C++ formatting library -- development files
 This library provides fast, type-safe, small, C++11-aware replacement of
 (s)printf and related machinery. In some cases it's noticeably faster
 than boost::format, boost::lexical_cast and even sprintf itself.
 .
 This package contains the development files, include the static library.
Homepage: https://fmt.dev/
Multi-Arch: same

Package: libfmt-doc
Priority: optional
Section: doc
Installed-Size: 728
Maintainer: Shengjing Zhu <zhsj@debian.org>
Architecture: all
Source: fmtlib
Version: 9.1.0+ds1-2+apertis0bv2024dev2b1
Depends: libjs-bootstrap, libjs-sphinxdoc (>= 5.2)
Conflicts: libcppformat1-doc, libcppformat2-doc, libfmt3-doc
Filename: pool/target/f/fmtlib/libfmt-doc_9.1.0+ds1-2+apertis0bv2024dev2b1_all.deb
Size: 134028
MD5sum: b0d66e0f93315c1e6948009259111785
SHA1: b26cf611181c7807a7e6a6a02261fc413f904614
SHA256: 6c8634a5f4f6fa3e50799c95c938376fb5b7da4f372c3bccc2881db31e76d085
SHA512: 853edd58786bf9834a6d008672aaa5980d3ce2ca31f8546f756c99ec0be5533eb6eda14932dea2633b815aaa9e38e794b14c1f39f5e278c4e693cd8ae158c881
Description: fast type-safe C++ formatting library -- documentation
 This library provides fast, type-safe, small, C++11-aware replacement of
 (s)printf and related machinery. In some cases it's noticeably faster
 than boost::format, boost::lexical_cast and even sprintf itself.
 .
 This package contains the documentation files.
Homepage: https://fmt.dev/
Multi-Arch: foreign

Package: libfmt9
Priority: optional
Section: libs
Installed-Size: 206
Maintainer: Shengjing Zhu <zhsj@debian.org>
Architecture: amd64
Source: fmtlib
Version: 9.1.0+ds1-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Filename: pool/target/f/fmtlib/libfmt9_9.1.0+ds1-2+apertis0bv2024dev2b1_amd64.deb
Size: 110908
MD5sum: 0b17cdb6ce57cd19f7fa89a963c746c2
SHA1: 75ce3fccffc9a98efe899271303ba878d84e60dd
SHA256: 926ee4f20687884d15e5a468e2184b8bc3aded7fb9b1938c120813ebf154783e
SHA512: 2d0317decd32bc3776195da985d3bfb0fc55ce640e733de709ae53f2baca2805e5eb8baf26437204cdeddf00573fd8faf605de5c6fe7eed198a15a41ec2cc389
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: 465
Maintainer: Shengjing Zhu <zhsj@debian.org>
Architecture: amd64
Source: fmtlib
Version: 9.1.0+ds1-2+apertis0bv2024dev2b1
Depends: libfmt9 (= 9.1.0+ds1-2+apertis0bv2024dev2b1)
Filename: pool/target/f/fmtlib/libfmt9-dbgsym_9.1.0+ds1-2+apertis0bv2024dev2b1_amd64.deb
Size: 442356
MD5sum: ca051c78f572d3f91877b76663c0e46c
SHA1: 45a8b055fc72a31a7cf0f8291ee76406c460ee8f
SHA256: c54751ff2db993054a6e75c6b04998a9a89f80fc848e41477e681383508e6f0c
SHA512: 4f778062d8a1549b30d80f8c738e353c70c3cb33e3123bdef9d9cf9fa607ef9876d00a24515ccf84b5f95a551ca19af4a0764ca059bae27b04e6710a5ff218e0
Description: debug symbols for libfmt9
Auto-Built-Package: debug-symbols
Build-Ids: 6b55d6e6b9c7cf36ee16f6e14fd4c5e13d050e1d
Multi-Arch: same

Package: libfontconfig-dev
Priority: optional
Section: libdevel
Installed-Size: 837
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 411844
MD5sum: f81bcb3c8ecd9a3e7f7115eeaeeb7495
SHA1: 7f6d2b17f2dffb01329d1c7b0ea95d8cafd32305
SHA256: 8946d01b52e6fda7e9e0f26ef6680dd277f29a0c133637a448ae6c463c90a026
SHA512: 97a560f39035c3dd51ed3f2ccc9697cf6c64b4ef6c4feadb4d84cd5bef423d1e85f55a3344f92f4e8faa40dd9fd764ec3bf6d69576477e5352be371f902b2c70
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: 585
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 388740
MD5sum: f30ab1b3017bc660215a8d74922aef3f
SHA1: 8906812c5c51c37eee3bff5bec7b976996902bb9
SHA256: 38dfb09c2812c4f55a40d7626e54abde845a13d03b657c620b6444060eb697f6
SHA512: ab637d734fb3686077f77d35f23d93fec167753b2afdc8372be1066abe08be28bdf91f832d3fe777874841f1ae2e4f86b5442dc0d64cfab986d5af3e2f428288
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: amd64
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_amd64.deb
Size: 401676
MD5sum: 48e9698cbd87ea7de8e471450de985d9
SHA1: a78b826a063ca420c04f76bb4b5d2ea878409dd8
SHA256: fc5e16f7a4df5fac1f93422bf0c50bae2694f083ea3c4f01d212750ddab08eac
SHA512: eacec860045d837701782b2d006264a26d32c6d0a4b004f1dd2a50cf00a3b3b53c156675b390a2dc39ceccf641d37f0c0e28d34ee27eb3b47bfa897dba505540
Description: debug symbols for libfontconfig1
Auto-Built-Package: debug-symbols
Build-Ids: 413ff33717f154f66512ef794d853be00bbe0116
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: amd64
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_amd64.deb
Size: 270528
MD5sum: 588089bf0a3dfe2d831b706314eb50a0
SHA1: 22a7d293de6f3768b49d288a588b86e4a190da58
SHA256: b95e8619e5cecffa571a4c28e5b1e5bf13f097b6931a0198b340aa61d696845d
SHA512: fe3522cdeced36e6f23a12d8418770ce63dc7a6c8abef16e9e04a33ab5212ed8553c985edbfb5dff6e75083721327bd48d494590060a12075c852ddbbc3baada
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: 72
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 24764
MD5sum: d82b5983517a83f7b35faa5b7b38051e
SHA1: b5069ec270f87b234e239b00c57bc2633f418c59
SHA256: aa0c266268215a68abb05cb360d5c3d2e4640b6fae2523fbe8bdd9e3a0831dd0
SHA512: 00b963d8fb9f895d7f3e426787b96c8e875fdc0983d31d22c9b37112eea2cd2cb71e2d3ee1122d83c1650685a9850ff4e8080520e4df31fe2cb6c2f47e94c3d7
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: 58
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libfontenc
Version: 1:1.1.4-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.14), zlib1g (>= 1:1.1.4)
Filename: pool/target/libf/libfontenc/libfontenc1_1.1.4-1+apertis1bv2024dev2b1_amd64.deb
Size: 22892
MD5sum: 0d3c15c889ba7815f71d2e4df7eae7ab
SHA1: 60b67db33f95d7608bef50fdcd1ba0c637a8414b
SHA256: 012cc3c4c204c6f309f19cffc94ce5df557de3d050c9952b0e9ec60b1a941614
SHA512: defb79a1caa17f8dd84fea9eeb4d00ed42c5ac2c07002fe0196d0f9cce88b2e50055a2afb65adf77522e0af36ed9d2aef7e3d0dd8527b7867ddfc03c8afbca6e
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: 36
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 21032
MD5sum: e1681021de24ad073954cf0417e5c893
SHA1: 93c68ccddb920c0e62fd4012dc3479a161b4ca32
SHA256: 1b22a8681f7159d97d2e37bce83627155cfc9a90fd14cc5694fc4bd7a75ff3a1
SHA512: 744df35f3ebdb62eb88b450c50f55921117ab1c72950f0297fd8731ad26b99957ef53e98978e5364d062aea77ff23f7d9987fcd0fdb156ab63fb1ce8f8941f43
Description: debug symbols for libfontenc1
Auto-Built-Package: debug-symbols
Build-Ids: bea08923c4f880dea321fe9c719a103cc4dc07d3
Multi-Arch: same

Package: libfp16-dev
Priority: optional
Section: math
Installed-Size: 72
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: amd64
Source: fp16
Version: 0.0~git20200514.4dfe081-3+apertis0bv2024dev2b1
Filename: pool/target/f/fp16/libfp16-dev_0.0~git20200514.4dfe081-3+apertis0bv2024dev2b1_amd64.deb
Size: 15160
MD5sum: e77bd60fe2b4bd5857262c5ac6ec864f
SHA1: 350c950cae10082da76827af9ab71bd056572499
SHA256: 112778c55e347427ba12a1b5c87fee3e213a220e2ac8468631df19f429785171
SHA512: e01d855ae241cf55c6f5dc0c0114d06c67b08a3e50f7258c83865f74635853ab74ca488848b8e73c9d702b2c6966170ffd3c4aa477115d91fc6226f23ef1c61b
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: 2112
Maintainer: Hugh McMaster <hugh.mcmaster@outlook.com>
Architecture: amd64
Source: freetype
Version: 2.12.1+dfsg-5+apertis0bv2024dev3b1
Replaces: libfreetype6-dev (<< 2.10.1)
Provides: libfreetype6-dev (= 2.12.1+dfsg-5+apertis0bv2024dev3b1)
Depends: libfreetype6 (= 2.12.1+dfsg-5+apertis0bv2024dev3b1), libbrotli-dev, libc6-dev | libc-dev, libpng-dev, zlib1g-dev | libz-dev
Suggests: freetype2-doc (= 2.12.1+dfsg-5+apertis0bv2024dev3b1)
Breaks: libfreetype6-dev (<< 2.10.1)
Filename: pool/target/f/freetype/libfreetype-dev_2.12.1+dfsg-5+apertis0bv2024dev3b1_amd64.deb
Size: 614508
MD5sum: e28969d2dfad6b21863ce18d30be6363
SHA1: ec3b53044d43fb70bd4cc32e85f81f95b95b34bf
SHA256: 980918240172be339d29006141a8e0233c5e9cc3829a11c73ef82ff5fa6360c7
SHA512: 370a9d632afbfe3dde8977f5c7c76469a685cead60395783993f9a0513b99f18084931b9911aa968779f789ca46ca77fee1cd030132ae5b71b159f14180bb9c7
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: 940
Maintainer: Hugh McMaster <hugh.mcmaster@outlook.com>
Architecture: amd64
Source: freetype
Version: 2.12.1+dfsg-5+apertis0bv2024dev3b1
Depends: libbrotli1 (>= 0.6.0), libc6 (>= 2.33), libpng16-16 (>= 1.6.2-1), zlib1g (>= 1:1.1.4)
Filename: pool/target/f/freetype/libfreetype6_2.12.1+dfsg-5+apertis0bv2024dev3b1_amd64.deb
Size: 446800
MD5sum: 0f76d2d36ae4f7de3a9edc5c528d55b0
SHA1: be17261df5045469aab98011eb26bf28fd5ab912
SHA256: 9aea4ac2b61f38df50b72c2cf919c714c465edeb664fc627d22668bc06085ef5
SHA512: fbe15450ba4d6601d6e0765fa6e819699e14c4bd378f1105d8fed198a4abb627de696f2462497f875ad66e013e6037129afa0d756a278cb298f1b41932c0a7b6
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: 1206
Maintainer: Hugh McMaster <hugh.mcmaster@outlook.com>
Architecture: amd64
Source: freetype
Version: 2.12.1+dfsg-5+apertis0bv2024dev3b1
Depends: libfreetype6 (= 2.12.1+dfsg-5+apertis0bv2024dev3b1)
Filename: pool/target/f/freetype/libfreetype6-dbgsym_2.12.1+dfsg-5+apertis0bv2024dev3b1_amd64.deb
Size: 1153816
MD5sum: 84587682cfa8a58cb404269c3480203e
SHA1: dc8e3cbe1096d28745764552158304b73e0d39f4
SHA256: b12a41bbad6afc0f93495ed3d15691b5370f7daf600509a3d4dc514dd5397d3e
SHA512: 42d501f27d462f6a4a033acf17945bc74f9b1b9447adef8f33f27e0861347c58dc02aedc916b4dad509a2d531f8d36bbce05eb319f9e60a77252abffabd45610
Description: debug symbols for libfreetype6
Auto-Built-Package: debug-symbols
Build-Ids: b248a4e5bcc9fc57f99a6dc286dbe78ba87d4b84
Multi-Arch: same

Package: libfreetype6-dev
Priority: optional
Section: oldlibs
Installed-Size: 116
Maintainer: Hugh McMaster <hugh.mcmaster@outlook.com>
Architecture: amd64
Source: freetype
Version: 2.12.1+dfsg-5+apertis0bv2024dev3b1
Depends: libfreetype-dev (= 2.12.1+dfsg-5+apertis0bv2024dev3b1)
Filename: pool/target/f/freetype/libfreetype6-dev_2.12.1+dfsg-5+apertis0bv2024dev3b1_amd64.deb
Size: 93572
MD5sum: 179a55cda56558a73841ee99a5c92755
SHA1: e964c942157cee956bee2d3814da7f83628a4fa7
SHA256: 264505bd47f6ec91dcff21e6d017ff36f24e6eb3d4e812b4abe29e234e004c24
SHA512: b8714f9da63af4b9751b343ee50ff5ce8ca123451969f4618b5a924b86a21b10c0465c7e6f874fdeb06114b922b8f8eda4fc3f9196be53b11340fbd648803477
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: 79
Maintainer: Debian Hebrew Packaging Team <team+hebrew@tracker.debian.org>
Architecture: amd64
Source: fribidi
Version: 1.0.8-2.1+apertis0bv2024dev3b1
Replaces: libfribidi0 (<< 0.19.2-3)
Depends: libc6 (>= 2.34), libfribidi0 (>= 0.19.2)
Breaks: libfribidi0 (<< 0.19.2-3)
Filename: pool/target/f/fribidi/libfribidi-bin_1.0.8-2.1+apertis0bv2024dev3b1_amd64.deb
Size: 49616
MD5sum: c38ac854f79484fb642701526261b3a9
SHA1: d1280a932ce759cc223c0f0907dcca5b6a0859c8
SHA256: 4e421ff91b442e4e1757080dd34896bbf8abf2bc321bee339743e819b386c490
SHA512: 5804548ddf15ee129cec71fbd34a4eac4ffb748777ef66cabb5d45f1bf70731668b962402c3f95b3e1a198fa195496b947c80cd26456cc3c13986fcd423d2fcd
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: 17
Maintainer: Debian Hebrew Packaging Team <team+hebrew@tracker.debian.org>
Architecture: amd64
Source: fribidi
Version: 1.0.8-2.1+apertis0bv2024dev3b1
Depends: libfribidi-bin (= 1.0.8-2.1+apertis0bv2024dev3b1)
Filename: pool/target/f/fribidi/libfribidi-bin-dbgsym_1.0.8-2.1+apertis0bv2024dev3b1_amd64.deb
Size: 2776
MD5sum: 6eba5b9613a2b51b304b790dd787e0a1
SHA1: 874800ae6d5f8bf7c2bc1e64c5a623a994261502
SHA256: c5ef239e5176de990bbee5c59445f689852dfa7d043f86a864bc3ba20e2c22be
SHA512: 4697b040a5e7d63bd23f7c721797c8e7c3b16bfc7d7c30b7ad8e7d912673742cb2c34c39cdfee3ab959d66bc8ee5e3034857f883d08878e86c0e42134a5667c1
Description: debug symbols for libfribidi-bin
Auto-Built-Package: debug-symbols
Build-Ids: 0b683507d021fecb9e602a20f3cbc01b55741891

Package: libfribidi-dev
Priority: optional
Section: libdevel
Installed-Size: 316
Maintainer: Debian Hebrew Packaging Team <team+hebrew@tracker.debian.org>
Architecture: amd64
Source: fribidi
Version: 1.0.8-2.1+apertis0bv2024dev3b1
Depends: libfribidi0 (= 1.0.8-2.1+apertis0bv2024dev3b1)
Filename: pool/target/f/fribidi/libfribidi-dev_1.0.8-2.1+apertis0bv2024dev3b1_amd64.deb
Size: 102576
MD5sum: 2e3e940aad91e92388ca3f8560bd267e
SHA1: e40afd54da73ed5eee95f37c5b83d5900dcd055c
SHA256: b074935fdd2901bb74bb51fcfb7f050ed0f33a76988ada92d6a8cc73dbff765e
SHA512: bff05594c73faa712c3c0ea438e7f7a55e9ee2a34ccca73648ec228be601afe9c76bf09f8b4dd81fb15b16b8a6cb406f2af95b17a7173f588893700714f46e68
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: 172
Maintainer: Debian Hebrew Packaging Team <team+hebrew@tracker.debian.org>
Architecture: amd64
Source: fribidi
Version: 1.0.8-2.1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.3.4)
Filename: pool/target/f/fribidi/libfribidi0_1.0.8-2.1+apertis0bv2024dev3b1_amd64.deb
Size: 63172
MD5sum: 470077eb970645f889fbd90ab52aebc4
SHA1: ee0a23fc811663e18a32a25b054f8f25f927c050
SHA256: 6a4b2558ac067e3ae1ee07ac240156489f553be4f7a987eb45f2da1cc9d0a504
SHA512: a19ca511f36a1cad71d1fcf1a6ca3ba0b2ec2c9d872264b0eb5294227946783b30a95c413629f9462eee515320d65881178cbe50b70fbe9339cd817089b69cc6
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: 19
Maintainer: Debian Hebrew Packaging Team <team+hebrew@tracker.debian.org>
Architecture: amd64
Source: fribidi
Version: 1.0.8-2.1+apertis0bv2024dev3b1
Depends: libfribidi0 (= 1.0.8-2.1+apertis0bv2024dev3b1)
Filename: pool/target/f/fribidi/libfribidi0-dbgsym_1.0.8-2.1+apertis0bv2024dev3b1_amd64.deb
Size: 3428
MD5sum: 0dfdce9b116ca48883c5dd47f14f7fef
SHA1: 0556c0e9715db83b61de5ea96adb7d3da934628d
SHA256: a28b47070e41073a8e72fa6e609cf4726bf36d7ae18a57062c9c95a128039ce8
SHA512: 797f52c0c4f182e659740d600f9dcc93bdf3e86fe0eef0e709c2bf63cb62a3df91e6c028199741ece56f3030818835a01d9e41e7f786ecb3ca94b1effa73b740
Description: debug symbols for libfribidi0
Auto-Built-Package: debug-symbols
Build-Ids: 4906bd0d96593497ec8fe2cf4915d631a08569b9
Multi-Arch: same

Package: libfuse-dev
Priority: optional
Section: libdevel
Installed-Size: 6623
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: fuse
Version: 2.9.9-6+apertis0bv2024dev2b1
Depends: libfuse2 (= 2.9.9-6+apertis0bv2024dev2b1), libselinux-dev
Suggests: fuse
Filename: pool/target/f/fuse/libfuse-dev_2.9.9-6+apertis0bv2024dev2b1_amd64.deb
Size: 1020208
MD5sum: dcdc27ebe18177a7b83865ddc6a03ae4
SHA1: 7c1c3146519ac7c3698a6f0eb09ab82d41812419
SHA256: 4e182381ce7dc8b4d311e8fcf03d10e7be0fe2b28e981d3c5d02de154d0736ed
SHA512: 01579004fadf18120a96ce4285d6852293689e1df297236ba4a5407633c7df3f528164983ef90e504ee603f00698aa7e311d8eda3319651abc583d9e7d39a809
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: 344
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: fuse
Version: 2.9.9-6+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34)
Suggests: fuse
Conflicts: fuse (<< 2.9.9-6+apertis0bv2024dev2b1)
Filename: pool/target/f/fuse/libfuse2_2.9.9-6+apertis0bv2024dev2b1_amd64.deb
Size: 118548
MD5sum: 4cb166d5aa4c81716d6b28ae9bd53184
SHA1: 52884a141730f352992a2defdbf2b37aedfc325c
SHA256: b89da76e1c6b3a53fc45d099930b3a0ec8e879c12bb40c6ad8f80ad2f42dc4cc
SHA512: b90dd6670523bb596a3838663a75e531d757d9f284b0a93a904850c1fe674157ac8aba1348fc2e28d52efa58d358dee8b72be2329ddb378dfe9d091582f5bac6
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: 312
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: fuse
Version: 2.9.9-6+apertis0bv2024dev2b1
Depends: libfuse2 (= 2.9.9-6+apertis0bv2024dev2b1)
Filename: pool/target/f/fuse/libfuse2-dbgsym_2.9.9-6+apertis0bv2024dev2b1_amd64.deb
Size: 276748
MD5sum: d95b42964ea8a8f78843e14015a18d78
SHA1: 2db114eb66765b487ec437f0ad341faa65643f01
SHA256: 084b6221ae52e3864b1278ff68067444bcf1b1558fa6c3cbad388d7db624e479
SHA512: b3b0ba59fb7a38a009ac672fc84f14097e7b8dfe6a1456e306c7912b5d85fe0c2d9f4f84cff1ae4c53d72e679786b1eedae21bc058839109174256d8d9184755
Description: debug symbols for libfuse2
Auto-Built-Package: debug-symbols
Build-Ids: 24c020a90e98ba272db17b331d9de795f9c92bb7 6138d9a4a00101a5586a37acc73ac3cd22b37992
Multi-Arch: same

Package: libfuse3-3
Priority: optional
Section: libs
Installed-Size: 2451
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
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_amd64.deb
Size: 2265276
MD5sum: 446cba338ddf16bbdbfde56993994cee
SHA1: b1e25dbefd3fdfdd3f69b1db66ca67d63b61ef8b
SHA256: 71e3a92f2021ce2cba0e05bf18a05b19b952d827414dbeae7378f9481d9ca19d
SHA512: 2f56f3585d9d59bf34d06aee6a2ce5453acb76e9485ca65318c06b9aa73e8011c8e31c15dca8da8e0baad1fce4fef36bc0a90cf730c5da1f1b1e24fe517cd255
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: 279
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
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_amd64.deb
Size: 253312
MD5sum: b28fb1561b780565bebf40e222a81e19
SHA1: c1c9af7ed166d00b1eec29efc6a9c0bd674135cc
SHA256: 531369c1c7394fecd6379e64a7b4a7925e827a271f588482450f260a0cc49fbb
SHA512: a1ac3140fa99ec1162ea8e0bade49d6fc37584b07d48375617293ef2fe4f491ab9e1c6d9ee7d1156d577630b9227c3719774f49d9131e22d08b0e9551e1ee27a
Description: debug symbols for libfuse3-3
Auto-Built-Package: debug-symbols
Build-Ids: 3b0e570f2aaa2edb73c908dab26a334a59fd244e
Multi-Arch: same

Package: libfuse3-dev
Priority: optional
Section: libdevel
Installed-Size: 2850
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
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_amd64.deb
Size: 2318712
MD5sum: 7117f09e116242fceb5f0aa9a2bd0dfd
SHA1: 7b498be0be0d7feca47679e2ad08cb86f526286d
SHA256: d0d84c63748fba90204408a42c59fa536edd17069d086d21951d2980faacb4ac
SHA512: ab54dbf2d8749d9112e6adac2675917cecfb2688b7262526969792c7316aba49334947540061f21a8f4a2ba590cdb213decfd0447c2cc786f1153175bd3d4ba4
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: 1043
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: clang-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/libfuzzer-15-dev_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 359120
MD5sum: 2cba78aa540a8d76556b40f2075bbe3b
SHA1: 4ad84585cc7994a5af02879e417ad3470542a21e
SHA256: df8d150b39acf25e550070c39c51bcb343890ec12340656ab88b404f7124beba
SHA512: 287bcc6be91fe414a2113111355bf12037a7031d3c395296889f893a34bec7dfb351cacd06165c03d711ca3e84dbd5edb667ea033e40e23b90990aa8ff3c48c2
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: amd64
Source: fxdiv
Version: 0.0~git20200417.b408327-3+apertis1bv2024dev2b1
Filename: pool/target/f/fxdiv/libfxdiv-dev_0.0~git20200417.b408327-3+apertis1bv2024dev2b1_amd64.deb
Size: 5252
MD5sum: ceb3f84d6f2540ce7ebe1fec481447f0
SHA1: cae3497c4d64b7a8039e5b5e34d8f15c49c59943
SHA256: f0643731110b48164efe70c28033686f4f629a3510f9794ad0c9e346067c215c
SHA512: 9d5caa193256372fc7341477d5bd80bf112d5dcf1e8cbbd917c2e1257eaa43789e0d71442df44295747c902136dd74d3bae9572411e4d86381c1fd1d8321afa4
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: 149
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gtk+3.0
Version: 3.24.37-2+apertis1bv2024dev2b1
Depends: at-spi2-core, libatk1.0-0 (>= 2.35.1), libc6 (>= 2.4), libglib2.0-0 (>= 2.57.2), libgtk-3-0 (= 3.24.37-2+apertis1bv2024dev2b1), libpango-1.0-0 (>= 1.44.0)
Filename: pool/target/g/gtk+3.0/libgail-3-0_3.24.37-2+apertis1bv2024dev2b1_amd64.deb
Size: 64488
MD5sum: 3a59faa3a6e12183109e5cea51cd6ceb
SHA1: b395beb0d1c044cfe592982eef96e711a68e8aeb
SHA256: ba5f4c638cfc2543b8805c8520e04c9ba6427bdcd8b8512a2e2b1bbf1dbbe0b8
SHA512: 5dea3606baf28e91264e09490fdb71f03ba1f549837aeed379a9ef686cb47e9d8a9fc6fef5b253739db5818bb9c7993661778a2c09e9579143db27a39e00908b
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: 47
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gtk+3.0
Version: 3.24.37-2+apertis1bv2024dev2b1
Depends: libgail-3-0 (= 3.24.37-2+apertis1bv2024dev2b1)
Filename: pool/target/g/gtk+3.0/libgail-3-0-dbgsym_3.24.37-2+apertis1bv2024dev2b1_amd64.deb
Size: 30676
MD5sum: 5ba11c9f007bf782c2299e0497987c20
SHA1: 74e36e57d0f49bc498a4c57f18ebeb181d1f87d6
SHA256: a02f558b41e1fc177455465a23fb4952846eec5abd21170288b9f353931adcdb
SHA512: 84668c2e82a411f716f139fa8d2ccb7654a507b6e05e3590f837e232a5e32cc554e58b18ad8331ae2831824f007fd4605eabf9918d92e7a4f3de9a53b0fe0857
Description: debug symbols for libgail-3-0
Auto-Built-Package: debug-symbols
Build-Ids: f66be573ce877a458dc0bf9db4a4965438bbedab
Multi-Arch: same

Package: libgail-3-dev
Priority: optional
Section: libdevel
Installed-Size: 120
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gtk+3.0
Version: 3.24.37-2+apertis1bv2024dev2b1
Depends: libatk1.0-dev, libgail-3-0 (= 3.24.37-2+apertis1bv2024dev2b1), pkg-config, libgtk-3-dev (= 3.24.37-2+apertis1bv2024dev2b1)
Suggests: libgail-3-doc
Filename: pool/target/g/gtk+3.0/libgail-3-dev_3.24.37-2+apertis1bv2024dev2b1_amd64.deb
Size: 55884
MD5sum: 0e80ac1e309b1bff182a9b26b0c1feb9
SHA1: 5b4c3e7799658d1c2e26a8b10b46cffc3a234bf1
SHA256: aee01caadb6fbc9cb15f9775f4a3b657a81fa75da11e21524a4a5279dc398a5c
SHA512: 673cd1f3428d1ac1f499c8b288236d17efeff413ed878b61dd6bbff6e9c23d40a63451d52d65963d8edd4f5fc0548f8835391773f1f257d53d6d99cdd28394d3
Description: GNOME Accessibility Implementation Library -- development files
 Gail implements ATK interfaces for GTK widgets which are dynamically
 loadable at runtime by a GTK application. Once loaded, those parts of
 an application that use standard GTK widgets will have a basic level
 of accessibility, without the need to modify the application at all.
 .
 This package contains the development files for Gail.
Homepage: https://www.gtk.org/
Multi-Arch: same

Package: libgail-3-doc
Priority: optional
Section: doc
Installed-Size: 181
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gtk+3.0
Version: 3.24.37-2+apertis1bv2024dev2b1
Suggests: devhelp
Filename: pool/target/g/gtk+3.0/libgail-3-doc_3.24.37-2+apertis1bv2024dev2b1_all.deb
Size: 64216
MD5sum: 2a793a08d9b40a62393ea94da10b1694
SHA1: a1b0ba11d6343049369064113b122d9a9ac46bf3
SHA256: 37818fabd6f77467b0634e00fd1e0cc4288b05d780414e8706d2e7ffd6b5ec0b
SHA512: 43b6bb452bb8e242b0d46bf60e6a062164e22a95aa4b57d66d64966263c62612385c191606d0b8aa07df8539ab7820580edcbbbda9ed6929ffe8cb7bb9f25b42
Description: documentation files of the Gail library
 Gail implements ATK interfaces for GTK widgets which are dynamically
 loadable at runtime by a GTK application. Once loaded, those parts of
 an application that use standard GTK widgets will have a basic level
 of accessibility, without the need to modify the application at all.
 .
 This package contains the documentation files for Gail.
Homepage: https://www.gtk.org/
Multi-Arch: foreign

Package: libgav1-1
Priority: optional
Section: libs
Installed-Size: 945
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libgav1
Version: 0.18.0-1+apertis1bv2024dev2b1
Depends: libabsl20220623 (>= 0~20220623.0-1), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 12)
Filename: pool/target/libg/libgav1/libgav1-1_0.18.0-1+apertis1bv2024dev2b1_amd64.deb
Size: 331688
MD5sum: 3339059292144869669b0e7e117b0f63
SHA1: 5661ee0166110475ce058f3aa217f8c60f69204e
SHA256: 42591701698e057b7b09987dff5a415a967d37193ffad2e256bf55694cde9446
SHA512: 9457f469453c759eb589595df4b1e5653a2c23526f375d8a1749d99cb2944377444bf924671c021f33bbb0608e3b02ad8b143d2586be3015f5ea196c0294eb54
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: 2666
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libgav1
Version: 0.18.0-1+apertis1bv2024dev2b1
Depends: libgav1-1 (= 0.18.0-1+apertis1bv2024dev2b1)
Filename: pool/target/libg/libgav1/libgav1-1-dbgsym_0.18.0-1+apertis1bv2024dev2b1_amd64.deb
Size: 2474196
MD5sum: a2294a25fa48947ec06906ac9b67f26c
SHA1: 307d961e6afc017ac9ad331334aa690ab33c4974
SHA256: 2122b4e7e802e489854c88ac395ec10e3e6e78a82770b04a08343bf7bc50229e
SHA512: 8339a1691357870b7e90454d26312ab4cb884f32022213a041bb38588e641ad8be7503e8f9b057535a0dadc56952e11acfb5539d0bb7f7492ef9b0d440a2b5a5
Description: debug symbols for libgav1-1
Auto-Built-Package: debug-symbols
Build-Ids: 338cce616acd757c7d942b78785224ff0b817160
Multi-Arch: same

Package: libgav1-bin
Priority: optional
Section: utils
Installed-Size: 50
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libgav1
Version: 0.18.0-1+apertis1bv2024dev2b1
Depends: libabsl20220623 (>= 0~20220623.0-1), libc6 (>= 2.34), libgav1-1 (>= 0.18.0), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Filename: pool/target/libg/libgav1/libgav1-bin_0.18.0-1+apertis1bv2024dev2b1_amd64.deb
Size: 17660
MD5sum: ac56c18e8ee01dbf5d0854db1900536f
SHA1: f3f714a957a132292b5620d3ae0677df7299ca54
SHA256: 0f3435a21de54b786ecfd76005dc0fb779991d67eba0b0a8b6b540b4940065bf
SHA512: 3a054c4876f509c24a5ab78659321af098461f60c8bb3e806578bf901aafeb8d951875aaa3eb23ca9156f33d079410091beb6dffcbacc0a736655eda241b63fa
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: 193
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libgav1
Version: 0.18.0-1+apertis1bv2024dev2b1
Depends: libgav1-bin (= 0.18.0-1+apertis1bv2024dev2b1)
Filename: pool/target/libg/libgav1/libgav1-bin-dbgsym_0.18.0-1+apertis1bv2024dev2b1_amd64.deb
Size: 175160
MD5sum: b55ac89ac0ab188599843e8c63e3e13e
SHA1: 3c3499f1d6d6f4fbd5c1f9682609ec917831a317
SHA256: a536fd9a8ff28319bba958b2f6151086adf3dd715186bff9001c15199ff804ef
SHA512: 17f1b14c9ec6681995ca067da25fdf96d5f1300bcfc45a7080d5ae3a177221e6be81488f09653dc7094707070c6f81095d15f58416a75c68e5cbd0c3919adc6d
Description: debug symbols for libgav1-bin
Auto-Built-Package: debug-symbols
Build-Ids: d46373f63bb971a840fc9a4cbabc56e1ff4945b6

Package: libgav1-dev
Priority: optional
Section: libdevel
Installed-Size: 1860
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libgav1
Version: 0.18.0-1+apertis1bv2024dev2b1
Depends: libgav1-1 (= 0.18.0-1+apertis1bv2024dev2b1)
Filename: pool/target/libg/libgav1/libgav1-dev_0.18.0-1+apertis1bv2024dev2b1_amd64.deb
Size: 402460
MD5sum: a3b5d3ef16117c092048232429b30b92
SHA1: a13815f3934687f028694df8490156569da4f179
SHA256: 3124443916fa6981800b2fc94f528327288c1a35927dd2d7c423225b25b8c424
SHA512: 7035bceefdd3256c8d15d0f4c6df7c24a239850fad22398b2cd9fafefc4ada29bfcec7abe5b1264aba93ae036315aafb719edd877bb5f3cb3011c759c313f52b
Description: AV1 decoder developed by Google -- development kit
 This package contains the header file and development library of gav1.
 Gav1 is A new decoder implementation for AV1 video encoding format (supporting
 profiles 0 and 1).
Homepage: https://chromium.googlesource.com/codecs/libgav1/
Multi-Arch: same

Package: libgbm-dev
Priority: optional
Section: libdevel
Installed-Size: 95
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libgbm1 (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/m/mesa/libgbm-dev_22.3.6-1+deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 56420
MD5sum: eaf2778bb4a48b3c9645d9d472d3b7fb
SHA1: 98ef4ec7db2acc16334618201128dd1b4cba29d4
SHA256: a959ce2f8c837ec35c96e917735225b83016da51df18b0c30132285ea8d71f63
SHA512: 10bc23f48716f85e163f89f6e5c9251e7a1ff73d52fbbc7e7a9cb7bdd154d063f622287a3d7487a86c5677096b2209e40567b449eb95df8ea230879a6c3a1ede
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: 146
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.75), libexpat1 (>= 2.0.1), libwayland-server0 (>= 1.15.0)
Filename: pool/target/m/mesa/libgbm1_22.3.6-1+deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 76400
MD5sum: 28eb9c824601353285ea272d887e234c
SHA1: c02dece6fa2706fe65703e4ed69cfb64f21753bd
SHA256: 91fded5ad1066c8fe976695bd35cef85ca8be0514d802c89f9022ce980e89200
SHA512: e6d2163a4ac08884f12c8ad82bba3b5c194c1204659825501a1daa6a5c1900ba4b774ac9b039ed414111c76b5e1f0e1a19d8319031f3fdfbb54b92de21c37266
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: 148
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libgbm1 (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/m/mesa/libgbm1-dbgsym_22.3.6-1+deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 131768
MD5sum: 157f6355769cf711cb275fb03215a477
SHA1: 187bc976482727df5a13a37fca28cb47a002b755
SHA256: 15ddb80360a0e72c55bcfe7fb46e8e41a1bd574dd3b2352765bc367bba6df519
SHA512: 2acda975cd8060d5e472a4ccaa6aeadf95ba144cb5dd6058d83b2d816df00903a3defe6faa6e70b58dfd7bb0d8825d6f5d762d0193a5593cbac1629c20cd3793
Description: debug symbols for libgbm1
Auto-Built-Package: debug-symbols
Build-Ids: 821674161ddcac3e7c69378ea69db755a631596b
Multi-Arch: same

Package: libgcc-12-dev
Priority: optional
Section: libdevel
Installed-Size: 14284
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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), libquadmath0 (>= 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_amd64.deb
Size: 2437388
MD5sum: f038f1c1cd68697da108ec1f43cffa39
SHA1: 3ba771abd7e726cebc08d277e684f10ee4b2e55e
SHA256: 35090dcd338058287bb1385ba5e972a742727c1de4722f25c6b68962aa19faf4
SHA512: 99b2e5288453023d8676c7d222e1a5c3197a7d6fc99bded8c02b016153b585ab5cf1ab76e9ad42a903187160d9193a8e77fa36f89b6d1845e3815e6ef5fe0f1e
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: 142
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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)
Filename: pool/target/g/gcc-12/libgcc-s1_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 50004
MD5sum: b7734effc4c5cb26ae799f5a83b70fe4
SHA1: dc3d7c2c478d32ee2c67adf9c118fc83552edb1e
SHA256: d12185b12bec5d6a5c8332bc41f59821200bf1d7b16934b465c86fa77a08d3b7
SHA512: d376cfbb46e0804bf1a1896a43a104a3568df0a478395973ec9f18d1d04ecc68424d2db355464f9abf8bfd69739f2fd407ace4834e5d1dceb6579e03b40a9714
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: 185
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 164920
MD5sum: f732fc51cf7d02157cddd159f0057a12
SHA1: dca8bfad25962233c721ee9d019f5ddcf5337f51
SHA256: 525d4b23da57e48f49b01f0aa298264a424277230061c48fbd8bd2abe1bcb72f
SHA512: 64eef5002c925575a9d7248536f8225e5875a37b26821a0f8310b0f666240c4c420d7ee8d2660befb48667b81b6ca1b8358c81903589d544d6a0b541c387aec7
Description: debug symbols for libgcc-s1
Auto-Built-Package: debug-symbols
Build-Ids: dc890ba367b230b5062dd49daf7698de01c537b0
Multi-Arch: same

Package: libgccjit-12-dev
Priority: optional
Section: libdevel
Installed-Size: 127
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 20780
MD5sum: 5357babf21bed356136db83cb9875d3b
SHA1: b52227b406990aacc94c1b9326d836a160302a1d
SHA256: 394d67d8ff4c3dbefc7f87d735a4aab312ff28fa8d82c535890f9fb936847a53
SHA512: 284b3bcccaa88341394b49a1d744af539a5402f3ebfad5dd7b6978622f6644d2d9a6acf96d5f25da84dbf14f826fd2f92de84c9fc3364dcf9bbf1003bf330aee
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: 31861
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 8787908
MD5sum: 0beb872b5f9458a0e1b66f1084d8c9d0
SHA1: 8124367632ae84f1e8f8b6851c344bb1a40c61e6
SHA256: a8948ece2c907eba62fe844b0d43410e5764cdac5da3dc9c6cb997c8da64af4a
SHA512: 98712a6ae889c57008874ef2d8d3de7f35155c21117199880a39b2a138bdfe0ba4cbea68b93e00f6fb2e367263c8223c634fb117116b8e1b72ad7ab5a7978eb5
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: 95596
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 93548360
MD5sum: 545166bc277c7ff50b1a1fa1a4d8095e
SHA1: 04c0758dbe1b988b1b83879d96e7691ee71e880a
SHA256: e8d9f837af49d40cacc511537ea2ef56f7c513689d5b81147c6d167ce5e260da
SHA512: 4342d11be8a850a60d022abd00c9229fe0ca9d14823814c99173db2ac6175abcdc137449d9cec9d6e32bf31fc4ae1e67f1f525bceea4a2ca43a4e1ed4f2d2452
Description: debug symbols for libgccjit0
Auto-Built-Package: debug-symbols
Build-Ids: 39ead539b81f36cbe26b1d81b09ce852681ca4f7
Multi-Arch: same

Package: libgck-1-0
Priority: optional
Section: libs
Installed-Size: 252
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gcr
Version: 3.41.1-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.59.0), libp11-kit0 (>= 0.23.18.1)
Filename: pool/target/g/gcr/libgck-1-0_3.41.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 77684
MD5sum: ed192b206e9993609059b5b405598228
SHA1: ec84f1b0e37c3a4c45041587531f0d47d37caae7
SHA256: 2150aad50e54d39a85d7dea6268c9a05c3cf8b987b4e7996c64f88a0e8d85b4d
SHA512: 3db49194720f18cd337de0932e88773a8dc0d899368f9ceabdd1f1915718137b5d83d1dd91d6a148705707571d2f675b5a7fdcad5b2b22178d9cd2c4b0ceb6a8
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: 272
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gcr
Version: 3.41.1-2+apertis0bv2024dev3b1
Depends: libgck-1-0 (= 3.41.1-2+apertis0bv2024dev3b1)
Filename: pool/target/g/gcr/libgck-1-0-dbgsym_3.41.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 231760
MD5sum: 0acb3c20b502f39b154427e179c4ed4c
SHA1: f3b66bb1a044405f75f318b16a63c3de395e8aed
SHA256: 8105020f4ca2ad70945f33959ae885eb3c6431984672d0484296692103bbae6d
SHA512: 628b64739af1bbc071f8095fe75b23784d4741567c7b04e35f919df20668afdaa539f62c1b0d018c96148928a6cffc1605f939a3bb4f8b2cf44e761b834dca51
Description: debug symbols for libgck-1-0
Auto-Built-Package: debug-symbols
Build-Ids: c0d00f29b5ff85f3f446d064ee68cb77fe15cde3
Multi-Arch: same

Package: libgck-1-dev
Priority: optional
Section: libdevel
Installed-Size: 660
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gcr
Version: 3.41.1-2+apertis0bv2024dev3b1
Depends: gir1.2-gck-1 (= 3.41.1-2+apertis0bv2024dev3b1), libgck-1-0 (= 3.41.1-2+apertis0bv2024dev3b1), libglib2.0-dev (>= 2.44.0), libp11-kit-dev (>= 0.19.0)
Suggests: libgck-1-doc
Filename: pool/target/g/gcr/libgck-1-dev_3.41.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 53220
MD5sum: 29e1d6b4e883a80c22b4f8868a762b4f
SHA1: 7702595a10bc792efa686fdbe953f95f860af05e
SHA256: ea0d4b9b8204f50e3fc0f3306118fcc8b0a1c4199e5159a29c865400f69c6655
SHA512: 6e7f366390505e33fbe0d4e7959a43bdbb51b4b0c485989494bc308e608e82aefdaabf74414b645f8cb67fe55d75325481cc951ef07ccf2f62d731d492a50ee4
Description: GLib wrapper library for PKCS#11 - development
 GCK is a wrapper based on GLib implementing the PKCS#11 (Cryptoki)
 interface.
 .
 This package contains the static libraries, header files and
 documentation needed to build applications using the GCK library.
Homepage: https://wiki.gnome.org/Projects/GnomeKeyring
Multi-Arch: same

Package: libgck-1-doc
Priority: optional
Section: doc
Installed-Size: 2943
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gcr
Version: 3.41.1-2+apertis0bv2024dev3b1
Suggests: devhelp
Filename: pool/target/g/gcr/libgck-1-doc_3.41.1-2+apertis0bv2024dev3b1_all.deb
Size: 103196
MD5sum: 42751cb5217c4103728b6f6549605814
SHA1: 36564585b1be1ed9c116242697f089ccb8a20359
SHA256: e20b84b45d50c1ff35e5824a701ac407803b242ee5afd72a0ed0096b642c2da4
SHA512: 234953fd06330f7cc1421e8c3cbad91add549c3cb227c861c992f81c82c0e1ec073ae4836d8a6f47c75f0d2b8838f09590f4cf459fbfd0103fc928f11a2dc665
Description: GLib wrapper library for PKCS#11 - documentation
 GCK is a wrapper based on GLib implementing the PKCS#11 (Cryptoki)
 interface.
 .
 This package contains the API documentation for the GCK library.
Homepage: https://wiki.gnome.org/Projects/GnomeKeyring
Multi-Arch: foreign

Package: libgcr-3-dev
Priority: optional
Section: libdevel
Installed-Size: 907
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gcr
Version: 3.41.1-2+apertis0bv2024dev3b1
Depends: gir1.2-gcr-3 (= 3.41.1-2+apertis0bv2024dev3b1), libgck-1-dev (= 3.41.1-2+apertis0bv2024dev3b1), libgcr-base-3-1 (= 3.41.1-2+apertis0bv2024dev3b1), libgcr-ui-3-1 (= 3.41.1-2+apertis0bv2024dev3b1), libglib2.0-dev, libgtk-3-dev, libp11-kit-dev
Suggests: libgcr-3-doc
Filename: pool/target/g/gcr/libgcr-3-dev_3.41.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 74888
MD5sum: cba0570c4de008fce02811ff25b5bfca
SHA1: 6f67c17ee350fef01977ce7d95f5ad482e627dd1
SHA256: 8c56f6afa15b2c01a508a11f259d8ea52681ac88e017f0cea73b6479158e3db8
SHA512: 548f5e75f55a4e84175425a04504080b6e4c097f367b0a4e1354d4ec63e8b26bee0d949973a02e224e08885632ba47934ca333874275d5d8c7e6b326f7ceae9d
Description: Library for Crypto UI related tasks - development
 GCR is a library for crypto UI and related tasks.
 .
 This package contains the static libraries, header files and
 documentation needed to build applications using the GCR library.
Homepage: https://wiki.gnome.org/Projects/GnomeKeyring
Multi-Arch: same

Package: libgcr-3-doc
Priority: optional
Section: doc
Installed-Size: 4339
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gcr
Version: 3.41.1-2+apertis0bv2024dev3b1
Suggests: devhelp
Filename: pool/target/g/gcr/libgcr-3-doc_3.41.1-2+apertis0bv2024dev3b1_all.deb
Size: 229700
MD5sum: ccc30010470f13dbec8b2416c343b115
SHA1: b8720ebe6f8dc125e1ee715528605f3de50f6f5a
SHA256: 2f429c259cfc730200ace553155b262f6da8f46115e0cf029ddd5c0821aa316d
SHA512: 4196a15eefe6d986ecbbea2c231701743116d17e028fa3e65c32c4ee532e12b3faca6df10ccc354ff448cd348b8c899f59706d91e150c779b4894e025632673c
Description: Library for Crypto UI related tasks - documentation
 GCR is a library for crypto UI and related tasks.
 .
 This package contains the API documentation for the GCR library.
Homepage: https://wiki.gnome.org/Projects/GnomeKeyring
Multi-Arch: foreign

Package: libgcr-base-3-1
Priority: optional
Section: libs
Installed-Size: 679
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gcr
Version: 3.41.1-2+apertis0bv2024dev3b1
Replaces: libgcr-3-1 (<< 3.8.2-2)
Depends: libgck-1-0 (= 3.41.1-2+apertis0bv2024dev3b1), libc6 (>= 2.28), libgcrypt20 (>= 1.10.0), libglib2.0-0 (>= 2.59.0), libp11-kit0 (>= 0.23.18.1)
Breaks: libgcr-3-1 (<< 3.8.2-2)
Filename: pool/target/g/gcr/libgcr-base-3-1_3.41.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 199352
MD5sum: 5c69aae9ef6cfae4d4718cee3ccb1ef3
SHA1: bbef4bde3ab0e4f4467c05d239f661987849258b
SHA256: c6cfd37e8ff9a66e1580e657dd71c465bb89cd1708b974abc747a6922f125981
SHA512: a12ee965a1323653760fc71116e491d0b942a1c7ae281195ea3626bf9e13e30a340405923fd7cb08a85cfb3b3f5977ce07e7bf1ba82c44353c8da9b56ec62eba
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: 727
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gcr
Version: 3.41.1-2+apertis0bv2024dev3b1
Depends: libgcr-base-3-1 (= 3.41.1-2+apertis0bv2024dev3b1)
Filename: pool/target/g/gcr/libgcr-base-3-1-dbgsym_3.41.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 630424
MD5sum: c1d9ae51ebc18252dc004768287859e9
SHA1: 13fce4ee1452a4a8072c5e7b657fe47fc45741ed
SHA256: cc1cd55149c194b89794b016e60294aa8017fe270c75bca5aad6602481d4fa00
SHA512: 7f37f7da91bcf483b4eefa0416cc76ff5f68b67e06bd7bde5bf3a651ea8f7918d516090e9a1c4aeb42fa02430f52c74d496fed54507abb41c0b8a6fb4dac9a42
Description: debug symbols for libgcr-base-3-1
Auto-Built-Package: debug-symbols
Build-Ids: 020a795d0e29fa1cf29738487fe0f3367530b637
Multi-Arch: same

Package: libgcr-ui-3-1
Priority: optional
Section: libs
Installed-Size: 477
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gcr
Version: 3.41.1-2+apertis0bv2024dev3b1
Replaces: libgcr-3-1 (<< 3.8.2-2)
Depends: libgck-1-0 (= 3.41.1-2+apertis0bv2024dev3b1), libgcr-base-3-1 (= 3.41.1-2+apertis0bv2024dev3b1), libc6 (>= 2.14), libcairo2 (>= 1.2.4), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.59.0), libgtk-3-0 (>= 3.22.0), libpango-1.0-0 (>= 1.18.0)
Breaks: libgcr-3-1 (<< 3.8.2-2)
Filename: pool/target/g/gcr/libgcr-ui-3-1_3.41.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 134000
MD5sum: b5e687d70fd5d31ab5f295c6b47ce4df
SHA1: a5bddcffe77033db60d9ada057bc098bdc64ff22
SHA256: a1d66a8fbc32dd6a8b2b242cc4aed62b3b02dde5f338051e648cd92f55b0d041
SHA512: 37d3f59750b83422e7ce0797560c9659820d90cda579d94585f5cbd8054d3afefb9d0b0f8e8bf6ffa4202921ba32b5d61847333133095e7415b2f384ccfd7279
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: 469
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gcr
Version: 3.41.1-2+apertis0bv2024dev3b1
Depends: libgcr-ui-3-1 (= 3.41.1-2+apertis0bv2024dev3b1)
Filename: pool/target/g/gcr/libgcr-ui-3-1-dbgsym_3.41.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 396988
MD5sum: 7955eb9cdb745e011d9893e6ed8e7087
SHA1: a39b42bc707d6b4ada0c58d713050c219802fa85
SHA256: fc71ac35661d65e8d81475019f28d9f7813f103179d3e9b554b0b7567923351b
SHA512: 421ad9525530632656589f3c6b9d4c1e0266bdb663ecb022e4a3ae3936e0f8b9ea7636cb048f4abcf9d5e474770ba8c5ec2265a66bbf0ccab1feecec0ce10630
Description: debug symbols for libgcr-ui-3-1
Auto-Built-Package: debug-symbols
Build-Ids: f10e57a7b8ce84e7fa139afecdef000efce96222
Multi-Arch: same

Package: libgcrypt20
Priority: optional
Section: libs
Installed-Size: 1608
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 701384
MD5sum: 39896a50cb96ce1af43f316ae0459a88
SHA1: 06bfcdabd93a661c9cbfe89e36aca1d80ff7110b
SHA256: bf99e31a3c9dedb930b649c4de6db108331681f269d4f89fa2b7ae731641e988
SHA512: 72773529ebe4031d10e6cd260113800734a7ea6d4fa19610f32140811923ea9354742510c4db12d2b806e2ab41f5167b8e4cfa2e31e656e66e1e2a588dfbafc1
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: 1319
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 1256724
MD5sum: a1d31c8d69e2e874e3c05d777b5b6b07
SHA1: af6a2ce7807ee1811fcde1a0d2c651948ddaca61
SHA256: d71790c377e19773db3feed1b3d2832a6c0b3cd31bc3d39b0a5e0f68bbfb5722
SHA512: 632de83c0b319d2fbf8169e1988f5a6278746303d316e62392d76fc0228d3650f0ba6b7538676710a1137e9db19a8209106650dac3d532d8891a6877b05f8622
Description: debug symbols for libgcrypt20
Auto-Built-Package: debug-symbols
Build-Ids: e17a80c8b2065fb7fc2264b94689e61ac06cc2ca
Multi-Arch: same

Package: libgcrypt20-dev
Priority: optional
Section: libdevel
Installed-Size: 2425
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 756660
MD5sum: 5b9ab782aacb59661834de85545a5354
SHA1: 2bd3b74f9f5f7bd932ed9504e2aa3611ad8fa849
SHA256: b558da1a62dca11e3efdc1a128283d4f8766d540f628df7274a63b7c6c42c73b
SHA512: 8058cfa29e8634c41181526ef5a121d67413b4f351a3d487ea6e24d282676230c5a57184307abc7be18a065aea2ffef1d94e7c942c65a68567839a893fcc0870
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: 71
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 39016
MD5sum: 686fac1767156703e3cab7f7adf12b96
SHA1: 9272b470dffcd483562b2eb0d12c862754823492
SHA256: 21d107c9a7c5675f43ddd5667892c7a2644258f9df835c37b742b32a13ef53a4
SHA512: 0bf807be11192a00a4213ca2958e34abe4a5ac694e8a2ea5b549085d39570e5ea6b8a1299416b9d11b7074783e4be5a3fc7bc8709629c218ad1f3aa47bf9909f
Description: debug symbols for libgcrypt20-dev
Auto-Built-Package: debug-symbols
Build-Ids: 880cc4569b2d8771aa43a2bc18af64e6874add7e ad2648ba11c0ec2f42a26a3a655458a8bc69f42f bdcdfd1584162bf63f231a1ae86c5fa80aa04d71

Package: libgcrypt20-doc
Priority: optional
Section: doc
Installed-Size: 344
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: all
Source: libgcrypt20
Version: 1.10.1-3+apertis2bv2024dev3b1
Replaces: libgcrypt-doc, libgcrypt11-doc, libgcrypt7-doc
Suggests: libgcrypt20-dev
Conflicts: libgcrypt-doc, libgcrypt11-doc, libgcrypt7-doc
Filename: pool/target/libg/libgcrypt20/libgcrypt20-doc_1.10.1-3+apertis2bv2024dev3b1_all.deb
Size: 324700
MD5sum: 447ecee3ddb8f726e4d2eeb63dedc95d
SHA1: a23c2c1c1afd0ea49bc23e5c12beb7dacbe707d5
SHA256: 3c4ae3406bcbd3cf07813e692d467da50d1f5b008836ff00bc7aa076a1e58f9a
SHA512: bd8e024327b273c8e01ef5e4a25b6a376cf9bfd1772070abda72dde63ec043aa9563f296b595876fea719d6cbe4a28e6629fcb69b9a288d7c55b10661d5de838
Description: LGPL Crypto library - documentation
 libgcrypt contains cryptographic functions.  Many important free
 ciphers, hash algorithms and public key signing algorithms have been
 implemented:
 .
 Arcfour, Blowfish, CAST5, DES, AES, Twofish, Serpent, rfc2268 (rc2), SEED,
 Poly1305, Camellia, ChaCha20, IDEA, Salsa, SM4, Blake-2, CRC, MD2, MD4, MD5,
 RIPE-MD160, SM3, SHA-1, SHA-256, SHA-512, SHA3-224, SHA3-256, SHA3-384,
 SHA3-512, SHAKE128, SHAKE256, Tiger, Whirlpool, DSA, DSA2, ElGamal, RSA, ECC
 (Curve25519, sec256k1, GOST R 34.10-2001 and GOST R 34.10-2012, etc.)
 .
 This package contains developer documentation.
Homepage: https://directory.fsf.org/project/libgcrypt/
Multi-Arch: foreign

Package: libgdata-common
Priority: optional
Section: libs
Installed-Size: 882
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: libgdata
Version: 0.18.1-2+apertis1bv2024dev2b1
Filename: pool/target/libg/libgdata/libgdata-common_0.18.1-2+apertis1bv2024dev2b1_all.deb
Size: 109468
MD5sum: 662cfc9e311d523f15a0f97cac7558af
SHA1: d77f6ff538b2eb8d3d3680378f50ca1a6ee83d95
SHA256: d20e0fce8d6244beaf8707b4378fdee6cc940f68d54f8afe61f82bb29d3acf5f
SHA512: 1bec68d1e4273e85bb3d064e191b1475218ad1486d502ce8ccca513b1f717c11bce0262ccdd9e37c8dcbaaf93681c06d60b4478d8c685efe97af6d3ff504d810
Description: Library for accessing GData webservices - common data files
 libgdata is a GLib-based library for accessing online service APIs using
 the GData protocol — most notably, Google's services. It provides APIs
 to access the common Google services, and has full asynchronous support.
 .
 This package contains the common data files for libgdata.
Homepage: https://wiki.gnome.org/Projects/libgdata
Multi-Arch: foreign

Package: libgdata-dev
Priority: optional
Section: libdevel
Installed-Size: 3417
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libgdata
Version: 0.18.1-2+apertis1bv2024dev2b1
Depends: libgdata22 (= 0.18.1-2+apertis1bv2024dev2b1), gir1.2-gdata-0.0 (= 0.18.1-2+apertis1bv2024dev2b1), libgcr-3-dev, libglib2.0-dev (>= 2.44.0), libjson-glib-dev (>= 0.15), libsoup2.4-dev (>= 2.56), libxml2-dev
Suggests: libgdata-doc
Filename: pool/target/libg/libgdata/libgdata-dev_0.18.1-2+apertis1bv2024dev2b1_amd64.deb
Size: 225320
MD5sum: 13e8ed86825fe33bdd2909e804dc1e6a
SHA1: dfa300d4a5d7f635f54c6b73daee7a9945e050ec
SHA256: b21ac5c57be1cdefc85d938277350d18cc0f16222ddb41ba17a4643934bb7670
SHA512: b0ee33a1118c137fd1fee5fcb5976eb3f154da921251f12944279ea8840e00955a67bd4a75260a45a990c24ef822acff4e851dfcf14c3105813f137fff90af32
Description: Library for accessing GData webservices - development files
 libgdata is a GLib-based library for accessing online service APIs using
 the GData protocol — most notably, Google's services. It provides APIs
 to access the common Google services, and has full asynchronous support.
 .
 This package contains the headers and development libraries needed to
 build applications using the libgdata library
Homepage: https://wiki.gnome.org/Projects/libgdata
Multi-Arch: same

Package: libgdata-doc
Priority: optional
Section: doc
Installed-Size: 5208
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: libgdata
Version: 0.18.1-2+apertis1bv2024dev2b1
Recommends: libgdata-dev
Suggests: devhelp
Filename: pool/target/libg/libgdata/libgdata-doc_0.18.1-2+apertis1bv2024dev2b1_all.deb
Size: 310908
MD5sum: 1f4e18f12de5d89552c5c4c4978ceeb4
SHA1: b5b4e1b4016c3e2ba0294f5489096a59046740f9
SHA256: b6181839d31c7c595ca75a7c7fc57c7cb13d8ad0cde2e4f37891cfe2ec99a81e
SHA512: db906a5e53552cfe793bb07c9662c0373f92117c464d498ebebdc058619bd7354ee05fb8efc27efc0c0a317db7d34179f19cd6c5f289ed129a8f75162ee91525
Description: Library for accessing GData webservices - documentation
 libgdata is a GLib-based library for accessing online service APIs using
 the GData protocol — most notably, Google's services. It provides APIs
 to access the common Google services, and has full asynchronous support.
 .
 This package contains the HTML documentation for the libgdata library
Homepage: https://wiki.gnome.org/Projects/libgdata
Multi-Arch: foreign

Package: libgdata-tests
Priority: optional
Section: libs
Installed-Size: 3833
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libgdata
Version: 0.18.1-2+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libgdata22 (= 0.18.1-2+apertis1bv2024dev2b1), libglib2.0-0 (>= 2.44.0), libjson-glib-1.0-0 (>= 1.5.2), libsoup2.4-1 (>= 2.56.0), libuhttpmock-0.0-0 (>= 0.5.3), libxml2 (>= 2.7.4)
Filename: pool/target/libg/libgdata/libgdata-tests_0.18.1-2+apertis1bv2024dev2b1_amd64.deb
Size: 459864
MD5sum: 5e260cf1183075a014ecb6344331ef48
SHA1: 28de9f8044205a31376d55f5da2b858217141d35
SHA256: 6476d5804722e17f65b25b419d3bb05801efe5056ddd3a16583b6cdf8abd9ef8
SHA512: 88f897292736518e4f189cd9f3f851db19ca156da5bd9e7267d27592f9284580ec31ebe05752b42600624571af5caf91c2ac64133e04d8f80424874615a7ce25
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: 896
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libgdata
Version: 0.18.1-2+apertis1bv2024dev2b1
Depends: libgdata-tests (= 0.18.1-2+apertis1bv2024dev2b1)
Filename: pool/target/libg/libgdata/libgdata-tests-dbgsym_0.18.1-2+apertis1bv2024dev2b1_amd64.deb
Size: 660760
MD5sum: cabfb34f88198d68d89143a81fd188c5
SHA1: d4423e5d146c48fd1b7d684ec2ce8ddd3b330c9b
SHA256: 11e9b3636f9bcab5b34382e3a2c7ba91428945650ca725b1e7b0b04c53891154
SHA512: 5fd1a87ab2e99c9f9112653132e3798d435d22808e490e0dc7b17b3c45ff14b429aa139671b040d56e98106639bf040e95527ea067236a7cd75ccb6b8c1462e3
Description: debug symbols for libgdata-tests
Auto-Built-Package: debug-symbols
Build-Ids: 0f83490a8930f0da0f208d8919ee3bc735c22f24 17bcdf790d451a0f06ee3e12047a7fbdd62ab0e7 1eabd5e0d42f19457530ad046877d2b8b39bd406 25388e6c32a05ca55bf218df423d9cc2f0b896fe 5d1fc5b04460e26825a2c48b82272904a4b2f37e 7289739d0236b6ca55a05f1ccc649831edf3f5b5 798d9ebf63293e49bf0179796d65ba9c54a107a8 7cd2798b96f1dd29d6280ede5aabcab566ebd5fd bebe5601fb203456437899d9716ffb6ca7f2efb9 d03b4664180a45858fb37e97e727cb8fdff5584e d339130ecce5719b9ada4a26fe39646a8bcb42a9

Package: libgdata22
Priority: optional
Section: libs
Installed-Size: 985
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libgdata
Version: 0.18.1-2+apertis1bv2024dev2b1
Depends: libc6 (>= 2.14), libgcr-base-3-1 (>= 3.8.0), libglib2.0-0 (>= 2.44.0), libjson-glib-1.0-0 (>= 1.5.2), libsoup2.4-1 (>= 2.56.0), libxml2 (>= 2.7.4), libgdata-common
Filename: pool/target/libg/libgdata/libgdata22_0.18.1-2+apertis1bv2024dev2b1_amd64.deb
Size: 275816
MD5sum: 644ea3af9e967c7b4698adf637b81936
SHA1: f3c0dddd44a1e4960977f868c6c6b96022747091
SHA256: 06cfd66f23cd2313bc9e240123aa76e1308831cb07c0aa3cb18d3984a249358f
SHA512: 052d7830757c5c9dc2d4023d0beb5d4ff0f44717a3c8483161bb914ff4676163380694051f261ee3329dfa51c7a5260b5acaf20d9cec22f586e32b04d63e317f
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: 990
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libgdata
Version: 0.18.1-2+apertis1bv2024dev2b1
Depends: libgdata22 (= 0.18.1-2+apertis1bv2024dev2b1)
Filename: pool/target/libg/libgdata/libgdata22-dbgsym_0.18.1-2+apertis1bv2024dev2b1_amd64.deb
Size: 845012
MD5sum: 66cf8d8801de34f325a03945e26e6f84
SHA1: b03d4151f6c0181ad86f20fd60dc9ebf05edf8e4
SHA256: 78ba233dfe23b75fb69a313035f41b0694e8fe0e62dcba2eed44eaf3bb42c24a
SHA512: c911f4d0cdd14b5b2a493b5a3a0573ce32a0829bb7c9e2796498953c8393a6a507b97376658226e837f9c8874fdfe72726e7cfa050e1d269fae2d2b6e75af26b
Description: debug symbols for libgdata22
Auto-Built-Package: debug-symbols
Build-Ids: 64fdf442b85987cd57330d79e47e9579c4c07ec7
Multi-Arch: same

Package: libgdk-pixbuf-2.0-0
Priority: optional
Section: libs
Installed-Size: 484
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gdk-pixbuf
Version: 2.42.10+dfsg-1+apertis0bv2024dev3b1
Replaces: libgdk-pixbuf2.0-0 (<< 2.40.0+dfsg-6~)
Depends: libgdk-pixbuf2.0-common (>= 2.42.10+dfsg-1+apertis0bv2024dev3b1), shared-mime-info, libc6 (>= 2.34), libglib2.0-0 (>= 2.59.0), libjpeg62-turbo (>= 1.3.1), libpng16-16 (>= 1.6.2-1), libtiff6 (>= 4.0.3)
Recommends: libgdk-pixbuf2.0-bin
Breaks: libgdk-pixbuf2.0-0 (<< 2.40.0+dfsg-6~)
Filename: pool/target/g/gdk-pixbuf/libgdk-pixbuf-2.0-0_2.42.10+dfsg-1+apertis0bv2024dev3b1_amd64.deb
Size: 141568
MD5sum: a6ce94d16616d94c044e1d56ea83541d
SHA1: 6457913caa1364feb3377569bf6b2405068ad1cd
SHA256: 54d850d1e96a715a7c567a8ce779ff9476d87ecda3e6d7fe1ffa6eaa853df248
SHA512: 75b94c9e9cebb928ce7478809cfdcd6b74741f6903947803d5f6089f15944647d95b068ed7c7fd3940a5fd367560fd857bb76348a9258d17a589f89ce42e80cb
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: 500
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gdk-pixbuf
Version: 2.42.10+dfsg-1+apertis0bv2024dev3b1
Depends: libgdk-pixbuf-2.0-0 (= 2.42.10+dfsg-1+apertis0bv2024dev3b1)
Filename: pool/target/g/gdk-pixbuf/libgdk-pixbuf-2.0-0-dbgsym_2.42.10+dfsg-1+apertis0bv2024dev3b1_amd64.deb
Size: 376512
MD5sum: 5bb69c267c39634efbd7c30f21e3ab0b
SHA1: 9f12e12e720bf618ac5a32baee5dfaad15de706e
SHA256: 4571fd008d265072cc754d38a64c8810df171b1f9189b2a6623a82dcc3d5fbe4
SHA512: 7bf702433978bce71815106571267f8659640c8f0ed1b8b0ffa45c4f4efe28a1068ae0392e3141b59f9efa53ba5977469122b8fcefd99ba1f179e896647e55f5
Description: debug symbols for libgdk-pixbuf-2.0-0
Auto-Built-Package: debug-symbols
Build-Ids: 00e84d44b04121ce7b11011af13ee7bb49ab5dc1 10b2cef0fabf682cbf0778a28c4fe33654bf02de 111606aae5d1c440904ce3e5ae64ae1926495d39 1bda092a0ada2a7975490bb765ca805cc694a05e 4d8eeb5a3490e97d936053e1933150c9a8ed6771 4e10f8b631c466dd4c3f4b481aa384bccf065ab9 67a5d958f8ff7ad65ca8f15d034c88b61112a743 841921aae779fa186261d656036a49439278a794 91b3fad281d39354ae7b98bbba926d88af409b7b bc66959bc1beed20f673a062e742e633e29e8f9e ce80d9e19655e6e07c8e4ff62b7fa93852ee0baf d04158f9f981656f49eb5c6b2ec7f81832d21979 db910a8672e5a3041b39bdec5f90bec7bd2f61a8
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: amd64
Source: gdk-pixbuf
Version: 2.42.10+dfsg-1+apertis0bv2024dev3b1
Replaces: libgdk-pixbuf2.0-dev (<< 2.40.0+dfsg-6~)
Depends: gir1.2-gdkpixbuf-2.0 (= 2.42.10+dfsg-1+apertis0bv2024dev3b1), libgdk-pixbuf-2.0-0 (= 2.42.10+dfsg-1+apertis0bv2024dev3b1), libgdk-pixbuf2.0-bin (= 2.42.10+dfsg-1+apertis0bv2024dev3b1), libglib2.0-dev (>= 2.56.0), libjpeg-dev, libpng-dev (<< 1.7), libpng-dev (>= 1.6), libtiff-dev, shared-mime-info
Breaks: libgdk-pixbuf2.0-dev (<< 2.40.0+dfsg-6~)
Filename: pool/target/g/gdk-pixbuf/libgdk-pixbuf-2.0-dev_2.42.10+dfsg-1+apertis0bv2024dev3b1_amd64.deb
Size: 54348
MD5sum: 33612a9e9cf9797ada5404b90bae8aca
SHA1: 29d8d78b9c2752ba9f7a7bbf57af8e7b69655c6d
SHA256: f1d673a039c67398b6ad8c4bdf916fe0de4148cac469b040b1602de5e4b4a3cc
SHA512: b0a6ca502150a5e5858f694d46ea0d807ba8224e97be9828d93d4af4586cf2e984a0870fb7c81ad380f9044a5936dd9b5494139a545b940b40e2b93b5275708e
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: 79
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gdk-pixbuf
Version: 2.42.10+dfsg-1+apertis0bv2024dev3b1
Replaces: libgdk-pixbuf2.0-dev (<< 2.36.12-2~)
Depends: libc6 (>= 2.34), libgdk-pixbuf-2.0-0 (>= 2.35.4), libglib2.0-0 (>= 2.56.0)
Breaks: libgdk-pixbuf2.0-dev (<< 2.36.12-2~)
Filename: pool/target/g/gdk-pixbuf/libgdk-pixbuf2.0-bin_2.42.10+dfsg-1+apertis0bv2024dev3b1_amd64.deb
Size: 20600
MD5sum: c04246f68268800240c8d92848bcc497
SHA1: 911a7197191d2c2993cac85990a203650eee535c
SHA256: 2fd707be894935086592c3f6cb74078ce5bb9868eeb1a486fd62b31e3ea42142
SHA512: 2cbfe9840fc3489d23cf568bd70ea515ac445acc737908c31f002647f59c199f671624d36e33f1d54643b153edcff52f6b46883ffa88ee9ccc4e3f6d5f991bdb
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: 50
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gdk-pixbuf
Version: 2.42.10+dfsg-1+apertis0bv2024dev3b1
Depends: libgdk-pixbuf2.0-bin (= 2.42.10+dfsg-1+apertis0bv2024dev3b1)
Filename: pool/target/g/gdk-pixbuf/libgdk-pixbuf2.0-bin-dbgsym_2.42.10+dfsg-1+apertis0bv2024dev3b1_amd64.deb
Size: 18900
MD5sum: 15fa21688a7b0d8811b25a4e4fe0c729
SHA1: 7b9e8cb062660b32428f3203b87af5232256f3b7
SHA256: e6aa3a19ba95126bc480682d8ec37c2fd18a0edaf80fa37a729895fcb80b4284
SHA512: 596e1d79c98a8e7810d3b8cda0fd94c5cb5a90cd1c282f27dd08373a89c5280532ecc75e431d760df02c2b496946ac989b6e12724276a3616744034ed845b416
Description: debug symbols for libgdk-pixbuf2.0-bin
Auto-Built-Package: debug-symbols
Build-Ids: 14b1b97ffe5c7c8f1f2d19ac28486b6fb2c3ed8e 863966bf5e05c8652dd4c1ad0358d3b835a1bf70 c700fdc57b0e750d0619ef60251d6517a1f4e4f7

Package: libgdk-pixbuf2.0-common
Priority: optional
Section: libs
Installed-Size: 2519
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gdk-pixbuf
Version: 2.42.10+dfsg-1+apertis0bv2024dev3b1
Filename: pool/target/g/gdk-pixbuf/libgdk-pixbuf2.0-common_2.42.10+dfsg-1+apertis0bv2024dev3b1_all.deb
Size: 308868
MD5sum: 2ed699a9948642ec6b9736348df4632c
SHA1: 19d13c3ed4b5577faaa5181e029bead9a9c49c0d
SHA256: 32fc0b7fff83558c14c1fd528a4219310a600afe73bcbb31b3d44073de572987
SHA512: ba0c1fc6bb82d74dcf89103962fd1891721affc3de8b673d5bd764a8991710a97a64b6bb5897bf9e3ac7ec97a2518324bcdeaedc29ae6c745ee3ae9e50cfb870
Description: GDK Pixbuf library - data files
 This package contains the common files and translations for the GDK
 Pixbuf library.
Homepage: https://www.gtk.org/
Multi-Arch: foreign

Package: libgdk-pixbuf2.0-doc
Priority: optional
Section: doc
Installed-Size: 1919
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gdk-pixbuf
Version: 2.42.10+dfsg-1+apertis0bv2024dev3b1
Filename: pool/target/g/gdk-pixbuf/libgdk-pixbuf2.0-doc_2.42.10+dfsg-1+apertis0bv2024dev3b1_all.deb
Size: 267852
MD5sum: 0bedcb4b917abc2eb1f7de03d48d0d52
SHA1: 1e4b62fcc0d3ed1ad405629c87cd8dd263fa2fdb
SHA256: 964a8ee67aec3d9bca561bb5de729fca197bfba2edadec2ca76078683c69fb94
SHA512: 4378ff2bf25bdbfc529ea962f339e0e6bf458561db50c7d1305b9adb603166b602dd1d348a8835b9f5f0455e3769e5a9c40d245fe4d694cfb45d5d2f29e4da99
Description: GDK Pixbuf library (documentation)
 The GDK Pixbuf library provides:
  - Image loading and saving facilities.
  - Fast scaling and compositing of pixbufs.
  - Simple animation loading (ie. animated GIFs)
 .
 This package contains the HTML documentation for the GDK Pixbuf library
 in /usr/share/doc/libgtk2.0-doc/ .
Homepage: https://www.gtk.org/
Multi-Arch: foreign

Package: libgeocode-glib-2-0
Priority: optional
Section: libs
Installed-Size: 170
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: geocode-glib
Version: 3.26.3-6+apertis0bv2024dev3b1
Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.65.1), libjson-glib-1.0-0 (>= 1.5.2), libsoup-3.0-0 (>= 3.0.3), geocode-glib-common (>= 3.26.3-6+apertis0bv2024dev3b1)
Breaks: gnome-clocks (<< 43~beta-2~), gnome-initial-setup (<< 43~), gnome-maps (<< 43~), gnome-settings-daemon (<< 43~beta-2~)
Filename: pool/target/g/geocode-glib/libgeocode-glib-2-0_3.26.3-6+apertis0bv2024dev3b1_amd64.deb
Size: 51476
MD5sum: 05323ed9143368d380ecbe1c6e179b8e
SHA1: 16485ebe339b5d92de18810ccd0974cc0458eae6
SHA256: 4bb0780eec28c66a0ddda7dddd037152168fca1839eb11cfad7d17d3b2a37142
SHA512: 65b3433be66ee8726509dda74b1b2af97ba17dc85f8cd4cdf0d022503ada4fbf1bfaecd595570134deddc528b91c272bb2118bc080110f39412f24d0aa159609
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: 144
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: geocode-glib
Version: 3.26.3-6+apertis0bv2024dev3b1
Depends: libgeocode-glib-2-0 (= 3.26.3-6+apertis0bv2024dev3b1)
Filename: pool/target/g/geocode-glib/libgeocode-glib-2-0-dbgsym_3.26.3-6+apertis0bv2024dev3b1_amd64.deb
Size: 115352
MD5sum: 83e5248325158d4b58c4b7f720573727
SHA1: 4304bacbe1dc1d3a665bbd89949a31d34883e22a
SHA256: b291844b0fd9fadd2e06e606bf1ba8fe9a57ae41876d66b0c32d8a19fa17767d
SHA512: b4f44d2a376ae0a99319aafdc6b1c9cc919a2ecb3a2e517500646b2a13dd7d0e6e1a44ba96166b02944a60822201c8106a88f0d01b9fa6a398d2bf6641c9da29
Description: debug symbols for libgeocode-glib-2-0
Auto-Built-Package: debug-symbols
Build-Ids: 16ca81a739056b6e7d9816919a154f216e1f920a
Multi-Arch: same

Package: libgeocode-glib-dev
Priority: optional
Section: libdevel
Installed-Size: 321
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: geocode-glib
Version: 3.26.3-6+apertis0bv2024dev3b1
Depends: libgeocode-glib-2-0 (= 3.26.3-6+apertis0bv2024dev3b1), gir1.2-geocodeglib-2.0 (= 3.26.3-6+apertis0bv2024dev3b1), libglib2.0-dev
Suggests: libgeocode-glib-doc
Filename: pool/target/g/geocode-glib/libgeocode-glib-dev_3.26.3-6+apertis0bv2024dev3b1_amd64.deb
Size: 41484
MD5sum: eb1937c3e8cc93d29898a844c37016a0
SHA1: e65b92e29b0bfb79d257686829cd4060cbec5ca2
SHA256: 9c5e8099500e305a2957ddb620791a939887a77c66a5177b93b3b07b4795ced7
SHA512: 0386f2f2fdc4d790968d7b90133dd9a4c19aacacb7aaa3e7fbf88fd15affc00c62f987ca797deb0e17368803f0cb6ec074f6f615807729d963d7c1f6192496e8
Description: development files for geocode-glib library
 Geocode-glib allows you to do geocoding (going from a place name,
 to a longitude/latitude pair) and reverse geocoding (finding a place
 name from coordinates) using the Nominatim service.
 .
 This library should be used in place of Geoclue's D-Bus API for
 geocoding and reverse geocoding.
 .
 This package contains the development files for geocode-glib.
Multi-Arch: same

Package: libgeocode-glib-doc
Priority: optional
Section: doc
Installed-Size: 485
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: geocode-glib
Version: 3.26.3-6+apertis0bv2024dev3b1
Filename: pool/target/g/geocode-glib/libgeocode-glib-doc_3.26.3-6+apertis0bv2024dev3b1_all.deb
Size: 50296
MD5sum: 8f6f250faeb110728db2393e88821116
SHA1: f30fdc72869d7817099fb6d8f2af503eab4e48fc
SHA256: 3a2729bce6755213ec3cee199dd7953532391bf15b73bf32c725874106a8b4fe
SHA512: 486d37cdb16050225c34021b409779106f34ada467be070a08d9f1071930ac8fa77b7461d1722d9516e671ce877c8bc0c101ffb96da43727dafde656fc92c435
Description: gtk-doc documentation for geocode-glib library
 Geocode-glib allows you to do geocoding (going from a place name,
 to a longitude/latitude pair) and reverse geocoding (finding a place
 name from coordinates) using the Nominatim service.
 .
 This library should be used in place of Geoclue's D-Bus API for
 geocoding and reverse geocoding.
 .
 This package contains the documentation for geocode-glib.
Multi-Arch: foreign

Package: libgeocoding8
Priority: optional
Section: libs
Installed-Size: 16894
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libphonenumber
Version: 8.12.57+ds-3+apertis1bv2024dev2b1
Depends: libabsl20220623 (>= 0~20220623.0-1), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libicu72 (>= 72.1~rc-1~), libphonenumber8-protobuf32, libstdc++6 (>= 5.2)
Filename: pool/target/libp/libphonenumber/libgeocoding8_8.12.57+ds-3+apertis1bv2024dev2b1_amd64.deb
Size: 1263512
MD5sum: e9861ff74979edd710892e86a2035163
SHA1: 6299e58495f1ce81073b60f8cd1dfaa7cd421d29
SHA256: 00ea9310d82030298c783b52d4ed9b4b956cf440240a7a3de57b9d98ea1e6d4e
SHA512: 8161e9af80584ba11b629f6080def2428593ffde7328c8b4c87495ee5215632c9ca0d4613137e6ff1bede50bad229e861483119a6096fdb4242ad80c376eeec7
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: 941
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libphonenumber
Version: 8.12.57+ds-3+apertis1bv2024dev2b1
Depends: libgeocoding8 (= 8.12.57+ds-3+apertis1bv2024dev2b1)
Filename: pool/target/libp/libphonenumber/libgeocoding8-dbgsym_8.12.57+ds-3+apertis1bv2024dev2b1_amd64.deb
Size: 391256
MD5sum: d5c57264dd4296d7a8d0d38a1f833992
SHA1: 929a2bd07699752758ed0e0cd9c9ccb07974a70f
SHA256: 94ef4674a368a47031ac6e56d1f8f4ddeaed2ba643540b54a25cf4304982d0aa
SHA512: 14f64554a54426763745a7ed9c8c4a0eb0a0ec86659a6cd2842de35935837c1a33be3282827d0fca1e1ce380b6183f05afebaad6c68ccbe18ef6069c2a4e6eac
Description: debug symbols for libgeocoding8
Auto-Built-Package: debug-symbols
Build-Ids: b3214a168129d61f7a81b315f7ad8450891bb533
Multi-Arch: same

Package: libgeoip-dev
Priority: optional
Section: libdevel
Installed-Size: 346
Maintainer: Patrick Matthäi <pmatthaei@debian.org>
Architecture: amd64
Source: geoip
Version: 1.6.12-10+apertis0bv2024dev2b1
Depends: libgeoip1 (= 1.6.12-10+apertis0bv2024dev2b1), geoip-bin (= 1.6.12-10+apertis0bv2024dev2b1)
Filename: pool/target/g/geoip/libgeoip-dev_1.6.12-10+apertis0bv2024dev2b1_amd64.deb
Size: 75672
MD5sum: f8c78822e8a286382718b5f95b4891d0
SHA1: de4ef79e9e27003ced231479e533c614e5f035c9
SHA256: 4c01045bb067cc2187eb9afae805cafcdcc305a55095331b9d56d9d6da650f9e
SHA512: 0c33b6fa9f631234815595dc14b0df0a2cd74876fa1015f57484b4a6ea0e50005c2d31267174beedd1fb3e4b04e60cb36947746e0c2a10ad4a20ea1b82ca2564
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: 279
Maintainer: Patrick Matthäi <pmatthaei@debian.org>
Architecture: amd64
Source: geoip
Version: 1.6.12-10+apertis0bv2024dev2b1
Depends: libc6 (>= 2.33)
Recommends: geoip-database
Suggests: geoip-bin
Filename: pool/target/g/geoip/libgeoip1_1.6.12-10+apertis0bv2024dev2b1_amd64.deb
Size: 85108
MD5sum: b5eb4231c3cd1a7735a96af364b88ed7
SHA1: bd4b484ce2338f0f7058406b5bf35b56ce09e3ee
SHA256: d018b7810d7b4699aae8235968da6518ea65f5832bc4f7d31a7659d5c676b295
SHA512: 5f317f8e4349a533bb1926db3ed3c59305957b6efbb0ed5b0f1a6cfdd79074ee3be3fd97b3c9492936c76eb066629b070903b0c562b2f290dd16ff59e4c1ab0c
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: 93
Maintainer: Patrick Matthäi <pmatthaei@debian.org>
Architecture: amd64
Source: geoip
Version: 1.6.12-10+apertis0bv2024dev2b1
Depends: libgeoip1 (= 1.6.12-10+apertis0bv2024dev2b1)
Filename: pool/target/g/geoip/libgeoip1-dbgsym_1.6.12-10+apertis0bv2024dev2b1_amd64.deb
Size: 71420
MD5sum: c043ca5572f8ea971dbdc89b41d6d331
SHA1: 637c76dd626a188b07487a9eefe66a82cc754d2d
SHA256: b27fc972a3255b4dccec13a9e3a5fc1b641772820b18c883a07b8e6041a2a2d6
SHA512: 073653703324314c0b44a033b59ea8bf7f1b4c008b779df7dcf6029530a004962409ad97c3136fe466418ea3d7d774de8302a3da6f18eabea45434126f8dbaf7
Description: debug symbols for libgeoip1
Auto-Built-Package: debug-symbols
Build-Ids: 6af9f64161c546eda060fab715b9590bbc3b9c60
Multi-Arch: same

Package: libgexiv2-2
Priority: optional
Section: libs
Installed-Size: 246
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gexiv2
Version: 0.14.0-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.29), libexiv2-27 (>= 0.27.5), libgcc-s1 (>= 3.0), libglib2.0-0 (>= 2.37.3), libstdc++6 (>= 11)
Filename: pool/target/g/gexiv2/libgexiv2-2_0.14.0-1+apertis0bv2024dev2b1_amd64.deb
Size: 72756
MD5sum: 5bd398d211887a99b684bd1903f8d068
SHA1: 655b8881d9ce8906e0559801873cf73873cc86a4
SHA256: 382c652630b6382cebd52c07862327703b81c736ee3b14736bd136f47909d3be
SHA512: 86a08f9185d286da9f9d6e46ff37915d7041403a29a1a0a61609e8783c00134a55d4479a2179c40bbbaa4f1f7025f1eecbf37c72cf1271bd1670a5329cf3d924
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: 681
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gexiv2
Version: 0.14.0-1+apertis0bv2024dev2b1
Depends: libgexiv2-2 (= 0.14.0-1+apertis0bv2024dev2b1)
Filename: pool/target/g/gexiv2/libgexiv2-2-dbgsym_0.14.0-1+apertis0bv2024dev2b1_amd64.deb
Size: 643148
MD5sum: 65ed00e71ee235259b16404a8313a648
SHA1: 4f428d99964a2868a4640e57ed024d9cda4a2d7d
SHA256: 2a293c4a652a6b2ff22c49cdf0014a3e89dea6cb41bcb9203cfd064a19768c4e
SHA512: 8c8ef5c3480dfbcdae593567abae8a8550c3037fb299b69ff96f4b49d8e7c4f4172daa261f8f926f794353e49d6169db5e53f3fa271716d92743cd9548f9e913
Description: debug symbols for libgexiv2-2
Auto-Built-Package: debug-symbols
Build-Ids: 688e50ab16914d3d049fe38e4e111b8fae840bd7
Multi-Arch: same

Package: libgexiv2-dev
Priority: optional
Section: libdevel
Installed-Size: 351
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gexiv2
Version: 0.14.0-1+apertis0bv2024dev2b1
Depends: gir1.2-gexiv2-0.10 (= 0.14.0-1+apertis0bv2024dev2b1), libexiv2-dev, libgexiv2-2 (= 0.14.0-1+apertis0bv2024dev2b1), libglib2.0-dev
Suggests: libgexiv2-doc
Filename: pool/target/g/gexiv2/libgexiv2-dev_0.14.0-1+apertis0bv2024dev2b1_amd64.deb
Size: 33816
MD5sum: ed97d918d3e9eae9a9fb7a6830db44b0
SHA1: da808e25b1ed6ec90a283232dcbf4618442b66c6
SHA256: 5f135c9abbd3c6d8db2a508218db38b065c0ea2a4095216583f46e10c46a54f2
SHA512: ec3c960c40c40e60652a8f69bb869e46b474dd89c60ee2986acfdf334021da17f51a85cf573f3364a9d8e4de514eed1d98753841ff19f4611c5746e7ff0e166a
Description: GObject-based wrapper around the Exiv2 library - development files
 gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the basic
 features of Exiv2 available to GNOME applications.
 .
 This package contains the static library and header files.
Homepage: https://wiki.gnome.org/Projects/gexiv2
Multi-Arch: same

Package: libgexiv2-doc
Priority: optional
Section: doc
Installed-Size: 643
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gexiv2
Version: 0.14.0-1+apertis0bv2024dev2b1
Filename: pool/target/g/gexiv2/libgexiv2-doc_0.14.0-1+apertis0bv2024dev2b1_all.deb
Size: 42248
MD5sum: 009ccb03f9935e6f8f30db224123c86f
SHA1: 6a2686e3131bd2e26e4a732fb59c545c9525a764
SHA256: 97c094c4896414e193353fd65677a5782f2f819d292e7a4911354bdd1a406179
SHA512: 06c82f9a695b41b39dc66e6e1f2a0d8ab86ae6fdcc1d8e966d2f969ac3599b8cfe30b6c5ee6125b9fe82dfef7a3a7202277efa1b42593287fe44b37879a5c3e7
Description: GObject-based wrapper around the Exiv2 library - documentation
 gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the basic
 features of Exiv2 available to GNOME applications.
 .
 This package contains the API documentation.
Homepage: https://wiki.gnome.org/Projects/gexiv2
Multi-Arch: foreign

Package: libgflags-dev
Priority: optional
Section: libdevel
Installed-Size: 637
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
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_amd64.deb
Size: 101080
MD5sum: 20614950f4e96b67e5767cb36eccd446
SHA1: 8a5c8125ff3a5ac18abb02f34a71fe837244e8ac
SHA256: 51de74b09ec6edddb5c18679f9a288b84bb040a44f0d9441d46fc20a57f6817c
SHA512: 563a7a4110aa7a45f8bedba17df4aa9273977b0598be2c4e0b05d663e4dac56ac6bd27729c03729e16fbe422258a82778309bff7d22971ab3b4ea14bd09e81c3
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: 340
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
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_amd64.deb
Size: 83832
MD5sum: b0a2a7f591e6c1d6851924fc7becda45
SHA1: b4afb33d50da1af52daf4cc52c2eb485ea2669da
SHA256: f32166f935ee06e4eb633d7fc82e58fbfc182036f63b331c1d299d862d10db69
SHA512: 8f995fec2c605905a1dbf788598299921ef9cc8835b6a2c69480857fab05af1d9a265070f7c15b4ed7b5d1cd5670694f110805b0f19b4278bc1fff5dbe8ba38f
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: 1494
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
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_amd64.deb
Size: 1449804
MD5sum: 17466a402041a458d8928e7af2784843
SHA1: af8cecfd5638cb490580a5e340156bccb3f8e9f7
SHA256: 57d94e6304b999df1e060c5c9717d07ac5a920b789e3161838e7dabbbd1933a7
SHA512: 3de4c7f4e3e887662eeefaa6ce28abc4107ab57f3f5816c495f1ab9842ae229e422e0ee256a42eecc8c3b62df64674b6d46752ca147a0ffc4991bb4469a03064
Description: debug symbols for libgflags2.2
Auto-Built-Package: debug-symbols
Build-Ids: 514b3390290442a84afbba843043a225c5cb28b4 825a8d6dfb57384624ceeecf1dd66ac9c61386dc

Package: libgfortran-12-dev
Priority: optional
Section: libdevel
Installed-Size: 5176
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 833712
MD5sum: 5dbafdf5b977f78a88b095cff9b0309c
SHA1: 4746787fc35473094ae95267050b5d04963614c4
SHA256: 404fc5f2522920cf94e54002e776a75c9c791bc8d92af2a85cc27ff0d04b9ca3
SHA512: 38fcee8db1b2fe3e6a5d5e1f59a35d32e7a361ab1c6ce40b632ceb1a85e12934173d3dbf18be13a2967afe7d05ef325a68fd9488dd554dba032a2af8aa809a96
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: 2925
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6 (>= 2.34), libgcc-s1 (>= 4.3), libquadmath0 (>= 4.6)
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_amd64.deb
Size: 792928
MD5sum: 4351bc608845c73257c13e75a528714b
SHA1: 4d2e411cf23c0d0f9efc740ad05fe48096bee1cb
SHA256: 329fbf922d4b9f1cbdbdcb60f3962396f48113ccdc3fac5cb4001baa2e084135
SHA512: 249c493b69204cd959e78e3b5a13e11b7658809ed240a1012c4e0c6ad23de08e5cfedbb6a8ede46bae0d2a4c35b879042e163fddba889935157272cd9b84ef1d
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: 1919
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 1810272
MD5sum: 6dabdceac0605edc5a01beea6c88d22e
SHA1: 890e2bb0ce2edc9e4fe183b9d1e4fe5be289b31d
SHA256: 7628fd579c450f1198cc92bd99b70ff82b5205a05255be0d06b7573751eac5b7
SHA512: 9f562b6b102714a63aad468df7f8410f6850eae9113e87db45e109a4265c58847de6b40d2d31569c909c66e412fd85110a9a13d34761ae4d1db4a66b4c4cece3
Description: debug symbols for libgfortran5
Auto-Built-Package: debug-symbols
Build-Ids: c1df68ceedceff9136f338c0358fda2e062ff35d
Multi-Arch: same

Package: libgif-dev
Priority: optional
Section: libdevel
Installed-Size: 107
Maintainer: David Suárez <david.sephirot@gmail.com>
Architecture: amd64
Source: giflib
Version: 5.2.1-2.5+apertis0bv2024dev2b1
Depends: libgif7 (= 5.2.1-2.5+apertis0bv2024dev2b1)
Filename: pool/target/g/giflib/libgif-dev_5.2.1-2.5+apertis0bv2024dev2b1_amd64.deb
Size: 45824
MD5sum: 0346d1f5b51ea40874922b98867a4432
SHA1: ece77ea8101fcfd7ca8952405ba3955ca78df5b0
SHA256: 98deb8a3d888f00a4f43201a6ad47d351fd8dae0491c8ae1b32e79ef90e5a1d1
SHA512: d21c05e49dfa914205cff9b17dd664372a6cc4a372cdee06ad26149d1356447420fd6a27ac60bec3305840ef8b4d5c792cbc09e070c0cddf211fa5285fc9b8b8
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: 80
Maintainer: David Suárez <david.sephirot@gmail.com>
Architecture: amd64
Source: giflib
Version: 5.2.1-2.5+apertis0bv2024dev2b1
Depends: libc6 (>= 2.14)
Filename: pool/target/g/giflib/libgif7_5.2.1-2.5+apertis0bv2024dev2b1_amd64.deb
Size: 42984
MD5sum: 1790879ed7b44adb07f7629460ce2661
SHA1: 17de4ea1a174c121d92be4cf83bdc3507b41f4c2
SHA256: b57ba21db99d3ed174e04ed6da49f653e3e349c383b096b2291a58d31496380e
SHA512: e89ebd0ec7fcfcca2e653cfa6a37970c3fe2aba5925a55c4d3bf488ec13532ef51f151c0319292221d631a6e3da90028685c632977958875789c0ad3c1da968d
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: 55
Maintainer: David Suárez <david.sephirot@gmail.com>
Architecture: amd64
Source: giflib
Version: 5.2.1-2.5+apertis0bv2024dev2b1
Depends: libgif7 (= 5.2.1-2.5+apertis0bv2024dev2b1)
Filename: pool/target/g/giflib/libgif7-dbgsym_5.2.1-2.5+apertis0bv2024dev2b1_amd64.deb
Size: 41432
MD5sum: 58d3cbe24f0c6f864c19ad73e513ae85
SHA1: 69fb69ffcc0529274f286fea8ef07401df29009b
SHA256: 4dd4bcc6d3fe0a41f8faecd0163da7e2a8fdd41f784b4942784c42762a8445f3
SHA512: afd973c23ea8dc9b2abdf48d89eab8f97eacfb9471faa4aaf3a43c2a5e772c1392e68cdc213e2aa5643dc286f8bc626c3cb3de126f0038915605a641a81508e9
Description: debug symbols for libgif7
Auto-Built-Package: debug-symbols
Build-Ids: 9ea2d35ea7ac1042b47010865806f88d4dc054b3
Multi-Arch: same

Package: libgirepository-1.0-1
Priority: optional
Section: libs
Installed-Size: 296
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gobject-introspection
Version: 1.74.0-3+apertis1bv2024dev2b1
Provides: libgirepository-1.0-1-with-libffi8 (= 1.74.0-3+apertis1bv2024dev2b1)
Depends: libc6 (>= 2.29), libffi8 (>= 3.4), libglib2.0-0 (>= 2.74.0)
Breaks: libcjs0 (<< 4.8.2-1+b1), libgjs0g (<< 1.68.4-1+b1), libglib-object-introspection-perl (<< 0.049-1+b2), python-gi (<< 3.42.0-1+b1), python3-gi (<< 3.42.0-1+b1), ruby-gobject-introspection (<< 3.4.3-1+b2)
Filename: pool/target/g/gobject-introspection/libgirepository-1.0-1_1.74.0-3+apertis1bv2024dev2b1_amd64.deb
Size: 101292
MD5sum: ef9be5fa44d8c116cdcbca901322dceb
SHA1: dcb8d4e9f18ec445d4c4ed3ecd5d870ed943df9b
SHA256: 8c39a0d2beeb241109b11fedff0377bb8e13b99b1317832e3b2d3175782afc16
SHA512: 6ad44efd30afa79e14aa3192903a67730ef205d3f0a3347175291a5b4deb04f618251246b5c2a2f534e7136f41fbf12e31c4e6d5692db628ca5fae304b987dd2
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: 330
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gobject-introspection
Version: 1.74.0-3+apertis1bv2024dev2b1
Depends: libgirepository-1.0-1 (= 1.74.0-3+apertis1bv2024dev2b1)
Filename: pool/target/g/gobject-introspection/libgirepository-1.0-1-dbgsym_1.74.0-3+apertis1bv2024dev2b1_amd64.deb
Size: 292904
MD5sum: 55022efd53d2eadcffd6b95357ac6f67
SHA1: 45a1e262b01f2574278302203afafdf46ba6b997
SHA256: 824bc90342720710ee0d232993a7d58faf16d609fef5d3fa4bb1b8748459dac1
SHA512: c1229ed8b982224a3fc9bd924f7c3dedf4d9d14b9e438160842aa5f95b69ddd05b6d945b43d4e09c333a925457a2814cc943a2c7071070dafb47a631309028a2
Description: debug symbols for libgirepository-1.0-1
Auto-Built-Package: debug-symbols
Build-Ids: 8e75170b4ca13c9dbf48ebe77530dfd866cd13dc
Multi-Arch: same

Package: libgirepository1.0-dev
Priority: optional
Section: libdevel
Installed-Size: 11920
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gobject-introspection
Version: 1.74.0-3+apertis1bv2024dev2b1
Depends: libgirepository-1.0-1 (= 1.74.0-3+apertis1bv2024dev2b1), gobject-introspection (= 1.74.0-3+apertis1bv2024dev2b1), gir1.2-glib-2.0 (= 1.74.0-3+apertis1bv2024dev2b1), gir1.2-freedesktop (= 1.74.0-3+apertis1bv2024dev2b1), libglib2.0-dev (>= 2.74.0), libffi-dev (>= 3.4)
Suggests: libgirepository1.0-doc
Filename: pool/target/g/gobject-introspection/libgirepository1.0-dev_1.74.0-3+apertis1bv2024dev2b1_amd64.deb
Size: 889740
MD5sum: 2a62886efa774757642b3253f0160eb4
SHA1: a4e8c3156dc25bd1a41197829c743c478ae93f58
SHA256: 4a1073f2e426611c98459a98e0c6b72d144f479274692b0c091eb4b63c53b8e0
SHA512: 28e45a26e4ae66593607c0031b5fbc93505738f51ed6b7c2a8b5b04c575ffa97775dc9caa182dccc1347e5c99d0b183f5286e3c64882cbd0bbd748ba9fabaeb5
Description: Library for handling GObject introspection data (development files)
 GObject Introspection is a project for providing machine readable
 introspection data of the API of C libraries. This introspection
 data can be used in several different use cases, for example
 automatic code generation for bindings, API verification and documentation
 generation.
 .
 GObject Introspection contains tools to generate and handle the
 introspection data.
 .
 This package contains the headers for the C library for handling the
 introspection data.
Homepage: https://wiki.gnome.org/GObjectIntrospection

Package: libgirepository1.0-doc
Priority: optional
Section: doc
Installed-Size: 1090
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gobject-introspection
Version: 1.74.0-3+apertis1bv2024dev2b1
Recommends: libglib2.0-doc
Filename: pool/target/g/gobject-introspection/libgirepository1.0-doc_1.74.0-3+apertis1bv2024dev2b1_all.deb
Size: 86180
MD5sum: 320e28383c077ee49e2e7588f04ababa
SHA1: 92296fe210ad1c05c1c4e7115160116a9b275b34
SHA256: 2a54144a7e6ac73c0ebe5e50fbb9db8153940b64034be44a239bb52fc24714fe
SHA512: 67b5b780b35cdc5d77e2f88d09bb53a055a61675ddf896f90643ea88581151d3e26fb4562ef4ee45fdd378c54a619e766e178d6259c0503c3cc81a5ea8237d7f
Description: Library for handling GObject introspection data (documentation)
 GObject Introspection is a project for providing machine readable
 introspection data of the API of C libraries. This introspection
 data can be used in several different use cases, for example
 automatic code generation for bindings, API verification and documentation
 generation.
 .
 GObject Introspection contains tools to generate and handle the
 introspection data.
 .
 This package contains the documentation for the C library for handling the
 introspection data.
Homepage: https://wiki.gnome.org/GObjectIntrospection
Multi-Arch: foreign

Package: libgl-dev
Priority: optional
Section: libs
Installed-Size: 1366
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Replaces: libgl1-mesa-dev (<< 19.3.0~rc6-1), libglvnd-dev (<< 1.3.0-1), mesa-common-dev (<< 19.3.0~rc6-1)
Depends: libgl1 (= 1.6.0-1+apertis0bv2024dev3b1), libglx-dev
Breaks: libgl1-mesa-dev (<< 19.3.0~rc6-1), libglvnd-dev (<< 1.3.0-1), mesa-common-dev (<< 19.3.0~rc6-1)
Filename: pool/target/libg/libglvnd/libgl-dev_1.6.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 101784
MD5sum: 1b89892645d6c6a49cd094a9a18d14a6
SHA1: 90266bea231c7dac42e8089e2638791d2d406391
SHA256: 964bbf03254a7ade9cee5dc3eadaa6ba1b685ef3469ab0ac9cd2ba1935948085
SHA512: 6acfc303ee551026ac0bcf89b28b330639de9662bfc9f808f4e05e461cefe97801be133597d8c4c063c7d836e9625d3699afaed503327885ff0d111fcf8d7821
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: 655
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libglvnd0 (= 1.6.0-1+apertis0bv2024dev3b1), libglx0 (= 1.6.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libg/libglvnd/libgl1_1.6.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 90756
MD5sum: 41bbfcb752c1296b4aaaaa0b69527158
SHA1: 408a6273b54ce25025ea2873b19c3ed98d4f2b39
SHA256: 3ff120c8ae7385f785d5363c547d1923f4d605e21ae47e8f529f03afef4a1674
SHA512: dc4259eadea8b4e9827ed3f2072167d713886616e10194d8a81ffeae05a432579a832a24a1a56aae250223318ffce7603bd6a847a8a75daf161b3d45c6526af0
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: 216
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Depends: libgl1 (= 1.6.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libg/libglvnd/libgl1-dbgsym_1.6.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 70652
MD5sum: 421be4c52e4518d542fc7e4b335ed26c
SHA1: 4619109ac89efb8de49c3e54882753808daf75e4
SHA256: 5ef0eb452b3d358cd927d95b856d454557a71383b750107e8ed45a59ec3679ae
SHA512: 0bf5fd4e30aaf70d0a8dbd69bd850b88871110c8d8fa61d92c270dc6c4a0fdacddfd8f339d716971c7ee62f7a0644ead17d9aab3ad369c4b9470cf53863ddb0a
Description: debug symbols for libgl1
Auto-Built-Package: debug-symbols
Build-Ids: 0c56dbecd54498517f8efb123eba70e5e260c0d9
Multi-Arch: same

Package: libgl1-mesa-dev
Priority: optional
Section: oldlibs
Installed-Size: 71
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libgl-dev, libglvnd-dev
Filename: pool/target/m/mesa/libgl1-mesa-dev_22.3.6-1+deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 52596
MD5sum: 788202f9ca8647712823ea3831aebfb9
SHA1: 97217cc8b4756938928b2233f2a39fd2855608d8
SHA256: df4164d241dfde17bc2391f9853ace1183ed92a69f63d8462c2e9226ab112cd1
SHA512: ff6d73e372af02fd57e90aba95e45d411e644bc597f91cbf6858bd8d7757dc1b313720fb8b19c350f5a54e3f3bef7b94f49a26b06ead62e66dbc6c74fa8e64f2
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: 21332
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libdrm-intel1 (>= 2.4.38), libdrm-nouveau2 (>= 2.4.66), libdrm-radeon1 (>= 2.4.31), libdrm2 (>= 2.4.75), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.4), libglapi-mesa (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1), libllvm15, libsensors5 (>= 1:3.5.0), libstdc++6 (>= 11), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Filename: pool/target/m/mesa/libgl1-mesa-dri_22.3.6-1+deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 5861796
MD5sum: 8ef76075dea05b59edabc1b14ea53799
SHA1: 4baf7ab89713f45671ad901888064ab721292a08
SHA256: a12dab4e2019377f6693b8ed9b4ffbe7ff1a26ad07d84e579869e4a306ee7c12
SHA512: 0b69b8655665e9137580eabff6962c0f91109c06945c40485b3383878be4604b1f2c68c9a6bffbe61b0af1955e9e630458c25d53309f580014986fccf671103b
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: 34476
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libgl1-mesa-dri (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/m/mesa/libgl1-mesa-dri-dbgsym_22.3.6-1+deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 33548752
MD5sum: 2d4209378767703f0439b34fb832f58a
SHA1: 2b1d9b2d93a554f2d662dff6f364bf8727e6bc2e
SHA256: 0c4818d3a35743b79f6fd512580046865317f6fb26430a60ec951705625376d5
SHA512: f029ed4dde873b22565a466d3418eee6c6b94ee9b061e900d033002fc352cef63d9cfb9a3abab29b027a83cfffad2bd90d3bfa4f3c4344564d802e15dd91b12d
Description: debug symbols for libgl1-mesa-dri
Auto-Built-Package: debug-symbols
Build-Ids: 17684693fb598c05c5734c093c3de9b13d5bd5a8
Multi-Arch: same

Package: libgl1-mesa-glx
Priority: optional
Section: oldlibs
Installed-Size: 71
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libgl1, libglx-mesa0
Filename: pool/target/m/mesa/libgl1-mesa-glx_22.3.6-1+deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 52612
MD5sum: eb8d96c2f0d46b1fd0dbd1e664b1d3f1
SHA1: ab1dba553b417f0eeb769c56754d32ed6d5a0de0
SHA256: 89f3759643b0bbbff222d8d77aa399a5b221f51ad492967e4b6e99a03152516f
SHA512: 8ecdcb99676e5870d45e41ddf0621b25e6701585fec7aa37190b5c84edb1ec4c40fdbd9b1617d8e7b0bbf428b08b9ff6a0a728d0a093a0bca9a630b6e7515683
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: 307
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/m/mesa/libglapi-mesa_22.3.6-1+deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 74076
MD5sum: 693703fab19a6558ea2d1105dcc35cfc
SHA1: 2cae7930d92c608ecab00fc6faf8be820364fefc
SHA256: c449f2def1c8803620868b08f97ad4a07396e7d1ba9f7c670ad0f741fac51a16
SHA512: ff91fa4544c1bc6e7b064d15bdb764e22500e962a42f1b7efd48c16365fff06c4704f20ba8310caf48082c35fae15db6a19d144af504594d86ab5bc1bfe4bd99
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: 113
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libglapi-mesa (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/m/mesa/libglapi-mesa-dbgsym_22.3.6-1+deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 27636
MD5sum: c22b0826dcd2badfb5583c03b29dab91
SHA1: 087f25948c2bd9d984c5dd1bf0e743eb5e70a1df
SHA256: 151fd645dfa6518908d0bb427628d328d15c30dbdcc90e63bbb5993de1847e97
SHA512: b853f6e58f63d661e5a24b2503c62efe35e812410318199c9272610f19c940b34f7c8f38e50770e2e80d81013be6199c26e5c14708ea7d5d2f290785c2bcc789
Description: debug symbols for libglapi-mesa
Auto-Built-Package: debug-symbols
Build-Ids: 1970df757962b7513126aa203c6f4a90f11d830d
Multi-Arch: same

Package: libgles-dev
Priority: optional
Section: libs
Installed-Size: 703
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Replaces: libgles2-mesa-dev (<< 19.3.0~rc6-1), libglvnd-dev (<< 1.3.0-1)
Depends: libegl-dev, libgl-dev, libgles1 (= 1.6.0-1+apertis0bv2024dev3b1), libgles2 (= 1.6.0-1+apertis0bv2024dev3b1)
Breaks: libgles2-mesa-dev (<< 19.3.0~rc6-1), libglvnd-dev (<< 1.3.0-1)
Filename: pool/target/libg/libglvnd/libgles-dev_1.6.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 51972
MD5sum: 7d195ec21e114be98fc346e5476c7b57
SHA1: 5e2fac0f30aaede5d382788cf102a5fe0095f8c2
SHA256: 5fac545cb16455bd23d07ac11fa1de83d975f076a072c2a6a0eb8bfec8168bb0
SHA512: 12e0f91c45e23b1ebf6f5c1b57bb6cb5798062ea5d9e5a9154eaeb44a5481664ec2350385a38831e7ff09ce736ce57bcdae45a1e4f3c3ddfdfda6a8e02defa7a
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: 76
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libglvnd0 (= 1.6.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libg/libglvnd/libgles1_1.6.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 13476
MD5sum: c4e3234210a6f4cc350e23b8d3078d0c
SHA1: d39b84904a62ae52b60da26cdbb62d4c007fd51b
SHA256: 3724c1477de82c6e52032e87d0dc04aa6274b3844a9069c7d9ae83b4e3766e64
SHA512: 74cb801aec284d9855b9b920cd934a1d62dae203d84e42b3bf896f156a7901d57c1c272230cbbba8bef70bc95ab233e530afd0c432304ccafb52bdaff8b48cee
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: 29
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Depends: libgles1 (= 1.6.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libg/libglvnd/libgles1-dbgsym_1.6.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 11448
MD5sum: 535a54683202af693cd6b7856138b91b
SHA1: da6a9d3818b7697de7e8cd502c10f2dfe9e2d386
SHA256: 660371ff2d6cf5e270e994f0de61f093df45aec39f6266b2816faaac54ebf290
SHA512: fbdf27a6540f702541224b1563be95b6c935d013ddf4d81e7708c092189a1a3291d7ebb76f460ade2eb3b58b9d362ef87ba8d34d53a47d520e85d6724fa04ec6
Description: debug symbols for libgles1
Auto-Built-Package: debug-symbols
Build-Ids: f1bf2474093307e076629242c3ceb6b89183e041
Multi-Arch: same

Package: libgles2
Priority: optional
Section: libs
Installed-Size: 108
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libglvnd0 (= 1.6.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libg/libglvnd/libgles2_1.6.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 18568
MD5sum: 65787ebb2506190c3d7f247c666c9010
SHA1: d9678aa44c9262dc622cf50538271e053ba9481d
SHA256: a8e80ad9cf07c799513dadc0e4eb5792f50c32ab195de63011307ec1ee37f57d
SHA512: 9c6108f5c7b574c95186cc57d8c99ffebed734562c1e7163ae5fb28637b02059ac950c750d9763d2f96922525974441af4c64e3f8794a4fa8721b9578d2e6256
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: 39
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Depends: libgles2 (= 1.6.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libg/libglvnd/libgles2-dbgsym_1.6.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 13268
MD5sum: a62905a6076145ca0383bbd42b58ddcf
SHA1: 7fbef9c3cafee47266cb924e98b939b53f24a023
SHA256: 3227371126ee1a02f46ae906312eee8c483e901ea29ca9a7404a1bc9795307fb
SHA512: 045e7e516e01ec8a032650fcf73091a53743f74f872e0c5066113a6ad487c501ce71754e637c2ec285490eb132df2bb016d2420a241c0f86bb9964542a336e95
Description: debug symbols for libgles2
Auto-Built-Package: debug-symbols
Build-Ids: fc2cfb9f69119fcad7a3fc33cd60bad7d5418288
Multi-Arch: same

Package: libgles2-mesa
Priority: optional
Section: oldlibs
Installed-Size: 71
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libgles2
Filename: pool/target/m/mesa/libgles2-mesa_22.3.6-1+deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 52588
MD5sum: efd8af8269a82c3cba365c3831001e8a
SHA1: 20793a10975d5eee66949b5f37efdefcf9dff026
SHA256: ade921a6c3c0926c9a22aaa0bbce1384e4fdd7342888108a3dcbe0ad69076591
SHA512: e3ee7e3e35b42c02f56694df5641403332ff214ac6b5b6d821d0b2c7fbf118cc1f3cea7aa7096f20ea949222b48f82e908da76a4fee5a464c7726b41cf9b4b44
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://mesa3d.org/
Multi-Arch: same

Package: libgles2-mesa-dev
Priority: optional
Section: oldlibs
Installed-Size: 71
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libgles-dev, libglvnd-dev
Filename: pool/target/m/mesa/libgles2-mesa-dev_22.3.6-1+deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 52600
MD5sum: 5a8ed4892e2e3ba0784078494982814e
SHA1: 8bec25b2469d7cd3d6a7e61ee6bf0f7487cf7fcf
SHA256: b569451d1102c6c5ab0c193ebecca038c6871de79ea0e843609fc32c0bce996a
SHA512: de04cbf71eee48112a0e4df0e132423cdf59bd9e489cbaf62c08076d3e6de95d2c7b06ab89637d86a4d3551282b8230e0e4f157a6eac7d0078612e49ac26cd0b
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: 4162
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 1408672
MD5sum: dcbc308fb85090e6e2c30d07d845137e
SHA1: 0b473713114db9799c46df982bad8748e8f638c0
SHA256: 54431e93ffd999001abd07281a7e354876cc50d88a71278efa64e1e8ef0b29c6
SHA512: 7d10997a197c1828818552a2ad527128b0b0a51e1617c22b88bcfb427d8e924459e438b6ebe3055c36d2aeb31bfdaf1ade7f57efd787db231ec6bc460b235c9e
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: 4560
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 4034392
MD5sum: 0c894e2e91ddf95d3ead648c651aae2a
SHA1: 48a118c4a3b73825a7f1ec068b507ef288c9104b
SHA256: 3af4fcfd0aea1aedba176b37a17c7d1e1b651e1ebe92c72e98c0e5767b6c7c55
SHA512: 4806e59e1da193396bdcb03abf43dd5428cad4d1c883364f46c16a511016f2bc394b29a646d9810063a72ec894f847a98de5af6751780f643a0e21bf58556aea
Description: debug symbols for libglib2.0-0
Auto-Built-Package: debug-symbols
Build-Ids: 2c5c7ee0be11b4d8819c7294fc1c45498ab9b33f 336c7948d6df0147234b16e9d707a7d9bf866623 40233b15c9aecef9b104160b6529b9e462477dee 752c41f5c3940b2155e7151d8b8e498a8cf93053 84ab4ca7221c1c2039e25192319b3926d1435b12 8edd10054aa011de3341607e4bd30563e85b2ca9 dac04fea859ff8671d38fb091fabcbd54a1392d7 e7690c05e6e473cdd385b3ec1ea8973eab4594f7
Multi-Arch: same

Package: libglib2.0-bin
Priority: optional
Section: misc
Installed-Size: 346
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 119704
MD5sum: cb2978352470b22f53272e995ad2f4c3
SHA1: ec38b4e19fc7cd05940e0e87eeb2ac5386147f47
SHA256: f997781905e2f154933320aa403c5e334e2a0a611d6af3e9a8799e23a02e3eea
SHA512: 47d0e230842a21fb2925b24ad9baae86ec07f44943f62892c7ed99a736e32b0ae3c500f565117a03e1d7657f94c42dcec05c987f2d6aebd03cf360b01be44545
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: 216
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 152976
MD5sum: 6f8a64ea1bea5b0dafa848031beac449
SHA1: a39f7093e3dc825dff20bc5e80ed96b94e5419a1
SHA256: a9ce72c06f446e1c1f26613694d5cb126e0126802d17e9017579e82f00bd4877
SHA512: 75e5cea4eb1a99d96bcdf69f85a335de75f67eceb320b6601dd8003f8316de131a5328056d3a0d221a3436b33bed534a3fc0af06c256f012078f2da6cc485872
Description: debug symbols for libglib2.0-bin
Auto-Built-Package: debug-symbols
Build-Ids: 6d38a845c0a55b2161799087a44094d83dbb0ba3 b4c0358cdbda7948c38f499410c1b2a2072ec7b2 b7a375ca67e8b65f84895d23f8b17639fd8dfb5f b887dcc512e7c72f5cc4543c570a0e61f090f556 f8655d1d1633c07c81b1830b43b70bd0452a151c

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: 10085
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 1610404
MD5sum: 2a1efdb0974323e204ba6509fa45e352
SHA1: 96e152a0ffc2031dab120272bfa64762c9d20170
SHA256: 85de0c19d638671f7738222ddf794ec10841cca6cde47f9217ee326ec6a72a8d
SHA512: 3537f19d919d5124e0e6bc57d8d8801c5cae43d0bc184bbdaaf00968417be84b2088eefabc878fa58cdc50eab8461ca861a041384d888393c6f61daf8d21a0da
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: 674
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 160628
MD5sum: dcdbeee22f8f05bbe01d07d136bded09
SHA1: c105f91188ba5ecf54d005f38dc4ca03de98df7e
SHA256: 5c8038bda7ea01ac190d5b9bb872f9a5391ef3f88a01e9e7750b6eff21df0380
SHA512: 113e3b79ddf8e55002598ff68b8534386f0331352187958f71095bbcbb692afc44b1a09012747135ee971f9faa2f9fe9c02d65ded21d795b1750919769db5da1
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: 109
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 73600
MD5sum: 3386742efe0051217e3552a1093df134
SHA1: af851417f0f52b7363ca0c7ab5cd2205a39434df
SHA256: b65f1dbbd9334711119a3c09b34cf7ddc5d5ac4c7270895aa7ae13def82ea28d
SHA512: bf47d8f0de488bfb4a95844ab1a84c84e6826d90bd86740b9c68d8299130f290eac998c08b3d59c2b335412c99c849f5401c7d07f9b97af9c1fb866c70b24af5
Description: debug symbols for libglib2.0-dev-bin
Auto-Built-Package: debug-symbols
Build-Ids: 2a3fb5bdadfab7daab24a9f8ac3207d860ef4d66 436624d400e91b1fc8cb255227a4c804c9a56a82 4e4ab15ce22eae3e3ed60780f19a5b28a36d82b1

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: 13503
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 1871220
MD5sum: c24b6561ff3d6f35d2257ffc9c989b0a
SHA1: ae87784102101843bdbc6638c93da97b53999850
SHA256: e0ec7a364058173ac8e60cb06c6a4d784615b0f5093bead27ab2318e7d2878ae
SHA512: 6a8c58eedae060e97b553070ad6d74410eedc19e1605790992aa3488e39de67a2d16ba415914db40ee90f88acb1d5cf5ca06dc1276301caa202aeff1cbe62cab
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: 7722
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 4772992
MD5sum: 710ae7fd67659bdacb54891655386acc
SHA1: c88c801f6eaa1589a70fad2a284165e9568e14f2
SHA256: 5e60986c55c511a53296869f7f2c1b037b82b7ecfeca482fdd8ee372605e9025
SHA512: 9a90caff1f9363bd4acd3f5247d470d63a50790e75d2b8cc95349adf48dde118047d277dffad83054c0f4b3b0cdaf86a9a5b5b9a084a0c643ac12b3681e063de
Description: debug symbols for libglib2.0-tests
Auto-Built-Package: debug-symbols
Build-Ids: 0042c034fb767f1d96a9996881bb2a0ec1b3b970 00b426390c63f29e192b887b2c06f8c6f6d12cf6 0111c57b0dff471b510b78dbf4f4813de4cb1f5d 01317675f2185066e008be01cd33b22682f3e6c4 0154af32087ed1b725d61c4be13622b513ff0934 0158f0f166445b46d86b0c149412d2b90cf23707 022f4e0ba57e654ab5b22a574a0281f582f5226b 0503cd488a83a18cb99362a6a8381e14566752c1 066b441792e9f7a1f59455a81d509b526a20232e 0922e9d92c4ceae289ce6e504c468abd38927c54 0956209f9a1bc78acf8d5c566db87851995c0cff 096e54380bd07a17fd91505eed19c2180076a321 0e4246390a413a8751ed06d5004efaadfa1fe6bb 0fab0e3c8c45cee5d2a2cd7c1d09947aedb72445 10400dee0687238f75b5fce679cdb6835286f8d2 116b1de2bf3177cc059d46d1f62c95f7a4ce5ab2 1195317882814c12bec83b4646e116c72b21ffd4 122d2941944729ed950bc5ddcba285a0212c9222 123fd8546c5741592f72fd156f98df9f96a80777 169cc276258dbbe7f196aed21fa96b4e3bc6b1ac 16ca533975928ee30664d3453c78fb818605f513 195a9faaa9d9f2c4e6ebda0f595d546b564eaae0 196233de07efe44cfaf84bf335130f517cf779c8 19f5024d9f16600c379ad3b991e8c4064a254204 1a8ba6b8bf6431fba0a96d8df8b11eb050a1776f 1a97218558568082094ea97304328f0798c5992b 1afc7b4f9259ecd3492b8a3e4128aa294da20722 1c93b6c947e02b814cfeee86bdd05a4fb1ae5233 1d7f27122eeb0be594bb58abe07c1ae215deafc5 1ecf4a71e2b199b2568ee25cad3da32b3a92603b 1eeada083eafa75feae20288495b540a6b1340e9 2100a15756b8b89440c01f637021ae601cb8d307 2485f95c382c2c4cf8204b90d5b7e2516c540c52 248aad5cbcbc2e0d10f5b13bc2fd61c346c66209 25e0c806e795645e19a5fc0dbc82742388d28895 26ef5030335c6fee8439ee83edda3476f16c61ef 2799370e7a7450b81590103258a76bdf22c29291 28956eb818945518d037a788725c1296b355edb8 2a801a01ecb0cc6c2043cb68e036678630fff702 2b0139db0d4290b4b6feb558954635a268a5ff67 2cb91b245fd4057f09e505a32403f8db4897acf6 2cd1e3fd026211d794cb6989208db89049099b5f 2e01eb6a48606c86e8230ff6e85dba78ccb791f1 2f7ebc5da0a1a60d0f0a7cd5e2c4ca7da449c544 314899057a4cc97fafa4e9db4f46a181cdc2deb5 32241f6c52dcbe042e0847b940b70892a190ed9f 3338638c3a4ad7046554e1b51c77b5f17b62673e 337e10b521b774816ad6da1f1d877d2b6665612b 3468911d868f87727e6c9e5790da2368e60b852b 3479ad63174f2e58628a3be7e673288757cd3080 3523140b488fbdd4a08a1ba0e316aaf3e5635164 3548beb12ea67910c266eeda330298bc03df0bca 381730c82d45c57ec1cf05f647985ff73dc67788 38bea986fc104c53170e8e9513b39c63fdf0d975 390638534309df683dce1c7166054182ad8373ff 3be17e09b7e7eeb189f36cc0748c5864868a2368 3d65f4a2b1757545be9f4c97d4a3fa9359d6d551 3f51fb767a8b85759a37985677d6ed931e2d4f35 3f5c32070ebfd7b8fc668e6f9637862162aef49d 405c9fb281f8d77ded822c1222d7ad516ca02372 425fc0cd2ba3c29eef7f3d7320a249e01581d16a 4450219782157c209156bc6515804c599a05f6d3 453a70251a7772f3f6bdcd887a9feb37786aa2e1 4844c3f6ed85ac3829b39175e4964e6894d27f76 491ed480c250e876250d8b4beb48e5fa2b42dbe5 4b00e26b12e9e6ffc23c15f89c00e1f296bfab9f 4c6340ccb7e47a4dcac4fd02c928253814b0d726 4d22ed273c9f225f3382be18c8535a2a0f513002 4e0b24f3172d91dd266d12dea45d28690d535bd5 4e3973d7875e34ae48acb51026b8e5b740bd9ad4 4f8e0dce0f7d762db22275828c4b041c69ffef70 516a3400aa7d70c0bea36cc64fcb7d6272557a09 52bc7410da37433e6e7f8cad5d2cc9e9451e6d00 53fbfc35aed6aac556597e5dc45dbfb19f3b538b 54c383d7c06174f5ae6d38ff667c7e975d9c786e 55fd850bb1db8894f0fc046bb181fd1c6e99cb71 5621a4597a8ad9e53d02275e4b4450b258bdb287 5640d42c075e8ffa321f4a16e2e38f498493d2fd 567e2ca462f82cdea0ad50e3804f19d3da6e2135 577eb3ca02158f1b3a39a413df561655e4b9620a 58dee08b9477e228b35b886e956fa4c7c9769f5d 5a8463dd384d88c80379a9d7ae1919e89a317a8b 5b5a364618add7930ab8e1c49dab5f97282df100 5b6e5ddf89af3c9d23b10d4a90a33f18817e0524 5d2c0d395328ebb811f3d34aada8b318093fcd31 5d69334783323ba92e7a91c2b9b14f54a4d83ef3 5d9a9bd1ab59d7e43ec4c68b08c2000f97ec694c 5e0917794a2aa071715961240e1d415a5e3fa39a 5fe530603c651bf71b6240d72b837336a4eb0d2d 619581957036ae7f4e40528da6f4333d8f67c205 620fd4675c759027c9bb6e7609c15cdf0f1daa6c 6229a9ea2a226f9d5444f2e80e164bb1c2ac4a00 6244375133f46a43e40f5dce486e3661f0b8003c 625a5b1773f0b7c5b2df97b531938ca0438b082d 629068d886e1ef0604ab9868ce9f0347927a9ea2 62b2d41154eb2aebb48956692e9ec689556b42f8 62ecbdc41ec85e2d7755db1379b0f0ea2ade26c8 63971b4f06403bc99a83edcac43f8d09a6447133 6399f0bf2336b6cd5b2e780fcc38a455854bc491 644b153b9d72c6547e6bb6017c31451afdee63a5 64687cb1956265e5419227c8b9c08fd5f1fc2889 654b98e037c6c89075d6b994b47bf9c1eb207d65 65ebb564f7925b5846d9fe01723ce99e461e3ddf 6710e52b3e1381c11498d4eaa8219b001216ee26 6710ea6dc56166f4603202c0907fc527d9590262 678d03b548b1f1e54e5fdfc8d43b1e9546699f39 6869d7e0ca33e553728bae6fadcb2c08e7440fdd 68a97044d809dfde4d676eac652054361a9f4bad 68f61246e5a45f2f7ef0ab9775a80ed366020dd1 69353d3de15cd42e39ad48a7f003ae6dcc51de4b 694646e88d3e8f2e093d0e394537c188821013f3 69466702db74ab69053368ca69ef7311e02a9e2a 698a05f77564c2c5633b105d0fedbffe1c7b49c4 6993ff93eeedd32498b5032a2f275c561cfa15ad 6a2be2e6226a0b0f1e06a7ffd9779bc8cf6526ac 6ace4f99d4479e001b444e209a35c563e63745ea 6be32e68dc6af9458507b2d8e590754f810281ac 6c03774721e3e86b337dfa3c9887c90eb196f2d7 6d8b000489badf60c30b0614fda06b754fa7b10e 716c72a275d76ccc3e305dace2954c49f1dfa4da 72c5eace8927972b66c86f4f6923e4d8ca9c0328 73cd42f15cd8ea486908f36a0bc814c5afcc5d25 7509c6cadeea7bc5a53ec198d2cc2da1450bf366 7563b7ed673904ab3a8c982ab85bae69f7a9c4b9 76f2476a3e9918cb5502a6940b5e8661ba56246f 7726f522a054fbde36000b9fe4fa53265722cdf8 77e363f5f133324884556f35b808a9869178811d 78375f72bd0124e381f4ac4de136635a197ee69a 79154b660382580caa3f1da23d92a5b6bcf5cfac 7991c3b8d5f83d1220a83be42d533e8b98a0cdec 7a73d5fcba082caca655baa44b887e86cdae9325 7a7874d769eaa83312164f249a49f75983a40622 7b80a5f844e4eb79140f1398b29da841f28b1e0f 7cf8f860efa9c716031b992f40a80240186b9e59 7d05e9259d4636a13fd4828b15957b4d5bdb6707 7d8642080ce3fb7dfb86480eb8ea52038e9bcc19 7debd8b0192af495310ac4bd62fa6a0326572bb0 7e8ca325a5697263dcbd3294f3889ce3ee767691 7e95ca6124033595ad1f41795cc67654eed6922a 7f530f4733c0f6678d3e8e26807836369b32280c 7ff1f8d30f566c7015f7c8dd53c8c0fbbe47cdaa 8330c101500c9afa4373cf1358d05d783802523c 842192a73d52c253aa4f04a38377a01756355517 842e5011dde121da53fb65a08607684b0764dd16 8617128476cf656bb0648039130f67171151fdec 874509d9f6b00b4a7db0039c1578f34d275365d5 87bf5aac001f2a4dad1a29fd28dbfa288ecd063f 87f13ea1594b0fd7053702c56cc1cb79825ab55a 8874e752c2eb09ef0099b49f08b5756b5268184b 88bac098dbf61a6106b185293171f8042a0d3e1d 8bc28c61618a3de390182f4f3c4011f0d6c05e3c 8bc9bddf0b2298aaa16f9df274388b7cc7f35eaa 8c6f7280c7540a1373de8ab0083ae6d25c57b46e 8c9849203d7a51919e5afe148087e711d98afabb 8ca0c5999b7beacfb09ca6b12120371d39624f89 8d246819756f2fa6c413acf35c8f19c1d44a45cc 8e0c0fa75f3b961115fdaa1f23eb74e8f8ad6710 8e5b76f97b3db8c091f70716908f6841485a9967 8ea84dacf6c1e10d5ed044fa847e500dc9e16d86 8ebf21074b5e79c0a0e1aad25e5042790753a35f 8f6da1a7891e3314fc71e64cec34e0a5ef3017f2 8fad2941c06b0eb66a81bbfbbb6a2253ec812eac 929be8d44f4d94f44e4b0fa3aedffe91d3db3519 93047a27c126c3634e3f18dd7ad0c61c4c4badcd 93cce4fabc13ddbc5e1427f1daa09c6a917d54b0 94dfc1917e2c1d4d5243c6239e21839fc029e1ee 9530968d9846ef78f05200e41b9cdf7deeabf982 96c12caf9785b9cb3a9d037fdd1b61099e7a45de 971a4be134545cce35d69fc352b38afb278bb9c7 98b352d3844597f06364dc828542f27ded6f8a7d 98e6647ad6d22f24470a53bb4f3ce3f478d7f366 9944dc08d2a98f86b4fd2ca9807aaaec37f00b52 9a4ea4c301003c7b0fd1fa7a51b5ed9520cc9ce7 9a56ad7885a359edadc325d0f3a0651e07746eed 9ad00628c543e460b3bee1d3f37474bfb9d09b36 9ae7e93b1c15cedd292ff62478a86751bc35dc06 9be74e26d396d32ddf02880afd7b6154907fb469 9c6b39057cefb12f3141425688a14250e3d5a364 9d4070c1009ba56380c3758ce746179ebdc4aed5 9daebd6edb9f3c400d619b767cdc0f7aa43078e8 9eb258f7c608885481d735cf8401e56696fea50f 9f2aca575a7b3fc1c47e153fc1d0ee98e54393c7 9fb8a9703d46d9102c21841ce834209a7f6973db a05c733020da65661f2e25fe7f884c45d3b613d9 a1b93202aa6e0643cfa9b79a27e23da45d665a29 a2cb3b2a16dd3d01b5a8faf5d4c1e6fc9893d0d2 a4c501e7e4e0246ba844461621d65b6c29072db7 a4d3981fdf449b869b0bdc68175654d8f9182b05 a59f5cef09afd214be49178a6bd425139ec0fe58 a5a70327655dbd20b1605e72f08cb1383cc8ec5c a71126449822a728ab3252aeb30e41ee059f04a7 a73264bde7da949fe26d3f1eaee3dd50f43c8801 a74c80fbab40cc51df050991563db3c45c3bdd61 a7b186b782e64a4c54b76888d321bf841739a98a a7ccb582fad6ba3892f3f630c6a3cc61742d661b a92914d7151a0c094cda7f9b197f656e840ba225 aaa362a5edb636068839a7fed59a65075c5b9277 aba63dc99167c4484660d181279518ddda98ed68 ac39c51c56b09163c0ac9b79534ecd85063acc51 b08a7578fcf4dd16be59db59ba6182a3d090b47a b10837f3111f89ca06cca64d01ca10ab317ec045 b1144b51eae4ebb59a9821d97a4e1bb9378f66d0 b14584a7ea4fe314ebee9d9410ee4ece1af484aa b259ead07b7e664e12b7260117dc70f42193919d b394edf2ea2b062d3e5de474344db0472af5e797 b3b647b1f281cd4aaf3c6338a1e0beeca47e2425 b3b94d50964024f12f51330b86ab6ac51ce92465 b48627869a4ffbf812b6b651851162921b86755e b602dc3ca6647a55289da5b2e2d40be09b94a005 b66da5f245cf5b9a67723020953ad801ba99e8c2 b7537cf74e7ed447cf25b373d8bf7c743da23dab b789f68cedaf9b6f8470b014f1319d265913d809 b91cf3dc23f65d16cb3d63177b16475676d220cb bb1d57b2a97ffa045a40d911be463a8922d4804e beb5df3231bca43296d44a23d3282281657106b1 bed5081351275e2ea06583be95eb0d1a121c804b c022e0e5dcf65e902d0d7f551a54d63620b98fa9 c16d1a113d3a217d1581eebc4808b7486bc7ff5c c18cea77dd91b399b5987b9a91464769e84bf9bf c1b6f90fef5de812216aebf7ebfe0749295732fa c225ac3ee12ef078883619e412ca9c8375239edd c297aca42c04946f7b2727b1969ff2cb3ecade4d c2e422ba9142c494026801f93a5d24fd338ea23c c36d99c438c824d090e680bb6ea465ce892adf90 c37bad0c2ccf4b116875697541d8aeff4a366f84 c42ddcc868cff3e0fe0bf5a3d333c9dc5ef2c14b c465ac5845b29a58cc2051aa9dcb0790b766b4f1 c5df8dce17383cebea3dd515c4ff504f60500231 c6175dcc4601607ca095b1eef39cc3eecf23798d c855a6ed3cb9e847ecc7a0b4ecc3beffd5fcc40d c8d236520b9060ada90054cc0273a2323bfd0c4d c8ef3d1068d18a51b35f0ba4faca9195ca9f7fdc c930ac5de0c1dc77c81d52b3be2ab9183810bdda cad39d083b69e66a9ca0834a28229e698bdd1746 cb4486cf9d4a3d6de3dfbcd3a960d20ae80ed8e2 cce7a4a95faefae12437be76b0c332c9621df9ad cdaaf7d2070e3337a94fc8701c4cba988daaf0d5 cdb7df6117058f9bbee45835cbab1bed0b35b382 cebac527ffe161aad471d88723cf875ee3f1f2e7 d0dfa02c136bc3d5d9a1837f4dcf7cb3f2b2cf82 d0f5a6f175b70a5d0a4dcbb67f50472f3481a3b7 d13b2d2738f8fdebe5a2d73d32f162793d75c17e d1d2ec3732e61e9c1e9c80f8d938904d8f358b31 d2188e38c55dcae0648ddd84eac304b2dd638cff d24831df91a4b5a658704e0c3c8b4fe8c816413e d2aea55989d7543ed5150e18d69e5b021ecb5f91 d3246fb30c060dfac4f34e3c11b93910d444cf65 d57b7ae56e83878bf11ebd6b6a3b2a82f50706b8 d886c53ca6ac215eebf718b25095d6ca3eef2d40 d92a5feb75930868d807ecd2eeecf970603523cc d93adc3597600d0dbab4ad6511cfb0648e94a781 d9fb819adbba6035f28df15cc84abe01b38ee1bd da9d0030a8d2948a4f12e785a4512238a670b343 dc6778b92d2ae054bc0f09d0c8fffd8b5df630ef dd06a2c1ba28feaa8c66a5ad8213e67b5fdc64a0 ddecc376fe2aa17b1ce8195c8be07b12bef0a906 ddfff2d85411f883dab2ab61a508787b0c14db01 df52f7004ad93f310df83d30b8bb0f1ba67b8814 df6cf403fc35533441d4b6111eb238f7e4837205 dfa6993c99d67e733908c03eb6e77a03b883da8c e01b8daa7395f7053282b48b97830734797afe20 e14b5f41fbf54527519d32f238d43e62c7778187 e22ad6311e40f8978e63b5da01a7775e5943c0b1 e37adeb63bb046f7370e1d556447ff34dc2a26f7 e3b9cfff06c704c0a4847590dd8887623aa072d9 e444387920f478f6fca01b52b6bad444c53a5650 e4514ee7d5afbea88acc48404d12367c5a1527fc e6033ae45947d8c2f99aeea1873049c320710436 e68ac5dc204ea24ee4d271183e69124d2b72e66a e8e91926f0d391b80e1ad0e112090ecb0b201169 e91e365dbfa5d1976f95575b0abd2f6358c5189a ea85903880a522c37e734261e55dff131b9e2403 ed55f721842ddb50a798465e0e0c5c0c77ed79ee ed7bbf298828959c6e73cd4d36df39af2ceabff6 ee5b3056a75786d432993f654b2ca69c6716ea26 ee9b3fc69c4f5eb37a620907eadda732fdb435e9 ef344f82b3aca323f973d876fb1dad5bf3690680 ef5cd86090da5bb9434deba01a542314838e50ef f0b0dc23fdfe7e1d9b55d775138e4dfec9273815 f0b0e27207e904148551e0419e9cac13850d48ce f3a0c32af9efa29382fb8a6d6bb24731d60911fd f43a17779dab960ab955340f7798b774ad70cdf4 f4b3e56a991eab599881fb9228e24718fb06699a f4e01200850fbaa16b47b1c57ad082066e378dd5 f5bc8f6b96a1d9b0069f872f39fb15c7377e9cb6 f6515bdbc3ea0f0a1c14815451dcaa9732e92099 f6a9756c86d23226cdc9be3441c6bc6008c3899d f753979bdfb436825ea411bdea00fbbb95b2c07e f7e48cf73e3f6ae434be1ac5375ac44b949eeace f877ab3b3f7fd279d3340edbfebe378740f90d23 f94f9d7a6dca97dec8809e216309b08da0d76394 f975df9238d69a63e2ee52916ced193f8e5093b9 fa3cc5a6be063ca6469359a99ad4f42601d6b20f fb7b0bddcd9b66909c8469df1bf465aed666d731 fbd617f66d5ed0d19fd64c839a2d6edb9c8448f8 fc71b768cb4ba109bbb9c8a10c448e3ffd61e732 fcbc35d697659fb15363fe26191759588d237412 fd169fffdffd68719253de8c4ec8180eba966b41 fdb79fd167e152e7b1f489d7a40385bfc3f6da4f fe204ec1265c8c660c78b0da08266dca80d3e4f9

Package: libglvnd-core-dev
Priority: optional
Section: libdevel
Installed-Size: 65
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Replaces: libglvnd-dev (<< 1.3.3-1)
Breaks: libglvnd-dev (<< 1.3.3-1)
Filename: pool/target/libg/libglvnd/libglvnd-core-dev_1.6.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 14560
MD5sum: f9aaa8a28b526441752c983171a5eb9e
SHA1: e1e96b125c3e1f70c5b27bd3ef29986a5358c394
SHA256: f4011f19e85996a0d4c09ad70aaad78bcde62265bd36c264d62826da5c714980
SHA512: b57de32f6f12e3a380407c16b35811af44d70c58dbc46e4dfd984ff87dd925f26097a19ee3b742631488da4400b694ad6f57413e583352772f9e0a3b95769522
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: amd64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Depends: libglvnd0 (= 1.6.0-1+apertis0bv2024dev3b1), libglvnd-core-dev (= 1.6.0-1+apertis0bv2024dev3b1), libegl-dev (>= 1.3.0-1), libgl-dev (>= 1.3.0-1), libgles-dev (>= 1.3.0-1), libglx-dev (>= 1.3.0-1), libopengl-dev (>= 1.3.0-1)
Filename: pool/target/libg/libglvnd/libglvnd-dev_1.6.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 6320
MD5sum: c6fae86ea52310da05172c71110dc2b3
SHA1: 9ec3c3f0c2a085e5c3ba9a8b4cd0feb0ff4df00f
SHA256: 32bc114a0a908dc7f2c23e6fc963d8a013bc220a493241c546c6106fa7f52339
SHA512: 46d5ad210cb14b35ac409194ce624a0148978ef5ab76fc49b3eea1bab5b4a5cad7ab843537ab6496db59566f064b93e587ddcdded03ff9132e9abeb059113bb6
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: 731
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Replaces: libgldispatch0-nvidia
Depends: libc6 (>= 2.34)
Breaks: libgldispatch0-nvidia
Filename: pool/target/libg/libglvnd/libglvnd0_1.6.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 52620
MD5sum: 57b3efd05c33e8a501d3b8e2cf058696
SHA1: 9c848574f0081c5171f05803defdf50a90555b79
SHA256: 4b40c818b4fda08b467d977cd320a8492d14c0444c64ab65a5f5c8d0d9a01d8a
SHA512: a91300534f53d24f1ea64495eb472ff1952c06eec48fd2fa98f1013427c037d44b966f21938527fe7e336ca629ff8456a0813a9c4576f8ab3c4b13c875f71e11
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: 346
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Depends: libglvnd0 (= 1.6.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libg/libglvnd/libglvnd0-dbgsym_1.6.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 85628
MD5sum: 06de19eba3830ed070c040a37f323b67
SHA1: 0a24af9cc87e3a21220ae9d4fabda2991a844eef
SHA256: dac65340e52b9774bc06525c24dc20cea9ad9e600503c333c39e02a5470b6468
SHA512: 2d2cd377749fa4d8394cb0436119d61d8d3bbe7d03a6683decf7f4cf95ea1d9c9c4f07a4316a2deebe1ad6331e0330af58a33c0c7bd83521fda51093f6033670
Description: debug symbols for libglvnd0
Auto-Built-Package: debug-symbols
Build-Ids: 31853103aa1243d90c18f8b44be80ecf65d1bf04
Multi-Arch: same

Package: libglx-dev
Priority: optional
Section: libs
Installed-Size: 89
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Replaces: libgl-dev (<< 1.3.0-6), libglvnd-dev (<< 1.3.0-1), mesa-common-dev (<< 19.3.0~rc6-1)
Depends: libglx0 (= 1.6.0-1+apertis0bv2024dev3b1), libx11-dev
Breaks: libgl-dev (<< 1.3.0-6), libglvnd-dev (<< 1.3.0-1), mesa-common-dev (<< 19.3.0~rc6-1)
Filename: pool/target/libg/libglvnd/libglx-dev_1.6.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 16972
MD5sum: bfda1290633dc353bd3e62da8a116a57
SHA1: af8bc16497ca1c6cd09d20f3a525b534537d64c2
SHA256: 8cddb68b5a09173af7c3172e5c4dde21b72a122f4b6d33f296fdb17d0248c973
SHA512: 6f67a3b383cc886d3d32178f29c61e6a91342fa1a91f8899d1b38844190140ac6d50fb98e1372b16397b552f3cf4449f418314d174cce53f0ded17e968ff8b05
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: 560
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Provides: libglx-vendor
Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.75), libexpat1 (>= 2.0.1), libglapi-mesa (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1), libx11-6 (>= 2:1.4.99.1), libx11-xcb1 (>= 2:1.8.4), libxcb-dri2-0 (>= 1.8), libxcb-dri3-0 (>= 1.13), libxcb-glx0 (>= 1.8), libxcb-present0, libxcb-randr0, libxcb-shm0, libxcb-sync1, libxcb-xfixes0, libxcb1 (>= 1.9.2), libxext6, libxfixes3, libxshmfence1, libxxf86vm1, libgl1-mesa-dri
Breaks: glx-diversions (<< 0.8.4~), libopengl-perl (<< 0.6704+dfsg-2)
Filename: pool/target/m/mesa/libglx-mesa0_22.3.6-1+deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 186236
MD5sum: b6103da87ae68af8d1fc6a9de9566aff
SHA1: 5aeb0044585c97e39075f96e05a9385eba257876
SHA256: faa5fd1b39c91d6f894b9f2fb76fee15f3026c1f2154bf628eb33779c9e57e6b
SHA512: 5308509a259446097d48fc12bb280ee1162195e69f077d79195d3f760553a4695332d05a93a3d6c19b7879dfe533c87d7ade9012ad2ee5ff828c89810dbeb765
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: 718
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libglx-mesa0 (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/m/mesa/libglx-mesa0-dbgsym_22.3.6-1+deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 626536
MD5sum: 8a65a86734662dd68b1b126623dcd45d
SHA1: 095cde59466d90541ef57f1c8d04834e74d81307
SHA256: 71642a7e4e082023c60c293b6199ba7cb69458504744dc2eebcfc50e7ae36da2
SHA512: eda015678acfdbb992ed4f95fc8acaa8f61bccf059d644246e7e04a9261619d87506801b2d914cd77085ff0665111ad7d5e8e62048add3bb573d3e93d8e3d2bf
Description: debug symbols for libglx-mesa0
Auto-Built-Package: debug-symbols
Build-Ids: da4361e374647c2a22c3e1a3427cdd17625f1e9f
Multi-Arch: same

Package: libglx0
Priority: optional
Section: libs
Installed-Size: 165
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libglvnd0 (= 1.6.0-1+apertis0bv2024dev3b1), libx11-6 (>= 2:1.4.99.1), libglx-mesa0
Filename: pool/target/libg/libglvnd/libglx0_1.6.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 36236
MD5sum: 9586f319e5ff5fa3c24e23ede047748c
SHA1: b87c9dbc51a6afae4f576a0dbba6f096c4c1e40f
SHA256: ba2bb95998ccae03b138b68c49557cc43abadaa66174d202ed0d5d2eae562fda
SHA512: 70d361a038b932c961d3fd6f0284b3462a9fb82e05c5ee869aad149d1716a66bf97034b7d66727413cf68027ab7e34c085ebc4445d79b4fc964033f00ac06972
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: 313
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Depends: libglx0 (= 1.6.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libg/libglvnd/libglx0-dbgsym_1.6.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 124900
MD5sum: 713074312d512e40ae6149ae4fb820bf
SHA1: 865f61cd007d0e5ea733b499b8f14979b5cb978e
SHA256: 997f3a1fbe5e855a88e2373b3e9829f6436df07f88e443fb14fe90d897a0502e
SHA512: cd735765abf220f9a03e319073d6ccf7e4106289efc505bfcc820aba74767186ff85946d9d1a1d56ab7528ab39fc01fc010c89a0563323b98928ff87ae88633f
Description: debug symbols for libglx0
Auto-Built-Package: debug-symbols
Build-Ids: ef724a4ced480a137aaf1af35cfebfafb39acc79
Multi-Arch: same

Package: libgm2-12-dev
Priority: optional
Section: libdevel
Installed-Size: 4512
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 675848
MD5sum: c609dcb1e1a2698f13a6080ad1fd621d
SHA1: 60c717fb676f61dca558465050d68b510a2fb8a4
SHA256: 1267362f1d9ff5c5c57cea757f540f4ffb202d078e44f0f07e87cc58169a972f
SHA512: aed568a15e7ba2429fbe19726ee1411a12af35ccde86cb09fe96488bd6c2d4a1ead98540fbcdd7f5aa5c164599463807d36bbc41808d50c39b8d445555c0ff33
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: 478
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 127000
MD5sum: 52497ae26e6bc3c8ee661c5b978608b3
SHA1: a7528736e2dd387559e8e96e59419fd55add87b3
SHA256: 4ef0c0bb49852d6fdcbfcf44caf0eebaa61c4789bf487e33899dc7434a89748c
SHA512: 0b3563c9b5a17cacc2c5903e3e7d180ebbf36d19701c667eeb58858cb37a9600bbff1ab6f58a0999f457582a98058c09a21fbad48707e37dc2bdb3fed5429ac3
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: 492
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 386660
MD5sum: 21b647957756b5ece6e5d4b49838e157
SHA1: a21e9355d345f1d0e4dce2ad2f54d98fc12b0944
SHA256: e9cf8eb66844b3d05b12dc2bb7d6a80d7f41d1cb9306c7e6d4fd98a5a7891c89
SHA512: 36a7cedcd53b308c9ba3616e399bb2319a94555fc83ecb5ed81875a6a903ee151c2103c64e7ba275c9b8d9a9ecbb834f88a45a340f369857c72dd5ac0f0ef7af
Description: debug symbols for libgm2-17
Auto-Built-Package: debug-symbols
Build-Ids: 631dc1f91c86a9f051e03a80fa2769591d529a38 8996c259120d3ef549c1e1620013226d9bc4f340 ceb90fabdb0ca6a5bb743a3ab68079c128f179bf d8f6796ba75c26c23e75879b967685d7bad09fc2 e736c158f5699fbd5b4e430025fcde14eedf4812
Multi-Arch: same

Package: libgmp-dev
Priority: optional
Section: libdevel
Installed-Size: 1824
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 630660
MD5sum: 9d0051bc607e20086dd1d7e600d4d8c2
SHA1: d2df63a57f04b237b0e14bd82448e48aac36af84
SHA256: 0e03c94c2dfbcc625f0bc48772220cd7a9425d8e5669a015acf0bb52559cbe8e
SHA512: 455c3ddd575513a77f980490753f9f689e611b3dd6515b80cd55c3980ed992c330d4eb3f304d3dd48567569c046e037b3e104c4ce2e5e2890aee84b82799a039
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: amd64
Source: gmp
Version: 2:6.2.1+dfsg1-1.1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.14)
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_amd64.deb
Size: 554628
MD5sum: 923e7d0e920a9c3a9d309fcbebaae94d
SHA1: 457c9c4e71c675e60901a6b851195fa29b8454be
SHA256: 8f41a3af28a87219c956d63313d8722916151dd8f4134f649204b13753900a52
SHA512: 23dff3ea1af35aae1a1bf732f5fe336db2c330d46aac32f291cdef6625981f51662aa329b90a518eb349731d3b9149439cecb2b446417f0afb1ab7e031843ab7
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: 713
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 681524
MD5sum: 90abe7c78e874cbd351790ebcd24d4da
SHA1: 85c7a6a5efff56ab9c26bce1d3220bffc3383461
SHA256: 41d9f96d6333966afac7a0ddd60da437c1c2b15eba9d38fecc63b9d45bbf0775
SHA512: 87019b4d08b55ced225809a6b3645c8fd7659e0d6358f3ebaed48ea3bbfc191a8584dde0897538b1ae0c3ab6f169c1d0ab5c47ba96a84d55e1e2b763bc7bb955
Description: debug symbols for libgmp10
Auto-Built-Package: debug-symbols
Build-Ids: ba95640567d929757ed2b7a39414ab1592229679
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: amd64
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_amd64.deb
Size: 320748
MD5sum: 02017dc54452dfefd91e79bc3e46be45
SHA1: 11cc072ea5489315c17fd6532190c26b4a22c277
SHA256: d6daabbde82ed9004d9efb1812b2c548355812a91a1cfc8923a4659b510cf80d
SHA512: 8856f8796db00dbde90824fc0f28f37c89e7ed7b44e764e1a5696b2fac958420d5acb652d4c2d3ce4ae2767aa878829a594bb4edc3e9f5ca4f8c8912e5a9272f
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: 362
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gmp
Version: 2:6.2.1+dfsg1-1.1+apertis0bv2024dev3b1
Replaces: libgmp3
Depends: libc6 (>= 2.4), 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_amd64.deb
Size: 328060
MD5sum: 4bc892ed95df554f2981de89efe88c72
SHA1: ad5bdae40092234523fe761680ee05ddc85a6d2a
SHA256: 846f1de8e245ac47c53bb38f17fc886fcd58d82e6c81e5a3e1353aef6ad02bf2
SHA512: 39f74610906e8c384e912151861a04230f75039a080bdd7604bc4aa154216d08cb788a2196302e00e80e73ea9929705add190c9b41c53ad64a3642eb6b42f50c
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: 154
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 132472
MD5sum: 1b62483367bbb3faec3b842ee39214c0
SHA1: b50452afcd422ddf340558e9131007d292c80d07
SHA256: 5759e30f8cba612bd23fafc857c75e50b11eac7e21b4ead68997861bc7905198
SHA512: 1fc2a18eeffe7ee4333456152f3d5342fa1c414933544380e344b096310ea8c572bd8b7d7bb1b44eacb20b75c24ee911e2bdeec3f6a2ed94d099d9119ce7764a
Description: debug symbols for libgmpxx4ldbl
Auto-Built-Package: debug-symbols
Build-Ids: 027c8b98424ad83ffd12f5dcc3f4120ec57b63ba
Multi-Arch: same

Package: libgnat-12
Priority: optional
Section: libs
Installed-Size: 4766
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 1264076
MD5sum: 586e3d16d0660433b0ec2ef51983a806
SHA1: 1e6e88b19970bda4685d63c105a84143508ceff1
SHA256: c894f29c29e1010452c9e4cd727a322145597fa3db804b72b661a0e9869aadad
SHA512: 10c3681258026ccba63e72d4263c066ad8fea4d53de12c83ccea09a9191d27b624ff07f8e66605ddbfd608ec4a43849ca202145ad2ac7942fed73ff7436f7e92
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: 4037
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 3112112
MD5sum: d4f1cf5707182c980b7fa670453ff885
SHA1: 8a79b9a7b19a1b1a334f8ebfda4f628c6294da53
SHA256: c208ffbb9debc0d505acf4a412f1e0bc69451dcaef67799f72ca33e64a0c4fcc
SHA512: 40e98457f0d522d4e0b75bb0c44233eafba01e426e5ac604359af58d33fd33344c94986495191a800eadcb4ed672fbdd4199926fd762f29d5406df0b02cdc31e
Description: debug symbols for libgnat-12
Auto-Built-Package: debug-symbols
Build-Ids: 2c2d604e4c43c2f952dfb75639e98fd609f76933 7dcadde63fbe54bd12e326703ea789ba81c1d647
Multi-Arch: same

Package: libgnome-menu-3-0
Priority: optional
Section: libs
Installed-Size: 185
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gnome-menus
Version: 3.36.0-1.1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3)
Filename: pool/target/g/gnome-menus/libgnome-menu-3-0_3.36.0-1.1+apertis0bv2024dev3b1_amd64.deb
Size: 96620
MD5sum: 2ee8f76a9469e9a2ae4f4c9bdb8726be
SHA1: 9e448493d9cfb1885b8d3d6ab3719ce258b227b0
SHA256: 69a6c9de9ada6e38a04b8d6f82563a9f950522e9279748ffe2c3a02cbd8fda1a
SHA512: af0f1c7855ed908127d5f2362083b535d5cae2848f5fa0ff8659d964ad5a3499abd86d8d259646f83c87b99526cd06472532f85fc37f161376255af1f4db7039
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: 164
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 136696
MD5sum: 11bf362fb4c5c48aafa44dccd0a7e662
SHA1: fed52fc981f54755323db7138ae0d8a8b777a17e
SHA256: 1452425a7f319e6e75b7a9d13d826745bcb203cfc8f503a617d385f031fee0a7
SHA512: db88ce7e907e0fcaff13b4532c36e574a620a39e56e139175c19297daa6faab641480a1e89f7b0139e3ad6d599e1af4d46657cacaba51ba046b0183850689b3c
Description: debug symbols for libgnome-menu-3-0
Auto-Built-Package: debug-symbols
Build-Ids: d1e90dedbab54dceb0d1d574c2e5055b039f3d9f
Multi-Arch: same

Package: libgnome-menu-3-dev
Priority: optional
Section: libdevel
Installed-Size: 326
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 107548
MD5sum: 776f9b5c01b3debdaaff4cb4aec41514
SHA1: e687a2c5685839403566b575df7034e0a355126a
SHA256: 5726b4f7bd44d88441c08175f8811384253b16b409a0104a9a8c043b8c7ca07b
SHA512: 80467bfc99dcdd051185a502207dc59592d1e21221817ee8c01168fd6f3f1d6abf9097a226f8749fd6a503d91bb9c356b9da0b2d0e22f959597f5ed8a48d761d
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: amd64
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_amd64.deb
Size: 444712
MD5sum: 66d27286e20271e2c7c1c6dea7a14097
SHA1: ff2d1205be1664eea29bd7b1e520df7e3f6d8fe7
SHA256: 671f0c96c3c667eefeba305fe7f0a8defba2e2fe5c503f16c904c20c84512a42
SHA512: dc1ddd4be648406d33c891097e979167b37afdc48301ed71ba5803332af85bdcc30522d1a881b62382a4ddbbbf2e2a44329e649a67676bbd6592175ffc20483f
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: 112
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 92052
MD5sum: cfc85e4e725e6acaa3967695efe3dc8c
SHA1: aa924681cc08bd7a767a7e31c3fd118329b2a1f2
SHA256: a7360a14c17c528f01ae7b1d9df1b045db52a053df2ec5be3d72298ac03e0438
SHA512: 34e6dcd931d75da7b66cbffad614b7c900399e1ec6d27648b6902ccd0251edde3a245faa4b7747c8d32443425d4a70b266abecb1aa469739cc662c4c09aa42f0
Description: debug symbols for libgnutls-dane0
Auto-Built-Package: debug-symbols
Build-Ids: 36ee2cb40c663392a1d4301764d5cd3306c34eda
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: amd64
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_amd64.deb
Size: 444656
MD5sum: 0cfaa43f33986bf1e3c261f6e2528a6c
SHA1: f5beb71a1ecfa9eb315a21ab8fb629c341576365
SHA256: ba0722fff0efd09010531bf8552aa6150dce1e63c2fa00e713ecc7781cc6da81
SHA512: 52a209634474138aafb1cf8970bc679bbcaf88d77f571070675449ee703a56551ccefbe9791929820668abf7bf25d230ce40dff3d4f4d77c8f97907d984ccb02
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: amd64
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_amd64.deb
Size: 92384
MD5sum: 4bffa5fde9574929b4ec44f1b95cbbff
SHA1: 8dfb7808f61d8c853de4519c29b854b463f1f360
SHA256: ddf20574cb212b89070481796d3cc30678a4ab896c67bbd9de079ea9c550d8d7
SHA512: 1d39acd881a8843249bce66eb3c19b75e3c36fdc88151aa8c88725b5948a93aee47bf6778eca8ffa5c820cb5ce505007e563a7df71ffe1d5adb1bb21683a74cf
Description: debug symbols for libgnutls-openssl27
Auto-Built-Package: debug-symbols
Build-Ids: df40f63f9a65fc33f3300b156e5d0ae3c456000e
Multi-Arch: same

Package: libgnutls28-dev
Priority: optional
Section: libdevel
Installed-Size: 5264
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 1389948
MD5sum: b72fefa4a0eaecfe6cfd48bd1898a908
SHA1: f5ea10029f4daf229478eac93430434bb91cb51b
SHA256: 7f627dce839bc90f177f871fa437ac67cf766dd720334926d737b6a8309171f1
SHA512: a7526978a99ebbc5174e84dfc52a14fbcaf39be30706a8cdb7d507c632da868b9b89140e2f0da189fb3e94de45863fdc2a897f00e44cf02acba649ec9a9018fb
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: 3439
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 1444368
MD5sum: 7eaea9b3fe8bafc3cda77591f5baca7d
SHA1: 5c0bc777c23fd2678b64442e8432bc82b46975e3
SHA256: c01a082d13c64bf889423607c668fecc05e22ec0e8d86703d053f1f9f4f0d92a
SHA512: 53e1f83018220ce71ea1fe15e765bc703c5c8474cd684a74bde1c78db6a7144ca9729fc3232fb1272f33f46fc2b3a5a7d079a818b25b9810e98d629119ce5387
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: 2276
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 2109816
MD5sum: c79751948274f1c380e6abf488403f83
SHA1: d970bd2d42f96d0cfa4421662f7929cc2d49672f
SHA256: 2c38999fc5f11322b681d1ffdec3592641616855913b48df998a843f4f0d7030
SHA512: 81fd4f2b34100c1f99ec03886edf0da5e623a21478d9edbb2e429112b6f6a0a7ddf967434099e184f43193aadfa12f898a845fdeec9b197bc4fb52253449fc44
Description: debug symbols for libgnutls30
Auto-Built-Package: debug-symbols
Build-Ids: 30be145aa64a822bd33f6e936e486d429c6fff11
Multi-Arch: same

Package: libgnutlsxx30
Priority: optional
Section: libs
Installed-Size: 80
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: amd64
Source: gnutls28
Version: 3.7.9-2+apertis0bv2024dev3b1
Depends: libgnutls30 (= 3.7.9-2+apertis0bv2024dev3b1), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5)
Filename: pool/target/g/gnutls28/libgnutlsxx30_3.7.9-2+apertis0bv2024dev3b1_amd64.deb
Size: 14688
MD5sum: fe687f532fe92fe8679a8ba535741520
SHA1: 04aa66b7199ca4aef3a724b8dbf3fe900584d0ef
SHA256: dc448b8553964c68cc154a31da420f0c7a06872de9cf7da6fdaabd92f3c5db3c
SHA512: fcab4a48dd9ee53a94fc17ac5949d44d62705a457f99f436e4f5db141ef2b57199b02176c15d08f1f95cc1e0e748a7af56d8d177f07ac9e111065a8ffe42a847
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: 85
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 49764
MD5sum: 5196672769d454c2b930760424493a92
SHA1: 36d5e59245693782b52dba748657d2b6777f52e0
SHA256: b074b88211752ef5ca2cf46f89fead539807bc5c94081bb718f21c2f153e7ef5
SHA512: 07f58976f8b86db246a10be2692434d2fb255f10a9d3432bdba3f57633dbb413d75ce6eafd6fa8d865d5e275aba6a8a177781ab91d1fb5cb11153bd4c282e524
Description: debug symbols for libgnutlsxx30
Auto-Built-Package: debug-symbols
Build-Ids: c44695b4ebf9f3759e1a5c16e309e7e9391b386d
Multi-Arch: same

Package: libgo-12-dev
Priority: optional
Section: libdevel
Installed-Size: 116088
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 16732164
MD5sum: dce2c699c59f1b217154bd4df29d7a0e
SHA1: f787bfc02b5c795e701899ce933b73e7117968ea
SHA256: 1631773a5fd00fdb56a2676ecb2617cfe0e367a76973475e3cd27e8dc98f390a
SHA512: 59877ad99cdf57fbd9e0937260da189133d256841f2039578057c25143df817aefdfa1bf7199965f01e4f14dbaf076304d9ec49ef7e852a66efc621bc99300d7
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: 57453
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 13045184
MD5sum: c15408eef9daff0ab356459ee6138a66
SHA1: 0e9ad81f2acccd55377e20448a4d7b9d499ab40a
SHA256: 18319697b40b736ab7d95398974394f0e30fd2870f262551bd770ae57f357017
SHA512: 72761101767a9fb6e29f603d2b84a861ebbe4c1ec123bff665760fe72926c08a79e045735316bcf5d019b1dd378a08d742c63658ddcbba96667c83a82fcf644c
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: 152
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libgom
Version: 0.4-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3), libsqlite3-0 (>= 3.5.9)
Filename: pool/target/libg/libgom/libgom-1.0-0_0.4-1+apertis1bv2024dev2b1_amd64.deb
Size: 43408
MD5sum: a10b445caeef9288c50d8516eacf5a8a
SHA1: cf482419f931fccedd68fc3d2558456ff6f280bb
SHA256: 676269e5d57f7c5806d0e563973a2ebf855e7edba405fed71e5d21c83dfbc2f6
SHA512: fd68f4599ca158b6a75023f12b950a7fad270e47c76a64af39f3114a8bf6533f59d51f4f1e994d11fd450d32b0aa75008bd34926b7408997c16d1d5caddd05a4
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: 160
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 131184
MD5sum: aeb723bffe91ef48f566ca3bc0c25be1
SHA1: c0f0fa4710e2c5671d3b72a3cc03c8bf445de2cf
SHA256: ab4a04bb804e8589da050e481b75971498124e87bb773c7654ad2eb315ebb545
SHA512: 81757f06349a81be3a69bdbe9faa308a16b80df7fb883535b97aabc994c4056c20c7524521492a91506a767cb1b161d9549913d2b0a0f7876ac866a98643843a
Description: debug symbols for libgom-1.0-0
Auto-Built-Package: debug-symbols
Build-Ids: a66da48470869bc07e6e4ef29ea08855ed4272d9
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: amd64
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_amd64.deb
Size: 17096
MD5sum: b4140cbd4577c06af3caba01a315e528
SHA1: 6d9432a50e97ae56ec244791e04f52c6b93f2ef1
SHA256: 82327cae7fa963c1fc2e6c1c7cf7bb6dc3f0959e2926fe05617502ee531f327f
SHA512: 5f5041433e422aa6609a319394925296e543de607f4b5ca53feecf548f2a85e4a6b718be31cdceec303982549e1b6015f323d25ec662c311b60a8dd1b13635f3
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: libgomp-plugin-amdgcn1
Priority: optional
Section: libs
Installed-Size: 71
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libgomp1 (>= 10), libc6 (>= 2.34)
Filename: pool/target/g/gcc-12/libgomp-plugin-amdgcn1_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 22660
MD5sum: 5175c1fd4a3a4209301be00e6f2eb9af
SHA1: f4e6910123c945ea1af4663749c4267bf46e89c3
SHA256: 51f8bc96ffd901a9d477fae087a61c1e3ba7b50a4ced67db6cacfa15168ebb5d
SHA512: dc599159517e3f0b2f2a21026f35594f6f5c497eeea6384373d62d30b8375baac05a505ba86a6116c753b78314f627edd0376acb1404527088c7ecfebfec2913
Description: GCC OpenMP v4.5 plugin for offloading to GCN
 This package contains libgomp plugin for offloading to AMD GCN.
Homepage: http://gcc.gnu.org/
Multi-Arch: same

Package: libgomp-plugin-amdgcn1-dbgsym
Priority: optional
Section: debug
Installed-Size: 71
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: libgomp-plugin-amdgcn1 (= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/libgomp-plugin-amdgcn1-dbgsym_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 55428
MD5sum: 0bdf1569946887fb8fe8cb056898995f
SHA1: 21b6dd223971eb0b0d55473fdb263788f9f17f17
SHA256: 951226528729d55be1bd5b7eebf1a7defecde5b3e2167a8b318bb009ecbfe96d
SHA512: f462d34d630bde8e36b8de6242b039c21236c74c4719f8c38e57666f0ed1dabdbc2e72c9083ab3af6df162646d746ab200c374fca4ca79ebfc80a12034776a75
Description: debug symbols for libgomp-plugin-amdgcn1
Auto-Built-Package: debug-symbols
Build-Ids: 36a6ece41017ed66e962fc3cb88def5f6c3e31a1
Multi-Arch: same

Package: libgomp-plugin-nvptx1
Priority: optional
Section: libs
Installed-Size: 51
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libgomp1 (>= 10), libc6 (>= 2.34)
Suggests: libcuda1 | libnvidia-tesla-cuda1 | libcuda1-any
Filename: pool/target/g/gcc-12/libgomp-plugin-nvptx1_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 13796
MD5sum: aa82f33bed7c9bccbcef6a45b8a65740
SHA1: b7d1d0c85ca35f1870971330dfe312cfb50bab44
SHA256: 23b431e57da647a9b899198a95b7be6d3b7d5ebdac9c372758ea85375171d1a8
SHA512: c746fc147ce3bc98b3cf3a6dd82c80406ada6a0ed7ee735db17be582e4257269e0f27de9002d2bca6d9b17b0b5effa51243193cb934f1b4ece27eab674475301
Description: GCC OpenMP v4.5 plugin for offloading to NVPTX
 This package contains libgomp plugin for offloading to NVidia
 PTX.  The plugin needs libcuda.so.1 shared library that has to be
 installed separately.
Homepage: http://gcc.gnu.org/
Multi-Arch: same

Package: libgomp-plugin-nvptx1-dbgsym
Priority: optional
Section: debug
Installed-Size: 53
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: libgomp-plugin-nvptx1 (= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/libgomp-plugin-nvptx1-dbgsym_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 38616
MD5sum: d3cbc7873b11d8896336650aa033e9db
SHA1: dc1fae11fc798c4d87dbf96cfa7bcfa6140a4f39
SHA256: a5857bf8c88b8a713cbce8316f09480e6f4b31db68ae468a971bd5ac703bdf3d
SHA512: 4eadc7dd0646eaed66f04496ac435884c9c99990babd3823d30cef508b01e8566c163f8981499ae35dede4185bb604c205ecc8971799f197181c837e4f822e4c
Description: debug symbols for libgomp-plugin-nvptx1
Auto-Built-Package: debug-symbols
Build-Ids: 5f02237aa2808d695fef8fdc24099cb1b0475084
Multi-Arch: same

Package: libgomp1
Priority: optional
Section: libs
Installed-Size: 314
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 115988
MD5sum: 0c614c7d3b590e57ab0547d467e849b6
SHA1: 01a09449203e9ba68cc0e90d36a9fbdb3c34fcfe
SHA256: b591869dad49e3d46694a938595f41a22345a9618216cd78a856d1eb8be03117
SHA512: 45eee1b39c2d8120505e33f372615a47684c463dc130c53f8b09b02d48ca04b6b1cca05604765905b369a2e9333fabba5e990631e988332d14f4115053e7f2b9
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: 487
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 444096
MD5sum: 7528eba7afda4734f9f94324e8466039
SHA1: 1c074f93fb8388bfabfff567a28f9ca12c396556
SHA256: af668540f605b8de18fdba56bf726a572e4427fb66729a5bbbdd8c3df0b0da84
SHA512: 4e8518904746615943517ececc381b3aadc1a02e8326ad334aa431fe07e68a7c981b4239bcf41e7731ec6672fb686882dfdf66ed7eae6e597491f9eddc6ed85b
Description: debug symbols for libgomp1
Auto-Built-Package: debug-symbols
Build-Ids: f967f5a5e6804cfa3881c54626af8a679ef8c895
Multi-Arch: same

Package: libgoogle-perftools-dev
Priority: optional
Section: libdevel
Installed-Size: 3587
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: google-perftools
Version: 2.10-1+apertis0bv2024dev2b1
Depends: libgoogle-perftools4 (= 2.10-1+apertis0bv2024dev2b1), libtcmalloc-minimal4 (= 2.10-1+apertis0bv2024dev2b1), libunwind-dev
Filename: pool/target/g/google-perftools/libgoogle-perftools-dev_2.10-1+apertis0bv2024dev2b1_amd64.deb
Size: 458032
MD5sum: 55382a6bed2bd5e71b7737f946a2c803
SHA1: 4fb6ad8e7fe9daae7afd55e826ad92b6a29a54e5
SHA256: cd62d94345b9f2a307d0947aea6da46a8ef18e88ddeb7a8fbb943beade3061d9
SHA512: 553509f9e21616c9a2ab19037b48386b88a511820bc526abc0f1e3cc169ef91ebb1c48ae3789a944efe4e741e940906e7b986963426a2808152bb2704880890e
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: 1056
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: google-perftools
Version: 2.10-1+apertis0bv2024dev2b1
Depends: libtcmalloc-minimal4 (= 2.10-1+apertis0bv2024dev2b1), libc6 (>= 2.34), libstdc++6 (>= 5.2), libunwind8
Conflicts: libgoogle-perftools0
Filename: pool/target/g/google-perftools/libgoogle-perftools4_2.10-1+apertis0bv2024dev2b1_amd64.deb
Size: 200272
MD5sum: b9e731ce181c014e62ddf7e383aa8901
SHA1: 784062473d019b5d1760565d53a4e627140c0b3c
SHA256: 1de6a514cccc28b3fff82a86826933b5287b283d581dc3d82cc2bf462a8a21d5
SHA512: ced00ecef26157be4a3a0c0fa0f92c7be25fc824597397a807e92b5f44607d6da39cfa6b86a772d2533c20b82f0c123cf619862db7fad7df58e563afd7047888
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: 2647
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: google-perftools
Version: 2.10-1+apertis0bv2024dev2b1
Depends: libgoogle-perftools4 (= 2.10-1+apertis0bv2024dev2b1)
Filename: pool/target/g/google-perftools/libgoogle-perftools4-dbgsym_2.10-1+apertis0bv2024dev2b1_amd64.deb
Size: 2439868
MD5sum: 7fc60af5de9a5b5ae28f859bfa823645
SHA1: 5dedae1d250cd02b0676d32377cecb6cb90524ea
SHA256: b3be075985aac4c237dda7d8b952ab8cc0dac8dc098d28c117dd71a323207be5
SHA512: 31d6cb286cf118f158317f17ca3261b8e82ae5dc9fb43bb033d95ebba8c9bc01a0b31f011b67a000daaa60968cf562efeb48265453e5f6e917cd90cf1048aa37
Description: debug symbols for libgoogle-perftools4
Auto-Built-Package: debug-symbols
Build-Ids: 3e22703b3b67b6fb22f87b3e17efef7482acd780 4fe6238ed4adb67e72e0f81ede1478cb156ff102 731846bdb252243e5603bec9d07b64779f807dea c219bd5520ec16edb0b1aff780a733e7310a8039
Multi-Arch: same

Package: libgpg-error-dev
Priority: optional
Section: libdevel
Installed-Size: 512
Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
Architecture: amd64
Source: libgpg-error
Version: 1.46-1+apertis1bv2024dev3b1
Depends: libgpg-error0 (= 1.46-1+apertis1bv2024dev3b1)
Filename: pool/target/libg/libgpg-error/libgpg-error-dev_1.46-1+apertis1bv2024dev3b1_amd64.deb
Size: 134872
MD5sum: 29581b93770824479cc689ba701d210e
SHA1: c1d62c727f4f496097bc01d27144150701894e6c
SHA256: 86ae3a45ebd109bbb8d7cca9a1132ded993e47f2c4b7404de580a0f7d1fa1110
SHA512: 5d4816b7ae67e097f7fccf845638dcc54affea783a8e95fc35c8d95830ef2480e5ae5d9652cb3dedb24edfb52f8b811e7c00f9f08e984337b7804bb9886b6eb3
Description: GnuPG development runtime library (developer tools)
 Library that defines common error values, messages, and common
 runtime functionality for all GnuPG components.  Among these are GPG,
 GPGSM, GPGME, GPG-Agent, libgcrypt, pinentry, SmartCard Daemon and
 possibly more in the future.
 .
 It will likely be renamed "gpgrt" in the future.
 .
 This package contains the headers and other files needed to compile
 against this library.
Homepage: https://www.gnupg.org/related_software/libgpg-error/

Package: libgpg-error-l10n
Priority: optional
Section: localization
Installed-Size: 634
Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
Architecture: all
Source: libgpg-error
Version: 1.46-1+apertis1bv2024dev3b1
Replaces: libgpg-error0 (<< 1.32-1.1~)
Breaks: libgpg-error0 (<< 1.32-1.1~)
Filename: pool/target/libg/libgpg-error/libgpg-error-l10n_1.46-1+apertis1bv2024dev3b1_all.deb
Size: 111564
MD5sum: 7d4c92a5ebf5292bcab0263fa196f9f9
SHA1: b6df3e6b62bb14f7fddb061038c4e6c6325ee238
SHA256: a7c87c9a71eda875372352c5bc65028542170ec33b1749694cf6cc6ad93dda61
SHA512: cd1b93f2818f4178c2ddc1d3722a35893323381d20fa363825754d22d3d41a8f63d54c406aaa5a9cfe6653eeb5a155996cf4e845d78c57fd766eeee71845dcad
Description: library of error values and messages in GnuPG (localization files)
 Library that defines common error values, messages, and common
 runtime functionality for all GnuPG components.  Among these are GPG,
 GPGSM, GPGME, GPG-Agent, libgcrypt, pinentry, SmartCard Daemon and
 possibly more in the future.
 .
 It will likely be renamed "gpgrt" in the future.
 .
 This package contains the translation files for the use in non-English locales.
Enhances: libgpg-error0
Homepage: https://www.gnupg.org/related_software/libgpg-error/
Multi-Arch: foreign

Package: libgpg-error-mingw-w64-dev
Priority: optional
Section: libdevel
Installed-Size: 5417
Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
Architecture: all
Source: libgpg-error
Version: 1.46-1+apertis1bv2024dev3b1
Recommends: mingw-w64
Suggests: wine
Filename: pool/target/libg/libgpg-error/libgpg-error-mingw-w64-dev_1.46-1+apertis1bv2024dev3b1_all.deb
Size: 847612
MD5sum: d7620cea1360eb95aa33b14893eb3a0c
SHA1: 49c54f9e9b23e04e201448e9c8f5a2494ae99a45
SHA256: b036ab29876179862fee8feb6f7ca0f8652f14714cf19fd17c173b4cb3137eeb
SHA512: d0ce598fd796e8412411c40180fc19fecd1cb56adad5703553ac0274364c817ad793f7d7c4a1bc71bed829f321c8c2c3ede618fe354e47de37e66a638bc8d3c0
Description: library of error values and messages in GnuPG (Windows development)
 Library that defines common error values, messages, and common
 runtime functionality for all GnuPG components.  Among these are GPG,
 GPGSM, GPGME, GPG-Agent, libgcrypt, pinentry, SmartCard Daemon and
 possibly more in the future.
 .
 It will likely be renamed "gpgrt" in the future.
 .
 This is a Windows version of libgpg-error.  It's meant to be used
 when cross-building software that targets the Windows platform,
 e.g. the win32-loader component of Debian-Installer.
Homepage: https://www.gnupg.org/related_software/libgpg-error/
Multi-Arch: foreign

Package: libgpg-error0
Priority: optional
Section: libs
Installed-Size: 197
Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
Architecture: amd64
Source: libgpg-error
Version: 1.46-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Recommends: libgpg-error-l10n
Filename: pool/target/libg/libgpg-error/libgpg-error0_1.46-1+apertis1bv2024dev3b1_amd64.deb
Size: 79204
MD5sum: 4aa0a3d6b5741ee69be064e09cd25c30
SHA1: 3ce109a7db9f4f558ee289d7c53ebed979dd04c8
SHA256: 59f9cf8e0b91a12f7d18aa02abda46d8c890a46cd6f60ccdca6e10b4503dade9
SHA512: fe65ddba1279ede279b241fac81ded808e3914f03fc33133108ce108977df92bbfb192218e0aec18d567e764a25c45780725ea32ecc31fe72aa6b9c259a800d2
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: 212
Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
Architecture: amd64
Source: libgpg-error
Version: 1.46-1+apertis1bv2024dev3b1
Depends: libgpg-error0 (= 1.46-1+apertis1bv2024dev3b1)
Filename: pool/target/libg/libgpg-error/libgpg-error0-dbgsym_1.46-1+apertis1bv2024dev3b1_amd64.deb
Size: 187580
MD5sum: 449ccdd2cfb67f70d3096b5a8bc04e91
SHA1: b1cac7dd5c23ae39aa43cfa53e3a79aa0057ff52
SHA256: 97e2d0615578855e88fed970cd8e5fd2fc05b1442a008834fe13992ed6a19fef
SHA512: 4bcef0c7c3ab1f91e64c9f583e387cad8dc96d97c86b98bbbad5d3190add29cdc59f2233fa05f0d91d6e95a873eb2280d209546f41e6002a4b83930b632ccbd8
Description: debug symbols for libgpg-error0
Auto-Built-Package: debug-symbols
Build-Ids: e246205c7a04cffe87dd2985f5cd20a8b83a776f
Multi-Arch: same

Package: libgphobos-12-dev
Priority: optional
Section: libdevel
Installed-Size: 82023
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 9873824
MD5sum: c24b902607b830556003f31e5a05e0c3
SHA1: 2b9df5d745f36db0fc84ee8b9b98cf159c1007c6
SHA256: e405fb22f6b1aea427328ca5e1620844e66acfd1926ebe7d23f72ff075dc8769
SHA512: 018699fbab2992ffcfec7db9a0db7ab966451b85e9d34fdc71adf032e097e704c98652c8630f09d888e30bf815053c13cd4cd4a2b3bbcad0e13cd2d335b11671
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: 11551
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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.2), zlib1g (>= 1:1.2.0)
Breaks: dub (<< 1.16.0-1~)
Filename: pool/target/g/gcc-12/libgphobos3_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 1685460
MD5sum: 962d7a56a221f4e91dc1416c3cf9eac5
SHA1: 5059bcf25d56eb055e46a32e6e74e1d20a2ce74c
SHA256: d18085dc4b208acbc90d086f68c096fb5e4ce136d71ccceee7d4990e372aa99e
SHA512: b33dce19c646599ea382f5b2403f64d54a71d566acd9d69b58147bf94d5ed1e6280fdca9eb39246c11d026fd924aa4a9614cde5996adcbb311d13307456876e7
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: 7939
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 5701688
MD5sum: a70635d73b68544b55ec8d3d90e59f61
SHA1: 32ab8aad1a61f516ee825ce2678d1a433fbc49c1
SHA256: e0c6ba95869cdadef3f919b1bdf96735b229c39c994eb7f12ad2eb593a6768ec
SHA512: ac6a8fe7349caf24e3644397492ae97644eee2b04b41b02a6809e3f8fd182a445ea9156d37e68d84a9856615d0192b95f8766b8629b971f502f0dba9fa48562b
Description: debug symbols for libgphobos3
Auto-Built-Package: debug-symbols
Build-Ids: 0883fa13af483915d2cd769ca57fdccf50a9bbdc 234b8572a44c2a9fc84b5d5ae21be1417428efd8
Multi-Arch: same

Package: libgpm-dev
Priority: optional
Section: libdevel
Installed-Size: 65
Maintainer: Axel Beckert <abe@debian.org>
Architecture: amd64
Source: gpm
Version: 1.20.7-10+apertis0bv2024dev3b1
Provides: libgpmg1-dev
Depends: libc6-dev | libc-dev, libgpm2 (= 1.20.7-10+apertis0bv2024dev3b1)
Conflicts: libgpmg1-dev
Filename: pool/target/g/gpm/libgpm-dev_1.20.7-10+apertis0bv2024dev3b1_amd64.deb
Size: 18188
MD5sum: c467e4a2e36ebdb8d026a981b06d7e68
SHA1: 52bcb4a9fd493955477c02a972a6ea80a9c02812
SHA256: 09c2d1ae3e573c65d4b62e0615a936d3b5635480b50f061974b41b777fcb9d6b
SHA512: 621a0396d4042b28e08c8f23d843a46b83ee3fceafcf96a2eedb98d28ef28cd67f6ab0dc88d6592b79205daa0f9e94493035ea4ec605d1bdd13056b24499b1a5
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: 47
Maintainer: Axel Beckert <abe@debian.org>
Architecture: amd64
Source: gpm
Version: 1.20.7-10+apertis0bv2024dev3b1
Depends: libc6 (>= 2.33)
Suggests: gpm
Filename: pool/target/g/gpm/libgpm2_1.20.7-10+apertis0bv2024dev3b1_amd64.deb
Size: 15668
MD5sum: 8d7177904831fb0e58602e67c3082183
SHA1: 8afe60e97951d740f4faa02acf42da7533cf43ff
SHA256: 4fd0b4826d7fb87307453ed9a833d10520f3c58009855bdca66a64cc8e84c1ed
SHA512: ebc0a0c261b396961f80ed95a18a9621ee40e96f87d07c2515270973865663cebe05de25a7817ff6f45a3db94ed0eb2e81a2bade0df0a70271ec46db7ae66146
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: 38
Maintainer: Axel Beckert <abe@debian.org>
Architecture: amd64
Source: gpm
Version: 1.20.7-10+apertis0bv2024dev3b1
Depends: libgpm2 (= 1.20.7-10+apertis0bv2024dev3b1)
Filename: pool/target/g/gpm/libgpm2-dbgsym_1.20.7-10+apertis0bv2024dev3b1_amd64.deb
Size: 23004
MD5sum: 54f7dd11bd3526eea5b81885c47e6e51
SHA1: 6bb5b23c6e5517b132c05d82e4fe382dee700528
SHA256: 58079c2c06903f27f2b23286b4d23c256d11c2bb3e82bbb1f539b9946496a179
SHA512: ad1e99382ffda52b426428bb83be492f1c0e15b121746d07011c665df9419c360d0b7e92de0389e8287bfa5c8a43fb203dd969a595fbe99cf4ef2dbb8e6a9509
Description: debug symbols for libgpm2
Auto-Built-Package: debug-symbols
Build-Ids: da1da2da42935199502e989f83257201ad8e1e77
Multi-Arch: same

Package: libgraphene-1.0-0
Priority: optional
Section: libs
Installed-Size: 147
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: graphene
Version: 1.10.8-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.14.0)
Filename: pool/target/g/graphene/libgraphene-1.0-0_1.10.8-1+apertis0bv2024dev2b1_amd64.deb
Size: 42312
MD5sum: 17dc3061e30d72e877aa081494360ff9
SHA1: c3241fd8b51a90d38be5c716e1c1c667c108a259
SHA256: f5f9b3fe9d9e4f9c94b53ac30758d5d2763914ecddc221de348b217a10e4d940
SHA512: 5a4f96e8a23bb3c48531bad0e00b59ed033b0f4612b8298ea9d41bb0f7464c0f6fac7d088b6e2ee33695011bf5d5d580d15557833a7f03e9b2b5e6fc77cf8932
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: 205
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 175776
MD5sum: a1358846e314e9d4a26f0859f3b59c56
SHA1: f9ac54a645178f6b19a806d5fc3d69735fec1ad5
SHA256: b31653ff0d4232df41227a9ad9bc8e7ff276a02325f34e6bf7f924d4417e2c69
SHA512: 6bd00f6d941e3bd1c7a1618cb9b580adef5b714eb6c75fd95cbad82a464bef0d4b492baaa7042dc6d1c60977d8539665d0d55fbd40fb48010c927b0c20e56dea
Description: debug symbols for libgraphene-1.0-0
Auto-Built-Package: debug-symbols
Build-Ids: 03f1731f1c14e52f4f17a558b2ed4d1195c19f5c
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: amd64
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_amd64.deb
Size: 61124
MD5sum: b9c13aa77928b33f380db565541eccc5
SHA1: ad04aab7d31d44206511d6a9450f0de877aa62a4
SHA256: ee8920391f0830eac899572d83adaeea9662b1189d5b0e2f5b0aedc6d6f01462
SHA512: 496d28cf769601dfa024ebc9aa7987409ebdaaaa9a99f2cfb8f228950ccf3d50ac3f759ca987ecb575de622f5770f6d697939ed0f3e470ab1d751aafeb85ff76
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: 192
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Architecture: amd64
Source: graphite2
Version: 1.3.14-1+apertis1bv2024dev3b1
Replaces: libgraphite2-2.0.0
Provides: libgraphite2-2.0.0
Depends: libc6 (>= 2.14)
Breaks: libgraphite2-2.0.0 (<< 1.2.0)
Filename: pool/target/g/graphite2/libgraphite2-3_1.3.14-1+apertis1bv2024dev3b1_amd64.deb
Size: 75504
MD5sum: 84658c5c5ebbd0ec37f51a159c72a4e3
SHA1: cc764865ef65a08e3262ff21d0846208b19576bd
SHA256: 588ab74affe11043e65ffc19a620c601824bc0136fb25d954391fcf1e24614fa
SHA512: d008af72f0a16f5eb9f0bdf575da9b7ffdccde84fe0764ee2ebd67752a88ec6b9a0351868fa5183def25154b87bfeed7f0b80278d55a3291ea52666618c4c6fc
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: 499
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 478944
MD5sum: c0c0c34f3ba4e725a912d92f00f3f13c
SHA1: 3e5c8931367d0dd33db4f281023713ab1fe6b97c
SHA256: 7cb751a4f7e5a5a7a37a5ea1c6c34467c049022ee4f0cea0e83a28a5aba217fc
SHA512: 48aae6c3d824c578a4cfb2206804a52a8255a63b68a30cb2ae587c6bcc8709d4ec647248197d5e27ace4208b480ec1cede3feb0c5862e9de8591daa05c1a7961
Description: debug symbols for libgraphite2-3
Auto-Built-Package: debug-symbols
Build-Ids: c33438faa6d55b07457f85271142b19c78e615ca
Multi-Arch: same

Package: libgraphite2-dev
Priority: optional
Section: libdevel
Installed-Size: 78
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 20512
MD5sum: 1192c77ce9e8390c286ac91c439f2304
SHA1: 4bbe0e95284fd1088541266cf9f5da1ca9048cd7
SHA256: dcdf2bbea20f4fea65905226412382eb9cdc140efec6c13c8f331ad9fb186b85
SHA512: 7a72a6021f52a7dbcf352a744f4f6f90bc069b202b39d4d9509a1b9eb70dc8f1557074928af8afb66cd64879f98ce8dc7ed7d3a6943ff68dab5d99570c3d5961
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: 54
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 18992
MD5sum: 7a8db00efca4f9d088b5402ff56200cb
SHA1: 9155b3ca3ba52628d7f634eabde6f6e52d978edd
SHA256: 43f483344825c4f1ae0663a05f3d23d39a5b5bf19a1b4e7c0377b04bdab1e448
SHA512: 905645609af9051f2ac3136f1e87ea9be63a2328e490217520c2330bd0a16636457d92641e0696280507d1ef118f2186e1f459f4f80204e7c0da72fd1a40ca74
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: 47
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 32452
MD5sum: c0a5552a67dfab6de84de50591066795
SHA1: 860ba7bf581df1f3f9d28c696e33db208405deb9
SHA256: b0edd1d77654bfbc3b43e72374a3691852c850b79d52b1903202b6bbcc66f4a3
SHA512: 1ee96cb5e007fa2c09d54bd42b9b4a2db687c2706de09566743c3433e7486be1262dfc800e0b95cd88c50ea40dc807c729893cc62245c522d5eb71d604dd8171
Description: debug symbols for libgraphite2-utils
Auto-Built-Package: debug-symbols
Build-Ids: 4f447caffe0f431fa3a2dc6696d15d78dc85ccba

Package: libgrilo-0.3-0
Priority: optional
Section: libs
Installed-Size: 713
Maintainer: Alberto Garcia <berto@igalia.com>
Architecture: amd64
Source: grilo
Version: 0.3.15-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.33), libglib2.0-0 (>= 2.65.1), libsoup2.4-1 (>= 2.41.90), libtotem-plparser18 (>= 3.26.0)
Suggests: grilo-plugins-0.3
Filename: pool/target/g/grilo/libgrilo-0.3-0_0.3.15-1+apertis0bv2024dev2b1_amd64.deb
Size: 147548
MD5sum: bbfec763b7b54be931214c654f5072d2
SHA1: f62ab76fdaf4e5c8b40bcbddbaf96fef8d0124ca
SHA256: d984c7b7b2a0b19441cbda45023e57ab56401b206db1ab3618d6b938a110cac5
SHA512: 60f406f4a12317595399d1bbc78356710c20f449595f92c5515f685464d149b8ceebe286eb9bb67a97d747225f1647a1cb42bd8c0f72104361c3b0ad639d02bf
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: 352
Maintainer: Alberto Garcia <berto@igalia.com>
Architecture: amd64
Source: grilo
Version: 0.3.15-1+apertis0bv2024dev2b1
Depends: libgrilo-0.3-0 (= 0.3.15-1+apertis0bv2024dev2b1)
Filename: pool/target/g/grilo/libgrilo-0.3-0-dbgsym_0.3.15-1+apertis0bv2024dev2b1_amd64.deb
Size: 277384
MD5sum: c2e6bb41422b597fcc055442ad3d2dac
SHA1: 0c40b09b5c2a252a04afa058330412cdb517f924
SHA256: d0de073e06ed040d9f8e109b28f8aa341264a1550025b6cadbe51337896666da
SHA512: 6ea59f7f5314b962f884d522f6f482ecd76cbcffe7520a2f86e0bb86629727a3ecad138fdfe4204b5738b89b6fbf4eb44c60b58e658a0fd5d899c6aa9b499abe
Description: debug symbols for libgrilo-0.3-0
Auto-Built-Package: debug-symbols
Build-Ids: a456270bde7403c3a7113e6bf30244a3c1474ac0 b12a22357618f21ba4a6524b506207cc445a9de6 fe140a9e5943bd5650caea49abea20f71797c745
Multi-Arch: same

Package: libgrilo-0.3-bin
Priority: optional
Section: libs
Installed-Size: 131
Maintainer: Alberto Garcia <berto@igalia.com>
Architecture: amd64
Source: grilo
Version: 0.3.15-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.31.18), libgrilo-0.3-0 (>= 0.3.0), libgtk-3-0 (>= 3.21.4), liboauth0 (>= 0.9.1)
Filename: pool/target/g/grilo/libgrilo-0.3-bin_0.3.15-1+apertis0bv2024dev2b1_amd64.deb
Size: 35572
MD5sum: dcbeb121ac300901185a209f4dcb6b05
SHA1: 276ac5e32ae3a81e0fbd99249d1b635b254e364d
SHA256: b96a9e56ae5d3580c51da845c933baeccc69a064f4b0c4cf31632064a6f7e3ba
SHA512: 6c4dc1f8b21f49d74d9f6631b06e0bd4ae9ec81e2b3f3f7ad6e6f95c09f27833a427d578e40204a29c1eafc8f545fd7af1b2b0673e7a5676960d7183d5f9e5f7
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: 126
Maintainer: Alberto Garcia <berto@igalia.com>
Architecture: amd64
Source: grilo
Version: 0.3.15-1+apertis0bv2024dev2b1
Depends: libgrilo-0.3-bin (= 0.3.15-1+apertis0bv2024dev2b1)
Filename: pool/target/g/grilo/libgrilo-0.3-bin-dbgsym_0.3.15-1+apertis0bv2024dev2b1_amd64.deb
Size: 83476
MD5sum: 73500f1e0306e0cdd56d3b699d0ffc36
SHA1: 79bcc662fad64efd3ae786380a5d42fb00db6643
SHA256: 5410ea734e24a2ece83ea79318b74ce407db2ed65aeea83769a4c7cac36ef95a
SHA512: d501bdb4e17f5057b81b921e0dee1e16041a1e0f925ecd1a5cc8425e6178377190f50df2a0d1eef43f0bda66691024d1d4c81302d56bb32c81d0e6b5fbaac9b2
Description: debug symbols for libgrilo-0.3-bin
Auto-Built-Package: debug-symbols
Build-Ids: 8106091d5e08a5194502dd4005ff2f4d70012622 92db739a7106a166ccf56d59c1edc86c1e3d8464 dd972fb5715f3709a84827a0b97e413df4689613

Package: libgrilo-0.3-dev
Priority: optional
Section: libdevel
Installed-Size: 891
Maintainer: Alberto Garcia <berto@igalia.com>
Architecture: amd64
Source: grilo
Version: 0.3.15-1+apertis0bv2024dev2b1
Depends: libgrilo-0.3-0 (= 0.3.15-1+apertis0bv2024dev2b1), gir1.2-grilo-0.3 (= 0.3.15-1+apertis0bv2024dev2b1), libxml2-dev, libglib2.0-dev
Recommends: pkg-config
Suggests: libgrilo-0.3-doc
Filename: pool/target/g/grilo/libgrilo-0.3-dev_0.3.15-1+apertis0bv2024dev2b1_amd64.deb
Size: 68792
MD5sum: 3cf574fd38651a5fcd78ceee34f788b8
SHA1: a0f9f9a380764be258144a89eec75b65c7473436
SHA256: 77d9f07e4e41c046b3a23e951ac8c73753d1a88df315586243e498d77f64ea19
SHA512: a296623a9250e08eca2e6a4f587deeab7bab3a707d9b3c34510f4b259eb82e7f3049eee8475505cc306a67130d05e4880bda41b2301c8834c0ffd2258072cb61
Description: Framework for discovering and browsing media - Development files
 Grilo is a framework focused on making media discovery and browsing
 easy for application developers.
 .
 More precisely, Grilo provides:
   * A single, high-level API that abstracts the differences among
     various media content providers, allowing application developers
     to integrate content from various services and sources easily.
   * A collection of plugins for accessing content from various media
     providers. Developers can share efforts and code by writing
     plugins for the framework that are application agnostic.
   * A flexible API that allows plugin developers to write plugins of
     various kinds.
 .
 This package contains the development files.
Homepage: https://wiki.gnome.org/Projects/Grilo
Multi-Arch: same

Package: libgrilo-0.3-doc
Priority: optional
Section: doc
Installed-Size: 1458
Maintainer: Alberto Garcia <berto@igalia.com>
Architecture: all
Source: grilo
Version: 0.3.15-1+apertis0bv2024dev2b1
Suggests: devhelp
Conflicts: libgrilo-0.1-doc, libgrilo-0.2-doc
Filename: pool/target/g/grilo/libgrilo-0.3-doc_0.3.15-1+apertis0bv2024dev2b1_all.deb
Size: 103376
MD5sum: e31b54106c7441bd92ea360427f17eab
SHA1: 53b79379bac195e4e09c775157240e9a2b544a43
SHA256: 5d1d64404e303f71ac8540aaf0afe833bcd728fc97007971c08fa4302682b121
SHA512: 56caa46cab334b71c1951c09dca6255778118b2fb41b0376d59bdf642cf905c8652b19d2a0922f9190bfb2394d6be7eb24b901171f4a1806911e3c735e277a9e
Description: Framework for discovering and browsing media - Documentation
 Grilo is a framework focused on making media discovery and browsing
 easy for application developers.
 .
 More precisely, Grilo provides:
   * A single, high-level API that abstracts the differences among
     various media content providers, allowing application developers
     to integrate content from various services and sources easily.
   * A collection of plugins for accessing content from various media
     providers. Developers can share efforts and code by writing
     plugins for the framework that are application agnostic.
   * A flexible API that allows plugin developers to write plugins of
     various kinds.
 .
 This package contains the documentation.
Homepage: https://wiki.gnome.org/Projects/Grilo
Multi-Arch: foreign

Package: libgrpc++-dev
Priority: optional
Section: libdevel
Installed-Size: 6921
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: grpc
Version: 1.51.1-3+apertis1bv2024dev2b1
Depends: libgrpc++1.51 (= 1.51.1-3+apertis1bv2024dev2b1), libgrpc-dev (= 1.51.1-3+apertis1bv2024dev2b1), pkgconf, zlib1g-dev, libssl-dev, libabsl-dev (>= 20220623.1), libc-ares-dev, libre2-dev
Filename: pool/target/g/grpc/libgrpc++-dev_1.51.1-3+apertis1bv2024dev2b1_amd64.deb
Size: 618124
MD5sum: 164e289118fcb3b166ff4798c589419d
SHA1: 4b9e53e14ee5849ae06d9f0c2c9feadfb9f611ef
SHA256: 91ce15a4f177fb671d4a76406890dede58da58e8f3d3a74d871e8f7da0600e3f
SHA512: bdc168f0c39d49707bea58070a98e39f0c87d1422eec60b55a1d25936b504771aba931298a7755b412e411f0de6a249f39a306aa21f6e8fb53d53141f4ce360d
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: 2444
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: grpc
Version: 1.51.1-3+apertis1bv2024dev2b1
Depends: libabsl20220623 (>= 0~20220623.0-1), libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgrpc29 (>= 1.51.1), libprotobuf32 (>= 3.21.12), libstdc++6 (>= 11)
Filename: pool/target/g/grpc/libgrpc++1.51_1.51.1-3+apertis1bv2024dev2b1_amd64.deb
Size: 475376
MD5sum: 669ff5372c2deb7b0a2651bbde09f6dd
SHA1: 6a475ba8cedf14bd3aa55f4d17324d7ccea863c3
SHA256: 3af60d220177af51079195e6cf7558294e94df7194eeb54dcce233b485b8b49b
SHA512: 8ca996f8ca49b10f5837c5fd852b70770f1b4608a0e803a053f217bde9400302b7c10c7f9c5db532bec52f36e64721c2b4590d065edc6cedb70d6af8addf029f
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: 12692
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: grpc
Version: 1.51.1-3+apertis1bv2024dev2b1
Depends: libgrpc++1.51 (= 1.51.1-3+apertis1bv2024dev2b1)
Filename: pool/target/g/grpc/libgrpc++1.51-dbgsym_1.51.1-3+apertis1bv2024dev2b1_amd64.deb
Size: 12170212
MD5sum: bcd5e90445d570f991b115ddb01b2f49
SHA1: 1249478bb446c2f3903761a573be7676af149b2d
SHA256: e13f61a4183e90faec0cd64cedc956e37de5873b6f9505faec8cbeb8b3d1e820
SHA512: aa8cf222376c1df3f6156acaebca1efc0e7020223dc2490a961d19461dfd00fdd240a5a6ab30873dce71dcf143e0a5ffba0d93246635d773153b537a32fae49f
Description: debug symbols for libgrpc++1.51
Auto-Built-Package: debug-symbols
Build-Ids: 171b75aeb9fc1ae73fc626d19772183b9406139a 2400215b34ddde80a06b7decbe1d298789ed40da 5dcdd320fca2b77294b3c696b53de7306a7549af 871dcf295c7145b7efa2cbf44ee6f7b915480a75 ac5fd5f7ebbd8c6bf3808d43a0b91c6ae71ee79d d5a65ef7e528d6ae6815d732a9af54b40ca7717b
Multi-Arch: same

Package: libgrpc-dev
Priority: optional
Section: libdevel
Installed-Size: 33483
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: grpc
Version: 1.51.1-3+apertis1bv2024dev2b1
Depends: libgrpc29 (= 1.51.1-3+apertis1bv2024dev2b1), pkgconf, zlib1g-dev, libssl-dev, libabsl-dev (>= 20220623.1), libc-ares-dev, libre2-dev
Conflicts: libgpr1-dev, libgpr2-dev, libgpr3-dev, libupb-dev
Filename: pool/target/g/grpc/libgrpc-dev_1.51.1-3+apertis1bv2024dev2b1_amd64.deb
Size: 4591040
MD5sum: 5eb1e5a1fd1f6b9b2202ad783a73a676
SHA1: bec017f518dc64bcd60f8f2bece504f02d4a16a7
SHA256: 14179c421798323fc13abeb7dc6adbb4661ee13fa64325996a3a9399b8fdba83
SHA512: 53d55317f234348574ab95e0c833ae34cd5bf50a0f339b07b3889f8d974f9269aec6dbadabb52aa92c03a9f0af642fbad74946a740cb616ea68819e8fd5868e4
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: 12055
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: grpc
Version: 1.51.1-3+apertis1bv2024dev2b1
Replaces: libgrpc10, libgrpc28, libgrpc9
Depends: libabsl20220623 (>= 0~20220623.0-1), libc-ares2 (>= 1.11.0~rc1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libprotobuf32 (>= 3.21.12), libprotoc32 (>= 3.21.12), libre2-9 (>= 20150701+dfsg), libssl3 (>= 3.0.0), libstdc++6 (>= 11), zlib1g (>= 1:1.1.4)
Breaks: libgrpc10, libgrpc28, libgrpc9
Filename: pool/target/g/grpc/libgrpc29_1.51.1-3+apertis1bv2024dev2b1_amd64.deb
Size: 2735228
MD5sum: 1079dbdf50becc41a4d2ed6bdd04a24e
SHA1: 487572d93b6fe3681192719a335fc12cfb119e52
SHA256: 57b3b3484eaf49eb39288114425b9253b25901f4c89c9245960b979a91767ef2
SHA512: 90150686a433abe8db0ee4cacdfe357f44f81359c96d06bae32293a5753fa35401c5d4a4f9925fa41bb4117c62bd2a0f2093d72525132d3d2f35e1af8e49248c
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: 83533
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: grpc
Version: 1.51.1-3+apertis1bv2024dev2b1
Depends: libgrpc29 (= 1.51.1-3+apertis1bv2024dev2b1)
Filename: pool/target/g/grpc/libgrpc29-dbgsym_1.51.1-3+apertis1bv2024dev2b1_amd64.deb
Size: 82374992
MD5sum: 37cf47c439191c40225bf6a8046fb69c
SHA1: 6fff7f1a6447b079c5590c627e8793dbf04b7749
SHA256: 169b2abd78f05e715f26d6e446a3528201ce94686cfb4b5f4eddc2f0271381f8
SHA512: 59e37c8b65617768bfce723abaa5448244e194a76299a0ec79af8baa3335940019958cff5947c6afc0da0103c058fc3d7078244d15f967e46b7fdb756c60ece7
Description: debug symbols for libgrpc29
Auto-Built-Package: debug-symbols
Build-Ids: 016d02cc0abf5c82b1152b510fc1b65c69f66127 4715d2979ca72a722368e97c382e423333faacfd 8be8ac1efbbe1ef5e49c9dc94fc0c435c2911956 9d2c094b190059072879f36351d6dfea20e4915d dbfa33bb6a674db08e53aebc9f565dcc2ddbdb5e dcaaaa6f7db12375c88979b569d06d68e3098df8
Multi-Arch: same

Package: libgsf-1-114
Priority: optional
Section: libs
Installed-Size: 372
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Architecture: amd64
Source: libgsf
Version: 1.14.50-1+apertis0bv2024dev2b1
Depends: libgsf-1-common (>= 1.14.50-1+apertis0bv2024dev2b1), libbz2-1.0, libc6 (>= 2.33), libglib2.0-0 (>= 2.61.2), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Filename: pool/target/libg/libgsf/libgsf-1-114_1.14.50-1+apertis0bv2024dev2b1_amd64.deb
Size: 154000
MD5sum: 10b931394a8da3d800ea553d5d43f8a1
SHA1: 3c6f43a2b9c832c841448e4f7dcbfe601efadccc
SHA256: cfeb47abdfa6e8f012bdf10d592a0452c1eca3e9ce1eef3896b1ab9c241cb669
SHA512: 62495e7275cb8c6076f4c96bfe8878ee3c3e29d3e3cbb40099952c3521d0d3c872ab434e316f8a825cd2676ba6e3f030032bc6ad80fd9df3090b5eb8dbdd1d14
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: 351
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Architecture: amd64
Source: libgsf
Version: 1.14.50-1+apertis0bv2024dev2b1
Replaces: libgsf-1-114-dbg (<< 1.14.38~)
Depends: libgsf-1-114 (= 1.14.50-1+apertis0bv2024dev2b1)
Breaks: libgsf-1-114-dbg (<< 1.14.38~)
Filename: pool/target/libg/libgsf/libgsf-1-114-dbgsym_1.14.50-1+apertis0bv2024dev2b1_amd64.deb
Size: 302236
MD5sum: b63e490dfa7e724deaef23ecea65b8dc
SHA1: aac6826674759761876babd6b74ea5e304ed060c
SHA256: dc6030fbb4ed8aed26fdd12f7b92ce123aac8adc12fee84d0ac0d42d44142847
SHA512: fcb3b5a3c1597545b69625b926f0f56b838930592cdde7eb1bc040fff7f99a86910c4447eb6df4a67f59bfb1b18eb64c5badb48d512a5526b317b125fd4b9b6e
Description: debug symbols for libgsf-1-114
Auto-Built-Package: debug-symbols
Build-Ids: 8359a2b5d00bc9c7e8b708053a893d81bc0673e8
Multi-Arch: same

Package: libgsf-1-common
Priority: optional
Section: libs
Installed-Size: 733
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Architecture: all
Source: libgsf
Version: 1.14.50-1+apertis0bv2024dev2b1
Replaces: libgsf-1 (<= 1.12.3-4)
Filename: pool/target/libg/libgsf/libgsf-1-common_1.14.50-1+apertis0bv2024dev2b1_all.deb
Size: 154196
MD5sum: 1edbc03b4d1bf8a0ee386dea1eff35e2
SHA1: d5acbde2ec9d845af33296de1e756d35b991b98b
SHA256: 29125e3dd87b19620f5ba94168387bff752fa3c9294f4e57f58dd5ffa1584e08
SHA512: 87d06a81b645dfbdff500481b7328e3d355d81c1599db23b50180cdf1b8fa6c2c55e3d0f574fffd156440fc030e730af353c9ccd591ec79f208059bacc14c6b2
Description: Structured File Library - common files
 The GNOME Structured File Library aims to provide an efficient
 extensible I/O abstraction for dealing with different structured file
 formats.
 .
 These are the architecture independent files that are part of libgsf,
 like translations of messages.
Homepage: http://projects.gnome.org/libgsf/
Multi-Arch: foreign

Package: libgsf-1-dev
Priority: optional
Section: libdevel
Installed-Size: 2052
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Architecture: amd64
Source: libgsf
Version: 1.14.50-1+apertis0bv2024dev2b1
Replaces: gir1.2-libgsf-1, libgsf-gnome-1-dev (<= 1.14.8-1)
Depends: libgsf-1-114 (= 1.14.50-1+apertis0bv2024dev2b1), gir1.2-gsf-1 (= 1.14.50-1+apertis0bv2024dev2b1), libbz2-dev, libglib2.0-dev, libxml2-dev
Recommends: pkg-config
Conflicts: gir1.2-libgsf-1
Filename: pool/target/libg/libgsf/libgsf-1-dev_1.14.50-1+apertis0bv2024dev2b1_amd64.deb
Size: 269048
MD5sum: 138d81a44f91b082cc783f8a0f456841
SHA1: 26d23eb217cfcb4867d5d8bd7f1ed431e2368202
SHA256: 1be3d9ec6d2b96aa54da2049d8c4e4a9a6d8c3a18323ff6e5e60d99726b9add6
SHA512: 0fc31c7e2823d858ee0d10c16c22751fa2b4551354e173353854c40270849490de2991d4aa5973d6b2d8c8cfc5b55d6cbab1658390a2fc73516bbd5f0f52d274
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: 131
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Architecture: amd64
Source: libgsf
Version: 1.14.50-1+apertis0bv2024dev2b1
Replaces: libgsf-1 (<= 1.12.3-3), libgsf-gnome-1 (<= 1.12.3-4)
Depends: libc6 (>= 2.34), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.26.0), libgsf-1-114 (>= 1.14.27)
Suggests: imagemagick
Filename: pool/target/libg/libgsf/libgsf-bin_1.14.50-1+apertis0bv2024dev2b1_amd64.deb
Size: 70220
MD5sum: a7520887702c06d08846e9bf290d72ac
SHA1: 0d4e0ba56ba3908831a58aaa4428284188aede9b
SHA256: 27dfd06ae286b5b773ebe38a66f780b1eb68c30b98143646fe8aab3d8bf8650d
SHA512: af72adbc96e60b49b07d1f026eeccdf72a7731310c707998009e9bac3e52cd31cc45c894d3865280f926628531f74988e0880068af01aa90ea62a2f8b3c95d9f
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: 62
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Architecture: amd64
Source: libgsf
Version: 1.14.50-1+apertis0bv2024dev2b1
Replaces: libgsf-1-114-dbg (<< 1.14.38~)
Depends: libgsf-bin (= 1.14.50-1+apertis0bv2024dev2b1)
Breaks: libgsf-1-114-dbg (<< 1.14.38~)
Filename: pool/target/libg/libgsf/libgsf-bin-dbgsym_1.14.50-1+apertis0bv2024dev2b1_amd64.deb
Size: 28516
MD5sum: 480f69dcda23d41a7bd5b38bbee0dc85
SHA1: 033ecaf0e9bdfe0ac32082744d8c96d8ba54d084
SHA256: b8a705e6f3a8e7d10d255d0ff1799580e1fc8f0c0d9124e53d28f921a3b7e89f
SHA512: daeefd68318da14969fa4ed0f56471f8bbc40da249f0c6d11288c219db1dbe53455a8350832d562ec12b7e3f556e953c2bfafb41298654f441f33b2b1c3b2b57
Description: debug symbols for libgsf-bin
Auto-Built-Package: debug-symbols
Build-Ids: 9f2908baf7c0df9f51f51290b5c56dd484ac25ee bb77f6e49eba0e0be93286e445e77ffb6e868590 cfe23ede42ef63b6dffdeab03bfa41b1f648d439

Package: libgssapi-krb5-2
Priority: optional
Section: libs
Installed-Size: 516
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: amd64
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_amd64.deb
Size: 218180
MD5sum: 3a26d26d8900ee8124fb80c5c642be6d
SHA1: 80dc46848d94f89f228953cce7113769666f5e40
SHA256: dda984c8a8249a973e62a3e9c30fd991c55711ce62bd6c4487de011d8e4c5402
SHA512: 02c3bbb9371a9f442034ce30952a5d92fa4431ca7c95cca5946f7253cd2b7c078632697bec8c40fccc2d22202f3ea7ac0114bea3e8a910af305129bf695572f1
Description: MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains the runtime library for the MIT Kerberos
 implementation of GSS-API used by applications and Kerberos clients.
Homepage: https://web.mit.edu/kerberos/
Multi-Arch: same

Package: libgssapi3-heimdal
Priority: optional
Section: libs
Installed-Size: 321
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libhcrypto5-heimdal (>= 1.4.0+git20110226), libheimntlm0-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.6~git20131117), libroken19-heimdal (>= 1.7~git20150920)
Conflicts: libgssapi3
Filename: pool/target/h/heimdal/libgssapi3-heimdal_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 109980
MD5sum: 7adf9670844b3330ca47e7778bf59d4e
SHA1: 350b4f85a728ca986ba9e03bc3d4ff175bd5d1c8
SHA256: 996fa4c204d0fe41f90c32529dc5a51cb0866050d47585f924cf5ff51216ba9f
SHA512: a9304b44845776fe0fdab40aa3f6b7877ba2b585afbf6a2ffeb2fee9ab38054a7d278f208fd819c4165b4c8527cf106ff47fab834a5ee9166ee3efd2d1bb2b25
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: 632
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libgssapi3-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libgssapi3-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 575972
MD5sum: 3f64b7ab0fbfe2141a25f41c36d9e1f3
SHA1: 85d6f4662289e44b525fb8975d5e41297b2580b8
SHA256: 6ec4d1e05a7bfb1ec100b72dc6595070c029b48b4a188a2b6e058c6ce1022f95
SHA512: 241b954d14329db61cb01e71589da7a58a7fd2be265ae9f379945e99f16187312119f6a33a00debf54c258adaa03461117c96c18b3ab5fed1305e5f871ee48ad
Description: debug symbols for libgssapi3-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: ef04c62fe087f6521763e52991c1a476bee10542
Multi-Arch: same

Package: libgssdp-1.6-0
Priority: optional
Section: libs
Installed-Size: 113
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gssdp
Version: 1.6.2-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.7), libglib2.0-0 (>= 2.67.3), libsoup-3.0-0 (>= 3.0.3)
Filename: pool/target/g/gssdp/libgssdp-1.6-0_1.6.2-2+apertis0bv2024dev2b1_amd64.deb
Size: 39040
MD5sum: d7387cee7da9fe6724dbdc9f7db8429e
SHA1: ce61f602b451f80b3ea8d72dfac6a640d112a717
SHA256: b202f67e739384ffdb95c27b08beaf12be32fc7c592723e9b8dcb09f12f20239
SHA512: 4fa45f960aa2fac0b18d8ba647b56383355246dffe4a8fc501da2c0dc45d8044b956206fe4d152849c487a67b364ff3a53ad6aa92ec5db399ad3251594cbfd1c
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: 128
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gssdp
Version: 1.6.2-2+apertis0bv2024dev2b1
Depends: libgssdp-1.6-0 (= 1.6.2-2+apertis0bv2024dev2b1)
Filename: pool/target/g/gssdp/libgssdp-1.6-0-dbgsym_1.6.2-2+apertis0bv2024dev2b1_amd64.deb
Size: 103596
MD5sum: 1a1ed298926c32f75717cfdc085167cc
SHA1: 3c1ee3ec8715a49af3b681a2f37b85712a9da34a
SHA256: e643a04c7c9749429e9fb3e24c98aaf73d005349126053b61eb06bf8747dfdc9
SHA512: 249b974cb938e2161c7e0168ee87012d4a11a38553a7db29c93088e32c0953326329bc3d6e9cfdc90eda13de3fde93518a363d7fa96fe514d9aedc14d3191a04
Description: debug symbols for libgssdp-1.6-0
Auto-Built-Package: debug-symbols
Build-Ids: 5d5eb899a5f5150f0aee7aff92b816a7e0dc0b65
Multi-Arch: same

Package: libgssdp-1.6-dev
Priority: optional
Section: libdevel
Installed-Size: 134
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gssdp
Version: 1.6.2-2+apertis0bv2024dev2b1
Replaces: gir-repository-dev (<= 0.6.5-5), gupnp-vala (<= 0.10.4)
Depends: libgssdp-1.6-0 (= 1.6.2-2+apertis0bv2024dev2b1), gir1.2-gssdp-1.6 (= 1.6.2-2+apertis0bv2024dev2b1), libsoup-3.0-dev
Suggests: libgssdp-doc
Breaks: gir-repository-dev (<= 0.6.5-5), gupnp-vala (<= 0.10.4)
Filename: pool/target/g/gssdp/libgssdp-1.6-dev_1.6.2-2+apertis0bv2024dev2b1_amd64.deb
Size: 15836
MD5sum: ba3116ed61112af83c66d6067dac64e3
SHA1: ce8082b5a5e9fd60b3698386e8893476ccddf116
SHA256: 325693a8d70dc917f3af99310d9b284b5d2e8aab2a92670a763858413507fbf8
SHA512: f67f7d8d22bc6dc8f45754be8ec9faf437d86f094c03b6dc4bb8851d4e1bb51916f2d32180953036feaa66b5893a75042fa4bd4f0d16c535b884cc6e55906c8e
Description: GObject-based library for SSDP (development files)
 A GObject-based API for doing SSDP (Simple Service Discovery Protocol)
 transparently.
 .
 This package contains the development files.
Homepage: https://wiki.gnome.org/Projects/GUPnP
Multi-Arch: same

Package: libgssdp-doc
Priority: optional
Section: doc
Installed-Size: 691
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gssdp
Version: 1.6.2-2+apertis0bv2024dev2b1
Suggests: devhelp
Filename: pool/target/g/gssdp/libgssdp-doc_1.6.2-2+apertis0bv2024dev2b1_all.deb
Size: 43924
MD5sum: 9bec621693961643c2efad08a27bdea1
SHA1: bd0992c80bee469dded4f8d5f1d58aac8f858608
SHA256: b6097d98e0e8febeb54a1dde4296ff32070534f65a332d2655f130d2a3b89195
SHA512: aeb99dc2565712a4616a8a5465fad92bcb3cc3b8f30d0c763e531ff005270c45239c502de7e61f7d1aa8cc3b0efb7d7a1038003a9ae3b8c6371346c8c50c01dd
Description: GObject-based library for SSDP (documentation)
 A GObject-based API for doing SSDP (Simple Service Discovery Protocol)
 transparently.
 .
 This package contains the documentation.
Homepage: https://wiki.gnome.org/Projects/GUPnP

Package: libgssrpc4
Priority: optional
Section: libs
Installed-Size: 285
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: amd64
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_amd64.deb
Size: 141248
MD5sum: db7b1631da5be26208b2b39315e7e13e
SHA1: 3c2074beaf6ddddaf73b5cbc44606d4345709391
SHA256: 5528fac8414f93f9f8927c4ffdab4a21018d952f01b1bbc9d969004e65269133
SHA512: 3dcb63226d268b4015dcf50c1387947f2c383290e0f1f0891311b346e2c4e295ca14bd9a4ef0b3889ee54b34b49c5173a73cf83dc8faf01c0581113bf5ed196b
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: 673
Maintainer: Maintainers of GStreamer packages <gst-plugins-base1.0@packages.debian.org>
Architecture: amd64
Source: gst-plugins-base1.0
Version: 1.22.0-3+deb12u1+apertis1bv2024dev3b2
Replaces: libgstreamer-plugins-bad1.0-0 (<< 1.13.1)
Depends: libc6 (>= 2.14), 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_amd64.deb
Size: 257156
MD5sum: 80b3a8ea9930fb3d0f000959b91821b1
SHA1: 290b2c55f2f6657a4ccb6efee58b6a3cdb0e6f96
SHA256: 4e4f2953e704faeda6415cf66d6c0791f701bd570c5d5648c01c9e806e18d284
SHA512: 9aa3fcb2f9588c6a8795e5d123b6b2349413839d7a48881993dd9a811e3f5395bd45ee4d343408c36d79d8b07a8cdb2676c7b63bdb0521bceee92c56fa34b1c8
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: 604
Maintainer: Maintainers of GStreamer packages <gst-plugins-base1.0@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 523328
MD5sum: 39455bbf184faa7593fd3a80f5ac0866
SHA1: ce12e67a005d95a8f1903a5e663c38bd0c1bd08b
SHA256: d24e46d46a98a053c00cb7bc42505f9bc8aff059e00edf547922e98334f66ef1
SHA512: 5c3c144144c8d0beeb383d988dfd091024e5145014c2ad7913b72365c1bc39b41d2d5b8273795f0ffa4d57f002fe2795e40e7e057cb41c904f2e3cd707663a40
Description: debug symbols for libgstreamer-gl1.0-0
Auto-Built-Package: debug-symbols
Build-Ids: a4a9d385c452ad1a04942a849e45663109506030
Multi-Arch: same

Package: libgstreamer-plugins-bad1.0-0
Priority: optional
Section: libs
Installed-Size: 2086
Maintainer: Maintainers of GStreamer packages <gst-plugins-bad1.0@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 690644
MD5sum: 5801d328628c9558a10d4dc4e306d28f
SHA1: 766fca6a254209c9d647aaf2046bb137555260d4
SHA256: 02d016cd8a8d2055e3e1ee2ac76b0ee2f39bd91271407d9a455fb6953a27ca87
SHA512: 36a2d3afb5f28a9d0c6ecfb1c24fe767ceb7401b1270647ded2c7b3d12ab882a421ebdaa53f0ed7b1313dd56afe705e639cd9db116ba739917e4f9c04d3b8e03
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: 2009
Maintainer: Maintainers of GStreamer packages <gst-plugins-bad1.0@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 1725696
MD5sum: 1715d7455bea002e96cbb90d0bbad34d
SHA1: beda49f3c87bbac1229ec5529ebefe546679becb
SHA256: 22e9626aab8938b459059d37138b6d19ef2468b5dfdc924a257e4ac50b07f5aa
SHA512: abe751620a8a792d3c1fac947c2ee155a387074ba679078ded136ccebde7b84acfbc6bd9e6c31cd5d9f30b062983bf62c301b24aae34b63006804f895ed34d36
Description: debug symbols for libgstreamer-plugins-bad1.0-0
Auto-Built-Package: debug-symbols
Build-Ids: 00ca9b4eeea9fa4ef175a42f9a3f2e936efb58bc 0560569fc079bfa67c10c18042aff33a4d89407d 09cfec4dd788f27b4b64f810dac6b09ce58a6d09 16ad4161b55f0455d2c72233882cb5d823579679 206b03edaea4c7a68d5560c6dcb068da73647b12 359c5e6f7c73953475cec1b944397ccdedec896e 3b07a20e6c97c93a3e70140be2bb77db776ecd7d 5d9300d11a3ddb9a233d3eccd2ba0ead075fddd5 66d79ea6d62b438fcf2c9482d184e0602080a2fe 73d59274b85c90ec612e2a4501936961de09101c 7b77db72ac31e5f7dbd2feb669d0359a4da16b84 8c2a5bab60a4fdce89d622268093227a97c761dd 977b38cb6094b5222eb950bc63b909344ada4947 ac90e14f5e5c8c779e827a0d374268082e6467ed b0cdd5ee3aacd46d41877763a0539e66618f05c9 b54803f3b7a6e755ae7f0f977c814e714ceb0318 c4a24cbb2c52eed742a985aab9832893a956b5b1 f31e08330a09de631b8b78ac02bcbcafe3336be7
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: amd64
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_amd64.deb
Size: 368140
MD5sum: aacc5e36a5ea7bf790a1e6d7af3d7217
SHA1: 85eda8a744bcf7c95f5950daa405a489c443b7ec
SHA256: ca107da74d8228d1cbf438d5ad59ff019d4f1311debb64b617a36cd24391e19c
SHA512: ffcbec6ef6ed7728b2b7769977179f58ce2011f4a54a917b9f7fa0945feeb5807587abf8cc10daae5a81ae6073f192ca97fbe1606e05ccdda3d94d7fce10490b
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: 3466
Maintainer: Maintainers of GStreamer packages <gst-plugins-base1.0@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 945188
MD5sum: 6a28d74893a8036eda00f151b3130eab
SHA1: 04fc4f838b5c4c0adfb1da920697aa4c307f23de
SHA256: 5284d73bc158bd80f21dd2e55cf5a6e195d667b03ce2acca8172eedc0458dab7
SHA512: 49a17f9bd36def37f5786d26c99d4d448a4cf5d6ac4158122f35aac024977294cc597750cea3babb6f98cdc6c570cd634af98775e70cbb131bf5f739b47bb09b
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: 2608
Maintainer: Maintainers of GStreamer packages <gst-plugins-base1.0@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 2268424
MD5sum: a9660131ea3730b8708cea708bff305c
SHA1: 98ba49548f895279f733e6d37ad421f97a2ce1a4
SHA256: e2e8de8ad1f0213d95f82f82d588de1eedb8da4d223ef604535c3cd7f61230de
SHA512: 68bcabe743920f11aef50e1cebd5af604c18ffd5eaae8025c233fa98d94c18df8271ed5f93d4a2629939e63c0b7070b9d1747f3d6f988773d26e9c4c2d3fd9b3
Description: debug symbols for libgstreamer-plugins-base1.0-0
Auto-Built-Package: debug-symbols
Build-Ids: 14174041354417712a6e173dff9055a67cce05f3 1f81d6677f087d108e5539f98b581e5b65439dc2 312aa8d4ac13db609e75a46216aed8e918e6edf9 63991b42bdbc96fd994d35b43c1084a1ada39e8c 9c6e34465c9eedd2c87a85fa98462cdbf222a909 9dfb95b9a28045b80bd24fc3e25daf20dffc0a15 ac7bff130d247d845558536e8abe4974d37c10f7 c93fc448d5ed1f11f60793f17eec1e4842d01f5d ce3c6856401869850931d108b0a680529b2d4e61 df8ec777a2fb560b7f01e16abdec5deb7bc14f9b e11542c4dbc2447facef7de90b5bf0953488e02a
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: amd64
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_amd64.deb
Size: 518448
MD5sum: 4cda9e8b4aa01f17c166d515e1f6cf64
SHA1: e3e47ee57198c4f158ecc01efd6c24ed21921367
SHA256: 00e6e75f46779197bdd307f6437110547e55e9ed496cfb41001653551d12cdac
SHA512: 4f9b7bead91a5dd63eaebb554d6aacbdbd73b368c902b915c2097323dd22058b54258303e8b0fd99c6eefc1bf8bf1dc1b7d2a72a7d74468a3916947a1ffb9005
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: 4409
Maintainer: Maintainers of GStreamer packages <gstreamer1.0@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 1168800
MD5sum: 15a18a4e6ef0b728e2e66b6bcfd9ae15
SHA1: 3bb4346d14c0b14d23433dcd7c22598c3e34534c
SHA256: da2d43f03f3eada0a5f517f22645c687171b396a0df2f08d0445cf548c11bd5f
SHA512: 6cf22f9a8d7abd32795d6d8c903d32f6d083a1d7bd2d287470e6ed6a72e1820baa22e578ddee8fd5059333d4e4c6d31b98d565ddf05632dccd322c1d40e69095
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: 3008
Maintainer: Maintainers of GStreamer packages <gstreamer1.0@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 2653372
MD5sum: fa82a82afea598a53f519f473374b948
SHA1: d510c0c7d2fca01dab99600bc032150164e115e5
SHA256: 00d015ad4ded11601cbf553b200ef3b9e784f4fe444e1871e3e7261d7f536708
SHA512: 937aad700fa46e39880eceff0e365b7b8f8b5e8f7a2fd242fa9bcf9d3ef89ae312af77f65abf7f9dee9b54b6f1d82d1fd6ac2b490b891700d7a43c1b90744434
Description: debug symbols for libgstreamer1.0-0
Auto-Built-Package: debug-symbols
Build-Ids: 627e0eb8882a81b31ab0ca60b43b9e2b588d4496 7a6002fb024b286fd6bd1c7a00006904a3c227de 81d4d423dc071c44ae15033a3fc0b0ff94797cd1 909f4d47b8b98cdaf025be270100321e917c7cac 9b90d44a27cead3ae5437c6041b579fa5f673731 a288281f020e0a85b401fc27a71991b02af21b89 ad9286146f36665323dea993f85f800362af35a5 ba000d8e132503a42f808b5261d85bf3e515275e dcbf7981d7acf31c56c50c119272cb28455574b9
Multi-Arch: same

Package: libgstreamer1.0-dev
Priority: optional
Section: libdevel
Installed-Size: 6120
Maintainer: Maintainers of GStreamer packages <gstreamer1.0@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 549488
MD5sum: d5c57dbcabe57ca143bf591cd6920e0d
SHA1: 69a6b06ab522aa5f4c72a5678eeaf1c3faf7b7a1
SHA256: 73392af15438e743ddeaf3829d476d57572b8e9d9c5285603cfb6a8edb59556b
SHA512: 62996102193043487dbdbd69d94f69434003f57affef83210c3974040ffaee9e1cc5c363731ba8d308e6f172d7603ae93b84fe0a504a19bcf10dd31bea535cb1
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: 28
Maintainer: Maintainers of GStreamer packages <gstreamer1.0@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 13152
MD5sum: e774cb6145f12416c43394b473ef11c7
SHA1: 8f22d8a6d2f0616e6c83d1edd969fde19b54325f
SHA256: 6ea4bb7a9d311ea9b5156b1e16d753e7d811f414961e547dfdf6363cb178d7be
SHA512: f658283d655e8e24d40c5535bcb206ec932f1d0bdb0e3368913cba7123078c2ffe7de19cb9df3d0f3875b10e8e5c637294140f92fe2397b6cbb98fcb2a5f3ae7
Description: debug symbols for libgstreamer1.0-dev
Auto-Built-Package: debug-symbols
Build-Ids: fd57390fe279aa66f6d3f314a50d1134337d014c
Multi-Arch: same

Package: libgtk-3-0
Priority: optional
Section: libs
Installed-Size: 10021
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gtk+3.0
Version: 3.24.37-2+apertis1bv2024dev2b1
Provides: gtk3-binver-3.0.0
Depends: adwaita-icon-theme, hicolor-icon-theme, shared-mime-info, libatk-bridge2.0-0 (>= 2.15.1), libatk1.0-0 (>= 2.35.1), libc6 (>= 2.34), libcairo-gobject2 (>= 1.14.0), libcairo2 (>= 1.14.0), libepoxy0 (>= 1.4.3), libfontconfig1 (>= 2.12.6), libfribidi0 (>= 0.19.7), libgdk-pixbuf-2.0-0 (>= 2.40.0), libglib2.0-0 (>= 2.59.0), libharfbuzz0b (>= 2.2.0), libpango-1.0-0 (>= 1.45.5), libpangocairo-1.0-0 (>= 1.44.0), libpangoft2-1.0-0 (>= 1.44.0), libwayland-client0 (>= 1.20.0), libwayland-cursor0 (>= 1.14.91), libwayland-egl1 (>= 1.15.0), libx11-6 (>= 2:1.4.99.1), libxcomposite1 (>= 1:0.4.5), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxi6 (>= 2:1.2.99.4), libxinerama1 (>= 2:1.1.4), libxkbcommon0 (>= 0.5.0), libxrandr2 (>= 2:1.5.0), libgtk-3-common (>= 3.24.37-2+apertis1bv2024dev2b1)
Recommends: libgtk-3-bin, librsvg2-common
Suggests: gvfs
Filename: pool/target/g/gtk+3.0/libgtk-3-0_3.24.37-2+apertis1bv2024dev2b1_amd64.deb
Size: 2825496
MD5sum: 56956f1ed9bff441af58a35875763afa
SHA1: 947adfc44aaa4f5ac56ebf649e60ced0c85742c7
SHA256: c3526c1f0b58fa2f8a33ed260a1d9599df8e7afe4e7b4d6074f88db834854328
SHA512: 86dda7a4cf3cc1544c7ebf6ad6f516c5cf89890f92d5fb7bd4d55523e81a6f927597e7d00fd3f76d4970913b82da0bc1941dbe2f0f650100531013d16a7566fe
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: 9657
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gtk+3.0
Version: 3.24.37-2+apertis1bv2024dev2b1
Depends: libgtk-3-0 (= 3.24.37-2+apertis1bv2024dev2b1)
Filename: pool/target/g/gtk+3.0/libgtk-3-0-dbgsym_3.24.37-2+apertis1bv2024dev2b1_amd64.deb
Size: 8584360
MD5sum: 7c1dc8e602208f80f737f23ddfc1d89b
SHA1: 5763184076a7ed53522c085264aaeedb14d8c3a9
SHA256: 64672e52ba34f81876fe20eecba8d46cd614bdcb693dfdb854e38aae8e402878
SHA512: c66bde564b0d5e424789937c3f82d0c9be19843ead2ff9306a2584275feb8a3dc00af19caf0fe3c5de59f26680097432a35b9a846c80af9b6c573808f6cd3824
Description: debug symbols for libgtk-3-0
Auto-Built-Package: debug-symbols
Build-Ids: 020cfdc982c5e39a7a785cd4908b0eb63d778736 092cf464860f9136770be0365bead5c253d253cc 0a16063b819bdc06240675e794a2bd6725203566 0a8c3ef1a88d9cceb50f408b93df7cb47d9f246c 0cbf4ee85155ada4a4bab009a677077d2c7488b7 105ccc2a7b3f1c5c4f73deab04bd17b6ecab2bd8 2937d630224d5af301c8e59ff9a31339f5b5ef48 49d11308c00a345402dc747e41999b60f5b9c423 4b4da6066a54cb01755e7d391aff4947230c1f0d 63c7bf30c35c59092cceab4b35a50ec297f37e51 6bb842e6f881f05a20b3ea1a2894d3f82aad1c3c a4780e9b396042de0a39270d35e87d19017ce632 a4975320978d55c642bf679df980277b417d5249 bad40796c13ed27174c8b1188c387cdc15152c93 d81fe568ada0f1e5cfdbf80e8e49650e50af2295 d98b8fa217f7ad724296c07846516994cd307071 e9685eb04c8780ba0fda6a57b843983daa19105d
Multi-Arch: same

Package: libgtk-3-bin
Priority: optional
Section: misc
Installed-Size: 331
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gtk+3.0
Version: 3.24.37-2+apertis1bv2024dev2b1
Replaces: gtk-3-examples (<< 3.24.13)
Depends: gtk-update-icon-cache, libc6 (>= 2.34), libcairo2 (>= 1.14.0), libgdk-pixbuf-2.0-0 (>= 2.40.0), libglib2.0-0 (>= 2.57.2), libgtk-3-0 (>= 3.24.37-2+apertis1bv2024dev2b1), libgtk-3-common (>= 3.24.37-2+apertis1bv2024dev2b1)
Breaks: gtk-3-examples (<< 3.24.13)
Filename: pool/target/g/gtk+3.0/libgtk-3-bin_3.24.37-2+apertis1bv2024dev2b1_amd64.deb
Size: 105452
MD5sum: 18b0d961ed2332e156e32d9af2086424
SHA1: be9221855d3022cc17de276499b03e5e2e771587
SHA256: 5feb5c0d93e630a19968c6093b6e756f045eb09341865ce3c8d26af1690c8381
SHA512: c3c97c99c461c53600b403158758e612bfa77645a400e62d556a8429245a59ae8fb5eee7e93ffdd36367c2eec232ff4fa6dd5eddead2bcef6cb98fa2047f252f
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: 160
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gtk+3.0
Version: 3.24.37-2+apertis1bv2024dev2b1
Depends: libgtk-3-bin (= 3.24.37-2+apertis1bv2024dev2b1)
Filename: pool/target/g/gtk+3.0/libgtk-3-bin-dbgsym_3.24.37-2+apertis1bv2024dev2b1_amd64.deb
Size: 105072
MD5sum: ab846d1c6207e4df6d1c1c8e99a8fed4
SHA1: 6c913367b63dcf7ac38b5851e542d9bc1e51a83a
SHA256: ce083e4c9f019f5cff7b0356fe8e7cf944f3efb6706112ea4d5ceb090f54f044
SHA512: d7a328cc5c29a63194db1d8ce4fb484a151f8c3027ab0ff053c506f96cfad36cbe3ae95540acc539816335cb8602da926df60f3464e10a1075e6b889a5f188bf
Description: debug symbols for libgtk-3-bin
Auto-Built-Package: debug-symbols
Build-Ids: 39a18c702000e8346c625094ce7e2535159710bd 533d680c0c4d5c7cc150d8bfeb8b80f07a531690 d2398cda9964c5d02b6f0119faf239194f72936b e713e77568e29920ba64d9c110ec102c856d8312 fb418db15838eb41e6dba4d33a9ca151a4f627a4

Package: libgtk-3-common
Priority: optional
Section: misc
Installed-Size: 26528
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gtk+3.0
Version: 3.24.37-2+apertis1bv2024dev2b1
Replaces: libgtk-3-dev (<< 3.24.30-3~)
Depends: dconf-gsettings-backend | gsettings-backend
Recommends: libgtk-3-0
Breaks: libgtk-3-dev (<< 3.24.30-3~)
Filename: pool/target/g/gtk+3.0/libgtk-3-common_3.24.37-2+apertis1bv2024dev2b1_all.deb
Size: 3911652
MD5sum: 77b16d3d5f7ff334641a2e7c584f056c
SHA1: 9357bc26d0ff50ae0c6976af16bfba52331c516c
SHA256: efaf67527c6714de0ca4798bc7211bf268d4eaac9a4b87f1dfc94da5727c3b8a
SHA512: e09a441fe4e57cee12b38838dcdabf593cada1410978feb437d41e2ee760052cc75d19dc4fcbc465b2cbf1016dada92d5f754c327d8965ca20efef3f6a2a8af7
Description: common files for the GTK graphical user interface library
 GTK is a multi-platform toolkit for creating graphical user
 interfaces. Offering a complete set of widgets, GTK is suitable
 for projects ranging from small one-off tools to complete application
 suites.
 .
 This package contains the common files which the libraries need.
Homepage: https://www.gtk.org/
Multi-Arch: foreign

Package: libgtk-3-dev
Priority: optional
Section: libdevel
Installed-Size: 13947
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gtk+3.0
Version: 3.24.37-2+apertis1bv2024dev2b1
Depends: gir1.2-gtk-3.0 (= 3.24.37-2+apertis1bv2024dev2b1), libatk-bridge2.0-dev (>= 2.15.1), libatk1.0-dev (>= 2.35.1), libcairo2-dev (>= 1.14.0), libegl1-mesa-dev, libepoxy-dev (>= 1.0), libfontconfig-dev, libfribidi-dev (>= 0.19.7), libgdk-pixbuf-2.0-dev (>= 2.40.0), libglib2.0-dev (>= 2.57.2), libpango1.0-dev (>= 1.44.0), libwayland-dev (>= 1.9.91), libx11-dev, libxcomposite-dev, libxcursor-dev, libxdamage-dev, libxext-dev, libxfixes-dev, libxi-dev, libxinerama-dev, libxkbcommon-dev, libxrandr-dev, pkg-config, wayland-protocols (>= 1.17), libgtk-3-common (>= 3.24.37-2+apertis1bv2024dev2b1), libgtk-3-0 (= 3.24.37-2+apertis1bv2024dev2b1)
Suggests: libgtk-3-doc
Filename: pool/target/g/gtk+3.0/libgtk-3-dev_3.24.37-2+apertis1bv2024dev2b1_amd64.deb
Size: 1138932
MD5sum: 6154d3f41bbde9103b5fe020e6a535fa
SHA1: 769279141437cebcf3e440a8470c5f3354fb6c44
SHA256: 1136e4b7b865caebd305b711ab686fab19f23a427daa23ab4cec6311d041592d
SHA512: 41e6f734c9b817c78e50328664900ba1425fd62ba7c188cdfb94bbe910c79ddfd8de9d512eaab6aba8bae4b0e93726021fa53af9b121037efd858610f01131e3
Description: development files for the GTK library
 GTK is a multi-platform toolkit for creating graphical user
 interfaces. Offering a complete set of widgets, GTK is suitable
 for projects ranging from small one-off tools to complete application
 suites.
 .
 This package contains the header and development files which are
 needed for building GTK applications.
Homepage: https://www.gtk.org/
Multi-Arch: same

Package: libgtk-3-doc
Priority: optional
Section: doc
Installed-Size: 24483
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gtk+3.0
Version: 3.24.37-2+apertis1bv2024dev2b1
Recommends: libatk1.0-doc, libglib2.0-doc, libpango1.0-doc
Suggests: devhelp
Filename: pool/target/g/gtk+3.0/libgtk-3-doc_3.24.37-2+apertis1bv2024dev2b1_all.deb
Size: 3355552
MD5sum: d885542d47a8947bd690ad4e438b1d0a
SHA1: ab9ae68e5027b8d443b1a4f84f35282035c5a3de
SHA256: 9fb62b968946ac5e5ca9995bf8e5047b1a6f722c71fe482a15d61e54e2c22717
SHA512: f6f88005574266008dd206182ea8a808721942827a0e3c4be74dca7645ba4c5f144f16a29b0e79bba99736e398eb68096df3e794c42969ea7b594553242b9786
Description: documentation for the GTK graphical user interface library
 GTK is a multi-platform toolkit for creating graphical user
 interfaces. Offering a complete set of widgets, GTK is suitable
 for projects ranging from small one-off tools to complete application
 suites.
 .
 This package contains the HTML documentation for the GTK library
 in /usr/share/doc/libgtk-3-doc/ .
Homepage: https://www.gtk.org/
Multi-Arch: foreign

Package: libgtk-4-1
Priority: optional
Section: libs
Installed-Size: 8938
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gtk4
Version: 4.8.3+ds-2+apertis2bv2024dev2b1
Replaces: libgtk-4-0 (<< 4.0.0)
Provides: gtk4-binver-4.0.0
Depends: adwaita-icon-theme, hicolor-icon-theme, shared-mime-info, libc6 (>= 2.34), libcairo-gobject2 (>= 1.14.0), libcairo-script-interpreter2 (>= 1.14.0), libcairo2 (>= 1.14.0), libcolord2 (>= 0.1.10), libcups2 (>= 2.0), libepoxy0 (>= 1.4.3), libfontconfig1 (>= 2.12.6), libfribidi0 (>= 0.19.7), libgdk-pixbuf-2.0-0 (>= 2.30.1), libglib2.0-0 (>= 2.70.0), libgraphene-1.0-0 (>= 1.9.4), libharfbuzz0b (>= 5.1.0), libjpeg62-turbo (>= 1.3.1), libpango-1.0-0 (>= 1.50.3), libpangocairo-1.0-0 (>= 1.50.0), libpangoft2-1.0-0 (>= 1.50.0), libpng16-16 (>= 1.6.2-1), libtiff6 (>= 4.0.3), libwayland-client0 (>= 1.21.0), libwayland-egl1 (>= 1.21.0), libx11-6 (>= 2:1.4.99.1), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxi6 (>= 2:1.2.99.4), libxinerama1 (>= 2:1.1.4), libxkbcommon0 (>= 0.5.0), libxrandr2 (>= 2:1.5.0), libgtk-4-common (>= 4.8.3+ds-2+apertis2bv2024dev2b1)
Recommends: libgtk-4-bin, iso-codes, librsvg2-common (>= 2.52.0)
Suggests: gvfs, libgtk-4-media-gstreamer | libgtk-4-media-ffmpeg
Breaks: libgtk-4-0 (<< 4.0.0)
Filename: pool/target/g/gtk4/libgtk-4-1_4.8.3+ds-2+apertis2bv2024dev2b1_amd64.deb
Size: 2787084
MD5sum: 4f78956d84c402f18e3f124548e7d409
SHA1: efd5ffc4af5d1eb6c2d25a13460824eeb1113ed8
SHA256: 4bbe99c78836ea0f552370a9f126521ac24de0792017a7df8921716d3d17d02b
SHA512: 4df50aadaeef67d3d057b122e8f810e19d9b1b13762c34303ca85ca09321fcba9fd15ec0495b17b36531c17515023f43eb927f623b22edd59337ea3d17a82777
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: 10070
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gtk4
Version: 4.8.3+ds-2+apertis2bv2024dev2b1
Depends: libgtk-4-1 (= 4.8.3+ds-2+apertis2bv2024dev2b1)
Filename: pool/target/g/gtk4/libgtk-4-1-dbgsym_4.8.3+ds-2+apertis2bv2024dev2b1_amd64.deb
Size: 9037612
MD5sum: c40ed20c4c297ede72b566704c0e8909
SHA1: 75921831800a9f065e2ce76023777e97c3d2c026
SHA256: f968ca991f382facc6555574a51fb252d03e4fdefee34fbcb492f82e60f58948
SHA512: 424d11ff0ad072e1410f949ebac8f7a4ddde50c38a9d142eef7401357b6b83439faf61b0982b0e0e6534568468580dc90b874229fa4be43d833802ed8dc31b36
Description: debug symbols for libgtk-4-1
Auto-Built-Package: debug-symbols
Build-Ids: 2070bc49941e794d40f519445ed37192c3d7a76d 30dbf857d2cc101127bdbbe23ec0600d621f5f2a 396c3a931a4d86eecca1ca7451767d897ff25bca
Multi-Arch: same

Package: libgtk-4-bin
Priority: optional
Section: misc
Installed-Size: 8673
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gtk4
Version: 4.8.3+ds-2+apertis2bv2024dev2b1
Replaces: gtk-4-examples (<< 3.96.0-3~)
Depends: gtk-update-icon-cache, libc6 (>= 2.34), libcairo-gobject2 (>= 1.14.0), libcairo-script-interpreter2 (>= 1.14.0), libcairo2 (>= 1.14.0), libepoxy0 (>= 1.4.3), libfontconfig1 (>= 2.12.6), libfribidi0 (>= 0.19.7), libgdk-pixbuf-2.0-0 (>= 2.30.1), libglib2.0-0 (>= 2.70.0), libgraphene-1.0-0 (>= 1.9.4), libgtk-4-1 (>= 4.8.3+ds-2+apertis2bv2024dev2b1), libharfbuzz0b (>= 5.1.0), libjpeg62-turbo (>= 1.3.1), libpango-1.0-0 (>= 1.50.3), libpangocairo-1.0-0 (>= 1.50.0), libpangoft2-1.0-0 (>= 1.50.0), libpng16-16 (>= 1.6.2-1), libtiff6 (>= 4.0.3), libwayland-client0 (>= 1.21.0), libwayland-egl1 (>= 1.21.0), libx11-6 (>= 2:1.4.99.1), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxi6 (>= 2:1.2.99.4), libxinerama1 (>= 2:1.1.4), libxkbcommon0 (>= 0.5.0), libxrandr2 (>= 2:1.5.0), libgtk-4-common (>= 4.8.3+ds-2+apertis2bv2024dev2b1)
Breaks: gtk-4-examples (<< 3.96.0-3~)
Filename: pool/target/g/gtk4/libgtk-4-bin_4.8.3+ds-2+apertis2bv2024dev2b1_amd64.deb
Size: 2754952
MD5sum: 30a77d433e018e4c5402665e3824d6d6
SHA1: 376d4094e27d54efb411280fb0b6e01e7d4b29a7
SHA256: d115c440bb5072561cdab2980ae03bcbafff9aeef23d5efdd0629a8a727db0a4
SHA512: 1349e0ab5d5ae8bc2489ec4e827d290c76c19980bf1f77911e5679f02b89ea222f7dacf7b4eed94ae5cbaf78ad26dea673be11216728a1bc66d3047db0bb4746
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: 9951
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gtk4
Version: 4.8.3+ds-2+apertis2bv2024dev2b1
Depends: libgtk-4-bin (= 4.8.3+ds-2+apertis2bv2024dev2b1)
Filename: pool/target/g/gtk4/libgtk-4-bin-dbgsym_4.8.3+ds-2+apertis2bv2024dev2b1_amd64.deb
Size: 8960156
MD5sum: b431974f1c644bcdb0f566a8064fc5c6
SHA1: aa811ea6933acdf37c2ac415d6208de4e5e18954
SHA256: c8b07239fbc76cd294045ab801938d03fe13a7d845c7e79db65f768c84627a5e
SHA512: 6a416ac096864eaa7c89b9d98e37fdcf94e32877102c5ae2e05286d30a8caca53bdec6a02029bc67b2e47cac5ce94765650d7540c75652dd80675a43a67a7bac
Description: debug symbols for libgtk-4-bin
Auto-Built-Package: debug-symbols
Build-Ids: 235efbece954b781f2f414ef566a2b4dde665fae 2b4e916efefcdc019502a43a0b452581211199e3 524636f5fe32e0c712cfd0392faee39f656b4fc2 64364249937200efb531ad70194ee08e383dd64b 90dc39f975ebec6e82cb4aaa4479c3586b8fcfca 975c0dce7cb524920af60e2fb87ca71a59bfa8ae

Package: libgtk-4-common
Priority: optional
Section: misc
Installed-Size: 10495
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gtk4
Version: 4.8.3+ds-2+apertis2bv2024dev2b1
Depends: dconf-gsettings-backend | gsettings-backend
Recommends: libgtk-4-1
Filename: pool/target/g/gtk4/libgtk-4-common_4.8.3+ds-2+apertis2bv2024dev2b1_all.deb
Size: 1875448
MD5sum: 547d422543387d5af39413420c549c04
SHA1: 6192dbe10b7eafda503409ff96485e3a9a213204
SHA256: d2bc0534c0916b22686fd95c53bbadb9bc77cd755f5702b9d2ebb3d207c8f56e
SHA512: acbf605b0bd1214016c97fa946adfa473d5863a0266d721d873b38e511243fcc02b3953531f9e587e2ce226ee985589e8b3281530737991cc053171cd6bf566f
Description: common files for the GTK graphical user interface library
 GTK is a multi-platform toolkit for creating graphical user
 interfaces. Offering a complete set of widgets, GTK is suitable
 for projects ranging from small one-off tools to complete application
 suites.
 .
 This package contains the common files which the libraries need.
Homepage: https://www.gtk.org/
Multi-Arch: foreign

Package: libgtk-4-dev
Priority: optional
Section: libdevel
Installed-Size: 11028
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gtk4
Version: 4.8.3+ds-2+apertis2bv2024dev2b1
Depends: gir1.2-gtk-4.0 (= 4.8.3+ds-2+apertis2bv2024dev2b1), libcairo2-dev (>= 1.14.0), libegl1-mesa-dev, libepoxy-dev (>= 1.0), libfontconfig-dev, libgdk-pixbuf-2.0-dev (>= 2.30.0), libglib2.0-dev (>= 2.66.0), libgraphene-1.0-dev (>= 1.9.1), libpango1.0-dev (>= 1.50.0), libwayland-dev (>= 1.16.91), libx11-dev, libxcomposite-dev, libxcursor-dev, libxdamage-dev, libxext-dev, libxfixes-dev, libxi-dev, libxinerama-dev, libxkbcommon-dev, libxrandr-dev, libvulkan-dev, pkg-config, wayland-protocols (>= 1.21), libgtk-4-common, libgtk-4-1 (= 4.8.3+ds-2+apertis2bv2024dev2b1)
Suggests: libgtk-4-doc, gtk-4-examples
Filename: pool/target/g/gtk4/libgtk-4-dev_4.8.3+ds-2+apertis2bv2024dev2b1_amd64.deb
Size: 911188
MD5sum: b0898af72f53f1d67911707cc60d9d24
SHA1: a2f37fdd70669685ce06feb278b12f57c6fc916b
SHA256: c00f1402f2a50312ec216d69c59e2effdaa2c638826af2cb9f1b1a5cd5538750
SHA512: 3d9378c08e48bc71ed43d25ec73e3c876ffca177b5b0d8ae6545bb712f3bd66b8a10f5fc4f7db883bf6f5d19917269791616fde858fb7d6de69572d5b876507e
Description: development files for the GTK library
 GTK is a multi-platform toolkit for creating graphical user
 interfaces. Offering a complete set of widgets, GTK is suitable
 for projects ranging from small one-off tools to complete application
 suites.
 .
 This package contains the header and development files which are
 needed for building GTK applications.
Homepage: https://www.gtk.org/
Multi-Arch: same

Package: libgtk-4-doc
Priority: optional
Section: doc
Installed-Size: 74690
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gtk4
Version: 4.8.3+ds-2+apertis2bv2024dev2b1
Recommends: libglib2.0-doc, libpango1.0-doc
Suggests: devhelp
Filename: pool/target/g/gtk4/libgtk-4-doc_4.8.3+ds-2+apertis2bv2024dev2b1_all.deb
Size: 4332772
MD5sum: 71f48d9ba2f76b78376aad60bcc35dec
SHA1: 091cd13589cd9640b84c3f18dae41afab7152271
SHA256: fdb937e18ef13eb8e0f7cc16939454a6c5f2faf3de9869239d7aadd3b744807f
SHA512: 5faa4a692b0f5bb64d7d4f78da13daf6e75a34e256b2d8c00e557535f11a55b4f07f2f8326f290c03a4efad2d64dfe267eed55a36b0d6e6bf5b6016dc9d02384
Description: documentation for the GTK graphical user interface library
 GTK is a multi-platform toolkit for creating graphical user
 interfaces. Offering a complete set of widgets, GTK is suitable
 for projects ranging from small one-off tools to complete application
 suites.
 .
 This package contains the HTML documentation for the GTK library
 in /usr/share/doc/libgtk-4-doc/ .
Homepage: https://www.gtk.org/
Multi-Arch: foreign

Package: libgtk-4-media-gstreamer
Priority: optional
Section: x11
Installed-Size: 116
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gtk4
Version: 4.8.3+ds-2+apertis2bv2024dev2b1
Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.68.0), libgstreamer-gl1.0-0 (>= 1.14.0), libgstreamer-plugins-bad1.0-0 (>= 1.22.0), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.12.3), libgtk-4-1 (>= 4.3.2)
Filename: pool/target/g/gtk4/libgtk-4-media-gstreamer_4.8.3+ds-2+apertis2bv2024dev2b1_amd64.deb
Size: 60020
MD5sum: 1aaa57a2987ef4d0671cbeea848b9dab
SHA1: 73d03c930cc29dd8b58caccc3e8831dd40f14850
SHA256: e186530d99285235872ec0b96986854bb395fc62fa29f89b4dfe49e880724f21
SHA512: 48540bbb37d57cd434a401fc2179e8f329deceecee1f39efe7dd32aff06dcaa609177bf0e7409a7a6679540a2d480aff1e3c5e2664a5f2b053b851622b9dd4ef
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: 74
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gtk4
Version: 4.8.3+ds-2+apertis2bv2024dev2b1
Depends: libgtk-4-media-gstreamer (= 4.8.3+ds-2+apertis2bv2024dev2b1)
Filename: pool/target/g/gtk4/libgtk-4-media-gstreamer-dbgsym_4.8.3+ds-2+apertis2bv2024dev2b1_amd64.deb
Size: 54628
MD5sum: 5f253ec22bc731aa4262eb70c4ab94d7
SHA1: 63feb50b4d0d96455e466580243bbd1dadb7b479
SHA256: 1575f7151c1563c68b9248a230a1123311cecb7a1545ed9552ae41f305a091a7
SHA512: 21060e88da64778fc27cc8b22c3f4493b22d90d738a7ff6a6e67edd160d8baff9b5b20fead14fb3ea8d072e4eeda08df7a51232c84d2590c62d320301716bb3d
Description: debug symbols for libgtk-4-media-gstreamer
Auto-Built-Package: debug-symbols
Build-Ids: 09189bbcda046d1c4f0be48abf0db8c3b48af32f

Package: libgudev-1.0-0
Priority: optional
Section: libs
Installed-Size: 66
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 14856
MD5sum: e762650dc963f06ca30831b59638e188
SHA1: 21c5975489e12d46c73f117af7048c55a01019d0
SHA256: 7754bf64ee6c4398ba887d2f03d0c27e272763b1f7ede0a15972017fcd2f1244
SHA512: 5e14314907bc23319548eccdf139cede01e8d661de573f07d064a1c18afdf6f7d4e5e634badb6710d06a5ae720d686902db5e406cffd8e9c1c1ecf9f9607bf6c
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: 59
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 36896
MD5sum: b9c83e22be1031b3c6d66a1fc63eea94
SHA1: 3ae4828ff569288f711e924ac05378d7b5f18b40
SHA256: bc850fe1382071da914776b706e941c90d01de8528ae9b05c032a6ffc9f69963
SHA512: 70a9e337d4b50095e428cb5cb7a7b2f2c832c710e8cb07c586c2ba7f3f244eeca6c3171ffaad38da1b4e115f520eaa38c04cce0a7a42a54d56fbe30e9fea01ba
Description: debug symbols for libgudev-1.0-0
Auto-Built-Package: debug-symbols
Build-Ids: 4ed86547b8fce8f13a0e0093fd7c41f9066c73d9
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: amd64
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_amd64.deb
Size: 28644
MD5sum: b460f375bdb0458ca6663d4c4e4a90ab
SHA1: 3492d950ad5e46de26bc98a3f6b0eec9ad009327
SHA256: 63e81743c2c167b0ae64c56c0473ec4f0c64421c8c34313fe71a78d9f57df4a2
SHA512: 03cc6abfbcf05595beb6561556f474f3337efebf349762e1546cd33213fde70911083812e81771fa1568e91de1c809fa62e304f3de05798cb16580d5cb3532c6
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: 271
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gupnp
Version: 1.6.3-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.33), libglib2.0-0 (>= 2.66), libgssdp-1.6-0 (>= 1.6.2), libsoup-3.0-0 (>= 3.1.3), libxml2 (>= 2.7.4), shared-mime-info
Filename: pool/target/g/gupnp/libgupnp-1.6-0_1.6.3-1+apertis1bv2024dev2b1_amd64.deb
Size: 87764
MD5sum: 846112b1ba9b1c44d5446554ac0a4d31
SHA1: b44efd2078bda8694fc31bf583d0b53f07163a7e
SHA256: 203c5b78df87526c57721220b16a7fa504e2d4b3d3c52585f19f631a60399de3
SHA512: 2f499f4dee526584780556e199d4e90b4e953c5465fa9b15b6b53871aee0080899894837ed43d3acd6dc6564220a28b368c149303edcbee1424e1bd390713098
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: 304
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gupnp
Version: 1.6.3-1+apertis1bv2024dev2b1
Depends: libgupnp-1.6-0 (= 1.6.3-1+apertis1bv2024dev2b1)
Filename: pool/target/g/gupnp/libgupnp-1.6-0-dbgsym_1.6.3-1+apertis1bv2024dev2b1_amd64.deb
Size: 257416
MD5sum: 2a05b54c7c111b4e98f77e6385ab292f
SHA1: 7847dbfd1f24e86f9bd691e7c7ea8f09611c2340
SHA256: 3b07c1af3c3b87e491f901ab98e50fd171c4e6a093d963a79faaa4aac8733785
SHA512: 1801931374c3a8978d2d5c4856bfd469f38f200f3329988e4f02c8f284414f46deac7e50c568cbf28f88cac698dd39b3b965a04ec8530294bbd775080da0a4d3
Description: debug symbols for libgupnp-1.6-0
Auto-Built-Package: debug-symbols
Build-Ids: 75994ba5305f287709ec5db86dbeacb5a9c1e792
Multi-Arch: same

Package: libgupnp-1.6-dev
Priority: optional
Section: libdevel
Installed-Size: 638
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gupnp
Version: 1.6.3-1+apertis1bv2024dev2b1
Replaces: gir-repository-dev (<= 0.6.5-5), gupnp-vala (<< 0.10.5)
Depends: libgupnp-1.6-0 (= 1.6.3-1+apertis1bv2024dev2b1), gir1.2-gupnp-1.6 (= 1.6.3-1+apertis1bv2024dev2b1), libglib2.0-dev (>= 2.58), libgssdp-1.6-dev (>= 1.6.2), libsoup-3.0-dev, libxml2-dev, uuid-dev, python3:any
Suggests: libgupnp-doc
Breaks: gir-repository-dev (<= 0.6.5-5), gupnp-vala (<< 0.10.5)
Filename: pool/target/g/gupnp/libgupnp-1.6-dev_1.6.3-1+apertis1bv2024dev2b1_amd64.deb
Size: 62564
MD5sum: e7d711c6cf9df8cab77c0d3956e80e79
SHA1: d0871d864f5e59ac8650d2f4261dfa1b59042084
SHA256: 083cd4e5df55752cc2054447216951405340814d905fea166edb3778ab882892
SHA512: 243ae497efeba0e5bd5e6f98739b5750376df843b96d0cd56731cb23f969ecb3f1e3bf00e47850296d59a3666bc9f3dc9095159fbe47976eed3a1ab366a80706
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: 253
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gupnp
Version: 1.6.3-1+apertis1bv2024dev2b1
Depends: libgupnp-1.6-0 (= 1.6.3-1+apertis1bv2024dev2b1)
Filename: pool/target/g/gupnp/libgupnp-1.6-tests_1.6.3-1+apertis1bv2024dev2b1_amd64.deb
Size: 46808
MD5sum: 2c14c75971a4ebe4336e93d5b96a3e4e
SHA1: 4ba6a149a98b9d707dfdb0e064714c21a516c2b6
SHA256: f4593c00bfc540f7614b7bd1e9d27bd9f7c03a9fa149db08f54b2c92b4e92dea
SHA512: ca197dc6ee7bfc3cba208df05ac82031e998d2aeaa6d7c5fa6061eb40f2a0ea5981ddd722cf33c619c03b5de785189fbc67941ae2c2b3ca8e7693ce8b2e7b5dc
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: 203
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gupnp
Version: 1.6.3-1+apertis1bv2024dev2b1
Depends: libgupnp-1.6-tests (= 1.6.3-1+apertis1bv2024dev2b1)
Filename: pool/target/g/gupnp/libgupnp-1.6-tests-dbgsym_1.6.3-1+apertis1bv2024dev2b1_amd64.deb
Size: 116092
MD5sum: 753f73e8e719460d3eb0c506dcdc9d62
SHA1: 8fb35420a5e321fb421020d8caa73b099d9d58b5
SHA256: d63efdc7aba5c9b66a0be2739b9a19c9fe8e1a57943be7aa8063366e42b275bd
SHA512: fcd6168ddf06a602b3fd1f7da244a2d1d8f08c57a6d1b3719fd8b22ea17f8b47bef1b7106b191ed2827c536e81c4d03b1756c680720bae33634d073d8180120f
Description: debug symbols for libgupnp-1.6-tests
Auto-Built-Package: debug-symbols
Build-Ids: 01c393d1e1ed5a75744f626454cd0e5e9783249d 1f88c20377627b1ac2277af490a6090c18060cb0 2075c5efdcc007d8aa186fc8d7b8fb2ff52852bc 3ad253e5d260fa221fde0e2b44c293ecc6311ffa 475fb3de1680a02e9665b7983bea2c26a55fb6e7 868e0b7acf7cffb61135915099f35e968638a705 cac51f8ee409c3546407eccb3eee5bb46da9c442 daf5c4a7fcc81d65e7fa6c4d744eda9e043a5ec8 fea3744b1be6706953324c2c4a1d7ab73e304bf0

Package: libgupnp-doc
Priority: optional
Section: doc
Installed-Size: 2133
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gupnp
Version: 1.6.3-1+apertis1bv2024dev2b1
Recommends: libgssdp-doc
Suggests: devhelp
Filename: pool/target/g/gupnp/libgupnp-doc_1.6.3-1+apertis1bv2024dev2b1_all.deb
Size: 102260
MD5sum: a06c19d0d74b050ab095e8cb9b494788
SHA1: d8a24e5fc05a792262f9449a2ea95f5a2af6e3ed
SHA256: 67208dbd52110ad3fc78539180fe15f2a25776461b95584868179b2e978379e7
SHA512: 406af4f4c4c2c153bce0c001038080a6738760bc46d8bcc67b3309fbe4af6eae2ff3c0fa4bf70b5a1996b2ae22f984bd1f88107d8e7eca744cf48a4a3449d4bc
Description: GObject-based library for UPnP (documentation)
 A GObject-based API for doing UPnP transparently.
 .
 This package contains the documentation.
Homepage: https://wiki.gnome.org/Projects/GUPnP

Package: libgupnp-igd-1.0-4
Priority: optional
Section: libs
Installed-Size: 54
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: gupnp-igd
Version: 1.2.0-3+apertis0bv2024dev2b1
Depends: libc6 (>= 2.4), 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_amd64.deb
Size: 14896
MD5sum: a1e63f83c4ba078196a2ac2a5150bdf9
SHA1: f8b33a04bb5733006d57c4abdecf7cce5b820d8e
SHA256: 0bd5575be642370ccac9da78f72c9e1d6b1218b5c09ff5441dac1032c7384c78
SHA512: 676c41675e250e3f31766d953c62e05d7b1bab22e8a6052913e7b635fd3f956c897d62bb06c3f4583b99885bbfc5d6e57e3c53e94412289b49affb04e2ae5735
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: 57
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 38516
MD5sum: 9f466dd88c710863ee64653175a150bb
SHA1: 735f84643c6d8ec841e31d5d0198ec8ca174dd35
SHA256: 8c95feffa51c2f9e504a7ff542d057e090a85a8b82a94b8f214244e9a1302da5
SHA512: bedaee6022c858c29f60d17adc689eeeb6d989f0dc5ff492df488ed158d9fd7b7538ca25d8aac286d70c7df8b3de259e7dc4498bd20421a04169f4f4f379a4d5
Description: debug symbols for libgupnp-igd-1.0-4
Auto-Built-Package: debug-symbols
Build-Ids: db3d7575693abb462b9bf8fedd90369589157f5b
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: amd64
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_amd64.deb
Size: 7676
MD5sum: fb1d702741ec85da8b554dd46ffaed7b
SHA1: 1447b56ac1cd3cfc90c1531463cc48e0ea652d32
SHA256: 313b84f0402dc37072e409d67f337f6b784e46e09c2b0b0306e2f7550017b8f8
SHA512: d7af36e24eee2e35a23ecb6554a54fe2e8799a186923f8254d5b4319c33f78e8f6ba3b1146d631005c21a40eb53bde6a70d1eeab0aa58de750e6dd1fc91930d8
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: amd64
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_amd64.deb
Size: 13872
MD5sum: ee6502348cae8389d8b191a4b5e3d048
SHA1: f840c1977c8c0c923c5aae44017fceaa40281771
SHA256: bcb44bcb54337800ab1a4898aa8d790c180f182d53b2dd2b7159fe631812be66
SHA512: 36b4597c8619e928acbc1720f2e081f9d05504891c5cb55488fcfdd20c59a11df034780c95c69eae0bf61e2fe38a048ccc3012c95722b99bd84f09f21bfcc282
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: 177
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 31352
MD5sum: 05cacbc1bc0d7fe1e771dbd4145bf4b6
SHA1: 04039ff9bcbbcab1d6b3cac9410bd11e266af1ac
SHA256: fd0bdb4b422eb05071567f512b7af96dbf90b66d01d772f92609cd668490cc31
SHA512: ebf6a2084a9d5827c619567f9ff729fff5336d96b2ed31b7aa1dc252737ca46851fe1ef82a97ac0d724c11a12bf58e54bc7f5d283eb6e49c1d8f6f1436f64550
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: 202
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 137736
MD5sum: 79c134b0eb286a77ce46224c6476a8f6
SHA1: 73a1dc024fe3cc04048ca291312aff7dda4618ca
SHA256: d019e8535b37992998b2a27c38af1e23ce86d2b332caa801a176d1990d5d2a03
SHA512: 60be253efb5bf5c1a6814544dda05b409545e5174757e817322aefbfca047b20f4c47ce9c86f45ddb217aaaf1ccd6af5355fa91c4729bec8a8827e3ed7c77cf6
Description: debug symbols for libgxps-utils
Auto-Built-Package: debug-symbols
Build-Ids: 15cc40e18b1e05e8e8d282f4ea076523a3f5c34e 61135b9c059d09bc882ec0878f2dadb96b8bfe7a 96ac9fb341fb24ef3bff43c4e8c1fbdb9e0e497c b998768df13e988a820341b5a7b378df45091095 cfbfe814fdb5b2e39672861d68edc8cb495e1bb3

Package: libgxps2
Priority: optional
Section: libs
Installed-Size: 162
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 52764
MD5sum: 344860bf365a998d437225bb654c087e
SHA1: 579c2f1bce649b9371bc789177f55979257cc60c
SHA256: 9ca56add62b8f0df3bf2432b9bd3d6fc37a5d23de4068f17ea069066be9c98b0
SHA512: cc1a627bf8eef9e9a47a237f83f7a9a48500771d47bf1b3bbecd0e6b91caa79aa93ed996c8fb811254663c78045b1a013cf380d07878be672a7d36fd782f6aea
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: 216
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 183692
MD5sum: 4487cb38e285407ef4ccc8634207999e
SHA1: 83568d341047a6ad8422461281f1f86964a2bfb4
SHA256: 9377e9d8bb7a7e9300db5b53e83018db3c952c078987793cd49fb809025910f6
SHA512: 2f42c6402b584e30f1b931d730d8cdf4a0d822a0cbd50c01484a75ff726ec94c97a7ea1aca0038a8c59b14800dcc98927e8cf4dfc66107543e05b1cb3a9b3dd0
Description: debug symbols for libgxps2
Auto-Built-Package: debug-symbols
Build-Ids: 1ae846e292022c1b10b485a7842a99ad89294393
Multi-Arch: same

Package: libharfbuzz-bin
Priority: optional
Section: utils
Installed-Size: 1748
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Architecture: amd64
Source: harfbuzz
Version: 6.0.0+dfsg-3+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libcairo2 (>= 1.7.2), libchafa0 (>= 1.6.0), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.67.3), libharfbuzz-subset0 (>= 6.0.0), libharfbuzz0b (>= 5.1.0)
Filename: pool/target/h/harfbuzz/libharfbuzz-bin_6.0.0+dfsg-3+apertis0bv2024dev2b1_amd64.deb
Size: 1593904
MD5sum: 8e8ea828902bd2531cf5a02fb32676ad
SHA1: ad725900e801a95a384423157aeef09e18d92751
SHA256: 580db3c5dddc895e86907c8a9fbed91f7ca570c15b94993a47352ce295da5336
SHA512: feab039b91de2e10ebd1b21fecff5372aee26607a45677e3a29e1b9e461d0ef19aa620ff910e325634e19b7579db22e65c9655d37187fdf7dd7e99449530957b
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: 258
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Architecture: amd64
Source: harfbuzz
Version: 6.0.0+dfsg-3+apertis0bv2024dev2b1
Depends: libharfbuzz-bin (= 6.0.0+dfsg-3+apertis0bv2024dev2b1)
Filename: pool/target/h/harfbuzz/libharfbuzz-bin-dbgsym_6.0.0+dfsg-3+apertis0bv2024dev2b1_amd64.deb
Size: 195680
MD5sum: 640d2036ec49f64803a4f152bdacf7d0
SHA1: 751596fc56f8219a7ad5b1be943e7c867c8b449d
SHA256: 7d43790ca202d4827f43514987f1fc98e6a52c42d36c58ce61170e602f9f2808
SHA512: e9b5a8fb759b2dbb5874d4285b427c47728f6e38193630243ff9f2537cdaef4aace54f978d27d1bde9a65522fa1fb4ed57754dad3fad8abf62e736dd0fab2972
Description: debug symbols for libharfbuzz-bin
Auto-Built-Package: debug-symbols
Build-Ids: 61b86f6397cb84b05f87ad4ba9c73f6f3584c659 8e07ac5c27ee6cf5ca5fe407642f60a601e8e445 953cebf052f5f48c822aab8260c649abe7f94d95 f514a9bb836d45236934cc06a77808346beff694

Package: libharfbuzz-dev
Priority: optional
Section: libdevel
Installed-Size: 3014
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Architecture: amd64
Source: harfbuzz
Version: 6.0.0+dfsg-3+apertis0bv2024dev2b1
Depends: libharfbuzz0b (= 6.0.0+dfsg-3+apertis0bv2024dev2b1), libharfbuzz-icu0 (= 6.0.0+dfsg-3+apertis0bv2024dev2b1), libharfbuzz-gobject0 (= 6.0.0+dfsg-3+apertis0bv2024dev2b1), libharfbuzz-subset0 (= 6.0.0+dfsg-3+apertis0bv2024dev2b1), gir1.2-harfbuzz-0.0 (= 6.0.0+dfsg-3+apertis0bv2024dev2b1), libglib2.0-dev, libgraphite2-dev, libicu-dev, libfreetype-dev
Filename: pool/target/h/harfbuzz/libharfbuzz-dev_6.0.0+dfsg-3+apertis0bv2024dev2b1_amd64.deb
Size: 1668516
MD5sum: 6d552e1aa009a4aa188852085d0b10fd
SHA1: 8c92d8330b224e93eb6a3f215c0a115d200bad42
SHA256: 5ddea8bba5c6e2e3a8c69181540cee4367f7aa6a967fe6dae70a8a82e36a61c1
SHA512: 7391cf6167bba7bd0bff2371687bceffae6d512e1b17e79a6b76cb3545b1cf8538f14f45a07fbb853ab6d0a34efc5493b0472fe2e4fea83aa8ce102825ab1d0b
Description: Development files for OpenType text shaping engine
 HarfBuzz is an implementation of the OpenType Layout engine (aka layout
 engine) and the script-specific logic (aka shaping engine).
 .
 This package contains the header files and static libraries for the
 HarfBuzz library.
Homepage: https://www.freedesktop.org/wiki/Software/HarfBuzz
Multi-Arch: same

Package: libharfbuzz-doc
Priority: optional
Section: doc
Installed-Size: 4119
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Architecture: all
Source: harfbuzz
Version: 6.0.0+dfsg-3+apertis0bv2024dev2b1
Filename: pool/target/h/harfbuzz/libharfbuzz-doc_6.0.0+dfsg-3+apertis0bv2024dev2b1_all.deb
Size: 1730140
MD5sum: f89b55b46a0c85763fc5dec65c926d0c
SHA1: 3a34da433992c63c347b0570784da67ebf64c356
SHA256: ff42dd32927097645ad404ea70cb3fc65f70cf6eb78f39b5fbe981f08299381e
SHA512: 3593775e5afaedd7ace3d66cb7d0173f811457f4885c3e627bf94c719ca27868ffe764ed3511a1a1d7804cfd66bbc9949ae08f1554c47e916e32f3a001b26af6
Description: Documentation files for the HarfBuzz library
 HarfBuzz is an implementation of the OpenType Layout engine (aka layout
 engine) and the script-specific logic (aka shaping engine).
 .
 This package contains the HTML documentation for the HarfBuzz library.
Homepage: https://www.freedesktop.org/wiki/Software/HarfBuzz
Multi-Arch: foreign

Package: libharfbuzz-gobject0
Priority: optional
Section: libs
Installed-Size: 1669
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Architecture: amd64
Source: harfbuzz
Version: 6.0.0+dfsg-3+apertis0bv2024dev2b1
Depends: libc6 (>= 2.2.5), libglib2.0-0 (>= 2.14.0), libharfbuzz0b (>= 5.1.0)
Filename: pool/target/h/harfbuzz/libharfbuzz-gobject0_6.0.0+dfsg-3+apertis0bv2024dev2b1_amd64.deb
Size: 1571992
MD5sum: fbaf29122b70bee6b943b7ad2f526fbc
SHA1: baf7395db7b189d444163c547e83ef1ec3900502
SHA256: 29a6c129d29ad96c95d3d924d1b6cb178b74a111e48a99e6896bc2cfd1e9df32
SHA512: 5002fbb9334c4e4d85dd0c9963dde7f40ecd751efd7941e7cafa4b77f96388680bbc0e210c8499be4512eb3d7d9cb515ea0022b2e53e1978ebd2f6902763a800
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: 51
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Architecture: amd64
Source: harfbuzz
Version: 6.0.0+dfsg-3+apertis0bv2024dev2b1
Depends: libharfbuzz-gobject0 (= 6.0.0+dfsg-3+apertis0bv2024dev2b1)
Filename: pool/target/h/harfbuzz/libharfbuzz-gobject0-dbgsym_6.0.0+dfsg-3+apertis0bv2024dev2b1_amd64.deb
Size: 31036
MD5sum: 3829b06b47a9b204ae938bf9ab38c52d
SHA1: c1103cdcbf09c4869d9015cfaafb98548b29ca66
SHA256: 5836d87f73cc6692686d9012567c65ca772322bb6bc7ff71d0e10eb02ae10404
SHA512: e31c868d54699a40b05ac3569c504f02ab2fbc9d50a88de2a2d18239d738739efff77204a7aa4dbd73c490ddf8f6e56b521b060d44f0b689dd82c3185fb1d3fa
Description: debug symbols for libharfbuzz-gobject0
Auto-Built-Package: debug-symbols
Build-Ids: 32f26b23f422f213347c9f6cc0fd1bdf4cc264c8
Multi-Arch: same

Package: libharfbuzz-icu0
Priority: optional
Section: libs
Installed-Size: 1567
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Architecture: amd64
Source: harfbuzz
Version: 6.0.0+dfsg-3+apertis0bv2024dev2b1
Depends: libc6 (>= 2.4), libharfbuzz0b (>= 0.9.4), libicu72 (>= 72.1~rc-1~)
Filename: pool/target/h/harfbuzz/libharfbuzz-icu0_6.0.0+dfsg-3+apertis0bv2024dev2b1_amd64.deb
Size: 1556788
MD5sum: 0969507f4b0665f2253d5018f20f2874
SHA1: 01f39e7a79f6b04279fe472814876b01a9830c47
SHA256: c345146c6f4d06e4536af9e45a61548a61947aa708fddc2965b79a9555e07b95
SHA512: 51cdabca70981ec81b7c96243b0b1a8c7808836d0c134c34741892d542d975a890a150200c7d98ed1e3f7c0ceb29c8b99a2edd9ab313e9b55009c4e35dd1f623
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: 76
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Architecture: amd64
Source: harfbuzz
Version: 6.0.0+dfsg-3+apertis0bv2024dev2b1
Depends: libharfbuzz-icu0 (= 6.0.0+dfsg-3+apertis0bv2024dev2b1)
Filename: pool/target/h/harfbuzz/libharfbuzz-icu0-dbgsym_6.0.0+dfsg-3+apertis0bv2024dev2b1_amd64.deb
Size: 64220
MD5sum: 3cc1ba22267204af929c239b324c2d5d
SHA1: 971c7fbf76c199f2f8fe73244c35ab0caff5a6eb
SHA256: 8a521beabbcd1a36181afb67e5e10e0bf133a9950393f3170df4f6de1a172271
SHA512: 1ea11ff717e90d2e1b8386435b1d2d2492d6e2753ffe82f441bf2ec91386c05fe66c11038d0e68fe6a643795355c2d7748efb5d7e563385c2a50f3f6a4983334
Description: debug symbols for libharfbuzz-icu0
Auto-Built-Package: debug-symbols
Build-Ids: a6101ff8f46b587c615e747d46630f2d3b38aa1b
Multi-Arch: same

Package: libharfbuzz-subset0
Priority: optional
Section: libs
Installed-Size: 2577
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Architecture: amd64
Source: harfbuzz
Version: 6.0.0+dfsg-3+apertis0bv2024dev2b1
Depends: libc6 (>= 2.14), libharfbuzz0b (>= 5.1.0)
Filename: pool/target/h/harfbuzz/libharfbuzz-subset0_6.0.0+dfsg-3+apertis0bv2024dev2b1_amd64.deb
Size: 1931504
MD5sum: f9e8006240ef8ea4518fdf8aa9be09aa
SHA1: b949e404e6b3582ca857b7a8740a7ee066eb7ff5
SHA256: fea476ac8fb55f8b617f6039154f1e2662af5bf43361479f7c461f662f0a1dbd
SHA512: 7adc994970eb23b539563c95040ff7c5254e31ac574fef2261a714b84b9b3a2ba22023d7ce7e02bd2fd1c3260e2037d285e744620f688e59d85444e7dfc0e7ce
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: 7591
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Architecture: amd64
Source: harfbuzz
Version: 6.0.0+dfsg-3+apertis0bv2024dev2b1
Depends: libharfbuzz-subset0 (= 6.0.0+dfsg-3+apertis0bv2024dev2b1)
Filename: pool/target/h/harfbuzz/libharfbuzz-subset0-dbgsym_6.0.0+dfsg-3+apertis0bv2024dev2b1_amd64.deb
Size: 7652232
MD5sum: c5126ff9b17a9aeb29ce5a4ea6168c9c
SHA1: b03f366dc7ca3d28854258ee7ec2fa4f11d4ef08
SHA256: f178cb862a6df4b88be38c8ebdf547ac708f8b07334742d55c60ac19557f2cb2
SHA512: 6ed5b9eefd713beea5f66c2fc5592efe0c8db09a99c90cae6c25af076cb4709f7d2fdcf077497f752e267ea450d5fa0a509d775090679928dd0de4da9f5dc9ad
Description: debug symbols for libharfbuzz-subset0
Auto-Built-Package: debug-symbols
Build-Ids: 05efb3ab6bb4ddd20b1a25dc307f5670609ed40b
Multi-Arch: same

Package: libharfbuzz0b
Priority: optional
Section: libs
Installed-Size: 2609
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Architecture: amd64
Source: harfbuzz
Version: 6.0.0+dfsg-3+apertis0bv2024dev2b1
Replaces: libharfbuzz0, libharfbuzz0a
Depends: libc6 (>= 2.34), libfreetype6 (>= 2.11.0), libglib2.0-0 (>= 2.31.8), libgraphite2-3 (>= 1.2.2)
Conflicts: libharfbuzz0, libharfbuzz0a
Filename: pool/target/h/harfbuzz/libharfbuzz0b_6.0.0+dfsg-3+apertis0bv2024dev2b1_amd64.deb
Size: 1945808
MD5sum: 37f3023ca91e2e9dcea0f07993ea470b
SHA1: ec2e65a76c341d4b4565a7ab25a442c3a4e53455
SHA256: 149bcc2b9a59f555ee38305d807ec4bbfdc64561ebcc05c7d569a0e43234e482
SHA512: 48697b4bc52a609c31086f2f9231e532e5e320704a80b22f3efd76c350152965e6dab7d747534a4d6561e1d70140e52281354f9ee556873c45dd9bf85aaf187a
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: 8320
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Architecture: amd64
Source: harfbuzz
Version: 6.0.0+dfsg-3+apertis0bv2024dev2b1
Depends: libharfbuzz0b (= 6.0.0+dfsg-3+apertis0bv2024dev2b1)
Filename: pool/target/h/harfbuzz/libharfbuzz0b-dbgsym_6.0.0+dfsg-3+apertis0bv2024dev2b1_amd64.deb
Size: 8378764
MD5sum: 452ea4427cd55ea17e1ff08be4d3beaa
SHA1: ca0bf006fb233ccc434b4273dc7d11077b1b7907
SHA256: b7cc6f80ab9cfd7cd4094bb2b51a6f49ea958249413c73b9bc79283e1bfbc8ab
SHA512: 2d0f78acb2465d0ada150ffa76867be364dde868213701c792afa8887716ee34ba925abbde88c69f38ff5cc2841d9f3e5c57bd25ec1af875e357c06a614a81ac
Description: debug symbols for libharfbuzz0b
Auto-Built-Package: debug-symbols
Build-Ids: 04389916e609641d168ac44e6ad377b5076a4684
Multi-Arch: same

Package: libhcrypto5-heimdal
Priority: optional
Section: libs
Installed-Size: 287
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.36), libheimbase1-heimdal (>= 1.4.0+git20110226), libroken19-heimdal (>= 1.7~git20150920)
Filename: pool/target/h/heimdal/libhcrypto5-heimdal_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 101648
MD5sum: 8750ba41ddb1f65a52c673a4fe409b08
SHA1: f263344de7a68628b3d01804725f9ed780764dac
SHA256: e84385ee895cb5cd90b9f975f12be499d0b970daeed97db3b493441eed776641
SHA512: b8cb7f7f11cc11590c2f246166706b5aa09090aff486b4083ced705f122a2614235587093135a8517e3dbd1be67848470b354b960c754d38cd0f87eb00a30274
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: 310
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libhcrypto5-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libhcrypto5-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 270812
MD5sum: 307022106ade5202e3eaa55a4b349de4
SHA1: 0f679b27ef275cbef32817808fed40c68b950897
SHA256: 861df1a5eceb7a76adbcc67707fed5970499c0d2578ceffe4a5fc7e303931d4d
SHA512: 4b91fc330bf1f6daa2097790894bf4f572e60c01c3033f38e3b3e9ceff10a62022a87e1cc6ffc464f1c0e701f982e04645f2e6341ee508cf840451b8775b3825
Description: debug symbols for libhcrypto5-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: 152b43093cbcef0b3c3e191063ade06e9c69ba25
Multi-Arch: same

Package: libhdb9-heimdal
Priority: optional
Section: libs
Installed-Size: 215
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Provides: heimdal-hdb-api-8
Depends: libasn1-8-heimdal (>= 1.6~git20120311g), libc6 (>= 2.14), libcom-err2 (>= 1.43.9), libdb5.3, libkrb5-26-heimdal (>= 1.7~git20161112), libldap-2.5-0 (>= 2.5.4), libroken19-heimdal (>= 1.7~git20150920), libsqlite3-0 (>= 3.5.9)
Filename: pool/target/h/heimdal/libhdb9-heimdal_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 78684
MD5sum: d8cd2af6291b2fb7c2c4f90b9d08030c
SHA1: b5f5b2307b1f9aac8362db77d1d70e6bf754deff
SHA256: 07eb2a01ca53c134415f7a9bfc23063f6c4eabf8b79d84fbfb4234998fc8fca8
SHA512: c9b0e721af223f6c00ea1dcab24114d9a3cfe3db74bf1fed489b9b31c4cad38a0a87a03f51b86f5bf1d5cdf341bbc55784cb18851f930d11aa211d9849cec24c
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: 285
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libhdb9-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libhdb9-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 256152
MD5sum: 1b98b3c6df2d074e0895c55ac502bdc7
SHA1: e3d1c2d8aca98064ce88eba2fc13aa087bc03562
SHA256: b087aa6d8b5b322f40cf773bb8a0883459808a34a1121c29d0b22e51fa0ec7e4
SHA512: 1f802d78afe1e7c44406d9acf7ea032ece4343d7867df65b94c916fb8f43d5f838c5f8efc4d1c76bdbe7f265dfbce38f71c2ee5f7da5d8be0886fc8083b55593
Description: debug symbols for libhdb9-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: 8b82d464a8af7fcb256511e326a69cf2504d5576
Multi-Arch: same

Package: libheimbase1-heimdal
Priority: optional
Section: libs
Installed-Size: 107
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/h/heimdal/libheimbase1-heimdal_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 40612
MD5sum: 90b2b2a10a722fc72e4af9b60ef4f1e2
SHA1: 63323f4164232ce06fb250130a96f06ac0d10e6a
SHA256: 3fd3232065f446640607d268c695c1a9ae75235182a41756825a89ecf0c8cf82
SHA512: 7fc75f80ca831a160bf7630c3567283d9e30d1356b6b8feeb747e7611424ef140a1bc7b7a361f479636ea18a3bcf6cf3672ec9699d6aecdaef2ff1e3cf3a62e9
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: 99
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libheimbase1-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libheimbase1-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 81488
MD5sum: 7a70b11cca3f4602b0e4319c9bb1b869
SHA1: 2624169f088336e54f682d905100d05edfc2e450
SHA256: fdef2d5fd847f3beb2756e8f4b470609f6d9b3fbf2e931c788900a60281220d9
SHA512: 690501e60491984ff5bef511bc872415e5fa126202589f969d816014e0e4fb57856c7802ed58b3ce3af7026aa3bf472a433fdca801cf7403e1741bad051ee9f1
Description: debug symbols for libheimbase1-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: 09d3b4c9618f49519af9e708a492de8f29ef615c
Multi-Arch: same

Package: libheimntlm0-heimdal
Priority: optional
Section: libs
Installed-Size: 80
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.4), libhcrypto5-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.4.0+git20110226), libroken19-heimdal (>= 1.7~git20150920), libwind0-heimdal (>= 1.4.0+git20110226)
Filename: pool/target/h/heimdal/libheimntlm0-heimdal_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 27608
MD5sum: 133a5765ebc5e42e743ee160e0ded731
SHA1: 28e13a2ffb690f224aecc36485d152d8439df7ad
SHA256: 58369727f79024d0795d48baec5b3db0d884818b38dfcc7c4f3be072cb652248
SHA512: 0df7431f501ce49fb90996434dd591522f29b541bf0371a4fd98562f8fcc4811f1f707a887152c0bded268044f4787397039449444a025fe400653ca55751b14
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: 48
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libheimntlm0-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libheimntlm0-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 32060
MD5sum: b06de13ec5909123b2ca38191ec93f3c
SHA1: cc67453746ca45bafc89806c3a39f812d86b5eb2
SHA256: d489f1f21ca35ee270efa7ea8baeedc469d1ba68a10961ffabdb244118dd2587
SHA512: e6583d27538adcc01b6a79ece35ae0ec67e8092ea6b2f075e71e1aaec4094acc5d4e83eb90e2f5cbebbc7c4f51344f9fd637e4edf4ad7c97cc17b3692574554f
Description: debug symbols for libheimntlm0-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: c22f2c790bf1d44d11ac286bd100c6078b46c126
Multi-Arch: same

Package: libhogweed6
Priority: optional
Section: libs
Installed-Size: 471
Maintainer: Magnus Holmgren <holmgren@debian.org>
Architecture: amd64
Source: nettle
Version: 3.8.1-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.14), libgmp10 (>= 2:6.2.1+dfsg1), libnettle8
Filename: pool/target/n/nettle/libhogweed6_3.8.1-2+apertis1bv2024dev3b1_amd64.deb
Size: 329264
MD5sum: f2f7ee2c517393365c285ef2b36faf2b
SHA1: e58f9d22f23c48911a8d6fd1ae725c81d7a7f430
SHA256: 0d065c73f4c43fa92272f7ba426a1ee20d91c1cde5a54cb882bf2bc3e38bd29d
SHA512: 44c2e09c3b99d9310f8cca08e5368e5f168839ec10dc98783731dd22fd9fbfe3a222950a3db92ed3a1b44b2da842410aef979f01c47b5ced66e888e8dcf6f7f9
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: 213
Maintainer: Magnus Holmgren <holmgren@debian.org>
Architecture: amd64
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_amd64.deb
Size: 181092
MD5sum: 5d6f8743ec1f9f5a3bcf73bf947f88e7
SHA1: 8b7ca358fe5a241f267eecdd3a2c1852db83ce35
SHA256: 32a8d31df5259afb0c3d9e50cd7eacd7575dab325844f75f5f43d4474d64d972
SHA512: 5344be2f9d54732912d31bd5b91785126ba0b81d7f270b36d403e0c10420abdb9b450a4f3112e91f07d902b3c99d29a3924da14de84ecabbd54641f259c080dd
Description: debug symbols for libhogweed6
Auto-Built-Package: debug-symbols
Build-Ids: 15cf05e64f78797a2c59a79845f3940b4aab63e8
Multi-Arch: same

Package: libhowardhinnant-date-dev
Priority: optional
Section: libdevel
Installed-Size: 1409
Maintainer: Andrea Pappacoda <andrea@pappacoda.it>
Architecture: amd64
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_amd64.deb
Size: 365892
MD5sum: 727e41ea5395a34a41ed81423fccfca5
SHA1: d18108254503d2916369cd1b72310a3e61afea83
SHA256: 0c3339eef80743203c8181b7d9ed50e5c00fcc4da16e842d6088db9c652774c5
SHA512: c1054be4fc437db1e0040c9c61594b808f8a7a794bb498d3ff8bce86a1693e09055f6dae96d1cb8b0210186d3a2883f7f3fed511c2a1e4cad596b7136fdef81d
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: 546
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Architecture: amd64
Source: hunspell
Version: 1.7.1-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.14), 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_amd64.deb
Size: 188900
MD5sum: 7172acb03f96437f9e1db5e9a7cbf36e
SHA1: d9feb34e0175b1712da70ff1133e4786d2370381
SHA256: 93008cde0c9354f4498bdb2172e08cf7eff9c0d6fad7d7f3f10792fb4aec38dd
SHA512: 027fa071d5591f8a77da4623ff5970f59f201a44c3e0c2266d433b21fad7d9ea5387b2361052d251c3866e1b5ab1d6984d66c6c200f0ab2013fbc6e933258f40
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: 1537
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 1512384
MD5sum: da2c636dbeedde184cfeb3313b785fce
SHA1: 88126a247ab61bfef1515a0d76da9d00f46e0e2f
SHA256: 76bb88c3a4d553ea09f9f7e8c51fa765ee5b2e5ead7d2abad5d97b488cad02b6
SHA512: 9bd8d5830be3dd5a6864858198ecde7a8cd4e014d73b047df2d47cecf1a67407ed80d30d8037227153e7478423846bf2056900409dd3f36697aedc43a8789cab
Description: debug symbols for libhunspell-1.7-0
Auto-Built-Package: debug-symbols
Build-Ids: a058cb2c60c802a2cbb70a4681d2a3ce808f3684
Multi-Arch: same

Package: libhunspell-dev
Priority: optional
Section: libdevel
Installed-Size: 908
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 239176
MD5sum: 69a77e7d0571daeb408f1d274f08bb50
SHA1: 5496b9b16fa57a2f93b9f932e438b63f52ef7000
SHA256: 5519609891d6a536f0c31d3191a22e477e22045227e2a20a607040d79daac5d9
SHA512: e71bb042d8b50c5fb7e1f835cd19ca8032b1dbb25770633466ac4234bdfb50e94f1bc2180abf4b5ebfecac4d118882614ab0de54df926378be57852893fa46ee
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: libhx509-5-heimdal
Priority: optional
Section: libs
Installed-Size: 357
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libhcrypto5-heimdal (>= 1.4.0+git20110226), libheimbase1-heimdal (>= 1.6~git20131117), libroken19-heimdal (>= 1.7~git20150920), libwind0-heimdal (>= 1.4.0+git20110226)
Filename: pool/target/h/heimdal/libhx509-5-heimdal_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 120464
MD5sum: c37ec990783095c2ed0065263d0c3f71
SHA1: 0617bb68d789604e267a888b0fc234c33bed3814
SHA256: fd57557e4f0529ac4f5ce9591c757c5f1387753741b9a91396699780e332fb1c
SHA512: 07a057ae95c5b269f070d7b06dae0965df135a1c6307edddd6480e41977a3e741ec39923e75f4ad460f671570db4c97f50cdcb6955d75f45cd6a7c4f7ceefc58
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: 478
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libhx509-5-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libhx509-5-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 424288
MD5sum: a441fe08148639af740ca2e570f4cffe
SHA1: 7bccbba0cc6050c62d54a681839371317b574251
SHA256: 985935dc891c35a065efa4aea3b483c84282915e64920a74e03c9994ccf4d3eb
SHA512: a891fae067eb8610f591e6f2483a0698e5dbe22f2a5d0db6a2995c17cc02873427fa9ebdc5044491a22854d2234146b7301e93220e4e04c40f859d2da35b15f5
Description: debug symbols for libhx509-5-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: 105e99c08f0057fc199f5521d6136cb7a4335673
Multi-Arch: same

Package: libhyphen-dev
Priority: optional
Section: libdevel
Installed-Size: 238
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 188272
MD5sum: 5c8a339bb8792f62fd392e1d090dca64
SHA1: 47f5a1515134deb726f14a7a9ba571aaabe8de05
SHA256: 2980e042b7367e1d72eb20ae6dfffd5d9e6340e88dcf604e50b4153bed3d24de
SHA512: 43def7b2933ba91a71f3030a42a80b159eea81206a09a9b9830724156eee016a5b8a0753cfbc2a616f8fa081b23313ab54976eca72b760dcb41d2634f692f3aa
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: 75
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Architecture: amd64
Source: hyphen
Version: 2.8.8-7+apertis1bv2024dev2b1
Depends: libc6 (>= 2.14)
Filename: pool/target/h/hyphen/libhyphen0_2.8.8-7+apertis1bv2024dev2b1_amd64.deb
Size: 29648
MD5sum: e9fc68a4aa11c6da8ceaec88b8f080dd
SHA1: df9130c811574edd9db7939d414a2d4adf445341
SHA256: 2db4487e59db52c2e2f9586fb07ad0f32196864da58cf9d404b81dbdd1e46f9b
SHA512: 7ca63819f7e01fa3c5943be8d16c0da48fc4cd7c3340bee005f8e0bde64bb9f125670e7c8968a83517531183ec6a5e124a414b67614960b72d50fae1f1b64e73
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: 36
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 22328
MD5sum: b739ee8a588e7f570a2af8ab4e7506c0
SHA1: 6eb4f5f9a3d14f810345e4020974cf0433b9b81f
SHA256: d3a6f1eb3179bebf46f419858e217e6a3b868543b6e136cbe595af6d82a111a4
SHA512: 96b7e559070fb027169086099486c0273688e7252855dd5138c93c598ff5c18a1f45da66d780da24b258f0d33227e18bd3044f1c5912f171014ec9c04b820cca
Description: debug symbols for libhyphen0
Auto-Built-Package: debug-symbols
Build-Ids: 80d9f6cf673f396143eb08791fbbaf4538706fc3
Multi-Arch: same

Package: libi2c-dev
Priority: optional
Section: libdevel
Installed-Size: 33
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: amd64
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_amd64.deb
Size: 11516
MD5sum: 5b6f540a1d9e7ab852bc20b8f5bfe820
SHA1: 3d10d67b42d28b93e149c069c583b7e31a065070
SHA256: b3a41b3f8f7b0124f3c9358d22d3ea7da7115b0db82a7306cf53eb6f3ab871ab
SHA512: e15443393c5fa056caf6c150300a3ad20e3c0586c44c56ad9bcef4e690ee23075d076d154aab9dc7993b38788c18a24bf1ee5c14c5134140a6deb6ae0ad45ba2
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: 35
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: amd64
Source: i2c-tools
Version: 4.3-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.4)
Filename: pool/target/i/i2c-tools/libi2c0_4.3-2+apertis0bv2024dev2b1_amd64.deb
Size: 9456
MD5sum: 45a36d2c580a8769edc716c006c639e5
SHA1: 29e2fe83615be62316cb836be79eb27235bf4d5d
SHA256: f62c4fd33a313738758fde41c2407a678fe08581a2d3b5e92f4c3ada00a0ffb8
SHA512: 236636280d087bbd3663c089b01b20d809444af49ffdae64462e374bcfe135e828e508d31f805c5acc863b36717d423982c1d87b21856f2535875eb6e338c263
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: 19
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: amd64
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_amd64.deb
Size: 5796
MD5sum: 72d120fee4e98b2914477a37a730e922
SHA1: 54e30b8d09e1d6a5a88496556d25da7991677a31
SHA256: 25c76024287afb9e9fa6a081b36110debcd90d7d8fe44182552ca4a1e3e9c157
SHA512: 1913e5dac6165434b42d5aba4a6a1a6f843f23c37e80790238516589fc46362be8512d9e64602d1184359ccda9b718238fc1b4de0a07d3162181862d50eec83d
Description: debug symbols for libi2c0
Auto-Built-Package: debug-symbols
Build-Ids: a44bb77e92fba27696726bf49bebb2bfaadb0a96
Multi-Arch: same

Package: libical-dev
Priority: optional
Section: libdevel
Installed-Size: 5089
Maintainer: Nicolas Mora <babelouest@debian.org>
Architecture: amd64
Source: libical3
Version: 3.0.16-1+apertis0bv2024dev3b1
Replaces: libical3-dev (<< 3.0.1-5)
Provides: libical3-dev
Depends: gir1.2-ical-3.0 (= 3.0.16-1+apertis0bv2024dev3b1), libical3 (= 3.0.16-1+apertis0bv2024dev3b1), libicu-dev, libdb-dev
Breaks: libical3-dev (<< 3.0.1-5)
Filename: pool/target/libi/libical3/libical-dev_3.0.16-1+apertis0bv2024dev3b1_amd64.deb
Size: 462612
MD5sum: 5612f54537bf1212f97c03d5206af6d4
SHA1: 1e72b7179da32eddac32a6ff77939be1b7ebb592
SHA256: 26d5d313027368000b84aa868f68377c6f71d7c4137a30b2317f7896bda06731
SHA512: fc8ab3e856c71a87f1fcdcb717f603d2cc6d044decb68e0b8a4ff8d9d59e4fe62cd28f63ffed171c90cfcf7273d01d708086b0502b44ebd9b9e5c0f5364b07f2
Description: iCalendar library implementation in C (development)
 libical is an open source implementation of the IETF's iCalendar calendaring
 and scheduling protocols (RFC 2445, 2446, and 2447). It parses iCal components
 and provides a C API for manipulating the component properties, parameters,
 and subcomponents.
Homepage: https://github.com/libical/libical
Multi-Arch: same

Package: libical-doc
Priority: optional
Section: doc
Installed-Size: 2856
Maintainer: Nicolas Mora <babelouest@debian.org>
Architecture: all
Source: libical3
Version: 3.0.16-1+apertis0bv2024dev3b1
Suggests: libical-dev
Filename: pool/target/libi/libical3/libical-doc_3.0.16-1+apertis0bv2024dev3b1_all.deb
Size: 115752
MD5sum: 460a03a785e76be33f29b6185c6c6923
SHA1: 427d07e6b72809502f2dfb5068eda883e95f0c7f
SHA256: e5e9b56e8207613b0b4f7c4a4eb241920d52170e429dea402196de093f8d8996
SHA512: 68504c9ea5a4fd39f6f63dff7f9d09d19b41e69e43d7956f713738723e4066bf93a98255961a07ab88c2060041c2cd3cf904b52a1648d831ffb5af91213d23e5
Description: iCalendar library implementation in C (documentation)
 libical is an open source implementation of the IETF's iCalendar calendaring
 and scheduling protocols (RFC 2445, 2446, and 2447). It parses iCal components
 and provides a C API for manipulating the component properties, parameters,
 and subcomponents.
 .
 This package contains the documentation.
Homepage: https://github.com/libical/libical
Multi-Arch: foreign

Package: libical3
Priority: optional
Section: libs
Installed-Size: 1441
Maintainer: Nicolas Mora <babelouest@debian.org>
Architecture: amd64
Version: 3.0.16-1+apertis0bv2024dev3b1
Depends: tzdata, libc6 (>= 2.34), libdb5.3, libgcc-s1 (>= 3.0), libglib2.0-0 (>= 2.41.1), libicu72 (>= 72.1~rc-1~), libstdc++6 (>= 5.2)
Filename: pool/target/libi/libical3/libical3_3.0.16-1+apertis0bv2024dev3b1_amd64.deb
Size: 290852
MD5sum: 4c02a8e6a7fb3c7b9c168aa3d523804b
SHA1: d43b3be6d39defec2328d3399de12dd7f3bacec7
SHA256: e794e88397b64b740e879689000029150e002449b2274cfa15e62408f30efbae
SHA512: e2d72366c79026f12b96f94d83675317e3fefb4902e0254a36c4fa5175dc671c1394300ed7a43d80d03baa088ea5dd253182cdbb13125097d6d300e353ad6f6d
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: 1204
Maintainer: Nicolas Mora <babelouest@debian.org>
Architecture: amd64
Source: libical3
Version: 3.0.16-1+apertis0bv2024dev3b1
Depends: libical3 (= 3.0.16-1+apertis0bv2024dev3b1)
Filename: pool/target/libi/libical3/libical3-dbgsym_3.0.16-1+apertis0bv2024dev3b1_amd64.deb
Size: 931828
MD5sum: 64ac46e8a6f9ef6e556542e3273c49bf
SHA1: 1c6431dac03d6ed6707bfb6b71307ac5313e2dd1
SHA256: 1fdf20b782d0f55ac35ad0cd9523e2f6d77af113a03921f98d070f1d46f20e4b
SHA512: 60502e86a5cc8b33678b3f5e5e30664cf4c21dcf9a37c5cf6606d33e5f4b113964290f6bee2f8472b42c1006c8ea7a5f2956cf02f4781e1b3d79fdc95e4c396e
Description: debug symbols for libical3
Auto-Built-Package: debug-symbols
Build-Ids: 03de64b61c908e1ad2609dd85eef1291ef6fbaf5 054d95aa44a82f7b4d7b642f9195b7c5a4d21af6 251e19b260a0e274c6add28b701ad119cc34c758 61b87da53a7ad36537dcad4ab5b827e970fb9709 6bdd3d6865be4e91690b096a5468dce5e817a646 c686a5b1612ff046f0face7fb1db06f1f52031fa
Multi-Arch: same

Package: libice-dev
Priority: optional
Section: libdevel
Installed-Size: 234
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 64912
MD5sum: 180355e0180333e4d1cb1f4080e197a0
SHA1: 6e089b197064057f94f49144c87564ffed0e08da
SHA256: ef6e685750ccc492f1eb5c3db28c2a9690e7fb58da6c9aec89613ccfb8963989
SHA512: 146bc9960342996fa601e5a850564629acddfc3fdad2314f5737d7f504e881666a952c66f720b89d96a5e6fb02355c972405d1f3f3119d9afc3f8cc6c52e6a80
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: 131
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 56272
MD5sum: 255539409b71530f265ffec09a881e47
SHA1: 90874947d0346d936d81dedc90ae486aacbb29a7
SHA256: 5a8b527369c0c7f56d3f08c1bd5afe7354dbbd87f78c0ef3ff57c83bf5dc3a86
SHA512: b25a90ec2926c56eeb81f80c52cfb709c2d073dc705f7b866640702bc55d0ac4827ea692ce6e95f6e598068c29549e282f94dbccb05622668ec6824e3001a2fc
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: amd64
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_amd64.deb
Size: 110972
MD5sum: f569a98130c4531df913edf1e5e4565b
SHA1: 5685a8fdb9c4e5108647d8ce811cca037ba51c95
SHA256: e2f8e29beaae3b8e0c313b44aa074ac4e90bc7fdc9f385301995fbfbb12c41bc
SHA512: 0cdf4ac9174fdc2507880428ed66e29eacb9e7a34eddbbc1c63b5ae5b84e58145c712bda1e8788e42e2ff5290327d9045a7ef638f5b1ec6569fdb90baa9b8b35
Description: debug symbols for libice6
Auto-Built-Package: debug-symbols
Build-Ids: 287c75b24818963b4a5410f9d2a158a2dda757eb
Multi-Arch: same

Package: libicu-dev
Priority: optional
Section: libdevel
Installed-Size: 47784
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
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_amd64.deb
Size: 10343924
MD5sum: e8b973ab1d88ce5368136fe7a18ac90e
SHA1: b5ecff19c1681a0a37feeab067a64a07c12c04e5
SHA256: 841be755aaa270b0e0e92713d1d74b1bd6c2add4fd268e5525fc5507f22de353
SHA512: 329ac7fc531e3c2f95590e466000636683ac794e72f3022b98fbaabf1361fea0e47c1afd697370f99b54c0952eb74367318e05f46eefea37a33822ae546c2c9b
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: 36170
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
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_amd64.deb
Size: 9376360
MD5sum: 0f42a54607f1efb277571bcccd661f31
SHA1: f00b7cc49c4172024f373e68704f13e0d15973eb
SHA256: 245c59f91d9e2dd8107f8083370a74a06941e58169f3ab29a93dfda7e7176ecf
SHA512: be2f70326fed8f652e5da312bf4ada2985db3cba57fc81f72a658363e37572ef09970075e47a03b9a54cc978249bcae0476f17552f977c5e2f69a49a042a63e3
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: 10466
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: icu
Version: 72.1-3+apertis1bv2024dev2b1
Depends: libicu72 (= 72.1-3+apertis1bv2024dev2b1)
Filename: pool/target/i/icu/libicu72-dbgsym_72.1-3+apertis1bv2024dev2b1_amd64.deb
Size: 9447644
MD5sum: 650fd090cfc75f13f1a66159b28d72b3
SHA1: bde07e9ac5cbc495281f0b2ef3adc0aa59d30547
SHA256: 980de5be149f198c9beedf9f195efc39c343d7f1f9a21c4ce31e0c04ab99fedd
SHA512: 5cd8cbce8eb67d866a202bf199bf9e37a8e8b531e781a647bb2523b0f31cc8fdfb95d2323eb94837fe3c49505f14d63d9f1f9a36f02a7af2225e1f6a1c42f324
Description: debug symbols for libicu72
Auto-Built-Package: debug-symbols
Build-Ids: 08c293ea24701e654a4665cb3b9f127db989ec6c 5181fd70458780982e4b6aa371f2475f7f2ca713 55354f0a0e2b977bae4f9f8938e83c7b5fd5ace4 9081a64fc1548bd38b6e6f477391f6afb79a04a0 bdf2cb6c51c8075872636ad4336b524108e94e8b d75b5e6dd166129dbaaa5d310445bfd01a24622a
Multi-Arch: same

Package: libidn2-0
Priority: optional
Section: libs
Installed-Size: 470
Maintainer: Debian Libidn team <help-libidn@gnu.org>
Architecture: amd64
Source: libidn2
Version: 2.3.3-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.14), libunistring2 (>= 0.9.7)
Filename: pool/target/libi/libidn2/libidn2-0_2.3.3-1+apertis1bv2024dev3b1_amd64.deb
Size: 154760
MD5sum: 2b8a606df763b865b189a2b59aef5d22
SHA1: fda8882fff6b94d310053d9e3e768c2a615031c2
SHA256: ad3b2aae9d3c8b138916a39f15b8404dd9cc696c5138fe6c8193217c44bba632
SHA512: 0f6e3f1e5beee1a2df982655f513b5ba906ce4c7c0299541ee0630f977e6f4233731f3b10a678719136f1e348e5815cd965190a8c3f82c914a59389869887e03
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: 84
Maintainer: Debian Libidn team <help-libidn@gnu.org>
Architecture: amd64
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_amd64.deb
Size: 67392
MD5sum: 9ca73773a206cc5390e631625a4554a3
SHA1: 53015cbeeb33b07291bb9743e08d877c41edcef7
SHA256: 8fc1ba04acdeaa3863471cb1c74d86eb3039a8c2cf61bf4f8a9ad38b999e373c
SHA512: aea8dfa51923b3381c380f90a707e2c4b267dc911a72065497672c4f3cae6a394c21a632260ac1058ed24168358702cc7fb0e6101cba655fea2b1bd9f0412533
Description: debug symbols for libidn2-0
Auto-Built-Package: debug-symbols
Build-Ids: 538a32a85c6b1dc5fca968baa19e47b8906df13f
Multi-Arch: same

Package: libidn2-dev
Priority: optional
Section: libdevel
Installed-Size: 377
Maintainer: Debian Libidn team <help-libidn@gnu.org>
Architecture: amd64
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_amd64.deb
Size: 152080
MD5sum: 747611e3625d7350dae2c527d3198372
SHA1: 263a39d1200c097ef3300a05afd8f38e0fb753bd
SHA256: 9d11509e3266017c44ce16aa62395257de36efa2db6746487ddb1e5c577c3966
SHA512: c05394a761ed36da6deae2c2e53aab36f409e307ac0a36e5650314f4e73f0ebec610eb8df896d429598ae88b0c46bd1707f2918c168669291e80fd9ddafe7b8b
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: 84
Maintainer: Debian QA Group <packages@qa.debian.org>
Architecture: amd64
Source: libiec61883
Version: 1.2.0-6+apertis0bv2024dev3b1
Depends: libc6 (>= 2.4), libraw1394-11 (>= 2.1.2)
Filename: pool/target/libi/libiec61883/libiec61883-0_1.2.0-6+apertis0bv2024dev3b1_amd64.deb
Size: 31044
MD5sum: 5d8e2a80bbd02f38244b9b427ed94a07
SHA1: 892cd7985da82d1ebb6d84de91eb50142ec139fd
SHA256: 2caeda743a2f3a798724ae40a6097b7660b6a876f15ef7316c92a945c5b1835f
SHA512: 51ec07ecddd5fd99e21802c36eb515681a00d9a73c7875943928c127647ba53137db09fc3dbaa36a16c42a0ad9f9ab83c47e3d00c167088bc60f2b76f5502d8e
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: 71
Maintainer: Debian QA Group <packages@qa.debian.org>
Architecture: amd64
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_amd64.deb
Size: 51076
MD5sum: ebcc65c647488200af5f03a17908ee5a
SHA1: 9b87cb659d615e4d1826e7e729ec69456153290c
SHA256: 8d6a02428f6be73ef996b540e7fec1ff9ff9c04398d737204d570ec149cad3a4
SHA512: c9aef067cca4e087f5bd6b5977fa566e0d940035926baeb6792088fd90ec52a305604782ec01ba8fd3f5b7a016b5d5c5c8c835e1689e335622aef3fcef7275b5
Description: debug symbols for libiec61883-0
Auto-Built-Package: debug-symbols
Build-Ids: d731357140205d6f61d02026e5bdc2d41b58963a
Multi-Arch: same

Package: libiec61883-dev
Priority: optional
Section: libdevel
Installed-Size: 189
Maintainer: Debian QA Group <packages@qa.debian.org>
Architecture: amd64
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_amd64.deb
Size: 42816
MD5sum: fcf9f9a59708e3e5a2ce357e25982de4
SHA1: a611343be9e7611f5f9c45550850777c62dfa2f2
SHA256: 8137574a9b0f2dca2bdb79def4f98f17e969f9fc7f2769e264efcd4826bc3622
SHA512: fe33db588ff0a54aa8685269a4b0d50b33a85cc0c2708f57a5332a7c38e49bf4fe81f428535045a1b261e7b418856d2ccb50eb662de4cfc92930fb409a718c56
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: 39
Maintainer: Debian QA Group <packages@qa.debian.org>
Architecture: amd64
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_amd64.deb
Size: 15764
MD5sum: ba9bf0159b1cf8a94050e3e0d800c288
SHA1: 6878e83c6c46310b935200f70cdb25808c70742e
SHA256: a35450c9765fd979b211668dc994af148a7d85cc54499f5ffdd8720742ba2d71
SHA512: 462e7406c2d5b1f322d3cf4637e5687bbb71c7287637df6cd1ea2260f7a9337557dbfa57b27c1503eafc834ff00727b35c141e040f9fca193bf9461e6227d739
Description: debug symbols for libiec61883-dev
Auto-Built-Package: debug-symbols
Build-Ids: 3166f1e83b8d2993d009214581a35478cf5a74de 748aa5214e295cdda9b6ce35545bc7d09bed4d10

Package: libimath-3-1-29
Priority: optional
Section: libs
Installed-Size: 335
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: amd64
Source: imath
Version: 3.1.6-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.4), libstdc++6 (>= 4.2.1)
Filename: pool/target/i/imath/libimath-3-1-29_3.1.6-1+apertis0bv2024dev2b1_amd64.deb
Size: 50276
MD5sum: 8d48a6fe8a0eddb17e45827581ab0971
SHA1: 2e6148e9e3cf86f47f4f968a434ff5855f86d851
SHA256: 4d5d0d2e7b77e0e08139cfb0ad55d855c5053e8da0dae78076c3f0248134a1bc
SHA512: daa976765f3de22e14597b3e17c041e5d194345e5ae6e363dc7d87761235c1fd09202f8aeebc5cc3b4ed4443cf7cda6442027678d697023e60cd3a32cda6542a
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: 123
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 110180
MD5sum: 608280999f3db59a80eb0264545ee36f
SHA1: 3d86dfe0a1c9c95ed39c7cd200fab4fb985b344b
SHA256: b57c5fb5e510161825ec365ceeebc3ac5a6657d4a11b5fc04a80952cca555a38
SHA512: 872e4d4ec2012e2d93c2cc215925a18d4e3b7cd922c256f44214ba03189860ebff00b51239bc8a5d4cc3230e30600d94229c934fb0a19809f78fbdfb250ee25f
Description: debug symbols for libimath-3-1-29
Auto-Built-Package: debug-symbols
Build-Ids: 08a778dec2f6f549753e77c1d9add015b8b9cba4
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: amd64
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_amd64.deb
Size: 118200
MD5sum: be1cc226df9ef3d4005cd24734aafc6b
SHA1: 489e3249b42e7cc9758217018150fba13d1217b5
SHA256: f01ed6b91e6d50d38724f8860d1ea4b05fcde594716edd353e1dcecfc652b0c1
SHA512: d4682c309cfc1d72ffd230e401173a35be2cbadceb7933e03fdd4938d361103ef505ac3c3c7b6d8ce644a8de4b6e2f209cfc02390dc7939a892b49c4f31f9119
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: libinput-bin
Priority: optional
Section: libs
Installed-Size: 139
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libinput
Version: 1.22.1-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libevdev2 (>= 1.10.0), libudev1 (>= 183)
Filename: pool/target/libi/libinput/libinput-bin_1.22.1-1+apertis1bv2024dev3b1_amd64.deb
Size: 24136
MD5sum: 32f0b67bc44d804cdd869984c1a0ab3b
SHA1: 7f4d0d6437a317e0148ec1fbb0d75cbdea689aaf
SHA256: de1644fbff73470a19a6682d33953682e2881bf2ea13ab1318e05968caf7b800
SHA512: a9f2814c03a3e5f3e80fcab34b086dea5ff18240b03a4ba1cd0ed4ebab080b76edb62b327bc414a298eda73b0c7f6062f2d408144dabe9e1e3d8a8af16360e97
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: 58
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libinput
Version: 1.22.1-1+apertis1bv2024dev3b1
Depends: libinput-bin (= 1.22.1-1+apertis1bv2024dev3b1)
Filename: pool/target/libi/libinput/libinput-bin-dbgsym_1.22.1-1+apertis1bv2024dev3b1_amd64.deb
Size: 25144
MD5sum: 49aa3c838ab7b940bd9b89868d768293
SHA1: 5ceea96989acc2629dd975d52ec3997e8c637d3c
SHA256: d5c3a3e2c69357dd31138cf2b356009e6694850425ea054c59543c2c1ee31d12
SHA512: b2c3941935cbd6594e3243b66b935f6bd7197e35c502806ac0b3ee729e263c7092d58dc8dd20e1ea7f77e50ac6f0782275dc4bd7a5344299e6985e2398e4b50e
Description: debug symbols for libinput-bin
Auto-Built-Package: debug-symbols
Build-Ids: 027ea91f529ffedf8fcc5df22aa3c7a8503c43a2 0aca3b3ee69416d6191c54bf9cb319ba6412e801 901fbeb335a9304f8910140c6cdfe4268e0a6dda

Package: libinput-dev
Priority: optional
Section: libdevel
Installed-Size: 218
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libinput
Version: 1.22.1-1+apertis1bv2024dev3b1
Depends: libinput10 (= 1.22.1-1+apertis1bv2024dev3b1), libmtdev-dev (>= 1.1.0), libudev-dev, libevdev-dev (>= 1.10.0)
Filename: pool/target/libi/libinput/libinput-dev_1.22.1-1+apertis1bv2024dev3b1_amd64.deb
Size: 34652
MD5sum: 7b0d4ee9e386490cdf2a7e74e4fd715a
SHA1: 3ce14fb172f444d62a53578b3ca6af44288ef741
SHA256: 00e0688e481160abf8190ad5d8226b570d7038735af3e5595ec742a4119093a7
SHA512: ee11e289bf47ec257b662d16dec6aaf56886d2703ec0f199658cff9ea099eb8d533578afdf18b64dfa65cc4c4a792b70f3cc9d2a6a15bad7299e4ca8f6764f75
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: 857
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libinput
Version: 1.22.1-1+apertis1bv2024dev3b1
Depends: libinput10 (= 1.22.1-1+apertis1bv2024dev3b1), libc6 (>= 2.34), libcairo2 (>= 1.2.4), libevdev2 (>= 1.10.0), libglib2.0-0 (>= 2.30.0), libgtk-3-0 (>= 3.19.12), libudev1 (>= 183), libwayland-client0 (>= 1.20.0), libx11-6, python3, python3-libevdev, python3-pyudev
Filename: pool/target/libi/libinput/libinput-tools_1.22.1-1+apertis1bv2024dev3b1_amd64.deb
Size: 139400
MD5sum: b8c7f25f6c317b8e7771e89d16c11862
SHA1: c9d801053dcc778a291e43cb08ad4ba41bb0e913
SHA256: 286cfe78ab61adaaf4420c46f6f413be44389638335dfa77477e9c1d02cafd56
SHA512: ac820b8c78f788968a93e54a95ecc96732122306fc41feb2f47a879d41421dceb19fe6d5b3d46428cd6b05a0e7fc57a1faec981b8219647d6bbfa87ef10f944f
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: 851
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libinput
Version: 1.22.1-1+apertis1bv2024dev3b1
Depends: libinput-tools (= 1.22.1-1+apertis1bv2024dev3b1)
Filename: pool/target/libi/libinput/libinput-tools-dbgsym_1.22.1-1+apertis1bv2024dev3b1_amd64.deb
Size: 655776
MD5sum: 6faded7631e94bc6af15f7d9029f61f4
SHA1: f31940443c8d26c009a7416502722bb4d98adfe7
SHA256: b6db2733145eb16b1b438c82494d2ad930f32e5981426673f679fa855b018364
SHA512: 213482a8d2ac4d5dd7cad1e80d0e04f7e9915fe444dfbac3e8e4ad7dcb523e9ac32f099341f0e26191d90d67ba1d3c5d115c20c5c1dd29679ed62bd5f7314d12
Description: debug symbols for libinput-tools
Auto-Built-Package: debug-symbols
Build-Ids: 27da5edebb25a7568d56c30e6e0fa9f37d95e4b8 367f713be0a8adaad12cd9e89e4ae61e35cd287e 36b4d0817e3b49f8bbb5bec0d77759566cb4c013 381491e0c3d6cada952308104d16887ff25b85b2 481d66cddc0a3f6af43c65e565a201f6ba1f56e9 7a7fc962ef66c13856c3470a951ce2d93854d15b b97fb9f2fe33b640be53ef9f48012d9f9825a9d1 db42ee3253f7d8c33c28bd867eaf1b732037cf7c fa7e9fb84bb5ce2f5bb55ea0047b857414b25feb fd3d6275692c18530b33513ae38c44811eab27c9

Package: libinput10
Priority: optional
Section: libs
Installed-Size: 367
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libinput
Version: 1.22.1-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.35), libevdev2 (>= 1.10.0), libmtdev1 (>= 1.1.0), libudev1 (>= 183), libinput-bin (>= 1.22.1-1+apertis1bv2024dev3b1)
Filename: pool/target/libi/libinput/libinput10_1.22.1-1+apertis1bv2024dev3b1_amd64.deb
Size: 124544
MD5sum: 3346a2547d81f72b24889150d2829878
SHA1: d5e60b460c8a0e6e9467a80be32f9ae426aa3ce4
SHA256: f51c3f343042fe9a0a63abb8ad94f8c0cb284cf149742eb7e4e818df4fb455aa
SHA512: 0b65d90596cc7c7f8a75026f3a282258c3be6bb0d243f319db12b9f7c770180d57588ea7502c7af8ee491b8232898cbff596ae0232ec4d528ba1d0dbecc35959
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: 518
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libinput
Version: 1.22.1-1+apertis1bv2024dev3b1
Depends: libinput10 (= 1.22.1-1+apertis1bv2024dev3b1)
Filename: pool/target/libi/libinput/libinput10-dbgsym_1.22.1-1+apertis1bv2024dev3b1_amd64.deb
Size: 455612
MD5sum: b275af24625fa0271d653602b2ffe21f
SHA1: 4f71d208153ee8318ffa20d5641c50aa2ed63aa6
SHA256: 9a7d122989989220a8c6737685e09fc8b1a77f363f332577c9b8ef0fbd7f28fe
SHA512: 3865027136cb22c1ab78eeb249764b4a22ea832aea62105f4dc2b6f28e7254e839f691a6249932342c6b58f769cef3f886310c7866fe914e6dcd08b5908ef36b
Description: debug symbols for libinput10
Auto-Built-Package: debug-symbols
Build-Ids: 8da907c9d4ec7f5ce2ffb71babb8c39bed6fc182
Multi-Arch: same

Package: libip4tc-dev
Priority: optional
Section: libdevel
Installed-Size: 41
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: amd64
Source: iptables
Version: 1.8.9-2+apertis0bv2024dev2b1
Replaces: libiptc-dev (<< 1.8.4-2)
Depends: libip4tc2 (= 1.8.9-2+apertis0bv2024dev2b1)
Breaks: libiptc-dev (<< 1.8.4-2)
Filename: pool/target/i/iptables/libip4tc-dev_1.8.9-2+apertis0bv2024dev2b1_amd64.deb
Size: 9728
MD5sum: 2240a4880d8ec311c4f342273da7411a
SHA1: 1cc70cf566bf60d2b4e68d408d7572e7274ed970
SHA256: 1fc66a7e6d2932584cb4efebd71489855bd4010a5a1d654432ab786e02828675
SHA512: 625cb545200ed8eb78ff531b4a0e711acc2e07241ff42ef5f5bb126c1a235379a9f9250ca5b8df383f28e63e440dffff117e7afe137add2964f3ed9f5e91781d
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: 66
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: amd64
Source: iptables
Version: 1.8.9-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.28)
Filename: pool/target/i/iptables/libip4tc2_1.8.9-2+apertis0bv2024dev2b1_amd64.deb
Size: 19252
MD5sum: c5e00113d6fa5001de87b9e4373e5c10
SHA1: f62c95fb6ca6b50cf53177eff85f6649cc84eff6
SHA256: a08acb4c04cde081ff8b9f52c902c6be3519fa6b6beb33ff26b26f1d768bfb6c
SHA512: c2dc234cd951c171eb9ac0ba89ab57169a405e545cdf5f5101a356233dc9eb058f806af0e8b1d05ca23aaf07db0d6c3a9625f3e61d3b8c039a429d302d05b22c
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: 53
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: amd64
Source: iptables
Version: 1.8.9-2+apertis0bv2024dev2b1
Depends: libip4tc2 (= 1.8.9-2+apertis0bv2024dev2b1)
Filename: pool/target/i/iptables/libip4tc2-dbgsym_1.8.9-2+apertis0bv2024dev2b1_amd64.deb
Size: 40016
MD5sum: 8794411e0bf12251b17be2134dcc33a3
SHA1: 4d5d20dbf3ffefb41046d1b5ac1e07cee80c74c7
SHA256: 53101be8b3cbe60c554bdc3e3fb8bedf07406a1ec7f1834bf199a7441dc5a287
SHA512: 473301734fcb58f75b7c00169c4e71a5a1fd1363b5f6cd0d75dbf43c7ff629fca75ebd19915f1eb795864673e7a29ba7c375d7358001988b7ca1be7cea14e1f8
Description: debug symbols for libip4tc2
Auto-Built-Package: debug-symbols
Build-Ids: 19bc328c39da0ff0513d9cda9c1a8b0b4e3e490f
Multi-Arch: same

Package: libip6tc-dev
Priority: optional
Section: libdevel
Installed-Size: 38
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: amd64
Source: iptables
Version: 1.8.9-2+apertis0bv2024dev2b1
Depends: libip6tc2 (= 1.8.9-2+apertis0bv2024dev2b1)
Filename: pool/target/i/iptables/libip6tc-dev_1.8.9-2+apertis0bv2024dev2b1_amd64.deb
Size: 9072
MD5sum: 298365d37cf3bad60bc8787c217836ef
SHA1: e19bcf43755cc2b8180fe105be8cecbf9ccc2541
SHA256: 38f5c835d5a0e996aa67584905b08b39c6bd67ecef1ff4008eb629174ff9c150
SHA512: e8197a63c21377ff8d87717c42c59f2793e9c17c7ba8a3c3d99a6bfe9e37c64b8f3f85798f9ec90754a9f08b7ee6038ac54439f713c0fa899d637ae83e571fb7
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: 66
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: amd64
Source: iptables
Version: 1.8.9-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.28)
Filename: pool/target/i/iptables/libip6tc2_1.8.9-2+apertis0bv2024dev2b1_amd64.deb
Size: 19648
MD5sum: b3185deaedd7b432fb1bd856db2c658c
SHA1: 2ea82377755dd53c25d1a38380c6d8d5f7aff0e6
SHA256: 914d6b52d74986f1948175f46b46a4a09ac7cf25e687664f7e22fc541fa576d7
SHA512: 041e3779dae1dae899378faebb08dd92a32afffa84216d21ccf08659aa35ce252663b005271af293915d93908226be65e00442f0dc94b267ad4718e6a50f9f50
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: amd64
Source: iptables
Version: 1.8.9-2+apertis0bv2024dev2b1
Depends: libip6tc2 (= 1.8.9-2+apertis0bv2024dev2b1)
Filename: pool/target/i/iptables/libip6tc2-dbgsym_1.8.9-2+apertis0bv2024dev2b1_amd64.deb
Size: 41304
MD5sum: e8f102f24dba424fa4bf7194ff0b9f62
SHA1: c7fc8a3a1f8ff4b0fe1509deb445f2cf589eadee
SHA256: d5a59db425ae5b9ddb16399126a192374f8fe876d1a50d61d3f526269455425e
SHA512: c7a3df6b93003c0be27db88e6ef42e2f455841503e5d4a4cff71516f2feec24c841ba34fd9dba7afb11043a73201196ab46b605fe9b8fca770a76d639e12c1a2
Description: debug symbols for libip6tc2
Auto-Built-Package: debug-symbols
Build-Ids: 99965f465706e62c94f51b0b9e69cf85a06a6418
Multi-Arch: same

Package: libiptc-dev
Priority: optional
Section: libdevel
Installed-Size: 29
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: amd64
Source: iptables
Version: 1.8.9-2+apertis0bv2024dev2b1
Depends: libip4tc-dev (= 1.8.9-2+apertis0bv2024dev2b1), libip6tc-dev (= 1.8.9-2+apertis0bv2024dev2b1)
Breaks: libip4tc-dev (<< 1.8.4-2)
Filename: pool/target/i/iptables/libiptc-dev_1.8.9-2+apertis0bv2024dev2b1_amd64.deb
Size: 7604
MD5sum: 2d6583e49f212ad29459442dc50a6e1e
SHA1: 56444cdf91db1a4c03f9ff855e0591ba781cd81a
SHA256: 87cca1dd5ae066b39273e640b6cd1f09d79e4baed5b48c59e18cec410c75bd0d
SHA512: 20aa7c0c60e8a35fefaa58d40a64a5b133f5050fa3f222cac3636d98621d36519e5d33aedc9b161993e27e57ce5fb9069a557417c7f35b957455d214058d6d7b
Description: Common development files for libiptc
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
 .
 This package provides development files (pkg-config) for libiptc.
Homepage: https://www.netfilter.org/
Multi-Arch: same

Package: libiptc0
Priority: optional
Section: oldlibs
Installed-Size: 25
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: amd64
Source: iptables
Version: 1.8.9-2+apertis0bv2024dev2b1
Depends: libip4tc2 (= 1.8.9-2+apertis0bv2024dev2b1)
Filename: pool/target/i/iptables/libiptc0_1.8.9-2+apertis0bv2024dev2b1_amd64.deb
Size: 7256
MD5sum: 21c580344deea330cf59608a2f5bbc3d
SHA1: f5dc9d4bac707210897f2b5fece1830d03be76ba
SHA256: f0fc1e8575d555dc42d80d81836fd41ea59f148baa91a83ed8b2f74f91b6f2d8
SHA512: 30a57dddfb88637791af1ced75496708b7f233e12da6d9ac9c1ba8db0c39c65c0881ab577d183887c5cc2e3d60f822069c2d1515235840049e4ffd76193be335
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: 55
Maintainer: Ian Wienand <ianw@debian.org>
Architecture: amd64
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_amd64.deb
Size: 21384
MD5sum: 304d26f0fe92896a2de96013a3e13ea1
SHA1: 8c9af73fbc324797e74bdca7a30e4be1486aaaa1
SHA256: 3b592342ba7869e0c0e47b0cde24908beaaa93e86fa518465a6502b9b657a86b
SHA512: a674ee96f8482a732956a645a49e7534e89467ee8931162a2ad082479c1edf3bdeef5f2d28f5a019ced5d15decfacf08033cee6e2b0de843248c19384201bc4b
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: 81
Maintainer: Ian Wienand <ianw@debian.org>
Architecture: amd64
Source: libiptcdata
Version: 1.0.5-2.3+apertis1bv2024dev2b1
Provides: libiptcdata
Depends: libc6 (>= 2.14)
Filename: pool/target/libi/libiptcdata/libiptcdata0_1.0.5-2.3+apertis1bv2024dev2b1_amd64.deb
Size: 26792
MD5sum: 0f1c49e9c1b1293208dfb64a5c78aa11
SHA1: 52b7bd9b75be6c9253f08c2f96d5f4f2149a0474
SHA256: 8fa02fdfb4061da3679ddf525c564801a68fcbffb0dda683b9eb4cc34b9c2b97
SHA512: 464bba721e2992ff5f1bdd895b502d09f7cb95c8c7e1adae4f5889cbd21122933be9c3735b95035306bd0097d24a24be52dabc717c53d2a9391cb5178b5ba993
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: 95
Maintainer: Ian Wienand <ianw@debian.org>
Architecture: amd64
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_amd64.deb
Size: 67180
MD5sum: b151ab070ed9c4275c81822f666baf0d
SHA1: 41f7a4f1d9280eafe369993cdde0213060da17e7
SHA256: 2052aa50fbf87436e2b5b7619228486e70b09322cabc836cba43c3093b6645d9
SHA512: 92971dc42fec715de0003654c6285dbc713e29c181650165ceb03614e9c26e0fdb0ad29c9e9f739ef075410db0907319ff042434328f2680b54fe18927102398
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: a93e520a9845129cde9d69d51026fa04c5b5cd64 364222521b250dc26dba8429e3774c8c13c7939c
Homepage: https://github.com/ianw/libiptcdata

Package: libiptcdata0-dev
Priority: optional
Section: libdevel
Installed-Size: 52
Maintainer: Ian Wienand <ianw@debian.org>
Architecture: amd64
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_amd64.deb
Size: 16000
MD5sum: e7ba56d2a846967642320297bb96ab54
SHA1: 8d85854487fd4c09b0da86e61aacd4a67ffe91c4
SHA256: ea45f41bc81e8645eef0564cfd371df7e3d9569497bdbae3971c51d2bcd81927
SHA512: 740e14ca56557b92b3b99029a3a007e1c034e69e6aee02c00f6e60a93d9475317b7a69c567c30438be15f6de317e146e4817b34998416df2ea502197bf8ffb5a
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: 117
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 26264
MD5sum: 33fdc43487545a3bf46af93cf2053c96
SHA1: b03336a975d621840555a6230e17f99ac508d64c
SHA256: eaaf109cc9cab173e42ff80afcf8fe67c66fa72fc44a08500f02170459150d8a
SHA512: a53295fe604c54962eba03fcda48266673ac6b47ece8eb77e4b5fdae3163314006379774d48485c1b8041cdc7b73676a9fbe87f76cf9bef19ac365ce30115f5b
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: 375
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 324044
MD5sum: b930504fb0497b91c7c14f0257b82ce8
SHA1: fc126ad33ef6779c90d1bdd511d135d769757135
SHA256: 11264c90ed38cc0f0cd5d85e27f648f601fe51ad4198b64dae119da50836fa23
SHA512: a29fd6d3ed13fd02d854bb26d8695d6b8d3622d81c5a5888be9ecefbb6a321cdc507e6ecf8eeba1e6372b03ff942a97afec6d8a98b7924afb491daf7fb7dcbb4
Description: debug symbols for libitm1
Auto-Built-Package: debug-symbols
Build-Ids: fda0a1927263007c0b33e253e517235a3f2fad2f
Multi-Arch: same

Package: libjack-jackd2-0
Priority: optional
Section: libs
Installed-Size: 1166
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 285940
MD5sum: fc06052a5252c2533de771b712e1b7fe
SHA1: 9aadbdb6de20c9eeef15e93e9d364d3ff83d0438
SHA256: 0b0f14bbce5b3f722808bc50e28e1711f9d40b840a62a686f03e432405954aae
SHA512: e20c30330408fc73d085897836d5997d4b06789f7b8c1c70c2941df0031bc5948849ae0c0c7e7065246ceab8728d06bba91adc6c5d3a80ebfa0ee67a12a7c26a
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: 2270
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 2043356
MD5sum: 2218dc8fc3ee9b46db17276c451bee96
SHA1: 8f5ac624912fe324d93ee1d18e9ef3049ec1e8fe
SHA256: 5554a46f896e4c771780ff57e1364833bd9b7d06a7bcb8230887c096b71061cd
SHA512: c685b070a5eab2fc322e54119e357e980e8a417be137c67b69f0c5028fe82ec7bc4894570d06ebed38744eb305ac217c4ac07b31a563bb39b59f7f21ddf0aa49
Description: debug symbols for libjack-jackd2-0
Auto-Built-Package: debug-symbols
Build-Ids: 8ba8327ff51abee78d93ceb4d23875952a36ef64 a02ae6471fe0bed5de71ef36c10f46a777059a67 a3791cd25197bc3a7587fae50a93dfd8ace3996f
Multi-Arch: same

Package: libjack-jackd2-dev
Priority: optional
Section: libdevel
Installed-Size: 249
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 64052
MD5sum: 24a166008dc3c53a160b8d9a74301663
SHA1: c916eb4c2ccc79d2a08e8980e4b31a36b732209c
SHA256: 425e71bf9f656701a8f6c7c0c185d37fdadb63a2c00e8eb0ff59619fb5e3dbd9
SHA512: a7fcf086fae2e512e7a7a730a7ca1a2d622182bb6639a821e1596de510f1f9310d0ccc2eff96057e3a56db32bb33154635f72f2667fb173f99f5342bcacabc53
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: 26231
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libatomic1 (>= 4.8), libc6 (>= 2.34), libgcc-s1 (>= 7), libglib2.0-0 (>= 2.65.1), libicu72 (>= 72.1~rc-1~), libstdc++6 (>= 12), libsystemd0
Filename: pool/target/w/webkit2gtk/libjavascriptcoregtk-4.0-18_2.40.3-2~deb12u1+apertis2bv2024dev3b1_amd64.deb
Size: 7086916
MD5sum: 6668320d9f2878957d5b6c1cc159124b
SHA1: 0bc3e49aa5579d4b4c1075445d63ec40bffcf2dc
SHA256: 2d9eab1aa3160370d2bb7bf5bf1b943d4dbf56263288e8785fb969c9438d2181
SHA512: 0c87f264cc959b12a70512b5da54d53576ff6168b782664e9d34533a0584c0bfe270df2cd88a7b6544c56e4f40bf3d24d7dfc8140e113d8e67420ce7b6d0a943
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: 35598
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libjavascriptcoregtk-4.0-18 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/libjavascriptcoregtk-4.0-18-dbgsym_2.40.3-2~deb12u1+apertis2bv2024dev3b1_amd64.deb
Size: 30889304
MD5sum: 028a752322d6077e4c08b304a3f6b740
SHA1: be838b540a6b72393c9a2c24f48d1bdd44b28d02
SHA256: 348dabab0793a8a6ba3a77d70630498644c8d632ebc22bd004a79b7792fb054b
SHA512: 0a445bd466694e708509f42e474259a26fcb8ece3a012c7e979231c98cf67fb8854c4fd213e3ef4afadfc5af09745494eb26caeaf1241713761549f7c7970aa1
Description: debug symbols for libjavascriptcoregtk-4.0-18
Auto-Built-Package: debug-symbols
Build-Ids: 0e23d6df2bf038cd2be5898960077f62e2ccc7c7
Multi-Arch: same

Package: libjavascriptcoregtk-4.0-bin
Priority: optional
Section: interpreters
Installed-Size: 665
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libjavascriptcoregtk-4.0-18, libstdc++6 (>= 4.4)
Filename: pool/target/w/webkit2gtk/libjavascriptcoregtk-4.0-bin_2.40.3-2~deb12u1+apertis2bv2024dev3b1_amd64.deb
Size: 290348
MD5sum: 24564cbda023c3508db6b40a864c0494
SHA1: 27727129e3effae2e72cf79b92599d5f5c3ffa71
SHA256: 26609934b20fd98b10dbf95c3e1969057f6b16f9fb14dc58f971808365d1586a
SHA512: 5badefe6df0d9dc1bc3ac8c1859226d1bfcfc033753a2ae15b19d4c5f228124869b16f45d86d2f91126b30f0ae96d7cb60582099d95e4af1ba74f0d372bb389d
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: 516
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libjavascriptcoregtk-4.0-bin (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/libjavascriptcoregtk-4.0-bin-dbgsym_2.40.3-2~deb12u1+apertis2bv2024dev3b1_amd64.deb
Size: 451172
MD5sum: 1d5626acb2a4fc123939e5beb0e06362
SHA1: 935553bb7700c4e87a1e002071433043819ee9a3
SHA256: daead5971804db4f7b5d38bc365f8495bda17a7b2ed32170e6a1e07d2247d3aa
SHA512: fc13463273f06e261033a57349cd9f0d33a174d19c353290152b6919a1b02b25d4e85ee70f28d50a13dcf35643b45f516ad257424aa3b7bc87a88576679f92e2
Description: debug symbols for libjavascriptcoregtk-4.0-bin
Auto-Built-Package: debug-symbols
Build-Ids: df709dfd797ad1fe870fe5e924b212ab6422be80

Package: libjavascriptcoregtk-4.0-dev
Priority: optional
Section: libdevel
Installed-Size: 797
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libjavascriptcoregtk-4.0-18 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), gir1.2-javascriptcoregtk-4.0 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), libglib2.0-dev
Filename: pool/target/w/webkit2gtk/libjavascriptcoregtk-4.0-dev_2.40.3-2~deb12u1+apertis2bv2024dev3b1_amd64.deb
Size: 224820
MD5sum: 783b9f33ba8fff057632e07452a1d9b9
SHA1: fcf70e9b4f210e078921da4b7d7bbc73aa8dbf39
SHA256: a1dafacca44a89017a1d81ee25d918b4b2773daaea43adb19e390f1c398f300c
SHA512: 6a6e842edda113231d8b221a9d87d1989dfdbf25338d40a41cbe87ce7c76ada88fa82033375aaf80136ca0e91173cad72f7309e26509bc51e0e1a12d66285c08
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: 26231
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libatomic1 (>= 4.8), libc6 (>= 2.34), libgcc-s1 (>= 7), libglib2.0-0 (>= 2.65.1), libicu72 (>= 72.1~rc-1~), libstdc++6 (>= 12), libsystemd0
Filename: pool/target/w/webkit2gtk/libjavascriptcoregtk-4.1-0_2.40.3-2~deb12u1+apertis2bv2024dev3b1_amd64.deb
Size: 7084584
MD5sum: 21d0cf02db76ce6316b365b4a9ce5488
SHA1: 9851ade66b26816946cfec26cc4f35b485f9e514
SHA256: ac163ff3eb3ecc0be711ff689b3b21fdf01a75500d4f2b153b5a4e8e3574c8e3
SHA512: b8955666ee4f3ac55c2b7730a7b6732fbcb7ea2656a448b0e220ca39bbe63407aaef6677addd69a1fb20e0102ecb26b173ca28a0680337acf46879ac9a817fe1
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: 35607
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libjavascriptcoregtk-4.1-0 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/libjavascriptcoregtk-4.1-0-dbgsym_2.40.3-2~deb12u1+apertis2bv2024dev3b1_amd64.deb
Size: 30896576
MD5sum: 09fa3e9da7caa2944df7d71f47d38524
SHA1: 8150720001279c839261a586af61443eb8882bd9
SHA256: c21017b49c5286b0e3c6dd6868d070ee574cb4aacc997757e1fe3ec61f060a41
SHA512: 9896d8dccc4148b4e5acde6a645ba06219b820bc2aaf9eb87a99a4c6d84f412830d41e5e0bf711739ff30b434227d542bfb291e0ef8155309c0b083ee11d6700
Description: debug symbols for libjavascriptcoregtk-4.1-0
Auto-Built-Package: debug-symbols
Build-Ids: ceda3c130bc5065680fe5731eafbdec418fd2594
Multi-Arch: same

Package: libjavascriptcoregtk-4.1-dev
Priority: optional
Section: libdevel
Installed-Size: 797
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libjavascriptcoregtk-4.1-0 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), gir1.2-javascriptcoregtk-4.1 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), libglib2.0-dev
Filename: pool/target/w/webkit2gtk/libjavascriptcoregtk-4.1-dev_2.40.3-2~deb12u1+apertis2bv2024dev3b1_amd64.deb
Size: 224848
MD5sum: 7eb07810b5bfc5a30408e99536bdd8f7
SHA1: 0201e069bb1f1d586eebab4ec14724548ee507ec
SHA256: d815466d1370fff130e92d42b23a359a42612fbf00e35cf21b0fd3e20f763ea0
SHA512: d7c6a3c988fd91d2c68b3c666319a35135b67fe25fa865785c0bc536e36833fb4720ad4b1d227576614c52b47bd28cc0a8c4ab82a981aa084910dedd6eec3fae
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: 26230
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libatomic1 (>= 4.8), libc6 (>= 2.34), libgcc-s1 (>= 7), libglib2.0-0 (>= 2.65.1), libicu72 (>= 72.1~rc-1~), libstdc++6 (>= 12), libsystemd0
Filename: pool/target/w/webkit2gtk/libjavascriptcoregtk-6.0-1_2.40.3-2~deb12u1+apertis2bv2024dev3b1_amd64.deb
Size: 7090524
MD5sum: 161b0a262e8f7b376a071d6c204824a2
SHA1: 6c43ae04821fa7af631b284b234c0e183b4afc7b
SHA256: f61e19c3afe3a42baf99a4a714070c061302a9f824b5ab763c3296c5c8d53d59
SHA512: a57f758607410e07e160a410e890fb46c22045b9a9e7c1f8e079d86c4cb54ccdbad31ba401318a57f8661387e4916f121660e7922f94462e99111713a4fb0d39
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: 35605
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libjavascriptcoregtk-6.0-1 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/libjavascriptcoregtk-6.0-1-dbgsym_2.40.3-2~deb12u1+apertis2bv2024dev3b1_amd64.deb
Size: 30896968
MD5sum: 1354688973420f4a8bbb2dc10c371a56
SHA1: 41e24470e72473f56ed7e205f92a7c054a065321
SHA256: d5d08854b03d35c5208a8a91f4be23876b90807360370536f94f1503fbe8bf3f
SHA512: bddfb87b41f94efdfabbda6b03ecb72436f313211d3c36eb9e091a9eaacaafbc54c05fc6a27aa067733c1685f52d709bd81d620062fd25d324733d59ab4315aa
Description: debug symbols for libjavascriptcoregtk-6.0-1
Auto-Built-Package: debug-symbols
Build-Ids: a042ca00c6cad2e667e2307fcedfd2d9d30623a0
Multi-Arch: same

Package: libjavascriptcoregtk-6.0-dev
Priority: optional
Section: libdevel
Installed-Size: 676
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libjavascriptcoregtk-6.0-1 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), gir1.2-javascriptcoregtk-6.0 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), libglib2.0-dev
Filename: pool/target/w/webkit2gtk/libjavascriptcoregtk-6.0-dev_2.40.3-2~deb12u1+apertis2bv2024dev3b1_amd64.deb
Size: 212240
MD5sum: 640ff53ed7a8c4d24bfb0a6dd0b7089f
SHA1: 9dd42d44800bb20bd1067ec621a7d0e659c6f4ea
SHA256: 189eaf39ceec12118bf70f0d7c1a7c01bda162ae09c5ed676acdb795caee9186
SHA512: 3f4e51ba11667478b9e7ddd2c07bfaaa41e2485269bc07cd1bf5f8f8353f9b8a53b57bdd52b49f613b9737cc826e9b5e0f3aa1431075aaf31901bac3b79c2442
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: 92
Maintainer: Michael van der Kolff <mvanderkolff@gmail.com>
Architecture: amd64
Source: jbigkit
Version: 2.1-6.1+apertis0bv2024dev2b1
Depends: libjbig0 (= 2.1-6.1+apertis0bv2024dev2b1)
Filename: pool/target/j/jbigkit/libjbig-dev_2.1-6.1+apertis0bv2024dev2b1_amd64.deb
Size: 31344
MD5sum: 97120839f9ebe5f7f7b66a3d13e20aa1
SHA1: 0a4672d91587108115ce39298dba86af569727dd
SHA256: a97cd7de1fbeec0ff60f6c7b72065980b595bb172cf14e9efeaeccf35c298948
SHA512: e0ba03070890a4ad4eddc9f61eb5b30596e65e9c530835df11e32259b478d7e5d037952a8044aeee3033a13985ccbcb6fa71fd5f96338c7430cffff532b00e08
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: 84
Maintainer: Michael van der Kolff <mvanderkolff@gmail.com>
Architecture: amd64
Source: jbigkit
Version: 2.1-6.1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.4)
Filename: pool/target/j/jbigkit/libjbig0_2.1-6.1+apertis0bv2024dev2b1_amd64.deb
Size: 31992
MD5sum: b12cd57e41fdbca5064da083bb1869c0
SHA1: ea9a88cc2c1bafca69e50a3d83fd122e6fb2aa06
SHA256: a1e60ff4c4a496baa2467530bc8589544f5a5dfd8cd84d1a4c95b18e7dee5523
SHA512: 44d87c94e63acd66e51e1add2243141775689df0df9648d95a9cca116769245f5e6834de201b9a30dba002e4b86d545609839baf81eceae019041cc9728d504e
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: 59
Maintainer: Michael van der Kolff <mvanderkolff@gmail.com>
Architecture: amd64
Source: jbigkit
Version: 2.1-6.1+apertis0bv2024dev2b1
Depends: libjbig0 (= 2.1-6.1+apertis0bv2024dev2b1)
Filename: pool/target/j/jbigkit/libjbig0-dbgsym_2.1-6.1+apertis0bv2024dev2b1_amd64.deb
Size: 46068
MD5sum: bfcab6c7f09d370d358e6f9437cc98ad
SHA1: 2a2d44531ad4464900baf8c7fb6232cd67c18827
SHA256: d2a1a02456ff440862a1c7f3473eadcf57e8ad7152aa887d557fa48a8ec81e94
SHA512: 23a75a74d00dfe39293f0c74f51c5578139966279ad980b43eee5151a8fa026cc8bb4dec96d3fbdda57cf744466af72be93baa1fa37e26c3970340bdf8a14727
Description: debug symbols for libjbig0
Auto-Built-Package: debug-symbols
Build-Ids: 680a41301751906341cb28fdbba2a5192e5a6e62
Multi-Arch: same

Package: libjemalloc-dev
Priority: optional
Section: libdevel
Installed-Size: 3220
Maintainer: Faidon Liambotis <paravoid@debian.org>
Architecture: amd64
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_amd64.deb
Size: 495036
MD5sum: 5ab91748506c9de6b4bd0a18a21ee978
SHA1: d3c40847a42da5c6f50b5b12181c5a2d80dd1058
SHA256: 7d0e5ed9d17236e72b8ec615c4980a845f70aeac227b5c3aa8064deb251c585c
SHA512: 2b4e050218cfffe1c4b6deb23805b9f9df83dc91b582a970f1744d9c4149fc36bced3cbf7e162fdaebbc403cc3ac0567d8ba3c17617dd31d9f643dd3c34ba0d0
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: 875
Maintainer: Faidon Liambotis <paravoid@debian.org>
Architecture: amd64
Source: jemalloc
Version: 5.3.0-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3), libstdc++6 (>= 4.4)
Filename: pool/target/j/jemalloc/libjemalloc2_5.3.0-1+apertis1bv2024dev2b1_amd64.deb
Size: 276108
MD5sum: 3f08d7cf439e42704cbccc46339e3c89
SHA1: 6e2e7a758f87cebc8081984110967118d9229932
SHA256: 7d02809987633021a5e2e7c95a0c5762b0511ec66ca9cf4084d073dbe030786b
SHA512: af154db6e992e74b7e75b5d421ccc9240fde04b626c22ee15cba8c2d64b739ce90517521fff7c610dcd1c09be9357751ccce15ccf9acbb388affb8fbc76bb210
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: 1878
Maintainer: Faidon Liambotis <paravoid@debian.org>
Architecture: amd64
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_amd64.deb
Size: 1826420
MD5sum: 4591b244e91b151f97fe9c33fc77cc17
SHA1: 1457770ff1390a502a1f2b91c7ab3cc276207ca1
SHA256: 6806ca72753461dae512944fc642c57629d1bb2ede3abbb11dd340a03147514c
SHA512: e32efed493f5be0046e872455aa05236375157ce5a0e69f76b8fe128cec14fa79dba5342dacee00e04b9d97a0d67229328cab60024a4488325173d2a94c2501e
Description: debug symbols for libjemalloc2
Auto-Built-Package: debug-symbols
Build-Ids: ef32872fac6506c6dabdea13509e1c2896d18807
Multi-Arch: same

Package: libjim-dev
Priority: optional
Section: libdevel
Installed-Size: 620
Maintainer: Bo YU <tsu.yubo@gmail.com>
Architecture: amd64
Source: jimtcl
Version: 0.81+dfsg0-2+apertis0bv2024dev2b1
Depends: libjim0.81 (= 0.81+dfsg0-2+apertis0bv2024dev2b1)
Filename: pool/target/j/jimtcl/libjim-dev_0.81+dfsg0-2+apertis0bv2024dev2b1_amd64.deb
Size: 160688
MD5sum: eb661e1754f6398c6455dd5ebccefae0
SHA1: 37462151f8355d0d17a3120bfe714a6881565f85
SHA256: 8e32168c4a21b6ed470927804d5d571558bb2d616d29e06ec94ab42c899a6027
SHA512: 084cdc3212d1c1ab5d1f35575d4541217a020ded144d981480b2f85e185e8ba4085d97928d7d45450c14cd5b3210633bf0d141ed5f04e96549d31aafcee363fb
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: 335
Maintainer: Bo YU <tsu.yubo@gmail.com>
Architecture: amd64
Source: jimtcl
Version: 0.81+dfsg0-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34)
Filename: pool/target/j/jimtcl/libjim0.81_0.81+dfsg0-2+apertis0bv2024dev2b1_amd64.deb
Size: 127788
MD5sum: 4d946a5d3dd80dc361cbf1ae4c047bc9
SHA1: 3c842176a3d371fed2b1222f72c13a46630fd7bf
SHA256: 8045dd19f7d21e7aef9b2df2cc7bb6c7381453952f9452657a66b74f7fd1591e
SHA512: e73e448824caaa3d1d887b0da94eebed8bebcbb01862202f103d964dc795c0fa9892dee072a8cb80ebe48794b97d4730efbd5363ccbb7c88cd107c9c57262d57
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: 420
Maintainer: Bo YU <tsu.yubo@gmail.com>
Architecture: amd64
Source: jimtcl
Version: 0.81+dfsg0-2+apertis0bv2024dev2b1
Depends: libjim0.81 (= 0.81+dfsg0-2+apertis0bv2024dev2b1)
Filename: pool/target/j/jimtcl/libjim0.81-dbgsym_0.81+dfsg0-2+apertis0bv2024dev2b1_amd64.deb
Size: 388112
MD5sum: 6d3d099aac656eff30ea9737e3ad75ea
SHA1: e17b08f6f67512ff88ee3efe15086591c726d785
SHA256: 8358780dbef27d9c66e4252983350dcc89264ad80b6c06adeb1819471cdfbcfb
SHA512: 9e956d7fa7aa39914fe72cac6f676d91caecc3a25472cdee6bcd666847446238e087d2371cd6be22245fb4853fcd6699cc4c83504ef54037ab88f22cd60ac4cd
Description: debug symbols for libjim0.81
Auto-Built-Package: debug-symbols
Build-Ids: ff8f8e8ede9e0f8ff5798b2bf9a1a675be2b7b32
Multi-Arch: same

Package: libjpeg-dev
Priority: optional
Section: libdevel
Installed-Size: 112
Maintainer: Ondřej Surý <ondrej@debian.org>
Architecture: amd64
Source: libjpeg-turbo
Version: 1:2.1.5-2+apertis1bv2024dev2b3
Depends: libjpeg62-turbo-dev (>= 1:2.1.5-2+apertis1bv2024dev2b3)
Conflicts: libjpeg62-dev, libjpeg7-dev, libjpeg8-dev, libjpeg9-dev
Filename: pool/target/libj/libjpeg-turbo/libjpeg-dev_2.1.5-2+apertis1bv2024dev2b3_amd64.deb
Size: 76548
MD5sum: e71f1780154816535097a0ee1d2678b1
SHA1: 7d94b54210d96cec28221e9d9edb09c8a0e4d126
SHA256: 4578bfe45086dd71d6fa86c83de4408e2c65c8bebf14da962d795ce0cffc1942
SHA512: b410a30287db2467c66cb1890b359ef7701d211fcf6464d02b1dc22ca1a478229550bf2213fd4953ad53c777b9ed308921bb4131ea40a5b215cf10391bd05608
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: 363
Maintainer: Ondřej Surý <ondrej@debian.org>
Architecture: amd64
Source: libjpeg-turbo
Version: 1:2.1.5-2+apertis1bv2024dev2b3
Replaces: libjpeg-progs
Provides: libjpeg-progs
Depends: libc6 (>= 2.34), libjpeg62-turbo (>= 1:2.0.2), libturbojpeg0 (>= 1:2.0.2)
Conflicts: libjpeg-progs
Filename: pool/target/libj/libjpeg-turbo/libjpeg-turbo-progs_2.1.5-2+apertis1bv2024dev2b3_amd64.deb
Size: 149288
MD5sum: ca5d5ffb92337f1c4d72e2d96e1913bb
SHA1: ac650136b9dbe831a4ba74332be1b65be725402b
SHA256: 80b8ac71671c5220e5e75a800af652976a72115ed29fc750af8c4a14cb46a57b
SHA512: 7168c874c9e9cd040bd920267c0fca9996ffae006027b26f8c0cd759477a72780e23dab5f19292fc6f1b35e392185ce3709490772b98d1f563fdd446ee7e537b
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: 274
Maintainer: Ondřej Surý <ondrej@debian.org>
Architecture: amd64
Source: libjpeg-turbo
Version: 1:2.1.5-2+apertis1bv2024dev2b3
Depends: libjpeg-turbo-progs (= 1:2.1.5-2+apertis1bv2024dev2b3)
Filename: pool/target/libj/libjpeg-turbo/libjpeg-turbo-progs-dbgsym_2.1.5-2+apertis1bv2024dev2b3_amd64.deb
Size: 210464
MD5sum: d6b448894489014103fa28d86ad205f7
SHA1: c38a3aee91cd21b4ea7e04b3f30071c8ef4969d1
SHA256: d706a4d1f85cc78b8d4effe450ae31e31a93164a73f2f89738ae035972515f21
SHA512: f3f5576df24cb3f3bbeab98024fdc6f2d388ed9cb11cdc9bf86c3750912c2243b7c3c9f55d06e2a88de40c738fa21aaf3f5df7ed5ec6b7f9881f4c4c50371e58
Description: debug symbols for libjpeg-turbo-progs
Auto-Built-Package: debug-symbols
Build-Ids: 236c2f6375d142ef603374c8fe50c85ec863ae59 2a7fadf52690c86076f064acce1571ea236804bf 2ec4922df28d67b07e99cd4bd8baccc935704448 69f6964071f039dd984167490d3661fc10169d61 71676c4fa273f8e9dfc811ddd51e5fbacd16c212 b62fc9b546c827111c2e8618e88219774e89559b db44bce8814438cd94acb705ceb719f629b103da

Package: libjpeg62-turbo
Priority: optional
Section: libs
Installed-Size: 682
Maintainer: Ondřej Surý <ondrej@debian.org>
Architecture: amd64
Source: libjpeg-turbo
Version: 1:2.1.5-2+apertis1bv2024dev2b3
Replaces: libjpeg62
Provides: libjpeg62 (= 1:2.1.5-2+apertis1bv2024dev2b3)
Depends: libc6 (>= 2.14)
Conflicts: libjpeg62
Filename: pool/target/libj/libjpeg-turbo/libjpeg62-turbo_2.1.5-2+apertis1bv2024dev2b3_amd64.deb
Size: 171196
MD5sum: 1eba6e1bee1c5f494b665526ae3a0786
SHA1: 5cf54abf44adcb7d1c36c2c1facf8e3a983de46f
SHA256: 7008673e8c5c4183f477797c26f5be43c72cc7d1ecf75b6c8a11473a03352fb4
SHA512: 24c581425e09c865c612ed9bc9ea0a740cae463df5948ed76b1316a3ea2c8f784c3623b88b2c38cc2459798e4d2ad8abda9bd2147ce2ff1e9c7cd4ffd4eb7962
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: 402
Maintainer: Ondřej Surý <ondrej@debian.org>
Architecture: amd64
Source: libjpeg-turbo
Version: 1:2.1.5-2+apertis1bv2024dev2b3
Depends: libjpeg62-turbo (= 1:2.1.5-2+apertis1bv2024dev2b3)
Filename: pool/target/libj/libjpeg-turbo/libjpeg62-turbo-dbgsym_2.1.5-2+apertis1bv2024dev2b3_amd64.deb
Size: 325784
MD5sum: 7a962138198241f01c9b84de2ff5799d
SHA1: 88587209d480c8e1e49324f07deca73aea3989a7
SHA256: 34ccc7041615e81e5f27fbb683b67733318dac4fd49b455e9825f76764c9a3f3
SHA512: ee1ca5f9f24245a7864d54f1114a513fc46722bea62d921ccf3bc9313217153fa1087b001da2c422c426e1621cce338e00db8211cb740b56f211672c37c07498
Description: debug symbols for libjpeg62-turbo
Auto-Built-Package: debug-symbols
Build-Ids: 7b3f5f406c9965dc75046e7d4356fab6b5c2483f
Multi-Arch: same

Package: libjpeg62-turbo-dev
Priority: optional
Section: libdevel
Installed-Size: 1101
Maintainer: Ondřej Surý <ondrej@debian.org>
Architecture: amd64
Source: libjpeg-turbo
Version: 1:2.1.5-2+apertis1bv2024dev2b3
Replaces: libjpeg62-dev, libjpeg7-dev, libjpeg8-dev, libjpeg9-dev
Provides: libjpeg-dev
Depends: libc-dev, libjpeg62-turbo (= 1:2.1.5-2+apertis1bv2024dev2b3)
Conflicts: libjpeg62-dev, libjpeg7-dev, libjpeg8-dev, libjpeg9-dev
Filename: pool/target/libj/libjpeg-turbo/libjpeg62-turbo-dev_2.1.5-2+apertis1bv2024dev2b3_amd64.deb
Size: 294460
MD5sum: 21cef09183df6e23619eb653f1db8de2
SHA1: 5cb73ea91b3699e25a9a061389dafb00f86f4a5a
SHA256: bb00b4b05389d0029cdcc12ff359d2ea031e1afe8fbdf78cebf35f395f21be0f
SHA512: fb2e8afdc3ad8e7f28a033f83987627f489eaa483767bf7b469b87236e225961f16c2348fb2c9ad2b90ca59648bf3ef8f97ebcfb2d72993a107a979badbbbe53
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: amd64
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_amd64.deb
Size: 23976
MD5sum: a01a807502f6b051c7e284051a198ef6
SHA1: 8b2bb8e48a79db8b2a2e0f9bd318418a8da9dfd3
SHA256: 95dbfe35a16bee89d07bc8f38e6e58976a30af0194cd05a40c359e1d7f0cbd97
SHA512: c3adf4f411bdc8258e48bcfad05c619f132a2b556594ec441363446ea958d64ad9f74e44bb449b87031a1845cda5301b392384f740224d80bed3dea498278020
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: 362
Maintainer: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Architecture: amd64
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_amd64.deb
Size: 134160
MD5sum: 7ffcdc82f71a80f5aaccc70f954a6c82
SHA1: e576b0e09151b9686d240a6127379ff5bf8b410d
SHA256: 0d998ab856582be344ceedc480a2fb0c94b8349c6107e328f29919d50d90ce5a
SHA512: a7789519b6f35475b6bd410fe9662a2925184cf53ba700f1ef715fcc6cf7c6d69b006747f70f76337958db9d2d5b77e829db81bc3e7f16da804af4bd50e85fa6
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: 319
Maintainer: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Architecture: amd64
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_amd64.deb
Size: 290748
MD5sum: 1828bfe1a05ff7d2b4210a3a5db643ef
SHA1: 0c22d941b7d0570566f1b2225d3a3cd7cbb6f24e
SHA256: 8f387149488a78c75762ed1c0a631601072715adab40c1b810d211c24319f2c1
SHA512: 2a7b3e742218c21d7f5f182cbd7bc9086cdf4df329cae8fbea384d7cfb1ede967eeef384aeaf587cb6e2849e7d0ee8bacd2b9c12f27cdcd7f0a51f76a43feea7
Description: debug symbols for libjq1
Auto-Built-Package: debug-symbols
Build-Ids: 45e0db6a887d94930971fc921d58258ded9f391b
Multi-Arch: same

Package: libjson-c-dev
Priority: optional
Section: libdevel
Installed-Size: 295
Maintainer: Nicolas Mora <babelouest@debian.org>
Architecture: amd64
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_amd64.deb
Size: 69108
MD5sum: c395cae321537db009b955514ebe386f
SHA1: 6dba848577fb9aa6f8af3ebb7a07661d440d9133
SHA256: b3e0f47020027cbf35bae4748b4133047fb603abbc4b19b8e4c0319c0102f0bc
SHA512: cad4c6bf73bc2e7e572963b519ddce009554ad3b749b3b46be8a7a0dc81143d0f9e3f1a4168eb78e3e8fa6cb9c20dca91354c1b3e069ed36a800db333d86930c
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: 107
Maintainer: Nicolas Mora <babelouest@debian.org>
Architecture: amd64
Source: json-c
Version: 0.16-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.36)
Filename: pool/target/j/json-c/libjson-c5_0.16-2+apertis0bv2024dev2b1_amd64.deb
Size: 41984
MD5sum: a58ccc71a2db252e666785555e15d0d0
SHA1: d6dfbb046b70e8a595d942d9529c56455f39e20a
SHA256: e6813cecc520fa5358a871c82e9060162e34c5a7fcb912461df183962e6cacc6
SHA512: 682747f8d6c6343f986ced0c2f697ff201df4c2226175bee8e85412eedd58fe45ce8a06fa5e5d34fba24ff1b749ef72931fb8b62b061683e52b1b63e31d82559
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: 91
Maintainer: Nicolas Mora <babelouest@debian.org>
Architecture: amd64
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_amd64.deb
Size: 70968
MD5sum: 1571a8b8f0915de8651d21536b8c7305
SHA1: 9b65f48cf852d2be1828ac0dd6ccf0ec8a6e83f0
SHA256: f2dc179b59dccd3b748164eb0100cb966a3d5884a34d93062e0e2737aba567d1
SHA512: 8f407be01bd7efae4abf6d1392f0f537779a20fd88803f5590317dd45f2f66951c9d762a0d4d194fe56bfcac7801b79cd91754f0a718c0024f4980e9e54b55d1
Description: debug symbols for libjson-c5
Auto-Built-Package: debug-symbols
Build-Ids: d9f43c66feca065b2a56052a3638e17ec6817030
Multi-Arch: same

Package: libjson-glib-1.0-0
Priority: optional
Section: libs
Installed-Size: 202
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: json-glib
Version: 1.6.6-1+apertis0bv2024dev2b1
Depends: libjson-glib-1.0-common (>= 1.6.6-1+apertis0bv2024dev2b1), libc6 (>= 2.4), libglib2.0-0 (>= 2.55.2)
Filename: pool/target/j/json-glib/libjson-glib-1.0-0_1.6.6-1+apertis0bv2024dev2b1_amd64.deb
Size: 62324
MD5sum: 1d315e72168800df03fe408ff8bddb49
SHA1: 0af84d56b3a57c2632d81d91ab3cdb688f1f8baa
SHA256: 82d4f402b5903df4bfcf4fbbe7a5602d271db04b0984b156869822decbdf059d
SHA512: 4c2ad5c2607a9d844373e802824fd8eb0526223104a3a20008046bfdad001697cd69ce4456752e424f3b90701f3a548dbb127dc507f723e2e4c6114c16bd8346
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: 215
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: json-glib
Version: 1.6.6-1+apertis0bv2024dev2b1
Depends: libjson-glib-1.0-0 (= 1.6.6-1+apertis0bv2024dev2b1)
Filename: pool/target/j/json-glib/libjson-glib-1.0-0-dbgsym_1.6.6-1+apertis0bv2024dev2b1_amd64.deb
Size: 179800
MD5sum: 000cbbfa2c0733008f61c6d846cdc027
SHA1: e43b762b4c0d3425759460ddd2f61e6725873391
SHA256: 70d71efc17954b52dcc6310f02c99c14a306afe737086ef749e14287c13688e4
SHA512: e52e8e6ca0db408ad62669056686354b864e6f5c9b57764c8692dc913aa55b0bcc8f3770ae504250d70bfd8be09e2ef714f86fa4a24fa32132398eeba96f92be
Description: debug symbols for libjson-glib-1.0-0
Auto-Built-Package: debug-symbols
Build-Ids: 7300306aea8ca95faf40742376e5ce45632d93b1
Multi-Arch: same

Package: libjson-glib-1.0-common
Priority: optional
Section: libs
Installed-Size: 462
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: json-glib
Version: 1.6.6-1+apertis0bv2024dev2b1
Filename: pool/target/j/json-glib/libjson-glib-1.0-common_1.6.6-1+apertis0bv2024dev2b1_all.deb
Size: 54284
MD5sum: 500cb5940012c8f329604b2049bf2bf6
SHA1: 5d0a65d0dc4199a49a0387b2b6529dff66397ee4
SHA256: d9c259d6d59f37e01aa3645ba68c3e0b653e6f0a94152d7425b504d8e5c17425
SHA512: e6bafb6b97ca5c9d9231bc7498dc935ab9edaebe3579b3f1651270f7e440943a5971414cb51ae8baac464586769de8d80116246960bd526890c7fd28b8812f48
Description: GLib JSON manipulation library (common files)
 JSON-GLib is a library for parsing, generating and manipulating JavaScript
 Object Notation (JSON) data streams using the GLib type system. It allows
 manipulating JSON data types with a Document Object Model API. It also
 allows serializing and deserializing simple or complex GObjects to and
 from JSON data types.
 .
 This package contains the translations files.
Homepage: https://wiki.gnome.org/Projects/JsonGlib
Multi-Arch: foreign

Package: libjson-glib-dev
Priority: optional
Section: libdevel
Installed-Size: 820
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: json-glib
Version: 1.6.6-1+apertis0bv2024dev2b1
Depends: gir1.2-json-1.0 (= 1.6.6-1+apertis0bv2024dev2b1), libglib2.0-dev, libjson-glib-1.0-0 (= 1.6.6-1+apertis0bv2024dev2b1), pkg-config, libc6 (>= 2.34), libglib2.0-0 (>= 2.55.2)
Suggests: libjson-glib-doc
Filename: pool/target/j/json-glib/libjson-glib-dev_1.6.6-1+apertis0bv2024dev2b1_amd64.deb
Size: 92860
MD5sum: 7a7f0734bb89152782d29ab246ef33fd
SHA1: 9da8bbdf8da94673c01d54be514c1b0d10ca363d
SHA256: 958074374cb2141bf106507abfb377959a049c3af5cecc6db1960a4044bd5b67
SHA512: cc7bf2171c57803960ba21b7de74e69b0d59b6fff6f2d3ce331fccc5c401bb6976248726438062eb035680f80aed283ae84306b275043d02bd452ea2edf9750e
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: 252
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: json-glib
Version: 1.6.6-1+apertis0bv2024dev2b1
Depends: libjson-glib-dev (= 1.6.6-1+apertis0bv2024dev2b1)
Filename: pool/target/j/json-glib/libjson-glib-dev-dbgsym_1.6.6-1+apertis0bv2024dev2b1_amd64.deb
Size: 118652
MD5sum: 3f8ad824d61b4e26c41ef8c7e3022be0
SHA1: 6b509bd513ea5af1e58d51b011c0650de2334d3f
SHA256: f5a148f0d10a339408a23f5b4dcfabfee30ba864a14810f73b3d0e1b1a2e0d79
SHA512: 509468b2937d2055269d6067dbee0131393cecfd507d201f6dda7588a73dc459722328340b4914ac0097e507a780d684381ec1762a087982fce770d4f866d0c4
Description: debug symbols for libjson-glib-dev
Auto-Built-Package: debug-symbols
Build-Ids: 023d6238de03e9a207093f93a20094e5417460fd 0c6a3dba1e96441af18a8befcbb7ed704f103f99 32954f1a02affe2ce7a157d72c1981fa40cc584a 36cf4a6f11c03a3c75c0866478eba8dc8a1889d3 4f97e68483bb44e2eadb490a10b025c04f42b7b4 7bd91d91a5238ee166c6c89e3d5908b27a82a3c4 7fda82e1266c32dddb5b8659bc1731a78d18ebe3 929125920fee4d89576a3f0fb79d19f7564e306d b4d3622a07cd98ba231dc1136dc6648cd0a6c3a9 c143182c6ce5fa352a20085c3102b385b8ccee9f e12efbbb36580a80d6a57c7e2f6603daa0ff827f f2a12343487945190e82a4a71e1d805113d7a8f1 f409700befeb84512b91a0562ccc377d8cf80394 f7308f5f9ed31e168c72aed52e8c54db93d20541
Multi-Arch: same

Package: libjson-glib-doc
Priority: optional
Section: doc
Installed-Size: 3273
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: json-glib
Version: 1.6.6-1+apertis0bv2024dev2b1
Suggests: devhelp
Filename: pool/target/j/json-glib/libjson-glib-doc_1.6.6-1+apertis0bv2024dev2b1_all.deb
Size: 1134800
MD5sum: 2ec5eb0e713f06b3070de8aad38fe99e
SHA1: 43cbd964ac1d78fcc6a3681fc89d69faf0ef1fce
SHA256: deaab09429f36a113d56a22784ad3106764c472e07470de6f5ef5270e0dbd31e
SHA512: 298b2b174512757888ccf530cd0b388b5547202016b2b6128186615a3e9b8d6cab8b97f5018805a9ed53db97c299237ef385aaaa08c742872856d48de8e11943
Description: GLib JSON manipulation library (documentation)
 JSON-GLib is a library for parsing, generating and manipulating JavaScript
 Object Notation (JSON) data streams using the GLib type system. It allows
 manipulating JSON data types with a Document Object Model API. It also
 allows serializing and deserializing simple or complex GObjects to and
 from JSON data types.
 .
 This package contains the documentation.
Homepage: https://wiki.gnome.org/Projects/JsonGlib
Multi-Arch: foreign

Package: libjsoncpp-dev
Priority: optional
Section: libdevel
Installed-Size: 107
Maintainer: Timo Röhling <roehling@debian.org>
Architecture: amd64
Source: libjsoncpp
Version: 1.9.5-4+apertis0bv2024dev2b1
Depends: libjsoncpp25 (= 1.9.5-4+apertis0bv2024dev2b1)
Filename: pool/target/libj/libjsoncpp/libjsoncpp-dev_1.9.5-4+apertis0bv2024dev2b1_amd64.deb
Size: 24676
MD5sum: c4696a3e5a0fe803a1442f0690ed487f
SHA1: 65a54b1d7cd925808f73adc2b839e98530815945
SHA256: 6d8f59d0e629a8ad5871067febad81d27fd9e49e5b1a56f76c9c056725450e6b
SHA512: 333a35b7db19227b63aedf3acda36786844c51c9de2724104c2dd567cec4acb644604e1932592adf5c2679d933659e2ab4a18f9c50ac80cd11df18777e4875e1
Description: library for reading and writing JSON for C++ (devel files)
 This package provides all required developer resources like header-files
 and statically linked version of the library.
 .
 jsoncpp is an implementation of a JSON reader and writer in C++. JSON
 (JavaScript Object Notation) is a lightweight data-interchange format
 that it is easy to parse and readable for human. It is useful for
 building config files, network communications protocols, etc.
 .
 This library provides following features:
 .
  * High-level data structures for collecting data from JSON.
  * Easy-to-use reader and writer.
Homepage: https://github.com/open-source-parsers/jsoncpp
Multi-Arch: same

Package: libjsoncpp-doc
Priority: optional
Section: doc
Installed-Size: 3225
Maintainer: Timo Röhling <roehling@debian.org>
Architecture: all
Source: libjsoncpp
Version: 1.9.5-4+apertis0bv2024dev2b1
Replaces: libjsoncpp-dev (<< 0.10.2-1)
Suggests: libjsoncpp-dev
Breaks: libjsoncpp-dev (<< 0.10.2-1)
Filename: pool/target/libj/libjsoncpp/libjsoncpp-doc_1.9.5-4+apertis0bv2024dev2b1_all.deb
Size: 230536
MD5sum: 91eed0e6bb010ee2e8875382648192e2
SHA1: ccbe5815eb2a3b12894e3c8823a73a57c021950d
SHA256: d2a7cc9e4b46d179d64fa779665fb04c43bbfe2a69e22d2dc6811ca88221a978
SHA512: 70ccf4cb0bc35a99c1b76a5bacd511b8de66f42983fa33d5c6b6abe943fc17e6090d9c4f65c43fe9e51e42220134c6245c8ddef78ce767a7e2cf0a970c4ad255
Description: API documentation for libjsoncpp-dev
 This package contains doxygen generated HTML API description of libjsoncpp0.
 .
 jsoncpp is an implementation of a JSON reader and writer in C++. JSON
 (JavaScript Object Notation) is a lightweight data-interchange format
 that it is easy to parse and readable for human. It is useful for
 building config files, network communications protocols, etc.
 .
 This library provides following features:
 .
  * High-level data structures for collecting data from JSON.
  * Easy-to-use reader and writer.
Homepage: https://github.com/open-source-parsers/jsoncpp
Multi-Arch: foreign

Package: libjsoncpp25
Priority: optional
Section: libs
Installed-Size: 247
Maintainer: Timo Röhling <roehling@debian.org>
Architecture: amd64
Source: libjsoncpp
Version: 1.9.5-4+apertis0bv2024dev2b1
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Filename: pool/target/libj/libjsoncpp/libjsoncpp25_1.9.5-4+apertis0bv2024dev2b1_amd64.deb
Size: 77088
MD5sum: 92c4163b491e9786aa65c98e4f15090b
SHA1: eafe921b1e50753cac84e8812af8b75792b94cd1
SHA256: 2dd12cc5ff9d4c2282b2b8e4f6513a413b2f03a8c5723fc235234fe680711531
SHA512: 85099115aa0f3bf23b143fedcad3008fe53e7f158988b6388936ec8b0adf76b0b59197c134c20c11f1670e7bbfe17f1f67d901fb2d41256ca2a1fee4b8332934
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: 773
Maintainer: Timo Röhling <roehling@debian.org>
Architecture: amd64
Source: libjsoncpp
Version: 1.9.5-4+apertis0bv2024dev2b1
Depends: libjsoncpp25 (= 1.9.5-4+apertis0bv2024dev2b1)
Filename: pool/target/libj/libjsoncpp/libjsoncpp25-dbgsym_1.9.5-4+apertis0bv2024dev2b1_amd64.deb
Size: 732852
MD5sum: ff140654dedba97fd31edb24e20b79a9
SHA1: bc0efcc5cce6ca9ea92d38d37c69ced49637755e
SHA256: 4da9be9c2b0140f7403b48024a02cc81131e1549197973c1f63b6ff49b29a3cd
SHA512: 84d88291e0ecbb76f53b414e8ece930e87a20bee2dcf553218ed3cff5b0aa7013ec3292c6a317b34dbde669318526387bb1ce4c81c19c5639b266e8463d317f2
Description: debug symbols for libjsoncpp25
Auto-Built-Package: debug-symbols
Build-Ids: 08baa401687f34d7f4fb1bd921445f1ae905c12c
Multi-Arch: same

Package: libk5crypto3
Priority: optional
Section: libs
Installed-Size: 351
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: amd64
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_amd64.deb
Size: 162708
MD5sum: 4327ad17898f5c8665b413a9b5d56c3b
SHA1: 3e29c44e9fb5f6740fc2d63cf4c81dd192629c6c
SHA256: 0f52b265d210f11820806d63cddc76a4011fd26c214ff83e346effb0252729f6
SHA512: 715d6fc50ba4372b7b7e1c7e1f6f95bd9c19b084a3249d56c5c0bacbad72b3661c60b4ed17e093c7ba022ef25064bf9ffb36e3f6d7f0a4c1734b61bec748160b
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: 258
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: amd64
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_amd64.deb
Size: 124492
MD5sum: e2ebb331e3c158e01c22a4b9bc79076b
SHA1: b42c1f872b62304a945aa7de58a6d7cf83aea2f0
SHA256: daccd7a55526923c9ba1500177bd863ef0c22e5bfb22dd402791d55e8f924709
SHA512: 3cfbf580d3e46143328cade0be6e4df8c76304ae9e6bfd43d8bbb4e59a6f9c8e0f95ce0f1843ef3627630952e4238bc13a8005c91a3c44c932ead974d5f96d74
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: 90
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.14), libcom-err2 (>= 1.43.9), libkrb5-26-heimdal (>= 1.6~rc2), libroken19-heimdal (>= 1.4.0+git20110226)
Filename: pool/target/h/heimdal/libkadm5clnt7-heimdal_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 31388
MD5sum: 2ab12ecaabfcfe24a3da101be7657432
SHA1: 74623211bc8ef6fdb93ee69c8c215a8860281d8b
SHA256: 4ecf1b3ce0860f5b852e9cd1233f57885232b988228f1aa7875470acf60468fc
SHA512: 3a0c83190c3320f54eeaf1ac1f526711be37f97e3f09de48ecae8c6dd3f1a151d25771d99d68bf87c1d90cb7dd8e6febcff15f9dbb62c8e90ae91ca6ab0b1ec3
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: 114
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libkadm5clnt7-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libkadm5clnt7-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 92040
MD5sum: 5d98e838a459e9af214b9220c17b1d1a
SHA1: be7201c0a783c5cde3d21c7609bdd0def0144f32
SHA256: 951ba4e508418f33dc69144ac51b3924b4c833a426a520497b1fa2a1444904b6
SHA512: c41571197a385b4e12d3008bb1248d378df05767be320e1bedca76bf7e54911465c0ca575a791e5aba1360b09230113d8fba99af1c7e7e64ba974f30212033a0
Description: debug symbols for libkadm5clnt7-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: d14dc8188e618603c1a8a631656472deb2feb778
Multi-Arch: same

Package: libkadm5srv-mit12
Priority: optional
Section: libs
Installed-Size: 283
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: amd64
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_amd64.deb
Size: 136096
MD5sum: c709464abeb8e1fcb4ee2d03504d8e6c
SHA1: 795d654ebe114bf6c927efeb916ffb72f50738c5
SHA256: 032a6fc2a2c837b08de29657b93e8714c2daded5564013494fcc2abdb700e998
SHA512: ffd78dabae270414a507d27154ccb3935c10116adeab6868b5fdc7b1d8e2bc18bff8849550af09f4bfb983251391a358a1f5f2f153dfc05ff3dd59cdbc9d05a3
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: 129
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libhdb9-heimdal (>= 7.4.0.dfsg.1), libkrb5-26-heimdal (>= 1.7~git20160418), libroken19-heimdal (>= 1.6~git20131117)
Filename: pool/target/h/heimdal/libkadm5srv8-heimdal_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 47672
MD5sum: cee3f792cf52580d8bf5d19acda4ac5c
SHA1: 00e611a0049010942897e17e2215a437b1459fd9
SHA256: ed9c3f6bc9d3d7dc03c4a48dab8df38a34c992c59a3c13421bb7a16d9f6875c3
SHA512: 106552004e8c9961350972a8ce628d3a94fb68448810a25a38f35d51c97560d4ab4eb6ec6d41766264c38bc20c9cf0817e31745888c2e0f3b08728e3a930c6ff
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: 215
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libkadm5srv8-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libkadm5srv8-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 182804
MD5sum: 96be9cf2a79fc5ae1074b190ba4bc873
SHA1: 75ddcc6e43fd0ef36af34a31685a9788538e45a7
SHA256: 10aade93e3d5f3de2c29ed71ff9a3622eb4a6a5daa3608d7f8823921655d536e
SHA512: 3216a3c2fa57e7b1d8637e4ed9548834ebc21552c6c4b80da297e6cb7e3b93ca85766069668bdcb290d60cf57bd7bcf442a51a36793959f62b263bce304577cb
Description: debug symbols for libkadm5srv8-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: fefb3f4d6dd4a1eb333f623f44fd35a65a2fbe86
Multi-Arch: same

Package: libkafs0-heimdal
Priority: optional
Section: libs
Installed-Size: 76
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.36), libhcrypto5-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.4.0+git20110226), libroken19-heimdal (>= 1.4.0+git20110226)
Filename: pool/target/h/heimdal/libkafs0-heimdal_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 28108
MD5sum: f958ae84686b76ab45fc71f3d4f9a773
SHA1: c0601789c8ea0ed0528ec4ca9871beb765ff2fa1
SHA256: c4e3ab07ef6787641e681d2240afe91bb9db8d56ec958ce5cceb3cfb91a9cc6c
SHA512: 308cfb09ed6bb7af095944ef3987ea68caee4c84dda42511afd626f160f5e33ad52f81b2851367980558f78b34ac1f6e82e7f83f51c95cb2a215ed06dd5c1bb8
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: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libkafs0-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libkafs0-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 44064
MD5sum: 7e99ad25b1a4f3932086ec1e6af3ad8f
SHA1: f36a49c8b64e4ad1b8a28fdefc0f39384bc984c0
SHA256: b0913cec4cc186a7616cac07454948ad1069bdcab1638c3c48dd2fcbec63ac11
SHA512: aa270265ceca08e28f1e6c8a76bf9e3db75a67adb8b2a32d28dde0cf5993423cf6e6bd4036e83a77db798f0091dac16f757dadc151af3c517881e741a43ffa91
Description: debug symbols for libkafs0-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: aea918f3852503b512dd010eee11c308a0bdf809
Multi-Arch: same

Package: libkdb5-10
Priority: optional
Section: libs
Installed-Size: 230
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: amd64
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_amd64.deb
Size: 123972
MD5sum: 9ae556c34f0ef0b2a39881cab82b9726
SHA1: 3f61a2bbad6a992d87a95ff123dcb908eec01c83
SHA256: c0040445efbe0addb48a369813fb255279bca0870b23341504ac353e02bf45bd
SHA512: 60ddc5c2cb2ea63827fb11c5bb6a424b5f326e397129dfc1879822d8ccdf393ea41e640b9df6102324566abbd3180e0643b6eff8a448eb553886efa064c8fdfe
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: 191
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: libasn1-8-heimdal (>= 1.6~git20120311g), libc6 (>= 2.33), libhcrypto5-heimdal (>= 1.4.0+git20110226), libhdb9-heimdal (>= 1.6~git20120311), libheimntlm0-heimdal (>= 1.4.0+git20110226), libhx509-5-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 7.7.0+dfsg), libroken19-heimdal (>= 1.4.0+git20110226)
Filename: pool/target/h/heimdal/libkdc2-heimdal_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 68856
MD5sum: f6d5d2faefa1896a3128aff5fb6d18d5
SHA1: 2b9e52dd46f46ea907e2b8f271c9c88c6bae8f68
SHA256: 92c46a3819ea11c09f323c2a21b77d4e555b08174ec8582a6d05df43e5a90ffc
SHA512: 86b2e57c7cf4bb3a3e841e65727fa05246757098875bcc0a1e1d0930fd14505192d95f3d40fedc50d43033a7a133e6c2517eac0a8b5a875fc73a342bde3e012d
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: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libkdc2-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libkdc2-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 238964
MD5sum: 32be953b9940dde0527eab94878a3fe4
SHA1: 672d8e2529fdaab62d12e5ffa57d2799605f8249
SHA256: 108d1fc190df7a5ba0d6a59d6f038cd1c7a07d62cc95fe2abd8ef36735d86a12
SHA512: a6bc520704b8684003ce38c7b9614d50c2e0db7dd2d7ccbe1eeb1ed208cd4083a2c9e4ea324a0b8f27e9a85437b2361ea75f4d0da31c9fe99740d017ea603399
Description: debug symbols for libkdc2-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: 1357a8df9d414c10653f8f0a8a8d32600b92f622
Multi-Arch: same

Package: libkeyutils-dev
Priority: optional
Section: libdevel
Installed-Size: 111
Maintainer: Christian Kastner <ckk@debian.org>
Architecture: amd64
Source: keyutils
Version: 1.6.3-2+apertis0bv2024dev2b1
Depends: libkeyutils1 (= 1.6.3-2+apertis0bv2024dev2b1)
Filename: pool/target/k/keyutils/libkeyutils-dev_1.6.3-2+apertis0bv2024dev2b1_amd64.deb
Size: 48920
MD5sum: ce59515626ac3ac4a908b21bc9ecc96c
SHA1: 7b4739993c57c220d2e9a8cd39d3967515140c26
SHA256: f2bf5d1987534b606705d206dc909755b0d5f6245163486232c3e12e26820564
SHA512: 6dcef283cd480560a16463c793a45bd25fdae63c614e2721a8d71133616cbf417df501eaea70cdd292e1224c7da963f472ef2fe0cdd9f39d74f2e07d33389ff5
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: 41
Maintainer: Christian Kastner <ckk@debian.org>
Architecture: amd64
Source: keyutils
Version: 1.6.3-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.14)
Filename: pool/target/k/keyutils/libkeyutils1_1.6.3-2+apertis0bv2024dev2b1_amd64.deb
Size: 9224
MD5sum: 8821b5b8521bfc102c79aefb6d0bae43
SHA1: ef9163345909192c788ce94d209abd453ded2ad6
SHA256: 630e6868cc2c28fb6854379d16485f777098bf1b4d49e6f90c965001c22c0ab9
SHA512: 16440b67e08f3b161b1132fb9ff711306e3d52e582ed7154223676ad62c8715f54319573d0154a27b00647ff2d46f717697386f838a925c3d73d766803e89563
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: 29
Maintainer: Christian Kastner <ckk@debian.org>
Architecture: amd64
Source: keyutils
Version: 1.6.3-2+apertis0bv2024dev2b1
Depends: libkeyutils1 (= 1.6.3-2+apertis0bv2024dev2b1)
Filename: pool/target/k/keyutils/libkeyutils1-dbgsym_1.6.3-2+apertis0bv2024dev2b1_amd64.deb
Size: 14952
MD5sum: 1a781aad83e9eb1a599128da13c1256e
SHA1: 11fcad8b483af594946a25cab975cefb528bc743
SHA256: 85d09ef313b0b303abb1c451d3b563c9440b178721bae562d072526c6c883378
SHA512: f5e8df301b2953f60442d60334e1c5d5a61f70f3067ff24825a6f718c0f022ec57adb42601ae764f38c79c4f0652c1aa157ef974f8495f25c7ddc29f26ec6385
Description: debug symbols for libkeyutils1
Auto-Built-Package: debug-symbols
Build-Ids: e947a5432958a9ab174e97f89b5e7e78ef02b9ff
Multi-Arch: same

Package: libklibc
Priority: optional
Section: libs
Installed-Size: 102
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: amd64
Source: klibc
Version: 2.0.12-1+apertis1bv2024dev2b1
Filename: pool/target/k/klibc/libklibc_2.0.12-1+apertis1bv2024dev2b1_amd64.deb
Size: 45676
MD5sum: eda3327c9c32270d2dfdd223b60eb639
SHA1: 2aa28bd2a7c381bca0755255e4b408fa5bb0b5b5
SHA256: 75c8bb8969b5def609a1279b77b4a5c4a5e7705f9622b6d88bd27db648fd3a0e
SHA512: f7d1dc65ca4008fa992af3f77322b47150b9fd54f6b926c165de87f6ca5f3c5788d108527d4bbde29f4c6fa14843e7e81a9b2e5ec13e78bbf961ffc9be328cd7
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: 158
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: amd64
Source: klibc
Version: 2.0.12-1+apertis1bv2024dev2b1
Depends: libklibc (= 2.0.12-1+apertis1bv2024dev2b1)
Filename: pool/target/k/klibc/libklibc-dbgsym_2.0.12-1+apertis1bv2024dev2b1_amd64.deb
Size: 129884
MD5sum: f167f7eef2bff826f560c15377fd1877
SHA1: 02a2f97c72df0d50360e8fd43d81b6cc10e6a0de
SHA256: d5d95d04ff6754426832ca7edd90fa6d2b6d6b538d82cb53d4871b84b846f130
SHA512: 623965ae9c133ed4c7ee230bb420a345f5076cd8b857644a9b663fc6ef886be76cfb8256e22c7809b91213df2f238b2d9979022466e65e5027d81279d87963de
Description: debug symbols for libklibc
Auto-Built-Package: debug-symbols
Build-Ids: 742662ba76624a315c02f55c03fbe9a4fb33658c
Multi-Arch: same

Package: libklibc-dev
Priority: optional
Section: libdevel
Installed-Size: 1345
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: amd64
Source: klibc
Version: 2.0.12-1+apertis1bv2024dev2b1
Depends: libklibc (= 2.0.12-1+apertis1bv2024dev2b1), linux-libc-dev, perl:any
Filename: pool/target/k/klibc/libklibc-dev_2.0.12-1+apertis1bv2024dev2b1_amd64.deb
Size: 232356
MD5sum: f08769a85f004ca4b5498a773db28c87
SHA1: 1a0ffed06333071f508c6061453feba6da91d9e2
SHA256: faf5c1f7b4f8a5af3a5288df97f5a3cc646c400ab27fdf5aaf1306992612d40e
SHA512: 4e87c38f0111b2258d2b2e43d14b226b7b364e2789383cda744bbfdd98ce2dc57ea8756f9fde6ba6563eabac6c7348cde78feaa69977f4436d6c33d3f1de65d6
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: amd64
Source: kmod
Version: 30+20221128-1+apertis0bv2024dev2b1
Depends: libkmod2 (= 30+20221128-1+apertis0bv2024dev2b1)
Filename: pool/target/k/kmod/libkmod-dev_30+20221128-1+apertis0bv2024dev2b1_amd64.deb
Size: 23240
MD5sum: ba93c35c557887922761e3d50fb2c7fa
SHA1: 66e22b983122f5a616b22bf541cfa99914c3d9cc
SHA256: 0b9034c5ba1f281677ba49d37e2578bd34cca4131ac15ca36560041f2ed38b59
SHA512: 9fcb67e7e29dea1015b35d2a2d16c0435391420bcfe7125f5792ba4c2088bbb34a4e6582ac556dfd45e00247755ae1368a3cf198aec75d308d2a3901f90cc168
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: 141
Maintainer: Marco d'Itri <md@linux.it>
Architecture: amd64
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_amd64.deb
Size: 58308
MD5sum: f6c3807aff228c6fe8b0425443252fe1
SHA1: 935d68cb543093e9e82ecd577459f3660642961d
SHA256: c67dad46a1cda4b75e3004782cfa53cd9fe151973a44b0afa90f2aeff56f5a42
SHA512: 84be9af815c37b5e3e70cbe4ef5c694eb3638a4f945f62cfbcc349e80fa94576d87f6acf3cc4185ca23c419996ad89e61b3a2b1b92dc441d37425758d379ac56
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: 179
Maintainer: Marco d'Itri <md@linux.it>
Architecture: amd64
Source: kmod
Version: 30+20221128-1+apertis0bv2024dev2b1
Depends: libkmod2 (= 30+20221128-1+apertis0bv2024dev2b1)
Filename: pool/target/k/kmod/libkmod2-dbgsym_30+20221128-1+apertis0bv2024dev2b1_amd64.deb
Size: 157372
MD5sum: bf3bff6e70e00e24a6c9f260d0132fc3
SHA1: 9271491ff941da789fce97cf9a4b72b947aa39da
SHA256: b2810152edd1c933c25cc4ada4f14f66757c123452f4c45aae05323ac8baacc9
SHA512: e49ea517ae79c1b2cf094d10137c71bbabcd930410c265ce93c82d3bbde6c24ac890552062e354bcbadc887e85ecc514ca24ec47626ee5d4f5a441fdc9cb8dfb
Description: debug symbols for libkmod2
Auto-Built-Package: debug-symbols
Build-Ids: fb7efb0a7cab6375048c1de7759443ef30eeb43e
Multi-Arch: same

Package: libkrad-dev
Priority: optional
Section: libdevel
Installed-Size: 165
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: amd64
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_amd64.deb
Size: 98360
MD5sum: f47298395b4b23230851baa5e56a97ff
SHA1: 87d8e2e9dfc1edfb9ff4caa49a53a5f6293d0396
SHA256: 6763bb1f19b0710383d8e21741052996866552ff32de028637db67bf0760d53d
SHA512: f562d1ed600d289312fe0cebe562d27e30120652bdb35d023f9c178df15c9ce64c4084f1bbba01828f646d93d6b9b4cbecf76cdd79d8d8ab7e920675368c414e
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: 199
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: amd64
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_amd64.deb
Size: 107552
MD5sum: 7208aced90043b011fefd5edf383ba6c
SHA1: bd65f8e5e6cd6cae7f0681fd9696c4a31694866e
SHA256: 7b0c19ef8759e6e7191f0c0ac3950e34a6dc961aa5409975a6491db0f2107903
SHA512: a39ede93a347b76903effca8a9ee7652fb8faf9dc3f17c2fde9cd8d67280530fad6f5b84495129936080380daabfba8c4f6009b8400dd757cf3210c50b851527
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: 674
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: libasn1-8-heimdal (>= 1.6~git20131117), libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libcrypt1 (>= 1:4.1.0), libhcrypto5-heimdal (>= 1.7~git20161112), libheimbase1-heimdal (>= 1.6~git20131117), libhx509-5-heimdal (>= 1.4.0+git20110226), libroken19-heimdal (>= 1.7~git20160418), libsqlite3-0 (>= 3.5.9), libwind0-heimdal (>= 1.6~git20120311)
Filename: pool/target/h/heimdal/libkrb5-26-heimdal_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 223552
MD5sum: f12147c4045f9e120e479ed704814c29
SHA1: a5f34e4e4366231bd37452fa37dad623238c1bbe
SHA256: fa69fdd9174d3c9b1438c630635be122d667c418faca8d5a941eceb1629db33f
SHA512: c3fedbfe895a5aea9668bd32b8e27be378a66af01cb51eef581542926baa4a034547c3d3df7fd8e7e88b6cae66b90a3ef104e413357624e8a0ec7e091d452a22
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: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libkrb5-26-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libkrb5-26-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 1079396
MD5sum: 5adc24777856392458cb421a2d3769e0
SHA1: 4fef9001744595e9ebc4edbdd0d7ec4c272461dc
SHA256: c628c7cd853ec650112b5ca3fcf0bb363ae58304a065e9dd8ef39f0372610da5
SHA512: 692a52afc2960f4cef732031ecdc082898d185e00344deab2a7dfe8cf07e9ea8d9e941569a5e9ee157dbc7849833b431198d16f2774e3b7ace768ef33e6353e1
Description: debug symbols for libkrb5-26-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: bafbeb9382cd8ee44b0fc9f9c62ef721ddc55b84
Multi-Arch: same

Package: libkrb5-3
Priority: optional
Section: libs
Installed-Size: 1177
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: amd64
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_amd64.deb
Size: 416380
MD5sum: 10eab55128a646e918a626dd51739ae0
SHA1: 65ba4f246e661c0a1d2b1eabd74444b1fb6f4cc8
SHA256: db329f0599c56083ab36ab1af1f8d5e7b8e50308a4b4583dbebae621b7e023d1
SHA512: 4bc3e8e78c75a5a7e515a2dc972409f69382a7a18faeb01d0efe91984db87f94c7ec2a592d804acf873b32361962f9c1bb13d64e604b554e382bb4e7cbb7f319
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: 2614
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: amd64
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_amd64.deb
Size: 2261692
MD5sum: 90f8be96a433496149d4dcf571efc2fb
SHA1: b055bf7b5ab99fed73889745954e9ca3a7e7329d
SHA256: 1fac9293958913f728153915d2909c3dbe772df10eb7c95c1dbbe5e910a72642
SHA512: 9b0e2132cd5cbe3d73b6ca0e40bbd4287aabd9c595cc5fd4cbdaced4d1eae88e7a4e93a80184df535955604466920c1ad78b89c0e9eb8246d996879bd712d542
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: 3d49f57bbb8c7769209fd39358ea9eb4f5b9de72 681e6cdab1b95dc96e1863f312cdc12734836baa 078d02d87ae73dc2dc6a99422b0bee8a3e254489 3eb4009720d787436c4747885f59add9c36bfc4d adef64166a0f89dbca9312878ef7c307f6d6a5b7 c5c5f290481229bfba11caf3418b141d112ce953 ebb4e17e33125ac9258bab4ee30f3b353665ec55 cacfec434dbc479cbb73193e72498783e7329bbe 5765e36ca0d631474f5b72c5b5124869dea922d7 8b654bacf6e835ba1cb02b5cc294f49f21c5dd73
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: amd64
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_amd64.deb
Size: 97936
MD5sum: 35e9fbf7f26c58bbac3bf6d116aebc6b
SHA1: b9aa4931d53719b10932ea6fb07285fdf050a39c
SHA256: f065d752925ce736f5c471c55f440578502ab08f5cd59bede602477906b60d18
SHA512: 2c4daf0ee5d556cd8717bc75f270abf07352a9506522316cad03b4b17954fc94040087c573261eadf78c723d38f4d4203c39c4330e5d76787925ba484194b4d5
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: 216
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: amd64
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_amd64.deb
Size: 115900
MD5sum: ef92eb784e1db7d919aa7da095758fb9
SHA1: 72a2a89e4acfb9cccd388baedba5579727d095a2
SHA256: e90cde43d8c5851a0a8a37b30d49a5efb66915c4deaeef5c8893afff68018ed4
SHA512: adffca76d458ad3d0dc13f9f0ee55927e75459f1baa329bef3a4142782aeaa6a7f399c729a861d8ac0273154da8edb26f72a39dd198f6bdf1766e326400bfaf4
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: 138
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: liblc3
Version: 1.0.1-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.14)
Filename: pool/target/libl/liblc3/liblc3-0_1.0.1-1+apertis1bv2024dev2b1_amd64.deb
Size: 62244
MD5sum: 56eaed38e30fd4ce0451b657364676ad
SHA1: cc64623e8c37be2224bec3c8ccfe8dab53ed3430
SHA256: 85711cf36d0b82229e87720b457e7d32819361f8a400cf1819b1d5e57cf7b669
SHA512: c5494e9bd97fd5e8d6485c93c35d409d6666167d725648194f5e787640edca26a4ef95d6ef611855545f3796b50d2a4f4366a10fd26bbd2b0d75ab9c4119ff9c
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: 120
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 102720
MD5sum: f007face785609544bac07663018e5dd
SHA1: cb174ebc0797d44de4dfc3926443034a50768b2c
SHA256: 0249cdcc17ccf1c3ecfe66538dbbdff8a2029d32841307618c546ba77da95da0
SHA512: 572ba6ef7a6c089418bdc48035019055387cd422e76a7ba8382e77cec089c61d8dad877e6a9b20728d3edae1961ac4a1627a9eb3a0759a02b63d9048164067ea
Description: debug symbols for liblc3-0
Auto-Built-Package: debug-symbols
Build-Ids: 25a190d2babc594f144182b935961f95bfd6b351
Multi-Arch: same

Package: liblc3-dev
Priority: optional
Section: libdevel
Installed-Size: 29
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 6016
MD5sum: 74f3fd70fb0d6a2ae8d774a017331e34
SHA1: c23e2d93e82e94b67201c2c8dd9880189a16b236
SHA256: 7b524c0acf5da0855eb27dc28c237629463171e3c55fd8a7b0316973c3432dcc
SHA512: b9f7115051fda19f5e0e041c3aba726e1f2365cbdb4250199cfb951172b7cddea51f85991a3aede91f52e4a65d8108edf355520f701fa1722ead5c0b166cb0ca
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: 39
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 8196
MD5sum: 6fedaa06ce6725b95e05c0b8a776bfcb
SHA1: 34356b1f2e01d95d56ebcf6775a2880a67f52b42
SHA256: 407541fdec65b2f22133f226d4f513fba6443e417d46bf25203b0df677d9f330
SHA512: a6f816fae902aa737367c48e58cd22b9c3ec64e17ca8086321cc2803477a96b87591a8e43ed015fe37fa6bc9b8a06485b690043e8bc927f3e994aa10239e3a9f
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: 50
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 25304
MD5sum: 5861c09b588f102be7ebfb45309b00bc
SHA1: 220e8db8a2b1f5e036f0d0238cd825bb88ece900
SHA256: 78cae2fda4520e0d67fc50dad398ce83edae7ad7ae830862d80c8ec7ff629aaf
SHA512: 53ca8c036034787bb2398e000c4b8aaaba85741056e15fc7b7eeaa71279b933b789eae2c9a66f3bfcaadaf62ec74af8f0ad5a85360f850e8f3d8473124db5b2d
Description: debug symbols for liblc3-tools
Auto-Built-Package: debug-symbols
Build-Ids: 767a3fe8262af024640069089cb9361b8ecaf520 eff323c67a7aded797d78fb8024bec8cb190ddc8

Package: liblcms2-2
Priority: optional
Section: libs
Installed-Size: 428
Maintainer: Thomas Weber <tweber@debian.org>
Architecture: amd64
Source: lcms2
Version: 2.14-2+apertis1bv2024dev2b1
Depends: libc6 (>= 2.29)
Suggests: liblcms2-utils
Filename: pool/target/l/lcms2/liblcms2-2_2.14-2+apertis1bv2024dev2b1_amd64.deb
Size: 154240
MD5sum: a52b6bd12b7dec2e5cee740a45d472f2
SHA1: 2ebaeb0f7a0f05367cdc9ad2c99879b763bc87bb
SHA256: 9372be9bb9a0b027ec77f3bcbace9230acba9f5f601857544f706fd35f0d3155
SHA512: 809a5db5ee21455ba9159bd168012560b5d4001a79de4c51f1b829abc23dfc240df5685d3c26460fa2dd21b610afde5f54ed1bbc9157be7d9c3c8c0072750b6f
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: 487
Maintainer: Thomas Weber <tweber@debian.org>
Architecture: amd64
Source: lcms2
Version: 2.14-2+apertis1bv2024dev2b1
Depends: liblcms2-2 (= 2.14-2+apertis1bv2024dev2b1)
Filename: pool/target/l/lcms2/liblcms2-2-dbgsym_2.14-2+apertis1bv2024dev2b1_amd64.deb
Size: 447364
MD5sum: c6415121f7cca2a40273e00631420ab1
SHA1: 915616f34402fc5ce506a056b9e8dc0d089a2860
SHA256: 0b6088f16ed16ad81bff0101edc465e17f5f33939625a541e7e43472e341e40f
SHA512: 3c9c4dd2effacb4845925ab7621655c63a1ac5d3114bb9c5a62319cc11dda0104a8be9690a9fca4ad22e70cdc5cf7b605e3f9f323ce548fe33c583d273ba758d
Description: debug symbols for liblcms2-2
Auto-Built-Package: debug-symbols
Build-Ids: da90fc099be31f712bfb71c37b7dc6f7fcd66f5d
Multi-Arch: same

Package: liblcms2-dev
Priority: optional
Section: libdevel
Installed-Size: 1904
Maintainer: Thomas Weber <tweber@debian.org>
Architecture: amd64
Source: lcms2
Version: 2.14-2+apertis1bv2024dev2b1
Replaces: liblcms-dev
Provides: liblcms-dev
Depends: liblcms2-2 (= 2.14-2+apertis1bv2024dev2b1)
Conflicts: liblcms-dev
Filename: pool/target/l/lcms2/liblcms2-dev_2.14-2+apertis1bv2024dev2b1_amd64.deb
Size: 1815600
MD5sum: 7962b5604ad38067ffe7ab0f69e4694b
SHA1: c4edacb46166c9363b19ad6a5ee9da060bf6f232
SHA256: 8e8a42de0eac4fb33a9d11ee68795ff965fda7bb8cd2295433eac150feac6e6b
SHA512: 076dd8be0e29da515fc23a0ce66f042ffa499b35e94b5de693c6014ec1fc60d070caa7dc820dc35781ad51c39121217b5dbc49f7663dabbc91d01e27b5536013
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: 193
Maintainer: Thomas Weber <tweber@debian.org>
Architecture: amd64
Source: lcms2
Version: 2.14-2+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.14), libtiff6 (>= 4.0.3)
Filename: pool/target/l/lcms2/liblcms2-utils_2.14-2+apertis1bv2024dev2b1_amd64.deb
Size: 49628
MD5sum: 98c1a2af3195be5e88461126d95b2ab7
SHA1: 1a904d3fcd294f0244e4d908e15b34724dd58ab2
SHA256: 2531b4e4e031e6a9d8594c5be543f890a6140215d8d45c37c177342e81d09526
SHA512: c4a51691d860d83be16a00242d3d080bd96dc1e627262c1181f06f3003ecb5f2091eb147fa470f341609f540e97fb28fb1454f5f0d8671f465a76a6f84a4a0b0
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: 174
Maintainer: Thomas Weber <tweber@debian.org>
Architecture: amd64
Source: lcms2
Version: 2.14-2+apertis1bv2024dev2b1
Depends: liblcms2-utils (= 2.14-2+apertis1bv2024dev2b1)
Filename: pool/target/l/lcms2/liblcms2-utils-dbgsym_2.14-2+apertis1bv2024dev2b1_amd64.deb
Size: 115676
MD5sum: c335d2470cf4fc317a9e2d3c0b7803e4
SHA1: 9e13b659d770691da9236573e75ac9bd7d434894
SHA256: 7fb2220ed4d4d6c86ae784b17467bae75cde8bf2902567f339a54cb219999940
SHA512: 79aca84d2e5c0f9d1cebe6d94457130f16489c4c39853da7d4d03fd6388e5bd91a1fb128388a93d3273b4769174ac5b4addde052ba4dbe0e89415268e2c15c41
Description: debug symbols for liblcms2-utils
Auto-Built-Package: debug-symbols
Build-Ids: 1e4842fdf98672884df9499bd669ca3a78906018 4a565b4a050c8f6b0c45d89266290a5b4454bc99 924467d040ed06c0c7836cda4f68d83f150a40f6 991b21aa5b7d342441b9635b8155cac538588bbd f77c7a17eddbacc0f36598ca0062be4ea4885fbd

Package: libldacbt-abr-dev
Priority: optional
Section: libdevel
Installed-Size: 25
Maintainer: Andrej Shadura <andrewsh@debian.org>
Architecture: amd64
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_amd64.deb
Size: 5456
MD5sum: 1ca8afe73302769d7a2a8a0d2bcbb1c9
SHA1: d17acf23bf953956e8b828dc6f02039cd9d8ba17
SHA256: 69d38a87ce04cc38440f9fb2dd540d126de792d53fa38be4502e6cb518fa31c6
SHA512: a8f318ec3c05f9c5fea17ae3082f6f653e0efaf62bdcf6b7e1975d5f0753acd5f3cf053e7424d7354b48aff6c4f61547d4f630986c1f81ca326b9e03811ef0da
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: 31
Maintainer: Andrej Shadura <andrewsh@debian.org>
Architecture: amd64
Source: libldac
Version: 2.0.2.3+git20200429+ed310a0-4apertis1bv2024dev3b1
Depends: libc6 (>= 2.2.5), libldacbt-enc2 (>= 2.0.2)
Filename: pool/target/libl/libldac/libldacbt-abr2_2.0.2.3+git20200429+ed310a0-4apertis1bv2024dev3b1_amd64.deb
Size: 5544
MD5sum: 74c5f5311671f9dd894738c1dd001fec
SHA1: b3497c6bcd7c025782c5f735110bf34166d93193
SHA256: cba4d0706f2bedb019d5e943976fa2e216ffe714013a9a496791d87d705ed5a3
SHA512: b168ad28d1786a0217efcf35e3f808df857a82eefd8ddf2bb8b0af11b8ad6117f0991f98941cf67027523555c9b0357d3b5f7384308372baca9fc3335683c104
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: 18
Maintainer: Andrej Shadura <andrewsh@debian.org>
Architecture: amd64
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_amd64.deb
Size: 5364
MD5sum: fdf40abeba3e95f48a4084679811c498
SHA1: 0dc82ac66cdd900e209f37ab20983296dc9d62ff
SHA256: 34cfdb48c7d5c0aa782243a0e8b20de3d179e8bd975fc3ffb597edabaffe0f80
SHA512: 3b8ef7f6d3ed1ed41d42520cd392534b2b267a529c2958bde0f9080c60e07c86db628972c9b09c06c0a83dca95d960219862bf75d83576efe6003a689b57d9c6
Description: debug symbols for libldacbt-abr2
Auto-Built-Package: debug-symbols
Build-Ids: ed5cfbb7df0a7cc527ccc9409c6e3949d0f851bf
Multi-Arch: same

Package: libldacbt-enc-dev
Priority: optional
Section: libdevel
Installed-Size: 40
Maintainer: Andrej Shadura <andrewsh@debian.org>
Architecture: amd64
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_amd64.deb
Size: 8192
MD5sum: 53b01c9472a756c1fe5450006096b677
SHA1: fe38a48397004617e22ef7eb52e177c815354736
SHA256: 6682543a4b29cf02916066820d78a81b2f4695c74832f42f3417fe149a90fff3
SHA512: bb3496d25096558174e659f57158ac330656169c07d61a941801e4d61648842c67047686813500f3a14de0e44d623bd4f241af71e61c7d803ffca8033b0b08e5
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: 68
Maintainer: Andrej Shadura <andrewsh@debian.org>
Architecture: amd64
Source: libldac
Version: 2.0.2.3+git20200429+ed310a0-4apertis1bv2024dev3b1
Depends: libc6 (>= 2.14)
Filename: pool/target/libl/libldac/libldacbt-enc2_2.0.2.3+git20200429+ed310a0-4apertis1bv2024dev3b1_amd64.deb
Size: 25484
MD5sum: d3ae90dd8d4da125f888af9dcd597c1e
SHA1: 812cc1651bca816fb5c81e84f6c5f92a4fd82252
SHA256: 35aaceac80cd8c3e2dcfee02d22a869e893c6ef886aff8e57876289a0a6d071a
SHA512: 4caf369cca903919935e02fedbf28d5cc716923447d4a28625309532ea9970aad98d5396ea0412c807bcc2ad747b6b9fd350a421f39c1aec0c701a38fdf9ad67
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: 73
Maintainer: Andrej Shadura <andrewsh@debian.org>
Architecture: amd64
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_amd64.deb
Size: 58364
MD5sum: 1c72e40bf0efafa6e8e7aec031bb0b0d
SHA1: 286788755ad3742f9e5b118f5697ada76cf9c0d5
SHA256: c3f9b73f87216ce06f346f0500912b818448bf1b98bc4d1a3a9c6f8208441e24
SHA512: aec8aa13e0c8c5f221fdcbafc23673d1fd7392bd032e4f487e9d60baa52d661538873418db3dc21df956a2a2929ba11801191d0a49b6231cfeb1668d5096e4d3
Description: debug symbols for libldacbt-enc2
Auto-Built-Package: debug-symbols
Build-Ids: dbf8eeb0c4e6b86618f5ca21420b023605ba3e32
Multi-Arch: same

Package: libldap-2.5-0
Priority: optional
Section: libs
Installed-Size: 575
Maintainer: Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 193908
MD5sum: 4387168a0d5519fd976258bd1864632e
SHA1: 49f39282271494ebda4456f8d24966b1d3737033
SHA256: df92275ff5bb820d56d93b405530c35c73be13ef0d3c45a7298b926b4216f471
SHA512: 39786b52dca148a04a0a49fd37ff8385efa6400b02c93210618e74f5eb69de9dacdcd43d73178dc3f56c349c0cb646d24e978764bd401b15d6aa892a6ad20d9f
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: 507
Maintainer: Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 446060
MD5sum: 9857fdf0cdb5909bc3f6667168785b44
SHA1: 514b0a902a8f0dee70741a5f33e73f1fa9efa1dd
SHA256: cf97aebccff16ba220575c1ec3e3011bc9af79e93675256b2a33299127af7317
SHA512: f1d686568cf75c80d84977a89a87d60ce830169cd7413a8d9a527de8f637f04776d8a0a3ef48878bbdde19d9bfef1acf076e37e411729f60aa8ab0fc0f0b480a
Description: debug symbols for libldap-2.5-0
Auto-Built-Package: debug-symbols
Build-Ids: 4cf47e488cc334656dc6f64769564ea6a8488370 71c31546dc85468d1db8de52fff3ff1fc1c49c18
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: 1551
Maintainer: Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 308832
MD5sum: a337b24a83b775abe126dbbbe497837d
SHA1: 128b987f1e6367ae6ebf8e0e938aeeb05ece441c
SHA256: 30a3da7093c77647b6313a099c5e018356ade309ede3bb67c72edebb2e6e4b12
SHA512: 050fbbd4f42eea8f0603817967c770019bcd60fad47661a7a8e4490b1c83d1aed965bc4b6621452381510aff50658ef5adb543a666a9e4a4d16436f97d33f3ed
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: 19702
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: amd64
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_amd64.deb
Size: 1316884
MD5sum: cd526bbf422da8ca4a63a67df49069b0
SHA1: 8315e38e439146257d66f2abc3d28f024a8ffa24
SHA256: c17961bfbd4e39a516acfffb4fc4c6c94a6723897f68a57ba1aaf563bb77e38f
SHA512: b1a219f31883b532880d35f06cf21a2421a39f97a26a997f3f0bbf9d8b76dc741ccb1f323a81df84f94738d4d8cccc017e815789713aac3d68fdfe0543e5e14c
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: 505
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: amd64
Source: ldns
Version: 1.8.3-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.14), libssl3 (>= 3.0.0)
Filename: pool/target/l/ldns/libldns3_1.8.3-1+apertis1bv2024dev2b1_amd64.deb
Size: 178928
MD5sum: 03a3d87a6b3932fc9cb6387b3bbcf751
SHA1: ffe9a8c88b629e59deebddc10f750218b5097030
SHA256: b9aab33d7e591b9312bbcdc4ff8b81ef2071eaefab01532511fe383c80ae55e5
SHA512: 7275e38c0dbae1cd0cd378ae2b5245a22d6767076dcce06549c42c3a99f67d61b872ede646c9be722d62056d08bd19f2623ab9e8f70feeed9997352978a4f037
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: 509
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: amd64
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_amd64.deb
Size: 458584
MD5sum: 9b8a87a20b1440d0381852a21bba4add
SHA1: a81b02adb55c9cee0c8640740edd0532fdfcede3
SHA256: ef0a839b1a1f00642e99bff4e8027cb866405ee6dc909504b2afa7f6572a0db2
SHA512: 680427b857423d23c5dc3eaccb840307c930880d8a4f00dad1110bc8492e5738f07a279791582d22311de4cf71cd04b54306b8db563efece50753139f604a6d1
Description: debug symbols for libldns3
Auto-Built-Package: debug-symbols
Build-Ids: cd4eb110bc3c720dd8e34017621ecacf28d0728f
Multi-Arch: same

Package: liblerc-dev
Priority: optional
Section: libdevel
Installed-Size: 979
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 174984
MD5sum: 7f7ca94ac1f8f50d25b8278ce32088c9
SHA1: 00110a81b4b233516d88ac7e7a9cb2c103a00979
SHA256: e75449dca0e5cdd849b087f3a1007668d851b725fe23ccf91c35dd5b23698aee
SHA512: ce2220c9eda774bc000eb398f91bc3e53f7fd7ab25c8701745cb0a7c7b3008d1014ba4f6cd8b4f1a2955fef74c6d2fa27c1af274063cf85a64a0bf558ea333e3
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: 650
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 170632
MD5sum: e695cd08489905227555e734b17e7876
SHA1: 8c21aa05e2b63f9c8a45bbd199dc437d67cbfad8
SHA256: 532facaaa2223c07e5bd03695729b98e1adfd680ae1ea821601652338699d8a3
SHA512: bca8ccf745a6c3a702fd975b65d6f665d8405e00f7b423db15a7e623c5c708c27785a0653624c9c1d90eb7bff92819fb6507de9130086dc5c65cf04f6757daa3
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: 1609
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 1583200
MD5sum: 056286497db54f011783a58e851cb0a9
SHA1: c55e956e271f6bef1ad25c4104779567041a6dbc
SHA256: a3940564595d3f3b35b2108728b63808ded0238ec59a35c82d64ac5cbadb5012
SHA512: 6655e5681f0ddb5a12b54e7a94cf2cedd52bbd9acb075cc5f5a0c8a95109dd25b31fd4def192f863b246c683eb99939cb848e2a42a43dac8bb996f16d6492ce7
Description: debug symbols for liblerc4
Auto-Built-Package: debug-symbols
Build-Ids: 0e4e50651a6611dc20e68c6dfa061e99ca90c16f
Multi-Arch: same

Package: liblilv-0-0
Priority: optional
Section: libs
Installed-Size: 137
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: lilv
Version: 0.24.14-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libserd-0-0 (>= 0.30.2), libsord-0-0 (>= 0.14.0~dfsg0), libsratom-0-0 (>= 0.4.6~dfsg0)
Filename: pool/target/l/lilv/liblilv-0-0_0.24.14-1+apertis0bv2024dev2b1_amd64.deb
Size: 47752
MD5sum: 7d6d16d054dee30ff47af1ac2e99a772
SHA1: b2f9b41fd5027f0b11f44834d38dbb41e34ad53d
SHA256: 4983de040f29cc111f2e6d0c0c14c6d9598529a84d9453e3741776424388b880
SHA512: e06c3888a68ed4719e1d3cfc9fefcd23fdfacaae40215825c0fcf89c3d36ce6e6728ca16edbd146bccb9e890897c0fd2dee31853b9b71f0f95a7b61486aae85a
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: 153
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: lilv
Version: 0.24.14-1+apertis0bv2024dev2b1
Depends: liblilv-0-0 (= 0.24.14-1+apertis0bv2024dev2b1)
Filename: pool/target/l/lilv/liblilv-0-0-dbgsym_0.24.14-1+apertis0bv2024dev2b1_amd64.deb
Size: 129636
MD5sum: d63c95b0bd6dcb2117f04050588af6b6
SHA1: 606e199bf8dbe55e25668990074f5a31b295b738
SHA256: 1aa50decc0ae8844a25aa5ae6cea148089eff668e5d66b9fca05fc9e059b6147
SHA512: 30dda2fa1dc5d591d13d88ea42623b7b8b7e4af7ba9e9e17042336a5b836a5cf3b4cde2c67a86e58af363e38611ebd1a060f41cce15b37b6e08232b519514bd7
Description: debug symbols for liblilv-0-0
Auto-Built-Package: debug-symbols
Build-Ids: 687b0cdecf2289cba9438cb73df44806305b01b2
Multi-Arch: same

Package: liblilv-dev
Priority: optional
Section: libdevel
Installed-Size: 98
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: lilv
Version: 0.24.14-1+apertis0bv2024dev2b1
Depends: liblilv-0-0 (= 0.24.14-1+apertis0bv2024dev2b1), libserd-dev (>= 0.22.0~), libsord-dev (>= 0.14.0~), libsratom-dev (>= 0.4.0~), lv2-dev
Filename: pool/target/l/lilv/liblilv-dev_0.24.14-1+apertis0bv2024dev2b1_amd64.deb
Size: 24916
MD5sum: fe02883b368270ee3b34963c77edf613
SHA1: 348ed5e4a7ff14fae7c87e79a320b7db7e4fd2c2
SHA256: c3f6ef0159836ae4d5817f50b976e022d8147b43b82bd47438777577b88cb103
SHA512: 5cc69e3689a3eac6919bcf225641fe72314bbd40ce83ff273adaaf52ff9bae9d299c207d48df3fe978e7674c9b4b50f115aac25711fa9e2dba5d37793c2b65c3
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: 12646
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libllvm15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/liblld-15_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 1720956
MD5sum: 1e5fe6febcf05df5e98ba8b2e1af1d30
SHA1: 310b9b58a4b8abf3890b61504311b529413d131d
SHA256: 13a37e87dded059be630b67bb77e257abf2955ca169ff02cec596fed7f05bd5d
SHA512: 4a3d3556a4b89305a0e0f2fd39ae12b37dc0557aae0dca53472b6ee6e5e2b6875df86e67bf88bb28f6d74a0b16192603432bbca3643262b5074039dd6cdab935
Description: LLVM-based linker, library
 LLD is a new, high-performance linker. It is built as a set of reusable
 components which highly leverage existing libraries in the larger LLVM
 Project.
 .
 This package contains the LLD runtime library.
Homepage: https://www.llvm.org/

Package: liblld-15-dev
Priority: optional
Section: libdevel
Installed-Size: 266
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: lld-15 (= 1:15.0.6-4+apertis1bv2024dev2b1), liblld-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/liblld-15-dev_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 218500
MD5sum: f674bdddccca0b7abe40c29c2ddea095
SHA1: 0cc598ed4c087f12546fd4fa594429111d46f855
SHA256: 8541f9b446ab4a6e4c9c04d12d468b5a2b9cd097f3172840619b159dffdd3909
SHA512: dd1ffe88a8498315a8babc482ffba8a055684a328ebf44a10b7f34757ece7ed0de733ea6993d91dcfe4097298446fbe434b1d525374c85d0640418298f073f01
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: 15867
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libclang-cpp15 (>= 1:15.0.6), libedit2 (>= 3.1-20140620-0), libgcc-s1 (>= 3.0), libllvm15 (= 1:15.0.6-4+apertis1bv2024dev2b1), libncurses6 (>= 6), libpython3.11 (>= 3.11.0), libstdc++6 (>= 12), libtinfo6 (>= 6), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Filename: pool/target/l/llvm-toolchain-15/liblldb-15_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 3979180
MD5sum: 3999052508e6b69c308c86fb201a041d
SHA1: 4120ee68b301008f69d570c008ee3d82de6a75e6
SHA256: 4b72d62854c8fb3cccf4e246f6da182f79d34e142ef076a08ceb58899a49dc24
SHA512: 596e7ea5c64211bb57f8c0fdbc1e7892ff022e71be3465949f890ef8315879217262ec10f3c59d79e25ee1537dea44867565933d09fde0d8ab19a8c9d9b87fd6
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: 4043
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: liblldb-15-dbg
Depends: liblldb-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Breaks: liblldb-15-dbg
Filename: pool/target/l/llvm-toolchain-15/liblldb-15-dbgsym_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 462160
MD5sum: 13285b825fe6bf9bb3d79a91f13baa69
SHA1: e4e74fd42b08b3465d0f166fe4800a8d68696c60
SHA256: d245fcb22cb705301e3e89c681bb6b38fdabec588aa5b177bd01a795a1511e5c
SHA512: 610a568167da188f5e9f8bcccda75d3064cbb468cb74d9c42d7a792eb1a40dcb8fc9862e2573b7263c98a29a56c925f476406cff924778a6a63ca44bf8f50837
Description: debug symbols for liblldb-15
Auto-Built-Package: debug-symbols
Build-Ids: 57544b79ac1d6ed1eaa4a61851418ea69ecf7ef2 5c173dd0c06057a793f349eb0f4723fec8da3610

Package: liblldb-15-dev
Priority: optional
Section: libdevel
Installed-Size: 3502
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: lldb-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/liblldb-15-dev_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 701288
MD5sum: 877aef8dcdd3924114dfbce5e28588e3
SHA1: a860a3741e36c3a547e078ce38912ac2cb232d3a
SHA256: 5ce31bd05492406ec6fb22035222fe17d2c37e683295c3d5fbb5f3efc3266ced
SHA512: 1474e38cd4c8e2dfa11cb5788f4a6ec03938d92a5e265a63730a1577b06d27ae4c42e8026c0c0346e6f828bbb82dcbc34b09c6e6b1a7853518a1919d4c81e225
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: 4484
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: libllvm-x.y-ocaml-dev
Provides: libllvm-x.y-ocaml-dev
Depends: llvm-15-dev (= 1:15.0.6-4+apertis1bv2024dev2b1)
Suggests: llvm-15-doc
Conflicts: libllvm-x.y-ocaml-dev
Filename: pool/target/l/llvm-toolchain-15/libllvm-15-ocaml-dev_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 665824
MD5sum: 2a6dec59f7939e61fa0f53473f453c22
SHA1: bdcd178bc59181254dbda740d649dd5cc9218c7c
SHA256: fdd9e46d7e4580b0837c52c5e73a9e0e48621c2e7da0b61e5317e678a9f7570d
SHA512: dc7e1ecaf6305788194d8a3296b8171e279d5e1ba4f1d5735921ae6d3cfc533bdc235783c70f69dc1bc15cf2020f798b2ca663928603a5f089cb58a8a885f765
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: 114783
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libc6 (>= 2.36), libedit2 (>= 2.11-20080614-0), libffi8 (>= 3.4), libgcc-s1 (>= 3.3), libstdc++6 (>= 12), libtinfo6 (>= 6), libxml2 (>= 2.7.4), libz3-4 (>= 4.8.12), zlib1g (>= 1:1.2.0)
Filename: pool/target/l/llvm-toolchain-15/libllvm15_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 23257712
MD5sum: 12cf7dcecdec46ace518750233bb8d15
SHA1: 0ba458cff99b91fe3895b287b0a027894c0c2b43
SHA256: b827e3fdcd4261644b7b527664ec14a537e424c93d46f3b181e4939a128ef1a8
SHA512: b3eee7d6cb88206fe4e53a1e62951e0087fed18d0fa8e59a6c47594d4cc3f93b031080bea0ead017af4b55f429f156fb9bf3c8310ff54526b7aa00ca38e1dac8
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: 14083
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: libllvm15-dbg
Depends: libllvm15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Breaks: libllvm15-dbg
Filename: pool/target/l/llvm-toolchain-15/libllvm15-dbgsym_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 1661464
MD5sum: afbf3cf997f4b74e6b3218ba5a090fb8
SHA1: baaf86192bc18239525a1f36461ebd81aa3f481d
SHA256: 68f244f3399f6d39f1b8a9dd4a2b0a4a9c88c86ae2eb0af6cb07fb309b50646a
SHA512: 1eae451639fa71719d1132a979130905dd4cb207f3112313e51c3dcbb818640f0c282c06ca2c61ead5159102f7eb83feafa078edae4361f34368c0ed1bafcd80
Description: debug symbols for libllvm15
Auto-Built-Package: debug-symbols
Build-Ids: 74a898c319fbb8ecaabfca94d432c52cb217e26a
Multi-Arch: same

Package: liblocale-gettext-perl
Priority: required
Section: perl
Installed-Size: 53
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Architecture: amd64
Version: 1.07-5+apertis0bv2024dev3b1
Depends: libc6 (>= 2.3)
Pre-Depends: perl-base (>= 5.36.0-7+apertis0bv2024dev3b1), perlapi-5.36.0
Filename: pool/target/libl/liblocale-gettext-perl/liblocale-gettext-perl_1.07-5+apertis0bv2024dev3b1_amd64.deb
Size: 15624
MD5sum: 4bf34de8e498ece079f5250dc37bb01f
SHA1: 8c0d64560b17996f80d1f9520278a449a9037513
SHA256: ac3272535ac90d8ed56b8c5a699ab43183a4709263cecdbe6f73bdc79cf3a3e1
SHA512: b57b9e666b7e31992c8a1288ffc1ce493607fefb790a35ead68401aff6861bd3860e8422658c9937b33c1a54729b7681359a1cde0520275357221441d8d4e3c6
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: 43
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 30560
MD5sum: f9393c675d2163c44e569f2792a053b4
SHA1: 97a9c1fbaf7dde6da10de5018268886edb48f8bc
SHA256: 7e9bbd243ff35a4d6925650254598513c808d6267847b275adec383bc3e75dd5
SHA512: 13e3658a2b22e21607d829aeec51c5d12db680cc86337c8516684eb3aa0f4a4b273c7d2062ab46309aba30e785da1d986f6d53ef8024f2af4a19e6566fdaa1ad
Description: debug symbols for liblocale-gettext-perl
Auto-Built-Package: debug-symbols
Build-Ids: 337801e9032c91fd7475140532ab1f5d2c8a3a79

Package: liblockfile-bin
Priority: standard
Section: utils
Installed-Size: 49
Maintainer: Miquel van Smoorenburg <miquels@cistron.nl>
Architecture: amd64
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_amd64.deb
Size: 16200
MD5sum: cb2aedf3bfe1db357b1196dfc0aa719b
SHA1: 171b63af8fb61ab104eeb94a0a003d2765cfd54e
SHA256: 0d07f90f4ed2ed158e153f8158f8cf108f9cb42e3c7b597f58586a0a50eef65e
SHA512: 780e172d4f0f034550bc253be7682a24727970dd12d78afb331fb6339700514259d97707d61b0e679c0a616752a98470f1ebc0ea9f0e38ef0ec15ebfe4adb6c1
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: 31
Maintainer: Miquel van Smoorenburg <miquels@cistron.nl>
Architecture: amd64
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_amd64.deb
Size: 15228
MD5sum: a2691857a7af207dab575a85a93fae39
SHA1: 8660874eb69566ce5d077eb7fdbf2b5b4ccb8d8f
SHA256: 55ad1e6ef5f6f7cf04257150bde20d763c72502e884549c4ca1b126d3f600b37
SHA512: 43aaa1dc5446ec67051437608b97010edc33b6fce8f4d9cfe3f4ae01a2f82aa605da21be0fcd55b96ab919268936123fe63aee0b8bae0be1b0370bafb7506894
Description: debug symbols for liblockfile-bin
Auto-Built-Package: debug-symbols
Build-Ids: a7c13a5f217c42c8a6c2b304120e446b64fa14b3

Package: liblockfile-dev
Priority: optional
Section: libdevel
Installed-Size: 47
Maintainer: Miquel van Smoorenburg <miquels@cistron.nl>
Architecture: amd64
Source: liblockfile
Version: 1.17-1+apertis1bv2024dev3b1
Depends: liblockfile1 (= 1.17-1+apertis1bv2024dev3b1)
Filename: pool/target/libl/liblockfile/liblockfile-dev_1.17-1+apertis1bv2024dev3b1_amd64.deb
Size: 16868
MD5sum: 200a1987ef9a0e88b2c4ca52714806d4
SHA1: df2ec8aa1fa1ac5e09c8b238e536d532c954c71c
SHA256: dd166dc8cd86af0a1f8e26e1a05f6f8ddb27cf1de862ef605e6f0619fc9d1fa2
SHA512: 853e2496ee3b423607dfc5e59346018598a385c85421de79532879f0c9ba2055520c36a8015924c6a92e6f0b57cf3fc5fcfdb29e0dc39c826496dd4beb4460b4
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: 41
Maintainer: Miquel van Smoorenburg <miquels@cistron.nl>
Architecture: amd64
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_amd64.deb
Size: 12372
MD5sum: d437babd7894d428a6960210186d5e41
SHA1: e3a66196bcd8739bd534ed3745952fa44208cade
SHA256: 00d4f80d88fe43f31c12d0ba0b03041d9864d1bfcfe5f5579bec55231f2063a4
SHA512: 94bd060c537f3eb3cdcde096549aa9a89e3d6375217fff4a4982e00ef90d3c0d579acb489afd68ad432a0444618692a69fd9dcaac4ebdb4bd404eba16f35d874
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: 24
Maintainer: Miquel van Smoorenburg <miquels@cistron.nl>
Architecture: amd64
Source: liblockfile
Version: 1.17-1+apertis1bv2024dev3b1
Depends: liblockfile1 (= 1.17-1+apertis1bv2024dev3b1)
Filename: pool/target/libl/liblockfile/liblockfile1-dbgsym_1.17-1+apertis1bv2024dev3b1_amd64.deb
Size: 10164
MD5sum: b7f60a700d60cab7e9090bff2d1cf040
SHA1: 86085bce4eed5cc87bbc7f2ae11eac3f2d127c15
SHA256: 63566a4b0184f7eccc2ad99009472a9d8a65abc5258822b807f951cb78b1b99a
SHA512: bfe711a0049d3e3262a2c7079b86f0d5dde9eaa0696a54782e282fb607333bf130dba8d90b475491f63242b7e47fbbcf2cd134b4648001042b4c458ca390d3c6
Description: debug symbols for liblockfile1
Auto-Built-Package: debug-symbols
Build-Ids: 810cace84fb3c73b232c263b01782ec52b1dcd74
Multi-Arch: same

Package: liblsan0
Priority: optional
Section: libs
Installed-Size: 2943
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 969268
MD5sum: 2d269d3ad9d1f8a7be440d5b6325242f
SHA1: d61387518aab974893d3e0f8c5cef642556c61d9
SHA256: 5364e00bb25bc5377f3ae6c5102217b55a1fde349d59c62a3cb0c209560bfe59
SHA512: c80f86b0c9114104534889833635601ed1a843ec1b47f2aef507e94e2f6fe79ff12f6f36c87fede404689998b4ce59f310ad0dedd06dabcf8c44ebdb9cbb6884
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: 941
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: amd64
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_amd64.deb
Size: 164384
MD5sum: e2412cefe387750a01743840120a6666
SHA1: 52307099dac4ac8f43c39d8d32ace79b318736e9
SHA256: dbe6040cf65afc194f4dee059eb7faf7880963a86075bb6ff64661c458453173
SHA512: 5f698e860a57515ef3c47bf8ebda271cd5536077e7623327585a5879e1b043aa721c94541ea9d215dc99c3b5d6123186b764c87127cc452c395bb4f63403771d
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: 421
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: amd64
Source: libtool
Version: 2.4.7-5+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34)
Filename: pool/target/libt/libtool/libltdl7_2.4.7-5+apertis0bv2024dev2b1_amd64.deb
Size: 392992
MD5sum: ee41a71a3ae5f4baacb15ce87055da19
SHA1: 0340dd792705d2e9e31f55ab219c34010fd96e00
SHA256: 3484c709c6074e4d44d14d2d10616c9e34fa1fc200fc28bdb678e0d592a97622
SHA512: 49d304556e1e10b04f3a19929c746c68cde72cb4564b602dd05dbbe749acb54b883cff47a9ee4a2ae77f53e586195e7af4c4c9f72fde4228f11c748a2d79c0ad
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: 63
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: amd64
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_amd64.deb
Size: 45936
MD5sum: 95d7c5be752660dea34f6c3c905a6c52
SHA1: 2603d1f2636bd85c383e99b33ea1fe520f14eb5b
SHA256: 897d10a323ee46827714a0f5ca27566f8ba13589f2b330113a907ad99614853c
SHA512: 96d14e1a02aa02b2305592fd18356e447ab51392bb5e03dd2c0c457b740ab6d6a1ff2708fc655eaafa52e78fe20d170a4b9c2d9b236c8d158b6741a7117c760f
Description: debug symbols for libltdl7
Auto-Built-Package: debug-symbols
Build-Ids: 5f640d696b971c18d34c3329392232fadba290bb
Multi-Arch: same

Package: liblua5.2-0
Priority: optional
Section: libs
Installed-Size: 439
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: amd64
Source: lua5.2
Version: 5.2.4-3+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libstdc++6 (>= 4.1.1)
Filename: pool/target/l/lua5.2/liblua5.2-0_5.2.4-3+apertis1bv2024dev2b1_amd64.deb
Size: 111212
MD5sum: 6e9279838c2535ac6307e32354f56806
SHA1: 0e2c43a6fc2dc4f654e3453f779afe4ce4b0731d
SHA256: 159f4d7395b6c0357e700bc433e1da66100b9bd4de3b86fdddb16c91078cec33
SHA512: 05602e0db32f99156fb86d3cc73ea15db505422501209be97f2dfaf6c42fc290c4d53d931961240b07a8b7b592588a2b1a04728d50eb170978a1ce138949112d
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: 632
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: amd64
Source: lua5.2
Version: 5.2.4-3+apertis1bv2024dev2b1
Replaces: liblua5.2-0-dbg (<< 5.2.4-2~)
Depends: liblua5.2-0 (= 5.2.4-3+apertis1bv2024dev2b1)
Breaks: liblua5.2-0-dbg (<< 5.2.4-2~)
Filename: pool/target/l/lua5.2/liblua5.2-0-dbgsym_5.2.4-3+apertis1bv2024dev2b1_amd64.deb
Size: 577100
MD5sum: e898fbdd963ff06abd70708274eae54c
SHA1: 67a018dedfe564d69ccb0d3d211c9a63d9df39b6
SHA256: d8054253c36361411102a1a448fc128d9f95aa39d420d43519a2564bec3f2858
SHA512: 98b5d91ec9da35d1decbb2c2a825da8e82fa4c8cea594721081881a74d555988828107b005c1c54a0872172c20e7874e6be08c5d34c2d799dca85fb5c0f734ec
Description: debug symbols for liblua5.2-0
Auto-Built-Package: debug-symbols
Build-Ids: 4f49d4b1a6043aec6a9351753e94d1aaec371798 a54391b83434f511c96f75b64b877a7f8be4c036
Multi-Arch: same

Package: liblua5.2-dev
Priority: optional
Section: libdevel
Installed-Size: 890
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: amd64
Source: lua5.2
Version: 5.2.4-3+apertis1bv2024dev2b1
Depends: libc6-dev | libc-dev, liblua5.2-0 (= 5.2.4-3+apertis1bv2024dev2b1), libreadline-dev
Recommends: libtool-bin, pkg-config
Filename: pool/target/l/lua5.2/liblua5.2-dev_5.2.4-3+apertis1bv2024dev2b1_amd64.deb
Size: 135728
MD5sum: 6658567eda6a0204ad64d47585fe0e34
SHA1: a6ff46f565e1372de22273212dc0deb319bf574f
SHA256: bb4c104accf3a8564e860429fca47bb93013564c8ef4906bf69f9402f74c2977
SHA512: 6a8bd1ba26b3f23641c4773ee6c4d9ee050535eb9101a6628fcaa9e5b6b2b4edaf38af8b640156c5835cc82fd5614e2d9fccb0241087983e6f98cfaaab1fae6b
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: 500
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: amd64
Source: lua5.3
Version: 5.3.6-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libstdc++6 (>= 4.1.1)
Filename: pool/target/l/lua5.3/liblua5.3-0_5.3.6-2+apertis1bv2024dev3b1_amd64.deb
Size: 123684
MD5sum: 69e3c417dca1d31d4892237481b17c37
SHA1: a23886c66a07b270a5e2f4aa66bfa340a158be52
SHA256: 4f13d4acd1ca60fed21b46fe743775ac9f1c96ce38cfb18cf2f01bdc0198c3f8
SHA512: b19a0917315e1b9c4456ebca4a38705ce09ae3a61baca106817498b65a423d34d49a61daa7a678ef611a5da0cbc60930ccb892424b722626e2bab282c7c09638
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: 1546
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: amd64
Source: lua5.3
Version: 5.3.6-2+apertis1bv2024dev3b1
Depends: liblua5.3-0 (= 5.3.6-2+apertis1bv2024dev3b1)
Filename: pool/target/l/lua5.3/liblua5.3-0-dbg_5.3.6-2+apertis1bv2024dev3b1_amd64.deb
Size: 1449968
MD5sum: 4abf66bbe38558c9bcc60746b46be55f
SHA1: 9e3cdb30deff2bb510e852945b95c3913645f516
SHA256: bf29220d7176ddd86d37eb1c6c0d8974710a2052f384272e464298218055f5e6
SHA512: c0ffb98fb3d72d7f8dcfb90ae5452c3e2892ec8482ee13038ec4e4a11e2c47db0de3d9249f7ea3bd022fad2bd004ca6b30726c548dd2a5d50a364d936e998a1b
Description: Debug symbols for the Lua shared library interpreter
 This package contains the debugging symbols for liblua5.3 and lua5.3
Build-Ids: 398c37abde0c69193f48eaad73e940a2382f22b0 417815c3c07fc7320db842b1c82b70b106871d7a f45cc5409976f55b5c939fd160a490c9477af32e f956a5341eb06b1bd8e005b219918b25383cc7b3
Homepage: https://www.lua.org
Multi-Arch: same

Package: liblua5.3-dev
Priority: optional
Section: libdevel
Installed-Size: 1000
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: amd64
Source: lua5.3
Version: 5.3.6-2+apertis1bv2024dev3b1
Depends: liblua5.3-0 (= 5.3.6-2+apertis1bv2024dev3b1), libc6-dev | libc-dev, libreadline-dev
Recommends: pkg-config, libtool-bin
Filename: pool/target/l/lua5.3/liblua5.3-dev_5.3.6-2+apertis1bv2024dev3b1_amd64.deb
Size: 152384
MD5sum: b4d45a702310d5e50d858feeb33f6481
SHA1: b929c3882713f2fe4d4a1dbb0d7e73e85b39735b
SHA256: 0d043ebd9bdad10fd58e9c0be698c6106ab195368d365fc413ac40db2bd441c7
SHA512: 651d768ac96e8e939d418df11ef2d248afc2567b28d2456f571234f29c8f4480651bc18221dec5c2929a5aeb79880683a41fb68ae5f88871a73ab57015068417
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: 597
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: amd64
Source: luajit2
Version: 2.1-20230119-1+apertis1bv2024dev2b1
Replaces: libluajit-5.1-2
Provides: libluajit-5.1.so.2
Depends: libluajit2-5.1-common (= 2.1-20230119-1+apertis1bv2024dev2b1), libc6 (>= 2.34), libgcc-s1 (>= 3.3)
Conflicts: libluajit-5.1-2
Filename: pool/target/l/luajit2/libluajit2-5.1-2_2.1-20230119-1+apertis1bv2024dev2b1_amd64.deb
Size: 258320
MD5sum: 4b7198cc5a4b2035729b9d9a2434490b
SHA1: 08b4c5a1bf5e96b9a7a31107aaa9da851e07e460
SHA256: 019e0e3ca9751c6d1e32b3c2b145bc3197d857fd9f563e9c32d248ded9e7405e
SHA512: cb3b55d4f2951825552bcaa1b4a9486f002cfbbb3ec571b449de63390fea13ef85900140f3d27290e46e5ae9f389217fea2e07f83e7031678ae0a0052aa7ab02
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: 1025
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: amd64
Source: luajit2
Version: 2.1-20230119-1+apertis1bv2024dev2b1
Depends: libluajit2-5.1-2 (= 2.1-20230119-1+apertis1bv2024dev2b1)
Filename: pool/target/l/luajit2/libluajit2-5.1-2-dbgsym_2.1-20230119-1+apertis1bv2024dev2b1_amd64.deb
Size: 988096
MD5sum: 2e6294757747757729e606a0e8fcffe5
SHA1: b1dcf6303fb40fae97a7b08b38389731ad5f2c55
SHA256: bce7c83160994db697d190df49e3c85fa77385f9406912c6b16db23789a86f8c
SHA512: 2e3924176bad50d3f8133c75dfbb1ccca51ea0ce231e2da3647217219714f8baf0f908bf2b058ba0ec4bf33e2e9a5ff07d29e2d8dafacf7b43f21bcb9e59fd73
Description: debug symbols for libluajit2-5.1-2
Auto-Built-Package: debug-symbols
Build-Ids: 0a6563c55d870716908fd332f88bf7cdd9bc6a71
Multi-Arch: same

Package: libluajit2-5.1-common
Priority: optional
Section: interpreters
Installed-Size: 218
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: all
Source: luajit2
Version: 2.1-20230119-1+apertis1bv2024dev2b1
Replaces: libluajit-5.1-common
Conflicts: libluajit-5.1-common
Filename: pool/target/l/luajit2/libluajit2-5.1-common_2.1-20230119-1+apertis1bv2024dev2b1_all.deb
Size: 46760
MD5sum: e2f365fbedd21f5aae2f99517bb28cc9
SHA1: d64ae5e5bfb25fc7c71b3e894d74e53129bcf0a6
SHA256: db82e0afc86c2e1e201c518ff13fc5b59632a9d85719f796fa7b7a41ba437472
SHA512: c21f4aadc5b1c88b2701b11e3793b029ba2dc29e8d0ee34bf02353187348df10959f2cc7ae25895b7366b1a5ef03e2f28a46243ef9794e13cb27e57e10dc0252
Description: OpenResty-maintained branch of LuaJIT (common files)
 This package contains files needed by the LuaJIT interpreter/jitter as well
 by its embeddable (i.e. library) version.
Homepage: https://github.com/openresty/luajit2
Multi-Arch: foreign

Package: libluajit2-5.1-dev
Priority: optional
Section: libdevel
Installed-Size: 787
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: amd64
Source: luajit2
Version: 2.1-20230119-1+apertis1bv2024dev2b1
Replaces: libluajit-5.1-dev
Provides: libluajit-5.1.so
Depends: libluajit2-5.1-2 (= 2.1-20230119-1+apertis1bv2024dev2b1)
Conflicts: libluajit-5.1-dev
Filename: pool/target/l/luajit2/libluajit2-5.1-dev_2.1-20230119-1+apertis1bv2024dev2b1_amd64.deb
Size: 277728
MD5sum: 4236b9f5e974aed1699bce9dafd5b014
SHA1: 3a046038bcbe96a122383607351d35527687624a
SHA256: 462867182f2fc31e45644ddbcca7854b322cd899860b9bd06d2c448cf94bd361
SHA512: a131d6ce0b0c85fe55c5e27070731642504e4bc2ef4ee475687cad403e821e2cb2d79e2b4885f27fcc085f92fa1e4f721d47e8af64ce159782e11bb17d906852
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: amd64
Source: lvm2
Version: 2.03.16-2+apertis1bv2024dev3b1
Depends: liblvm2cmd2.03 (= 2.03.16-2+apertis1bv2024dev3b1), libdevmapper-dev
Filename: pool/target/l/lvm2/liblvm2-dev_2.03.16-2+apertis1bv2024dev3b1_amd64.deb
Size: 8224
MD5sum: f421b3184b03af46452116d0eaa574b7
SHA1: b58d7950c38613ff80170415e8fd91fff09c2f57
SHA256: 521b4227c49be1be479b93282a9493b77c478f435293cf665c11c26f029dee02
SHA512: e9c960b124627e4a61fe1242ec33ecb5e62e2500dcbbf3f208c55f3e060e66ebbd13ec20590f8f54d4859051eb026118da8435a851b03e56d6f1ef591fa4bfe8
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: 3070
Maintainer: Debian LVM Team <team+lvm@tracker.debian.org>
Architecture: amd64
Source: lvm2
Version: 2.03.16-2+apertis1bv2024dev3b1
Depends: libaio1 (>= 0.3.93), libblkid1 (>= 2.24.2), libc6 (>= 2.34), libdevmapper-event1.02.1 (>= 2:1.02.74), libselinux1 (>= 3.1~), libsystemd0 (>= 233), libudev1 (>= 183), dmeventd
Filename: pool/target/l/lvm2/liblvm2cmd2.03_2.03.16-2+apertis1bv2024dev3b1_amd64.deb
Size: 745436
MD5sum: 59fe335497c8fe55bf836a6c34698b7f
SHA1: d0eef3747b71ce6bb5a110fe732df877378b2a13
SHA256: e3adbfdd1a5c737b8cad76eef486fd1548f071a69f6c9652d1e3bab7f7adc9c6
SHA512: 5b229cb94f9484a1af5f95acf9ea54c7932b6b539b7fb34f4cee5bcfb0d64e7c727e6d244181d9697c289fe8bc47d8214a64f184d162dc5c57fc57b98606bdb5
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: 1008
Maintainer: Debian LVM Team <team+lvm@tracker.debian.org>
Architecture: amd64
Source: lvm2
Version: 2.03.16-2+apertis1bv2024dev3b1
Depends: liblvm2cmd2.03 (= 2.03.16-2+apertis1bv2024dev3b1)
Filename: pool/target/l/lvm2/liblvm2cmd2.03-dbgsym_2.03.16-2+apertis1bv2024dev3b1_amd64.deb
Size: 823728
MD5sum: 3e4a90c7495e16670aa836df083be043
SHA1: 296ae4a81d73db648e06c5935db04e196237c75f
SHA256: dbb58425bb8c58524ec96ec0ca1787345a47642cb6dd2a9dc8484d0e4d1f9da1
SHA512: ec22d94cb785a33da1a9c9fc5f5faaeb1657fa6ef1ed29e76332398a8def9e21cc148414978e142b66a319d24cc47f8e68ff18562459d6cfb14f25f55c5b35b2
Description: debug symbols for liblvm2cmd2.03
Auto-Built-Package: debug-symbols
Build-Ids: 284adab24a81c969532ef425b21648b7ca21135c
Multi-Arch: same

Package: liblz4-1
Priority: optional
Section: libs
Installed-Size: 172
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Architecture: amd64
Source: lz4
Version: 1.9.4-1+apertis0bv2024dev3b1
Replaces: liblz4-1a
Depends: libc6 (>= 2.14)
Breaks: liblz4-1a
Filename: pool/target/l/lz4/liblz4-1_1.9.4-1+apertis0bv2024dev3b1_amd64.deb
Size: 61660
MD5sum: 71015b89279cc718df62de2b4afa9af4
SHA1: 273a011abc64b278d9ab208f0d24543b6fbbffe6
SHA256: 06cc854792706cccf3315f211ae2d6811053c31c029399656f55afd8da92ba59
SHA512: 3d278332dfa54f178019185d616e909de6564b942a3e4f9368d289ca4464abfa3c247f89071bd6d4b45311f74a6616e6f7420dcb8e5e89e17133c7a2df96116e
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: 341
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Architecture: amd64
Source: lz4
Version: 1.9.4-1+apertis0bv2024dev3b1
Depends: liblz4-1 (= 1.9.4-1+apertis0bv2024dev3b1)
Filename: pool/target/l/lz4/liblz4-1-dbgsym_1.9.4-1+apertis0bv2024dev3b1_amd64.deb
Size: 327248
MD5sum: 4aef1dfcc920bfa396dcc28c85a58e5a
SHA1: ba4dd3e261dcef4e1408c8de4b9d5c81bdb08a05
SHA256: 72f8b791c23f3020bb4acab89a90b62736fefa9acb9381876ea0df1fb6d01556
SHA512: ed690ea6707529a64184c9d2b64e2307a9980f797e4a518463e228d30550e4a1c713ea0bcb336742270b6e7ef7cd8ec52875212e8b924ba51bb09d6c90f3bcad
Description: debug symbols for liblz4-1
Auto-Built-Package: debug-symbols
Build-Ids: 9e82fba96e6b08eee3cc855ce0412a493a8884e2
Multi-Arch: same

Package: liblz4-dev
Priority: optional
Section: libdevel
Installed-Size: 280
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Architecture: amd64
Source: lz4
Version: 1.9.4-1+apertis0bv2024dev3b1
Depends: liblz4-1 (= 1.9.4-1+apertis0bv2024dev3b1)
Filename: pool/target/l/lz4/liblz4-dev_1.9.4-1+apertis0bv2024dev3b1_amd64.deb
Size: 82896
MD5sum: bed3b4b0aaf3e01ae9b9bf10f4d310f3
SHA1: ce8836906ad0a68a6b22dd8c61b25576d6037cf2
SHA256: 2fa0eef907ec6e8eeed7ce5279ce965f16744f1bc5559ddc66de873827e7e0c3
SHA512: 61bf39e83f64943e8371f70aa23965f2f6f4240ad4758f8185ef08b41837d75abc7e754a6368f91a79cecff8d494187e8a77a92e66ffa0496d15a9f793a9cc3d
Description: Fast LZ compression algorithm library - development files
 LZ4 is a very fast lossless compression algorithm, providing compression speed
 at 400 MB/s per core, scalable with multi-cores CPU. It also features an
 extremely fast decoder, with speed in multiple GB/s per core, typically
 reaching RAM speed limits on multi-core systems.
 .
 This package contains files that are needed to build applications.
Homepage: https://github.com/lz4/lz4
Multi-Arch: same

Package: liblz4-tool
Priority: optional
Section: oldlibs
Installed-Size: 15
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Architecture: all
Source: lz4
Version: 1.9.4-1+apertis0bv2024dev3b1
Depends: lz4
Filename: pool/target/l/lz4/liblz4-tool_1.9.4-1+apertis0bv2024dev3b1_all.deb
Size: 4164
MD5sum: 1edaea21466bd494a4374ffb8b5db2d2
SHA1: 8f59dd26891df888a1f219d7be0ba366187ccb0d
SHA256: c60893edbacd247aac4febefa49c0f8828dd139099d5deb97b42ea73c2dac66e
SHA512: 82a97867f4c7efa194cfdc44c90f460baac70b9d0229094cd584ed06b79774bee3719385989d7dece7a831cc3a9aec0a04af7b4755515fe052c2dee8c7dab129
Description: Fast LZ compression algorithm library - transitional package
 LZ4 is a very fast lossless compression algorithm, providing compression speed
 at 400 MB/s per core, scalable with multi-cores CPU. It also features an
 extremely fast decoder, with speed in multiple GB/s per core, typically
 reaching RAM speed limits on multi-core systems.
 .
 This is a transitional package. It can be safely removed.
Homepage: https://github.com/lz4/lz4

Package: liblzma-dev
Priority: optional
Section: libdevel
Installed-Size: 728
Maintainer: Jonathan Nieder <jrnieder@gmail.com>
Architecture: amd64
Source: xz-utils
Version: 5.4.1-0.2+apertis0bv2024dev3b1
Depends: liblzma5 (= 5.4.1-0.2+apertis0bv2024dev3b1)
Suggests: liblzma-doc
Filename: pool/target/x/xz-utils/liblzma-dev_5.4.1-0.2+apertis0bv2024dev3b1_amd64.deb
Size: 261792
MD5sum: 0b8ace58122ce6fc59c4da92e51ce521
SHA1: f92a567beb499fba8d2ac3c1e1ac5e7b482d35ca
SHA256: e872bde1ffd6ed786ab1ac8df0bc0656cb7cf05bafac82cd05e0d7361a21741a
SHA512: 0253c2486c7d13e6db9f32a7e853b0aadb5fac83c16b5033335364aa2d6722c673750fc059e22e3033b9214986d2cece30eb2b276a1764f3f9adfbd6f8aa3040
Description: XZ-format compression library - development files
 XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm
 compression format, which provides memory-hungry but powerful
 compression (often better than bzip2) and fast, easy decompression.
 .
 The native format of liblzma is XZ; it also supports raw (headerless)
 streams and the older LZMA format used by lzma. (For 7-Zip's related
 format, use the p7zip package instead.) This package provides the
 development library needed to build programs using liblzma.
Homepage: https://tukaani.org/xz/
Multi-Arch: same

Package: liblzma-doc
Priority: optional
Section: doc
Installed-Size: 4748
Maintainer: Jonathan Nieder <jrnieder@gmail.com>
Architecture: all
Source: xz-utils
Version: 5.4.1-0.2+apertis0bv2024dev3b1
Suggests: liblzma-dev
Filename: pool/target/x/xz-utils/liblzma-doc_5.4.1-0.2+apertis0bv2024dev3b1_all.deb
Size: 432572
MD5sum: 271afe85e83951b1c2298274b66a9188
SHA1: 8953a497781c5ccc7b9810db73b52977834bbecd
SHA256: fb45310d4abbecf8590161d041e44ca2698449cb41378e46ca6c4d40d1c8b649
SHA512: c6ae6deff3c0152b3ed4157d8f6042997772c7620ca89802823e51998438e66d40b8a5426289f8298c2946f7b2cb6d28738671c37e6c716c08187feb5293cb9e
Description: XZ-format compression library - API documentation
 This package contains a reference manual for the liblzma data
 compression library, in Doxygen-generated HTML files. The purpose
 of each struct, macro, and function in the public interface is
 explained.
Homepage: https://tukaani.org/xz/

Package: liblzma5
Priority: optional
Section: libs
Installed-Size: 344
Maintainer: Jonathan Nieder <jrnieder@gmail.com>
Architecture: amd64
Source: xz-utils
Version: 5.4.1-0.2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34)
Breaks: liblzma2 (<< 5.1.1alpha+20110809-3~)
Filename: pool/target/x/xz-utils/liblzma5_5.4.1-0.2+apertis0bv2024dev3b1_amd64.deb
Size: 207816
MD5sum: 9a01553396539e0d3b6638771ccd7d82
SHA1: 97414614b94df70de2e7f5426a0bbbbab8ed48a9
SHA256: b3e329139960c7013003069d12a9d7968b2e98551f4c55a6a0e4ff61187a3c76
SHA512: 597dd390b0d085a3efbd7103160937254cf960e90af3dd8eac51b11c9b5520fc5a3ef3432ebcbf2dde728613be730c65e6d9cee8c017dd153bfa2e603250eb22
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: 291
Maintainer: Jonathan Nieder <jrnieder@gmail.com>
Architecture: amd64
Source: xz-utils
Version: 5.4.1-0.2+apertis0bv2024dev3b1
Depends: liblzma5 (= 5.4.1-0.2+apertis0bv2024dev3b1)
Filename: pool/target/x/xz-utils/liblzma5-dbgsym_5.4.1-0.2+apertis0bv2024dev3b1_amd64.deb
Size: 267880
MD5sum: 8103ce870a6daf40dfc1e1867d3e971f
SHA1: e557de4bd104f08384a08138125ae7634984c166
SHA256: 7bf2867c1f67929d171b8fafdbd3943caf241fca4f263d70e83a0d87fee57b33
SHA512: ed76dc5c1e04491ab008e5c3fbe94b6ab7460090c912e143d8fabaf19fb1735b00dd8c9ddb7bfaa42654591d1a4076ebd50f4fe4dcf5d20bce188d032502850a
Description: debug symbols for liblzma5
Auto-Built-Package: debug-symbols
Build-Ids: 16a542c9b87be914da44e73a02d3d209decc8b3b
Multi-Arch: same

Package: liblzo2-2
Priority: optional
Section: libs
Installed-Size: 164
Maintainer: Stephen Kitt <skitt@debian.org>
Architecture: amd64
Source: lzo2
Version: 2.10-2+apertis1bv2024dev2b1
Depends: libc6 (>= 2.14)
Filename: pool/target/l/lzo2/liblzo2-2_2.10-2+apertis1bv2024dev2b1_amd64.deb
Size: 54052
MD5sum: 8198780f53bf23252945617b7d70c906
SHA1: 9a1b5ef714a7a47b74912ad00c68de6ec1b9ba8e
SHA256: 76b4d2ba0a6e32b17dc4e6afdb089cd5557b05b226688a392b9f1a1d71adfb2d
SHA512: 8ba11e295a26f8c1980f0afe2f0d506ad7145930b10c95fb6d3d908ce1c4720514621516599c59fa4aad5eb95ae2a05c65b934baf2b25233fa30f4a11649a1d6
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: 168
Maintainer: Stephen Kitt <skitt@debian.org>
Architecture: amd64
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_amd64.deb
Size: 151992
MD5sum: 9458b947f546fa150718277ba486209b
SHA1: 41506ee9c3c0eab37c2730862950d07eccd581d8
SHA256: 0e73ffe0cde112e48ff2071012e3ad05c69fb41f195a472888e481b02de745d5
SHA512: 77dd397368a989c077c50caaf1e9bbdec204695407590e3db20258778c92a6c8b3414cee32bc02cb4572de53f4b929ce4ffd9907e0ed636f74cea38b4067ed1a
Description: debug symbols for liblzo2-2
Auto-Built-Package: debug-symbols
Build-Ids: e8495f8ec07756d8a19e3f7edda2398b5162dd45
Multi-Arch: same

Package: liblzo2-dev
Priority: optional
Section: libdevel
Installed-Size: 860
Maintainer: Stephen Kitt <skitt@debian.org>
Architecture: amd64
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_amd64.deb
Size: 101352
MD5sum: 615b4ec338e87a28ca7d6b3c7b81a0a3
SHA1: 6615f567348884a13c35a0883451818d710aa50d
SHA256: d5d2325484c427ac32d689e669fd51c53bbc62073d560642817219ccfdccbfd4
SHA512: 1881f885c4ba25bed6fa261c574a75bb776cc923c5f015d3af0b59d557813b3831ba83a970425669e755347677de06ef4682c8e4be5411256f63e27b1710db87
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: 382
Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
Architecture: amd64
Source: file
Version: 1:5.44-3+apertis0bv2024dev3b1
Depends: libmagic1 (= 1:5.44-3+apertis0bv2024dev3b1)
Suggests: file
Filename: pool/target/f/file/libmagic-dev_5.44-3+apertis0bv2024dev3b1_amd64.deb
Size: 118596
MD5sum: 6424768a3d0f973895f497e2e22bba42
SHA1: 83acf81b32dd8bcd750ba7796ca33efce42eaf06
SHA256: 11446e64b473e4526f78f69b9e37bbfb7782ae2c5272f317e031584adf660a6c
SHA512: 02ec8609f2c7f593254e7dce54cf59c1cae30413ae184d733fc31bb89a991cb30391e152b26883880eed815927997368d2e42d91af1f03f40a74519330e46890
Description: Recognize the type of data in a file using "magic" numbers - development
 This library can be used to classify files according to magic number
 tests.
 .
 This package contains the development files.
Homepage: https://www.darwinsys.com/file/
Multi-Arch: same

Package: libmagic-mgc
Priority: optional
Section: libs
Installed-Size: 8132
Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
Architecture: amd64
Source: file
Version: 1:5.44-3+apertis0bv2024dev3b1
Replaces: libmagic1 (<< 1:5.28-4~)
Breaks: libmagic1 (<< 1:5.28-4~)
Filename: pool/target/f/file/libmagic-mgc_5.44-3+apertis0bv2024dev3b1_amd64.deb
Size: 306968
MD5sum: 062ed3838f312c676916a37e963493e1
SHA1: 537ccee536a93fb3746b095b760a7e1a8a129ffb
SHA256: feebd305ee7297763c029ba550b17d19fdc0c5edeccba0c73867b81aa70dca4f
SHA512: 7fdcffe6997ced78d846ee863903e1a8f289d0f62c4d030eaa6f7d105059b82db472240c0cff0c79f939df3142cd1b9fab6281583b3e74034cb7da424e2006e7
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: 236
Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
Architecture: amd64
Source: file
Version: 1:5.44-3+apertis0bv2024dev3b1
Depends: libbz2-1.0, libc6 (>= 2.33), liblzma5 (>= 5.1.1alpha+20120614), zlib1g (>= 1:1.1.4), libmagic-mgc (= 1:5.44-3+apertis0bv2024dev3b1)
Suggests: file
Filename: pool/target/f/file/libmagic1_5.44-3+apertis0bv2024dev3b1_amd64.deb
Size: 106008
MD5sum: 01b7b1ddcfb0e772b2c377b565db6aad
SHA1: ea3d2ee5db3f4a12e76b63feb52b11ba1c18d454
SHA256: 48792daf8d5d17f6d0a030283ad2a636aab60d9e8e1012e791553bae48702404
SHA512: be8f9e26c84e069fb23267e0e2c6b06e3626b59bdb051ce5ca9ef9f9c458948ce2bc1cef947839a78da4abeb26126b611282dd8217eec3e4f6e80566b1018fca
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: 234
Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
Architecture: amd64
Source: file
Version: 1:5.44-3+apertis0bv2024dev3b1
Depends: libmagic1 (= 1:5.44-3+apertis0bv2024dev3b1)
Filename: pool/target/f/file/libmagic1-dbgsym_5.44-3+apertis0bv2024dev3b1_amd64.deb
Size: 216092
MD5sum: e9ba07b4c0c2882cfdf39ac0dd7db1f1
SHA1: 4e1a78b2e3270a668b79a9beaae6df2e1aa06c88
SHA256: c11be0ad0e2dd8ca2486c242604a2895664785ae48c994954c36484d111de019
SHA512: de845a43764113a1085c763945ccaecce1ac97d125bfdd5a0ebc3abd744c99981a553877c834d3a1b008233fe91ec56c43e3fe3f83d6ce2bf1791d43d5b94098
Description: debug symbols for libmagic1
Auto-Built-Package: debug-symbols
Build-Ids: d58c2a792fecbe3d2ae5f797befd22a6286f2839
Multi-Arch: same

Package: libmaxminddb-dev
Priority: optional
Section: libdevel
Installed-Size: 114
Maintainer: Faidon Liambotis <paravoid@debian.org>
Architecture: amd64
Source: libmaxminddb
Version: 1.7.1-1+apertis1bv2024dev2b1
Replaces: libmaxminddb0 (<< 1.4.3-2)
Depends: libmaxminddb0 (= 1.7.1-1+apertis1bv2024dev2b1)
Breaks: libmaxminddb0 (<< 1.4.3-2)
Filename: pool/target/libm/libmaxminddb/libmaxminddb-dev_1.7.1-1+apertis1bv2024dev2b1_amd64.deb
Size: 39868
MD5sum: 6c08a651b3968f2221d2ec82d53e2dc3
SHA1: 9d1bca983bd628bb3c68ee382064004ce7dbf9fa
SHA256: aed757b04e941a1458f8d8449076cefa0aa95bf3aaac8880f774cf03914cad2c
SHA512: f459be0f2bc9478942e8351d189c01e70cf2d74ab69871a8a7a7fa01ad45281225f5bdc7aaef2fc793bf77e933fee29f2387cea5594e561796de4b4945d93b33
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: 79
Maintainer: Faidon Liambotis <paravoid@debian.org>
Architecture: amd64
Source: libmaxminddb
Version: 1.7.1-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.33)
Suggests: mmdb-bin
Filename: pool/target/libm/libmaxminddb/libmaxminddb0_1.7.1-1+apertis1bv2024dev2b1_amd64.deb
Size: 30728
MD5sum: 5ecfe15fe4d3c61ed90f68c7e8b31cbb
SHA1: 4140d5def26e4b8ee3f38773452f0ef1126122f8
SHA256: 7eb18d40e08c9314dea05fe66ccbf965bb3502e92118ed5270f9076df5757058
SHA512: 6bd89d914bccc509afecec3f8af1018e23005ad9c43216238987fb8a9f6d16dd44cc66578ccf1f52b44015110dc4d83751d8caa8f57396dfd3de396d53d6fa2a
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: amd64
Source: libmaxminddb
Version: 1.7.1-1+apertis1bv2024dev2b1
Depends: libmaxminddb0 (= 1.7.1-1+apertis1bv2024dev2b1)
Filename: pool/target/libm/libmaxminddb/libmaxminddb0-dbgsym_1.7.1-1+apertis1bv2024dev2b1_amd64.deb
Size: 31456
MD5sum: e38e92cbd6435cdd1fe1e4945d28fd06
SHA1: e5de9ef053755299db7d3dcc22faed54cdaca2ea
SHA256: bd4d3fe7fa3abbc06ec7392ebf6e2ec3e5b04cf70cb43dcbff7f16c89ea8ede7
SHA512: 298a1cbd1d397e36fc872129ec50d389ec4a201e8108144c61b8344dc8305a9da04314050d84e4a46bae1dc61ffd882b008e6c4580a5992f3057ffe68e4929f6
Description: debug symbols for libmaxminddb0
Auto-Built-Package: debug-symbols
Build-Ids: 4ab4a455f079992516436c0196f707643fc33950
Multi-Arch: same

Package: libmd-dev
Priority: optional
Section: libdevel
Installed-Size: 207
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: amd64
Source: libmd
Version: 1.0.4-2+apertis0bv2024dev3b1
Depends: libmd0 (= 1.0.4-2+apertis0bv2024dev3b1)
Filename: pool/target/libm/libmd/libmd-dev_1.0.4-2+apertis0bv2024dev3b1_amd64.deb
Size: 48892
MD5sum: 00bb77273023dc44538838bcbb073032
SHA1: ca679f42db70d5e2b85de732eb40a52d46f70bac
SHA256: 97c85a87640c6321e2b8c329cce4a98dd9ce15d94bc0739156f615562b42d40b
SHA512: c133b8fadbebc35af7dacaeb2adb87cfb9e381dbf6ff8ea8cb725b3cb0b1ba1d8aaf03136de22f2db7004dbe79c5ecb29a666eab63ca0b909c96911a919375e8
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: 81
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: amd64
Source: libmd
Version: 1.0.4-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.33)
Filename: pool/target/libm/libmd/libmd0_1.0.4-2+apertis0bv2024dev3b1_amd64.deb
Size: 31400
MD5sum: 40bbafc8a4c904de24c940150d75f126
SHA1: 54ba618b12e26448b5fdcfcdd03663dea832dde4
SHA256: 2e8db050321cd693a658bee990548241fa99fbf6f66351820da319ef78120ab4
SHA512: 9bac667321f31c7b79352482d001eb950711d4bece105f48afdc6394d6f7aa33b8305421389655dec03ffab138e054524ac00df86f0788e0453386f28c1fa17f
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: 47
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: amd64
Source: libmd
Version: 1.0.4-2+apertis0bv2024dev3b1
Depends: libmd0 (= 1.0.4-2+apertis0bv2024dev3b1)
Filename: pool/target/libm/libmd/libmd0-dbgsym_1.0.4-2+apertis0bv2024dev3b1_amd64.deb
Size: 32052
MD5sum: cc1ffcb98d5814c903b52bd171823a0e
SHA1: 3d48af3814fc4735d9eba1891feeb38cd80ab8ad
SHA256: faffceb21b1f311c76293c70ba9f0c8282752615647aeb17161b496086da1a0a
SHA512: f116df19bacbfad977018961a2530e609c1a761a76570314da7efb93be6f4fd7df16b70abb61785db6778c24de42b8f2a0b2197cf8e23b718b49bd841ef43e49
Description: debug symbols for libmd0
Auto-Built-Package: debug-symbols
Build-Ids: f6887b3fa08d14641c5bf5558c17959589e2db25
Multi-Arch: same

Package: libmediaart-2.0-0
Priority: optional
Section: libs
Installed-Size: 59
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libmediaart
Version: 1.9.6-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.4), 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_amd64.deb
Size: 17320
MD5sum: 58ee8f54cc90a8db8a12b12fd0146fde
SHA1: 2650c25cc39e899657b84561f630e92d4e6f40f2
SHA256: 4aba7884366783304b458db93bb106d9028c849d81101551e5e2ee94b711243e
SHA512: 423685ae5dcfed0d1ffdd37db22d48edea3689304f644523174646111bcc63045b004bb7d1cf17bc0210c0d0301adb08aa0014b1b18fb33f93c77619c0bd85de
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: 60
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 42888
MD5sum: 3b80452abbbd99ff1e45e7a928941242
SHA1: 3c368cb313e9d1e99c6e50442fd04f17c56fefd2
SHA256: 5dfdf9d6f16cca24a654560414303f6910ba4c5f3a76ce02f34a29bca41afbe8
SHA512: 73d5dd811f7f489deda4d06f41daa6c37ff2c81d129a3e7e60d30bc7c5e97f29d35d9249ebf7bb1426bd8b300cba4e7fc54c5f11bb10511d0b8053868fa012ba
Description: debug symbols for libmediaart-2.0-0
Auto-Built-Package: debug-symbols
Build-Ids: e911ac67e36c9ee1dc4bd794a8a71903fa6752aa
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: amd64
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_amd64.deb
Size: 13060
MD5sum: 1f3bebeedc6abd9bfcd0db5aefe4be9c
SHA1: 515e261bbfdcbabc83c146eb3f7c8176dd53a04e
SHA256: b35f556ed4782b0753e00f507873cce6abb795c55ed52ecb8f0fafd8c6094480
SHA512: 85bf8220546dd8fc9e9276d07ac5ae0ee0816b523feb3d68b2b4733d89bfb0d0203cb820207871f1274a1334ef30090eacf1e5ed595ac1ed3f1cd0f0ade95186
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: 631
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Architecture: amd64
Source: libmicrohttpd
Version: 0.9.75-6+apertis1bv2024dev2b1
Depends: libgnutls28-dev, libmicrohttpd12 (= 0.9.75-6+apertis1bv2024dev2b1)
Filename: pool/target/libm/libmicrohttpd/libmicrohttpd-dev_0.9.75-6+apertis1bv2024dev2b1_amd64.deb
Size: 291588
MD5sum: 1b028db2d50a3c139a3db0e356880e21
SHA1: ca527a2882772314a410ed57371998b1cf7a242f
SHA256: 31b634d818e69f104d6aeb61da60290b83d093af0ad9e292bc74ae758d6b3bbb
SHA512: 8a8891a5da2254907aa8867fe63632753b802c5abf5d3cf841d53c402eacf0955e4b811172293aaf19122f0cca1def4ca1a604677aad442802d6c038ac07b8ad
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: 226
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Architecture: amd64
Source: libmicrohttpd
Version: 0.9.75-6+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libgnutls30 (>= 3.7.5)
Filename: pool/target/libm/libmicrohttpd/libmicrohttpd12_0.9.75-6+apertis1bv2024dev2b1_amd64.deb
Size: 119344
MD5sum: 8ebb09ae6bb66e1ec2c6acbcad1fa891
SHA1: 3a46c30e205d4a491a3f64134fdda8afc3b6065a
SHA256: a9c4980a9ff2145099591a3e0fa61a38bc356471dca4a850c56d817d0a1f4fff
SHA512: e36dacb3f90b2084235858d25fd791d5535d15548aea4d7c6399888b22f48c908d84e9fed34eb47809281c87745bc13351b61181dfd809a20f83e778ec15d7f6
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: 218
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Architecture: amd64
Source: libmicrohttpd
Version: 0.9.75-6+apertis1bv2024dev2b1
Depends: libmicrohttpd12 (= 0.9.75-6+apertis1bv2024dev2b1)
Filename: pool/target/libm/libmicrohttpd/libmicrohttpd12-dbgsym_0.9.75-6+apertis1bv2024dev2b1_amd64.deb
Size: 197440
MD5sum: 0edaed67e9eaf878a99ccfd54a862acf
SHA1: 8865afc5283a124bbf15dd90301a3aa6d2e99316
SHA256: 2a199901bba0050f2c12d2b5e060b22a17ab5307cfd78899d153a77e219d7d0d
SHA512: 0323da4f314e3d6bfb7a6da5244a8a346e2d702d1a637456b5e2686a1af8cdf654639b6fe7a70b76bdcee061d3b437933fd8583c24e3a909683ef557c61a687b
Description: debug symbols for libmicrohttpd12
Auto-Built-Package: debug-symbols
Build-Ids: 82409ef300cf36b2b29de579899201c58c80fa17
Multi-Arch: same

Package: libmlir-15
Priority: optional
Section: libs
Installed-Size: 34962
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: libmlir-x.y
Provides: libmlir-x.y
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libllvm15, libstdc++6 (>= 12)
Conflicts: libmlir-x.y
Filename: pool/target/l/llvm-toolchain-15/libmlir-15_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 6261512
MD5sum: 2ff2fd5cc94444cfee7e9016c9d67a9c
SHA1: a197c6ca480bc0b2babb9e367bad939dc71468ac
SHA256: 56a5aedad8fc80438fcc5b4ed9a8a8a08cfcbbc6805ee16f71f0a96783137497
SHA512: 482b5ec7a7478d3b2ebd2fb62373e18d1bf254a1637bca4f4622c9e4fcb6944a05b90361dd306dfb79c9a1fcec345a4d4cdec7ffaf01d94bf7510bd385101e03
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: 15762
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libmlir-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/libmlir-15-dbgsym_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 1090728
MD5sum: 5542b6d48035cea1c5455112eccaaaef
SHA1: 060c47ba83e7180e19b3736272d8c461d7e71928
SHA256: bdb145afd573d12b3ed3e612f27d3a735bcb363e968d1225707474f59e94c4a7
SHA512: b6c624402f209316853f39e669313df6c0b69d76912cc9e2aff38632591e09b75c5831142306da918a75a00af33ea3d8d0a5dd64635f893eeeea73fc2c1c355f
Description: debug symbols for libmlir-15
Auto-Built-Package: debug-symbols
Build-Ids: 5be0027e909129a24e53467320e3f0c3befb9354 857634112e891f316c3946086b30318eba9c5ada cfd06af817e5bf784af9cf341dd0d92c959e1c9d d6ef589f51e5fce4949d3b810ed9b1d96496f037
Multi-Arch: same

Package: libmlir-15-dev
Priority: optional
Section: libdevel
Installed-Size: 164950
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: libmlir-dev, libmlir-x.y-dev
Provides: libmlir-x.y-dev
Depends: libmlir-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Conflicts: libmlir-x.y-dev
Breaks: libmlir-dev
Filename: pool/target/l/llvm-toolchain-15/libmlir-15-dev_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 11694488
MD5sum: 1888d3586f7842a6cfed6b64a3af8644
SHA1: af2b3c148ff859427c1af66c7007720f55e8c145
SHA256: 77f8db731517e18cab99883d119fe4b97164c14351639f6a4a12bde14c776d08
SHA512: d35d9b321a38ddabf956a62a1fbdfbf25ee1647dca1910a903384dcc6870ff7b6aec665745a82547c8958795d38a266be75afc665ba8899a19f64c94e30eb2c5
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: amd64
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_amd64.deb
Size: 6436
MD5sum: 7a088cbed88a8b8f9280c57117b8602d
SHA1: 07ce1cd697cbcd1dd7d5c76ee4935109c020a4b1
SHA256: 9e26265b8ea8010b58d2eb2e07cc87593177d125a760e668dad369be32dcc508
SHA512: 0c00f5b397ffce9c2ebb321737f4b032533e7f70539c604826396f589eb5f5b6eaa52144afd42c758dd8c1f728797ce2fc86091558ed5d9ca5257e1acb19c6f0
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: 47
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: amd64
Source: libmnl
Version: 1.0.4-3+apertis1bv2024dev3b1
Depends: libc6 (>= 2.14)
Filename: pool/target/libm/libmnl/libmnl0_1.0.4-3+apertis1bv2024dev3b1_amd64.deb
Size: 11284
MD5sum: 396fa26034fac5e2fc2f3a8420c0e387
SHA1: 2ca286d94e554451b812b29fb547a20a5d5d1f32
SHA256: af2ce23f467dc8d2318919d809c2433c468fe3bdee5bf4a783ef147e1c812b19
SHA512: 97068bf3b90b26fa5ff272889dd18d2ac4a2492bbb43529436d248ddb94a7f62e32d11c9e1b270f0a34d328b38c6c325f2c0e7694b585b73016a5ed58a9b3261
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: 34
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 18976
MD5sum: a98831759e3da1906f6e19fe196a70c9
SHA1: e631cae765cd478ac4490e32f7c22770211c5be8
SHA256: 5be7d77a92fe1d363c87eb2389dc53c6a48c2134ec7141722c4a24fc076a2fb0
SHA512: a328cf91dcfecd217a7abd3343f6ac899e823db5ca21d30273e606d8cfacec2191f228a9d4b89dddee0f4b7552323ff7a62932e7945eca18c2c0a3f8ccccd58b
Description: debug symbols for libmnl0
Auto-Built-Package: debug-symbols
Build-Ids: 7377ac98cc8707b8f89331e360739c9188e81493
Multi-Arch: same

Package: libmosquitto-dev
Priority: optional
Section: libdevel
Installed-Size: 213
Maintainer: Roger A. Light <roger@atchoo.org>
Architecture: amd64
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_amd64.deb
Size: 69724
MD5sum: f0e9a3ab75eb42164ce6967d114d77f4
SHA1: b683a4418f0b86907801f29edc9ba1fb18235cbb
SHA256: 71712f6bf45a10cd21c372e3a7977fc0bef89e5ca2ced6f6bec694b06f0fa8ef
SHA512: 28ecf3dc52fadd6248f0be9db1b965a9d4f86addca0f2421f287cc42496b23c507f66f9c6c927da93f5e9774bd296bf656bf109f0a64e26ba5ce02ec30185f75
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: 180
Maintainer: Roger A. Light <roger@atchoo.org>
Architecture: amd64
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_amd64.deb
Size: 88328
MD5sum: c4911fe389e22d61707734d6859a9f39
SHA1: cdd7db009fb6ad674a98f4b56165332b4749fec3
SHA256: fa0c63eaedce70584947fc140b81ee3bb3a5effcee93093dd56a77276b19d254
SHA512: 7aa0ffc0abe0e11e44576e90d3c5d333aed6675c4423666b437dc062b21784caabbc927d8d7d278c9a83e1e01d6613a9f7d677865ea3166e74543fd27181c309
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: 132
Maintainer: Roger A. Light <roger@atchoo.org>
Architecture: amd64
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_amd64.deb
Size: 106612
MD5sum: bb4bd73156889c60e00eb90e89439a79
SHA1: 454f6efd01bad12214544772b50d3db052e586e5
SHA256: 5c2323fbbacf3bceb307f7cf925ceae3fe81461809fd06bf5cceb362bf3b434a
SHA512: 8f6a7c3a4ce35007534ba6e802f05ebb77561944e79a53f77077d183c5e9e86ff6039005d272e4ad9ccecef917fc0abf300dd950f9d06a27e2da7e94f1b74144
Description: debug symbols for libmosquitto1
Auto-Built-Package: debug-symbols
Build-Ids: 042cf51cc7cb5a687474a2521207fde9a2b84d88
Multi-Arch: same

Package: libmosquittopp-dev
Priority: optional
Section: libdevel
Installed-Size: 78
Maintainer: Roger A. Light <roger@atchoo.org>
Architecture: amd64
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_amd64.deb
Size: 51116
MD5sum: a8fd44ab1d94e8621152102ae7b97569
SHA1: 12fa798b1c33f955e776c58ad038099b4b2a12aa
SHA256: 877ace15d5c5ec6cf20414bcb47faa213bfe4103c6e068aa9912e9292461131b
SHA512: 472696299d48d5bd4357c77778f4ed9447be186c50bff8a7d84f917cec99757fd9482103425ce815b2d9e92b7357d6a028e33244aa68adb7c025bbf20f07cb96
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: 98
Maintainer: Roger A. Light <roger@atchoo.org>
Architecture: amd64
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_amd64.deb
Size: 54804
MD5sum: 76626089a6bc9fe036adf6c4f65cced6
SHA1: 78fec8ace3fd991b35b4d44eed103c8b7e55d863
SHA256: 9e6ad3fc3d063fd7e6a2bbb03fd6d6f5b980d35997e1143fb5634a74fb28389b
SHA512: 7bc87894c823aa26f61175381c2a63f0cb332c6c5e9e5f57aeb257727d74d42585ec539b9443d144b78c20ef78ee30d02224ee8970865628d1f2779a8d9ba289
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: 34
Maintainer: Roger A. Light <roger@atchoo.org>
Architecture: amd64
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_amd64.deb
Size: 14904
MD5sum: e4dd91dcd89e1c1bb091f4f478501ac0
SHA1: 397db3af39b927fa7c802502fd3a0c68d469025d
SHA256: 888d9fe53bcdb1d4ea57966e7f5b78c451682a2c1aca4df05df921e58dee8bf6
SHA512: b8003285eaa917cb104126c0ecaeebc8a479376c47197b57ee043966778637fbaf4a7c64dbd24f6db9e12ab5ae4113c9743caf4fe7408bb09d9fec976830733c
Description: debug symbols for libmosquittopp1
Auto-Built-Package: debug-symbols
Build-Ids: 787fe6b8a0c5d2fa4521aede33038ad97cd44548
Multi-Arch: same

Package: libmount-dev
Priority: optional
Section: libdevel
Installed-Size: 91
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 31984
MD5sum: e4bf7ad50287ecf30d8a497b11e9c0e1
SHA1: dcf5be37c1cb5393fcdc304c4610e11345602430
SHA256: 724fb52db0380348806dcf0bd2a77e9d1dfeb781fcace97b91e8e81f30d36070
SHA512: 6d49c6764c95732211839327a9952b9d74bc16c8888eeaab5d000beafb0e49d79d8d7bbddde0f9aa48b976b6ccf5272600b1091d9f880ed50338049d815ff6aa
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: 467
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 175284
MD5sum: 47e773975626d3d5012e29645101f971
SHA1: d5b7070a16904af3e697fb2642e729697f583d19
SHA256: 1136fd2eb92ad6fdf6036387f455845a74592895b561d680aa21b8aaabead0b8
SHA512: 8d0fb0708fe17f39fa6fdfedf25a0d019e43a42e65a5c83460c4ef3470b37d1cb65406cc43cbdf6f9415db3f1d665a75705ecd9dd9ab3a3d2c285c1ee3b1b481
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: 486
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 444884
MD5sum: e3adf9c8dd7daf03c35d347f0c7a5557
SHA1: 5e62d423cd2019f5b0aa4efd5ccecf778f98b5c4
SHA256: f087640ff29bc20349d1a011d9b64367e832c82d411f1a13024f8b31704f7c64
SHA512: 27dbd0b4c9c446d98ce687149a19caaca4ae60ec39dffa6a9e517bc2bcc970ed36845128f544b1c7167b1de3f296856e7b98bf6586ad4df446d371abbac59ba1
Description: debug symbols for libmount1
Auto-Built-Package: debug-symbols
Build-Ids: e090b743c2eb8c14e75d69b5db106e48801b40d5
Multi-Arch: same

Package: libmozjs-102-0
Priority: optional
Section: libs
Installed-Size: 31062
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: mozjs102
Version: 102.11.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.4), libstdc++6 (>= 12), zlib1g (>= 1:1.1.4), tzdata
Filename: pool/target/m/mozjs102/libmozjs-102-0_102.11.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 8079660
MD5sum: 603dced98841213ca1afb4897014f530
SHA1: ec9df5b842611a21e6f0c414a928af2e2e36d24a
SHA256: 11de6caede5a7bc470506b1abb0066435c8a5503dfd96d875b30128b2df690d0
SHA512: eef1c7112864a09b5c725212b025e410d3868673dcdc9e914dbd50cd1daaa7367ba02cf6498069d055afbd4ea672111bf5535a1bae8cd8e4f18baf6f4fcd3b38
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: 128668
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: mozjs102
Version: 102.11.0-1+apertis0bv2024dev3b1
Depends: libmozjs-102-0 (= 102.11.0-1+apertis0bv2024dev3b1)
Filename: pool/target/m/mozjs102/libmozjs-102-0-dbgsym_102.11.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 127841696
MD5sum: 4f1a38d571489c2588f3e1dc94c09e83
SHA1: 49210abf56b1aa325f5ba2e78e2931b3e6ff2f47
SHA256: 971eb5bdb470eb142bb3c3a22444fa922b7340256f2a4c580ae833875c5f31bd
SHA512: 79f56dd0430d1b6a5e7f92cbaad4761314e096c719966ee76a6b4df27d0e348c05a1e802e5d186fa583e0e45dc6433b9f9954ac03286c10389ce756bbca34771
Description: debug symbols for libmozjs-102-0
Auto-Built-Package: debug-symbols
Build-Ids: 6224820375ce6a39dde3b45f1ca3c6968cf0941f
Multi-Arch: same

Package: libmozjs-102-dev
Priority: optional
Section: libdevel
Installed-Size: 41847
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: mozjs102
Version: 102.11.0-1+apertis0bv2024dev3b1
Depends: libmozjs-102-0 (= 102.11.0-1+apertis0bv2024dev3b1), libc6 (>= 2.34), libgcc-s1 (>= 3.4), libreadline8 (>= 6.0), libstdc++6 (>= 12), zlib1g (>= 1:1.1.4)
Filename: pool/target/m/mozjs102/libmozjs-102-dev_102.11.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 10083396
MD5sum: 664692efc34298fe3860f530b18c35c3
SHA1: 63bc83f252951813c8d36680d7f1f1cc22afb8c3
SHA256: b30b72d1a5e478818fd1641f5b9d03d65bb21f46dcb89a52cfce9d29b48e98b4
SHA512: 41299df1d0e6cf1ff222afda3ba6412268b3eec2998c4a9214e180f366c000cc673c82ceef1138d92d428824213551439a146079502c0f181cc1dde0fecc5699
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: 135265
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: mozjs102
Version: 102.11.0-1+apertis0bv2024dev3b1
Depends: libmozjs-102-dev (= 102.11.0-1+apertis0bv2024dev3b1)
Filename: pool/target/m/mozjs102/libmozjs-102-dev-dbgsym_102.11.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 133627680
MD5sum: 1950aa222ccca96fcf859e4728d87558
SHA1: 87a303bfec784b2db3f2df3d637ee4fa0b27652a
SHA256: a555867be6e35bff992d92a51003f83baafc7f427416e5a1c316dc7d396f98f4
SHA512: 96055b38182207d89ea2c0b5e50cedd66812fea6eeb247d9f183aba84fcd8bcd2d1ed52c1dd6331aba3b870a1d612d79ac44473d80e82653d2b3f06bec8d3a4c
Description: debug symbols for libmozjs-102-dev
Auto-Built-Package: debug-symbols
Build-Ids: f5e55fbff538ed56b56fee1b507925965ca5ea47

Package: libmp3lame-dev
Priority: optional
Section: libdevel
Installed-Size: 761
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: lame
Version: 3.100-6+apertis1bv2024dev2b1
Depends: libmp3lame0 (= 3.100-6+apertis1bv2024dev2b1)
Filename: pool/target/l/lame/libmp3lame-dev_3.100-6+apertis1bv2024dev2b1_amd64.deb
Size: 385332
MD5sum: 4e05d5366fa427acbe55f4675ed9b0cf
SHA1: 4ebc5f3828879649fd4f96f44b5db3bede648315
SHA256: 94d03f823611cc37ecc4b4661d2bf2f958b619237d645a6539e664108b4cd94d
SHA512: cf4433bde4a43ce4a17a10aea1cd3525249ce336a7781b92bd19407e12f3c28260b1adba8328a2da901b51bd096be7912cee8d2a18409ecd169edcd3d098e960
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: 543
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: lame
Version: 3.100-6+apertis1bv2024dev2b1
Depends: libc6 (>= 2.29)
Filename: pool/target/l/lame/libmp3lame0_3.100-6+apertis1bv2024dev2b1_amd64.deb
Size: 363184
MD5sum: d71c68038b84a3214456b6a566e2588d
SHA1: 2eea418a916158b10fc095f0dc2c8e93b00445a4
SHA256: 9cd84cabf72ea5dff5bf19ab19bc03fed80d8492812b14890c85ec8d975f6a14
SHA512: 76674d1c40ec29ba19903d4f87fcc348e3d1917c7b8128d5eeb97eba359200d67026ad2b7518e56e338aea0c502d40902fb5c2e0987d0d4770d6b603ee69d49b
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: 357
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: lame
Version: 3.100-6+apertis1bv2024dev2b1
Depends: libmp3lame0 (= 3.100-6+apertis1bv2024dev2b1)
Filename: pool/target/l/lame/libmp3lame0-dbgsym_3.100-6+apertis1bv2024dev2b1_amd64.deb
Size: 330280
MD5sum: d4ddb64e5b35fe13a216e864ee492946
SHA1: d6ba2c150c5a134091bb5e0bfb395a52d1fcb492
SHA256: 79654e7241af29062889fb0967213f1dd4c5fa0dc8cc457198fafc6b25cbfbc1
SHA512: 201279628eaff2465a64438b054b486d8129039660c8a4da800e0a491e7d642f932309ac348955293738f06e1c303169cd3f97d365010fa85f9fc57c8f54b781
Description: debug symbols for libmp3lame0
Auto-Built-Package: debug-symbols
Build-Ids: f78e0ba44bd6c313dff759f6c67ed823639eb83e
Multi-Arch: same

Package: libmtd-dev
Priority: optional
Section: libdevel
Installed-Size: 105
Maintainer: Bastian Germann <bage@debian.org>
Architecture: amd64
Source: mtd-utils
Version: 1:2.1.5-1+apertis1bv2024dev2b1
Filename: pool/target/m/mtd-utils/libmtd-dev_2.1.5-1+apertis1bv2024dev2b1_amd64.deb
Size: 29536
MD5sum: 4f3c21839207b06d103333907ec6e065
SHA1: 67fd38c945e29b53114fd0af8a6c45180ccaa70a
SHA256: caa11457b0fd4cde33bee776f8f182dffa16e3a421f02f1c8b1f5d0a2d4accb7
SHA512: 9bce6876bd5c2ad2f7d12e8b677f6ad42af1fef31309d36e7bc944528c6f83cfee9d70624faf3e95737e089d0164439bd20db4e7c5c2ac2fbae06e2afc89bbd5
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: amd64
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_amd64.deb
Size: 14892
MD5sum: b5889815bed59fe962780e02a7f1b457
SHA1: 59e994b9257ff41b4db8a87c5ed34bcab680454e
SHA256: f774b24f8b7a6de0336ead33ffc89f2134a6033a5d4cb3a8c065189223dd4a3f
SHA512: f49aa1becaf1f246bb89fa39803eadb48c1152c7d71114e1506fcc34f308916578a93be7ef1a0b12472559693e468af9be57c9c2a4d3d82e4cdb801928f4f86e
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: 57
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Architecture: amd64
Source: mtdev
Version: 1.1.6-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.4)
Filename: pool/target/m/mtdev/libmtdev1_1.1.6-1+apertis1bv2024dev3b1_amd64.deb
Size: 22404
MD5sum: 07e1ce5a0b499e42486071e3b0883ec0
SHA1: 088b495abbbb1df02d06552b3e5d05693df7d462
SHA256: 336f2e8fac592a0f46acd52c6dd9322c18d9615e2a0584c2775bb4ac881233e3
SHA512: 7fdadac85da3baebd46c6ca7933306d156ea1bc74d99546f39c2645c32b6a4cf8d6cbfcc1d240a715a68f9498a93683f0ca2f46f439bb29a02428fab451d3f31
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: 41
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Architecture: amd64
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_amd64.deb
Size: 27712
MD5sum: de82ba22262bb783d187e11d1866ff88
SHA1: 04105bc29c989bd957345f3d1df9c50d4c11b91d
SHA256: a99027027c1e69807288a471ecf7bc0fb2014fb3b49dec953bd5a9fd8a89272b
SHA512: 98e47bbd8bc4ba822496a4b841803e70c94f328ac77a7f9c5a0876a4b5ced4659d29ef8ca8eb8bd7b39e02a8133daec0cd977ec3f5e25da16149f2a2f106e1b5
Description: debug symbols for libmtdev1
Auto-Built-Package: debug-symbols
Build-Ids: 7495ac16484992369e7fd905e1d6e21bc82fd5fd
Multi-Arch: same

Package: libncurses-dev
Priority: optional
Section: libdevel
Installed-Size: 2319
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Replaces: libncurses5-dev (<< 6.1+20180210), libncursesw5-dev (<< 6.1+20180210), libtinfo-dev (<< 6.1+20180210), ncurses-bin (<< 6.0+20151017), ncurses-dev
Provides: libncurses5-dev (= 6.4-4+apertis0bv2024dev3b3), libncursesw5-dev (= 6.4-4+apertis0bv2024dev3b3), libtinfo-dev (= 6.4-4+apertis0bv2024dev3b3), ncurses-dev
Depends: libtinfo6 (= 6.4-4+apertis0bv2024dev3b3), libncurses6 (= 6.4-4+apertis0bv2024dev3b3), libncursesw6 (= 6.4-4+apertis0bv2024dev3b3), libc6-dev | libc-dev, ncurses-bin (>= 6.0+20151017)
Suggests: ncurses-doc
Conflicts: ncurses-dev
Breaks: libncurses5-dev (<< 6.1+20180210), libncursesw5-dev (<< 6.1+20180210), libtinfo-dev (<< 6.1+20180210)
Filename: pool/target/n/ncurses/libncurses-dev_6.4-4+apertis0bv2024dev3b3_amd64.deb
Size: 348900
MD5sum: 7496bc38d9959be8097d763c32f225b5
SHA1: 3cd4414bcc3248b877dc9ae347bbc6b64e002ad4
SHA256: 6e1aaf1773c4e7c8329bf591b78d142387a525f33fc5189f93d728682c7ffe0e
SHA512: 0894aa471da1314b74ff1b82eca4431b7b21a7e35a49c94ff3f1b3f59660c63c957b20b63c999ce12303af496159838126297f7502df59e16a726f7651e42fd6
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: 318
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: libtinfo5 (= 6.4-4+apertis0bv2024dev3b3), libc6 (>= 2.34)
Recommends: libgpm2
Filename: pool/target/n/ncurses/libncurses5_6.4-4+apertis0bv2024dev3b3_amd64.deb
Size: 98480
MD5sum: a8bf1f22d98146b67d829705cd4da9cf
SHA1: 95b4207d317b59a79fcd5d021396010be92ccb13
SHA256: f45153a58054d59c83af9e189c6550d2c5ce020482235a374ba4c8bf010e5b4c
SHA512: 53b0e03cab32a1ec8a517d3f806a3c29a0e9fd0b26fd785af6efca1998f44eaa485b6dff3ad6f685c27bf626aad934ca837968c5c30fdf26a9bcaa7a3d3954a2
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: 332
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: libncurses5 (= 6.4-4+apertis0bv2024dev3b3)
Filename: pool/target/n/ncurses/libncurses5-dbgsym_6.4-4+apertis0bv2024dev3b3_amd64.deb
Size: 273068
MD5sum: 0d081af5214d5708621b9254eb8155eb
SHA1: 6a7b29d7c54188fdb5e1c71a179e6e6fe0dc83dc
SHA256: 81479b3d56a195c349adbf1ed2e0b2abb92ec40690ba1ae57ff0ee573112a4fd
SHA512: a4764826f85bebbb880e6945c8fcf4ee828f4c0f73b8ffa413d29101255336961f0136a00dffb5659a521060d4658d9c948f9830c7c8ad03629c1f698444da54
Description: debug symbols for libncurses5
Auto-Built-Package: debug-symbols
Build-Ids: 8b53419c6ecb71f08f5d2906ab629e5c9834a042 970d6503498b8a23e277907cb52f9e40cd703f0f cd8fec12f8452509a215af9c9b9d071a9b03a30e f8c18cb66f7f349eb0dfdf7900b1c16bb9265d81
Multi-Arch: same

Package: libncurses5-dev
Priority: optional
Section: oldlibs
Installed-Size: 6
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: libtinfo6 (= 6.4-4+apertis0bv2024dev3b3), libncurses-dev (= 6.4-4+apertis0bv2024dev3b3)
Filename: pool/target/n/ncurses/libncurses5-dev_6.4-4+apertis0bv2024dev3b3_amd64.deb
Size: 940
MD5sum: 1d96c938d2e37b647ac967f8126157f4
SHA1: f6d4ad8be952621213d189bf7a74d224529c361a
SHA256: ae028c008931783ec684a8f399411d6e6666af0bbfb9cebc5913f324acd56a46
SHA512: 3d05ba181c15819309a58a3bb8fae92ad383c1bde40237855617765ede2b31304466f9ab230ad0cde8b2f2adbfcfcfd35dca1e8f2d1416151fa939c7ba5c14c1
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: 338
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: libtinfo6 (= 6.4-4+apertis0bv2024dev3b3), libc6 (>= 2.34)
Recommends: libgpm2
Breaks: cowdancer (<< 0.89~)
Filename: pool/target/n/ncurses/libncurses6_6.4-4+apertis0bv2024dev3b3_amd64.deb
Size: 104476
MD5sum: 91372331d58624dcd01910c8b1d65d36
SHA1: f30f94dec1683f4aaf5d777798a8af6074c79e38
SHA256: 2aa75b1c82c190f71b0a0322ef59b65d7fa0ee3619c85d5b3dbe33e273c3d042
SHA512: e1528c79ebbf49d8e2bcae83d4e216ef2afa982e70493e5e9f0c013eb09086cd68d5bd4a1c16dde5d4869379a51c734e5be98ccbc1d448d5a1d34b5a84ea9ec2
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: 360
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: libncurses6 (= 6.4-4+apertis0bv2024dev3b3)
Filename: pool/target/n/ncurses/libncurses6-dbgsym_6.4-4+apertis0bv2024dev3b3_amd64.deb
Size: 297480
MD5sum: cc2b5c4136d006ad02611f9712482aa4
SHA1: da7b27022a56d6681cbfa47e0237d96e5ef973ae
SHA256: b8762f96f85e9ebf4367e4acf688ec45a4a007bb18a0262dc0915074d667f141
SHA512: 6fc34bb9618b9d519a4c81467727ad3caeea885d78c739e1f8fa432e5fd5a02216232ded7c4875cb44c81a65acbc65583b27ba776adde1110cd4edaa602604a0
Description: debug symbols for libncurses6
Auto-Built-Package: debug-symbols
Build-Ids: 0b4db30ccc8ebfa1646b4bfc51d23bee92bc1f87 15caafb00bf42fa27e852577cb99aaa1e22c02d8 52f51b80239e5a1a3b135097e1e483c6ed47a5f0 9d4f8d9c55ca26b1a71b34dfd719eb1e2a55e7b8
Multi-Arch: same

Package: libncursesw5
Priority: optional
Section: oldlibs
Installed-Size: 383
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: libtinfo5 (= 6.4-4+apertis0bv2024dev3b3), libc6 (>= 2.34)
Recommends: libgpm2
Filename: pool/target/n/ncurses/libncursesw5_6.4-4+apertis0bv2024dev3b3_amd64.deb
Size: 121736
MD5sum: c786b9cd908026ca7cdd5a528a1eb230
SHA1: 76d088ebd5c49053f1065d64beb045d8df1d536b
SHA256: 242b91dfa36b99be477f1765bc1b062802c036e6dafb307b22e919b0e1bbec77
SHA512: 0040ff98acfa62636b5eccffb8f9fc65ea5170a87076f39c6b35d5561e1ea60cbc13c1760224d338cccca6f8ed4c880337d7a375563961b66fa1ee6ab7b7d8d2
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: 400
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: libncursesw5 (= 6.4-4+apertis0bv2024dev3b3)
Filename: pool/target/n/ncurses/libncursesw5-dbgsym_6.4-4+apertis0bv2024dev3b3_amd64.deb
Size: 338108
MD5sum: fd0f3953bcb1925290e7f3a8edaf16c1
SHA1: aeb45a0e016cb29109c8828e636a0545e18a55a8
SHA256: df632827f461f7981f4b71a0391ba147e951fb8514093d4ffc7ed589b7db1d59
SHA512: b5499c663875f9907159f736e7ddd99fae5a7ebb4bf3f824a613f527f577164c619ec574289434d380b4bbb3bea7c18dd469d4f13c7e85ae28febaf86341f362
Description: debug symbols for libncursesw5
Auto-Built-Package: debug-symbols
Build-Ids: 4f61109320e19f5739be4631e03fd3f046519582 8351810c22c86986417de8ddd94bbe4f980cded5 eaba1cab3becb685f9653bd947c36f253aa8a017 faf7e89493fd0d9147846cbea4fca856672e8a00
Multi-Arch: same

Package: libncursesw5-dev
Priority: optional
Section: oldlibs
Installed-Size: 6
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: libtinfo6 (= 6.4-4+apertis0bv2024dev3b3), libncurses-dev (= 6.4-4+apertis0bv2024dev3b3)
Filename: pool/target/n/ncurses/libncursesw5-dev_6.4-4+apertis0bv2024dev3b3_amd64.deb
Size: 944
MD5sum: 4fc1eab40d30d9f13646dee4e6ded662
SHA1: 277bb98bfc65291359613e00a45ddc12631c35a5
SHA256: 8e839ea2776ed897617fe6f41a5cab22273e13c641e73d905abded095809ed09
SHA512: 5636702464d4e05a34439ce3643deffd579b0a036080907bca73257cb373141b8c7c6fe77301586c574f931b29215e76ef0e3a11a322581e1a992abde1d31857
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: 415
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: libtinfo6 (= 6.4-4+apertis0bv2024dev3b3), libc6 (>= 2.34)
Recommends: libgpm2
Filename: pool/target/n/ncurses/libncursesw6_6.4-4+apertis0bv2024dev3b3_amd64.deb
Size: 135252
MD5sum: 2facb172b5d6d04e93f9dc11857e20d5
SHA1: 375d4faa2d32ed7ad62b9507fc725f9ff6848719
SHA256: cb7490a2e82ae36497fbf37915a60ec94b9cfb0087868f572c9b94d7b0f9be31
SHA512: 6fc91a97a5d0e7d82beb74a7cc8b09e127eec934a7226f3ae8b6767aef66965f7a8f5e64385c42be0b6c844bc2826af02cbbda988c8632563099f49ad721d0af
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: 446
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: libncursesw6 (= 6.4-4+apertis0bv2024dev3b3)
Filename: pool/target/n/ncurses/libncursesw6-dbgsym_6.4-4+apertis0bv2024dev3b3_amd64.deb
Size: 380352
MD5sum: 01d93cac9148e001324b3abe140c0b31
SHA1: 9ba32aa120a5231cfbe43d6b2843a2590f9534dd
SHA256: 1751dd3039088d5b13ff948487dc19c9803876df9ce51e6f65bd599c9c816cc8
SHA512: ce92981a78a1f9e2647810c04c28821677e740a54dc77a8907eb539e4ee94428adb0b4ffb724de03375b974465226181c2407fc7e93cca7630719750e96ddbd0
Description: debug symbols for libncursesw6
Auto-Built-Package: debug-symbols
Build-Ids: 0c01f0d5ce4add8e923ac3d66f2a0754831f82cf 1521637db0758391f83fe066d8e5be784ceb420e 17aaf9d6991b23dbdb8f97ec4230d6e7c0d4db05 4dfcd0db1d6505cd598cbf90805cf88db88c411d
Multi-Arch: same

Package: libneon27
Priority: optional
Section: libs
Installed-Size: 232
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: neon27
Version: 0.32.5-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Filename: pool/target/n/neon27/libneon27_0.32.5-1+apertis1bv2024dev2b1_amd64.deb
Size: 97784
MD5sum: 0aa32d57fde0b2c7bbc9af15c922850f
SHA1: 26d94a7dae146413074438f0dd2c083ad1c431ae
SHA256: faa3fa2d9599f24bbd1b62739af4f70b24f44ec5fa767077aea0b3541bb08699
SHA512: f83c5286bf719d3126ede77d2217bc83a192be272854851525d065c4e8d14f6f625c12c2976151ee0b0bdc2b745fa432124757a6654f9f387cd9408ed73868f0
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: amd64
Source: neon27
Version: 0.32.5-1+apertis1bv2024dev2b1
Depends: libneon27 (= 0.32.5-1+apertis1bv2024dev2b1)
Filename: pool/target/n/neon27/libneon27-dbgsym_0.32.5-1+apertis1bv2024dev2b1_amd64.deb
Size: 202504
MD5sum: cacf3eb6710274b2f93535abb2100563
SHA1: 25a978e20bdddf2bb0bedbad2ef3752ed098da22
SHA256: a8bee532542ce085b8aa41106064560984b342685d3e4b2ee1ef4a5c1775cee4
SHA512: c15ba18adbf6f60bcbf72f3852e4a384069dc14a75bfcef7bbeb281c964f48b2b8620586bd94de91151aed59b963a64b2a2b7f83dd5764e3ee057d95e3fa3ee7
Description: debug symbols for libneon27
Auto-Built-Package: debug-symbols
Build-Ids: 63c61f9bb7047390ff0036e4c4f6c92971d4f72c
Multi-Arch: same

Package: libneon27-dev
Priority: optional
Section: libdevel
Installed-Size: 658
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: neon27
Version: 0.32.5-1+apertis1bv2024dev2b1
Replaces: libneon-dev, libneon25-dev, libneon27-gnutls-dev
Provides: libneon-dev
Depends: libneon27 (= 0.32.5-1+apertis1bv2024dev2b1), libssl-dev, libxml2-dev, libkrb5-dev, pkgconf
Conflicts: libneon-dev, libneon24-doc (<= 0.24.5-1), libneon25-dev (<< 0.28.2-5), libneon27-gnutls-dev
Filename: pool/target/n/neon27/libneon27-dev_0.32.5-1+apertis1bv2024dev2b1_amd64.deb
Size: 175060
MD5sum: 90f795024590bb4d7e71eee19408e30b
SHA1: 820fe2405f321903e7b32fcb3cecc54a19d0d56c
SHA256: bda8d923867fca1f977411f512f79034ddd1a9a640f6ab1825998bbf0383a6e7
SHA512: 69180f328a80e1650b7066e15a65b3f5082a23db3946f86198a77a81a5887d9bcfe9fe70345eaaba015c84d998cd260076e2764cf8b97072b1c1ab0be3975900
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: 197
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: neon27
Version: 0.32.5-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.33), libgnutls30 (>= 3.7.5), libgssapi-krb5-2 (>= 1.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Recommends: ca-certificates
Filename: pool/target/n/neon27/libneon27-gnutls_0.32.5-1+apertis1bv2024dev2b1_amd64.deb
Size: 70524
MD5sum: 55373f276b7aa9138738d518e73834db
SHA1: 5d9004940dccb7f7a1c7abd94131f1eaa9d3417b
SHA256: 8692a53a27a7e7971f192dc86862df0f06c46336390ea199772cfd6ce4122e94
SHA512: 1a359df955f98ba394dd61c1a3cd550cb110eb1ef1add427f897452e19b504b88f0d0577e08ad918297ecc1f7e15ebcabb78b7246dd40c2b4ad9b617f758d6fc
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: amd64
Source: neon27
Version: 0.32.5-1+apertis1bv2024dev2b1
Depends: libneon27-gnutls (= 0.32.5-1+apertis1bv2024dev2b1)
Filename: pool/target/n/neon27/libneon27-gnutls-dbgsym_0.32.5-1+apertis1bv2024dev2b1_amd64.deb
Size: 203304
MD5sum: 5e4cbd3bf918fb4f0875c1d352d3c0d5
SHA1: 0de2d7ce445b56f57488dd871255723210191295
SHA256: 1e0fd627ad90e134ec2d77606498cc816421c3fdadf2b68af02f00d5bb431832
SHA512: d4b8c9b4a6104c8c37acd9098929be8c88f400eb2c31b4e509c2994a504bd456fa45dbeeb4b9dbc9892c6702de73d1769057d5aefeda62e7131dda979cb08e83
Description: debug symbols for libneon27-gnutls
Auto-Built-Package: debug-symbols
Build-Ids: 31ed1cb004a8db8a5a521ddff61ae8f40feaea2e
Multi-Arch: same

Package: libneon27-gnutls-dev
Priority: optional
Section: libdevel
Installed-Size: 658
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: neon27
Version: 0.32.5-1+apertis1bv2024dev2b1
Replaces: libneon-dev, libneon25-dev, libneon27-dev
Provides: libneon-dev
Depends: libneon27-gnutls (= 0.32.5-1+apertis1bv2024dev2b1), libgnutls28-dev, libxml2-dev, libkrb5-dev, pkgconf
Conflicts: libneon-dev, libneon24-doc (<= 0.24.5-1), libneon25-dev (<< 0.28.2-5), libneon27-dev
Filename: pool/target/n/neon27/libneon27-gnutls-dev_0.32.5-1+apertis1bv2024dev2b1_amd64.deb
Size: 175516
MD5sum: 9a00bbc421e8ad80ae386da4142000e9
SHA1: 158179b2423783f11ec86035a59a23a950fee387
SHA256: b3dd60fa5a118d96061af7861d577c19640d5a1d20101013e9c8ce5169a62bc3
SHA512: ae78ec4ea7c4a9d32c7cc2df7316a6d236f700fa9b2440c7b6c59ca32e139586607ad64d262a08a8f6737b9f5f4e7fd8a8d5188ddd63a9f034df09d034b3aa47
Description: Header and static library files for libneon27 (GnuTLS enabled)
 This package contains the headers and the static library for
 libneon27-gnutls.
 .
 Neon provides lower-level interfaces to directly implement new HTTP
 methods, and higher-level interfaces so that you don't have to
 worry about the lower-level stuff.
Homepage: https://notroj.github.io/neon/

Package: libnetfilter-conntrack-dev
Priority: optional
Section: libdevel
Installed-Size: 94
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: amd64
Source: libnetfilter-conntrack
Version: 1.0.9-3+apertis0bv2024dev3b1
Depends: libnetfilter-conntrack3 (= 1.0.9-3+apertis0bv2024dev3b1), libnfnetlink-dev, pkg-config
Suggests: libnetfilter-conntrack-doc (= 1.0.9-3+apertis0bv2024dev3b1)
Filename: pool/target/libn/libnetfilter-conntrack/libnetfilter-conntrack-dev_1.0.9-3+apertis0bv2024dev3b1_amd64.deb
Size: 15972
MD5sum: 8eedc2fa31a5f2f7f0aa3b186b5ca54c
SHA1: 320e0b7d9ef8852fa066e20594e486300a47812e
SHA256: 0f095b5ca7c66ed399a80addf53e075ac04661a264c93af6303857df028cf8b1
SHA512: add0c3c0cd1708f5d99f7c12546112b1c77f93609016f605b180cc9b83370012e031a9f6b8bec2df0b74a344cffec485835135c7f93cc722575ca22bef36b623
Description: Development files for libnetfilter-conntrack3
 libnetfilter_conntrack is a userspace library providing a programming
 interface (API) to the in-kernel connection tracking state table.
 .
 This package provides development files and static libraries.
Homepage: https://www.netfilter.org/projects/libnetfilter_conntrack/
Multi-Arch: same

Package: libnetfilter-conntrack-doc
Priority: optional
Section: doc
Installed-Size: 3050
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: all
Source: libnetfilter-conntrack
Version: 1.0.9-3+apertis0bv2024dev3b1
Filename: pool/target/libn/libnetfilter-conntrack/libnetfilter-conntrack-doc_1.0.9-3+apertis0bv2024dev3b1_all.deb
Size: 232548
MD5sum: c951c0787156f0625224c18be3022b2e
SHA1: b79a555a7512b0144cd3a5c5bb080ae4fd694a64
SHA256: 5caaeda18018210e825549808ed6cd462c22e52e290f37fc13277e28dbda6188
SHA512: 9d024172b3d9a97a47f46f971af62b64a31e2fe2297086ba13124a77852d49683a37597b972f33ff55cc1e80ad1c6a76e05cb46c707c9d4a200245c6836b39bf
Description: Documentation files for libnetfilter-conntrack3
 libnetfilter_conntrack is a userspace library providing a programming
 interface (API) to the in-kernel connection tracking state table.
 .
 This package provides HTML documentation for the API.
Homepage: https://www.netfilter.org/projects/libnetfilter_conntrack/
Multi-Arch: foreign

Package: libnetfilter-conntrack3
Priority: optional
Section: libs
Installed-Size: 144
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: amd64
Source: libnetfilter-conntrack
Version: 1.0.9-3+apertis0bv2024dev3b1
Depends: libc6 (>= 2.14), libmnl0 (>= 1.0.3-4~), libnfnetlink0 (>= 1.0.2)
Filename: pool/target/libn/libnetfilter-conntrack/libnetfilter-conntrack3_1.0.9-3+apertis0bv2024dev3b1_amd64.deb
Size: 41856
MD5sum: e90c5a1b252b25f795e5a26aa1e425cf
SHA1: 105deb8acf7141a0804e2d6adf254cf22ccd711a
SHA256: 3d89b4ec0d929822ed8b22fe1f5042732e8c42d346c04a5fea8d3b610af07a93
SHA512: 45d12033356f9d1b721509226f458bd2337a1c0076adbd92585f44f02d29c73861d2897d89e4b2e4d87b564424e70702feb4a4ad070ed1df085f3634315c4834
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: 198
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: amd64
Source: libnetfilter-conntrack
Version: 1.0.9-3+apertis0bv2024dev3b1
Depends: libnetfilter-conntrack3 (= 1.0.9-3+apertis0bv2024dev3b1)
Filename: pool/target/libn/libnetfilter-conntrack/libnetfilter-conntrack3-dbgsym_1.0.9-3+apertis0bv2024dev3b1_amd64.deb
Size: 168008
MD5sum: bd6d4de6b7ceca551fe8421013616604
SHA1: b6b941c5747be89578bd6f63bb671043c530c49a
SHA256: 8d4c32bc7c1b56d6f01443668f59176bab81375bda1eb0901e38080a91994a0d
SHA512: 7aba8f05359bac9b5d5e940bbe88cbef5ba8716ff736f2988fb7f5e4b0dd18672ef81dcf243d5c447db17c503bef4d4bbf2564e37671d982cc64f4eac8e5529d
Description: debug symbols for libnetfilter-conntrack3
Auto-Built-Package: debug-symbols
Build-Ids: ee6874a29be08e79fd4b1fa6761a5c51ed548e5e
Multi-Arch: same

Package: libnettle8
Priority: optional
Section: libs
Installed-Size: 532
Maintainer: Magnus Holmgren <holmgren@debian.org>
Architecture: amd64
Source: nettle
Version: 3.8.1-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/n/nettle/libnettle8_3.8.1-2+apertis1bv2024dev3b1_amd64.deb
Size: 290132
MD5sum: 01de939caec537dd856de05aa90333d3
SHA1: 79d59633bb536aeb5d295fbc7262f5712e38a33a
SHA256: af82f14efdc0e96121ed071cc0b67aea98c5b4ae818df8bfdba941cec52f2281
SHA512: 5e463c835dd752ab61b7976476a0702ae651367690b4a919309065ec728c692e31a8ad792b260589e650806625fc4ff265aa897c0e905280275407eed89b7dfc
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: 306
Maintainer: Magnus Holmgren <holmgren@debian.org>
Architecture: amd64
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_amd64.deb
Size: 265476
MD5sum: 071246b0a5b088bab0732cf83fd023f8
SHA1: 71320adc2815b48a3c5f7de38db55cc0250efa86
SHA256: cb737b5c4f841a97fc88bed41f3ea9144aa1204e9d0bf2c94e3e4fb380c58590
SHA512: cd7d24a8835930ffa8eb1f3ff8d36b712dd23c68b079f6cf82d56ce8db8c48cf519f4490027603265792e5d762885e2388381e646cc56f07ca085a82d1ba0006
Description: debug symbols for libnettle8
Auto-Built-Package: debug-symbols
Build-Ids: 1c8001b521098600ae94c28613606717c315db01
Multi-Arch: same

Package: libnewportiface0
Priority: optional
Section: libs
Installed-Size: 99
Maintainer: Apertis packagers <packagers@lists.apertis.org>
Architecture: amd64
Source: newport
Version: 0.2024.1bv2024dev2b1
Replaces: newport (<< 0.1706.1~)
Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3)
Breaks: newport (<< 0.1706.1~)
Filename: pool/target/n/newport/libnewportiface0_0.2024.1bv2024dev2b1_amd64.deb
Size: 23608
MD5sum: 07f5c385b4ea6ca2e0a6a0191fc9fb87
SHA1: 4328d89270cc35611c1de82f04ca10a3d0430fc1
SHA256: dbe1dcd3d014c65a866f9dfff70f2d2f8207604ccf999fbdb43b63ee2989643a
SHA512: 4e5e4c0b00d6e3c93736bf3b92de862db15a3165afbaaad79e147486ed1550146c79edb98b52811a305bf071d986a11e9ec2dace5c0437433557df4d3afaf719
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: 81
Maintainer: Apertis packagers <packagers@lists.apertis.org>
Architecture: amd64
Source: newport
Version: 0.2024.1bv2024dev2b1
Replaces: newport (<< 0.1706.1~)
Depends: libnewportiface0 (= 0.2024.1bv2024dev2b1)
Breaks: newport (<< 0.1706.1~)
Filename: pool/target/n/newport/libnewportiface0-dbgsym_0.2024.1bv2024dev2b1_amd64.deb
Size: 53920
MD5sum: 552790f5d9e8325c2da257f544746321
SHA1: da1e1cc3e518cc542f084a8bb78cde207f0143a7
SHA256: 535806613b2968db95fedcc11d3df503b9755472b504c55b89a431e93bb32b44
SHA512: e0a4fa2ebda6a695b5ab719eca6277f9ffeb41d06e53bb7b21688829847e55b6f3307e00097ae077dd98b39fbd7d03f0587887ffcec6285c80ef2988529c2d19
Description: debug symbols for libnewportiface0
Auto-Built-Package: debug-symbols
Build-Ids: fdb7c8deabbb49d0e019a616be5f03b849fcc5a3

Package: libnewt-dev
Priority: optional
Section: libdevel
Installed-Size: 274
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: amd64
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_amd64.deb
Size: 73396
MD5sum: f6fa5879dff52c998ca794613a54656d
SHA1: 6ead49c7235759e9e5877647f2fb03386d609dda
SHA256: ed20b3e6d5debc3bb934a578ccd1684bf0e20afbfaa4620e69b3a196a731bdc4
SHA512: 56f1f6bea279bd773d6cc522ddda243a971c3427fbe1fce5c8c48746c34b126c3fd60daed37e3a67bb20da41b69da0e0ea5ddd291750a773687539938a117855
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: amd64
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_amd64.deb
Size: 10348
MD5sum: 68057f98fa815c5056a4a1473482ce06
SHA1: eda8064627cbc11f0109640bb98c47f1f51bc29c
SHA256: 40c24a1fbf1fab455009176effed448cce9a1494e3d6d8bdacb402e3488e150f
SHA512: 0a7a957a9f28453d0de4d9df751d853577a5564328c7163cf8a06a77c2554522a3a289a09a1bad4f67dc2968e3e84664dd61de619c58dfbff71b0e9832fd9659
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: 367
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: amd64
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_amd64.deb
Size: 59472
MD5sum: 028247dd065d7a95f241f5b4c38cea5a
SHA1: 3b499818a75cc5f4b03cb68e33e97e46aca81816
SHA256: c5667c1b829bc0a51481520a2c11aaf39883394c738e06a41f5c3ce7d2eeac6b
SHA512: 2532f942fea4cfdcabd7a841c9c99a02d58fda9fce211292a5eb600c9812c59efe3978f48d45b3a036169c2a451dad8a6ade606c8e9a539bff3551b361c2ae7d
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: amd64
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_amd64.deb
Size: 103616
MD5sum: c03f5ab1c94a0af87535f7a19a41fd4d
SHA1: 5d442e8e83d04afc8c07e680519baaa396dd63ff
SHA256: 409936471a9863f19ee62488e5d0cce2d33375bf82ae7a922643079d3c4c8cf3
SHA512: ae550334cf757e63f007d0f977d8de6191ae7f933f059339c2a3cede907b98c886c0be51ab6bf99a2f83c50fc3ae98aaed34dfa30b8f1e8db0509771537f3b68
Description: debug symbols for libnewt0.52
Auto-Built-Package: debug-symbols
Build-Ids: 151d64bf5ab04bf3adccc4dde4008b1d44bf83d8
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: amd64
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_amd64.deb
Size: 8268
MD5sum: 9764cfa7bd8cc09db7c75d5c1168fd8f
SHA1: 3b49fa0aeab8cc60c72c09f1bacb5f4e2dadd30c
SHA256: 7325b40d584ee051ea642061362e23f178e77b81532ac75e48932c7417676318
SHA512: e1eed8486df0611c1a940f73220e03db845bd7e36092d9715806f82b5c745c6c5b3942cf3c980acb0e4759239edcb4c3a5b4b55ce683469f896725e2fd4f3800
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: 55
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: amd64
Source: libnfnetlink
Version: 1.0.2-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.14)
Filename: pool/target/libn/libnfnetlink/libnfnetlink0_1.0.2-2+apertis0bv2024dev3b1_amd64.deb
Size: 14612
MD5sum: a4261ed44eb202a47605753f99e66d3b
SHA1: d15fa5600726675db3b90bd2e681650bbbf7353c
SHA256: a11c567a0a5f72c2112a90ace8f71fa192af183886229888fd73bdf4d3efbe26
SHA512: d7878ad397e361d79cf3e7af0045e3b8e41738a0d4f774459dc87054d06da03b429be0d9a7d25078b489ff12564cc56231d8a4601973d391172b386a63d02dd4
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: 49
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 34616
MD5sum: 98d3a8a67b17eddc3fef1884fbcb6f6e
SHA1: d72cb7d23d6123084e3e6bc10631648e72a754d9
SHA256: 6dc657b1823d4c5db95ab4741f7c12238b9c1eee7df0826fd2d22a6b32f66096
SHA512: ebf20136fad72db0ea027bb0040abdb878c51db723407bdf9e56c1812c18fca2c9a943115f39572262a49828a46f3d351be827298e2d44289af705debecadc72
Description: debug symbols for libnfnetlink0
Auto-Built-Package: debug-symbols
Build-Ids: 11f7b046b79f7da56b521a8336de98b28267a913
Multi-Arch: same

Package: libnftables-dev
Priority: optional
Section: libdevel
Installed-Size: 46
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: amd64
Source: nftables
Version: 1.0.6-2+apertis0bv2024dev2b1
Depends: libnftables1 (= 1.0.6-2+apertis0bv2024dev2b1)
Filename: pool/target/n/nftables/libnftables-dev_1.0.6-2+apertis0bv2024dev2b1_amd64.deb
Size: 12908
MD5sum: 7f3d270c4d52284e1ef00c2f6df0a753
SHA1: 7a572f8d6bf43d2e8e18cddd2bf94f2875df1735
SHA256: baa19c3601903959e269e1837b0a1e5cb9d4d4d69d1b5041edbbb8b78eac95e8
SHA512: 3400959fab59061b620fcecb0a38a3ab115fc86e8e7d7caa53f35405f1de63e67981069b68ffc4d225817663bd96ba1130ad33da9a0a12e9b4baf53ff5d09a4b
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: 916
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: amd64
Source: nftables
Version: 1.0.6-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libgmp10 (>= 2:6.2.1+dfsg1), libjansson4 (>= 2.14), libmnl0 (>= 1.0.3-4~), libnftnl11 (>= 1.2.2), libxtables12 (>= 1.6.0+snapshot20161117)
Filename: pool/target/n/nftables/libnftables1_1.0.6-2+apertis0bv2024dev2b1_amd64.deb
Size: 298924
MD5sum: 88cc5d63698fd2f2471fcebf2f71bb16
SHA1: 6ef29f5ac448eaf4d60357059343d06bfe005437
SHA256: 2fe28224a075ad2321d804a673afe22b3e461b45294d88ea89a1fcc38c8d72ce
SHA512: a62eb1706a910b784a9db276dcf5eb7ac3d2c2c04ecb9097a72db6f7f7559056de225f8c9c1f0d6d67b464b3918069be210a4a5532aadc9ff1eda95173a40350
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: 978
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: amd64
Source: nftables
Version: 1.0.6-2+apertis0bv2024dev2b1
Depends: libnftables1 (= 1.0.6-2+apertis0bv2024dev2b1)
Filename: pool/target/n/nftables/libnftables1-dbgsym_1.0.6-2+apertis0bv2024dev2b1_amd64.deb
Size: 915236
MD5sum: 83f4e2d2df2761b100d99eb3a50c32cc
SHA1: 753ad3bd530517589b56f2053729ec75a5ce471a
SHA256: abdf84ffc5b13b6f596c0e91785b81cdeff16af9b56112d8b2d66e0d04924041
SHA512: 60fd2c47684238d2743c0815481aecc1d3f1b6464c994e572e05ba91706e6b58d50d444f5f9646a087fa73defa6c7fb35af62d7669498666fe892e9b235fffdc
Description: debug symbols for libnftables1
Auto-Built-Package: debug-symbols
Build-Ids: 9203f4d28f3ebfbdd85105138c8a4270074f61f1
Multi-Arch: same

Package: libnftnl-dev
Priority: optional
Section: libdevel
Installed-Size: 671
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: amd64
Source: libnftnl
Version: 1.2.4-2+apertis0bv2024dev3b1
Depends: libnftnl11 (= 1.2.4-2+apertis0bv2024dev3b1), pkg-config
Suggests: libnftnl-dev-doc
Filename: pool/target/libn/libnftnl/libnftnl-dev_1.2.4-2+apertis0bv2024dev3b1_amd64.deb
Size: 87440
MD5sum: 9687dd6be98cb40a99ed05858f5ccbb4
SHA1: bd0245e4e90e59fae90049f48cb8e83151e9bac8
SHA256: 426a17c958703268216d3286cd9024eec5b72850afa471bd914e3f8aed27774d
SHA512: 3f1d48043e88caa6982109f16230d5771e2f28ee42beff24ca201972a7656d24f8338f35b8551d5c3b73239afe2d4371673d7404360b7a5a8595ea02380cddad
Description: Development files for libnftnl
 libnftnl is the low-level library for Netfilter 4th generation
 framework nftables.
 .
 Is the user-space library for low-level interaction with
 nftables Netlink's API over libmnl.
 .
 This package provides development files and static libraries.
Homepage: https://git.netfilter.org/libnftnl
Multi-Arch: same

Package: libnftnl-dev-doc
Priority: optional
Section: doc
Installed-Size: 5232
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: all
Source: libnftnl
Version: 1.2.4-2+apertis0bv2024dev3b1
Filename: pool/target/libn/libnftnl/libnftnl-dev-doc_1.2.4-2+apertis0bv2024dev3b1_all.deb
Size: 282488
MD5sum: 05eb3bf4ea80c15aea74099066205403
SHA1: 1fba972d94a9bafaacd40e7fc7e1473059266ef6
SHA256: 8b68f598999c0d002ed8e74b4ffc817c0130ac341974fbbf5d1bf2a33ee06b8c
SHA512: c057894f97388e51e1e410e0970abe195e2168e20e12b7fe5f071d7a88aa3cc10d55e9a66d587346cfc4fa1bdd3cf17676fe11081ee9051fc632c13024c622d7
Description: Doxygen-generated documentation for libnftnl-dev
 libnftnl is the low-level library for Netfilter 4th generation
 framework nftables.
 .
 Is the user-space library for low-level interaction with
 nftables Netlink's API over libmnl.
 .
 This package provides additional doxygen-generated documentation for the
 libnftnl-dev package.
Homepage: https://git.netfilter.org/libnftnl
Multi-Arch: foreign

Package: libnftnl11
Priority: optional
Section: libs
Installed-Size: 239
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: amd64
Source: libnftnl
Version: 1.2.4-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libmnl0 (>= 1.0.3-4~)
Filename: pool/target/libn/libnftnl/libnftnl11_1.2.4-2+apertis0bv2024dev3b1_amd64.deb
Size: 63588
MD5sum: 6c329780aecd824a447f90884e5ac0d8
SHA1: ec30d89d434f3e6e44437d46694929e53af7c99d
SHA256: 32c58f0dbe3f99ffca8ac28436c9b074a19b999fcb22f66ed3a9f54a332f698a
SHA512: 6fce93720db37b6d7fef9fe2dc78537e23a228659afc47796e84255984edbb5c800d06ea19ab41cb8823e8a674e05963729f2e8e74a46f980be2e771833011e4
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: 281
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: amd64
Source: libnftnl
Version: 1.2.4-2+apertis0bv2024dev3b1
Depends: libnftnl11 (= 1.2.4-2+apertis0bv2024dev3b1)
Filename: pool/target/libn/libnftnl/libnftnl11-dbgsym_1.2.4-2+apertis0bv2024dev3b1_amd64.deb
Size: 243084
MD5sum: d68984d9483dad85419512994a438468
SHA1: 3606c8aceaa79f965215b0db46bc12251ed2cb9a
SHA256: add19920fe47394a7add1080dd474f275e8b15ab0633aaa2be2d6eb87a9de089
SHA512: 355ec270de09207319c3c560326abcf8a60f18dd5afe16bb1c31ee3e800004fea8b92e40a8690665b282a8e05aa7fc3c9a1f8d13d313ff70752bb5d1b1f4d2b8
Description: debug symbols for libnftnl11
Auto-Built-Package: debug-symbols
Build-Ids: 24a47da8ff552665a606a55c9a8a1cd1082ae86d
Multi-Arch: same

Package: libnghttp2-14
Priority: optional
Section: libs
Installed-Size: 220
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: amd64
Source: nghttp2
Version: 1.52.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.14)
Filename: pool/target/n/nghttp2/libnghttp2-14_1.52.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 73412
MD5sum: fbfffb18b4190ce84bb4fdbba92cfa28
SHA1: ddb43b9edcd20b04a61d8a1c326815f5fdd5937f
SHA256: 54061b8ebcd5d74b48ff9b466b1770be5c02c626a2afffe236a179672e766367
SHA512: a83355b3e62ee9ec0efc5d45cf7490996efcdf20e98eb77ad577470bda088830a37b03fe688620f6dfd06df6ba7bb74673dad734e5e0bd169f681c0fa5b36977
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: 247
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: amd64
Source: nghttp2
Version: 1.52.0-1+apertis0bv2024dev3b1
Depends: libnghttp2-14 (= 1.52.0-1+apertis0bv2024dev3b1)
Filename: pool/target/n/nghttp2/libnghttp2-14-dbgsym_1.52.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 217392
MD5sum: 90339a97705e9da299f3867307c84db6
SHA1: 6e75bcbcad7d9e0338dfef091b175bbeb8e86670
SHA256: 0790301877f652bf4c062a15a30faf26900ab6de07dee92668af754cad8ac2cc
SHA512: f290ff27a336f1f3aebc966b5a15cea837dfa0beaece23ad8b6d5edb7e8a2cc49f2e196cd18b681bb1d6291d260b5acc263a36c76f5d7bbb281f98bb275826af
Description: debug symbols for libnghttp2-14
Auto-Built-Package: debug-symbols
Build-Ids: 35b01c02d5cd997fe19a1552e1c7a1bdc0dd838a
Multi-Arch: same

Package: libnghttp2-dev
Priority: optional
Section: libdevel
Installed-Size: 537
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: amd64
Source: nghttp2
Version: 1.52.0-1+apertis0bv2024dev3b1
Replaces: libnghttp2-3-dev, libnghttp2-4-dev, libnghttp2-5-dev
Depends: libnghttp2-14 (= 1.52.0-1+apertis0bv2024dev3b1), pkg-config
Suggests: libnghttp2-doc
Conflicts: libnghttp2-3-dev, libnghttp2-4-dev, libnghttp2-5-dev
Filename: pool/target/n/nghttp2/libnghttp2-dev_1.52.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 110980
MD5sum: ac83046a81a0d1fbf61d5ab57e13587e
SHA1: 8f7787206f009a26ff6d6ba2b81bf00c805ea527
SHA256: da7fdc5e304ab76ac4a974c689860aa818ea8cd50fe366962f6181f6803fdb1a
SHA512: 8f71b8547a6ba5cf7acaa1c63066ceedc9bd2d84d1996e6ec76f09e31f2a1ac239ad01c962118ca2cb11c631a2f54001f8cf2626a41b0609d19031463c2a4777
Description: library implementing HTTP/2 protocol (development files)
 This is an implementation of the Hypertext Transfer Protocol version
 2 in C. The framing layer of HTTP/2 is implemented as a reusable C
 library.
 .
 This package installs development files.
Homepage: https://nghttp2.org/
Multi-Arch: same

Package: libnghttp2-doc
Priority: optional
Section: doc
Installed-Size: 10923
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: all
Source: nghttp2
Version: 1.52.0-1+apertis0bv2024dev3b1
Depends: libjs-jquery, libjs-underscore, lynx | www-browser
Filename: pool/target/n/nghttp2/libnghttp2-doc_1.52.0-1+apertis0bv2024dev3b1_all.deb
Size: 2974044
MD5sum: 5838e78c76277f51b5fc2a5173dc214b
SHA1: c2be51ae2dbdfede579c9c9da41d621c94a2b71a
SHA256: 20c458ce7ed8a4195bf405901ac3fec28e99f09dd2e7044c18ccdcf96aed1005
SHA512: c1963030d52078cc8ce2b6bf248352135211fbc1b99fa37d58962af668fb3cfe2525d7576a4cbc30c61739f01f50098ab70d886f49fe1d57a47c2837e43e9930
Description: library implementing HTTP/2 protocol (documentation)
 This is an implementation of the Hypertext Transfer Protocol version
 2 in C. The framing layer of HTTP/2 is implemented as a reusable C
 library.
 .
 This package installs documentation.
Homepage: https://nghttp2.org/

Package: libnginx-mod-http-auth-pam
Priority: optional
Section: httpd
Installed-Size: 35
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Version: 1:1.5.3-3+apertis1bv2024dev2b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.14), libpam0g (>= 0.99.7.1)
Recommends: nginx
Filename: pool/target/libn/libnginx-mod-http-auth-pam/libnginx-mod-http-auth-pam_1.5.3-3+apertis1bv2024dev2b1_amd64.deb
Size: 8292
MD5sum: 3d8f890f87c5d1b4bbba6a3c8ec550ab
SHA1: 8d71e7f4a5e81aef1bfaf5afb25e9f1d0fd3f3ae
SHA256: 63a2d954c1ff373d6f4c446df55735c50885907427d3ec9b25d7401200cef396
SHA512: 6530350e2c40624516f0eb24bafb464c7d05e17dca8068f88af68e28c965fc72aeec23caaedee978ba1cc824d12632eddb4918c01b2e94d68ff121fb23b70561
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: 47
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: libnginx-mod-http-auth-pam
Version: 1:1.5.3-3+apertis1bv2024dev2b1
Depends: libnginx-mod-http-auth-pam (= 1:1.5.3-3+apertis1bv2024dev2b1)
Filename: pool/target/libn/libnginx-mod-http-auth-pam/libnginx-mod-http-auth-pam-dbgsym_1.5.3-3+apertis1bv2024dev2b1_amd64.deb
Size: 34168
MD5sum: 7efd9b0134603689d60805ceb9d828d3
SHA1: d62797042328b85dae456d1d679cdac61c0d4db3
SHA256: 4cf85d3073c82081ebc2b71a9a7c6dc3a182554961822392d60f808311d2ce1c
SHA512: 0b80b78bf5d8bfeb1e3ccafd2c7192e8d80aa337b7938d383d822d2f1deee771abbd1f64264b7c57bed7d865b5235719808d51f7b92078ac74eb78cd29c5b9e9
Description: debug symbols for libnginx-mod-http-auth-pam
Auto-Built-Package: debug-symbols
Build-Ids: c0c24d58432df19cc3a64b4c2edf4f752836b953

Package: libnginx-mod-http-cache-purge
Priority: optional
Section: httpd
Installed-Size: 42
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Version: 1:2.3-4+apertis1bv2024dev2b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.14)
Recommends: nginx
Filename: pool/target/libn/libnginx-mod-http-cache-purge/libnginx-mod-http-cache-purge_2.3-4+apertis1bv2024dev2b1_amd64.deb
Size: 10556
MD5sum: bdd473fd50612dfeea6979729cb8ca41
SHA1: be826bfbe252e349aa71824f1e1a666f77a10deb
SHA256: 4f4b936b561d96c58a29ac99967fc4f44daf8f7cf77dfa977e7445e7d3c38926
SHA512: e4c7b7f63f451e253932d6bbd06a32511d7682cd854e7a3dc660301193b8de3c49c46ba57feef5e3d015684a619bffb4aea2c5ef024060d511943bb3c8915d76
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: 52
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
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_amd64.deb
Size: 38368
MD5sum: 8fc4cdba4f0e15219acfe05414d4a005
SHA1: 03a28af8141037e196b2bd5d35dfff4617391f52
SHA256: f34cdc58436bf285c0bdd0fe2443d732a9a908ec1b6149065b8e01527f3cfde8
SHA512: d865021171eb75d0fb2e2e8333a58e799b6d9d0f76a97488dd912fc559dbdd4c025e5657f7a637cc282aef0767ec717efd5916079cfc5d4804e9386a488edb83
Description: debug symbols for libnginx-mod-http-cache-purge
Auto-Built-Package: debug-symbols
Build-Ids: 3ec0a875cff28c4a38847b35dce772cac3a79161

Package: libnginx-mod-http-dav-ext
Priority: optional
Section: httpd
Installed-Size: 55
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Version: 1:3.0.0-3+apertis1bv2024dev2b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.33), libxml2 (>= 2.7.4)
Recommends: nginx
Filename: pool/target/libn/libnginx-mod-http-dav-ext/libnginx-mod-http-dav-ext_3.0.0-3+apertis1bv2024dev2b1_amd64.deb
Size: 14620
MD5sum: bc7ab0edb561c22f2eab6a74c48a0022
SHA1: 2dc66f2436d19e841e5018c1122bb5199b5167e3
SHA256: 8fbc47599e73825bd58c69440a7f3f4735c88534d3301047109bcc223a48f0a6
SHA512: 8afb90c9d7c3bbc43a3c41aeb258963dedc6e7389ef3d7231d92c9efb951350e2e427249f1d30426d53eec769b94dc0938bd0e5e15fde7193ec8471ca3b5b724
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: amd64
Source: libnginx-mod-http-dav-ext
Version: 1:3.0.0-3+apertis1bv2024dev2b1
Depends: libnginx-mod-http-dav-ext (= 1:3.0.0-3+apertis1bv2024dev2b1)
Filename: pool/target/libn/libnginx-mod-http-dav-ext/libnginx-mod-http-dav-ext-dbgsym_3.0.0-3+apertis1bv2024dev2b1_amd64.deb
Size: 56876
MD5sum: bb0b664cf54f2df17b2a74fa014d4939
SHA1: 5a445db804f6efdd9554c3e4820e6df904f3fbd3
SHA256: a240b4727170a38a4077d8d872c0faf0c95a2a9b9cc594bbca4f61b49dc93291
SHA512: 56f1717c9fdf6643b845682c374b4dbc010b005c9d78f974c1d24ce858997bbad22c34368c6353a071cf33342837ca98d618e9fa2523a6f1ba9ea125d192eb1a
Description: debug symbols for libnginx-mod-http-dav-ext
Auto-Built-Package: debug-symbols
Build-Ids: c8ef21815690fc89de00ced12063094c81a5e5b6

Package: libnginx-mod-http-echo
Priority: optional
Section: httpd
Installed-Size: 68
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Version: 1:0.63-4+apertis1bv2024dev2b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.14)
Recommends: nginx
Filename: pool/target/libn/libnginx-mod-http-echo/libnginx-mod-http-echo_0.63-4+apertis1bv2024dev2b1_amd64.deb
Size: 19028
MD5sum: 645a46a5bdc37b6336a06ebbaa17eb12
SHA1: 757c2c330f32d12de541d9aa00e9b0c11284d536
SHA256: c628542f3545f57bb50f63ba42380946afebac03dc171ae63d269c69a72c8b82
SHA512: caab3340a8c9be31d8f9803781abdd8df6649ce1dc90c78280077266097e00acef7e792d426b266ef16667bba8b093d5880b8f33a1a65556deed3ef9cd3e8fd4
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: 80
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: libnginx-mod-http-echo
Version: 1:0.63-4+apertis1bv2024dev2b1
Depends: libnginx-mod-http-echo (= 1:0.63-4+apertis1bv2024dev2b1)
Filename: pool/target/libn/libnginx-mod-http-echo/libnginx-mod-http-echo-dbgsym_0.63-4+apertis1bv2024dev2b1_amd64.deb
Size: 62976
MD5sum: 21bd9c78c2fdcd714b102b14590ecae9
SHA1: b5da0e2a63603c6c2b0fe9c9a41103276ef11af1
SHA256: 6fba572b7d19cb7be5b57d98429ff72094d20decd690a2a9045417ee43e2e43d
SHA512: cda9f72f157d05cb89b34165421c5235dba98767297c704fd2f7316615afbf095b6afcaf48f7fcfcb8abf1095a17919c8a848318096bde69b81dde4874391bbe
Description: debug symbols for libnginx-mod-http-echo
Auto-Built-Package: debug-symbols
Build-Ids: de36b5d303ed7a8ad91ad439cdcc5c2a7ca07f3f

Package: libnginx-mod-http-fancyindex
Priority: optional
Section: httpd
Installed-Size: 55
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Version: 1:0.5.2-3+apertis1bv2024dev2b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.33)
Suggests: nginx
Filename: pool/target/libn/libnginx-mod-http-fancyindex/libnginx-mod-http-fancyindex_0.5.2-3+apertis1bv2024dev2b1_amd64.deb
Size: 16404
MD5sum: 170f9350f461d70a2b60bad4f0ba9d58
SHA1: c37afaaf317ef0fdd51fee307db6664ec77e4562
SHA256: eae37abfaa33c0ed0ad3f73b23bc6408141fc1c77b496b3755d00a7b5cc356be
SHA512: 0a34503af3f67b7dc8bd4223d5f1fb74d219c2213b889bc82657465abbb59822877d10896335ea2b499e494a2a493f9f17692282c8dbfc784c21d6f4d691ce6a
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: 58
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: libnginx-mod-http-fancyindex
Version: 1:0.5.2-3+apertis1bv2024dev2b1
Depends: libnginx-mod-http-fancyindex (= 1:0.5.2-3+apertis1bv2024dev2b1)
Filename: pool/target/libn/libnginx-mod-http-fancyindex/libnginx-mod-http-fancyindex-dbgsym_0.5.2-3+apertis1bv2024dev2b1_amd64.deb
Size: 44324
MD5sum: 99e10e0e0544d453992fbffb151db5a7
SHA1: 346876d96aab6a129ad2de3adaeb006ad6f0a85c
SHA256: 461d352b7120af7baedec90d6f23ce83ec3ae43253d193a60e2cebd20cdba9c4
SHA512: c0aba1eb276c6382cc75c3a6616c8fb8b448bdeb0ab9585f8776fc9fee014be3ee9e7a6b8e2e23295917cb36408e5457958df94ae905e4ce7c26fa5ff4dde63f
Description: debug symbols for libnginx-mod-http-fancyindex
Auto-Built-Package: debug-symbols
Build-Ids: 4dbf372b74934aa6f4185d756199ae8c8aebc49b

Package: libnginx-mod-http-geoip
Priority: optional
Section: httpd
Installed-Size: 122
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.14), libgeoip1 (>= 1.6.12)
Recommends: nginx
Filename: pool/target/n/nginx/libnginx-mod-http-geoip_1.22.1-9+apertis0bv2024dev3b1_amd64.deb
Size: 86608
MD5sum: 1f85633e39c867fe62ac718545aa23d4
SHA1: c44a542ef7c7062dcdc549c107169f6e951cc9be
SHA256: 6c86d0abd244f82c3be50868aaf9b6adefa02ad04ba7b2e6f08e383b0c1c7930
SHA512: 51fa90a7c6de57be5de7be71e2abb454a18e1f03ef99c87ee615dc3bdfcec647c253caa6195fa4a4127ba323af37e3f93cc50d51e56faa932ee1666a790395d0
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: 51
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Depends: libnginx-mod-http-geoip (= 1.22.1-9+apertis0bv2024dev3b1)
Filename: pool/target/n/nginx/libnginx-mod-http-geoip-dbgsym_1.22.1-9+apertis0bv2024dev3b1_amd64.deb
Size: 36788
MD5sum: 22e6d63bb6bf28b44a074f350d7c3f14
SHA1: 75f12f85eb208c5a7496938ea327813bfc9a2f5d
SHA256: d23b06cbc6aa75abf6703f647714c52bc95887a110d7a2628aa0f49dea88707a
SHA512: 988e04a8c31af2ca3dcaacdefd653105bb04fa0f20e12c162ff7aafa62dbc65134b1dc31370b235157ef616d1b9ac3382fa69069fa6a6f697ce4a269071e1f72
Description: debug symbols for libnginx-mod-http-geoip
Auto-Built-Package: debug-symbols
Build-Ids: d69fc11d110f0455581dad4f8257f8b4121f7e9c

Package: libnginx-mod-http-geoip2
Priority: optional
Section: httpd
Installed-Size: 37
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Version: 1:3.4-3+apertis1bv2024dev2b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.33), libmaxminddb0 (>= 1.0.2)
Recommends: nginx
Filename: pool/target/libn/libnginx-mod-http-geoip2/libnginx-mod-http-geoip2_3.4-3+apertis1bv2024dev2b1_amd64.deb
Size: 8944
MD5sum: 55a73f79b231eabae4aaaf7ca0a9f49d
SHA1: 60c87d8b91cf116acb15bbe2a9926f715e6802c4
SHA256: b2cd83b8069a1cd961a37c3964e9c1856415b48980ee7959b217b301ecafb694
SHA512: 6d88217872b2a5bcbbf807060e65c56b95dc6253bc00132115742a09b6ebec85b8d4aac56c298b06e32f50d7a99c168f2a97188b0f93ba235ea27fc286980aaa
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: 51
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: libnginx-mod-http-geoip2
Version: 1:3.4-3+apertis1bv2024dev2b1
Depends: libnginx-mod-http-geoip2 (= 1:3.4-3+apertis1bv2024dev2b1)
Filename: pool/target/libn/libnginx-mod-http-geoip2/libnginx-mod-http-geoip2-dbgsym_3.4-3+apertis1bv2024dev2b1_amd64.deb
Size: 37304
MD5sum: 399d96ccad2c43b389b5bbe16aa00d47
SHA1: 81708a4512fcf09f73f5071364ab9bbc8ad4844d
SHA256: 74d9987dfff9e7fa2be6db329b114d46e599df3f697aeb70b081a632a08c091f
SHA512: 3d2cde22546d70f267b826d9e885e557e3fcff569d14e0f3bc9e8f379191f72e3c1b6254b12e21c85cd27ecede9e95ea9486c27e84da8c5f2823285ac9342fe9
Description: debug symbols for libnginx-mod-http-geoip2
Auto-Built-Package: debug-symbols
Build-Ids: 29e6ce353ddebb626184cee4f4a080f8c07dd693

Package: libnginx-mod-http-headers-more-filter
Priority: optional
Section: httpd
Installed-Size: 51
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Version: 1:0.34-3+apertis1bv2024dev2b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.14)
Recommends: nginx
Filename: pool/target/libn/libnginx-mod-http-headers-more-filter/libnginx-mod-http-headers-more-filter_0.34-3+apertis1bv2024dev2b1_amd64.deb
Size: 12532
MD5sum: fd70d3a0cabe85e56122cec68fd63c8f
SHA1: a684f20508937da0a9edeab2fe35dece91d51014
SHA256: 8b4d6d377302fb975dad66059abf5da5125cef317d31905f9be95b5441319bd8
SHA512: f41d2f1141bf5563fa396290a4a464fb701ddc9af41d08d86727d69f3f27ca5e7e13b871e0768675af167a21ad7668351c8c86d4e77766eafbc4683665a3639d
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: 60
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: libnginx-mod-http-headers-more-filter
Version: 1:0.34-3+apertis1bv2024dev2b1
Depends: libnginx-mod-http-headers-more-filter (= 1:0.34-3+apertis1bv2024dev2b1)
Filename: pool/target/libn/libnginx-mod-http-headers-more-filter/libnginx-mod-http-headers-more-filter-dbgsym_0.34-3+apertis1bv2024dev2b1_amd64.deb
Size: 45888
MD5sum: e3009f65589e0fdfbf01bde53719c51d
SHA1: d26e4384b5d9e17411610d2995eaa131b7b7ac28
SHA256: a9485ca32e683e3fed7c49bf34e26829898408e126fd8b7911502eadc21f6845
SHA512: cef61c7f303ed1b087b010775908b146ca782fa606e4f8acf47ad85ffafca0421ed88f0b73d8ea1c13a625d7f912e419e37dc0efded071424e8c11ee3e400f8e
Description: debug symbols for libnginx-mod-http-headers-more-filter
Auto-Built-Package: debug-symbols
Build-Ids: ebad7cd28d10a1b730019f8ff52c256994d39783

Package: libnginx-mod-http-image-filter
Priority: optional
Section: httpd
Installed-Size: 129
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.14), libgd3 (>= 2.1.0~alpha~)
Recommends: nginx
Filename: pool/target/n/nginx/libnginx-mod-http-image-filter_1.22.1-9+apertis0bv2024dev3b1_amd64.deb
Size: 90312
MD5sum: d3084b750675a18c9c0327c8ce371812
SHA1: 361847a78dff3b5ef6537e089982c0712924d99e
SHA256: fc6e96bc269ae344aab23e1faa81c7f2785b4c625c5f44d432585b8163f20ca8
SHA512: 774985e3aef629365273691681c94a99ba9e6ad00f6765ebe3a7b91f180510fdcf48e53a2ef5d85f9b98c6cc72a88b1754820ce2b89c38011f63121505472293
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: 58
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Depends: libnginx-mod-http-image-filter (= 1.22.1-9+apertis0bv2024dev3b1)
Filename: pool/target/n/nginx/libnginx-mod-http-image-filter-dbgsym_1.22.1-9+apertis0bv2024dev3b1_amd64.deb
Size: 44080
MD5sum: f3ab53266678bda9eaf680ad30776d2a
SHA1: c36cba238e527766432fb57d0b40a5cc30aa361c
SHA256: d25e1799a29c2dbf0847a4096121af7c90ba6084118036d70e3ce0c7b4810692
SHA512: dc7ca0d619c45a64e82bd01d91d5d43c0825c78c9d6b1858421973ce5403569e48a2550b0ef8ddfe5fded51689f6ac200aae1b2a126322e901dd3e0c1d5e8432
Description: debug symbols for libnginx-mod-http-image-filter
Auto-Built-Package: debug-symbols
Build-Ids: c307aec62fea949623793ee5b33b1e778fa607a3

Package: libnginx-mod-http-lua
Priority: optional
Section: httpd
Installed-Size: 460
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Version: 1:0.10.23-1+apertis1bv2024dev2b1
Depends: libnginx-mod-http-ndk, lua-resty-core (<< 0.1.25.1~), lua-resty-core (>= 0.1.25), nginx-abi-1.22.1-7, libc6 (>= 2.33), libluajit2-5.1-2 (>= 2.1-20220411) | libluajit-5.1-2 (>= 2.1.0~beta3), libpcre3
Recommends: nginx
Filename: pool/target/libn/libnginx-mod-http-lua/libnginx-mod-http-lua_0.10.23-1+apertis1bv2024dev2b1_amd64.deb
Size: 157332
MD5sum: 429f753c20db9c3610c6b00777706bbe
SHA1: 10a98e5dae427f43673e411ca4b5027a178770bf
SHA256: 822bc25562e824341eda51a64d186e517c4e597eae5e2ac3fdb0c16ff3c177e0
SHA512: 3c21349350d0ed8a1132f309e4e6da06073c47bddea1b955ef059a6bd3bee69615ba93c63aba4f547be85a9b7e184a144aaedb1e9a6462ae4a1616e898d44aba
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: 488
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: libnginx-mod-http-lua
Version: 1:0.10.23-1+apertis1bv2024dev2b1
Depends: libnginx-mod-http-lua (= 1:0.10.23-1+apertis1bv2024dev2b1)
Filename: pool/target/libn/libnginx-mod-http-lua/libnginx-mod-http-lua-dbgsym_0.10.23-1+apertis1bv2024dev2b1_amd64.deb
Size: 441944
MD5sum: 663e90ec8dd761402078ff77123e4e27
SHA1: 810ed80c3262b56546754cd6ee5d49ba231c3931
SHA256: 75d577d15ba2b5e91d1d369f0ed820f86ce925b221aa0f25614bf75e7078f4f9
SHA512: bea6ca1728e5f0cc71b0c3fc6f043aa1bc651a4317cb606a75b242f0ca106725ad60a9213799484bb14a5265dba04d72f2d64e334e300e91fe661697918f5f2a
Description: debug symbols for libnginx-mod-http-lua
Auto-Built-Package: debug-symbols
Build-Ids: 66ec366ec8ebf0c097c4c3e2d73aa72fa2816867

Package: libnginx-mod-http-ndk
Priority: optional
Section: httpd
Installed-Size: 42
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Version: 1:0.3.2-3+apertis1bv2024dev2b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.14)
Recommends: nginx
Filename: pool/target/libn/libnginx-mod-http-ndk/libnginx-mod-http-ndk_0.3.2-3+apertis1bv2024dev2b1_amd64.deb
Size: 9800
MD5sum: c9f968ed48e560bed7288f6aadddad17
SHA1: 0ffe4d37d4aa50fc7736a4645fb277abdf47531d
SHA256: 4e64537eb670e532abded670d37e7a0c550a87c88791e965314c25129cd907cb
SHA512: ce82d92bd7f6fb525d9ba92ea2b50670cea2926e25d82fcd19032fabde8a2bcad1c9fffbce2afe987791e8181861e9226fb26dda64d61b86d26968add44680c6
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: 52
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: libnginx-mod-http-ndk
Version: 1:0.3.2-3+apertis1bv2024dev2b1
Depends: libnginx-mod-http-ndk (= 1:0.3.2-3+apertis1bv2024dev2b1)
Filename: pool/target/libn/libnginx-mod-http-ndk/libnginx-mod-http-ndk-dbgsym_0.3.2-3+apertis1bv2024dev2b1_amd64.deb
Size: 38408
MD5sum: 043a435dd9b2a9075fbcda51bd2e8bea
SHA1: 309d9ac91febb5ee11b384f5eedd6c35c4b8a74f
SHA256: 263156f77a6bccba99f43ff5063a8559151798cd0a520c3c415047182312969a
SHA512: 21eec0aa9fdb37088d75d7d2e3c05a9009911bfdef1113d63a6a08000bd49cca248fb5de7bd1f8bb4302b84da93633e63625c7d67d11a1acb052705951576299
Description: debug symbols for libnginx-mod-http-ndk
Auto-Built-Package: debug-symbols
Build-Ids: 56127260ca195b8eaa2cb3b5d05be9babf81a6c3

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: 174
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Depends: nginx-abi-1.22.1-7, perl (>= 5.36.0-7+apertis0bv2024dev2b1), perlapi-5.36.0, libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Recommends: nginx
Filename: pool/target/n/nginx/libnginx-mod-http-perl_1.22.1-9+apertis0bv2024dev3b1_amd64.deb
Size: 98436
MD5sum: ce39038c6ee996387409cbb2c3b89c68
SHA1: 245906e21119f589f74ab7b979c70edee405b762
SHA256: cfefed832162e1c60395c7bb66553361cbd94a6551b6ed725f58ab7bd2d772a8
SHA512: bb81f2dc22157638ad8b5bd90cc1cff63ae37a1bd11ec0aff39201590ccee683e7b8f229ad9726ede9a356b28d42b7452f74af01f0d83ae08f8c77faf955b338
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: 124
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Depends: libnginx-mod-http-perl (= 1.22.1-9+apertis0bv2024dev3b1)
Filename: pool/target/n/nginx/libnginx-mod-http-perl-dbgsym_1.22.1-9+apertis0bv2024dev3b1_amd64.deb
Size: 99752
MD5sum: 3d2b7e96bcf1f18bf7446b0e1ca86c48
SHA1: 1347b92b774ccd9c48c55eac77e4de3baeb02ec9
SHA256: d1f0566cb0b4928ff36dd264fec7013eb4f5b5c0b02d4f25814f7eb42e1fcf59
SHA512: f364cbbe2abd98eb4352ddbee9effb145baba91605ec90c8b09e49845855eb0ad8a5733b19789c9f5d7e2dbdbf4473e8d6759b748419e2acc0ce4ace55c149bd
Description: debug symbols for libnginx-mod-http-perl
Auto-Built-Package: debug-symbols
Build-Ids: 9f7c99c6024e2b01a0c519bdba5fd9858b412e9c d6a0fc72b68ec618d9b78e03cbad604f8c815e60

Package: libnginx-mod-http-subs-filter
Priority: optional
Section: httpd
Installed-Size: 41
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Version: 1:0.6.4-4+apertis1bv2024dev2b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.14)
Recommends: nginx
Filename: pool/target/libn/libnginx-mod-http-subs-filter/libnginx-mod-http-subs-filter_0.6.4-4+apertis1bv2024dev2b1_amd64.deb
Size: 11372
MD5sum: 8c6e7e89038ece151adc056468d37045
SHA1: 60c38d8229e946165f33224a9d6c2b37eb4c7aec
SHA256: dbcf6041de44138aa4d3c316b12ae1b57c501713bae51303d1c40a9f69bae585
SHA512: 5dcb69b01e86694c5b09ab52034e4d26735d5787c29f000ec2869f6d5cffab885f4368a803424c9d41bdc8cd83ce0de60c084bd50e68d22c972ffe88f503b6e2
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: 51
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: libnginx-mod-http-subs-filter
Version: 1:0.6.4-4+apertis1bv2024dev2b1
Depends: libnginx-mod-http-subs-filter (= 1:0.6.4-4+apertis1bv2024dev2b1)
Filename: pool/target/libn/libnginx-mod-http-subs-filter/libnginx-mod-http-subs-filter-dbgsym_0.6.4-4+apertis1bv2024dev2b1_amd64.deb
Size: 38032
MD5sum: 00a9e8c243ff65140f92f05c18fde66a
SHA1: 31917596e56b2a0ca71303d2ffc4e4dac350d99f
SHA256: b364849bdf0b291f750163123a098bcca6dfc397b4bf0ed89172c0d16d30c9fb
SHA512: ce18fff75a03800fb2c9e214ef97fb671c27887d27dd9462a76c352cf20776eaf013152bb10218220ba9de44d3e01818d032ed0f50386eec2ae5073db7dca543
Description: debug symbols for libnginx-mod-http-subs-filter
Auto-Built-Package: debug-symbols
Build-Ids: f33163ed278ab3c87db29b8506c54415b69e0032

Package: libnginx-mod-http-uploadprogress
Priority: optional
Section: httpd
Installed-Size: 53
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Version: 1:0.9.2-3+apertis1bv2024dev2b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.14)
Recommends: nginx
Filename: pool/target/libn/libnginx-mod-http-uploadprogress/libnginx-mod-http-uploadprogress_0.9.2-3+apertis1bv2024dev2b1_amd64.deb
Size: 15508
MD5sum: 7fe70be3dccd191c3f7e0efc7582cf8e
SHA1: e0ad65daf472d0510c928b31670f979ba058ea44
SHA256: d1f133a2e86c61aa304e502c416243c790e011738ceded80cc5394ba4b1c5c41
SHA512: 7be7064c16145f9d5174d17b8ac228c5deffe7836912914d4656ae248802ab24223e44d98363630b89ad059d6900b97a8be2708de1e12a9b17dfe26b7ee31d7b
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: 62
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: libnginx-mod-http-uploadprogress
Version: 1:0.9.2-3+apertis1bv2024dev2b1
Depends: libnginx-mod-http-uploadprogress (= 1:0.9.2-3+apertis1bv2024dev2b1)
Filename: pool/target/libn/libnginx-mod-http-uploadprogress/libnginx-mod-http-uploadprogress-dbgsym_0.9.2-3+apertis1bv2024dev2b1_amd64.deb
Size: 47384
MD5sum: f30c12676b0117eee04f62cddd4c95ae
SHA1: 605bbc317fd882a84f3bf5fb423e3e4268a1e327
SHA256: 14a8aafe4bd9058f842f3d4dffc4969d6769d9d54808c0516d60dff431d3d83b
SHA512: 6e14de80e5de6d2dae34ebe5e0faadc4ea17446e0455c9bd60e0064309cd038c6220eb5087418d0f35ec8017c8af3202ead7609920084f0aaebed5224214a7a0
Description: debug symbols for libnginx-mod-http-uploadprogress
Auto-Built-Package: debug-symbols
Build-Ids: 7caac485b202394e61b5975a02c0a7ca450bf127

Package: libnginx-mod-http-upstream-fair
Priority: optional
Section: httpd
Installed-Size: 37
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Version: 1:0.0~git20120408.a18b409-3+apertis1bv2024dev2b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.4)
Recommends: nginx
Filename: pool/target/libn/libnginx-mod-http-upstream-fair/libnginx-mod-http-upstream-fair_0.0~git20120408.a18b409-3+apertis1bv2024dev2b1_amd64.deb
Size: 10508
MD5sum: 2136af3682adf8f3e64c83b8a55f7df9
SHA1: bb2c08eb732521730405eb8073d0b1de2c8f5cde
SHA256: 81a1af1bceec240ca2db6984d4b4a8d618f62133f996039ce39708280fe5b34a
SHA512: 8713c5826f781c417035ebe41d66043860e8e98911eff38d538923689557afd708bf2da56fac2c32ff52d6c81abd69547217828fcf835e0450f4fc03446401a4
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: 54
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: libnginx-mod-http-upstream-fair
Version: 1:0.0~git20120408.a18b409-3+apertis1bv2024dev2b1
Depends: libnginx-mod-http-upstream-fair (= 1:0.0~git20120408.a18b409-3+apertis1bv2024dev2b1)
Filename: pool/target/libn/libnginx-mod-http-upstream-fair/libnginx-mod-http-upstream-fair-dbgsym_0.0~git20120408.a18b409-3+apertis1bv2024dev2b1_amd64.deb
Size: 40384
MD5sum: 413b31cdeece54e59c641e2f9d1852ab
SHA1: 82d32e55499d3500e4d19ce1b0e53fb7bc2548fe
SHA256: 10d63ea1beafb0c9d09e58d5e2ffb5539ea9bbbd3847077cb76f23c0af849798
SHA512: 551991e1a7151f0042e6462069b2500622d390ccf1503064b611b6b0ab0c31a4fdd887c0a51a6b7910ef892c2835a7bac0299830026412b8ecf5c7561c6cea49
Description: debug symbols for libnginx-mod-http-upstream-fair
Auto-Built-Package: debug-symbols
Build-Ids: 2063445102d5eea484669daae3f48eba2433976d

Package: libnginx-mod-http-xslt-filter
Priority: optional
Section: httpd
Installed-Size: 125
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.14), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25)
Recommends: nginx
Filename: pool/target/n/nginx/libnginx-mod-http-xslt-filter_1.22.1-9+apertis0bv2024dev3b1_amd64.deb
Size: 88760
MD5sum: 74fbde05b11ad8a4c015a63d175ba366
SHA1: 706364f072826160b551b2ad73f797da9322a34b
SHA256: 35722f5566988e8c3eff6e9d053a1faddb101cc26b76cc07901b446813df8485
SHA512: 3391d2625104eae5e0fad27cb5f5f61f7105d2a42ca82065e68cf185d0ecefdf23703d9116a876968604a0db884368258ace2cdf499c959f4606f742384656d5
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: 67
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Depends: libnginx-mod-http-xslt-filter (= 1.22.1-9+apertis0bv2024dev3b1)
Filename: pool/target/n/nginx/libnginx-mod-http-xslt-filter-dbgsym_1.22.1-9+apertis0bv2024dev3b1_amd64.deb
Size: 53244
MD5sum: 4f77cdd476a245d4e4f2e9940f8793e2
SHA1: 47bd9b0ce585c28fb694dffc03ed9317a5c85485
SHA256: b1637c4e44f3e195d7170ebe99d32e8a70565820a8db41a0d6791890f9c91d8b
SHA512: b0b08bec4e0d16238274694a881c9fecce3229e700b3744b2a78cc09e057f29bec9fb9223533c51f4e43a2c03d17444fc7cdaabfa97c2b24d5375d8699d27a7b
Description: debug symbols for libnginx-mod-http-xslt-filter
Auto-Built-Package: debug-symbols
Build-Ids: f748946b726bc5fdcf5d9f363afb6b206cb25612

Package: libnginx-mod-mail
Priority: optional
Section: httpd
Installed-Size: 218
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.14)
Recommends: nginx
Filename: pool/target/n/nginx/libnginx-mod-mail_1.22.1-9+apertis0bv2024dev3b1_amd64.deb
Size: 120656
MD5sum: 89e4bd5112a8fa2653540b701d2d6d81
SHA1: ff3b342190a186e13753c47a5e3006d7670a31ad
SHA256: f3c89cf303d6742f99fc79599d9d5ce7d16f3ec6ce666e4de48a2a1d63aafd5d
SHA512: 8a104a2baa88403b14ee06d7a459ecddf484e467688c2437a180013811ca34bd56ffe51e47de92a778ec738228bc0311c51b251d941fddb598a72ec65cf63e2c
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: 125
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Depends: libnginx-mod-mail (= 1.22.1-9+apertis0bv2024dev3b1)
Filename: pool/target/n/nginx/libnginx-mod-mail-dbgsym_1.22.1-9+apertis0bv2024dev3b1_amd64.deb
Size: 104648
MD5sum: dbf7cf54a88080855da2f61bbba607ae
SHA1: 3ab10a78d9f8f37cf87ddf2111095e81099ff0e9
SHA256: f779f8bfc7b5b10a86802dd9beab4f3248d49a7ab701a425f0f99c1154e5caf0
SHA512: 3845876e2eb8fecb00405fc6bd6a9b23fbdff821383b919e5390d3fc455e12b5ca5ace5c650abe7044642de8cb92a79f8f0fe203ebca6c7109500645874fd0a8
Description: debug symbols for libnginx-mod-mail
Auto-Built-Package: debug-symbols
Build-Ids: b8c382e45b246cd57f4399042a935455e51887be

Package: libnginx-mod-nchan
Priority: optional
Section: httpd
Installed-Size: 735
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Version: 1:1.3.6+dfsg-2+apertis1bv2024dev2b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.29)
Recommends: nginx
Filename: pool/target/libn/libnginx-mod-nchan/libnginx-mod-nchan_1.3.6+dfsg-2+apertis1bv2024dev2b1_amd64.deb
Size: 256364
MD5sum: 88d7651d4f5602b4759412d626d94179
SHA1: 757fc367580747dd5b1e477d805fee785be850da
SHA256: 47b20c7c69d3934f3015885c655897ecf1af87f5b251ecde6cf1155c22e726d6
SHA512: 6dfc35e212c45a5273ffbc1ad514b59e81450530ca39acc39a62dcfa386d338f0a621af9140cf0144f0b779ef8b35d3ae2fe38e44d1f6c16d7cd9e256c1a4953
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: 727
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: libnginx-mod-nchan
Version: 1:1.3.6+dfsg-2+apertis1bv2024dev2b1
Depends: libnginx-mod-nchan (= 1:1.3.6+dfsg-2+apertis1bv2024dev2b1)
Filename: pool/target/libn/libnginx-mod-nchan/libnginx-mod-nchan-dbgsym_1.3.6+dfsg-2+apertis1bv2024dev2b1_amd64.deb
Size: 659664
MD5sum: 95e61d6629aa5d922908a950550a59fd
SHA1: 228f714d74fda596de55b3973060a448a2ead0e8
SHA256: b61ad74f087d73e148ce820236adf2f58b7fa45b7601933c84e16aeb66c11154
SHA512: 6353252a1cd7617d686eba8411a3357af7f15116118877d11feb8e82007e604f200357f293576562e19434085bb24130d4abc59f12d70f82a9b2d7830c514c72
Description: debug symbols for libnginx-mod-nchan
Auto-Built-Package: debug-symbols
Build-Ids: f3f5e8b510e2615521dca827c04995ca154d5166

Package: libnginx-mod-stream
Priority: optional
Section: httpd
Installed-Size: 286
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.33)
Recommends: nginx
Filename: pool/target/n/nginx/libnginx-mod-stream_1.22.1-9+apertis0bv2024dev3b1_amd64.deb
Size: 146076
MD5sum: a8ddbdc54b82130262c7fec9ac0658c7
SHA1: a7d7469b232184667fc6d1696b49b194f31b887c
SHA256: 2878b2756ff63b596d8b832bc3f6a408e6c225673e2bfa4601f4e1e8ad402e6b
SHA512: a3b940ed7cdaedbc0825ca1dc652607aa868f59964bba4669d52d8973e2a502671298ef38a916b0a604bcdbda5442bdbca81666b9c01a516c1a9940ada4dc1bf
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: amd64
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Depends: libnginx-mod-stream (= 1.22.1-9+apertis0bv2024dev3b1)
Filename: pool/target/n/nginx/libnginx-mod-stream-dbgsym_1.22.1-9+apertis0bv2024dev3b1_amd64.deb
Size: 171788
MD5sum: b9d3c8a162d12295873c44f3ea3b9220
SHA1: 57634c300743faf267bad35940b92a204a2109ac
SHA256: ab38809001f68633cfb1d83e403394373705b2f5cec19a713c40413e5f7bf8fb
SHA512: 7965668521c1c9fa620bbeb28b58c7da814a31249ffb25a7dc029220355c08d42fc221ed63de9b7929b0bb1c3138f1daeba887eeeff285a3f31c1555a44d8b8b
Description: debug symbols for libnginx-mod-stream
Auto-Built-Package: debug-symbols
Build-Ids: 4d8b59caed9136210307166cf0280e99fa7d6883

Package: libnginx-mod-stream-geoip
Priority: optional
Section: httpd
Installed-Size: 122
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.14), libgeoip1 (>= 1.6.12), libnginx-mod-stream (= 1.22.1-9+apertis0bv2024dev3b1)
Recommends: nginx
Filename: pool/target/n/nginx/libnginx-mod-stream-geoip_1.22.1-9+apertis0bv2024dev3b1_amd64.deb
Size: 85824
MD5sum: 87b6a35bc6ce5c403091f1897cc3fe55
SHA1: 4843dc45c88f30ba22a7a3e91ebc4339087b42e2
SHA256: 740201a4d050b5540a817a484837d1bbe933630d44cde9aef4e571b2330d2b06
SHA512: c7da37516a33e48e435b70c9415bc50a831ba958b596d62662317e839077ae794770df56a096ff4b478c8c1edc8e51a5c9ba7fcabe6f8a95f39ee0270a9729a2
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: 37
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Depends: libnginx-mod-stream-geoip (= 1.22.1-9+apertis0bv2024dev3b1)
Filename: pool/target/n/nginx/libnginx-mod-stream-geoip-dbgsym_1.22.1-9+apertis0bv2024dev3b1_amd64.deb
Size: 22488
MD5sum: 5d7e03c448245cf730cd0aded7d580fa
SHA1: acee8d1638305b1080100a3bbcf28adfbdbb8ac2
SHA256: d495f4ec5797ddc3746d6d6e1f87fc5ab150dfb659f7d6589c91d7fccdcef03f
SHA512: 07abc4b5ea86293fdbe665131a9c7a79fc47dc030d8adc142d8cdc81a97520ed50afaad5d1fe6a253d914b70494d538e1b8f44954ba6a3acb676d6644f0be609
Description: debug symbols for libnginx-mod-stream-geoip
Auto-Built-Package: debug-symbols
Build-Ids: 0ddec5cc29280a538d897855922c5fc3d206ba19

Package: libnginx-mod-stream-geoip2
Priority: optional
Section: httpd
Installed-Size: 37
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: libnginx-mod-http-geoip2
Version: 1:3.4-3+apertis1bv2024dev2b1
Depends: libnginx-mod-stream (<< 1.22.1.1~), libnginx-mod-stream (>= 1.22.1), nginx-abi-1.22.1-7, libc6 (>= 2.33), libmaxminddb0 (>= 1.0.2)
Recommends: nginx
Filename: pool/target/libn/libnginx-mod-http-geoip2/libnginx-mod-stream-geoip2_3.4-3+apertis1bv2024dev2b1_amd64.deb
Size: 8548
MD5sum: ec5482b252851172e0b6dfbb4dcf8e18
SHA1: a2bfd77da036b52b45fe4e7469dc7cae4238559f
SHA256: c43daaf519fd20cf0ee35b1846f504ca866192773dfc21e2a30b2390f99b2e7b
SHA512: a7119c48696f54aa7019b1eb790cd83d77abbb49475b02ac1a30551b736e041a4c19f3a2ecf00f4b503039f6b12819e18c83212ebf9090e146f75c619a62444b
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: 37
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: libnginx-mod-http-geoip2
Version: 1:3.4-3+apertis1bv2024dev2b1
Depends: libnginx-mod-stream-geoip2 (= 1:3.4-3+apertis1bv2024dev2b1)
Filename: pool/target/libn/libnginx-mod-http-geoip2/libnginx-mod-stream-geoip2-dbgsym_3.4-3+apertis1bv2024dev2b1_amd64.deb
Size: 23284
MD5sum: 8be541a382b540a3aaa85a5c0732221d
SHA1: 3def03d8b467ff033c756e41194d744761b5e1db
SHA256: 258fda2c80d4f25d0d6bea05fa3eccac1fa667622f86d2a0a5eea52cda54239a
SHA512: b5ba4657723dfc4f4bcf9c39fc45ee54326451da6a3a95ab7e71cd6a3441ec04d50aa64c019260ecf1f96305b757ad2e62e02cd751d44d2548cdbd4f203cdcc7
Description: debug symbols for libnginx-mod-stream-geoip2
Auto-Built-Package: debug-symbols
Build-Ids: 4c5832a2d13977f3d448765db04e3c798c4a1603

Package: libnl-3-200
Priority: optional
Section: libs
Installed-Size: 182
Maintainer: Heiko Stuebner <mmind@debian.org>
Architecture: amd64
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_amd64.deb
Size: 62116
MD5sum: ece90932b82c42d432832fbb42327661
SHA1: 8f0892fe35227fb2298ef19b5433a28390df1e33
SHA256: ffd99658c0f5f0b2c2c95144876919912f349d3c180a5122f8d8c5d6c7428267
SHA512: db57a0e66aed5ac0df3b36c9118e7f1f1ece99ded62ac556cf128b5f6174734ea4a5d392f3fd3dac14114aeb6ac78f42ef5a72a5e8f7e2931f948d556d17992e
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: 2112
Maintainer: Heiko Stuebner <mmind@debian.org>
Architecture: amd64
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_amd64.deb
Size: 1501108
MD5sum: 08294427f1a65f23805ea264e53c9682
SHA1: 91d9f4136043773487286a8672da1058a8996fcb
SHA256: 944474651a1d7c2c35a72500e19226ccb8bc14e56bbb92c282273e8efbc99072
SHA512: 9853857cc254f41f178cbc90030ba2cb96b41eb7faef028c24e1baebf5d5e3612d6c46977cbf9ac08fc6300ce5aa7e044b0a10d5e310c9d5388848a2a2fe7b27
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: 5480271cb7f98c3b4266a5628438e9dda0c8bbbb 01118b5077883396757d40cecef65297b1cf8601 14b3637a2195f0cd9aea67a31b60f7f7301afa32 15b17800031d39d0a32639b5b14240fe61c20f55 770a790e8f34e9aecc4fb5b1040b830b17079792 834d8d0a22701dc7f9c498be146cae7706efcadd 862a18c9c216c10f204513fc34be446471ee46c4 a3b96de5027d403f90ad738629580f30faf6ebee b15982147edcfffbe55d7befbbdefd414b8ccc3d b4626ea178d2e5373a52b9d12a27a80f4b6ce31c bfc8976b6ca5035ebff5a9cb5b98281d721522b5 e3ab07e4616b8ced71cc686a392ebe63ca368b72 02a3e7a07c40e6f260eb418a6f814840cf5e7405 048e1d983ec88b84e9894799eb2d80da2b7c9a27 086e47b0e7c3e3c98c980a93a0942af97da1cc60 0f79eac5571dec55f3c4183f8f912101e9cf8ad8 16141527b0d08b9f01162f3ba37124e8c38a2d10 1723a79c20e49c0bca61086c67860d1727c0f04a 2253afa2db022af0c8f1b3cbef7439bc72f12130 25371d74d5a9a0d6f3b1d1d0db9f8dbc1d0e383b 2984b0fdfe24f86e6c3b82974c71b3f223121d9f 2bb910c39db1216ec00ce5f0744c9925c80467c1 2d36233b59762bc51a6a9c365e650ca5571f5607 318e66591c5b180d5f77aa4d7911b641eb038863 31e95b0b8619cd5437e405f98ac52d993a24ab1a 3719470002f748333c8b0d791e5b450bfa58ebff 38ee6e414436d8ca4750a0dc2b45cccfa7908df1 3b9cfe57110b360539174e5433f6bc707543dd8a 405d3f948232da35bb143a419cd64541cc009daa 4136e335bb547371f167233335f08e9f9db28cd0 588e4bd398b5ef21c2918af8eaf7fd6235f5d510 5c4f109953a386519d93d8f0b7d6d32bee995a67 5fe19ca5ec23e75e7f8b9d59cd940572e4016fb0 6150a152f2d578e093627bb0323be4c289d95da2 6c5d292adf14ea9e326aed45130a9d7d3ec3148a 711d3407315195d58a46767d11f34c3085ddd738 80fc9b94e84f156307d8a568c9f5c84134ec860b 8a40299c1eef4ac8fd31eb8de212cc417d68c95e 982de4011fba6fd6616221273280c65893a7f4f3 9df629158c89399b4e2d145bb4ee2a8eb17c17a7 a20383ef2e7dad777915a0523db259fd767dcbb0 a2e34042582bea9b9d9612cce31311f2a0a94c1e a3868612f27226e44cebc3b87554f8ce86cc4066 b1b3d64a802db06768d0142a24a4f9fd880b8d1e b6c8b8f30a3a386974b7f6d8cdfeedb59fd32d90 c8ea9e2e63ee8b9fc701f0e7350436dd9fa34931 c8f02cfe3fcba34d29e6cb230b52904849ec8c06 cddbb7cddc3c2dcd203be2ad4aaeba289609ead1 d483373c941705679b935daeb71735f585c9b671 d662664b4a17658e790a57c02ba7e24b04d9d32f d75b3fca0f705cc36bd7c3ad4a22020a2f60eafb d82db8cc8451e14b582051c62376560a82b5ae30 d973722325b9bd955adb4b0b019170b1f810bc98 e1d8b86640392c473ffe644f21570bdefb552da7 eab587b815184f9a28ea0a13250e93f010ed1f6d f28997744f13ed49274174e6af9a18abf1b26506 f725dd7a172682b0f19cb52f2666df35cf8353e7 f7ea57bff0c4ad8b7c7889b7397686f2c4d5e41f f8a087aae799dda03830a1ae27cc42c9e890fede 44a74b5204953c9cf0f418c635337ff3c63138fa fb4d35ea4744745a3f489ec05921cac69e6df660 3408562e5ab9f0a82ccc9de9d366455efdee0d84 94afeb96187446be72532c6861a94d170449dc44 f6015e2df5c2d5d75d3b2ac3b741bb86f64832d5
Homepage: http://www.infradead.org/~tgr/libnl/

Package: libnl-3-dev
Priority: optional
Section: libdevel
Installed-Size: 617
Maintainer: Heiko Stuebner <mmind@debian.org>
Architecture: amd64
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_amd64.deb
Size: 102720
MD5sum: 6793b14c2d6dc9be30c3271903d75efe
SHA1: 78bd01587f6175379e7b8b57b145e4507b6efa05
SHA256: 8ef1aed03b2fa3c0ad0dad0111a55aeb32fd92114fc25221e31002be30108459
SHA512: 70d987e9f3c66d80a6186e81eced7edb91c2321f4bff000bdb266f3156411d8c2247d68cfc746b557c49db2a8794d7bdcf4504d36f7137b40dbc3faf6a600b38
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: 236
Maintainer: Heiko Stuebner <mmind@debian.org>
Architecture: amd64
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_amd64.deb
Size: 31868
MD5sum: c83051cd212ce7130aeefe90cc9ac512
SHA1: 8a001ab873482065a87b94f862c7c0ac34e27c77
SHA256: 50d74597a0753db76b119fc661ac2ab5c23172c138915fad3122bb3f8461b29d
SHA512: 915dc2e5fa9f68994395052a9f9813f767c1447365b5da8e19d1ee12d4c0aabe16510705c4a1cd10a9d9b7245bddc06bf5e8dac37786b9e9605146ceaf0aba78
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: 91
Maintainer: Heiko Stuebner <mmind@debian.org>
Architecture: amd64
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_amd64.deb
Size: 22184
MD5sum: 8660ab76ec740cb8735ab702732da030
SHA1: 3a3fbd64be94052e64be20158589d856c1ae8d0a
SHA256: ec321b6b061a267a576768b5f55942d59db50eb04caeea97aeb3be9ab6c26149
SHA512: 8da3c9fec045004a9bcfd549b24e90265a49da909034ed4c4fc7490ef2d61e6f7026a8962b1d911b70bd09c056100a941345a32586a2750dc5c14f98501d5b48
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: 57
Maintainer: Heiko Stuebner <mmind@debian.org>
Architecture: amd64
Source: libnl3
Version: 3.7.0-0.2+apertis0bv2024dev3b1
Depends: libnl-3-200 (= 3.7.0-0.2+apertis0bv2024dev3b1), libc6 (>= 2.4)
Filename: pool/target/libn/libnl3/libnl-genl-3-200_3.7.0-0.2+apertis0bv2024dev3b1_amd64.deb
Size: 20528
MD5sum: 6c1b66f0382cf8b881fa309eccf9ba56
SHA1: b64227491b13f6d3608353c456645c2bc4b9bf29
SHA256: 78abb4375d0b53f4d712a2615b348081ffa87a9bebb28822dab323fa972d627d
SHA512: ad4f77c5db3ac2ddc5cd7d96e32d0cb58a2609ae59ba80e68d41791987df907c49937b5f33075b211a9b60065bf3f266fc5aa56f6b69cf3943acb418e3da315f
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: 60
Maintainer: Heiko Stuebner <mmind@debian.org>
Architecture: amd64
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_amd64.deb
Size: 19724
MD5sum: 7dbaa78f3ccda5f83b0a9ce80292db60
SHA1: e54e04c8aafda223b87012759db7332a30650dff
SHA256: a3d2da7387463533833ff658f2a99ce8215841cdcc15f3647ea2e4f3d3e70fbd
SHA512: 11933cfe80b5ef1dd692df9061986b0de032f6564b7ccc3a9625e9e48913174fc3cb9d03709b8a90edf74fdc90d1dfbf22f3894a9da56947ee92ea9dfec62e99
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: 71
Maintainer: Heiko Stuebner <mmind@debian.org>
Architecture: amd64
Source: libnl3
Version: 3.7.0-0.2+apertis0bv2024dev3b1
Depends: libnl-3-200 (= 3.7.0-0.2+apertis0bv2024dev3b1), libc6 (>= 2.4)
Filename: pool/target/libn/libnl3/libnl-idiag-3-200_3.7.0-0.2+apertis0bv2024dev3b1_amd64.deb
Size: 22512
MD5sum: a30a3febb22e1c4853031140f61f5054
SHA1: 5284a16a48880da8c2862bc963e98b221c3614ed
SHA256: 9dbbf0aee0e3f0a854be76ec81b41b5a8d89730b336a12fd631a5229b6cea18b
SHA512: 146685ea3cb6dfe7c865f18f3c1708879db87c8d7413114ee5d1df27723b9a4e4594eda0ef98807f4f23960babf165cc1dfe7f3104ef124d079bcff3901093e3
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: 78
Maintainer: Heiko Stuebner <mmind@debian.org>
Architecture: amd64
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_amd64.deb
Size: 20976
MD5sum: 63aeeeb738dc53856a17f98d951ef9e6
SHA1: cfda7f14539f45ff4370a32779c28a64475f8e88
SHA256: 612bc8fdcfcf1325be11f919b5b17816a3d1ecd6b7b906d3f6c92ad267c5eb9e
SHA512: 54ac17549140361a9f429f928e321dbd2ae63c32e0dd069f9ab878988943091a27b1576cd2eb400829f67a4c8f3bed13246721d0344924897c4027f37b566128
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: 148
Maintainer: Heiko Stuebner <mmind@debian.org>
Architecture: amd64
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.14)
Filename: pool/target/libn/libnl3/libnl-nf-3-200_3.7.0-0.2+apertis0bv2024dev3b1_amd64.deb
Size: 41208
MD5sum: 27bbb17d4cb63550967239d26134b350
SHA1: 282b149245a7d1c8ebbb4627b1947d0599bc0002
SHA256: 0728006a82baa6ad5eb3b73c75e6745cf0dd4c54a1804534a445c0cfe37e1efa
SHA512: 80eca341e2c223c0e3a27cc2bcee03c22cd719f9072d7470903d9050d78b15b82b5542ad22023927a69188619b7a810a39b037bab51e8bfc80a011cf4f654a75
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: 193
Maintainer: Heiko Stuebner <mmind@debian.org>
Architecture: amd64
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_amd64.deb
Size: 39464
MD5sum: 5c33999fc8fe03bdf0a62eca1402fdd0
SHA1: ef7ec0a46c32623bc3b1b147e3c803ab19e7792c
SHA256: 3250f0f3c4aaa6d25c33e4dfa319b822901519e3d9a420688c5e41f4c7a595ae
SHA512: 576166bc2a2ae88727e3c400a44a75253501858e6bc4ebaf7271c59ccb27aa519aa94bffc6019ac7ac3ec53c9053dbdc8a9ffc446ac46a341d55310efe6bd7ee
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: 644
Maintainer: Heiko Stuebner <mmind@debian.org>
Architecture: amd64
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_amd64.deb
Size: 183896
MD5sum: 817cee8dde5d96b1be122bdada7c1300
SHA1: 7993ba48f791409395c82d930ff26cab51bc3f8a
SHA256: 85ddd3742fbddc0df7b6ea4bf24096234200e3ed09cea6bc2a783b554879d2e0
SHA512: d8d8c077e851a168e1893cadc16d766790c0220336cfadf5102f0e2380e1f0253c306eb78e5199d275532c716c1e04113b1461391cd127bf04a7a03d6408e74a
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: 1208
Maintainer: Heiko Stuebner <mmind@debian.org>
Architecture: amd64
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_amd64.deb
Size: 201720
MD5sum: 68219531049e7a7345c519066c79af5e
SHA1: 9c91e98d048b31449956039aaf29d4a9a20e7335
SHA256: 605aa43b1c93721a4114e5a431c76d017c863dc79d88c68928e230bf1ad88ca2
SHA512: 038e5e7511879e666b82dad28eff747febe1225983e3404f21a50ddc1bfb3656f4f5dffa5856445b07702127034a6881241d3b47e7c8de22a2a3313325eb9588
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: 757
Maintainer: Heiko Stuebner <mmind@debian.org>
Architecture: amd64
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_amd64.deb
Size: 65104
MD5sum: a339544610be4e60dba2a08e78e2ae1e
SHA1: 5b01c43c80cba05e791deecb846186c7f3dcb363
SHA256: bab897a8b8fe1fb584fdbe448c6b77e9573f3aa453fb1f135f34563eefa4ac93
SHA512: f1114998ccd9ba41907a426bf311f69eab0a5cb44d189f91c1ed90811e9459e677bd54516030515b58dc755076205acb5c5641afc5f64b2121c48dd8ab0260ac
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: 121
Maintainer: Heiko Stuebner <mmind@debian.org>
Architecture: amd64
Source: libnl3
Version: 3.7.0-0.2+apertis0bv2024dev3b1
Depends: libnl-3-200 (= 3.7.0-0.2+apertis0bv2024dev3b1), libc6 (>= 2.14)
Filename: pool/target/libn/libnl3/libnl-xfrm-3-200_3.7.0-0.2+apertis0bv2024dev3b1_amd64.deb
Size: 38252
MD5sum: 26e351a842a79c6f4d55efcee3895a0e
SHA1: c324b245d6137557501789e0f872c686da5a5e4a
SHA256: d7a7019ee7bab5832053e11b3a9b586fd0e5ee7028652cb664fde9dace076830
SHA512: 20f0f60da21a4cbcecace47c34d1db4de7879e773c5565965cc6d4e7c32c5afc2e0ebc7444fc962ae9434360dc6e4c009cb3e9eb1e4aa29eb75e47205d47ba6d
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: 150
Maintainer: Heiko Stuebner <mmind@debian.org>
Architecture: amd64
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_amd64.deb
Size: 35624
MD5sum: 26d2e3b05352f9dc1dd58da2fafe587f
SHA1: 34771a3dcbb6b7393f6a3495d9e22f4474201db5
SHA256: 2a029f5a633ef4347110172373a73be043e06940eddfac8c235b2c9c5aeb6e8a
SHA512: 09ecfba5e947036654f719fac3bbf5278ea9d2f6b18692b51b9ad008b76d51e4ceb31c1cc82591913bdbea3a7c3a4bc796ac9191839a5cce4454deae8c2a4a87
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: 45
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 12796
MD5sum: f9996ace6018f0ced5dbda2256f0caba
SHA1: 31e8fc18d8dc9f0de496d86b3e9e2415ee622794
SHA256: 17c4bce84881061d8036a4fe36958eed9d20a218d5457ff234b89a6143151eb6
SHA512: ab05362b7f1c94cad62dd80df5f689efbbd229c1d15c71f7bc8b0805a4c0f30c48fadced669511824c32e8769024418def1c74918888ab0feca27ecbe5c09626
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: 30
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 13968
MD5sum: 56b7f7c5d136187a08e0c83cb6d96942
SHA1: c607a23cc92a6b3a955063b8f358bebfca7ef4d0
SHA256: 3a897a4a54465d47f9bffe69d81edbedd5221f2c3405513168751727e6b9d9c3
SHA512: 0c637aca19eb64ef149cb0d4c19507eebec3fbf620d6b9010624ea8262f475c459fc618764cb2829fe0f955ae953b368c6d5e32605082551a3de3cc2bd680d47
Description: debug symbols for libnotify-bin
Auto-Built-Package: debug-symbols
Build-Ids: 6710c9e689425d64c0f5c12fd8dd435a68f2e26b

Package: libnotify-dev
Priority: optional
Section: libdevel
Installed-Size: 88
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 13104
MD5sum: 135633c590ef2b29ec45d4ab4da406af
SHA1: 73649600c16dc5b3ede143a94a179cba2be03d90
SHA256: de0c3aa9c7222a27b94904cba143dfdeb295e2193b920b0440c6bfa34aca1460
SHA512: 2a37a8dca6db56a00e627bb319169a7e48be6adcdaee4f15f775ecae282446cfe4119b72872009eb853df744a067cc33c9bad89a2506e560ad65126aed5bf454
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: 76
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libnotify
Version: 0.8.1-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.7), 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_amd64.deb
Size: 25508
MD5sum: 817015c390ad4edd8de4a4961b084de0
SHA1: 3bc9668e8d8c29720893045377f48e061e030cfb
SHA256: 3d9b789b74d116c390d72c9d5cd57a641fdf4f818cf0322ee4c72b1173a93567
SHA512: 15db4bbf4e5fe15e0b43e39a6def9070ec8a71ccaa08e3380465a7a888419ae94853ea370e72963835d2b5d6785e53f1e5d287d017eb25455d92e21141ac02e9
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: 64
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 44364
MD5sum: f9a1b1912cc298112657bcbe5a4613c1
SHA1: 4674f520cd51bf8c7ba679e7b929b2b71e0cbc25
SHA256: 1604798629af6bde14b58bb8c5a7dbb50ad7348b9dcf5dd459d6f25f53c4abc5
SHA512: fc86c07cf2f6782c36e1521059229f9d2c20d8863164a5085f16314b290a3f71ce5a796c82ef7bda60bf09a1b8fba406b8d2c8c8231fb151b84be758725e1336
Description: debug symbols for libnotify4
Auto-Built-Package: debug-symbols
Build-Ids: 8f9934a34f01144db4e207623e4fb83e6d24c0a4
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: 49
Maintainer: Eric Dorland <eric@debian.org>
Architecture: amd64
Source: npth
Version: 1.6-3+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34)
Filename: pool/target/n/npth/libnpth0_1.6-3+apertis1bv2024dev2b1_amd64.deb
Size: 17892
MD5sum: c1449d688a470e1eaca1926a00ad6af2
SHA1: 69c8770c4f7cfbce77b040130b69bef763e70af8
SHA256: a3c9ddb61f10de48d75f467a59010a0f8bd29ee52a0ff57d525c3e652138bbbe
SHA512: 7552b90441db6149aa999d267eb3eb63dce917c348b66350ee77630dd4e697b8d6420d06a793e46a251272b0b9fc5579586be9ed2ec75eeba8629515474a99e1
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: 31
Maintainer: Eric Dorland <eric@debian.org>
Architecture: amd64
Source: npth
Version: 1.6-3+apertis1bv2024dev2b1
Depends: libnpth0 (= 1.6-3+apertis1bv2024dev2b1)
Filename: pool/target/n/npth/libnpth0-dbgsym_1.6-3+apertis1bv2024dev2b1_amd64.deb
Size: 15516
MD5sum: 83257fb6179a696728bd88dae8b2b6d6
SHA1: 962092cc08a49117f485aa799be4cdebc50e1374
SHA256: 420242fc5ecddab0f6df32b827ee00972052c74743da52934da6194c656980cc
SHA512: 380432d3ef8169c64976a1e8ff70b69ec4b6a3aba965c718692893da86d01b51e48d479c4276aaacc1dd1911bfb2ff41674ba2c0e4cfb99d3a2c9ad9a9502f0d
Description: debug symbols for libnpth0
Auto-Built-Package: debug-symbols
Build-Ids: ede0d3628d2c8f9b9b9f1af4fbfc81de9729da40
Multi-Arch: same

Package: libnpth0-dev
Priority: optional
Section: libdevel
Installed-Size: 68
Maintainer: Eric Dorland <eric@debian.org>
Architecture: amd64
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_amd64.deb
Size: 22964
MD5sum: b940905b2bc2fdd44ceb0593b0f767fe
SHA1: 0c39c5875861889749545852a49e27916cb0602c
SHA256: 6a4bb4c9540565ad3b8768e6036457f0c7c13fdd82edb7edc6551fec76ce077c
SHA512: 42f3558eacc992169f60220bacfb0c85a909bd336f16dc6b30123f33db59127f3456d572952e7e8de27b74d967a514e45d50edd662844aaad1f39eb39ae63186
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: 317
Maintainer: Maintainers of Mozilla-related packages <team+pkg-mozilla@tracker.debian.org>
Architecture: amd64
Source: nspr
Version: 2:4.35-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34)
Filename: pool/target/n/nspr/libnspr4_4.35-1+apertis1bv2024dev2b1_amd64.deb
Size: 108408
MD5sum: 65bf7bce55c2efd8fcb681da6a688574
SHA1: 61233100918fccdbc5836faeec07aaefd23cfd63
SHA256: f1cf30f1eb494cc16c36aa4da82d78eb4e536eb48c98407b972d973d3cefca6f
SHA512: bcc3fea58899d4645aae4e52468badd6fadc24a571130efa4a85e0a77740f5cfdda91f1c141d128cff9c6b778f2554871ff92915a38ddef8a2aa6e800ed62899
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: 381
Maintainer: Maintainers of Mozilla-related packages <team+pkg-mozilla@tracker.debian.org>
Architecture: amd64
Source: nspr
Version: 2:4.35-1+apertis1bv2024dev2b1
Depends: libnspr4 (= 2:4.35-1+apertis1bv2024dev2b1)
Filename: pool/target/n/nspr/libnspr4-dbgsym_4.35-1+apertis1bv2024dev2b1_amd64.deb
Size: 322176
MD5sum: 3b5b7294825dcddb2bcd089dc4cea3d0
SHA1: b926789cf64c669c0346ccd314ccf16e7e8b0cc7
SHA256: 8ef38ded3187afcbb37bb31103fc901413434f7f4f5a0d49e2b36f9faa5b1780
SHA512: 54dab7a4aff73593d8ef8b3669ed4c03685dd66a6d3b18e5bb3f787305af78c020fa5656ac9bcc4db32c2348864b4b703624160f23e8f0b91ca1e5d4620f7efa
Description: debug symbols for libnspr4
Auto-Built-Package: debug-symbols
Build-Ids: 4955b2172298e3494deedaca5f178664886eafc5 fb68f2b4f9c4331e090530d3e7b54bef5c1dd6dc fcc99931da44af28cc4d75c0f922eb40419472c2
Multi-Arch: same

Package: libnspr4-dev
Priority: optional
Section: libdevel
Installed-Size: 1146
Maintainer: Maintainers of Mozilla-related packages <team+pkg-mozilla@tracker.debian.org>
Architecture: amd64
Source: nspr
Version: 2:4.35-1+apertis1bv2024dev2b1
Depends: libnspr4 (>= 2:4.35), libnspr4 (<= 2:4.35-1+apertis1bv2024dev2b1.1~)
Breaks: libxmlsec1-dev (<= 1.2.33-1)
Filename: pool/target/n/nspr/libnspr4-dev_4.35-1+apertis1bv2024dev2b1_amd64.deb
Size: 206812
MD5sum: 638482c7ea3642c183ab3e8f9bb1e6f8
SHA1: 000ed3f004485dce2fa7cd8def054683c8785191
SHA256: c97f4ab4c72b9e9b8ef7fd35d94a01cd01426a4a58d53d1ca9aa11e17bfaf563
SHA512: 30766b72e32df05e10fb88aa02d6685c021a9fe395fd6b0da022366e3c220d94e48fbfd0b35a1951e4fa1ad9f9a93d04db6076d433e9813584ca65c853c91f53
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: 218
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/s/systemd/libnss-myhostname_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 93764
MD5sum: eb68fe0d641b800ce837ffef42eed6a6
SHA1: 57aad5c5676de2c59f76a1c80e05d61a71e9c1ab
SHA256: 1f0a6bdb36c01986f45e8a61e6723eb4de641aadab60684ca1bbbf30646ca880
SHA512: 8e9d0078dc9722d10125469b8c5049a613b136f32bad4f17d55e7630bb67f346dea225e1d0a8b62b29107e2db6aec118eba4b3a340d1be5801834899cdc1986e
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: 327
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libnss-myhostname (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/libnss-myhostname-dbgsym_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 297400
MD5sum: fc6a474caa7087992f99e6b4fa90797a
SHA1: 2d56fd0687173a40cdcf312dc6d2115aef1ab80b
SHA256: 10b61d1b5d904700a30c807279c6bea9ab657b65eefb65af669b7d30adedc80b
SHA512: 6f37952c918cd2729fcf2257afae86134e6f5fb182f3d87cededbfa52128f65c601bc4b2fdf16eaf0a95d7e4740c8da1c63250e01e1fe7a345188fb1f743f7c3
Description: debug symbols for libnss-myhostname
Auto-Built-Package: debug-symbols
Build-Ids: 7983c5aac70a0de8fbf0ffb0b6ad8002da8c27b1
Multi-Arch: same

Package: libnss-mymachines
Priority: optional
Section: admin
Installed-Size: 395
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), systemd-container (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/libnss-mymachines_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 175012
MD5sum: 37ba39b0a57df7da06d0acd529eddde4
SHA1: cf90fa582c4e38ddc1b6a2e1d856cabbbed95f2c
SHA256: 5ca3e10cb63f5480145e7186d78ab83a4209f5f58f99328ca84bad424c4bf5ad
SHA512: 5edc5d8bd8a9444a2e9bbe2a242d90769ab5b896bf258a61069a2fadca957cf5e820d09e10388479a5c93b3b3b335117d49d3cfa48e205a5b7bf5c74c154a865
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: 615
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libnss-mymachines (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/libnss-mymachines-dbgsym_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 574728
MD5sum: 9ce8874fe58f06b3c1c9637ac92d24dc
SHA1: dae8860f1a2d2653b1fce1a640a82ff1dc7db7ca
SHA256: 8ea4178c9ad6c548a5821ff9ed9544bd034564d6aa225fb7fe60755fb2d5b042
SHA512: df52bee1aed1d56162d202d8988feefe069e208e2e539ac2287e4bb4303d5a49db64a6322d6cdc004334ca9f880a286984202e3905ddfc33a47efa9cda63a144
Description: debug symbols for libnss-mymachines
Auto-Built-Package: debug-symbols
Build-Ids: db1668767b203c52f0454562535f89f8810fd196
Multi-Arch: same

Package: libnss-resolve
Priority: optional
Section: admin
Installed-Size: 217
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), systemd-resolved (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/libnss-resolve_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 106728
MD5sum: cd70f957b7684601e1a100eb634cca0d
SHA1: 960c6047d135eaf66a9ab41b147186e8df4bec77
SHA256: 5135734b949891515f8c5212422db231f5647413b099201d8ec8bce10c08b2f8
SHA512: 859953d41a0a3d5b5e010d7c3e5637e7bf0251a3f32c2ce3b7fb12d293ecb55f9c1fae3f1f0fe8be46513130dfd2a1c5f0ea27756511ec4dcb79962418cc0665
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: 320
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libnss-resolve (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/libnss-resolve-dbgsym_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 296832
MD5sum: 133700af8244f63922bf159e7cbb2f9a
SHA1: 7df08a0889d4e87daf75a53822ae057b19dc73e4
SHA256: 3c3bfad7e858bf0d701caad44c1c948925d39d83e576ca162c4607d628e7172e
SHA512: f478ee3615100a924389e4dcf8de769c28dab9b22d8a0710ad73500e20eeee076a1ae3ef9afc3bee7c7677b0f5da720fa28589fb3f1c7517033a784f8ab7a619
Description: debug symbols for libnss-resolve
Auto-Built-Package: debug-symbols
Build-Ids: 99343232ad077cc9d3667ddbe17d6300d57bafb7
Multi-Arch: same

Package: libnss-sudo
Priority: optional
Section: admin
Installed-Size: 674
Maintainer: Sudo Maintainers <sudo@packages.debian.org>
Architecture: all
Source: sudo
Version: 1.9.13p3-1+apertis1bv2024dev3b1
Filename: pool/target/s/sudo/libnss-sudo_1.9.13p3-1+apertis1bv2024dev3b1_all.deb
Size: 672264
MD5sum: 83aca419ccba9367cdf4df77c78cc3e0
SHA1: ec25fb679fdab0c0e611ead2573850a0058f1cb8
SHA256: b9adf2608d60febc723580c700a8335e4ab3de86688c5b07e82137331e3fbae7
SHA512: 4d656d41a4cb18d909a22d075acbdb439256ffab3a419c9dcbdd0bafeaf13ea63c401b09394fc725c1a3064ad743140b3044cd61782fc7704cca07e4f9e915c2
Description: NSS configuration for sudoers service
 This empty package provides the basic configuration needed to enable the
 `sudoers` NSS service.
Homepage: https://www.sudo.ws/
Multi-Arch: foreign

Package: libnss-systemd
Priority: standard
Section: admin
Installed-Size: 403
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), systemd (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/libnss-systemd_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 172508
MD5sum: 4c160dcc3c30533f16d9c40a17f5006e
SHA1: 061c2d9d27f9edb2fc6425b2eee792cf32e8d526
SHA256: e1eadd1d8d5975dc961262dc3fbd9b8eeaa0cf00ac59d939816f60baa92ce81e
SHA512: 7f0840beea556f3871d2637d97c3afb9a84d3e9619fa4a70311c082fe6b891c97dd4b4b17173df11e592bbf6016be5585896c384540878a737f51fb38c85acff
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: 623
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libnss-systemd (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/libnss-systemd-dbgsym_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 585092
MD5sum: b13abf9286a1e74ca5c35457365b133e
SHA1: 52a92e13496bdea7c5328e33e50a5cd28933c246
SHA256: 018eb697b647ee3f7e57bdb7f77545e1f5d46d9fd6d3224f0383ad72152ef5cf
SHA512: 9d677fbb883fd52b9efd6cec892e5091f19ca2f500aa20c578a237f9e64ac1c1cb9bc5aafdbb8f9cba9578077c5f79ae9c18c5c344f8dcbdf9447b4da1ea5436
Description: debug symbols for libnss-systemd
Auto-Built-Package: debug-symbols
Build-Ids: 4a6803a5356b831d877ecdf7d12b0e93a13b6fb3
Multi-Arch: same

Package: libnss3
Priority: optional
Section: libs
Installed-Size: 4114
Maintainer: Maintainers of Mozilla-related packages <team+pkg-mozilla@tracker.debian.org>
Architecture: amd64
Source: nss
Version: 2:3.87.1-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libnspr4 (>= 2:4.34), libsqlite3-0 (>= 3.5.9)
Filename: pool/target/n/nss/libnss3_3.87.1-1+apertis1bv2024dev2b1_amd64.deb
Size: 1331664
MD5sum: dfd85df817a95ca05ff39e52fd5abe75
SHA1: 62686b334e8feb63ebf73a49e06dc6b869487441
SHA256: 7004a12daaffe7fd3f5d3c0fdd118e63384c2df531bcdaf5be973cf967d43a95
SHA512: 7c75b49a73921a539cf853f4b8f2ad0b8995270b7d2e8e1086b77d50b00b338a4aa5623295c728bec20501919334f5f434349c16271154e38623d8ac361c9339
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: 4800
Maintainer: Maintainers of Mozilla-related packages <team+pkg-mozilla@tracker.debian.org>
Architecture: amd64
Source: nss
Version: 2:3.87.1-1+apertis1bv2024dev2b1
Depends: libnss3 (= 2:3.87.1-1+apertis1bv2024dev2b1)
Filename: pool/target/n/nss/libnss3-dbgsym_3.87.1-1+apertis1bv2024dev2b1_amd64.deb
Size: 4388700
MD5sum: ca85c8df9e7e8b2e5a97a34e86f475b8
SHA1: 3e7e5cfcb895a53c15e9e222c38f773e0279f10e
SHA256: d9f915c92361a1e810e0eb657e7999440da67e2b52731de6db1110041b487c0d
SHA512: 22c50d3b7a5a7ef4b78d476d4f74c545d45b52aa7ac206ae3f48c30a849170fe302b31182d82e05a0949d2fe8d4adc2992eae0b342858688553b226b5849747d
Description: debug symbols for libnss3
Auto-Built-Package: debug-symbols
Build-Ids: 044d298883f42294e7a21185145fc37523372b2e 04725261d9a301b41021556d5a20b1684903230b 05bdf84af7a4255dea0c2284007a845837d18b3e 27575863fde96624270a7c3c7a72bdf18ccf6228 84cc623723ee1d8fcb7eae58584c3f9cc4dbe356 c6baccae1d98cea76525b8dc90b6d2d1fa34dd69 cee92192f8fd3bf5e2da048f5018d120ccce04f8 d57e1be55ab22b232df2af0581a629618ec3eda9 ed0d9dc9037f2566ca6983aee5fd969f2f2a7243
Multi-Arch: same

Package: libnss3-dev
Priority: optional
Section: libdevel
Installed-Size: 1436
Maintainer: Maintainers of Mozilla-related packages <team+pkg-mozilla@tracker.debian.org>
Architecture: amd64
Source: nss
Version: 2:3.87.1-1+apertis1bv2024dev2b1
Depends: libnss3 (= 2:3.87.1-1+apertis1bv2024dev2b1), libnspr4-dev (>= 4.6.6-1)
Breaks: libxmlsec1-dev (<< 1.2.33-1~)
Filename: pool/target/n/nss/libnss3-dev_3.87.1-1+apertis1bv2024dev2b1_amd64.deb
Size: 245276
MD5sum: de425bb66ff92c0d6f6f8fb995a24e19
SHA1: 0280d038853f4d05cd543207ecc2a2f73555a2b2
SHA256: 678e8d17eca7faa40ef71d95e8086792437912482c34f30299f2b7809bc686d7
SHA512: 242c966f58a5d5929a04bed984071f02763303683cfd9a3322d62b4e808c2ea64ba9769b77ee714c0808ad41e7ef87ffa5606c7b7bcdd3c4a03b317eb0a5ff1b
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: 4942
Maintainer: Maintainers of Mozilla-related packages <team+pkg-mozilla@tracker.debian.org>
Architecture: amd64
Source: nss
Version: 2:3.87.1-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libnspr4 (>= 2:4.34), libnss3 (>= 2:3.82), zlib1g (>= 1:1.1.4)
Filename: pool/target/n/nss/libnss3-tools_3.87.1-1+apertis1bv2024dev2b1_amd64.deb
Size: 1053284
MD5sum: fd76770dbc40d8f7d75b8c759c5459ee
SHA1: 749b2e716d25e197b8cf4da53bc8771aa3cc9b1f
SHA256: 97c051efa74985557681296096a2c95794097e8b26ec1c7b005d0dffdf79b88f
SHA512: 5e6b32c412fc18fcdee436bbaaa1a137a14a338b156f6f5d98f049b2d6e5f80f039efcd67c3641001ad5747fc447db67bbda3b4456ac99d95458b86a2dc98efa
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: 6490
Maintainer: Maintainers of Mozilla-related packages <team+pkg-mozilla@tracker.debian.org>
Architecture: amd64
Source: nss
Version: 2:3.87.1-1+apertis1bv2024dev2b1
Depends: libnss3-tools (= 2:3.87.1-1+apertis1bv2024dev2b1)
Filename: pool/target/n/nss/libnss3-tools-dbgsym_3.87.1-1+apertis1bv2024dev2b1_amd64.deb
Size: 5697588
MD5sum: 13c8cd07976c00a6291bc0e97317fe53
SHA1: 882c9ed9ae3b2cc5f80fcea09226cd6fc7a50301
SHA256: 360fcf71f4b87e8b14a236ea8eff8308d7fbf4ea10b28f07c5b08ae79f8f6d71
SHA512: ef44009d4e28ba9035aa02236b14a731b86307ba272d118313b94014370be1173b21ce7e5a270a8ce65986fb02932962c0af902e771acdb2ee2e916dfd645b2a
Description: debug symbols for libnss3-tools
Auto-Built-Package: debug-symbols
Build-Ids: 0136b8ec02d953436b658523723e9dfe5b4ccb90 12ec53025e9e25a93f5544cf94f68ab2a0f4fe6d 1aa7ef451ff7d33ed4e9420f919162b3ed088492 2b96ca0ee6b1fe0378d19e97068df5d10dff4e5d 2bcbee376f111f4041f9c2d552eac888d8c6e941 32a733bf54ea0c833a69ea15b1e1c9f22da33a64 3b757e5f494c2ef7e0ff7cb1608582c3f40e46ae 45f19ce65107cbd212a29e0fcae7acc84ef90f5a 4b05bb285d1260a99652c37ff1601c9d6990542b 4c210d215b24f8881500adf3a21bafad0fef524b 58cd1f5a9933eac21d3bcc18c3349f2188e423d7 5b20ab9198fd06ad83805cd7f15cee49e1ec8c7d 6069c44563d9b12c0647b5aab7c72f398832127a 68b20866692d701a332cc47ef11db9c93d7984fd 6f52342d33efc3f0c5b26085be41566cb61214e7 82be1fc841bfc00ef939a71e690e432998762cf9 84bd56bb02a5b45af235f15fe734d91c6b1d428f 84ee7fe6815fc0171a08dda36fda41a8be4db9b4 90384034887d6432124bb89591bf6a77bdf0b4bf 929d43ce35903ea2d0831ba23d9c52b36ed9d844 ad0a5d6a9559e35fbf055721c915b0367c413e2e b25e57934b90ffd1dc696dccaad61537ecd3d26f c1d393e6d3bc03acc1dce78fea23e565fa4b29a9 d539798b25fbda6b74266ff880cec8ccce740ca2 d724e044f5e0324f142da7d11225b1edd38faefd db5b6b3080297886ca53a8a7e9c74923bd4230b5 ddb9d339052b26933d30b2c8519f534ca52337d3 f4487b709c46149cd793bebf02cae22bc0dd65a3 fa7426ed1d95c06780d6edfc02b590db5debf080

Package: libnsync-cpp1
Priority: optional
Section: libs
Installed-Size: 67
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 19256
MD5sum: a594f9e2348d162b6ede552adb3c6bd6
SHA1: 45b49a8320c83ca463262daa7a090598ccfc8137
SHA256: 3e1771afaf7b66781f889ec399ca6ea0577e140cd03c0bbb0d2a8b799b6034b2
SHA512: 3ef948711391bd1fdf5432dd82252f125818a70514aa8747b78139e225861ca5849058a7b4770fab0a45339b1d0c26f2c5d9209bba61e3f455e0779e25fa13b7
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: 101
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 82748
MD5sum: dfb16866f6ba068327cd426e7ab322aa
SHA1: 3f98d7d4a0e51ba53f8fb837832a1ffb62aabc1b
SHA256: 515cd7b946a5a2cb0cb122d038aa543135ded2fc19c3ae7df51c67622d232a9f
SHA512: 19e66a2a71bed76cf33ccb390ce55a48ad409cdc24d90362858fb223fc67cd90f095ddf157907be93fa58cbc2db84d31ccc7f261e1e588fdcbd522d05a6fecb5
Description: debug symbols for libnsync-cpp1
Auto-Built-Package: debug-symbols
Build-Ids: 707515f1515c61c543f51f365013f04852a5cd35
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: amd64
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_amd64.deb
Size: 13628
MD5sum: 521dd670c208d5f508efdc32e3aadc8a
SHA1: 7c183341c2d3e19be064ddc25da2b178096dea6a
SHA256: b175f76b2717b2830d79740af634e3feedd1785d17c9a03a48413b087a987aa3
SHA512: 57c74d24e7c8bcb66af3a0dd7c12a973ffa885f32a97ff619431623629b719832ac101b1435d51a192d26d9d8bde18b16b53e92a11fd336fc4a23c6af2f4aa9b
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: 60
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: nsync
Version: 1.25.0-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34)
Filename: pool/target/n/nsync/libnsync1_1.25.0-1+apertis0bv2024dev2b1_amd64.deb
Size: 17784
MD5sum: 365a35fc6b6e6a4cf5c42c7a2bb3dd2e
SHA1: 158831486a5968c705bd1bf3136175804c055705
SHA256: 9eb85627f833f1100229a229b49cef1743faa37bbbf34b5d84a59deee8f3074d
SHA512: 9ea1ce6a47b48960cca18fcd1ef19e89c4a5fc9f27fc8d856c7bc4cd4e8da50ffd1e669684ddaed2298787485385f4b5b7ae5236ae3227f40f4bc1fbd9923771
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: 59
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 42436
MD5sum: 703fb23782c47543daf77080829ea4a9
SHA1: af12460d6980ce95b7ca914fe056b7a384427044
SHA256: ea1e581ab6b852a565b37525c711db4909a58d3e4d0c73e95fc65d31ac004d99
SHA512: c947c3d71fcee22e5b6dea5631448e2f5a20269e7e3fe2cc6ace66024a5310e2a0027b7281abb93bda1c82b01c7b2caef188dcd0e6e384cff1af2cd79cff174c
Description: debug symbols for libnsync1
Auto-Built-Package: debug-symbols
Build-Ids: 8c728119c85fc3d45b3ea4c8e834572f7ee5b2ea
Multi-Arch: same

Package: libntfs-3g89
Priority: optional
Section: libs
Installed-Size: 366
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: ntfs-3g
Version: 1:2022.10.3-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.33)
Filename: pool/target/n/ntfs-3g/libntfs-3g89_2022.10.3-1+apertis0bv2024dev2b1_amd64.deb
Size: 163612
MD5sum: 888ec0d74682478820301e8c9208c13b
SHA1: 4c0ccbb5a6a302a47e6e781b493d1c29130c671e
SHA256: ddcb71018c42b31cc11107a17a1458bf88a5c128bd82f0678a90165936c8e349
SHA512: dc2e338fe3cf63a9628bb052e2e7fb4d128ba4556df3f56eddb828d0c2130cb6d1fa818fd672b882dc61926931bf250c487a89d8a7dd38ae2f680f7b5ac45447
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: 449
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: ntfs-3g
Version: 1:2022.10.3-1+apertis0bv2024dev2b1
Depends: libntfs-3g89 (= 1:2022.10.3-1+apertis0bv2024dev2b1)
Filename: pool/target/n/ntfs-3g/libntfs-3g89-dbgsym_2022.10.3-1+apertis0bv2024dev2b1_amd64.deb
Size: 422500
MD5sum: c8616a506e9834876e07b25d3b3bff3c
SHA1: e882c5d2048d9c8f0b1deb1db5e710ef37071dde
SHA256: 5cefbeb3877709d5412c2af1facc605056a365db21a6c7ac12526056a7d321f5
SHA512: 016d215361b4428b3a85d1284c5ab60acbe9fb096deef74f3e77486c202fe6b788df370006377a55aab5b955f50da76decf9c286a601ec49b9f4308006317823
Description: debug symbols for libntfs-3g89
Auto-Built-Package: debug-symbols
Build-Ids: 447825ac17da82146c9a63db9f4d622aaa5a7da9
Multi-Arch: same

Package: liboauth-dev
Priority: optional
Section: libdevel
Installed-Size: 121
Maintainer: Laurin Hagemann <laurinhg@gmx.de>
Architecture: amd64
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_amd64.deb
Size: 33644
MD5sum: 73fb0e992ca95c768c59cbfbe6804b14
SHA1: 9011c7117d5c189795bd020f49edb03a3dbbe684
SHA256: 7f98880e13b4f6b8b685481f433d02cb341d744a9a521796f904768ef3ee21f2
SHA512: 83911db519ae23fd2ef6e6344e24ee2bb92658d4a979394bdd4e3f76ce8c2c45333a872c0058227a1a020f6825fac6f8238b88345db3e70677b9bd9bdaae90f8
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: 63
Maintainer: Laurin Hagemann <laurinhg@gmx.de>
Architecture: amd64
Source: liboauth
Version: 1.0.3-5+apertis2bv2024dev2b1
Depends: libc6 (>= 2.14), libcurl4 (>= 7.16.2), libnss3 (>= 2:3.13.4-2~)
Filename: pool/target/libo/liboauth/liboauth0_1.0.3-5+apertis2bv2024dev2b1_amd64.deb
Size: 19840
MD5sum: 9459eb7865cc3ec87dfed13e65fa1924
SHA1: 8e3f36920f96508766a024a478bee58b90ccf006
SHA256: f69d447a1b8f63f309045d36f95046692348200721ef185567b9a5ca5f4e23ec
SHA512: bf2dbefe2bd54102b63ed6d713ca84b9242587d4883318a64d77ad0c00fce2a703e5421dab792527f5e2eb225a7e84e96c077a05567913c62454b77ca7662317
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: 67
Maintainer: Laurin Hagemann <laurinhg@gmx.de>
Architecture: amd64
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_amd64.deb
Size: 51828
MD5sum: fa909c90576941c48ce237d357df5dcd
SHA1: ce9ab21aa1f0f53d8a4c44ce4ec4c421e7f46eb3
SHA256: f07ac895ba95cd83d8c5e414c33a8f837f7f18500410e9f0a12324d24b1950b9
SHA512: 910325db213e06beef84deaf509342b4f39d88d8ba476d5693519ce6bb6219b10e7fdca2c70758da6ab63fb9c7c3e6b5a7892623b792a6ae437f6c9fdf583fd3
Description: debug symbols for liboauth0
Auto-Built-Package: debug-symbols
Build-Ids: 9d05bdff5dc9c1479648415ad99a0ea5c106c979
Multi-Arch: same

Package: libobjc-12-dev
Priority: optional
Section: libdevel
Installed-Size: 1390
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 169864
MD5sum: 727e39e0e844f38752fd8f2b12393d57
SHA1: 9b639df6c4d0b1687aba29dc911e5711aa7e48e9
SHA256: 9dfe8a060e28bd30037a4b53978798074d6e34de6343d5cc97897b6d2630ecc0
SHA512: 40bbc37efb01fd62b62236a83fed0b711af76ee5cd5e042ba4d6b79d1142f8c91ad780a6ca7a00e74b372dd1ed8c4476cddd88571e761dfde54db670948726d6
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: 207
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 43220
MD5sum: 21dcb3950e419518eefe5f23f6f5e879
SHA1: 1e121f27d35ae5fa8b5cbb48b009a51a58ab0704
SHA256: e551407857f37f74db500339ac0dd9fb8e5c070fff47e5c21dc0700bc5c21e0a
SHA512: fa538c2e05d2b6ca2136c569dbc6a375749ed6d6900b524ff2b2377102e93a28db640e90986723cdb883fd6c5011eccc2af246668d100e47d5d84eda83c900f5
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: amd64
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_amd64.deb
Size: 205872
MD5sum: 3737a63e54db05a5a91f3788f798e0b4
SHA1: 7f35d866364ab879d95e0a6d0911501108f5b11c
SHA256: 00821639efd3f235984f7b37c7a0ec0c708d9f242ddd5a9bd2f8ca5d9a0f9510
SHA512: 6117f25a1087eaba2cae22f3e3815bbcb1157d745e807673f1d25926686481df6932ce3ecdfe6b01c2f740ba9114484951443af454f5224fce42f0b0c6caaedf
Description: debug symbols for libobjc4
Auto-Built-Package: debug-symbols
Build-Ids: 95162eed8a059d2bd426472635cc90f979ba9306 b6ada91a7b329ba8b304900460ccdb2f7a2cbbb5
Multi-Arch: same

Package: libogg-dev
Priority: optional
Section: libdevel
Installed-Size: 464
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 200536
MD5sum: 8ba1c09e07a13e746264786493c26587
SHA1: dded0c53e96b1565b6f73eeeefdcfb10f097f545
SHA256: f9ea8265f7b25d189dadd06bc3edcfd59a199eceea0800008573b0117e7df0a8
SHA512: 938f4bb9e21969ee2cdb5cfb5c43c18e54d5c49bae639f1f36c47ac4b474e285ee482b1cf4b172b7c4666142b061758e95969d34fb6fac0d4d5e8ede23a82be7
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: 65
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libogg
Version: 1.3.5-3+apertis0bv2024dev3b1
Depends: libc6 (>= 2.14)
Filename: pool/target/libo/libogg/libogg0_1.3.5-3+apertis0bv2024dev3b1_amd64.deb
Size: 24384
MD5sum: 7bad9d5e5f5acebf84c7b2ba85453af4
SHA1: 76ff2e1bdbbfb538e3c53b92077baa918b7cbaf1
SHA256: e91bc6a17cda77026c639d2febe1f092c8274b9ee78150f6f1f8b8e2f55b302d
SHA512: 229001ac817a98aad1a7d0f249cc948db642c9c481da875bbd67d7d3ed4cda2487c7a53d565ab1beeb7f3127f9743f4376835d6051473745bb470ba4711db24a
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: 35
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 20640
MD5sum: 7686c448c385ca431670951b09708b52
SHA1: f7a9d32e6bfa89babc4de7d16f68d7fa002ecc41
SHA256: 0123109480df9b08aee3c9bcf77511ba1243fc87e713f912e904f2ecff4d9e6d
SHA512: 604c6bc0b47d3a0c642e3ea0e5938ffeb779ac9b92c6ab0c13705e74ff2724c6359b30aac89119ba60ef26d8d2ffd3603fa33e7a7a0c7af9a9b88cda3d309787
Description: debug symbols for libogg0
Auto-Built-Package: debug-symbols
Build-Ids: 204ae5feb03c6a0d4f901ee03a20ee2b4ad31e86
Multi-Arch: same

Package: libomp-15-dev
Priority: optional
Section: libdevel
Installed-Size: 12564
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: libomp-x.y-dev
Provides: libomp-x.y-dev
Depends: libomp5-15 (= 1:15.0.6-4+apertis1bv2024dev2b1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libllvm15, libstdc++6 (>= 11)
Suggests: libomp-15-doc
Conflicts: libomp-x.y-dev
Breaks: libiomp-dev (<< 3.7-1), libomp-dev (<< 44)
Filename: pool/target/l/llvm-toolchain-15/libomp-15-dev_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 571956
MD5sum: afca6baf6a4892afd637fd3de5181775
SHA1: 19dc046b116e6222d4b9c36280169843a51415bd
SHA256: a61861d8a3d311d3a8316b167ab7d03466f6b5d380af80471619c0b9dc7eca1e
SHA512: 3aedbe608e2711f777c5781d1304fe53dfafb740eb550c45b7fbd9c73cbc7251a70c1f3f804cab7a120490915ab3688a87c203548a5a5597d502f8ce4a68969a
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: 94
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libomp-15-dev (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/libomp-15-dev-dbgsym_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 53236
MD5sum: 619ac6ec49c2f49be475af07219a4392
SHA1: 68e412ec51ad194b72beb500eab41859feed8686
SHA256: ec2403f75499dee76fcdb424e1fa6b409a952e4a80bfb1c03f7d4fda34904410
SHA512: 365d4bc74cb4a94eeb4e6565e5634f3d2cd2eefbf8c0f5218c2b1e82eda8660c7879839cf5ab31e19f433ed9e4c7045131aee3d12b3cce2be153e109b8186afc
Description: debug symbols for libomp-15-dev
Auto-Built-Package: debug-symbols
Build-Ids: 6abdfe7db6cbd4ce3dab2a3764b910fca0550f6b 8ee8a8ba5b1823c5cfda68b5d5ae4d4a5622e8e7 e320545c14371535fb5813aba3e42507036eb025

Package: libomp-15-doc
Priority: optional
Section: doc
Installed-Size: 14010
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: libiomp-x.y-doc
Depends: libjs-jquery
Breaks: libiomp-x.y-doc
Filename: pool/target/l/llvm-toolchain-15/libomp-15-doc_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 1164932
MD5sum: 20297ba298cbefa5112ce0ffd238e78f
SHA1: fba8a94b0ec054c3d8222940df65b5af1905cf2d
SHA256: 84c54e6bd9e5f86a629fd909606c18c68816177aa9a21f71c7d8f44dfde2aaef
SHA512: be5c6f0a92de15539b59a2c1cf6c36e77eac77ef1bd19bf5fe326dff2d7fa71be8e03e06c22d14e63c277ad233edad13aa46a7be7f74f620f0b889810a01edfe
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: 2832
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: libomp-x.y
Provides: libomp-x.y
Depends: libc6 (>= 2.34), libelf1 (>= 0.144), libffi8 (>= 3.4), libgcc-s1 (>= 3.0), libllvm15, libstdc++6 (>= 11)
Conflicts: libomp-x.y
Breaks: libomp5 (<< 44)
Filename: pool/target/l/llvm-toolchain-15/libomp5-15_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 655080
MD5sum: 08be79dad238ad9dcdfd6d0313b09d18
SHA1: a0c1264e42ab14314c3eda82138883ca68b5a3d9
SHA256: e6dde9870f636d996a9972f66eda284e9f538ae3ec55e274a7e57f1d71b5b011
SHA512: feb43af0ca53bd70f6daf646dc56b6532ae362805dc90d3cdf24e51be8a1b773e249b0c0451058f9ee3cbced54474ab78e053c5a310a6766d1405a2e76712dc8
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: 721
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: libomp5-15-dbg
Depends: libomp5-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Breaks: libomp5-15-dbg
Filename: pool/target/l/llvm-toolchain-15/libomp5-15-dbgsym_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 484660
MD5sum: 55d04eb0686a077bca680c6de708c7ac
SHA1: 3b835352d1459907bc76102fbadeddc8da8d73d2
SHA256: 0820f4632c94108f2abf2a1eb8c38c03002fa164f8cf9d6868f7eb4d4eac5166
SHA512: 5418858c33f76f5961d03ce6c1a2d9d78c79fa2caca9f9ecd894dfad3a1137bbbdf7e008f2fe4872743574b49d453159799f213549e044f33ba1c91754ccdc21
Description: debug symbols for libomp5-15
Auto-Built-Package: debug-symbols
Build-Ids: 38e4708c04a6b2e418f74a1fd4920e412d528e04 4d686760cfcb16dd18da2657c254553d9cded667 7b7791431ad8bc3a7ebdbc2e99442535e7457b75 99d45a15cf2e9cb9a11303b90f4ed66d82171630 a33c7c966de224e3224a1ddcbbcab1c80b762ae7
Multi-Arch: same

Package: libonig-dev
Priority: optional
Section: libdevel
Installed-Size: 231
Maintainer: Jörg Frings-Fürst <debian@jff.email>
Architecture: amd64
Source: libonig
Version: 6.9.8-1+apertis0bv2024dev2b1
Depends: libonig5 (= 6.9.8-1+apertis0bv2024dev2b1)
Filename: pool/target/libo/libonig/libonig-dev_6.9.8-1+apertis0bv2024dev2b1_amd64.deb
Size: 94556
MD5sum: c038f00a688844f3f0ebd2ec6df2f771
SHA1: beb5c8f7f9ea58186bfda4a6d207a6223a284d3d
SHA256: dc5c73f677d891aa3c7584fcf3bce230fd393cd331e95e89b3af2b6ee4d6cfcc
SHA512: 2bf50ba6bd5ee5102b7e502e30b53a77bfe24b95d987661ff4dc8842d9981e4ef0e7537de74d32be79db5643c26b8400c072f0209df68065f86514438c27c932
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: 664
Maintainer: Jörg Frings-Fürst <debian@jff.email>
Architecture: amd64
Source: libonig
Version: 6.9.8-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.14)
Filename: pool/target/libo/libonig/libonig5_6.9.8-1+apertis0bv2024dev2b1_amd64.deb
Size: 187288
MD5sum: cac7ff9386e3151bb1ad61a461c45cbd
SHA1: 9a4f4a324b18c58389719a55b42f0d58e360bb46
SHA256: 97f733217d89bd539166b56c8e0835272321f7150aa71297f9a6274f1a606230
SHA512: be79b38342c2dedc963eb8355e6e5b5d1d90530747ad5d1f2ec22e2518d8f8a29b0c9514bfd19e4b814e6f6f7e21f4665d5bcb63bdce60c1bec3d3b9d74ec91d
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: 398
Maintainer: Jörg Frings-Fürst <debian@jff.email>
Architecture: amd64
Source: libonig
Version: 6.9.8-1+apertis0bv2024dev2b1
Depends: libonig5 (= 6.9.8-1+apertis0bv2024dev2b1)
Filename: pool/target/libo/libonig/libonig5-dbgsym_6.9.8-1+apertis0bv2024dev2b1_amd64.deb
Size: 348400
MD5sum: 5146817e67bb94e1d794ab0c4758a389
SHA1: 85acc5fcb5f228bbfde74fc6bcc4e4ae680c547e
SHA256: f906c45f39b084e665e1e1075c88c114fb5817f6fa674b8e6314727282ff521a
SHA512: d6d81c4faa744709a2fa5696724ecf876b9f7800fa2c0cfac130f619482396fda8f5805929640b5e444362ab627ca795b48dae460ba2453f3ddef1261dceaea2
Description: debug symbols for libonig5
Auto-Built-Package: debug-symbols
Build-Ids: 591530acfe61a49d3bb65173813b320316d501c2
Multi-Arch: same

Package: libonnx-dev
Priority: optional
Section: science
Installed-Size: 1388
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 274888
MD5sum: 51a60beb1e4eebd4b1e2db9ad0a41dad
SHA1: 39ad8f1cd2ca54a1a27fd06e98abb4799909235d
SHA256: c4cf096f2d8adc3d06abeb246797cc6c0666386b0207653f19e4477e29e1f280
SHA512: 3bc35bb0320472dcbea5e90067c431901f673b20f77a480de1638395db588689c7cc34cb0206a9d9d59ba8a8b6c6457d253045e152de95f989b487a08b0d0d8e
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: 3475
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 970520
MD5sum: a20c5834826675234747716d192c29bd
SHA1: 068d451128c9e79ddaa26e2d9f397482381f080f
SHA256: aafbbb8526f8ebd6355501ff37879ba6cb742eeaec05762c134e1f249c18d0b2
SHA512: 5622a255651af6b9a881781264ecab8386d4dbf02ad35f9b006299b5fe74c3b4d0fc6ed939bb4c3d722bacb66e4afadb9971f4f261a049afdc84922aafe33575
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: 18566
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 18076008
MD5sum: 1febb5fe976b19cbdf489fcac076120e
SHA1: 5475c5da5829695be38b5c91b664ff5acac674d8
SHA256: 3bf5910da0bce105cee9ff20877477661bddfb093216313013ffc67a5cd03bf0
SHA512: 71625dccc115e963c013fbdfe2658bbafa60c2ab9619bb5d2e9c28360c425e71e134130503eec3fd50ecdf1c7f168adc5e173e5980f9e9e23710088d9eef0810
Description: debug symbols for libonnx1
Auto-Built-Package: debug-symbols
Build-Ids: 7d85271755a99ef100bdc4433e62c3aedec5fb59 ba1ee851225911b47d3b0bca9050d2f13d48ebee
Multi-Arch: same

Package: libonnxifi
Priority: optional
Section: science
Installed-Size: 213
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: amd64
Source: onnx
Version: 1.12.0-2+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34)
Filename: pool/target/o/onnx/libonnxifi_1.12.0-2+apertis1bv2024dev2b1_amd64.deb
Size: 158260
MD5sum: e1111c40f960fc025c418f488fc14897
SHA1: 46e95d3068d04671e9b65e0a098bcd7f7aaea745
SHA256: fa44fc972517a2d17a71e639ed484d1ae17e2984d1d682e8e873ea5f8d0bba9c
SHA512: b7b03ba24b05d4bbade57d34cc2e41438b39f7e244344553bf3571b3a74ffc4957556178817fb9461aae32886f3a9e98b3680f5b849190654f8525f046d7ab6e
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: 40
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 17988
MD5sum: aa72d7556c8d59713490ad0eaeb6565b
SHA1: da69c1706301abe2474f9cd5480131149d1bf4ad
SHA256: c5d9bee5a2492d41312076a58f6cd5d680b032ffbbb8d1c09441d8dbb65e7780
SHA512: ebee13008a1568b73ff200c5ef727fe612f9b8a5fe4a16ef6f0740d8b5459e665647d3093cd93b5c680879771ebe1113208e2ceddeefbf068e15ed58f7a25151
Description: debug symbols for libonnxifi
Auto-Built-Package: debug-symbols
Build-Ids: 1f2dab67e145920d4f0bbd9e50aafc0eb6cdfc50 94d96d0e6ee32151823214a8c68226f4ab320eb8
Multi-Arch: same

Package: libonnxruntime-dev
Priority: optional
Section: libdevel
Installed-Size: 765
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: onnxruntime
Version: 1.12.1+dfsg-0+apertis2bv2024dev2b1
Depends: libonnxruntime1.12.1 (= 1.12.1+dfsg-0+apertis2bv2024dev2b1)
Filename: pool/target/o/onnxruntime/libonnxruntime-dev_1.12.1+dfsg-0+apertis2bv2024dev2b1_amd64.deb
Size: 131120
MD5sum: e4371b196766cf37781d193db801872f
SHA1: 5ef5f53ecbda5c6df9bb1adce412e1ac37b4005b
SHA256: 541896ff017478d9467ef6cf6a3acb408188bbcfa71a8f7b6f37024bed412125
SHA512: 34354af6d1eff73d35ff584b6893cde6cd9abc2f431d57e26cffe41f7334f479233d71415084428f800bff54e6019aafad8a1a99f0a80f5528677dacc3e24a49
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: 9745
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: onnxruntime
Version: 1.12.1+dfsg-0+apertis2bv2024dev2b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.0), libnsync-cpp1 (>= 1.20.1), libonnx1 (>= 1.12.0), libprotobuf-lite32 (>= 3.21.12), libprotobuf32 (>= 3.21.12), libre2-9 (>= 20160901), libstdc++6 (>= 11), libxnnpack0 (>= 0.0~git20220216.ae108ef)
Filename: pool/target/o/onnxruntime/libonnxruntime1.12.1_1.12.1+dfsg-0+apertis2bv2024dev2b1_amd64.deb
Size: 2627620
MD5sum: 01dba6aaf49402a6c83d43d9731263d3
SHA1: 3c3ea985823c92dbcc142ddf4989c7d4243a51b9
SHA256: 8324b4ba1b526f450c32161a9544f26b9b3bd944c0cbe18a519d744fd22d2dd3
SHA512: 7e151866336bcc4e0741f77a779fca29c64f57ca98e58881ec9b4f11031861ce9ae2573dc7644b1eb22ea5293fba0fc0e75e2ddd6d37dc0bef1fb50bc13e393a
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: 135617
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: onnxruntime
Version: 1.12.1+dfsg-0+apertis2bv2024dev2b1
Depends: libonnxruntime1.12.1 (= 1.12.1+dfsg-0+apertis2bv2024dev2b1)
Filename: pool/target/o/onnxruntime/libonnxruntime1.12.1-dbgsym_1.12.1+dfsg-0+apertis2bv2024dev2b1_amd64.deb
Size: 135381784
MD5sum: 1b6d6a3123e13024dd71d83eee89fcb6
SHA1: 1d0f400cc96c8ee84e68c09cff635297f16c0ff3
SHA256: 368f59207e8de459adf5a464d4ca37e3f0db7ab60f13a4f1d8b34c2246cfb53f
SHA512: db6bfeada2d003ad49ccc0c4a1c0847d8b7942e7fe4a06909bc88bd4163fae42f0eb0524ab2a2b52c9ac01e0abfcdab82ac6ad80379437333f35033d19b1e1ee
Description: debug symbols for libonnxruntime1.12.1
Auto-Built-Package: debug-symbols
Build-Ids: 89440620ca914a2033183e69c4874b9198d1ff8b b6dc190e17415bc2eb0ff7070aca744707c01d01
Multi-Arch: same

Package: libopengl-dev
Priority: optional
Section: libs
Installed-Size: 23
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Replaces: libglvnd-dev (<< 1.3.0-1)
Depends: libopengl0 (= 1.6.0-1+apertis0bv2024dev3b1)
Breaks: libglvnd-dev (<< 1.3.0-1)
Filename: pool/target/libg/libglvnd/libopengl-dev_1.6.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 6552
MD5sum: f0862c33360d535341795254377fbb44
SHA1: 3a39bccb87fcf5f5b91c0f56693bb80c254bbf30
SHA256: 27548d56764a4892304e67e2668050d5478286120029cd2931165bd9d4b0df08
SHA512: e75372e076af1b3eb49e9cff7afbf067799a0218f268c9217f3b57390c7317a8aafb1754bdc27c86c51379fb7f1075f44e04f9bd6d098ebc200bd257abb66ac3
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: 222
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libglvnd0 (= 1.6.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libg/libglvnd/libopengl0_1.6.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 32348
MD5sum: c1b8597654c35ea86d286156bdf1ed4d
SHA1: da6adfb8558c4fd3336620fa0613255c5f548d36
SHA256: 04aaa159c75d8f4de7936525290e68039c1c65195fed714ec6bf3bb11fddd36a
SHA512: 0682bd1ac4d53caf9c88f0af693884b5a31c1a58dc088abfc8ced0be6ed8d9750aa139cc73fa610946b9b8a7cd6954ef4f5b5f97f63b20aae954edbe1b448430
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: 67
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Depends: libopengl0 (= 1.6.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libg/libglvnd/libopengl0-dbgsym_1.6.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 18068
MD5sum: adc7689f4e7620055fdc55d33e31314b
SHA1: 5d595c00b356af77d1ada97ce9e7f95758894739
SHA256: b29b3c26b6b4008490433d821d8c038ecd395ccd326e847273afa4eb8c87db6a
SHA512: 1ba75a51c48a57cb281c016072248fcbcbc969b6f2082bad9da06ebc7211430b4683a99343168a7074be5c322f115382699058a0ad47221425624476c21c0f4f
Description: debug symbols for libopengl0
Auto-Built-Package: debug-symbols
Build-Ids: 710da1072eac554bf087c8f9730a03dd7fe6bc33
Multi-Arch: same

Package: libopenjp2-7
Priority: optional
Section: libs
Installed-Size: 486
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: amd64
Source: openjpeg2
Version: 2.5.0-2+apertis1bv2024dev3b2
Depends: libc6 (>= 2.34)
Filename: pool/target/o/openjpeg2/libopenjp2-7_2.5.0-2+apertis1bv2024dev3b2_amd64.deb
Size: 192972
MD5sum: 1894c5d38301b3bbf606f6cfeb562fc7
SHA1: 120789e25fd1f17fddf99b870fccee86af65b7f5
SHA256: fd3be481e7417b430f7394fcfac6c51f28d12843b2ba7287e31d389ae2d592d3
SHA512: 6b3add4de36387b4ffef1f537bc2229d431bcdef486b979dc617f3e6d26d5640f86387ce96795cdc61a4bda04a464a8f92d9f216d4fe732fd46123d2cb85c7c8
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: 573
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: amd64
Source: openjpeg2
Version: 2.5.0-2+apertis1bv2024dev3b2
Depends: libopenjp2-7 (= 2.5.0-2+apertis1bv2024dev3b2)
Filename: pool/target/o/openjpeg2/libopenjp2-7-dbgsym_2.5.0-2+apertis1bv2024dev3b2_amd64.deb
Size: 549704
MD5sum: 977dfa69dc51ab39abeb1d602b0e91bd
SHA1: 4f7060d7ae75a83e1edd5ffc2c70e97be30a5a9b
SHA256: e1562203f63a4f89e1dfec4807bac40ba608995009711fa23ae4356116b82b74
SHA512: 9760d2e73b9c724b30e8a93321bf12babe5e0c583961dece24b068312d35eae357d0c809de60556ee286686bd7ac01b72fdc3151c58f02d3a441eb45ea8cb412
Description: debug symbols for libopenjp2-7
Auto-Built-Package: debug-symbols
Build-Ids: bd400557ff71528bc4a92844dc92e2cab8923b9c
Multi-Arch: same

Package: libopenjp2-7-dev
Priority: optional
Section: libdevel
Installed-Size: 981
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: amd64
Source: openjpeg2
Version: 2.5.0-2+apertis1bv2024dev3b2
Depends: libopenjp2-7 (= 2.5.0-2+apertis1bv2024dev3b2)
Filename: pool/target/o/openjpeg2/libopenjp2-7-dev_2.5.0-2+apertis1bv2024dev3b2_amd64.deb
Size: 266112
MD5sum: 2b24a13f7982517b277b417db8130e09
SHA1: 71f1781435c6565d694f27456e637f45aaef5f62
SHA256: dc22fae10149bb55b36d55d5ad5bb377073179f0d3aa7dab9ed556f325f9fae2
SHA512: c21692f84a1df1050994d49cba54f2e37f8bf0857868516e20b57c8c415974b8db23b81233a4a146eff9f434134c0b4d2c199beb7897d7bc993f0acb63d3e0b9
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: 441
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: amd64
Source: openjpeg2
Version: 2.5.0-2+apertis1bv2024dev3b2
Depends: libc6 (>= 2.34), liblcms2-2 (>= 2.2+git20110628), libopenjp2-7 (>= 2.5.0), libpng16-16 (>= 1.6.2-1), libtiff6 (>= 4.0.3)
Filename: pool/target/o/openjpeg2/libopenjp2-tools_2.5.0-2+apertis1bv2024dev3b2_amd64.deb
Size: 117096
MD5sum: eab92c24ded1d31928a20748bd1014a9
SHA1: 8fc0a692730e41cd108c17147be4e227f7c68955
SHA256: f0be787edc29d7f93fde00ed3ba0ef3ef9d2b34b9cf73234b46a26e5cd318f15
SHA512: 8b9d3c184b8467a8e17cb43c2c31a6d626f538e27920ead517f6262ec4c72bd9e42eee90d9a0b952b9b4e458cc6c39866d4b67e029a4eef0d6bbb0a81866e1c3
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: 465
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: amd64
Source: openjpeg2
Version: 2.5.0-2+apertis1bv2024dev3b2
Depends: libopenjp2-tools (= 2.5.0-2+apertis1bv2024dev3b2)
Filename: pool/target/o/openjpeg2/libopenjp2-tools-dbgsym_2.5.0-2+apertis1bv2024dev3b2_amd64.deb
Size: 423476
MD5sum: 8e1fc770cf3a320dd6618f7cf4d2bb90
SHA1: 40d131c677db0eb547efef65120338974ead67b7
SHA256: 72fcb6ba3e40b30afa580a77606fa3c2ff6e81ebd564c6e8111657bfc94e38df
SHA512: c06ff8169fc8eaecc5fb1918bffe2d651e870b9d6a4f0b7c93f818342b062e2db75044ed9dbbdde0734f338b8c879d0bbd1fddf79ee837c34460e422448fc6bd
Description: debug symbols for libopenjp2-tools
Auto-Built-Package: debug-symbols
Build-Ids: 2ffe5bd508dd591ad3c53bedd387599882746b1a 570572ee0a570e222caf4e5355c27911d022c12b ed925c7b7bcadf11dbba13f1a187ce10986ef6de

Package: libopenjpip-dec-server
Priority: optional
Section: graphics
Installed-Size: 146
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: amd64
Source: openjpeg2
Version: 2.5.0-2+apertis1bv2024dev3b2
Depends: libc6 (>= 2.34), libopenjpip7 (>= 2.1.0)
Conflicts: openjpip-dec-server
Filename: pool/target/o/openjpeg2/libopenjpip-dec-server_2.5.0-2+apertis1bv2024dev3b2_amd64.deb
Size: 43764
MD5sum: 2f4dfafacf1ceddfd605bfa067744efa
SHA1: 6f0425c84596e9877cba5703b9b2e1a5bd2956ff
SHA256: dc40417c38056c41a5f411cfa5f7dc58d6ff66ce99b57e43aaee869c16bd83f5
SHA512: 8c4cf956a24d862b7d4cfa56b5b81deabd8edf9bd05a144ce9824b9dfbb86c7cef2c4fc7f6c0cca0cd46112d77539a233e2b0189fc8d7a5188dfc42dd60ab997
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: 58
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: amd64
Source: openjpeg2
Version: 2.5.0-2+apertis1bv2024dev3b2
Depends: libopenjpip-dec-server (= 2.5.0-2+apertis1bv2024dev3b2)
Filename: pool/target/o/openjpeg2/libopenjpip-dec-server-dbgsym_2.5.0-2+apertis1bv2024dev3b2_amd64.deb
Size: 19896
MD5sum: be7e703b88a5c6f6a60f5285d8b333c3
SHA1: d2832f9b63e49e20760dd48d2b3212b6b232af1d
SHA256: 38758fdd5df96f25d913de6a07224c518541d58e609589f087a9841ca1267862
SHA512: 97abde4d8f455db2f3f6059011b579265781e0f81a920549caf4cf27816bff04a7a3f12b98f15b9fb99a9fed693d71c59a226d6d400da0309524b0389de5f6e0
Description: debug symbols for libopenjpip-dec-server
Auto-Built-Package: debug-symbols
Build-Ids: 0d66ed174fcb1f1537c0661043bb9724ba8d6370 0fb78bb6314e33d9a20eae7bc403a2dfb79a993c 8d8b2c27a52e9fec5dc5b286e5fc312b56a67b00 c9e78006ae83f4286152484f3f1c5f57695e767b

Package: libopenjpip7
Priority: optional
Section: libs
Installed-Size: 190
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: amd64
Source: openjpeg2
Version: 2.5.0-2+apertis1bv2024dev3b2
Depends: libc6 (>= 2.33), libopenjp2-7 (>= 2.0.0)
Filename: pool/target/o/openjpeg2/libopenjpip7_2.5.0-2+apertis1bv2024dev3b2_amd64.deb
Size: 78044
MD5sum: ef37953021d3d6a903eb5ef2a70d15db
SHA1: b4e79301f20adeee3feb52938c4844d247dae991
SHA256: 4d60aef145b29d1ce672d48187dc0e108a70d18bed8c1cbd31d9d03f616e6835
SHA512: f945e7717dca81b93a2a4db4f1669ee9f91b61bb0335dfb9c322ef2437f330f3f204e50816b2fdd28e232866fc742f645d32aa3ea0b963ac7f1b17247f1d29d8
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: 157
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: amd64
Source: openjpeg2
Version: 2.5.0-2+apertis1bv2024dev3b2
Depends: libopenjpip7 (= 2.5.0-2+apertis1bv2024dev3b2)
Filename: pool/target/o/openjpeg2/libopenjpip7-dbgsym_2.5.0-2+apertis1bv2024dev3b2_amd64.deb
Size: 136244
MD5sum: ad34a7fdc95c20d878710a6cab533200
SHA1: 071ed0198cdbed4394fef11092ff5d2bf58e4bc0
SHA256: 97f2be68f610e8666ecd23bf89ef099d158e95951305a684f3285042dd0b5527
SHA512: 25f82f3cfa5dc2fb555ad026f3b760340e97054014ee6eec0a147a5edf5084ef0ce73a5c740ffce0c12152654d4beed8f4afd4bb5f42e08534431828842bb6b0
Description: debug symbols for libopenjpip7
Auto-Built-Package: debug-symbols
Build-Ids: 2c1af37e6dfdd89c9adc2cc8a7ca1d2a378fb722
Multi-Arch: same

Package: libopus-dev
Priority: optional
Section: libdevel
Installed-Size: 887
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 248312
MD5sum: 1ef528184974df1b9015887e65a01b1a
SHA1: 913e7c1199c938b8c75360c11f7c1910952491af
SHA256: 48c70422ebf4a5953d19eec5501204e3e6c46b6a7610e46074b9e1753afed68a
SHA512: 9146a8211408f1c400dbc58003d553ac1f1a90ecbbfe9e9ac565c4ea8f37053f6c79210edd28b9237269e1ebd6505ce8d4a8d4480eca7cc636a405c005934e45
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: 412
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 198380
MD5sum: 3d15c3a797a42a2b0624cbcb3beb6477
SHA1: c454406f7e2ce96cfa473703ec0b4558940c505b
SHA256: 92df2755ba856a1d0fd0ac4ff4aa4e035a4aae7aa8a3088a193fc3accaf4ea78
SHA512: aa4e7d736c4a09fff4cc76e9770f415dbf8df98bf8bfe1c4030fe3c237e9670397fbbc06607c82406dec05ad5bce1a4164a5f02609b4101efed311706606319b
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: 553
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 530020
MD5sum: 7e952ec832055a3ea4aff07a9891ecbc
SHA1: 4e5f6546d72048a6d646086239dfcb803a46a9ab
SHA256: b2d23c16e882a641f4a60827e9e2b98b3b7cf9d3739c9df271925184cbf411cf
SHA512: 6d875c38dfcb4b39cf496d794741e638858e1a951050ed4fb9fdca3eeb3f13af489bb859fe60d83ccf16b984fce093e399110a6399aceac55890f36206c0ca31
Description: debug symbols for libopus0
Auto-Built-Package: debug-symbols
Build-Ids: a4804197e01accc25f58f6c46d8ab011f390ff7f
Multi-Arch: same

Package: liborc-0.4-0
Priority: optional
Section: libs
Installed-Size: 672
Maintainer: Maintainers of GStreamer packages <orc@packages.debian.org>
Architecture: amd64
Source: orc
Version: 1:0.4.33-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.14)
Filename: pool/target/o/orc/liborc-0.4-0_0.4.33-2+apertis1bv2024dev3b1_amd64.deb
Size: 165292
MD5sum: 507d1a035c586868a7a55597a258daf9
SHA1: 3c6326b66f37c52d870810af21e12254007185bc
SHA256: 6c04b5bd8a3b843783369a3f7dac881d01f78cd2555d68bbfbaea6dc4456489d
SHA512: ac773d6aea4a221a79486e8c53cb636e6f6a0b7e0d509c72683f9a708cd2b3c0e9fa3cea694858dd9b5393c81a29a55a5c4d2da7fc2c6086ac6ddb6aac5f917b
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: 611
Maintainer: Maintainers of GStreamer packages <orc@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 530100
MD5sum: 1e9972c4d7c8ff9e08dca4b86f06c961
SHA1: c201d727c5ba8956ff7ce7488390020e0a9c72ac
SHA256: 0f0bfa550952d8f2aea679ff4fe9d96f8da2730bfc5c1b5fa731dca073fa458b
SHA512: 6325c4537cf763ae26ff1d19f0ebc24c5c2e69aab85eed665d6e4732c9178692ba7c01a255ce70a2147e098a3326a94dc2eaf56d4dc28810b0278293651d0f32
Description: debug symbols for liborc-0.4-0
Auto-Built-Package: debug-symbols
Build-Ids: 04cc5ecf9f5d6ec70c6d25c1a6d1e248af4b227a 386f954e4b758fdecdf2abcc50147ca0483f832e
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: amd64
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_amd64.deb
Size: 27456
MD5sum: 3e1af32c2244603068236df32e489c51
SHA1: 8a3baa85070756310a1af64642e8f11ef6216292
SHA256: 5f4b115bbca7b15799420e99a4a5efd0fd9aeaf9d09516fc47ee6d381ee8b4b1
SHA512: a7744603cf99d3d77a6d08b19c48d64845a2c824998ec75a01d5221d1b0fddeca48a16674883d46bcd2e8eae0cc5c55a2175e1b3d91db74634b5cd92af88efd3
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: 82
Maintainer: Maintainers of GStreamer packages <orc@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 20552
MD5sum: 7a182c96c2c6266d9f64654faca1dc1d
SHA1: 9e38a79ae80231848e64035a27f23b33c44f8c5c
SHA256: 2b9728507b544b811fceadb7b30d049bae4ac211d0603045c854f8ecc6f39f74
SHA512: c54c89441124c6e52a7948806a89bab2b8b339835730599190b2a78c298cd86cf13959d7c6b413375eefc47ac524b09c374e51cc51818c173b4c2b85a786fe9e
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: 80
Maintainer: Maintainers of GStreamer packages <orc@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 55368
MD5sum: 4f513e0e8553ee614a70c1bf09c06852
SHA1: 7a3dbd6bdc4677fbb9337792529533bf2e08ebb9
SHA256: f3ee852a7ffdda96447619e29f5022739bf901407f682410f319245899dcae80
SHA512: bc1d7aeef96fdb5edfc5b0f5b963a40ba68abd032255253227bc53176b6044f64f56ad1de6c0ad7f80f17dbadb2aefcadfcb50df4d518b2ccfb05d839a4b1b0d
Description: debug symbols for liborc-0.4-dev-bin
Auto-Built-Package: debug-symbols
Build-Ids: 1dbcf2f23cf2deaf054bf37f0d44b2752b4810ad 6d53cd394ab0ec04e6dc51c1b05873f1230d90c7

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: 483
Maintainer: Debian Libvirt Maintainers <pkg-libvirt-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libosinfo
Version: 1.10.0-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.14), 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_amd64.deb
Size: 224676
MD5sum: 23b01aed8dcce1dc785bc4bd4a0b988a
SHA1: 64e813935a6bbf53c0691afc0f182da2d2b6abce
SHA256: 26673d0801c975ccef0b21cbc1d1b1c0e3f14bdf5716df4b1ee7aa66da284c77
SHA512: cdea05eb7870fb53bbb4d83f5bec87f7f7d985b64fcd15ed703f71e840b186a285558c8a77499f43e262dfff4f514460feb970124e9a48be5e060bd57784edf9
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: 372
Maintainer: Debian Libvirt Maintainers <pkg-libvirt-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 312860
MD5sum: 40ea8473bd2c0a10133a79791239fbb4
SHA1: f2a00da0779f57b4491e2d7e12d9a3ab3dd9e1fa
SHA256: a6540ebc62435ab3323b5b52b97d0c748387b84c64f74576880a6d6778ae9b74
SHA512: fadca507c67eb8c1dd01f35db2a0c5a717e67b737b47579796ab524aa51e535ee8a1f64a02c96f2da52b620fc405efef3bf741fb1a87831147b30abc484495ed
Description: debug symbols for libosinfo-1.0-0
Auto-Built-Package: debug-symbols
Build-Ids: 73094689eaf88f0d44fa46f35de0aaef7d91a171
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: amd64
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_amd64.deb
Size: 252796
MD5sum: 048d23acbc939d171811b44c5f4c9ed8
SHA1: aa1d263ebbbd1d91829749a91fe72989013e6edc
SHA256: e5efc8b091fce3c96108e71f968826e378e9c34dd6edf4ff42fe2172bd33dbe7
SHA512: 9fa3eaee926727b2a8a7a8670a4ff9cf74f85bb045eea905952d295d8412f42bfffdcf7565c27642379c18a290692575d848611b3bb0df6f8a39767ddc9ffb56
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: 246
Maintainer: Debian Libvirt Maintainers <pkg-libvirt-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 159244
MD5sum: 249f64eb06f6fb3a55121206ca11dbff
SHA1: 34eff878662cfd75e888b793138be31c24c2e8b2
SHA256: 2d8aab71af9e1efb49e9fbf54f3d5aed8c2f816afa844debc0df90b83bf7f601
SHA512: bee0186d5107b0bdc29141f87ecbca4a2675d1fa31ad58c56bd2d3a3fbd5f5683e7e764486e4df538ae2ede984db4c66f8d9a1b24783fbd47700e1af0c2626a9
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: 84
Maintainer: Debian Libvirt Maintainers <pkg-libvirt-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 43276
MD5sum: 0e37238395f76588265b4a2a6b412034
SHA1: 0eacceb1979f107499ccae0d443a408f160219e4
SHA256: ef277a0f38161e21c6aade35fe7b39ef949d2703e59183732212c02e4880612f
SHA512: 7f07754eac8800da690250118b450f6805980812d65c1bdaf6709dd740b68d91c41213afc2f2e7519616749e83521732fe5ae221c1f45aa9635d1b82862c0726
Description: debug symbols for libosinfo-bin
Auto-Built-Package: debug-symbols
Build-Ids: 3a8f29615ac0271e5ec7c763c166e5066fb23005 af6fba339474e1eec443fbc851ed925b906c7a6e feec0863e8f2a33c267756183c496d6973302503

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: 11731
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.4), libglapi-mesa (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1), libllvm15, libstdc++6 (>= 11), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Filename: pool/target/m/mesa/libosmesa6_22.3.6-1+deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 2948248
MD5sum: 27f68b208d30ca5b0ff8f03eef3708ae
SHA1: 2a2dd4927b2c476aea9d24715ffae841ee9a6382
SHA256: 11305a9aafe0d35190ddd12432d5655fd5d8654b1092d32b83bd77cef1d67731
SHA512: f4268925f4b659b99afebf21508378e8410a338d1d4b47c4eee24c20178b9b734d5713710e578ceb2ea34c54dc68485182b78d4eb56de1deb237dfff7d318bed
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: 16584
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libosmesa6 (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/m/mesa/libosmesa6-dbgsym_22.3.6-1+deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 15861116
MD5sum: 27f8fc97ce77231878a2013c6de1c979
SHA1: 7588d84831474b5a359e748c8b05513335f80c1d
SHA256: b3f36e301ffe63aa0330932983c2589b741966f3c683b7f4b88d52e60d77032b
SHA512: b087a9acf72c99084c7705181d0f113e4732e6f46d8191672f77259aa22f539b36e8cd033828415e73c928197ba3677fb99a0d33d5f04f7c0e02850f30223486
Description: debug symbols for libosmesa6
Auto-Built-Package: debug-symbols
Build-Ids: de0d78973ddfcf6bbab44605baea9e837e1bf8a9
Multi-Arch: same

Package: libosmesa6-dev
Priority: optional
Section: libdevel
Installed-Size: 89
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Replaces: libosmesa-dev
Provides: libosmesa-dev
Depends: libosmesa6 (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1), mesa-common-dev (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1) | libgl-dev
Conflicts: libosmesa-dev
Filename: pool/target/m/mesa/libosmesa6-dev_22.3.6-1+deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 55980
MD5sum: 87ca6ea84e82b81fcdc8a1ae06060bef
SHA1: 7ad6ec427d613a278b15f1b6cb61e6f406b1cc11
SHA256: f09a69627222fac16f6052f48a7cde0320830f2235d4150d836466cdb139ec3a
SHA512: 571eb1839eb471f97b7365b95868b07370cd7c106f30293a3c627c0b33da87febaf3b1b01106fe5f2cb4678bc13da5989734cab1d95b025d749955b6ad29c517
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: 875
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: ostree
Version: 2022.7-2+apertis2bv2024dev3b1
Depends: libarchive13 (>= 3.0.4), libavahi-client3 (>= 0.6.31), libavahi-common3 (>= 0.6.16), libavahi-glib1 (>= 0.6.31), libc6 (>= 2.33), libcurl3-gnutls (>= 7.16.3), libglib2.0-0 (>= 2.67.3), liblzma5 (>= 5.1.1alpha+20120614), libselinux1 (>= 3.1~), libsodium23 (>= 0.6.1), libsystemd0, zlib1g (>= 1:1.1.4)
Breaks: flatpak (<< 0.8.7-2~)
Filename: pool/target/o/ostree/libostree-1-1_2022.7-2+apertis2bv2024dev3b1_amd64.deb
Size: 321968
MD5sum: e50b209ae512e7b1d4cf95cccfbfedcd
SHA1: d71c03f2d1f548c974a49d9df201fe829de5d408
SHA256: 917412f38bcccd1c9bba7e32c2b14296fea59b4200e95169ca53890cfb44b890
SHA512: e50f9700303ae339aa9494f9a951913488e7861f5993fd6534bd162e7852348c842fbf64d2a9a9a47c7d22255bea9c4526af8b271acc580aabdc6a09457e1514
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: 1306
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: ostree
Version: 2022.7-2+apertis2bv2024dev3b1
Depends: libostree-1-1 (= 2022.7-2+apertis2bv2024dev3b1)
Filename: pool/target/o/ostree/libostree-1-1-dbgsym_2022.7-2+apertis2bv2024dev3b1_amd64.deb
Size: 1217212
MD5sum: 269feac65f5fab57c71442d640a1b28b
SHA1: e387b48d2809d716555041b92c85f221a2eb0d54
SHA256: 5fdbc8e69689ef50544bd0fa75372b625a60e26e182cac7a61f54ad712bbb379
SHA512: 88cac4d7a17286ae1844509f9e8ad88a7b7c319b3b706bdc8d8f0bf03d49622a6e188c5393e5682a62d83269b9d53b07341a2f89bac4c9cdd058e996f52f8029
Description: debug symbols for libostree-1-1
Auto-Built-Package: debug-symbols
Build-Ids: c83d5d7fe0eaa678af3da312fabd86c11fdf309e
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: amd64
Source: ostree
Version: 2022.7-2+apertis2bv2024dev3b1
Depends: gir1.2-ostree-1.0 (= 2022.7-2+apertis2bv2024dev3b1), libglib2.0-dev (>= 2.66.0), libostree-1-1 (= 2022.7-2+apertis2bv2024dev3b1), pkg-config
Suggests: libostree-doc
Filename: pool/target/o/ostree/libostree-dev_2022.7-2+apertis2bv2024dev3b1_amd64.deb
Size: 113136
MD5sum: d281d585480ff95e873a0e3c1fea6a22
SHA1: 06308b17d7ee39f113ede912e2072629b6f5fd39
SHA256: 641d5c5f4fec8af049b9ea90a874ca73e1f5fcf91c009f23efce7bff74629612
SHA512: 6a64595d8156206d87b625bad64b437bdc88428665d264c8351ec286889934256823fd38e5bb4155fed1e6ab2fbcdedb41eca200e71b5556d6a2ef97d9bb92e3
Description: Development files for the libostree library
 libostree is a library for managing bootable, immutable, versioned
 filesystem trees. It is like git in that it checksums individual files
 and has a content-addressed object store; unlike git, it "checks out"
 the files using hardlinks into an immutable directory tree. This
 can be used to provide atomic upgrades with rollback, history and
 parallel-installation, particularly useful on "fixed purpose" systems
 such as embedded devices. It is also used by the Flatpak application
 runtime system.
 .
 This package contains development headers and the pkg-config file for
 libostree.
Homepage: https://github.com/ostreedev/ostree/
Multi-Arch: same

Package: libostree-doc
Priority: optional
Section: doc
Installed-Size: 1735
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: all
Source: ostree
Version: 2022.7-2+apertis2bv2024dev3b1
Suggests: devhelp
Filename: pool/target/o/ostree/libostree-doc_2022.7-2+apertis2bv2024dev3b1_all.deb
Size: 121604
MD5sum: d9303e1cb9fa5034df813a136a5df9bd
SHA1: 0e0946de31c8d268721c2abd6c9f0b925a5e46d8
SHA256: 19b23c7f0311e878218bb884fb7a0e18df7b8ec9e84d2b0ff463b08494de6dcd
SHA512: 60e3f446950913158c76ec2ca0692e247e7aa4660bc52a3b1ba7b0d7548fbcdf53a423e2f330c5094a6ec864343b305f079fcb25e7ca20d35766d54e0741196e
Description: Development documentation for the libostree library
 libostree provides a library and tools for managing bootable, immutable,
 versioned filesystem trees. See the ostree package's description for
 more details.
 .
 This package contains development documentation for libostree.
Homepage: https://github.com/ostreedev/ostree/
Multi-Arch: foreign

Package: libotp0-heimdal
Priority: optional
Section: libs
Installed-Size: 220
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.33), libdb5.3, libhcrypto5-heimdal (>= 1.4.0+git20110226), libroken19-heimdal (>= 1.4.0+git20110226)
Conflicts: libotp0-kerberos4kth
Filename: pool/target/h/heimdal/libotp0-heimdal_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 42784
MD5sum: b6105a6769cf5287344a2c18aad0d347
SHA1: ab23437956431b43fcd95f633af3933749be353b
SHA256: c2da9f928fdab6131b6e89d160053e2e929f2ce687f8075103bda8b3b1b9dcbc
SHA512: 321ac95814be4b741f11f6374cf00d456333947d0e0fe4be8ad2e1e7008b5f92d84929aa4aa71636efd07dabf9571849c4ed92b63556cfbeab22c1fc5557047f
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: 83
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libotp0-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libotp0-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 69072
MD5sum: 3e42e5a278b2ce1bcaaea50ca33cc86e
SHA1: a0eae4a78aea19b6a9a1253c39a9d00447349361
SHA256: d05670ed4805d338cfbd8be456e22a97693137310e146d334cf8ebadbf7b70c7
SHA512: 5d8b1c0bb139122b53dde00ba4f304f33f25a533eaab6e408cd4c8cb8ccb4852cf946aaaf9d544a8793f60a84b651cac67b39d470f7e41003d170eef9b5021a5
Description: debug symbols for libotp0-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: 32f27a840b19ce2bbca9d888d4b7da4565f54c48
Multi-Arch: same

Package: libounit-ocaml-dev
Priority: optional
Section: ocaml
Installed-Size: 4515
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Architecture: amd64
Source: ounit
Version: 2.2.6-1+apertis0bv2024dev2b1
Provides: libounit-ocaml-dev-4w3y0
Depends: ocaml-4.13.1
Suggests: ocaml-findlib
Filename: pool/target/o/ounit/libounit-ocaml-dev_2.2.6-1+apertis0bv2024dev2b1_amd64.deb
Size: 974576
MD5sum: 3886328a594fe726b23e30e6e0f88b26
SHA1: 922b83667fcbcae1ac0bf45ea2bc65b65ad84ca6
SHA256: 10034feff65c225ab94fa67f67ee314a8867a1d903280e9e41970f1a99c596bf
SHA512: e4453f518a406bc03e8b364a67fa0f4356761d8b0539943844423c825a0ce0373cf3c1fa5961b4bd282c821f2f02d568cf565f5a42bcf4fcd754d4797ae589c8
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: 190
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Architecture: amd64
Source: ounit
Version: 2.2.6-1+apertis0bv2024dev2b1
Depends: libounit-ocaml-dev (= 2.2.6-1+apertis0bv2024dev2b1)
Filename: pool/target/o/ounit/libounit-ocaml-dev-dbgsym_2.2.6-1+apertis0bv2024dev2b1_amd64.deb
Size: 48064
MD5sum: 7e5b501f989459397de9a9dc83e9b1bf
SHA1: 035a9a561ed2ac997e7b31eb43511e2a5c3c1337
SHA256: dd5cc4e3288b16107c961f62135a3c41e143ff16bfa36449cb29b69464ea6706
SHA512: 029324c10b926132d4242dbaa88dd3c21c4731fd06f5808279fcb7c16cd41dc84e3ce731491821c1b510de5d321a393c4227909a3844333eeb97abee2f5a8a93
Description: debug symbols for libounit-ocaml-dev
Auto-Built-Package: debug-symbols
Build-Ids: 48fc027c57422712112f0f0b9d80a4f88fe43263 595ee90d15f81b8aee5730379769992823e0222f ef3e3e749bf9884a21a0b5aca0694f3e87336f84

Package: libp11-3
Priority: optional
Section: libs
Installed-Size: 92
Maintainer: Debian OpenSC Maintainers <pkg-opensc-maint@lists.alioth.debian.org>
Architecture: amd64
Source: libp11
Version: 0.4.12-0.1+apertis1bv2024dev2b1
Replaces: libp11-2
Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0)
Breaks: libp11-2
Filename: pool/target/libp/libp11/libp11-3_0.4.12-0.1+apertis1bv2024dev2b1_amd64.deb
Size: 25760
MD5sum: 370a31e0168ddcbd467a3ba7f02c9e65
SHA1: 275a41d6a4b36102055fec91d15f5282364d1c3c
SHA256: 2bc2df0d64c0151450da7e6a522161bae16882252ac60058a55e1b7203c80f26
SHA512: f8a7eb0d7e9d6531f9d6172333ea82b303b3920c84310eebbc7435e32c811523e27db08d6a79669d273139f0eb55d3b24c75b5efe27d50d0cbd9e8fcda8bd7ed
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: 94
Maintainer: Debian OpenSC Maintainers <pkg-opensc-maint@lists.alioth.debian.org>
Architecture: amd64
Source: libp11
Version: 0.4.12-0.1+apertis1bv2024dev2b1
Depends: libp11-3 (= 0.4.12-0.1+apertis1bv2024dev2b1)
Filename: pool/target/libp/libp11/libp11-3-dbgsym_0.4.12-0.1+apertis1bv2024dev2b1_amd64.deb
Size: 71480
MD5sum: c1c2b1ea3627a5f5531d752cf312b9eb
SHA1: 19cb57ca16502d0704bee6690bf2b31f33cabf20
SHA256: 225d471207fa246a1606aee01ff6784c685b5c7abc13198c4298541eb87acbe2
SHA512: f2dac01bd5f064ccd3c68ce65adfb4a83e32c0d600d4fa780e039300198cb8638694a257921d24545b1c6e48661c09efd52e1a09d8cbefa9720ed1e0a7922b7e
Description: debug symbols for libp11-3
Auto-Built-Package: debug-symbols
Build-Ids: c3edcb907b9b2b3aa3579e5821cce33484bdd280
Multi-Arch: same

Package: libp11-dev
Priority: optional
Section: libdevel
Installed-Size: 187
Maintainer: Debian OpenSC Maintainers <pkg-opensc-maint@lists.alioth.debian.org>
Architecture: amd64
Source: libp11
Version: 0.4.12-0.1+apertis1bv2024dev2b1
Depends: libp11-3 (= 0.4.12-0.1+apertis1bv2024dev2b1), libssl-dev, pkg-config
Filename: pool/target/libp/libp11/libp11-dev_0.4.12-0.1+apertis1bv2024dev2b1_amd64.deb
Size: 43876
MD5sum: ca931674fdd25cea0d11f4ce05ce037a
SHA1: be4d153eeec83c6392bf197de80cb40e886f6a49
SHA256: 74718cc630c451f9bbbd08eb7f306f47d460c17f6d7a51dce7dc990a748e229d
SHA512: 161d1e7f2d84524ba4ace9d9797e211267a3ac601fd13c901865fe95079086342e3922be6a905a846c22c8846ea3916cebd77cbe5310b2ee5354d4c44380e4de
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: amd64
Source: p11-kit
Version: 0.24.1-2+apertis0bv2024dev3b1
Depends: libp11-kit0 (= 0.24.1-2+apertis0bv2024dev3b1)
Suggests: p11-kit-doc
Filename: pool/target/p/p11-kit/libp11-kit-dev_0.24.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 174008
MD5sum: c7cf20d9ad96cfa72a59ef048d663a70
SHA1: 611bd851c21a27de1146fbdc60c79b8718729270
SHA256: 738e7b08f19785fefd117824ac01cdc4a6502d4bbdc4241d66b24300bb765825
SHA512: e19079e31cf0644c9df1ddf77a513c32d48c97a38b130031b5365c021c4593ef548fbd9a79caa77dc5f934c5addf6cc81d89439319d4f0a282eb54086fb29130
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: 1413
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: amd64
Source: p11-kit
Version: 0.24.1-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libffi8 (>= 3.4)
Filename: pool/target/p/p11-kit/libp11-kit0_0.24.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 351796
MD5sum: 6f85dd570a05fbe6bed1c5a508346e99
SHA1: 5268c742966cffc22336498703bdf7ea5a9c0ef2
SHA256: f4776e9243e7f1fe84da697f72f89d002f8c363df24950d2634de44ce597e2dc
SHA512: 1d2890ebb84e58d3ca999e2ba6256ef032aa27ce457d7183f6d323f3ab63d11424d29b0990e559437489e9b868520825fb3feab54cb06080d733a07c3c9604c9
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: 1822
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: amd64
Source: p11-kit
Version: 0.24.1-2+apertis0bv2024dev3b1
Depends: libp11-kit0 (= 0.24.1-2+apertis0bv2024dev3b1)
Filename: pool/target/p/p11-kit/libp11-kit0-dbgsym_0.24.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 1280976
MD5sum: 0700f4cfc8a66e270da9176aa665a22b
SHA1: 4827ea2b90d6f3f2589c55e97f3b67c0209fcb04
SHA256: a3a6b0f27212883c0ed807326a46cadf05ed9492f960fc35798a08b748317c77
SHA512: 2f87c6f35eef88d294ee0a738a7f467ad4f62206c12afe57d7cb1cdd65a17f4584434aa4c56909a3ec5cbb93247cacc567707d7d0e7f5798f05911aa0922dad7
Description: debug symbols for libp11-kit0
Auto-Built-Package: debug-symbols
Build-Ids: 2b9cd8cd8bb5ebe54d8abe4642fd75b3525fac33
Multi-Arch: same

Package: libpam-apparmor
Priority: optional
Section: admin
Installed-Size: 49
Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
Architecture: amd64
Source: apparmor
Version: 3.0.8-3+apertis0bv2024dev3b1
Depends: libapparmor1 (>= 2.6~devel), libc6 (>= 2.4), libpam0g (>= 0.99.7.1)
Filename: pool/target/a/apparmor/libpam-apparmor_3.0.8-3+apertis0bv2024dev3b1_amd64.deb
Size: 22928
MD5sum: 2f7a96f139b09fb45b9cf2f7be907612
SHA1: 998945de65ab50c76628b5787b2afd8f685d0d48
SHA256: 7c5fdd127341c1042446502a2c6e2fccfd2d74f23ab4f9c39ae8e4abd5bda874
SHA512: fcac069826b3f2def10d7dfd1c62e9208ede4137311363e824a8d7dd9af919a14ffd07d35cb8d2329a0dffd3e1cad931b29585e56d384aa15e0f6aad94b094bf
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: 20
Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
Architecture: amd64
Source: apparmor
Version: 3.0.8-3+apertis0bv2024dev3b1
Depends: libpam-apparmor (= 3.0.8-3+apertis0bv2024dev3b1)
Filename: pool/target/a/apparmor/libpam-apparmor-dbgsym_3.0.8-3+apertis0bv2024dev3b1_amd64.deb
Size: 7180
MD5sum: 417897aafd5227fc5ed08b1ae83deddc
SHA1: 22df8f09c9d94b6e497273211a07efe7ccc4299d
SHA256: 7dd9f08dad6d9140baaf0ed1d553503360c39ac9642e94e97c08083f18577a7f
SHA512: 8953e99c3501af5142d723904252b638278c50d5eefccf2bcc342829cefd1e202ff0784d36a37f7665b5f15feaca8bdf677f8f8b75eed496a92706bb5120539a
Description: debug symbols for libpam-apparmor
Auto-Built-Package: debug-symbols
Build-Ids: dd6555235fd33817e38762eae4cdfbd9478c26cf

Package: libpam-cap
Priority: optional
Section: admin
Installed-Size: 57
Maintainer: Christian Kastner <ckk@debian.org>
Architecture: amd64
Source: libcap2
Version: 1:2.66-4+apertis1bv2024dev3b2
Replaces: libcap2-bin (<< 1:2.66-1)
Depends: libpam-runtime (>= 1.1.3-2~), libc6 (>= 2.4), libcap2 (>= 1:2.63), libpam0g (>= 0.99.7.1)
Breaks: libcap2-bin (<< 1:2.66-1)
Filename: pool/target/libc/libcap2/libpam-cap_2.66-4+apertis1bv2024dev3b2_amd64.deb
Size: 15440
MD5sum: d03157d0de880a7012cc823ed94939d4
SHA1: 164d9bbd3a360aad0a06a16c00ab1bdf56f3e6d0
SHA256: 1753c2763b61e3cc7eb7849317b8fdaee74f4bf0fbb5e9d88e9575bdbf2e5811
SHA512: 9acda6e55ed8c1076eab618e93de07028134693f4553075fb8721a46f9ae504874f259962179d4d182ff9f15721977de161c3df0090936cf8300a2bbaa4a84bf
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: amd64
Source: libcap2
Version: 1:2.66-4+apertis1bv2024dev3b2
Depends: libpam-cap (= 1:2.66-4+apertis1bv2024dev3b2)
Filename: pool/target/libc/libcap2/libpam-cap-dbgsym_2.66-4+apertis1bv2024dev3b2_amd64.deb
Size: 11628
MD5sum: d93865127eb13e3dda07113fdc68eb87
SHA1: 6117d90b2102dedb0f7eb902aa8d9483c4e7a8c0
SHA256: dd466276cf8a2db64af5f9b873d9d98f1a06cb9dcfde5b13071244d5ba7012d2
SHA512: d6e7be5053376b8d21343ab628224bd4ee77da22461d0ed336482e7dce821e159ccc5d0c4adfc73bf1e03bbb663991ac1ed7f540d0c0049aa05704ef3c84fbb2
Description: debug symbols for libpam-cap
Auto-Built-Package: debug-symbols
Build-Ids: 61dfcb7dce6a3a15bccf0c3fce1561a3468c9bb7
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: 3980
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Architecture: amd64
Source: fscrypt
Version: 0.3.3-1+apertis0bv2024dev2b1
Depends: fscrypt, libc6 (>= 2.34), libpam0g (>= 0.99.7.1)
Filename: pool/target/f/fscrypt/libpam-fscrypt_0.3.3-1+apertis0bv2024dev2b1_amd64.deb
Size: 1241396
MD5sum: ac16f91bb492db8c325c345131a19ddc
SHA1: 93d5861cc9e60a21cc4195724618ee64e480a71d
SHA256: 4d135a6db922259aedcbcd00a9fe2045d10ab6df09e7e286158b20832cd5c99c
SHA512: 561d0af1b820bec9856001da1e7bf86092d9a5cccbe5a97175028d7d2cfde9f2b38b0a99baaf7b9212f217f40da9c590ce2df0329270c9791fc7d64204e60727
Description: PAM module for Linux filesystem encryption
 fscrypt is a high-level tool for the management of Linux filesystem
 encryption. This tool manages metadata, key generation, key wrapping,
 PAM integration, and provides a uniform interface for creating and
 modifying encrypted directories.
 .
 This PAM module can be used to unlock one or more directories upon user
 login and then lock those directories when the user ends their session.
Built-Using: go-md2man-v2 (= 2.0.2+ds1-1), golang-1.19 (= 1.19.6-2), golang-blackfriday-v2 (= 2.1.0-1), golang-github-golang-protobuf-1-3 (= 1.3.5-4), golang-github-pkg-errors (= 0.9.1-2), golang-github-urfave-cli (= 1.22.9-2), golang-go.crypto (= 1:0.4.0-1), golang-golang-x-sys (= 0.3.0-1), golang-golang-x-term (= 0.3.0-1)
Homepage: https://github.com/google/fscrypt

Package: libpam-modules
Priority: required
Section: admin
Installed-Size: 1042
Maintainer: Steve Langasek <vorlon@debian.org>
Architecture: amd64
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_amd64.deb
Size: 295520
MD5sum: ce0c95a471723bf6f4b1032412a618b1
SHA1: 72659f978da8fa17381c61078f6cd1bb9be29aaf
SHA256: 4516747a44609d9896d2542eb0ba4f07387e9af09f8638c4cf2e4a72e28c7712
SHA512: be4d078dbdbae6a713579c1fd747621bc15043606097879cbf5f4b3e2f448dd828544ec8536c128c9a26262a6d8035896587ee71fe75ad9daf7b6769b2b6db6f
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: 234
Maintainer: Steve Langasek <vorlon@debian.org>
Architecture: amd64
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_amd64.deb
Size: 80084
MD5sum: 5326342171c2421d73b7d8e55be89a3f
SHA1: 97e06f24ec19b503942119e6386cbbe03ee8cdb0
SHA256: 86f1f9b7f5581640d5b77f3691dadb4e34edec00249e908482d15d4918d1e472
SHA512: e55ca4e499dd0148eb48c28cfc615f0adced2bd82f00aad3bc34a8e4949e273a14eeb889d99e3d2621287116cf02901e6e0e5b42cdb06bae936e05e77c01b795
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: 150
Maintainer: Steve Langasek <vorlon@debian.org>
Architecture: amd64
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_amd64.deb
Size: 91600
MD5sum: 72c45af6a5693bb1fc9630b40c34cb93
SHA1: 10c081a4ba17cdd7ac0568ad139004bf71b49c35
SHA256: 4c36ba280a65fe52d18a82df3ad54589144c9312a6dcc288355f4be47bfaee22
SHA512: 0da3030d63e4070a86e096bc9d8887cf350ebe64485892f592480ccdbcf6dc12018dc8818c6ac4ba453de3fede5a4eb520b617d9b617693afcc86a9052cd96e1
Description: debug symbols for libpam-modules-bin
Auto-Built-Package: debug-symbols
Build-Ids: 3f842ad55697b4c13d6b66bd9b60480ce299f3fc 8ae1b38c4f9dbeb52aef3bc436d05ebedb73b74e 9dc33662fd3ea9a2fd28ceac1fc5aec2a6965cdd d88a2fc714ccbd9ba2895f22c31f51767489acea dae309a2b1a9f4b13b6811bc73f4f1a1c424c89d f021379b256195f2209f15c65e7ec49d66b869bc

Package: libpam-modules-dbgsym
Priority: optional
Section: debug
Installed-Size: 704
Maintainer: Steve Langasek <vorlon@debian.org>
Architecture: amd64
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_amd64.deb
Size: 404664
MD5sum: c6c8d0d63589efef31f06e29a64e8243
SHA1: 2ab9aae05ae71a9161e5aa7b3115f6ece937365b
SHA256: 2f8d2fe5e3b099ffa06c75b21547b6b0ae21d8d0bc660812ad52079ef34c2b02
SHA512: 66fae8a149aa11c84f9d3674636e70d4fa76f5345e6b48151db0534f5988cb092aa32d86aeef20d667ae5da08d7cbd950ecbd605b187e8c0414aa14327892907
Description: debug symbols for libpam-modules
Auto-Built-Package: debug-symbols
Build-Ids: 032ff998b112d4a0f7cdc095a4c578564c08fe5a 056bef2a73757837f6b3d148f11506d8c68f1e4a 059d31e31aed06d2f205ec78b44b3a2d3ae09023 07eac4286987ba63bafc0f1fb311cf8b66f55983 0cd08b72c60abf930ae15742ddeee1cbe804efd9 14740441644dafb52e019ed06ebd214afdd2ad5b 19779aa7641f63d528d3b948ebf06698cb30c750 1acf7795a3edd04d9b623c2ec60bed816a05fd51 1b011ce362e029d537530516dda3475803003ec2 1c9b13a12db40f3a92ef50f0f836c2319b69318a 24d74aaa582da80c5797a8b07955d2758e48e542 285e8aec37fa1bca5e97b8facf2ff491c9716e02 2f1fd99c0986f328cc9f2d34c656954ae0344e33 301be38265a648f948fd869f193146e0dfb7c7bf 3661b4b346645694dc8f2e5e81b2d4ee3088548c 386d471159d1866a109a6809d91e8de6652b2e69 3b242e778ebf20efb5d0b9ca3609a668e292a65e 5d4688e0522c12acd118a8f04bbe41fabb2084d5 5d82c208193e205132dd2033500c404696f3902b 6139469afdb734b361dae11f9fc3d56a6d3bdab0 6801f678590cb4ee3a34ad886bbdbaa51fd9e39c 6be7afdc769c97e3885a286a09e0f52bb45c9aca 6f19f56765105bfcdca8ee4ed1aea98279f5a8ca 7250e9b9fb34983b22cefe05906d2d6c9945f2cd 80b69678ea4574984a7bb7119493d3229249a521 859db6d9f33514bef0132d213df513219e79c61a 8bf2d0d9121ad35d232de92dcd8cce8d19f993c6 8c955750d133c0eb6a3b7650a2b66550672c31b0 9984f7f16745c88728f3cf4b461710a2315f780e a2588de1ca8d9412252a366a2aea35c2be5d5dae a4500c9f3a9d229d50f16932bd1c194fb979d81e a75afadc59e8807f61281dddfa7401b744391395 b6a605cff1f1d6f4ee00a82736ff086798ece643 b710d9de6ae4d0953cbc307e63f244cca5e9f03d b8d6b307928d50cb29506d4d6ef9269d09ca0201 bc4714193d5c83e1b220ac0653d72fb093467f3d c2afba5e51c1bf3195b2b4f999d232aad9294dbb c9980965b4c3e4745ae302b52d8a8f4df11fbfda cdd51d838d9ec0330c1017a0ec8422ad208e6ffa d0997bdf2b378890fc5816ac14e4aa73f1e01348 d594a5662daaa38f182c2b1f75775b663cc29b53 e35f7109c76d150c5dce20890422cb4d89bd6b6e f10b9199eda71e9110e14c813c8be6802bde6178 f33d222c51d9a6e7150f913d31f1b8b099446259
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: 544
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Provides: default-logind (= 252.6-1+apertis2bv2024dev3b1), logind (= 252.6-1+apertis2bv2024dev3b1)
Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libpam0g (>= 0.99.7.1), systemd (= 252.6-1+apertis2bv2024dev3b1), libpam-runtime, default-dbus-system-bus | dbus-system-bus, systemd-sysv
Recommends: dbus-user-session
Filename: pool/target/s/systemd/libpam-systemd_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 233040
MD5sum: 79cdf350bef6d08c2c5635c1719fc91f
SHA1: 001949080bbfa827442eeb199c0b35437e6997db
SHA256: e596e99083e32e0b97bf9e317ef10748a612e2da07ccf0f2be8c37086adf8e64
SHA512: 79eed9927d7ff766f43332cba69d26d32c1f39ab865a124e719e896b6cfed3d14632525eceeecc387d304c0be96931ad52827e5ec2999fee09daaac347e0dcc7
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: 875
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libpam-systemd (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/libpam-systemd-dbgsym_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 825224
MD5sum: cc550b974b3d36c2671d1a2941008840
SHA1: 5e844186758d666d42496ee40e9fab500ad0f2ec
SHA256: acfa8f1c7b19a26b85ddc2f948b89c90411f01d7e6008d949a8d8a59182af623
SHA512: e4c74974df1d51586cf52e27427984aa67ac6434229a980818ab611bfed47e94572a418aaac90f44666bd681f809031ef08d3b6c2b78fb70ef00500ac6d476ff
Description: debug symbols for libpam-systemd
Auto-Built-Package: debug-symbols
Build-Ids: 58b35f598216f0f8654bd091d267cdeb650d2de4
Multi-Arch: same

Package: libpam0g
Priority: optional
Section: libs
Installed-Size: 223
Maintainer: Steve Langasek <vorlon@debian.org>
Architecture: amd64
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_amd64.deb
Size: 96476
MD5sum: c93975554a319249401334d140b7a797
SHA1: 45ba04f8b7b88cbb48bc1e1380af55cf1a214b65
SHA256: 3976802c69231ecdc9f2e0130c53c1904b717bc1a58ec52c84731920e1d13d4f
SHA512: 6cc9c427a7fa8a0a13a9054f9e3415c6df0b1a755fcaf06464f48d3702d4ed04a934d83f56254ecf4175800c176a2317628d7834ede780da3a1ddbf3cc8a2910
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: 122
Maintainer: Steve Langasek <vorlon@debian.org>
Architecture: amd64
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_amd64.deb
Size: 89988
MD5sum: 10904d799c175226db8b49c511f2bd99
SHA1: 276d0f8729a16134d5fea6b240482d925785416e
SHA256: 167ae017bb82dc52270cf07fe97686952e9c69cd64947c75ba50692b00338f10
SHA512: 864e9e4160da649882d52337a0d556cc98c17931f6470ff0bd3d2356390ac950865d0a051ee194c71a9c3d2ce4110e2a976fe098369e7ad67426829bc84c2171
Description: debug symbols for libpam0g
Auto-Built-Package: debug-symbols
Build-Ids: 151e4d2a6c070897a03e9b172499ade36647fd36 2a491ca2b6d342f89bd14fe1636daa18cd142404 7c2ce78f7d8aede93a6eacbe46e6e4d6c73f5273
Multi-Arch: same

Package: libpam0g-dev
Priority: optional
Section: libdevel
Installed-Size: 414
Maintainer: Steve Langasek <vorlon@debian.org>
Architecture: amd64
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_amd64.deb
Size: 152180
MD5sum: bfe616df5f64da60bc806db1bfe38d85
SHA1: cd32b4ea29c3485c9b5c6b6aeadb122649be4a9c
SHA256: c2fee9751ddc61d502e586f63419c6da2ee3a81b89f38a1ae84239655d5fc998
SHA512: cb01381b1f192e283211bdba50379dffcae5b0b508fbcf314190d45cc8aa2e46879d1ecb5897e6cdf302d1c47c6d3388cb4a8c206f5a2f35bda57f6e72e0e1ad
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: 526
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: pango1.0
Version: 1.50.12+ds-1+apertis1bv2024dev3b1
Depends: fontconfig (>= 2.13.0), libc6 (>= 2.14), libfribidi0 (>= 1.0.6), libglib2.0-0 (>= 2.67.3), libharfbuzz0b (>= 5.1.0), libthai0 (>= 0.1.25)
Breaks: libpangocairo-1.0-0 (<< 1.44.7), libpangoft2-1.0-0 (<< 1.44.7), libpangoxft-1.0-0 (<< 1.44.7)
Filename: pool/target/p/pango1.0/libpango-1.0-0_1.50.12+ds-1+apertis1bv2024dev3b1_amd64.deb
Size: 214836
MD5sum: 6d7bf4e6de1e9a5955df05016e38af91
SHA1: d9d0898b725f13fb6250073fa16fdea07df90ec2
SHA256: 53e89c72e6520bac7c105bd09ff142d652f88c5f1deeeab3ebc0ee024f3f774e
SHA512: a9405ba3c2794e3e72c167e7bc2b170b3b5baea37dfedfcffb2557968fd7db2f83731907408cc930fc7944f75af1ba2ae5296a4762d6cb14a9a2c9ef1e425a16
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: amd64
Source: pango1.0
Version: 1.50.12+ds-1+apertis1bv2024dev3b1
Depends: libpango-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1)
Filename: pool/target/p/pango1.0/libpango-1.0-0-dbgsym_1.50.12+ds-1+apertis1bv2024dev3b1_amd64.deb
Size: 440664
MD5sum: a306e99ba0fd9b9f3bb54385ae4848c3
SHA1: a069689d4930e9b85538b77f4ce7a6a070e27c57
SHA256: 2098622aa80c036cff7da19401349dd1a3a896035302f6092ea4289008dfe9d0
SHA512: 4c2f3d4e87ef6dc0e6ebb0b115070331abebef1b662577dd11ef89388b6ac28f77e58402b3aa11f5949d94085a38420d8ea1b8454661efa373d79db1ea36d539
Description: debug symbols for libpango-1.0-0
Auto-Built-Package: debug-symbols
Build-Ids: 815f6f477c0b15bd18c52878ff39c7a78e27c9a7
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: amd64
Source: pango1.0
Version: 1.50.12+ds-1+apertis1bv2024dev3b1
Depends: libpango-1.0-0 (>= 1.42), libpangocairo-1.0-0 (>= 1.42), libpangoft2-1.0-0 (>= 1.42), libpangoxft-1.0-0 (>= 1.42)
Suggests: libpangox-1.0-0 (>= 0.0.2-2~)
Filename: pool/target/p/pango1.0/libpango1.0-0_1.50.12+ds-1+apertis1bv2024dev3b1_amd64.deb
Size: 16956
MD5sum: 7a00980f382620edf95031744b300c57
SHA1: d5604d129ddf6f3fb836b2201de1e53fbad104f8
SHA256: 702616042076795e38788d936d5403018585671905aab2198287dabedfd85ace
SHA512: 825e63580eb7a5148000774ba26b10473b5601d48b7f2626040ef8741c522ab117bd51acae31f78c84f59600b691d448a3734b380d6dd158b2a96b3cd3b336a3
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: amd64
Source: pango1.0
Version: 1.50.12+ds-1+apertis1bv2024dev3b1
Depends: gir1.2-pango-1.0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), libcairo2-dev (>= 1.12.10), libfontconfig-dev (>= 2.13.0), libfreetype-dev (>= 2.1.7), libfribidi-dev (>= 1.0.6), libglib2.0-dev (>= 2.62.0), libharfbuzz-dev (>= 2.6.0), libpango-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), libpangocairo-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), libpangoft2-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), libpangoxft-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), libthai-dev (>= 0.1.22-3~), libx11-dev (>= 2:1.3.3-2), libxft-dev (>= 2.1.14-2), libxrender-dev (>= 1:0.9.0.2-2), pango1.0-tools (= 1.50.12+ds-1+apertis1bv2024dev3b1), pkg-config
Suggests: libpango1.0-doc
Filename: pool/target/p/pango1.0/libpango1.0-dev_1.50.12+ds-1+apertis1bv2024dev3b1_amd64.deb
Size: 154628
MD5sum: dd4af595e914cde69a4a3d56817b400f
SHA1: d30903a99c12a0fa62155b68e16e80fa04996dc5
SHA256: 257b032d09bd1c15d956f0d1e6c6a3fbe2bf1d98e1422ed061b81f64d0f8b0bb
SHA512: 12abf61a51e0ab9c1ae368bdc2b360dbdcbb21b10134c3864b45ad34da9a64038d70a843b665e4261cd042675bbb29c87e327e440766983ea76d49c85c52962f
Description: Development files for the Pango
 Pango is a library for layout and rendering of text, with an emphasis
 on internationalization. Pango can be used anywhere that text layout is
 needed. however, most of the work on Pango-1.0 was done using the GTK+
 widget toolkit as a test platform. Pango forms the core of text and
 font handling for GTK+-2.0.
 .
 Pango is designed to be modular; the core Pango layout can be used with
 four different font backends:
  - Core X windowing system fonts
  - Client-side fonts on X using the Xft library
  - Direct rendering of scalable fonts using the FreeType library
  - Native fonts on Microsoft backends
 .
 This package contains the header files and some files needed for development
 with Pango.
Homepage: https://www.pango.org/
Multi-Arch: same

Package: libpango1.0-doc
Priority: optional
Section: doc
Installed-Size: 6878
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: pango1.0
Version: 1.50.12+ds-1+apertis1bv2024dev3b1
Recommends: libglib2.0-doc
Filename: pool/target/p/pango1.0/libpango1.0-doc_1.50.12+ds-1+apertis1bv2024dev3b1_all.deb
Size: 630412
MD5sum: 72332dc6b57c4e3fbab31744719dd19d
SHA1: 6e3aa178a4a06043ff4bb916b7c70c4ec1e4007d
SHA256: 5a0024f12b5b9c328c04c27f551062c7796dc2adcc9bfd0b1f0ecfd3b09ef2b5
SHA512: b41a424c6d52b8667a1c0dd9d12e020760a2947233e698fc76d2bfc9531841cd9906402f61ba3aba68300d67faf7646d2ea3353e15b0bc09ff417e65ef185cf1
Description: Documentation files for the Pango
 Pango is a library for layout and rendering of text, with an emphasis
 on internationalization. Pango can be used anywhere that text layout is
 needed. however, most of the work on Pango-1.0 was done using the GTK+
 widget toolkit as a test platform. Pango forms the core of text and
 font handling for GTK+-2.0.
 .
 Pango is designed to be modular; the core Pango layout can be used with
 four different font backends:
  - Core X windowing system fonts
  - Client-side fonts on X using the Xft library
  - Direct rendering of scalable fonts using the FreeType library
  - Native fonts on Microsoft backends
 .
 This package contains the HTML documentation for the Pango in
 /usr/share/doc/libpango1.0-doc/ .
Homepage: https://www.pango.org/
Multi-Arch: foreign

Package: libpangocairo-1.0-0
Priority: optional
Section: libs
Installed-Size: 107
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: pango1.0
Version: 1.50.12+ds-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.4), libcairo2 (>= 1.12.10), libfontconfig1 (>= 2.13.0), libglib2.0-0 (>= 2.62.0), libharfbuzz0b (>= 2.6.0), libpango-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), libpangoft2-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1)
Filename: pool/target/p/pango1.0/libpangocairo-1.0-0_1.50.12+ds-1+apertis1bv2024dev3b1_amd64.deb
Size: 37132
MD5sum: e732b0f073fe28512a829117ac1c80ad
SHA1: ec0992a5783d7eb2244902242b335fd92a3eed78
SHA256: 615ff125e82855f43fd120c1e4a1040ec30feacaa49b62a808e125290ce29f62
SHA512: e678127d86ae101afb8079726af045dc53d5cad8bb1bc609cb73c31527772b6d83b1d22953f048a4825272c10df314131abb4b09968cc06b6f968cbbf7dbd37e
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: 93
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: pango1.0
Version: 1.50.12+ds-1+apertis1bv2024dev3b1
Depends: libpangocairo-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1)
Filename: pool/target/p/pango1.0/libpangocairo-1.0-0-dbgsym_1.50.12+ds-1+apertis1bv2024dev3b1_amd64.deb
Size: 70700
MD5sum: 51621b9d6ebb4199c55089156ac9e3e3
SHA1: d9916e013a9107c21c757f716f9cc09c0781a2b4
SHA256: 82850b1e366deafdc8a138af4f1a481cb901b3df5e02555305c6a427c99dd485
SHA512: 23284004c182853a7c158b764abd05c461e4470823bead87a17984ca762bccdafc93f8da131765f4a29957758e37e4796573d15a2af66c122d21c7f26b63cca2
Description: debug symbols for libpangocairo-1.0-0
Auto-Built-Package: debug-symbols
Build-Ids: 08bc05b3846c1cad1ce29b63af7a103cf935473b
Multi-Arch: same

Package: libpangoft2-1.0-0
Priority: optional
Section: libs
Installed-Size: 146
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: pango1.0
Version: 1.50.12+ds-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.14), libfontconfig1 (>= 2.13.0), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.67.3), libharfbuzz0b (>= 5.1.0), libpango-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1)
Filename: pool/target/p/pango1.0/libpangoft2-1.0-0_1.50.12+ds-1+apertis1bv2024dev3b1_amd64.deb
Size: 50264
MD5sum: 7a53798a898e925a6225a5bc90d73e73
SHA1: 6db2542f8dce1f6942502508732a8b1a4543cb8e
SHA256: 5ebad641b20dcafade5aa2a9219058f7e63dbea7ba14c54f87eca1f81a2b9d35
SHA512: eb441b2bf2d5d11819878c7f19beb6291b5dbc9de9263c5b508280e8a3447631fcb3cfdd7bbfe6446155ee38849183a0592e97b96f24d6348f3faf110ca01516
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: 154
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: pango1.0
Version: 1.50.12+ds-1+apertis1bv2024dev3b1
Depends: libpangoft2-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1)
Filename: pool/target/p/pango1.0/libpangoft2-1.0-0-dbgsym_1.50.12+ds-1+apertis1bv2024dev3b1_amd64.deb
Size: 121808
MD5sum: 1863a7b7e0ae34f4cd62cd551c9d98c1
SHA1: 645bcd8f1729862788e6109b08ba7008bdf27686
SHA256: ff9acad751f4746bc119fa75d10c3b132a867ffbf791c1f3cf3a63bfed637d55
SHA512: efff5d691aca452a2e5440f97b4e9735f3e99af4c88e1e5facb369d0ecdce3650e72eb3e22dc4c84772b1e4b03ae6b2fe720539d8701af9a14cfbfffed4d4e84
Description: debug symbols for libpangoft2-1.0-0
Auto-Built-Package: debug-symbols
Build-Ids: 3a09268326ed9dad7a5a91a742cb300e2dd8bb6f
Multi-Arch: same

Package: libpangoxft-1.0-0
Priority: optional
Section: libs
Installed-Size: 82
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: pango1.0
Version: 1.50.12+ds-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.4), libfontconfig1 (>= 2.13.0), libglib2.0-0 (>= 2.62.0), libpango-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), libpangoft2-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), libx11-6, libxft2 (>> 2.1.1), libxrender1
Filename: pool/target/p/pango1.0/libpangoxft-1.0-0_1.50.12+ds-1+apertis1bv2024dev3b1_amd64.deb
Size: 29628
MD5sum: ede00798dbc46e3675a807743ee8801d
SHA1: 1b6dcbb1fc50c6a0ff41193299b8bda7bf47244f
SHA256: d4306b5ca1500eff85f4d1bd58726c419167a64a2758ad0eb1bc2ff61fedb519
SHA512: e0566fb2951cb12a97f04ea62f1cceab13d53256076e9a7c66baaea0a73017edc03d883736c3814f613f8cc8d45512919a03a589356a5418b375615b6d1dc1d1
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: 75
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: pango1.0
Version: 1.50.12+ds-1+apertis1bv2024dev3b1
Depends: libpangoxft-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1)
Filename: pool/target/p/pango1.0/libpangoxft-1.0-0-dbgsym_1.50.12+ds-1+apertis1bv2024dev3b1_amd64.deb
Size: 57032
MD5sum: 93dbe375855e396df27b8b6dd0c80c97
SHA1: cdcf0d31f87b3e03968fbca3c3f01f47663c2985
SHA256: 88e6810961710d28760491d0cb79d98c4ba58d5564f0c8db18e5bd99d257965d
SHA512: 4b3cff9c9fcae1f77a46bdb077a84497195f394b2fca0ed2f409a80ec6f18e310e2f56c9b118d8bc95e98597d1a02b23a8eac81372fab2bc2c8261c43758de6f
Description: debug symbols for libpangoxft-1.0-0
Auto-Built-Package: debug-symbols
Build-Ids: 9ce1c52fb8616a402c146a83afd3b1a4eac43fb7
Multi-Arch: same

Package: libpari-dev
Priority: optional
Section: libdevel
Installed-Size: 20854
Maintainer: Bill Allombert <ballombe@debian.org>
Architecture: amd64
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_amd64.deb
Size: 4866900
MD5sum: ea655e5ebb07c76d14fc86c371421f96
SHA1: fb470913ae490a740d29d033b0c401a180a06ae2
SHA256: af469efe6cb518d441999260f72111468fc709b063e930f9ed2fe7850f9fed51
SHA512: 40c9a77fa1439686f022e202a7fbd0b085a4438480f0ccf7e7ab137ddea20cf440282b7c726c1eaa55b2b4230ba13b558311e3eda7a42aca39e0a635749e3dec
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: 12717
Maintainer: Bill Allombert <ballombe@debian.org>
Architecture: amd64
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_amd64.deb
Size: 4354276
MD5sum: 1e670a7a099e7190c1b0691056a3551b
SHA1: 1ca86184f2a5fa9c547126e0e3913c59926ab3cb
SHA256: 39d7ee3f11173453a8ade7b7de63c0a0cf828b4c3bbcd3517054c89d4fec00b6
SHA512: 4c822d715216f0a02dfe57de24a63639a6569213839eea957003e84bcbc8e28af522fa045bf29adb574122d86bb78ab6954ff5a690f2a528ef4650d34a533860
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: 20457
Maintainer: Bill Allombert <ballombe@debian.org>
Architecture: amd64
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_amd64.deb
Size: 20614200
MD5sum: 33d6578ab765226f0147da34102162ae
SHA1: 69a9ff36288628b11b79b7ade604fd8ce08eca8f
SHA256: 511825dc66937bf6199b5cc88f34a68739ab0cea257c1971e5ffea5660cf374b
SHA512: f4d3ece143e69d1044c37c781f184ff1eaeb2c5af76e97ba652b516ac1f3d83cedfb69f4fcefba825ec91dc21fb558ea7aa18b6143880ae65abd615a2200da15
Description: debug symbols for libpari-gmp-tls8
Auto-Built-Package: debug-symbols
Build-Ids: bbf90fa7e779f180208550e8da2b78c5faa74e01
Multi-Arch: same

Package: libpci-dev
Priority: optional
Section: libdevel
Installed-Size: 155
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: amd64
Source: pciutils
Version: 1:3.9.0-4+apertis0bv2024dev2b1
Depends: libpci3 (= 1:3.9.0-4+apertis0bv2024dev2b1), libudev-dev (>= 196), zlib1g-dev
Filename: pool/target/p/pciutils/libpci-dev_3.9.0-4+apertis0bv2024dev2b1_amd64.deb
Size: 64180
MD5sum: f15625e9899ed7354b9f38b703d07cd2
SHA1: 25e22e22a326fd4149d16d08a95492c20064d6ac
SHA256: 822680a1120d13a2d960fbf1b6f3774f8e366dacab3cc82bdf6692a9b014bbcb
SHA512: 14e2e3258f3d662cfaf3e212a4644f2cd7bfc0e38a259b9f0546851d053ac146de964bd6b0c80a159aae7f884d0293b7b09c9ae7a12d1607f240f8a95686a25a
Description: PCI utilities (development files)
 This package contains the <pci/pci.h>, <pci/config.h> and <pci/header.h>
 header files, as well as the libpci static library.
Homepage: https://mj.ucw.cz/sw/pciutils/
Multi-Arch: same

Package: libpci3
Priority: optional
Section: libs
Installed-Size: 125
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: amd64
Source: pciutils
Version: 1:3.9.0-4+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libudev1 (>= 196), zlib1g (>= 1:1.1.4), pci.ids (>= 0.0~2019.11.10-2)
Filename: pool/target/p/pciutils/libpci3_3.9.0-4+apertis0bv2024dev2b1_amd64.deb
Size: 67736
MD5sum: 6f29fd1de97fe0bcc8e0c10a5e266b2f
SHA1: 93e7e94897fcc48695ecc554c87e6dd4d197aadb
SHA256: f0be6536c06f7a4e7ff8fa0976823ef89dc3b53303b13d244762036666b6c287
SHA512: 7d36c16dad1a32473ffae8a2ab4f0cfc3644ad66b896e668f05062448b89a1a67f110332df42988358f01ab34e89dbfb18a8d02a5dd4be97390129afd882b5db
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: 99
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: amd64
Source: pciutils
Version: 1:3.9.0-4+apertis0bv2024dev2b1
Depends: libpci3 (= 1:3.9.0-4+apertis0bv2024dev2b1)
Filename: pool/target/p/pciutils/libpci3-dbgsym_3.9.0-4+apertis0bv2024dev2b1_amd64.deb
Size: 80352
MD5sum: f361f3647d5301acd46519eefaaed71b
SHA1: 5ac40b8d5709549630c87fd27cadf623a1315999
SHA256: 706129b95cc7591307f74050c169d0e9449e745bf3f80178848186eafd0e46f6
SHA512: 6a463a757ce0a5548baa635746611ce082019e377403aae09baa3e459951584d15554da8a63a6971b3eb05e8d86474830f19676d11ed54318c116de7015faff4
Description: debug symbols for libpci3
Auto-Built-Package: debug-symbols
Build-Ids: 53d46b6dce2e42a3325c6212a2068c728a07dc2f
Multi-Arch: same

Package: libpciaccess-dev
Priority: optional
Section: libdevel
Installed-Size: 128
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libpciaccess
Version: 0.17-2+apertis0bv2024dev3b1
Depends: libpciaccess0 (= 0.17-2+apertis0bv2024dev3b1)
Filename: pool/target/libp/libpciaccess/libpciaccess-dev_0.17-2+apertis0bv2024dev3b1_amd64.deb
Size: 56332
MD5sum: e6a9159e344985c086a1c0604a381f26
SHA1: 3e56f8bdda02a9e8c858989b3157e3e937c55830
SHA256: b898c3ff92306a6a91c1f82474fef46c64367054d68460fa1dc18a99e7d78462
SHA512: 81d2c510c240110e3944b47115f66209cb3a74f45de4f9ea6b194a970254ad7f26a18d88c0112c4bb331de6563de28d499815e75f4b5d7f194047b44b4fce55a
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: 95
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 53128
MD5sum: fcc15c4988d234838c0e60930d30caa4
SHA1: 56fb87f32e6fd4eb4dc64a0f95b0ee9070ffc678
SHA256: 7891360c771f7b4b2be3e406b1a8265fb812e18fa50266d1c398e5eeb15e1dbd
SHA512: 66768d0168d54daaf5fb5a88dc35c2b19e855788131f2bd5ed2a10a91e368cdbdfebb02c1247eb15d756d3e52e6cf942a6e2af4036f74c7cfa4fd10075d7800f
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: 59
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libpciaccess
Version: 0.17-2+apertis0bv2024dev3b1
Depends: libpciaccess0 (= 0.17-2+apertis0bv2024dev3b1)
Filename: pool/target/libp/libpciaccess/libpciaccess0-dbgsym_0.17-2+apertis0bv2024dev3b1_amd64.deb
Size: 42412
MD5sum: 74816b4e8668d435eec27c001c241f3b
SHA1: b967d75ab3f25cbe82865579482d79e33d18eef2
SHA256: 007ab000e111443f9d5bd80ee161d5fb07713164fe4a6d8a5116034674d66c43
SHA512: e4c0f1347ddceb4b73095771cd193b8a6a6c8fd712c1656fce17d2e9da248a54f7eee272229d46f1d4efda57562ad9b32d1c47f72f9b1d4e666dc824069409ef
Description: debug symbols for libpciaccess0
Auto-Built-Package: debug-symbols
Build-Ids: 10eb52a13f893231781907479230790c8f540cd9
Multi-Arch: same

Package: libpcre16-3
Priority: optional
Section: libs
Installed-Size: 553
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: amd64
Source: pcre3
Version: 2:8.39-15+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34)
Filename: pool/target/p/pcre3/libpcre16-3_8.39-15+apertis0bv2024dev2b1_amd64.deb
Size: 257684
MD5sum: ec9eb5c7d45d16767c3d141efb48c029
SHA1: c18f6eb4c1861ae3dea49f3cf6de66dd94259b45
SHA256: 15a9eab1561365f2d74fb7fd40240df54b85b8b793efad493f9357c678eafb37
SHA512: 354157064a763190846821459027c3a30f95bd16c44cf3138fd679ea8b80a10408068759acaa400274156220195541ba39158d6d875d348f1e49e3c12ea07630
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: 636
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: amd64
Source: pcre2
Version: 10.42-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/p/pcre2/libpcre2-16-0_10.42-1+apertis0bv2024dev3b1_amd64.deb
Size: 247564
MD5sum: 89c390d10cac0e0f1deb4446cb9e7909
SHA1: ea33b5a8e3304cad09c1bb6d50febbbe48e110bc
SHA256: 367c53016ab6ba8d096949051e4838e08da8f83a7bc3db717fe09e2a38ffa55a
SHA512: 38fc163b5b068659846aab7053b8e1710f625f03892c1408596830ea185f4209fbd508ac73b415f0eeb3afe1f037cd229a8e501c04eb6565f75e1f7573804dc8
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: 591
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: amd64
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_amd64.deb
Size: 576380
MD5sum: fa38fd62354614a37c006a4e681168a3
SHA1: e02f146f533eaaeab251f1e3e90530f5eb6c6dde
SHA256: 286a72e1b51f3ffdf085732d1c5429c9a5c8e0158a6c1a751d000f4e977c0625
SHA512: 1d708423fe822a1da7fc5ed2194bd466b7ba03a94399c58fa4460f787916f2fda94935c05e542cd4cebeee23966313f047fab012d96ec79e215092f42230f795
Description: debug symbols for libpcre2-16-0
Auto-Built-Package: debug-symbols
Build-Ids: d102bd03dce812c439eabe27470792776f8f6fa0
Multi-Arch: same

Package: libpcre2-32-0
Priority: optional
Section: libs
Installed-Size: 612
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: amd64
Source: pcre2
Version: 10.42-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/p/pcre2/libpcre2-32-0_10.42-1+apertis0bv2024dev3b1_amd64.deb
Size: 236536
MD5sum: 3330924018a0294305e31199d910947d
SHA1: 6966b6b1aa218a26513dd2b4108971103039c1e7
SHA256: 2bf496a456b7bb4d015c4a215789b931cfe030802485973df2f79e119ce0e88c
SHA512: 6bced3930673758d7f734945fafbd6baac680c0dec4686bdd2bb44381b9e721e3c5fd07e815dcbe7c89b8289ea3feb7d9a2841bc4781457aa0fad5bca31fb935
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: 570
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: amd64
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_amd64.deb
Size: 555880
MD5sum: 4a4fd50bb12ca5e74fc94ef0e47d9553
SHA1: ceceebffecb895577d856e5ac69fc1382f729b2c
SHA256: 182ac66fa90ac3ae3fd5f287d2247da1429ae2d0cadaaef53dc2a62cf8a8e33d
SHA512: 5c5a622ec437e6311e67bae1417a6e97a5d9f4bf2438c62b9f78c6ed81ff55dc226fca13adde644436093b9ee0f70f735a0e90aff6229beb9a8e9d2983b445ee
Description: debug symbols for libpcre2-32-0
Auto-Built-Package: debug-symbols
Build-Ids: 5d806a5dbc55566faa6474cf4f16a03369418a18
Multi-Arch: same

Package: libpcre2-8-0
Priority: optional
Section: libs
Installed-Size: 689
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: amd64
Source: pcre2
Version: 10.42-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/p/pcre2/libpcre2-8-0_10.42-1+apertis0bv2024dev3b1_amd64.deb
Size: 263404
MD5sum: 92a5fa0473f41530b40938f868467e58
SHA1: d949a3e6cc9eeec516fae0ce128927480ba213ee
SHA256: a34543436d2bbf2dfe9647d690112d3a98ffe9ed96b5056380d1d3b2ee51f47a
SHA512: 5580068867d481f974efbd1c94d5ca0059a7252287709bc1ea7b7e5767e91dac4c66ee220fd503921071adfb9f13a1e4a928c0e8c60a1e5fd679b404de387862
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: 629
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: amd64
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_amd64.deb
Size: 614624
MD5sum: fd689c187b3b4527da108c61039f56b5
SHA1: 102cca0d7dbbcca99979ef9e7c87720577cdc585
SHA256: eee4c59eee0ed0f2ae02d99af6ba920af2948b5eb8f0cc383c1870c16fd0772d
SHA512: d73f198f5eaae8d1bd5b73244d6df8b93daa00be441a9bee7ee4cef4781e2925f8b231dac47fc5354fe2d51703ba288c6bdfe0d444a1006b079eaf4b1c4b2a34
Description: debug symbols for libpcre2-8-0
Auto-Built-Package: debug-symbols
Build-Ids: b06b30203a824808d36f0e3f3d9250b4b7c21973
Multi-Arch: same

Package: libpcre2-dev
Priority: optional
Section: libdevel
Installed-Size: 2590
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: amd64
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_amd64.deb
Size: 755912
MD5sum: 83a62c0cd5658ef4d239583edb03f252
SHA1: 2645d35427db6fd894a0428f343e6e415fd38b50
SHA256: 6e92cad74744ec0975d55abbff3a3bd2834a6601b462868b725ff64511129921
SHA512: adf7b1c533f1a29b84085c387af81598603abf8b08bb1662502f859dfce4bf176a192a9f2c4bb396da464a2de9d737f7efd07a708dce1401f659b51ce7fe4cc1
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: 85
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: amd64
Source: pcre2
Version: 10.42-1+apertis0bv2024dev3b1
Replaces: libpcre2-posix0
Depends: libc6 (>= 2.4), libpcre2-8-0 (>= 10.22)
Conflicts: libpcre2-posix0
Filename: pool/target/p/pcre2/libpcre2-posix3_10.42-1+apertis0bv2024dev3b1_amd64.deb
Size: 57868
MD5sum: 402631e12bee86bcc5f129d1cf6ffa88
SHA1: 2c36db7c3272187f18010b822a65140ef9cdba22
SHA256: a4b7c18415641bdfbdd359062591d71bf0b9bcd5e69b4d858be8f005f1cb017c
SHA512: 0c117d19871ab13079ec2331726b681efdaed7e899bd22d8bf7dffa72eab17b604d4cee1b04de993be919ac1e175691106e29a427de79ab2e7ceb3a5cea396fd
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: 19
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: amd64
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_amd64.deb
Size: 6340
MD5sum: 339e72e680900c21480634b919c60e4d
SHA1: 573758521ea36322ae65efa60fa491dc9b27ecca
SHA256: 0020cae77f4bf93719b8a016d269dde4609a0ba39167c2eb8a1483ba8c4e793e
SHA512: 7c68290bec9ce84f11e9e396b519f6f4e02b77f4b9152d4119ffeef46b9cae0ac07cfd8118c67074eecc823da0f09244ea8e32f0d5474f33ea6ad3c5b42079fb
Description: debug symbols for libpcre2-posix3
Auto-Built-Package: debug-symbols
Build-Ids: ebb377845c8f684bf34dda5e9f1bac2c995081b9
Multi-Arch: same

Package: libpcre3
Priority: optional
Section: libs
Installed-Size: 680
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: amd64
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_amd64.deb
Size: 341152
MD5sum: b84e5076306a4635da80984f11550a27
SHA1: cb6f199eb07e95573f84be9dcbc05c40f229b68f
SHA256: 92239ceba8d524e180ff42fa39b1df854920d3e4980f660bdb682154292d5e7a
SHA512: 2b597ef948cebdaae45bbcf32f4aef8f103bf4dc788581a1a890d8445490516caac7b5f7b5c40c698fcb93d96cfc3465325d31e6d021073f32800d88401f7b1f
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: 1597
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: amd64
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_amd64.deb
Size: 1545160
MD5sum: 2593cdc9e274fdd94feafe7682e79612
SHA1: 9f5ab22c3d9cbc77cad4b640cbaeb34254c50c18
SHA256: 8c4691ace79f037a5eb4e0b0bcc817b50f3e8197fe73c1634903535edaba421b
SHA512: 032449472beb18dd65efd1018390ab0082e4d5b0c6739157beeae7abfd63331c471dad24f501007871e92b9daa34b729df7cba10e43bc429063efea993f8e44b
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: 21c1f72995fc7f81d4f4dd79a05c80994c794be1 2eaee42cbcc890ed0546ad3d5abbce5751ff9960 414d1ca6caaed925ab2405a3afb957eccb2ee43e 4e276be03207f636940ca1ca0066938c0ad78f2b ac75b90a271e963e7146d5b63533cf59b83113d0 fabe5039beafb04b0d3cc3d6504a2cacebe6ef9d
Multi-Arch: same

Package: libpcre3-dev
Priority: optional
Section: libdevel
Installed-Size: 2211
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: amd64
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_amd64.deb
Size: 653680
MD5sum: 6f9d811bd3bd8c347a126c2d191117b7
SHA1: 190d5bad0ea68b050b7a3092c7158ebd6b2e0d58
SHA256: a46ace62c3d4a2d6a9b1152e9d1d6addfcdb9b695f70af58e137d2a849f6b49c
SHA512: 9df4df59b0bd7f8b14b56ea9f5e711a730c77712ff047c6cf521eb9c7ec975763a04c83f415f60714712fc87d59190e1baf536df4c3e8ef758c818bc1933fca8
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: 533
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: amd64
Source: pcre3
Version: 2:8.39-15+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34)
Filename: pool/target/p/pcre3/libpcre32-3_8.39-15+apertis0bv2024dev2b1_amd64.deb
Size: 248412
MD5sum: 84ae5a781d0e80e21327227a29145496
SHA1: 2b9ecdfde713bf27cc9c1cca1b150e4362f88afe
SHA256: 39b27e7e89510b1c5fb6019ac1a4331944b116a792c574257c8effe3f9b69039
SHA512: c0ad8a5aa98a568092d733f5e6fa51d11efea4eb6a786c8021ba33d84e7fece923ec7de45224ab71c88c13427c41d60446ff64f63fe9782da9c74e82d613c944
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: 184
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: amd64
Source: pcre3
Version: 2:8.39-15+apertis0bv2024dev2b1
Replaces: libpcre3 (<< 6.4-1.1), libpcrecpp0
Depends: libc6 (>= 2.14), 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_amd64.deb
Size: 143268
MD5sum: 7a09cfda01696fe6a8a7ded3cd7a63f2
SHA1: 9a95d9f46a3b13189e53424d4ebc8b14a029e724
SHA256: b305e9b873bfc4b269aa593404c7dfb7b3d519c2321ec9d02891c57a53ab45f6
SHA512: 15e097f00e6f58b1ddfd10799da17763d52a3fc7100f6eafd2176f9c7b9790a749c894a473d7fb70b8ffdf73972f4ca26329e87cccd7c17d881c8720df90125a
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: 207
Maintainer: Ludovic Rousseau <rousseau@debian.org>
Architecture: amd64
Source: pcsc-lite
Version: 1.9.9-2+apertis0bv2024dev3b2
Depends: libpcsclite1 (= 1.9.9-2+apertis0bv2024dev3b2), libc6 (>= 2.34)
Recommends: python3
Filename: pool/target/p/pcsc-lite/libpcsclite-dev_1.9.9-2+apertis0bv2024dev3b2_amd64.deb
Size: 69488
MD5sum: db92be3a405bffe5b171a099988c99f6
SHA1: c91bf56a8796314d24d3770e8b1e43821e48416e
SHA256: ae2dbd43b241f9071f3d9438faaf7e39171354dbbbca36c4e0ffbfc8d8a5ef24
SHA512: dd5e75e2e68a6e979b4c11f129309faa59203a7c9ae661ad86fac827c9c7b2a7e21e263f149bf708dfcdc5f03d245f4bf7dbf4d05af8092d5d098e8737aa3a65
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: 35
Maintainer: Ludovic Rousseau <rousseau@debian.org>
Architecture: amd64
Source: pcsc-lite
Version: 1.9.9-2+apertis0bv2024dev3b2
Depends: libpcsclite-dev (= 1.9.9-2+apertis0bv2024dev3b2)
Filename: pool/target/p/pcsc-lite/libpcsclite-dev-dbgsym_1.9.9-2+apertis0bv2024dev3b2_amd64.deb
Size: 20964
MD5sum: c9f866d04759f816c2425868aecf8035
SHA1: 8b6144b831c23a2c190dec0d11b3dd65b7e786a3
SHA256: 9fda9d674fb088dd228f96a8d5b7ebef5e8c7df1f824a686f566f7d4f59e6cbf
SHA512: d0e988b6e9f0af218bf62b36b0aea91c94b01c2ff8f61bd9e67194b993bdaea4cede1e18399b742d79cec36a0347be984dd6519c395310cd3e9b4dc9ff637a39
Description: debug symbols for libpcsclite-dev
Auto-Built-Package: debug-symbols
Build-Ids: 53cfbcbf95fc441debd00d8160c66b4b79430b7a
Multi-Arch: same

Package: libpcsclite1
Priority: optional
Section: libs
Installed-Size: 94
Maintainer: Ludovic Rousseau <rousseau@debian.org>
Architecture: amd64
Source: pcsc-lite
Version: 1.9.9-2+apertis0bv2024dev3b2
Depends: libc6 (>= 2.33)
Suggests: pcscd (= 1.9.9-2+apertis0bv2024dev3b2)
Breaks: libpcsclite-dev (<< 1.9.9-2+apertis0bv2024dev3b2), pcscd (<< 1.9.9-2+apertis0bv2024dev3b2)
Filename: pool/target/p/pcsc-lite/libpcsclite1_1.9.9-2+apertis0bv2024dev3b2_amd64.deb
Size: 52328
MD5sum: 24c80b73cbce62f3a8a0be1560515ce0
SHA1: ced3e87907c4084220b4abfdd0fc16caf93823eb
SHA256: 498a190fc5260dba6e5273b1cd66f3e0f953cf2fb97bbcdcd17836826d054618
SHA512: 8fdbaabcb73a6dc198dfb3327a92e0193d9063a626a075c9bd43e2c77c4793ce0c2c08b9a3f0109c6ee22a14ea028a249b327e6da3806c2f3d64bb9644d4e35c
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: 67
Maintainer: Ludovic Rousseau <rousseau@debian.org>
Architecture: amd64
Source: pcsc-lite
Version: 1.9.9-2+apertis0bv2024dev3b2
Depends: libpcsclite1 (= 1.9.9-2+apertis0bv2024dev3b2)
Filename: pool/target/p/pcsc-lite/libpcsclite1-dbgsym_1.9.9-2+apertis0bv2024dev3b2_amd64.deb
Size: 50716
MD5sum: bd3d97424b52d62d5a5457dc2781c27d
SHA1: 7cb8d87ef39d8097ca888ce743ae3d44a9c4935d
SHA256: 756da4557c50e662318ceb7a8011d19dc512e633ae53fae66d8707aa1b08eb0c
SHA512: 548e7b295eef8feb75704457db3ed1a57fbf99b7a08e9eb43e5bf88106e39b4ac089137a77dbe441099913f9dc5d917f1299a8e5f0a8bd7a76f3a46b35bd55e7
Description: debug symbols for libpcsclite1
Auto-Built-Package: debug-symbols
Build-Ids: cb5d5326e77ef47dd16b9e752c291ab99a5b615c
Multi-Arch: same

Package: libperl-dev
Priority: optional
Section: libdevel
Installed-Size: 5119
Maintainer: Niko Tyni <ntyni@debian.org>
Architecture: amd64
Source: perl
Version: 5.36.0-7+apertis0bv2024dev3b1
Provides: perl-xs-dev
Depends: perl:any (= 5.36.0-7+apertis0bv2024dev3b1), libperl5.36 (= 5.36.0-7+apertis0bv2024dev3b1), libc6-dev | libc-dev
Filename: pool/target/p/perl/libperl-dev_5.36.0-7+apertis0bv2024dev3b1_amd64.deb
Size: 1058724
MD5sum: 3de4943889abb0cb52698d74084d5be1
SHA1: cc4fe994ae3c622abb42526a9ff71938f0c944a6
SHA256: 157310447613e5616bdd3b48d6693a80155016bce15e8622a66b239cc107eac9
SHA512: ffddf45b4d22eb5a4f5e33181c1057931b481ef01070c94f2e998235fe86839a6fec13957fff598305c4106f289748d437ae21244fd2edd1fcd2c62d3d80e802
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: 28888
Maintainer: Niko Tyni <ntyni@debian.org>
Architecture: amd64
Source: perl
Version: 5.36.0-7+apertis0bv2024dev3b1
Replaces: libarchive-tar-perl (<= 1.38-2), libcompress-raw-bzip2-perl (<< 2.103), libcompress-raw-zlib-perl (<< 2.105), libcompress-zlib-perl (<< 2.106), libdigest-md5-perl (<< 2.58), libdigest-sha-perl (<< 6.02), libencode-perl (<< 3.17), libio-compress-base-perl (<< 2.106), libio-compress-bzip2-perl (<< 2.106), libio-compress-perl (<< 2.106), libio-compress-zlib-perl (<< 2.106), libmime-base64-perl (<< 3.16), libmodule-corelist-perl (<< 2.14-2), libstorable-perl (<< 3.26), libsys-syslog-perl (<< 0.36), libthreads-perl (<< 2.27), libthreads-shared-perl (<< 1.64), libtime-hires-perl (<< 1.9770), libtime-piece-perl (<< 1.3401), perl (<< 5.22.0~), perl-base (<< 5.22.0~)
Depends: libbz2-1.0, libc6 (>= 2.35), libcrypt1 (>= 1:4.1.0), libdb5.3, libgdbm-compat4 (>= 1.18-3), libgdbm6 (>= 1.21), zlib1g (>= 1:1.2.2.3), perl-modules-5.36 (>= 5.36.0-7+apertis0bv2024dev3b1)
Suggests: sensible-utils
Breaks: libcompress-raw-bzip2-perl (<< 2.103), libcompress-raw-zlib-perl (<< 2.105), libcompress-zlib-perl (<< 2.106), libdigest-md5-perl (<< 2.58), libdigest-sha-perl (<< 6.02), libencode-perl (<< 3.17), libfilter-perl (<< 1.60), libio-compress-base-perl (<< 2.106), libio-compress-bzip2-perl (<< 2.106), libio-compress-perl (<< 2.106), libio-compress-zlib-perl (<< 2.106), libmime-base64-perl (<< 3.16), libstorable-perl (<< 3.26), libsys-syslog-perl (<< 0.36), libthreads-perl (<< 2.27), libthreads-shared-perl (<< 1.64), libtime-hires-perl (<< 1.9770), libtime-piece-perl (<< 1.3401)
Filename: pool/target/p/perl/libperl5.36_5.36.0-7+apertis0bv2024dev3b1_amd64.deb
Size: 4212600
MD5sum: d63bbc3f3728241d47ae2c86f6fff67b
SHA1: 282f0427df684f9e6f108ade0e9be1982fb9e861
SHA256: 2255ab58e1250724c99ad6cf6f242449f8b3ced7e7040997eaa76794a244d8a8
SHA512: df77b8545dc5cd9b31ff95fa24570282431fdde5fa25d439196bc1574aaed8dfa4d5b33f6b42a554cf20da77eb2257d446bdbc70ba0343e55e8929ee7a7c34b9
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: 18681
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libphonenumber
Version: 8.12.57+ds-3+apertis1bv2024dev2b1
Depends: libphonenumber8 (= 8.12.57+ds-3+apertis1bv2024dev2b1), libgeocoding8 (= 8.12.57+ds-3+apertis1bv2024dev2b1), protobuf-api-32-0, libboost-thread-dev, libabsl-dev
Filename: pool/target/libp/libphonenumber/libphonenumber-dev_8.12.57+ds-3+apertis1bv2024dev2b1_amd64.deb
Size: 1281512
MD5sum: 5bfde14c22cacd04df7b8d2320efb3e6
SHA1: 6aaf32812b6e72d426504412be31d36a9396950f
SHA256: a6dcde3369759c849fe2d1a73e61d51d7d0dd87a538c31afde45459f9d4490bd
SHA512: cbafde3d3a90ffc5ac8f41cb091379f87914370809be30ddab79ee09f0483342be4d07dddaa88f528f39879a8572213931010902dcdcc960cc04221483f14a25
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: 750
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libphonenumber
Version: 8.12.57+ds-3+apertis1bv2024dev2b1
Provides: libphonenumber8-protobuf32
Depends: libabsl20220623 (>= 0~20220623.0-1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libicu72 (>= 72.1~rc-1~), libprotobuf32 (>= 3.21.12), libstdc++6 (>= 11)
Filename: pool/target/libp/libphonenumber/libphonenumber8_8.12.57+ds-3+apertis1bv2024dev2b1_amd64.deb
Size: 206372
MD5sum: d04dbffc930efbf8c04ea6ecaee77943
SHA1: 1bfa6ac706f6a24ef3c5cbf78b0cf9e4535bd873
SHA256: 5f3f00181b31176a669dea27674c227614a6ddf326cf48dcfc06caa28c10171e
SHA512: 1ed397c641301484e81b04685ef917c7df0fbf02955e062038499b8bdeb8322d0220762ff3703084c3664b1734fcc0c93a183f053985bd2f275757d1cb25f2d2
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: 2143
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libphonenumber
Version: 8.12.57+ds-3+apertis1bv2024dev2b1
Depends: libphonenumber8 (= 8.12.57+ds-3+apertis1bv2024dev2b1)
Filename: pool/target/libp/libphonenumber/libphonenumber8-dbgsym_8.12.57+ds-3+apertis1bv2024dev2b1_amd64.deb
Size: 2061400
MD5sum: 6193f1b835ba46e524a97ba6bb5b30ec
SHA1: 0f64140a67049738ce4d8cc4d0391f2c922df5ac
SHA256: 40ea6789a157ae73adce34f9e67ccb0ab624d7dbcf840c5ac9548603484c3e9b
SHA512: 76eae72d9ffc8e629b8d334df2f08cf6ff1da32cf78bf7f7a9719e43063a3cd33923a263707eed50c278d492ce40340e4b315678d604f94b68eca135f68aa2e2
Description: debug symbols for libphonenumber8
Auto-Built-Package: debug-symbols
Build-Ids: 0f6f8ee3ed09f5c10465e8f11ddeb5ae2cdd1452
Multi-Arch: same

Package: libphonenumber8-java
Priority: optional
Section: java
Installed-Size: 17
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Architecture: all
Source: libphonenumber
Version: 8.12.57+ds-3+apertis1bv2024dev2b1
Replaces: libphonenumber7-java
Conflicts: libphonenumber7-java
Filename: pool/target/libp/libphonenumber/libphonenumber8-java_8.12.57+ds-3+apertis1bv2024dev2b1_all.deb
Size: 6204
MD5sum: 48e270b1984a94003aafdfa836298907
SHA1: 5c4e6485c2a36b39ef7693c061bb58a320ed6e06
SHA256: adb71877daf3f42f8facbd392a013291506eb2eff42124a042d57b6f9a995b6b
SHA512: 511dc2e610a8c60a5d469e719ab8b935569d611b5b840d14f982b73a17afd1d037d0a63c5ee0cfb084357d79a74c7eaf776e3947379652d041ace615e280fa54
Description: parsing/formatting/validating phone numbers - java
 Google's common C++ and Java library for parsing, formatting, storing and
 validating international phone numbers.
 .
 This package contains the runtime library JARs for Java users.
Homepage: https://github.com/googlei18n/libphonenumber/

Package: libpipewire-0.3-0
Priority: optional
Section: libs
Installed-Size: 1027
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: libspa-0.2-modules (= 0.3.65-3+apertis2bv2024dev3b1), libc6 (>= 2.34)
Recommends: libpipewire-0.3-common
Suggests: pipewire (= 0.3.65-3+apertis2bv2024dev3b1)
Filename: pool/target/p/pipewire/libpipewire-0.3-0_0.3.65-3+apertis2bv2024dev3b1_amd64.deb
Size: 248876
MD5sum: 89bc9f9553fe6674f57fce57a3724180
SHA1: 21857ce087b0431137fb17c4409be833706920ba
SHA256: 80d75450524a5003c327cce870dabaf69e57fbca737c9aa8a5a10c2278dcb626
SHA512: e5c7818a0de0214cfda4bf17d3e3e5347aeed970ad90772cb1646acccc4b30e17e657fdba27905c4e979912a0622a1563eed218d900db3606bd9787f6c8291c2
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: 956
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: libpipewire-0.3-0 (= 0.3.65-3+apertis2bv2024dev3b1)
Filename: pool/target/p/pipewire/libpipewire-0.3-0-dbgsym_0.3.65-3+apertis2bv2024dev3b1_amd64.deb
Size: 912704
MD5sum: d086fd6ff833ce36bb297a1d78608922
SHA1: 9fcd075fa53586042c1b9e442f7a0dfab69ba175
SHA256: 71ea891261e484298e67cf6c9f3594f670c4780754027c8e8058b86ad131c22a
SHA512: 69d3eabf27b766b0201bbee65cc3bb0a3a014a3a18fc7d7611f675b92c5e609ad4ef5277f8b19488635bc19e0cc49ac68987736ca2af81df7c601a551e814652
Description: debug symbols for libpipewire-0.3-0
Auto-Built-Package: debug-symbols
Build-Ids: e8bead0a523088fa9802fd49c0ff1c2d687fcca2
Multi-Arch: same

Package: libpipewire-0.3-common
Priority: optional
Section: libs
Installed-Size: 598
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: all
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Filename: pool/target/p/pipewire/libpipewire-0.3-common_0.3.65-3+apertis2bv2024dev3b1_all.deb
Size: 77020
MD5sum: db153ac257183da6de1f40bb1f36f31d
SHA1: 72c9ef2287b7187577ed6fddce4dae026d87611c
SHA256: a7935f15b805a5358c7eba69b1743dca17c74e863b25e9c985c1431d6e53aa90
SHA512: d816680afb4bd420c046ac6816f0d463f023d32c3473371984245baa50e327a5ce0f57e711e72de71bbb4f1e81247b5076eae035b0f108e968ff3aabd9b863d1
Description: libraries for the PipeWire multimedia server - common files
 PipeWire is a server and user space API to deal with multimedia
 pipelines. This includes:
 .
  - Making available sources of video (such as from a capture devices or
    application provided streams) and multiplexing this with clients.
  - Accessing sources of video for consumption.
  - Generating graphs for audio and video processing.
 .
 This package is needed for the runtime libraries to display messages in
 languages other than English.
Homepage: https://pipewire.org/
Multi-Arch: foreign

Package: libpipewire-0.3-dev
Priority: optional
Section: libdevel
Installed-Size: 381
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: libpipewire-0.3-0 (= 0.3.65-3+apertis2bv2024dev3b1), libspa-0.2-dev (= 0.3.65-3+apertis2bv2024dev3b1)
Suggests: pipewire-doc
Filename: pool/target/p/pipewire/libpipewire-0.3-dev_0.3.65-3+apertis2bv2024dev3b1_amd64.deb
Size: 67140
MD5sum: abde14d592ef1e5ff8d7a52581fcd269
SHA1: 446979f49e46e3171cd575688a09683184dedd70
SHA256: 2998ffe04a947becee8f4dba80f6654fff2505b3e382be0801418f1f21676a47
SHA512: 8ad66ce101999e0118bb88c8f4718245179289b4d0d1bc6fefb787f814307ec86221a0372fdd5628518f9dd3d6bfcbf34a95f005eecc307bb8800012f0204ea0
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: 3082
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Replaces: pipewire (<< 0.3.5)
Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.31.8), libpipewire-0.3-0 (= 0.3.65-3+apertis2bv2024dev3b1), libpulse0 (>= 0.99.1), libsndfile1 (>= 1.0.20), libssl3 (>= 3.0.0), libsystemd0
Breaks: pipewire (<< 0.3.5)
Filename: pool/target/p/pipewire/libpipewire-0.3-modules_0.3.65-3+apertis2bv2024dev3b1_amd64.deb
Size: 580312
MD5sum: 2da2bd8c519ce89191c5327ab6f85617
SHA1: f736e27eab870f2eea489a49758b5bbf1e6719a1
SHA256: 1d68cc825e371bfc5befe6c8d61c15f04f2484dbdb29b47d82b34d9444e6190e
SHA512: 6cbec6eab8ef33be74c57f46794e719b506f25cdd6b8ea685a521e4a72fc754d97970857789ccb99f3b9befbd32dbc56310d721b2f266f96f90a2f171cecdcdd
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: 3519
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: libpipewire-0.3-modules (= 0.3.65-3+apertis2bv2024dev3b1)
Filename: pool/target/p/pipewire/libpipewire-0.3-modules-dbgsym_0.3.65-3+apertis2bv2024dev3b1_amd64.deb
Size: 3199088
MD5sum: 279b1971d937166a333317ac8a085fe5
SHA1: ec2a17e6da5060e480e461062992cb5379054525
SHA256: 302eaa60e46103cc74ebef223c8a0351b6655e7b0904a3a5d97218d2e7e9c80a
SHA512: 3623da67c32bb0d774cdefe90165da43f6207da4cff4fbcdbe96dbd4012b413b3f57ac895c1006fd4ea4c38bf813152f9fbdfaea033d7fdd43fa5590b718cd95
Description: debug symbols for libpipewire-0.3-modules
Auto-Built-Package: debug-symbols
Build-Ids: 092b61d5f4092e84bc4b3e37dd396d3d4f16b8f8 1117e71331acd71043740d090e3b7361682006b4 2223a981ca17bc8d217b71dcf65edacef649f9bf 2e6c4aed6aa032aa3b4165416ff233f486673d19 3340bb1f3ef94247214aceef695f29a6c2d83ec0 37d6c44869a1e3386432e91ed29912df60a85778 46293cb18e92b422d15910b7e3c2212733e7d84b 47bdbe8894403150393345d17b53ac7f180a7483 480df8deba38ed0427499fabbb0c6d6c8e01e540 48dcef4e7a573d884784c3750b9a6d48f4239201 51cc87ed66279a2309dbef8ab0d2079885a36835 5574206b2604254345fe8e2ccf6471b37499474b 65aeee2ca1365b462bdddbe25957030d4ade70ce 6f514de445efe266bb31b48824726d05bbe65ce8 739cf4943c9c72af0cda901efaacca336ee16d5c 75140882391887e1e660afde96d67547b5032b55 7e4e33f3170c7c8379195f1b1102aa6e8544d979 82e41e3819602ac8040b5b43494316f5c378e8db 8bf8236b89d3fcfe6c7a9333130f3a080448abfd 8fbaf4ea835611d3a7d0753d2b47202f35b26185 95776333eaeaa26fbf7cf0b4ed3e19e600193010 ae08fa64fe1f6a83ae107c060ce1eba89271abc2 b790f456a001ef887532d8f6fbcc60c6e93ba0b8 b933f066ba23dfb57fd62609c640350fe74c388a c831a9d3a147052d1fd8733b287f24f241268b3e dd1c7efc7997b2a3009aa8c1132121d40c33659e e47e6369e32ab63d5ded8d5f84134568bd514f90 e6512f4d0c0551168064a6a4365543338fd17ab6 ef387e7c0fe10b31b9b9a55a7ba5e80c5689a7bc f241aa50131f0d6497785acc25232b76f3799713 ff9999e9b8ba99c42092d987fe26caf9dbd50de6
Multi-Arch: same

Package: libpipewire-0.3-modules-x11
Priority: optional
Section: libs
Installed-Size: 54
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Replaces: libpipewire-0.3-modules (<< 0.3.63-3~)
Depends: libc6 (>= 2.4), libcanberra0 (>= 0.2), libpipewire-0.3-0 (= 0.3.65-3+apertis2bv2024dev3b1), libx11-6 (>= 2:1.7.0)
Breaks: libpipewire-0.3-modules (<< 0.3.63-3~)
Filename: pool/target/p/pipewire/libpipewire-0.3-modules-x11_0.3.65-3+apertis2bv2024dev3b1_amd64.deb
Size: 25308
MD5sum: eef66dffa070ca845dd62ce69f6c88b6
SHA1: 2f12c69b4cf159f2fd57a2218169800779854dda
SHA256: 4a6fe0b0d50b8b37fbde232526e55760647627351d8379ff0a1af646799355da
SHA512: 9fb43fe517f9d2cdf7c3caec005fd61ccfb97b7c24d455e34cc496af7c3a29ded07d9197bd77dd6f0abc61947eecb73ea0584f6038a29ba0b0a30ea7a855fdfe
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: 33
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: libpipewire-0.3-modules-x11 (= 0.3.65-3+apertis2bv2024dev3b1)
Filename: pool/target/p/pipewire/libpipewire-0.3-modules-x11-dbgsym_0.3.65-3+apertis2bv2024dev3b1_amd64.deb
Size: 18728
MD5sum: 8cfd738b783c1dbd00923e7b04fa424f
SHA1: 3df62bd8e219ca7efbd7ccafd0bf8ac28ce7e842
SHA256: d64ce599443035f9d7aa5c008030526b228082b14981859e6913596557fdf12e
SHA512: 0174c8278b6b8960f464956f5a789d39d711714eb02aacdea99e4fa17b6de281e135bd4857367248c9b9b35f6f39bd78c47df577fc082ee425a9e0e4f8ec2a17
Description: debug symbols for libpipewire-0.3-modules-x11
Auto-Built-Package: debug-symbols
Build-Ids: 673afe2bf6bd036226bb1819aa711f1d76f545d7
Multi-Arch: same

Package: libpixman-1-0
Priority: optional
Section: libs
Installed-Size: 1007
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 548092
MD5sum: 8b9a57fe0bb1c3d92fe68bf1b61b3f21
SHA1: 0398c94fcc5fbf68ff217809750a1652505f4346
SHA256: 1809bd97a53964ebe89f3aa4515e1a7af0b804bcb782b41eb8932ec8f8990e9a
SHA512: f261cc33b527762fa51bc5da672529265e5d485806f95bc41ef80834e0a40df696d45b40407070a9a96ad6815d2809b1960f44ed162624c54e1a2b8a13ef8ab8
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: 1813
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 1789804
MD5sum: 7c2f5b6003509ed416aecadcbf312101
SHA1: be3ababaf730bcf93d4b34ab7d10fc721c03c143
SHA256: 7c3a00da2003e896bb9e2b261b4b67d4993fdb99c76f0a1b00451a4e3e1534dd
SHA512: 3d103990c7fccef4133ffd5f2bd3d3ed733060b3e619682ec03c3824493876b03541d02cb903c74eda0dbbd842a8abe107e135c17d4077823f15a5878e5f7492
Description: debug symbols for libpixman-1-0
Auto-Built-Package: debug-symbols
Build-Ids: 10bae0e33e11ba0ce0dc74b2ed3f92c567bf215b
Multi-Arch: same

Package: libpixman-1-dev
Priority: optional
Section: libdevel
Installed-Size: 1242
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 565900
MD5sum: 519b3be97ec4a5ec2e0ef74bb72cfdb0
SHA1: c2edab2b8b7e3db802efdfc8c2dc745dd10574a3
SHA256: df3378d74108fed2389ab48bf69657d44c8742d1054afd01aa5b44a9ed62294d
SHA512: d57610bca1c82bdef3707a8812ef86bf190d297767cbfa938d1a66d76e7bd646396bcf032acd806a92b7c3d0aa4e7655af95594e148ff7479ba65ca0e596b6d6
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: 746
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: amd64
Source: plymouth
Version: 22.02.122-3+apertis1bv2024dev3b1
Replaces: plymouth-dev (<< 0.9.2-1~)
Depends: libplymouth5 (= 22.02.122-3+apertis1bv2024dev3b1)
Breaks: plymouth-dev (<< 0.9.2-1~)
Filename: pool/target/p/plymouth/libplymouth-dev_22.02.122-3+apertis1bv2024dev3b1_amd64.deb
Size: 118516
MD5sum: 1ce8ffb2de05e20fee22e14609e994c7
SHA1: fbb638a07d7fff8fda7e2e44bcd4ad09ccdac6fe
SHA256: c6e01e0bfe855c17c107724b68054eddf70b94ed5308c0cb4ef72bc9cedfbdfb
SHA512: 510e5550d0849e6776dd93a120cc3bd1db0a613da21afa919d6a42f7a3bbbb7da256bd03086f283a1fab9bd341bbe5abcf22f72799b303be1a832a016da6a5d8
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: 383
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: amd64
Source: plymouth
Version: 22.02.122-3+apertis1bv2024dev3b1
Replaces: plymouth (<< 0.9.2-1~)
Depends: libc6 (>= 2.34), libpng16-16 (>= 1.6.2-1), libudev1 (>= 183)
Breaks: plymouth (<< 0.9.2-1~)
Filename: pool/target/p/plymouth/libplymouth5_22.02.122-3+apertis1bv2024dev3b1_amd64.deb
Size: 101276
MD5sum: d80fe2ec73690a29961b54edf29f4111
SHA1: c326cdc4b50976389069f352b55e9dded8ea1c4f
SHA256: 25887c32727799e69b263bf0d2ae2b2f3e9877894f94f73daf7d9b24eb78f20d
SHA512: 541681e3f510768d0a24f1700bf032d21e45393b072a2047e11a73fa2100914178b8799d0e80f5569594982a6f23ce9e08d89e3ba30afc6a4bb0bdaae521762b
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: 360
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: amd64
Source: plymouth
Version: 22.02.122-3+apertis1bv2024dev3b1
Depends: libplymouth5 (= 22.02.122-3+apertis1bv2024dev3b1)
Filename: pool/target/p/plymouth/libplymouth5-dbgsym_22.02.122-3+apertis1bv2024dev3b1_amd64.deb
Size: 288748
MD5sum: 743df1dc9c7bdfd9f72b0f12e61dc685
SHA1: 31d3b39fc8fcc3b9187ae69e7717e89ebcc80f3d
SHA256: 8a075187802ea5367c15779c27826aa4adb419f3c86e4de4980505a6561ca359
SHA512: 0a9a896eccf03ab83196b850a46235d1ff435943f575a8118cbed13d1e73121f6f24b190a0a9574af276d00fc47f34d7399dbef580706b4bb549c91fcc893b3f
Description: debug symbols for libplymouth5
Auto-Built-Package: debug-symbols
Build-Ids: 1899bd501f3c030bb2cfdd5ebca5134a12737fb7 36657bccd620768c42c5166405b0fba791823745 cee3c482f0a4e94746879a15938a3d25e8e92c96 e61880683c319b707b7b9d59960e069ef7647db4
Multi-Arch: same

Package: libpng-dev
Priority: optional
Section: libdevel
Installed-Size: 853
Maintainer: Maintainers of libpng1.6 packages <libpng1.6@packages.debian.org>
Architecture: amd64
Source: libpng1.6
Version: 1.6.39-2+apertis0bv2024dev3b1
Replaces: libpng16-dev (<< 1.6.20-3), libpng16-devtools (<< 1.6.21-1)
Depends: libpng16-16 (= 1.6.39-2+apertis0bv2024dev3b1), zlib1g-dev
Recommends: libpng-tools
Conflicts: libpng12-0-dev, libpng12-dev, libpng2-dev, libpng3-dev
Breaks: libpng16-dev (<< 1.6.20-3), libpng16-devtools (<< 1.6.21-1)
Filename: pool/target/libp/libpng1.6/libpng-dev_1.6.39-2+apertis0bv2024dev3b1_amd64.deb
Size: 362044
MD5sum: 46a62280d61df6b802cc86adc1349d1a
SHA1: 6055047e6c9b3521e63ab70c859c08b4dbec2000
SHA256: 034b55da110dd7bf9ebc7484e051eee8217d1370028ace1967e7a3b10faae074
SHA512: 4aba1ae142ea40f19445d75e1f9e58d621a4ecb0cfc5f27d618c1654dca787165b4b3ef9e4ebf19dea120db93550d5d2b066524e8d48849ca0af059b83206d78
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: 196
Maintainer: Maintainers of libpng1.6 packages <libpng1.6@packages.debian.org>
Architecture: amd64
Source: libpng1.6
Version: 1.6.39-2+apertis0bv2024dev3b1
Replaces: libpng16-tools (<< 1.6.21-1)
Depends: libc6 (>= 2.34), libpng16-16 (= 1.6.39-2+apertis0bv2024dev3b1), zlib1g (>= 1:1.2.3.4)
Breaks: libpng16-tools (<< 1.6.21-1)
Filename: pool/target/libp/libpng1.6/libpng-tools_1.6.39-2+apertis0bv2024dev3b1_amd64.deb
Size: 129956
MD5sum: dafb0200b84976a0681ffcd486e139b6
SHA1: 0d90a79c09a43d1bfdccff06b769b9112a58583c
SHA256: a6226b8511262d17f3b5a00de7369c7fb7ae8ca98d8acf4d24953cca8418c213
SHA512: aac769660529f819473417afc3154a15d05bcdea044882052094acb51c949c38709afc3c6c74fc5acf7da5efc2c932f74148f6dcf293cb06beb728c914509a6e
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: 74
Maintainer: Maintainers of libpng1.6 packages <libpng1.6@packages.debian.org>
Architecture: amd64
Source: libpng1.6
Version: 1.6.39-2+apertis0bv2024dev3b1
Depends: libpng-tools (= 1.6.39-2+apertis0bv2024dev3b1)
Filename: pool/target/libp/libpng1.6/libpng-tools-dbgsym_1.6.39-2+apertis0bv2024dev3b1_amd64.deb
Size: 50240
MD5sum: be4fe573caa2821ee0367fca04a5e3ef
SHA1: 3a630648036ba7ff0b9ccb8f1d721f8c1eb1fc01
SHA256: 9afccc3f687a2b5017444ca6896c56e6f5bc9ebea0a3f073c3f8aae9cb2895f0
SHA512: 8bbef270860377f53ccc5de8bd42a7122d54b9a2e647312fb07036b8a396584c35854955c2c35ebc3af83573837d0d93056c057ae625bb749f4d3e72a00b9872
Description: debug symbols for libpng-tools
Auto-Built-Package: debug-symbols
Build-Ids: 52dd02a9ea4d96a6b4ee7c6e83829d98a158738a 8a85dd8f65f0ee8449690667497146cdebe5e586

Package: libpng16-16
Priority: optional
Section: libs
Installed-Size: 421
Maintainer: Maintainers of libpng1.6 packages <libpng1.6@packages.debian.org>
Architecture: amd64
Source: libpng1.6
Version: 1.6.39-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.29), zlib1g (>= 1:1.2.11.dfsg)
Filename: pool/target/libp/libpng1.6/libpng16-16_1.6.39-2+apertis0bv2024dev3b1_amd64.deb
Size: 278512
MD5sum: a7926155984d52157e60af327309b51a
SHA1: ac5d6f15c672c1896decf6229fe5480c24f26b2a
SHA256: 038bdae3afa2093cf2dd59db5ab27f2d87939ab18da7b1545e2e37aa9fc95005
SHA512: 0faa99ee8d54880dc147aaaf7a8156884007acc0fa8525afc3d6150e7822d7d0e11d1b7ac0643412bd8af07e929f414664508d41bee234dbe3a67471e19186ce
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: 269
Maintainer: Maintainers of libpng1.6 packages <libpng1.6@packages.debian.org>
Architecture: amd64
Source: libpng1.6
Version: 1.6.39-2+apertis0bv2024dev3b1
Depends: libpng16-16 (= 1.6.39-2+apertis0bv2024dev3b1)
Filename: pool/target/libp/libpng1.6/libpng16-16-dbgsym_1.6.39-2+apertis0bv2024dev3b1_amd64.deb
Size: 245160
MD5sum: 8429c15ca1442a3457f1c3c9e5f5820f
SHA1: 45d1727fa780169c03013d50c634d1b0f99a2e87
SHA256: 0c0cb8fa59ad2fa3678609b52e952ad80dd63d38c36496884508c16addb4e2fe
SHA512: f28d97a8814112f53d20182edfb1d37585027dd83e478b508afa9c5e72bdd0b616f4f7e745ff002b63f53002fe95a6084bd4ea368de29574ad3d628356eb6bbe
Description: debug symbols for libpng16-16
Auto-Built-Package: debug-symbols
Build-Ids: 6f8d22de684b0072b42c91a91c255e4235e5e039
Multi-Arch: same

Package: libpolkit-agent-1-0
Priority: optional
Section: libs
Installed-Size: 74
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: policykit-1
Version: 122-3+apertis1bv2024dev3b1
Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3), libpolkit-gobject-1-0 (= 122-3+apertis1bv2024dev3b1)
Filename: pool/target/p/policykit-1/libpolkit-agent-1-0_122-3+apertis1bv2024dev3b1_amd64.deb
Size: 25992
MD5sum: f8b0b75175776ab34d7772b3fb6f9ee3
SHA1: a18c5f5f7205f50d7ff1c3ad8dfb16aa2b94b49e
SHA256: 8b99d2f1a0ffe6a5767f070d22931f548fec85a65a56bc87b66bf1caec7c4287
SHA512: 53b1b32f535de9a899f7e711f870e9c46e01d60fb0283924e843c3c3d12c5ea0fd700ba3e94d7ac490a86bef675ea8ca1387997b9e086ff37528340671d5b1e5
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: 64
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: policykit-1
Version: 122-3+apertis1bv2024dev3b1
Depends: libpolkit-agent-1-0 (= 122-3+apertis1bv2024dev3b1)
Filename: pool/target/p/policykit-1/libpolkit-agent-1-0-dbgsym_122-3+apertis1bv2024dev3b1_amd64.deb
Size: 43712
MD5sum: e721f342e59453c4dbfea8c23c6d1b71
SHA1: 0214218d5a50d227d6344346bf42b6f620864da7
SHA256: ef01f4983f00c01fb9c9cea3c9a0750915e65f294fea9b2f4f4e057e13ca212d
SHA512: 3b6e8c0a2ba9d110a9417221ad83b1c4db803f925d07ce3312088d7edca8d10c12b8b9472c08a6044d5732e55067edffc75ec2857b7a418a08a8c5699a17bbf5
Description: debug symbols for libpolkit-agent-1-0
Auto-Built-Package: debug-symbols
Build-Ids: 43ae90a74c4ccd94e2286e907d97a644072dc59e
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: amd64
Source: policykit-1
Version: 122-3+apertis1bv2024dev3b1
Depends: gir1.2-polkit-1.0 (= 122-3+apertis1bv2024dev3b1), libpolkit-agent-1-0 (= 122-3+apertis1bv2024dev3b1), libpolkit-gobject-1-dev
Filename: pool/target/p/policykit-1/libpolkit-agent-1-dev_122-3+apertis1bv2024dev3b1_amd64.deb
Size: 19828
MD5sum: 0651b0ca6b9eb1ffb2df3e92f52b73b9
SHA1: befe483a59318a12df89a62dd3fd5c88e02f6c18
SHA256: 5a2e4be6662685f86590eba2ed526386172e64c812e2a088492d762d77c51080
SHA512: 8777b954587216e08a4555fb1ba7cd0d97c4b99849ddd7eab2a82d489a0ffb49247f05256b247e2b101576b9fdc97f686457fdcc63118a5c888754c272775b1d
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: 153
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: policykit-1
Version: 122-3+apertis1bv2024dev3b1
Depends: libc6 (>= 2.7), libglib2.0-0 (>= 2.37.3), libsystemd0 (>= 213)
Filename: pool/target/p/policykit-1/libpolkit-gobject-1-0_122-3+apertis1bv2024dev3b1_amd64.deb
Size: 45648
MD5sum: 722870d34fcd40d67cf1d4da0f3e295f
SHA1: d79eed51eb9e797266fe0b19bf92e59383a8f640
SHA256: 4860134f0c80cf3c23cf6541c48158cf1dece0aa55975955bbb26a2ac5575620
SHA512: 853f9fcb990d035339e8fd3a57055579ae6d93612d6de8bffe2bbe3210e79630d414c9665aea2aa015397444e94952ecde9f72adc7a43fd2ceed89ac57b9acb3
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: 145
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: policykit-1
Version: 122-3+apertis1bv2024dev3b1
Depends: libpolkit-gobject-1-0 (= 122-3+apertis1bv2024dev3b1)
Filename: pool/target/p/policykit-1/libpolkit-gobject-1-0-dbgsym_122-3+apertis1bv2024dev3b1_amd64.deb
Size: 112228
MD5sum: 4ff05963ceaee563bd6038dbebb14c70
SHA1: a6a7633033b7ee80ee159a48cd60693d1ce79389
SHA256: 27672d31e606fbe11db6bad5d796056587761bba1830e4b3d643f3734aaa00cb
SHA512: 882f3378804816870cc169390d61a9773d0510c67c7e05a9589bf9f914b7c9e07edec004bd4ea8274298bc8acf6a45758e5453a9d94a008edbdbbcb4dcf9a328
Description: debug symbols for libpolkit-gobject-1-0
Auto-Built-Package: debug-symbols
Build-Ids: f88f45221dd0f996d58a36307f5db41dd50ec7e5
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: amd64
Source: policykit-1
Version: 122-3+apertis1bv2024dev3b1
Depends: gir1.2-polkit-1.0 (= 122-3+apertis1bv2024dev3b1), libglib2.0-dev, libpolkit-gobject-1-0 (= 122-3+apertis1bv2024dev3b1)
Filename: pool/target/p/policykit-1/libpolkit-gobject-1-dev_122-3+apertis1bv2024dev3b1_amd64.deb
Size: 34568
MD5sum: df9caaeb9c2cb313f4a13f34eaa93711
SHA1: 57072a5768511a5d0c41f8a0e1edabd41b593ee6
SHA256: eba38a79bfbdf23d1109884afa3ebbf6fd1414bdf257d2b9bd73febe8066039e
SHA512: 9b1fc5a69ad34966c087d216aec33e876c185b15250a1da7e77f894acaf4b777a43d5e430e983f6727817e6739975fbc7916f6d07ae718cd51c82605874b3715
Description: polkit Authorization API - development files
 polkit is a toolkit for defining and handling the policy that
 allows unprivileged processes to speak to privileged processes.
 It was previously named PolicyKit.
 .
 This package contains the development files for the library found in
 libpolkit-gobject-1-0.
Homepage: https://www.freedesktop.org/wiki/Software/polkit/

Package: libpoppler-cpp-dev
Priority: optional
Section: libdevel
Installed-Size: 70
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Depends: libpoppler-cpp0v5 (= 22.12.0-2+apertis1bv2024dev2b1), libpoppler-dev (= 22.12.0-2+apertis1bv2024dev2b1)
Filename: pool/target/p/poppler/libpoppler-cpp-dev_22.12.0-2+apertis1bv2024dev2b1_amd64.deb
Size: 14540
MD5sum: bee437c2d3acd338cb94ccd3ca30b6d0
SHA1: 46858f60eb07b6532960c478390988a2caebfcb2
SHA256: 521e39d48a0c685e94ac2e3b1b9f75f76a49e3279210f9cc7f54014fd94b861d
SHA512: 8813d4e61c8ed19fd6a0abc207d181110c4b7fee1172e203d4e0d357defbd9f5f5b4190284117f60154e078a0e0f5eb1855ea151348eeb223df8884a95da23e3
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: 133
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Replaces: libpoppler-cpp0
Depends: libpoppler126 (= 22.12.0-2+apertis1bv2024dev2b1), libc6 (>= 2.14), libstdc++6 (>= 11)
Conflicts: libpoppler-cpp0
Filename: pool/target/p/poppler/libpoppler-cpp0v5_22.12.0-2+apertis1bv2024dev2b1_amd64.deb
Size: 41904
MD5sum: 276c5c81d53101818c54fa4f7806ec43
SHA1: 088141f155747cc6a6f34828a68c6a6d768f3f46
SHA256: d8104378cddc95fbc78554c3acbfbf10ee31cec4ea6650ae7951344a5f0dfff1
SHA512: d761fc519655e524d85fcd0ff993b03a562ff45c0cbbf8c919174eecc945b526e53144daa5acf43841d32c88c8803516ec95604af5c9bf67e4dea67a6e17b3f0
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: 902
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Depends: libpoppler-cpp0v5 (= 22.12.0-2+apertis1bv2024dev2b1)
Filename: pool/target/p/poppler/libpoppler-cpp0v5-dbgsym_22.12.0-2+apertis1bv2024dev2b1_amd64.deb
Size: 884444
MD5sum: 5eece46b3e5931fd30507ffbe0f46bd9
SHA1: edf375af80fb60c3e5889d0696f59be3384b5dd9
SHA256: 3c2e15cfecb50a0c50b3978abb70377f14954c0758d9571c785cff3c94dee27c
SHA512: 58d4468ee8b4f642238e826bd27fd89e68f28ea715287f066e79fbd7e151e7619a9117ea61e4274d12ce0cc696610fdb0fefe214546782a23fa5b1df58e39e6f
Description: debug symbols for libpoppler-cpp0v5
Auto-Built-Package: debug-symbols
Build-Ids: cdca6893d466e90478ed3fb603603337606cd76a
Multi-Arch: same

Package: libpoppler-dev
Priority: optional
Section: libdevel
Installed-Size: 27
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Depends: libpoppler126 (= 22.12.0-2+apertis1bv2024dev2b1)
Filename: pool/target/p/poppler/libpoppler-dev_22.12.0-2+apertis1bv2024dev2b1_amd64.deb
Size: 7972
MD5sum: 6935742a66492a17aa7bcb71d793a4c9
SHA1: d4d4928c6d17867614995a181448d3629d12be73
SHA256: 68f208d2538ce04b714df8e4b3ff72ca55ddb4f16a616d686ccc39ff448aae0b
SHA512: 73091384198854870c41ed536b6b38235d4e9d048224513fe1fb3ed089318462742799149b2e26022dbb00658adb9cd7618d7a130e770b65fa5705fd318ea29f
Description: PDF rendering library -- development files
 Poppler is a PDF rendering library based on Xpdf PDF viewer.
 .
 This package contains the development libraries needed to build applications
 using Poppler.
Homepage: https://poppler.freedesktop.org/
Multi-Arch: same

Package: libpoppler-glib-dev
Priority: optional
Section: libdevel
Installed-Size: 812
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Depends: libpoppler-glib8 (= 22.12.0-2+apertis1bv2024dev2b1), libpoppler-dev (= 22.12.0-2+apertis1bv2024dev2b1), gir1.2-poppler-0.18 (= 22.12.0-2+apertis1bv2024dev2b1), libglib2.0-dev (>= 2.41), libcairo2-dev (>= 1.10.0)
Suggests: libpoppler-glib-doc
Filename: pool/target/p/poppler/libpoppler-glib-dev_22.12.0-2+apertis1bv2024dev2b1_amd64.deb
Size: 72072
MD5sum: e7a863b23810d300b15460c8a0768681
SHA1: 8ad9de025def8e8a5e4c1fc896b2c4d984ea288d
SHA256: e525d45332bf813a877710fe188188e2fdd45878b523b7542a6fa2bcde7faddb
SHA512: d86ba4dd3fd0603294663e3ccd73d07d8a68256054f6854f965ac1ff105ebb3f0e13d042c87ab4e9bfbaa8dbb07ab3cc002b4b9ca425353893bcc4971bab72e8
Description: PDF rendering library -- development files (GLib interface)
 Poppler is a PDF rendering library based on Xpdf PDF viewer.
 .
 This package contains the headers and development libraries needed to
 build applications using the GLib-based Poppler interface.
Homepage: https://poppler.freedesktop.org/

Package: libpoppler-glib-doc
Priority: optional
Section: doc
Installed-Size: 1624
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: all
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Recommends: libglib2.0-doc, libcairo2-doc
Filename: pool/target/p/poppler/libpoppler-glib-doc_22.12.0-2+apertis1bv2024dev2b1_all.deb
Size: 93444
MD5sum: d069f8919a778b03253380bd8e866b58
SHA1: feb22ffc1b5df8dfce45626c3dd9177007b10197
SHA256: 88fb0bb47641a0127880648accb08150b23a88a9420ffca2b38cbf79588b0bb5
SHA512: 8e716954c743ad416f128977dcac9b5c40764fe19c006ae4ba85b47a97142048cdcfc3c523de537e88c2f112ca25e47302dde802f7d41acdf1fd5bade14c8fc1
Description: PDF rendering library -- documentation for the GLib interface
 Poppler is a PDF rendering library based on Xpdf PDF viewer.
 .
 This package contains the API documentation of the GLib-based Poppler
 interface.
Homepage: https://poppler.freedesktop.org/
Multi-Arch: foreign

Package: libpoppler-glib8
Priority: optional
Section: libs
Installed-Size: 483
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Depends: libpoppler126 (= 22.12.0-2+apertis1bv2024dev2b1), libc6 (>= 2.34), libcairo2 (>= 1.12.0), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.67.1), libstdc++6 (>= 11)
Filename: pool/target/p/poppler/libpoppler-glib8_22.12.0-2+apertis1bv2024dev2b1_amd64.deb
Size: 132612
MD5sum: 36e8ad33e0b70c550cd171d1cfaf430b
SHA1: 4c58eebf198f1683f908acf339efd7ca35c8b016
SHA256: 003216330e14c820d07abfec521fcec8f33d1c41e58b05672eb8a8d46a08af1a
SHA512: e64d54fd3b826f9719a3eec0ad747938cba96f965d9e3e002712c019d10df120849b96d893dbe449a8f725d30f9ca6d0c01f2c421d2e9ad73a3f19a7cafa61d9
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: 1852
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Depends: libpoppler-glib8 (= 22.12.0-2+apertis1bv2024dev2b1)
Filename: pool/target/p/poppler/libpoppler-glib8-dbgsym_22.12.0-2+apertis1bv2024dev2b1_amd64.deb
Size: 1792756
MD5sum: c0e2f308edbf96d14dabfc2d927528a5
SHA1: 592134bc7b184d2f8ddeea50317646854f9aa800
SHA256: 5350504f9f8b44610b6d6c9521cda902a3c12d7a4ad9501bced96780526d7520
SHA512: 2b751b96c7a2aeaaaec559a54dd0084ce5d5b11e4808283a93f6f5ef1c94fbf460d722aa6b3b9462efb814ff838a8464d1cddecbe95c636673a2227af955b02c
Description: debug symbols for libpoppler-glib8
Auto-Built-Package: debug-symbols
Build-Ids: bfb6a562ba9f6459c05aa451aeffa689d0cd8de2
Multi-Arch: same

Package: libpoppler-private-dev
Priority: optional
Section: libdevel
Installed-Size: 1676
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Depends: libpoppler-dev (= 22.12.0-2+apertis1bv2024dev2b1)
Suggests: libfreetype6-dev
Filename: pool/target/p/poppler/libpoppler-private-dev_22.12.0-2+apertis1bv2024dev2b1_amd64.deb
Size: 191636
MD5sum: f05199b3c6992da51fd72789f00572cc
SHA1: 8dd952ad97b0ba944e79da8ca7896e9326acf298
SHA256: 911018bef83c8fe0eef801f8150360c8c18bd2e42be8f475fc46ab7a3d6f6f15
SHA512: 5d12ade4996e4022623d08795481938e1dab111a9d66adc4e3e5387377c9852a0bea85f5e9b823cfcea9336a38ab7402e2195da44792f6d6734319949ddb8404
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: 645
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Depends: libpoppler126 (= 22.12.0-2+apertis1bv2024dev2b1), libc6 (>= 2.32), libfreetype6 (>= 2.2.1), liblcms2-2 (>= 2.2+git20110628), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11)
Filename: pool/target/p/poppler/libpoppler-qt5-1_22.12.0-2+apertis1bv2024dev2b1_amd64.deb
Size: 169740
MD5sum: deccfa112d5feeda49ade75efe243d1f
SHA1: d774957fd4ac43b9c6526cc1a2c089b25e1523d1
SHA256: f5771ce66015a7f419227da57c32430130f0855c6d5f58481cd9b02268567029
SHA512: f4bb4e807622c7353b3de8a8779090bd15e137eb80f59d59116b3f590fc6010bce97afc59df653a06d343767e78139d7c30023aa9e585cafdb0160ea03ddd446
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: 4788
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Depends: libpoppler-qt5-1 (= 22.12.0-2+apertis1bv2024dev2b1)
Filename: pool/target/p/poppler/libpoppler-qt5-1-dbgsym_22.12.0-2+apertis1bv2024dev2b1_amd64.deb
Size: 4707860
MD5sum: 7930803bd5a177e8da3aaeeb9b7275f2
SHA1: e24de8b4c470013e626ad30401aec2b21c35a899
SHA256: 3409f8ef57be2c05a7e3626627afb51c44432e4791e77743b4aa92fd2ad478ec
SHA512: 0b28d63f65f9ca11aab5c465b86621f9204a29ba7615eb877d1437b24ab7b413bdfb44e6b1aebb96f9a5a1af017fa0b0f1453bd3bb9d55a7cb0d3846b32a8a67
Description: debug symbols for libpoppler-qt5-1
Auto-Built-Package: debug-symbols
Build-Ids: c50315ceb82e66568500b438d4aedb6befb2330c
Multi-Arch: same

Package: libpoppler-qt5-dev
Priority: optional
Section: libdevel
Installed-Size: 196
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Depends: libpoppler-qt5-1 (= 22.12.0-2+apertis1bv2024dev2b1), libpoppler-dev (= 22.12.0-2+apertis1bv2024dev2b1), qtbase5-dev
Filename: pool/target/p/poppler/libpoppler-qt5-dev_22.12.0-2+apertis1bv2024dev2b1_amd64.deb
Size: 40028
MD5sum: f473576b959485e436a7407645aa9d38
SHA1: 22aee5206c425881ad1f0452cb7389f8b02f76a4
SHA256: 167940174b609ead90b3c40023dca3bb08a665b75829ef85c828054b609f7380
SHA512: c6731692f7d2c3b4645dd5fa43139dba0525ea7de12fb65abf2c80b67d660bed3cb6691aa7b6988f252cb26186fbd835c3fb0973529269c5b7d78e9cfeac3a18
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: 611
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Depends: libpoppler126 (= 22.12.0-2+apertis1bv2024dev2b1), libc6 (>= 2.32), libfreetype6 (>= 2.2.1), liblcms2-2 (>= 2.2+git20110628), libqt6core6 (>= 6.4.0), libqt6gui6 (>= 6.1.2), libstdc++6 (>= 11)
Filename: pool/target/p/poppler/libpoppler-qt6-3_22.12.0-2+apertis1bv2024dev2b1_amd64.deb
Size: 159176
MD5sum: 95ef2d918f6282ff8c149e2a2150ccae
SHA1: d0ade01c573e70a281a3049a138caf4cc4391841
SHA256: 4a87198a3960b6e363c354457a9dfa269d01825aef4750c2464aae75cd0dada6
SHA512: 08dbd28d515f9f1f8f7387912875845d5393085bfcfc5f743b699337c018a6f64efb3fc21e089f5a08d1bec972993bc08b5033eee571d9432121a535a237e148
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: 4806
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Depends: libpoppler-qt6-3 (= 22.12.0-2+apertis1bv2024dev2b1)
Filename: pool/target/p/poppler/libpoppler-qt6-3-dbgsym_22.12.0-2+apertis1bv2024dev2b1_amd64.deb
Size: 4763904
MD5sum: a9f34ae350094a23c104daeff14c6829
SHA1: ab8c4895d4e71f1b7243f909b98a544ccf8e6aa8
SHA256: 76eecaf1596381a142dc9099e9bb498c6d7155dbeeb30a782ca208801ac2aa3f
SHA512: 3c66685d082b411548460d24748ec4fbe5045c0cea1f0135682f58ca6b0b92e99c7e7d5c57a1c9de4542db79000f2100b4a82dc3101059894303a53b7bdb6451
Description: debug symbols for libpoppler-qt6-3
Auto-Built-Package: debug-symbols
Build-Ids: 26640782c463c1eb4932b539145ee6e278b59ce1
Multi-Arch: same

Package: libpoppler-qt6-dev
Priority: optional
Section: libdevel
Installed-Size: 185
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Depends: libpoppler-qt6-3 (= 22.12.0-2+apertis1bv2024dev2b1), libpoppler-dev (= 22.12.0-2+apertis1bv2024dev2b1), qt6-base-dev
Filename: pool/target/p/poppler/libpoppler-qt6-dev_22.12.0-2+apertis1bv2024dev2b1_amd64.deb
Size: 38232
MD5sum: 08ba856dd3b08ada0c6f8b33784e1336
SHA1: f5dda92991e2aacc3fa5f04657447b10d0d1bad2
SHA256: 2303085dbff62abb116775a259164daf611c9eb75f8753bb74590397855ded70
SHA512: edd6eabd92b2139a76c4fa34ce3a0ed97c7ad654910fcdfb11c5fda1873ee2628e9128d87119a4ed85bc3aed4ba333869adf167a468d6e62066336285681686a
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: 4596
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Depends: libc6 (>= 2.35), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.2.1), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.7), libnspr4 (>= 2:4.9-2~), libnss3 (>= 2:3.16), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 11), libtiff6 (>= 4.0.3), zlib1g (>= 1:1.1.4)
Recommends: poppler-data
Filename: pool/target/p/poppler/libpoppler126_22.12.0-2+apertis1bv2024dev2b1_amd64.deb
Size: 1871992
MD5sum: 3f4425d1002e3f6a3b6f6942686c3a32
SHA1: 46cd6def5e9fd57c4a8163e7b171403a57fa4c63
SHA256: 4e8c6a7b6a29fab37aa917a0164ba9c97a93454166d73cc7e6d6e8530f95533a
SHA512: a8348f95e1f24fbaac69894e315468a4b4c4d67af569c8849ae62daaa3be05d00d1887c8f80329208eee750a3674715e2d3fe6b205b1db41ae22ffbffbe850ef
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: 9151
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Depends: libpoppler126 (= 22.12.0-2+apertis1bv2024dev2b1)
Filename: pool/target/p/poppler/libpoppler126-dbgsym_22.12.0-2+apertis1bv2024dev2b1_amd64.deb
Size: 9003520
MD5sum: 0aee3ce957ff974989f81043d48abc63
SHA1: 9fa129dc8be8b9c8603de343cad6cf09199d9836
SHA256: f060646443e5b40a0f10d9c40ced15717c53c05f79d2bf9098969b1bda4d4463
SHA512: 566754bc137b744eaa55e4aff7985874083aeecb5e50e2d5c65eee19ffe7a1d4ea862f1f6b4e0c80d6c93613110162603e92775c8e8c122bd31c8c053a96046f
Description: debug symbols for libpoppler126
Auto-Built-Package: debug-symbols
Build-Ids: e59d6aa1481fffbcefe387366e4b5f062f83037d
Multi-Arch: same

Package: libpopt-dev
Priority: optional
Section: libdevel
Installed-Size: 146
Maintainer: Håvard F. Aasen <havard.f.aasen@pfft.no>
Architecture: amd64
Source: popt
Version: 1.19+dfsg-1+apertis0bv2024dev3b1
Depends: libc6-dev | libc-dev, libpopt0 (= 1.19+dfsg-1+apertis0bv2024dev3b1)
Filename: pool/target/p/popt/libpopt-dev_1.19+dfsg-1+apertis0bv2024dev3b1_amd64.deb
Size: 46932
MD5sum: dd3032b10017c9ce24257e2f9bd28c99
SHA1: 8f25aee14984111315d47aec974513d739579202
SHA256: 24074e33b917b15d19fff06e8616d037886f19fcf4bcd7d7073be452d365309a
SHA512: 68f2a8235e6da6c9f8ef5f30f9b5318e48310df6065cf89444f54ab1e6f1f62830326f116619048391a3fcc2c1771783f1a289d975065c4f1b1c34a14670ffd7
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: 250
Maintainer: Håvard F. Aasen <havard.f.aasen@pfft.no>
Architecture: amd64
Source: popt
Version: 1.19+dfsg-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.33)
Filename: pool/target/p/popt/libpopt0_1.19+dfsg-1+apertis0bv2024dev3b1_amd64.deb
Size: 44284
MD5sum: a84decafc949da1ae8ed27e153421469
SHA1: c912bb257103f117588c995b2728f63f62943fdd
SHA256: 3b359a215220d58b246bb571364d00a13c2ac858700cf7741deb4f851b435926
SHA512: dfee1a0a7af3892451c224d91ab1fd00745562b14182e401a3278d646df303661d94e6210bd03368edbbe6013f7109a652bedbcfc3d20330eedbf46f1f84875e
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: 80
Maintainer: Håvard F. Aasen <havard.f.aasen@pfft.no>
Architecture: amd64
Source: popt
Version: 1.19+dfsg-1+apertis0bv2024dev3b1
Depends: libpopt0 (= 1.19+dfsg-1+apertis0bv2024dev3b1)
Filename: pool/target/p/popt/libpopt0-dbgsym_1.19+dfsg-1+apertis0bv2024dev3b1_amd64.deb
Size: 65264
MD5sum: 8a10142702b9d5f2e0a12277fd845165
SHA1: e4dbc56e25b2f72904e1380d9d09a4e1498e580a
SHA256: da259882de7c34c179aac8a3d0af6061f1d9c7bc2d0b31e57d7d9c00bcb0008a
SHA512: c7305efbeeec6d3734d6686d4210c07b29fa0b1e84bc37c2d24a68dc55d8bc7ed2c9c3b7cfb2a817cfefdf1e3a169befeeb10b9b6beb15e392b4c469afe02d30
Description: debug symbols for libpopt0
Auto-Built-Package: debug-symbols
Build-Ids: 748a79bb7b532fae5e7c1bf8228f8392a0c2f6a8
Multi-Arch: same

Package: libprestwoodiface0
Priority: optional
Section: libs
Installed-Size: 72
Maintainer: Apertis package maintainers <packagers@lists.apertis.org>
Architecture: amd64
Source: prestwood
Version: 0.2024.1bv2024dev2b1
Replaces: prestwood (<< 0.2024.1bv2024dev2b1)
Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3)
Breaks: prestwood (<< 0.2024.1bv2024dev2b1)
Filename: pool/target/p/prestwood/libprestwoodiface0_0.2024.1bv2024dev2b1_amd64.deb
Size: 18828
MD5sum: de58ddf3af75d6f0ec0cb23c061bedc4
SHA1: fe6c2b6fdb9aae1ef3040a9a093b420695bd4c9c
SHA256: f3df325e09f029b19ee6fd2c9ee98fe352196b19dc6f594d9b08ff4f47c66c12
SHA512: 871d985c5181c3ad32099f7ad35e9769a0b8c1bfb4b000a2580893a01eded79c54feb0056c7706f21ae737b4339dacec22de4021e40a1de762c50ba7cbcce2f4
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: 54
Maintainer: Apertis package maintainers <packagers@lists.apertis.org>
Architecture: amd64
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_amd64.deb
Size: 32452
MD5sum: 5130086a03c3cea1fe01e732514fc7bd
SHA1: 91f0d74959711795420cfef4a7b44049e9baa312
SHA256: c40d962e68fada2306e4e1d7e829bba080c3eee4ca609134e7668241841f9a4a
SHA512: 4a0427a680f3dfb9f21b708e9ad39a17c1e203cc1e880221785c6bf4be11a80b1aa85bf13baab647c732ce1d4bd5dec7a54e4004f41e1f0797f9f88ea6e400fc
Description: debug symbols for libprestwoodiface0
Auto-Built-Package: debug-symbols
Build-Ids: 5adfa7f4c48c3b768e902c85edc1d1c8da34e9c5
Multi-Arch: same

Package: libproc2-0
Priority: optional
Section: libs
Installed-Size: 236
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Source: procps
Version: 2:4.0.2-3+apertis0bv2024dev3b1
Replaces: procps (<< 1:3.3.2-1)
Depends: libc6 (>= 2.34), libsystemd0 (>= 209)
Filename: pool/target/p/procps/libproc2-0_4.0.2-3+apertis0bv2024dev3b1_amd64.deb
Size: 65568
MD5sum: df3e2293bba12d0d4aaed0ec47aadd4d
SHA1: 9fae57632c28e68475fea103d47dcc550c257d4e
SHA256: d029189ff0cfc9c3594a58ba8894956fa3b807b30e64f54a4ee5cda38cb149b6
SHA512: f99f717876404a134caddbe71a7f13c7ca8b989b72bf07a0204caf6f19925d8a529c9405a4027651cca649d0c8ab61e2ab5aaf96c2e3c748466d885f721c9a63
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: 190
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Source: procps
Version: 2:4.0.2-3+apertis0bv2024dev3b1
Depends: libproc2-0 (= 2:4.0.2-3+apertis0bv2024dev3b1)
Filename: pool/target/p/procps/libproc2-0-dbgsym_4.0.2-3+apertis0bv2024dev3b1_amd64.deb
Size: 142228
MD5sum: e2cef2c77f06fed1c49ed018c2f9a9d4
SHA1: adaca98947660feb0703f9663e12b6941798782a
SHA256: feb2a690f881cc9750549094b8f1a2b23a00984224fa93c2e82cf4b2b20059d1
SHA512: 275dbc5a5e3035abeb1d0251773689554bfa1f3bc49749c90d76f8e677976e15460526e370a3b55bdd85b28574c2acdb1171129ea72f0057997b1034bdb16936
Description: debug symbols for libproc2-0
Auto-Built-Package: debug-symbols
Build-Ids: 1ea2142b370c4d26b11a0fed8b507a08835eecca
Multi-Arch: same

Package: libproc2-dev
Priority: optional
Section: libdevel
Installed-Size: 441
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Source: procps
Version: 2:4.0.2-3+apertis0bv2024dev3b1
Replaces: libproc-2-dev
Depends: libproc2-0 (= 2:4.0.2-3+apertis0bv2024dev3b1)
Conflicts: libproc-2-dev
Filename: pool/target/p/procps/libproc2-dev_4.0.2-3+apertis0bv2024dev3b1_amd64.deb
Size: 81464
MD5sum: 52b6fd663c22e0c2066bee5657e7e187
SHA1: 13d0719642474f91763cb1e01e9b5de032bdea4b
SHA256: 2fbebdf590a85ba4c45d8e434a68f87338757f46985d22170256bf225804481d
SHA512: 5cae1f768642c36aed06c8c8cbe8ec06ebc74f8d63e8cc87863557d2a6fa60f0d1864ed1b89a3d9f5da85ee2e1f54aecff3d4d7d6c37cc3828d0549324d0a989
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: 11770
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: protobuf
Version: 3.21.12-3+apertis1bv2024dev3b1
Provides: protobuf-api-32-0
Depends: zlib1g-dev, libprotobuf32 (= 3.21.12-3+apertis1bv2024dev3b1), libprotobuf-lite32 (= 3.21.12-3+apertis1bv2024dev3b1)
Breaks: protobuf-compiler (>> 3.21.12-3+apertis1bv2024dev3b1), protobuf-compiler (<< 3.21.12-3+apertis1bv2024dev3b1)
Filename: pool/target/p/protobuf/libprotobuf-dev_3.21.12-3+apertis1bv2024dev3b1_amd64.deb
Size: 1283560
MD5sum: 7933dd4a024d4ea2fda2568f9ba682a6
SHA1: 19c1d0877a2a4f83db05d62b6c9930c9c85c7aa0
SHA256: 123c076be1a7a003186c42a9b4783cc1986dc800d00718e2d15da562bed2c947
SHA512: 84422c932cb611aded9ab0b4f452e542b3f9affdfdb35ce8c689bb9fb93d65a64f34745fa66b1380d01d21954bcad9cb93748420303b5a2e8b72ea6d4b064f6b
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: 890
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: protobuf
Version: 3.21.12-3+apertis1bv2024dev3b1
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Filename: pool/target/p/protobuf/libprotobuf-lite32_3.21.12-3+apertis1bv2024dev3b1_amd64.deb
Size: 264012
MD5sum: 5f7d83107f200a59128777ee98234751
SHA1: b11af6e1e42c5b318ff9b787032004af38c5921d
SHA256: 6855e2185ce03cc543b48d7963d76e1673fb38925d1f5ddaba7e73feb028a3ce
SHA512: 3f4bdf2895b87de11e8c77e01e9e32431bfe303019df805ce886c037581c72255dd6090df0a4d792868d28bb193bc316e790d0a93cad5f0e424f7a1ba68ac521
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: 2050
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: protobuf
Version: 3.21.12-3+apertis1bv2024dev3b1
Depends: libprotobuf-lite32 (= 3.21.12-3+apertis1bv2024dev3b1)
Filename: pool/target/p/protobuf/libprotobuf-lite32-dbgsym_3.21.12-3+apertis1bv2024dev3b1_amd64.deb
Size: 1881844
MD5sum: d86ba04fa2f50d0d9601875c10fd0258
SHA1: 0830291f08170000b1694d8424699444d3f999e3
SHA256: 9b4fe84021e613f48402ea03a967e4cf4eeda87eba60e104ce354313ad70cedc
SHA512: 802fc63757abe5174d3074ee815bd92af3b793a31e4eeaf56b8efe5420c7bca1e42eb0f031c704c27b14c73c73c8c5160af1bd1b3166c50b8935c711d9afa83f
Description: debug symbols for libprotobuf-lite32
Auto-Built-Package: debug-symbols
Build-Ids: 002bc02b05ad6e4fd3772b26ca3fb7ce8972b871
Multi-Arch: same

Package: libprotobuf32
Priority: optional
Section: libs
Installed-Size: 3345
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: protobuf
Version: 3.21.12-3+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11), zlib1g (>= 1:1.1.4)
Breaks: cura-engine (<< 1:3.3.0-2.1+b1), libarcus3 (<< 3.3.0-2)
Filename: pool/target/p/protobuf/libprotobuf32_3.21.12-3+apertis1bv2024dev3b1_amd64.deb
Size: 935300
MD5sum: ee0fe43c04a3b3b670f5c1499ef244a9
SHA1: 92cc213a6e3d6c89e6fbcffae3c111d2dbefc12c
SHA256: ed608b262e4d89863faa6101551e9f19c59d9f268c005886ce3a02f738080659
SHA512: fe7eaaa33e1fea7b0094f9e63ab78d52b2ae65537a1efc85de582459398ca494dba0f00a2ad7f6a183483d94ed03700d438cdcba5150289b34724c5db35f7df0
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: 12410
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: protobuf
Version: 3.21.12-3+apertis1bv2024dev3b1
Depends: libprotobuf32 (= 3.21.12-3+apertis1bv2024dev3b1)
Filename: pool/target/p/protobuf/libprotobuf32-dbgsym_3.21.12-3+apertis1bv2024dev3b1_amd64.deb
Size: 11869700
MD5sum: d3928f522e6293f2d1a60c253e2ecb81
SHA1: de5feb476717064e9668da17007f3e57c24cac8d
SHA256: 285603a07d66403071b362f25c7d5451e200c5a954b4f0095afce6187e395892
SHA512: f5cd7cf78e8c1a76b4ed4a03d8e413de8cc3fae899aa57eb8b9411e24e9da32c34c67f56884da83cf2eee8e274f8b5db79897776c7939ef5f2ba24bc274ab15f
Description: debug symbols for libprotobuf32
Auto-Built-Package: debug-symbols
Build-Ids: 8e414b909b935942760b557c87c9f9efafa50835
Multi-Arch: same

Package: libprotoc-dev
Priority: optional
Section: libdevel
Installed-Size: 6931
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: protobuf
Version: 3.21.12-3+apertis1bv2024dev3b1
Replaces: libprotobuf-dev (<< 2.1.0)
Depends: libprotoc32 (= 3.21.12-3+apertis1bv2024dev3b1), libprotobuf-dev (= 3.21.12-3+apertis1bv2024dev3b1)
Breaks: libprotobuf-dev (<< 2.1.0)
Filename: pool/target/p/protobuf/libprotoc-dev_3.21.12-3+apertis1bv2024dev3b1_amd64.deb
Size: 950164
MD5sum: b9ca7c186f0a2c40d0a356d6766daf17
SHA1: c942a2306c5d55be57450725ad5ab4031858f8c2
SHA256: 8c78519fc042c2e96e1176306108372f6fdfbcdc426a82c19fd28bf178f38408
SHA512: 097e074be31d0b8e4849ee98ed010bb6ec26626d2e2145c2548bbf9240cdabae0522235583f26f10fa06d563f00eb7fc862eb5efc4a18cc25b9cbe09a1573a20
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: 3018
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: protobuf
Version: 3.21.12-3+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libprotobuf32 (>= 3.21.12), libstdc++6 (>= 11)
Filename: pool/target/p/protobuf/libprotoc32_3.21.12-3+apertis1bv2024dev3b1_amd64.deb
Size: 833004
MD5sum: 5828b0625aaea4f189161818151f2d1a
SHA1: aa5d5e3df4fe6e6af57eeb4b456738d263c8189f
SHA256: d58ffcc6819d4c65d4865e2770ce79324f655dc68fa46a8aec34efeb82aa354c
SHA512: 30b88731f3d546ea1cf9258444a2ede1d4fbed43a834bce81cf7b9915aacfee05b2e4bee079cdc6c8629357b4bed8b2d65003861179ab9f6f3c247856b2a34f3
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: 16466
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: protobuf
Version: 3.21.12-3+apertis1bv2024dev3b1
Depends: libprotoc32 (= 3.21.12-3+apertis1bv2024dev3b1)
Filename: pool/target/p/protobuf/libprotoc32-dbgsym_3.21.12-3+apertis1bv2024dev3b1_amd64.deb
Size: 16201548
MD5sum: e7a73320ffb960de3e0886d449c3994d
SHA1: cc6c2e4c5f3975601e9afd582215ae48dd981b0b
SHA256: 94669b16813f581436d034c8726ca722ef97242ec2482b2e8ba08fbd952d7776
SHA512: 85aaf72be7a37a6d7fa2a6895bebc5321d6e2ff509567c03d94d44f755ec625710dd4efe49cafa1efd3857afc16482ed030ac0bad78365d51a0d0823db77a47b
Description: debug symbols for libprotoc32
Auto-Built-Package: debug-symbols
Build-Ids: 4ace71bf378b36b37de746e3afc2c58c52521e8f
Multi-Arch: same

Package: libprotozero-dev
Priority: optional
Section: libdevel
Installed-Size: 184
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Architecture: amd64
Source: protozero
Version: 1.7.1-1+apertis0bv2024dev2b1
Replaces: libosmium2-dev (<< 2.4.1-2~)
Suggests: protozero-doc
Breaks: libosmium2-dev (<< 2.4.1-2~)
Filename: pool/target/p/protozero/libprotozero-dev_1.7.1-1+apertis0bv2024dev2b1_amd64.deb
Size: 41428
MD5sum: 24258f65d2c171581c06b44a940db456
SHA1: 34ebd125056bece781dbfa7663a9955b99555e8c
SHA256: f67b2e24d5674c3a3669c05a58e963af731c1a20843f78028313b9776288b41c
SHA512: 4961fd57b8d7f53a96c6787222c2c7ee4935fa0cbbb5459253f9a27220927402ddecf1625c425e886a944b7880892d1f0d3f2f006c5ddbdad309e91568286cda
Description: Minimalistic protocol buffer decoder and encoder in C++
 protozero is a minimalistic protocol buffer decoder and encoder in C++.
 .
 Designed for high performance. Suitable for writing zero copy parsers
 and encoders with minimal need for run-time allocation of memory.
 .
 Low-level: this is designed to be a building block for writing a very
 customized decoder for a stable protobuf schema. If your protobuf schema
 is changing frequently or lazy decoding is not critical for your
 application then this approach offers no value: just use the decoding
 API available via the C++ API that can be generated via the Google
 Protobufs protoc program.
 .
 This package contains the protozero headers.
Homepage: https://github.com/mapbox/protozero

Package: libprotozero-doc
Priority: optional
Section: doc
Installed-Size: 3724
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Architecture: all
Source: protozero
Version: 1.7.1-1+apertis0bv2024dev2b1
Filename: pool/target/p/protozero/libprotozero-doc_1.7.1-1+apertis0bv2024dev2b1_all.deb
Size: 1257632
MD5sum: 72e7677b9b98214b1c0f7681ed4f2547
SHA1: b41afddd419ba923af774153fb14edc97a03198e
SHA256: 3aecc77a90294d763204ebe33eb0aece95f65e810b641bda8272bcb15835bbbe
SHA512: 07e9eb150e03cc73e7f0426955efcabcccd07c2acf9cb44a2527e459de7d1afe6f52cc0188d4096f24a1165769b89efe2e9dc6fddcc274f8f7aff0efa7e6cf38
Description: Minimalistic protocol buffer decoder and encoder in C++ - docs
 protozero is a minimalistic protocol buffer decoder and encoder in C++.
 .
 Designed for high performance. Suitable for writing zero copy parsers
 and encoders with minimal need for run-time allocation of memory.
 .
 Low-level: this is designed to be a building block for writing a very
 customized decoder for a stable protobuf schema. If your protobuf schema
 is changing frequently or lazy decoding is not critical for your
 application then this approach offers no value: just use the decoding
 API available via the C++ API that can be generated via the Google
 Protobufs protoc program.
 .
 This package contains the protozero documentation.
Homepage: https://github.com/mapbox/protozero

Package: libproxy-dev
Priority: optional
Section: libdevel
Installed-Size: 36
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 11808
MD5sum: 2cd0a722e4b08214053fb0e669419325
SHA1: b2aa99b3f7e07e79ac4cf8a48ebc124dfc9d408c
SHA256: a32a35ae4a54cd233a7852eb727479d31338a55858af72984c73a80fb98d6ab4
SHA512: 4353899777daf41c1c2c48e7c59eb6af429b423813375035a1d8856225ae1eababf0e2b06667f8949e4b10d2524f4c0539dd8c7b5755ea1eea667c65e6b27b90
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: 39
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 12280
MD5sum: d7b5b4daac8764396e0824a7a2921542
SHA1: 11c8c539fa37404d96b7dea09adc7afac34c1cf2
SHA256: cb2c847023b8b3d453e581aacd1736af80d6fa8253dc8340484ef7301633218c
SHA512: 4b501b892e9c08d6c590a4880888e146585d42366c45544f7521b6062f9a004bdf7d19a35dc5f9aa7e1e099c31b5733cd6761ad0f48e9b9157de051ca994ae91
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: 19
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 5520
MD5sum: cfa351d2d64767ae1abcc08f257126c0
SHA1: 94dababb835fa8cea90c011a40593737d0784388
SHA256: f0711dd63a7b5cccf36942fcd8ed40f6f5b045b2d267a356026de8f0e2fd29b6
SHA512: bf97eb3b63d93cf53e035310bf03d78ce2b41bb0355e9d16bb8338797bde6784f066e6475e02c4d5c003ac83c465c845a3af3789e76f0b287c00acff9fdc00fe
Description: debug symbols for libproxy-tools
Auto-Built-Package: debug-symbols
Build-Ids: 1912bff807d3766e282f214543eadf1878b4d648

Package: libproxy1-plugin-gsettings
Priority: optional
Section: libs
Installed-Size: 83
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 25304
MD5sum: 47a6c432943e43129c88973f46b42a24
SHA1: fc6cfd86d42c9ba2649d2114df6cf0ca55b72b27
SHA256: a7bcd54f034bc610fc89e4e55c50b52bc5dca36015233cf4050be8eb84b8f682
SHA512: d636cf5bcc973d2c39242b94b8c063e23639a7546cbb154e128eae0e0b28a0281a9dc6444e247f7593f2aaed9b0708ff0e4da6d6e951a1e09588905a2fab3650
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: amd64
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_amd64.deb
Size: 166132
MD5sum: 1e7e72f23e8783950e3e4278046142ad
SHA1: 33f69bae2c18b2cfd5ade35ff23e9e0e518ce464
SHA256: 03a9d571af42465ec282d7e20ebc7f22681ec9b774aac903aaa0a1ab8f7983ff
SHA512: f66a0a22c148d01bb0a29de0d36b0f7b2c1fd8815408cb5debf174fff43d96d3e483876c8e5e78907cdde1e79b4258fea34429a6db2b24b963fe1834f28b30b1
Description: debug symbols for libproxy1-plugin-gsettings
Auto-Built-Package: debug-symbols
Build-Ids: 5710f85d1b105d430674ef8557281efd3b04fb37 d93881cdedf819dfaa434bffec39af58ed640709
Multi-Arch: same

Package: libproxy1-plugin-networkmanager
Priority: optional
Section: libs
Installed-Size: 40
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libproxy
Version: 0.4.18-1.2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.4), 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_amd64.deb
Size: 12324
MD5sum: 90a7bff68b9f95265223372d3841c8c5
SHA1: 79201b9f2dc2030e3fb7dd912b58934d7951a452
SHA256: 4c4f0b2a7a95ac21251b18240596dfe325b85c806f058ec45246b4b255fe35e2
SHA512: 37f440075ff56442bc71ebdf0508138bf9bc29d19a048e04409d517ee91012404e362dfebc7e70290cb0fcac8ffc2dd2c0933f3223a6f6c5506ba244d3f808f0
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: 30
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 15460
MD5sum: fa623ec33bce5337baf05a7d8818673b
SHA1: 8d21574432ef5f506feaf0c057f9592c55a8c294
SHA256: 78a7f0012810af384da19da1a23bc00e8558c4156849d526b4d0f2349ae692a7
SHA512: 1cbe087d817d25d71febf192e9e8cdc59fe2e7bd1dd2a5141ce7c8364c7402a143b110ccf02b431d7f15cb274e8e4e0e20f44480eed3aab566268b5e68eadd9b
Description: debug symbols for libproxy1-plugin-networkmanager
Auto-Built-Package: debug-symbols
Build-Ids: 30c6f996cb70cbb7dc61186eb0d7aad6c093c369
Multi-Arch: same

Package: libproxy1-plugin-webkit
Priority: optional
Section: libs
Installed-Size: 56
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libproxy
Version: 0.4.18-1.2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.14), 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_amd64.deb
Size: 16816
MD5sum: 0acab85950e4dca6927f46a178c58462
SHA1: fa9327ec195123f185f08092bb7a7e66dcb6e63d
SHA256: b6728a480f1393e0bd13b6479f19f44631e4379f65e1cd0b4699ebc618192a59
SHA512: 6f1f88113e7666fec45033148816c8ad19bd5497f0223ca31086ee8ea03944ba63c3c5e5e00fd30fa25cafaf0ffd4e82401481b895cf0915075de6c2cd1c974f
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: amd64
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_amd64.deb
Size: 52732
MD5sum: 1c7aee7bf07afa56b337abbcb2ff5958
SHA1: 9dd95df06f40584740be6401c57e1bb9bfb11e6d
SHA256: ef9b088bf06dfb371beab9cf3acd94c59b486408157e98a94c31b45f7d913d3d
SHA512: 3f7e60ee641aa3e598bdb80654f70aa65f37abfc028c71a234b14e05323f914cb2229ba2303f205a85b315b78043a354fe238d7babbc14b1963c55b26be76ebd
Description: debug symbols for libproxy1-plugin-webkit
Auto-Built-Package: debug-symbols
Build-Ids: b8a74ea912dcfaaa6576798987fa12f0b08ff191
Multi-Arch: same

Package: libproxy1v5
Priority: optional
Section: libs
Installed-Size: 169
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 57548
MD5sum: d3adef440cc1bdad61238991d627f9e8
SHA1: 339266877ddecf2a5401b619f3f970d1e56de225
SHA256: ac45d6e24948dbc03d5b1d48c77a607dd2aebbd33b1db266135acb679c2e2c08
SHA512: c72ff141051b3cc4495381ebf4274b6332080290ad0b414e23208e85f69ac158bd5a23598a8b0690644c977ca8d61b5e7061d0755098b680f9872b5f8101c030
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: 696
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 670092
MD5sum: b21fba737983fc0f591d85d8c610668b
SHA1: 39f79bbec6df6c353d3b454c2aff5ce024831827
SHA256: 0a5836fff432b8f33dabbc15322a26ee4f222d75e3258036c663d09c7bf5fde0
SHA512: c8bd7af6cc830d994a519e9fa1b6b5fc9813e6f54f1a89bf80889efbae0e26fa6d3e797e86d3b3b6e203fa1eef1319ab260a71dd77777e53e3b26f10d4500f98
Description: debug symbols for libproxy1v5
Auto-Built-Package: debug-symbols
Build-Ids: 4d65dd7624fcbc84daa7cfb0c0d244060dd61294
Multi-Arch: same

Package: libpsimd-dev
Priority: optional
Section: libdevel
Installed-Size: 56
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: amd64
Source: psimd
Version: 0.0~git20200517.072586a-2+apertis1bv2024dev2b1
Filename: pool/target/p/psimd/libpsimd-dev_0.0~git20200517.072586a-2+apertis1bv2024dev2b1_amd64.deb
Size: 6828
MD5sum: 7bae28436166299a672b79f112d9ac55
SHA1: 178ad011a437f022ea9d24b9ef5b285eba48ff90
SHA256: 9d6a7ba9d0e57f752042d76c44ea6ae53a13f168a75d13850545d15125a3b0c2
SHA512: 5d6030e75adcb7b2f4bc0542aa0f917b78a5849f01f6825184efd60ae62b1fc5e6eb2715a39bd9d2ccfe1ce04ed261ac837912bfbd25479b8a902d1d51d0de79
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: 215
Maintainer: Tim Rühsen <tim.ruehsen@gmx.de>
Architecture: amd64
Source: libpsl
Version: 0.21.2-1+apertis1bv2024dev3b1
Depends: libpsl5 (= 0.21.2-1+apertis1bv2024dev3b1)
Filename: pool/target/libp/libpsl/libpsl-dev_0.21.2-1+apertis1bv2024dev3b1_amd64.deb
Size: 82072
MD5sum: 479b2d1b55818d88319299cfc794dce0
SHA1: 36fe65b27c331005e1bad60d202d6334938b8e6f
SHA256: 07ca973c9a0e6ca54253863a8d36c283081c5dbd60705c51b3639e3459e9447f
SHA512: 45f67267bbfed3566d17c46330f80c6563cf620d9eb1582621a561a82d70efac7c0d9d61b12e0946566f21f266aa277529ede3992e3e26c712b0b22d886e4ee2
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: 103
Maintainer: Tim Rühsen <tim.ruehsen@gmx.de>
Architecture: amd64
Source: libpsl
Version: 0.21.2-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.33), libicu72 (>= 72.1~rc-1~)
Recommends: publicsuffix (>= 20150507)
Filename: pool/target/libp/libpsl/libpsl5_0.21.2-1+apertis1bv2024dev3b1_amd64.deb
Size: 61508
MD5sum: 6d50b493b205e0775f8160529771fc56
SHA1: 6ae0897658d9b268be4afc9f55af310b329cd93b
SHA256: cb8aa35c005b155547b7a72cc27f83ebc572426868efd81a5c04adccaaaa4b44
SHA512: a6fca54ace5c91499aace0b5a70c8fd70a3a322acebc9723b0e527ac01d1e816f8fd4ec96f49c9c58512d85c7603c44e745de0da8a1ba880205941ba652bef90
Description: Library for Public Suffix List (shared libraries)
 Libpsl allows checking domains against the Public Suffix List.
 It can be used to avoid privacy-leaking 'super-cookies',
 'super domain' certificates, for domain highlighting purposes
 sorting domain lists by site and more.
 .
 Please see https://publicsuffix.org for more detailed information.
 .
 This package contains runtime libraries.
Homepage: https://github.com/rockdaboot/libpsl
Multi-Arch: same

Package: libpsl5-dbgsym
Priority: optional
Section: debug
Installed-Size: 39
Maintainer: Tim Rühsen <tim.ruehsen@gmx.de>
Architecture: amd64
Source: libpsl
Version: 0.21.2-1+apertis1bv2024dev3b1
Depends: libpsl5 (= 0.21.2-1+apertis1bv2024dev3b1)
Filename: pool/target/libp/libpsl/libpsl5-dbgsym_0.21.2-1+apertis1bv2024dev3b1_amd64.deb
Size: 24692
MD5sum: f780ed379c68e8fc983bde8413564518
SHA1: 96cdca95c755e605dd69ce96fef3d90bfb09c54f
SHA256: 7ad847f4e9914d1dd7b55c5d2583a3979b1fd6b55d62113a4ec15f6a02500e23
SHA512: e3fdbc045ba5ac3dbe8478cebb55eb01e76fad45525916cc8c1e3ce2e2aebf7c24ee895ff84f2cf3d13ef4e0467ca19e31132009769a6ece4f242899ce0b2092
Description: debug symbols for libpsl5
Auto-Built-Package: debug-symbols
Build-Ids: b8ec3cdf5b28facdfb7d6a1fe170239e5d45624e
Multi-Arch: same

Package: libpspell-dev
Priority: optional
Section: libdevel
Installed-Size: 41
Maintainer: Agustin Martin Domingo <agmartin@debian.org>
Architecture: amd64
Source: aspell
Version: 0.60.8-4+apertis0bv2024dev2b1
Replaces: aspell-bin (<< 0.50.3-3)
Depends: libaspell15 (= 0.60.8-4+apertis0bv2024dev2b1), libaspell-dev
Suggests: aspell-doc
Filename: pool/target/a/aspell/libpspell-dev_0.60.8-4+apertis0bv2024dev2b1_amd64.deb
Size: 20056
MD5sum: 7da683fdbba7a2440725d99be04a4dff
SHA1: b37e2ae5f642e18ce634fc9ffe0b5cbcbbf4196c
SHA256: 84a1cef79441e1280564af8b9c03d5b70a8908e3f2a955bf8f8d4efd3e30eefa
SHA512: 66d07e3d62293ff70886ad0f99905952199ff250ec83d5dc6ebf159d3bb9b56d71cb75131d049e66912e3faf3fb8d7c3e585890b6278df5741c532050ca4c2c5
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: amd64
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_amd64.deb
Size: 7820
MD5sum: 7cd085619855071901eee7e6488f0a17
SHA1: 89b73549731f13a1d4e661d23af521d27aba4bbc
SHA256: 2d6a74a0d4aab803a1545a5d8aae89157f3a648c698180982578654275c7d901
SHA512: 41491ebe88896df3c9981777e792b988a27ec14469df82c11bf33ef97e1109cc31690aa190c97c369630fcd43b1f01d2d8cd4a141432bb82fc3c6e67aa4bd4a9
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: 107
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 31436
MD5sum: 8150a84b99ba51dc488cf9a7ae0d1d86
SHA1: b4b8d8244484176369e017286ce82d8efaf2e20c
SHA256: db4d5bc70d254360a7dfc60efdc21e676dc9d81cf0f8935a70fa0cb0422fe4c4
SHA512: e09cedc8b533c0232fb215105876a47e00f21057136e763f4ad7abddd1ab3b0b9dc0bd1ced25ad0f869fa081a1044dfdd97befa4f4372de7720af4271b5de82d
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: 201
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 186992
MD5sum: 2b048865602e3527e606b1aa42a46293
SHA1: 6a3605f75e5e7bd4e12f2c70ee4695ea7ceaba7a
SHA256: 6cb40f4107401b0a5badf9668a74e84974d6107d3af4d69d5d48cd6c8cfab05c
SHA512: 50139a16761ca9be4fbc2bb840ad584491f10affa27ad5aae79e1d44433bcb9227503bf23cd2f1837a07c8f4b84ddfc5f27b5ccb385d834141874f060d42baa2
Description: debug symbols for libpthreadpool0
Auto-Built-Package: debug-symbols
Build-Ids: 74df15ceee5b26a712ab4b157d02ea86a451535e

Package: libpulse-dev
Priority: optional
Section: libdevel
Installed-Size: 485
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: amd64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: libpulse0 (= 16.1+dfsg1-2+apertis1bv2024dev3b1), libpulse-mainloop-glib0 (= 16.1+dfsg1-2+apertis1bv2024dev3b1), libglib2.0-dev
Filename: pool/target/p/pulseaudio/libpulse-dev_16.1+dfsg1-2+apertis1bv2024dev3b1_amd64.deb
Size: 95032
MD5sum: 58cf23b14a65140de3f0ea1fdbb75065
SHA1: 55dae1ce6fc23470178f109a31a8189d5e6766bd
SHA256: 65d95187f36c89df645302f160e81e49f11ff4d39e695ae14c7407f384cbeaa2
SHA512: 4c44b6bb33304ab18cb78f03e98c9b47667b9a6e46e2ba386ba309eaa7e2c98e240dbaae17fdcdcef8da8c9373d347f49c8df9a616fde7835a7ad16435c912aa
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: 76
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: amd64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.28.0), libpulse0 (= 16.1+dfsg1-2+apertis1bv2024dev3b1)
Filename: pool/target/p/pulseaudio/libpulse-mainloop-glib0_16.1+dfsg1-2+apertis1bv2024dev3b1_amd64.deb
Size: 32988
MD5sum: 303883c82e7c0b0994760fee28fad679
SHA1: 8238b392b877ecb6907ae13bde4d723902d645a4
SHA256: 122f778c72e73076263b8a75f669a23e15aa6643326ff69fa62afb9133f8f024
SHA512: 87bb9400f0bf6f19bc199a842c6919acb2eae3ff6219ee963d38bd95ede6f84f568b76ae17460775ec31ba9e2dbe1c7a2be885fbf716b3fb6c8163bdc3e90946
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: 32
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: amd64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: libpulse-mainloop-glib0 (= 16.1+dfsg1-2+apertis1bv2024dev3b1)
Filename: pool/target/p/pulseaudio/libpulse-mainloop-glib0-dbgsym_16.1+dfsg1-2+apertis1bv2024dev3b1_amd64.deb
Size: 17400
MD5sum: 68d0eb45a9594ad12bc1b26541c1a6d3
SHA1: 0cb2b3c3bb498de6566b79a7cd15bf0af1781a84
SHA256: 11955c8932d7eea0cba259dc9f4d1cc22e665a229c45c355f32bd46864db690f
SHA512: cdfeb3bdb6108c8962640be0fd2df590d385a34ad6b658e04fc9c96c43ff499b06fe104b66d1e909868d401bf4a7c541df5180b851703c0968f8e7180b2ece2e
Description: debug symbols for libpulse-mainloop-glib0
Auto-Built-Package: debug-symbols
Build-Ids: 9588ee29509fe7cde80aaca9b47f0e79eff7387d
Multi-Arch: same

Package: libpulse0
Priority: optional
Section: libs
Installed-Size: 985
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: amd64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: libasyncns0 (>= 0.3), libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libsndfile1 (>= 1.0.20), libsystemd0, libx11-6, libx11-xcb1 (>= 2:1.8.4), libxcb1
Suggests: pulseaudio
Filename: pool/target/p/pulseaudio/libpulse0_16.1+dfsg1-2+apertis1bv2024dev3b1_amd64.deb
Size: 280116
MD5sum: a53513f0817347410d065c4fa52bce84
SHA1: 73a48bad24f08e4357dcaefbcdd8755e7afc3856
SHA256: a63f6b54632de581e8dfe869c9cb12aaf6cffa34762f7ce45df116b743cadf47
SHA512: fab789cb120825840653c42242d06316b5368deca3c02d614c592769cc14df86472b8174b57f3c8336b169c7c56314edc60ddb2766c1e97a3f677b48e1c82d8f
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: amd64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: libpulse0 (= 16.1+dfsg1-2+apertis1bv2024dev3b1)
Filename: pool/target/p/pulseaudio/libpulse0-dbgsym_16.1+dfsg1-2+apertis1bv2024dev3b1_amd64.deb
Size: 723300
MD5sum: ff1d9c28901e5cacbb2b88284d3ae2c8
SHA1: 6c68b8152013e6847a6f4e160e18815aae2cac33
SHA256: 22af334c4dfa2c14b953a65c0b9ab81998cf73f6e859c393acf259b824d62c3e
SHA512: 538e944077f737506fbd836e7e3218f696636c4e5631e3beed78c3ded380bb2010f8d04a4723076d6511b82091c6ef0625959451d79029673d6948270cea77ee
Description: debug symbols for libpulse0
Auto-Built-Package: debug-symbols
Build-Ids: 2972b8d424d4a1448154b10d1af76f446ebdf323 987b8de19fb8a644448e1c7a25ced41f24a256e8 ce2780afc2f06a5df37a9ac6cb73e165f3289ec4
Multi-Arch: same

Package: libpulsedsp
Priority: optional
Section: libs
Installed-Size: 105
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: amd64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libpulse0 (= 16.1+dfsg1-2+apertis1bv2024dev3b1)
Filename: pool/target/p/pulseaudio/libpulsedsp_16.1+dfsg1-2+apertis1bv2024dev3b1_amd64.deb
Size: 42532
MD5sum: de7432ada5f80207e239749093003a0e
SHA1: 3f90bc9ca126045a80317a68f40b50d0a4eb76a5
SHA256: 627de8763ca19f59a898fb9725e605c2161043881ebf29a4e01c39b75f152a2e
SHA512: cd496c62eefa2a70d69be4e4af88ae3566c83b592061017ed17ab67ee42191247eb486a980b7a3fdf9f8ef70fe38b157d8244bd8e9ed9c22ffa14cbc32c6b4b5
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: 60
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: amd64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: libpulsedsp (= 16.1+dfsg1-2+apertis1bv2024dev3b1)
Filename: pool/target/p/pulseaudio/libpulsedsp-dbgsym_16.1+dfsg1-2+apertis1bv2024dev3b1_amd64.deb
Size: 42740
MD5sum: 389c73f34060fad038c1a11cafbf68e5
SHA1: 12331f90f277b231e8a28fa9de31901448f8d89e
SHA256: 9851ccd531275577ea17df889fe82c8f878d2bae348781c2eae557d8da2ab470
SHA512: 37425cd03f2429da5427b97eb513c7acddb79d2a30704d9c6eed0d3ca0dbc17a5b9fa0fb2a2508ff92d07a4950799e37728403778b3eaef5587d02e5c0d71485
Description: debug symbols for libpulsedsp
Auto-Built-Package: debug-symbols
Build-Ids: 4a692f241e82c53a0ad19c11b7593f16d8189bfe
Multi-Arch: same

Package: libpython3-all-dbg
Priority: optional
Section: debug
Installed-Size: 6
Maintainer: Matthias Klose <doko@debian.org>
Architecture: amd64
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_amd64.deb
Size: 1076
MD5sum: bdc48ee1508c5186b9e024d6101f411b
SHA1: 6fdcefb01edb2c1d78937fed27b8a83af0460ffd
SHA256: 0150714ae136617dd3eec15e490f2574f434c46e2b3426cda70a9a1ebda1b373
SHA512: cd39c90d58d72839215926ade451c382d041823fdff566491ec52bbfb8e8609a33e685f04ee7ebaf101bc5dc926e826c7551557f8230ffc229e11d6ebd39fead
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: amd64
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_amd64.deb
Size: 1080
MD5sum: 5d27158bd8ad27f3e3b0a85a96e66b21
SHA1: c15ec4d989acbd7bd49dfd0d17560f25efc88808
SHA256: ea77cf0dc7fb62aa05d2fd9f5939f4bd11297efd4509319ec574a244367e739f
SHA512: 9b1dcf8a1df2391f661450469bbddcddc13b2218249995da24e831d4ccbf8e15ccd1decd4799f1ad3dc72cc78227e5bc380b26686414e73c8d90466804a545b8
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: amd64
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_amd64.deb
Size: 9672
MD5sum: 4b7966bce518a364f9ba11eb8bf03cf7
SHA1: 03f495748ebfa1adeb0e565cc7cea6631b9b1c3e
SHA256: b2f224c239a6ed9d0bc7a34990119919540e703441a8ab2c1318f22fa700d3d4
SHA512: 8d0965a028efca58661769d09b1c5ed9459dba02960cdd185f09f8c223730287b737e381c28fd1c75df270aaf3b5edf361fb2d071461fbabaa30f642ade0486d
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: amd64
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_amd64.deb
Size: 9664
MD5sum: 671a6e4287529fcd86a8296816b351bd
SHA1: cd366ac677a7ac27d75641af9e3a5e3297490b88
SHA256: 8ca88cde0ff8d0f9cff4280ae46264629796ccb6af3331e32642bcd8ea13bef7
SHA512: 59016c4a4f241c24814e4d9a19aa02cfbcf165c56565a438f98ebec3dd1c82b5c18a14eef3d8fdfdd6bd1bd1356f7ed05282794afa0fd028ca39d1916f98cebe
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: amd64
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_amd64.deb
Size: 9428
MD5sum: c2d781d94b9e609585cb945f9a939684
SHA1: b8e77d8dcd6863cd164384184b326f41262e238f
SHA256: 4e04d4cd25c40ecd10ef09e19a60e4f542cc21b493ae61583c1e4cf7c00469e3
SHA512: dd12e7742f03e4c044f1fae0cc21aa98a07313bd5faa7d4ae8004b8b99b7ea5977aba8b51391b83e0a16e935ccca8317fa3d2d132374dd19a8af204906fbec33
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: 7623
Maintainer: Matthias Klose <doko@debian.org>
Architecture: amd64
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_amd64.deb
Size: 1987608
MD5sum: 0178231646ba2d5fa04f8f23b6e53920
SHA1: 093f4e0abe7d632d18856334176ec7fe3311af85
SHA256: 3c9ecbc443ee0baf17f3ed57fdb749662efb409c824e14e51fb042419528afab
SHA512: 91f2f72b32a26b9f222f906b007dc7f7224c5c8cc4087a7dc292ea7261ba570571c07bd8b3f95b03708f14ad95dc5eeee5533d4c47bdbdd81b2b6c378d79a59b
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: 80178
Maintainer: Matthias Klose <doko@debian.org>
Architecture: amd64
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_amd64.deb
Size: 16772788
MD5sum: c392d079b4dc812b63b153d544713cd8
SHA1: 3a6f4200f823b4b90d472acdb19a04da53cda08b
SHA256: 642974eaaee8beae52198e79ce0533e30779a309159f575d4b21360f97e02b0b
SHA512: 720951e5d3b6cb2aca798f983a36fb7eb877312688fc497beb3fb670cbcd151994e751579d7fab7f927d6c7bf059f1421b614b3caf79d18107e70aa0dbb7b8f4
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: 25776
Maintainer: Matthias Klose <doko@debian.org>
Architecture: amd64
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_amd64.deb
Size: 4741804
MD5sum: 91be38c6839371351e8b12c50334d5ea
SHA1: c586756a11096d76155b2b80a6ea0a51dcd6ca26
SHA256: 4e970f6af0d777d465842a5f4ada9c4cd928d76a86f8885e6d8ec792ed83ec0c
SHA512: e5979b6f5ce3625c39133853fb3d42814a208f49a44a9fbe7a3cd58fa558bca064907bed3ec5f62d526d929dab370173570675bb46f0468f2612067a74d2b0c7
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: 5199
Maintainer: Matthias Klose <doko@debian.org>
Architecture: amd64
Source: python3.11
Version: 3.11.2-6+apertis1bv2024dev2b1
Depends: libc6 (>= 2.14), 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_amd64.deb
Size: 813308
MD5sum: 028e81874feecdb9fdd9d21be09ad199
SHA1: 9ccaece1154c8265df321bc5f4584e193978bf16
SHA256: 9cb0b3afebaac95ec846e5356dc65053ae78decc53e503c76bcefad1c2efbead
SHA512: cc41752234a3ccc249fa6714a1b476be3c9a2d12876dc39a3b97aee7244d135c2b3f1d386c689aa88818a30bfb13c6521c0d534581d7d04677a9827052abfa6d
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: 8323
Maintainer: Matthias Klose <doko@debian.org>
Architecture: amd64
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_amd64.deb
Size: 1797104
MD5sum: 1149591261cc0f00ccdb140a8123d905
SHA1: aa992d8f8e4c3fae10836ffe3f7eb0ce3fd0104a
SHA256: 6931b3b9f3dfe8eb538e8a9205cf3eda5d222f148e142542996521d13ff09ae3
SHA512: 9318ea8d3bd75091ac1d1e8ede7f847dcf94690deab472dee868ec0baa5bb0e7ac47982caaaab22573a324583ae6b4c31c725f98bb98d482d0d9ac6104f7c3d5
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: amd64
Source: qrencode
Version: 4.1.1-1+apertis2bv2024dev2b1
Depends: libqrencode4 (= 4.1.1-1+apertis2bv2024dev2b1)
Filename: pool/target/q/qrencode/libqrencode-dev_4.1.1-1+apertis2bv2024dev2b1_amd64.deb
Size: 23484
MD5sum: a561eff5e45365bdceb9fa8d207fec56
SHA1: 48bd1a96e3c077559cf7627c90ccff5b0b8f66a8
SHA256: db2410c7a7783726303f506f0acc4e591911a2b33ee92e6656f1faee8e9ab47a
SHA512: c76c4d4558218005ae8397886ee3ceb7ac87d51469890f6b5ab74e54fc73b2fedf6d599af9e7fffc7664d772a8e834a7752a173de4a8b02e7cdbb8abe9635d30
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: 86
Maintainer: NIIBE Yutaka <gniibe@fsij.org>
Architecture: amd64
Source: qrencode
Version: 4.1.1-1+apertis2bv2024dev2b1
Depends: libc6 (>= 2.14)
Filename: pool/target/q/qrencode/libqrencode4_4.1.1-1+apertis2bv2024dev2b1_amd64.deb
Size: 39608
MD5sum: a3ded378d7bdde6f899c022ee4571dfc
SHA1: 79ee55a47adf8d9f1e3a04466bcb9d746cfe8d5d
SHA256: 6ae62ace62f02ed384b49d937d0ebbade148de608488d62467e8bd06a95e5e2f
SHA512: 8645997bd8e4342152352836018a5d748e7832c2e8eab2e98d296f994c49affd376f47d0a6a46867084608e709b8a4b81f67f474de32b605a8ce3d1bab47a35e
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: amd64
Source: qrencode
Version: 4.1.1-1+apertis2bv2024dev2b1
Depends: libqrencode4 (= 4.1.1-1+apertis2bv2024dev2b1)
Filename: pool/target/q/qrencode/libqrencode4-dbgsym_4.1.1-1+apertis2bv2024dev2b1_amd64.deb
Size: 57356
MD5sum: b3ccf5f0168db11410bc690e13fce4b0
SHA1: 1ba96a90915c2a7a8bf7016c7d4a423c3669016f
SHA256: b293c72ecbb1984f563606a4668b48d58715b3d935b31a368638b25edfba14ba
SHA512: 7d85e52df1099e668ab8e5f96dbdf254dc36449ac6927c04abc5a5aded4b9b6b1f77f3a63c306b90349a3ba8a3c68105b1abcc46ba96e118e4ad7b56c1f8fe9a
Description: debug symbols for libqrencode4
Auto-Built-Package: debug-symbols
Build-Ids: a1a9dd62f82a1178fbd9ae77b6121862ad5b2a10
Multi-Arch: same

Package: libquadmath0
Priority: optional
Section: libs
Installed-Size: 294
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6 (>= 2.23)
Filename: pool/target/g/gcc-12/libquadmath0_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 144400
MD5sum: 870ed5e6377bd63b81918e2d02caadc2
SHA1: 500ecf1c01aeb72794e5444f57cad9a7bc9c811f
SHA256: b4cc8205a6e233529fbf485d72a1931c649b06eb56dda75330cf0dd77bd4cdde
SHA512: d468df7a3f7cbaca9246763590767c86134f39db6b3d4bd9fc006c6f34c0d3fac42a90f9a3e828aaacb75f870bcea85533113043705fb1231aa7d1a60cc347b4
Description: GCC Quad-Precision Math Library
 A library, which provides quad-precision mathematical functions on targets
 supporting the __float128 datatype. The library is used to provide on such
 targets the REAL(16) type in the GNU Fortran compiler.
Homepage: http://gcc.gnu.org/
Multi-Arch: same

Package: libquadmath0-dbgsym
Priority: optional
Section: debug
Installed-Size: 292
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: libquadmath0-dbg (<< 9.2.1-21)
Depends: libquadmath0 (= 12.2.0-14+apertis1bv2024dev2b2)
Breaks: libquadmath0-dbg (<< 9.2.1-21)
Filename: pool/target/g/gcc-12/libquadmath0-dbgsym_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 273480
MD5sum: 9188a078762e89269e3beb37b8c86324
SHA1: 3a85d397ea6c00b9d36fc458995addbf33c6a2d7
SHA256: 7aa1cf89d6b74fe3cda2fbb8ef593a46824df9a01cf4b94370efc97ce8dbf160
SHA512: 7dac0fedde76e28fe3a05d493a2040593ee49f9315832afe1731ac53d3f41b2638d790e275cf6cace531d6b1b951974934b6c416383f34f294a303b1fac42686
Description: debug symbols for libquadmath0
Auto-Built-Package: debug-symbols
Build-Ids: d38f490e15ff58797ba93da0906f63aa1e6ebe2f
Multi-Arch: same

Package: librav1e-dev
Priority: optional
Section: libdevel
Installed-Size: 49
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: rust-rav1e
Version: 0.5.1-6+apertis1bv2024dev2b1
Depends: librav1e0 (= 0.5.1-6+apertis1bv2024dev2b1)
Filename: pool/target/r/rust-rav1e/librav1e-dev_0.5.1-6+apertis1bv2024dev2b1_amd64.deb
Size: 11864
MD5sum: 27c4956394544638b3fe9d315c0bd311
SHA1: e0ebc30636017de484b1014c3af7ef2b08a8f157
SHA256: 88c376d5fa49268681c23393401e90228402308909c7c37b90f0ebe1aba3c539
SHA512: dc2f0f4f9302d230b37876fc3fc7aa9afa60a7ab97ddd7f742b9e266fa050e3c24cd7a42bb62ff18a6fcf584c19aa5f9e86e37a1eb3f149ef1c8dd45f5146d82
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: 2664
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: rust-rav1e
Version: 0.5.1-6+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2)
Filename: pool/target/r/rust-rav1e/librav1e0_0.5.1-6+apertis1bv2024dev2b1_amd64.deb
Size: 763444
MD5sum: 8bb0a69287ae2f0395dd8edba0c9f170
SHA1: 4501770f784b5f0023068d388090bab22726c98e
SHA256: 6218a3390c24f84c518dec5e6c44e9653c88ec45e3c4528eb55687e0b59f22f4
SHA512: 357a5d19e8add9bb38672022936eb34ae721f51ed768eaafd7f6d6b4b0daa8416a834c37d2f13d4ef2dd2be6541d9ee1efee5ac57e478860f4b687489b5652f0
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: 6697
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: rust-rav1e
Version: 0.5.1-6+apertis1bv2024dev2b1
Depends: librav1e0 (= 0.5.1-6+apertis1bv2024dev2b1)
Filename: pool/target/r/rust-rav1e/librav1e0-dbgsym_0.5.1-6+apertis1bv2024dev2b1_amd64.deb
Size: 6285072
MD5sum: 9bf8454053d0e2c8dad8a1cbdcf124b8
SHA1: 5cbf9011a44a6a6e7c5743dbdeaf4ddafe1dd1f1
SHA256: 69a486445542b5b0f46108082f577ff51b34930d6ebb4216b68217b4c1e5717f
SHA512: a2d185723f18deff9b673f372d9ffdc6f63a749f504b6d0f4174f1621036476778463f421f222fd54685046d1f57c5808a6a0723d7d1ef1eb94169dab6ce7dd9
Description: debug symbols for librav1e0
Auto-Built-Package: debug-symbols
Build-Ids: f727e4367bb707e9119ca1de01ea1643a65d75b8
Multi-Arch: same

Package: libraw1394-11
Priority: optional
Section: libs
Installed-Size: 100
Maintainer: Guus Sliepen <guus@debian.org>
Architecture: amd64
Source: libraw1394
Version: 2.1.2-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.14)
Suggests: libraw1394-doc
Filename: pool/target/libr/libraw1394/libraw1394-11_2.1.2-2+apertis1bv2024dev3b1_amd64.deb
Size: 39188
MD5sum: 57d658261e3b541242d1324e09be7ee3
SHA1: fac7291fb30afc015387e32dc0da5d2f6b7e6016
SHA256: 578b0cafcb16d0ba67c0b2aa393b7e1609ec6e372fdb27184a2046fae315338f
SHA512: 7fcfcac9cd1caa21ab8d1a8b64414fc635ed0c66808be6fb85a33fba41f2cdbbf9909c888f1e647cb265fedd51603b01038aa0ea3de484eab8d158eb25fbe156
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: 93
Maintainer: Guus Sliepen <guus@debian.org>
Architecture: amd64
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_amd64.deb
Size: 73540
MD5sum: dbc9a3bd6fb898149a29479342991b0d
SHA1: 9287b50b225756c2ce2a3d8276be258789819c30
SHA256: ad5158cffec662239a3684dd0159589f26f0053ada99e42ec2bca68013287006
SHA512: e7a1c145bc9e64cc21529ba2d84d64c86eef15ed895e8886d6f662b6aea482e8d8948054e8a50bdcc1eacd20069e2194fa36ed1db99757c77d2d69f45af42de5
Description: debug symbols for libraw1394-11
Auto-Built-Package: debug-symbols
Build-Ids: cb004796cb9ac6a8711776d9660af87596288427
Multi-Arch: same

Package: libraw1394-dev
Priority: optional
Section: libdevel
Installed-Size: 181
Maintainer: Guus Sliepen <guus@debian.org>
Architecture: amd64
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_amd64.deb
Size: 50356
MD5sum: af02699a1cbc1b77e1c5da383224b501
SHA1: f489e612b1ab4ef672f2d57bc0024b5cab9f45cb
SHA256: 595f75fd9e141ff8da0a2627f4d11467927031ff23dd4c59675b7f299ea70338
SHA512: 872bcf2bc373cbc1169bae6ec66a8be65b1593edb5a306dd1c1123df7afcf5d576d927423f46b392a924f4afa66a3b8b3624790ca53e35f04777c9d4dac889ae
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: 88
Maintainer: Guus Sliepen <guus@debian.org>
Architecture: amd64
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_amd64.deb
Size: 30756
MD5sum: 178585b16cb1c1a8ad2588c1cc480f56
SHA1: 4137c78442141e5c8b785187ee56d90707cc93b4
SHA256: 6246b611a70ca2b6f22aba7e2980f260de40bad650dc418cad716037da8a850c
SHA512: 0bce712016aacce551dbcddf1d1aaf228f98e83fe1600f1c8f53d7f42bb5bb7eaeb1b8caca71d40931fb547e9b06beb304cb7bfa75b2ee16611eaab98fcb4b2d
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: 57
Maintainer: Guus Sliepen <guus@debian.org>
Architecture: amd64
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_amd64.deb
Size: 24404
MD5sum: f1466144ffb872fb13b7cd756c408d97
SHA1: 309e259c67177e27f136d4e49a6f5e0bc48dd338
SHA256: 6f5717bfca45032458cd8717489e9f42c4ff0851be6f2f6cf514d201a34b0a98
SHA512: 39d680152d2a4d891afe2f88743c23b826897b22ab5ff070131d2d5a937fd940917e95a343093bafee3676ed54473b020781b1d0fc11eecaf8d45195f9273859
Description: debug symbols for libraw1394-tools
Auto-Built-Package: debug-symbols
Build-Ids: 4bcfcfdd852c988a17c1e1f2fef2e7a50feeb7f6 9379df11f1d7c5d863e516f9cbf478ba5f047c0f a04404729dfc4ebbdba8ccdb277dc739cf7ed733

Package: libregexp-common-perl
Priority: optional
Section: perl
Installed-Size: 529
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Architecture: all
Version: 2017060201-3+apertis0bv2024dev2b1
Depends: perl:any
Filename: pool/target/libr/libregexp-common-perl/libregexp-common-perl_2017060201-3+apertis0bv2024dev2b1_all.deb
Size: 175052
MD5sum: e379cf2d11cc979d4cd6fc12f09c6b69
SHA1: a5bca288a6c5348a21cea52e71c55253af8cd85a
SHA256: 4030934e4fe9e12ea5c13082d080b11f67cba828bded9e540c91a4e5fffbd3eb
SHA512: 005ae9ffeb2be2bc0e1c451d381a1e9067103f4c2e2ee5d0ef9c0d20c9527a8c9f0ca41e3b1c24b094c61f6e6bc8a1a4d01357fa17ce0f4481a0d5325ccfd4d0
Description: module with common regular expressions
 Regexp::Common is a Perl module that exports a single hash ('%RE') that
 stores or generates commonly needed regular expressions.
 .
 The module currently provides the following patterns:
 .
   * balanced parentheses and brackets
   * delimited text (with escapes)
   * integers and floating-point numbers in any base (up to 36)
   * comments in 44 languages
   * offensive language
   * lists of any pattern
   * IPv4 and IPv6 addresses
   * URIs
   * Zip codes
Homepage: https://metacpan.org/release/Regexp-Common
Multi-Arch: foreign

Package: librhosydd-0-4
Priority: optional
Section: oldlibs
Installed-Size: 28
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Depends: librhosydd-0-6
Filename: pool/target/r/rhosydd/librhosydd-0-4_0.2024.0bv2024dev2b1_amd64.deb
Size: 8420
MD5sum: 05b4987b6f2b680537f192d51a4429de
SHA1: b0ca19ec4fa6b7b2f92ec07d74f6555191167b4e
SHA256: 468aa749cf715f92dc439a85f18ced0901de21c6c8123ce69fb80d839765b019
SHA512: f5404c083760088281ea2276ecb0f9939d6aafdaa72cf85e402bf45d343449bada343d1f2e555e674a13643738878a2538055bb063f3ff301a509267bdc016b2
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: 122
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Replaces: librhosydd-0-4
Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.59.0)
Breaks: librhosydd-0-4
Filename: pool/target/r/rhosydd/librhosydd-0-6_0.2024.0bv2024dev2b1_amd64.deb
Size: 34744
MD5sum: be51caea0d4d9abb604598b483daa89c
SHA1: 79c3f9f41f60de747c1924960cab4e637758d1e7
SHA256: 214d93e25fe480d731f8bf0b220f2a8ba5b1ddae5db9471fd6025a3d56071622
SHA512: f6b4f9028943f4229ff1b60ee2de7589b5b10b4a0d2442e0a5882ffbdcdabd6129704a1f7dddc0737e0a7634dc3e2f3ab4c3e66f267e932345bf1855415dbbb5
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: amd64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Replaces: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Depends: librhosydd-0-6 (= 0.2024.0bv2024dev2b1)
Breaks: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Filename: pool/target/r/rhosydd/librhosydd-0-6-dbgsym_0.2024.0bv2024dev2b1_amd64.deb
Size: 101104
MD5sum: 33ca6027ea12efcdb8f5e5a31b9c20b5
SHA1: b3216bbf829dfc762b7f094b30d1939b97aa4291
SHA256: bdb654f393108cefe32f25895922603f679a17842767590e95f149e8307be172
SHA512: a16acd28a815bb7a116bb69cfdc6ea36ce40efc464fafeabaaee1d748705d9fd7e12216bd12bdb59bdec9b0520bc17ae190de7ac83d422a9b9663c5ae4df42c9
Description: debug symbols for librhosydd-0-6
Auto-Built-Package: debug-symbols
Build-Ids: faf062b82b31e5f8aaa64f2f2a83232ca4fea0d7
Multi-Arch: same

Package: librhosydd-0-dev
Priority: extra
Section: libdevel
Installed-Size: 401
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Depends: gir1.2-rhosydd-0 (= 0.2024.0bv2024dev2b1), librhosydd-0-6 (= 0.2024.0bv2024dev2b1), libglib2.0-dev
Suggests: librhosydd-0-doc
Filename: pool/target/r/rhosydd/librhosydd-0-dev_0.2024.0bv2024dev2b1_amd64.deb
Size: 55232
MD5sum: 0fdc0b2975de5c9caaa7ad9ae05d9444
SHA1: 0e7c24b86d582943c37b8db44bd3b1dce882c524
SHA256: 9bb181bb4f79e15b5966e52764ed9dbacaaa3d92d95a870880484e0b4382a891
SHA512: 66c9311a362ea27e82dfe3dac9609d04c9f55af2ba4130b789037bcf08273bd8c15548b8fc486089bb43ad7a6791856f435916013c7567e39e66c617a4af618b
Description: Sensors and actuators API - development library
 Rhosydd mediates access to vehicle sensors and actuators.
 .
 This package contains the development files for use by general
 client applications. It is part of the SDK-API.
Multi-Arch: same

Package: librhosydd-0-doc
Priority: extra
Section: doc
Installed-Size: 428
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: all
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Filename: pool/target/r/rhosydd/librhosydd-0-doc_0.2024.0bv2024dev2b1_all.deb
Size: 40528
MD5sum: fcda0cbd08eeada6eeb0005376e14feb
SHA1: 2443dc887b013abd92ee1264061b6fe68985e32e
SHA256: a1dacdac0731b38392d19e6498bab65f5e57eafad6996b2759517edf8f22537a
SHA512: f57459ec9d2f3f3bcb87ed9d5562d47dcec8d805a21760f12492710adb1bb9ea648239a69c3fe52e88ef7a79f9b2e6d58e67bfe8fa74649dd435aa39429be0b5
Description: Sensors and actuators API - documentation
 Rhosydd mediates access to vehicle sensors and actuators.
 .
 This package contains reference documentation for the APIs used
 by general client applications.
Multi-Arch: foreign

Package: librhosydd-0-tests
Priority: extra
Section: misc
Installed-Size: 203
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Depends: librhosydd-0-6 (= 0.2024.0bv2024dev2b1), libc6 (>= 2.34), libglib2.0-0 (>= 2.58.2)
Filename: pool/target/r/rhosydd/librhosydd-0-tests_0.2024.0bv2024dev2b1_amd64.deb
Size: 38876
MD5sum: 6f3684996a375d3474ab9df03d0679d5
SHA1: 239f7cde207640938610f4a091f8c0b4c4358201
SHA256: c956599d168dd92962102cf4966530a9ce1b8feef55845145789fbe2196adbe0
SHA512: a79488b1afdb0800374ca7e111d62e0f5a833e195060a79f62ac2301878e5c6da7d4987bbe51a4a8648445c3ae1f20ba31074a8eb3408d3edb6c6a38f095500e
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: 139
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Replaces: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Depends: librhosydd-0-tests (= 0.2024.0bv2024dev2b1)
Breaks: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Filename: pool/target/r/rhosydd/librhosydd-0-tests-dbgsym_0.2024.0bv2024dev2b1_amd64.deb
Size: 82852
MD5sum: 29489750cd59d9ae2c588a3bfd112b46
SHA1: 69db7840995c1c03267e15072f476f602da73842
SHA256: 8a7391ea87ecfb50bf3b41255906406dc0a45183c277a6ce55cfdfe239a43059
SHA512: 26dc971b0815e8804abab3aedd464c487cac13a2c34a34517bcecff3ae5f12079f01ee927a33b53b5be82a69f7619456785037d577414c18bf15fcfe6bc73fa7
Description: debug symbols for librhosydd-0-tests
Auto-Built-Package: debug-symbols
Build-Ids: 13c38f1b25a661bfa18911b0d25c49b03593a53c 518c31b14ad4da24e4ad0817809c7c61377907ec b7ce44bd867df9dc76828dd9814670b450f4d13c c1c2f62c89c26282d7771939c2703551fb273aa6 c6b40507cd4597e88d6c2185f2b630f5fea03a44 df32eba7a950f3a2b59e1b9c7415ec055a60eccd

Package: libroken19-heimdal
Priority: optional
Section: libs
Installed-Size: 142
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.36), libcrypt1 (>= 1:4.1.0)
Filename: pool/target/h/heimdal/libroken19-heimdal_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 52820
MD5sum: a23090354b2508a18064bbcb47ed904f
SHA1: 98e5d6bd0f0a4937b25379ae33fa7ae2ebe23835
SHA256: e6ad7be80c4402f011f0e6d870a9e2892ea57fdbd55a860c23dea724f716e0e7
SHA512: 793bd83fde5cb2f77958579903163794fc2d07bb1247662d2be80c1633772cfa3188a50198036b506489d49d3e80a7999e4c852e6330a140957d86dba615c6ba
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: 168
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libroken19-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libroken19-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 146212
MD5sum: 6e0f54dfcc5a314b0397baecfdcb1a1a
SHA1: 9453a59a1b6ef4eb3ea395674d947435aab57343
SHA256: 5d0b6acfe7b05e9bd26f1d792e55cfd842e464dd9dc4c096f6ea676322343d5e
SHA512: 6da04d8b00965607253c3325f67eb9be56dcc1d962e85496786b65881ab1f2a89f3bc54a1e2a3f4001a527c46c36d87bb79e55a4f15cd16a2963ba76a99adc77
Description: debug symbols for libroken19-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: 746980a7d6ef57ab6ce20b47c22a72f6c22e07d3
Multi-Arch: same

Package: librsvg2-2
Priority: optional
Section: libs
Installed-Size: 10936
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: librsvg
Version: 2.54.5+dfsg-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libcairo-gobject2 (>= 1.12.16), libcairo2 (>= 1.15.12), libgcc-s1 (>= 4.2), libgdk-pixbuf-2.0-0 (>= 2.31.1), libglib2.0-0 (>= 2.50.0), libpango-1.0-0 (>= 1.48.11), libpangocairo-1.0-0 (>= 1.48.11), libxml2 (>= 2.9.0)
Recommends: librsvg2-common
Suggests: librsvg2-bin
Filename: pool/target/libr/librsvg/librsvg2-2_2.54.5+dfsg-1+apertis0bv2024dev3b1_amd64.deb
Size: 2623512
MD5sum: e485e176fc7ad0786e592148822a540c
SHA1: c899ef549f7ae2b2474c30a478a381d675f333d9
SHA256: 9c4c03e4338fa074dbf610f9233348e0372bb657535b239ab756d6a0f2dc17b1
SHA512: 033dbcbd3ed3ce8dd6d62ae18d5e4178571d746680bca5501b525cd64a0fa9c8e857c326f9507b9c97ec5c6cc8368517a6af6c4e2a35335e4153cd6099dda3e2
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: 9158
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: librsvg
Version: 2.54.5+dfsg-1+apertis0bv2024dev3b1
Depends: librsvg2-2 (= 2.54.5+dfsg-1+apertis0bv2024dev3b1)
Filename: pool/target/libr/librsvg/librsvg2-2-dbgsym_2.54.5+dfsg-1+apertis0bv2024dev3b1_amd64.deb
Size: 3430236
MD5sum: f761a52901ea7f97d577b97e201bbf84
SHA1: 9aa69debaae1f071c320bd738c6ff415d52bad25
SHA256: 6c0e8b6d0be132fb8580c02874d81699e9a3201c515b922c674bf5499620b3c5
SHA512: 1a75a02647ebc2fedbe8124a7c47b7d9602a9025983b8368770a784799a280ce0e9b420dd8fe3fca96e5abc0f906ac1b5bf9f124208bd744f1511bc046882aaf
Description: debug symbols for librsvg2-2
Auto-Built-Package: debug-symbols
Build-Ids: 048b6930be050b4d49943660517b3dac7d567eb8
Multi-Arch: same

Package: librsvg2-bin
Priority: optional
Section: graphics
Installed-Size: 5634
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: librsvg
Version: 2.54.5+dfsg-1+apertis0bv2024dev3b1
Depends: librsvg2-2 (>= 2.54.5+dfsg-1+apertis0bv2024dev3b1), libc6 (>= 2.34), libcairo2 (>= 1.15.10), libgcc-s1 (>= 4.2), libgdk-pixbuf-2.0-0 (>= 2.25.2), libglib2.0-0 (>= 2.50.0), libpango-1.0-0 (>= 1.48.11), libpangocairo-1.0-0 (>= 1.48.11), libxml2 (>= 2.9.0)
Filename: pool/target/libr/librsvg/librsvg2-bin_2.54.5+dfsg-1+apertis0bv2024dev3b1_amd64.deb
Size: 1592500
MD5sum: 4d4854f8fcad230630e9b42df72f3d99
SHA1: 84937d5b8b3a31cb6c1a9a9babaf1421f0c58f67
SHA256: 1a8696f97ad9ac0c136f10a612543a7cc16c6b06b974e244a2d7adf473d9cdcb
SHA512: b1357ffbc0ae055322e78b39ab5f80f1654675b183572db3412c2ca5be22fd903a8a0310245038c906626861393a5e2813fd8645d3c557c0d939adf0fcca27fc
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: 3248
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: librsvg
Version: 2.54.5+dfsg-1+apertis0bv2024dev3b1
Depends: librsvg2-bin (= 2.54.5+dfsg-1+apertis0bv2024dev3b1)
Filename: pool/target/libr/librsvg/librsvg2-bin-dbgsym_2.54.5+dfsg-1+apertis0bv2024dev3b1_amd64.deb
Size: 1346508
MD5sum: c0cbf6cd8628f6990c4bc064c153d60e
SHA1: 6050b7da9502909ab4b47704460fd7d023c26103
SHA256: ae2111cc08f1231deb5140a5c834744710ecd34358866a81e9b8c917c3c0306d
SHA512: d46a1503d5eb6f3ead74a487e5934074cf0f54e0e781c5ee245064cb7ee24be0f1c17599b65191359cb5889a1ebf2cc3cf2191b62680f07f93dafc389ef83105
Description: debug symbols for librsvg2-bin
Auto-Built-Package: debug-symbols
Build-Ids: 85ef777a524c00cb38e64923f5ff706500301488

Package: librsvg2-common
Priority: optional
Section: libs
Installed-Size: 86
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: librsvg
Version: 2.54.5+dfsg-1+apertis0bv2024dev3b1
Depends: librsvg2-2 (= 2.54.5+dfsg-1+apertis0bv2024dev3b1), libgdk-pixbuf-2.0-0 (>= 2.23.5-2), libglib2.0-0 (>= 2.50.0)
Filename: pool/target/libr/librsvg/librsvg2-common_2.54.5+dfsg-1+apertis0bv2024dev3b1_amd64.deb
Size: 30852
MD5sum: cbe495ffbcd427f2a7845772a9bebc34
SHA1: 0aec68cf82766284cede1e8abcedfedb700963c6
SHA256: faec4a835219d334d6449e20e27bd8bec35916cf963099a8521a55389b2d5e54
SHA512: edf13ded475696cafd726e505d19e86539f0d0ea1792e8a611a3ad6d00bf6132142d8bab7ad07ebec3e32429f37af8e66976bac16749563e58998df3b61e2c18
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: 22
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: librsvg
Version: 2.54.5+dfsg-1+apertis0bv2024dev3b1
Depends: librsvg2-common (= 2.54.5+dfsg-1+apertis0bv2024dev3b1)
Filename: pool/target/libr/librsvg/librsvg2-common-dbgsym_2.54.5+dfsg-1+apertis0bv2024dev3b1_amd64.deb
Size: 8768
MD5sum: e65c7a877d05d479d06b72dc7deb6f96
SHA1: decbd00378d9b8cb904d97f3efa76bc3dfb410a0
SHA256: f2abf3888b2c5d93b151c678613707dcae2cb5ef78a702463a7faba3e2e71665
SHA512: f93411841ecce785c85c801c4711a3ac5328e7290edf809a23c4a0f1487dbf68df07b4d605136a3520b728c8b751d81a58cf93b595fd03402fd62910f621c8fb
Description: debug symbols for librsvg2-common
Auto-Built-Package: debug-symbols
Build-Ids: b0178d0b55d45ac5c471b8fb245eb110df024672
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: amd64
Source: librsvg
Version: 2.54.5+dfsg-1+apertis0bv2024dev3b1
Depends: gir1.2-rsvg-2.0 (= 2.54.5+dfsg-1+apertis0bv2024dev3b1), libcairo2-dev (>= 1.2.0), libgdk-pixbuf-2.0-dev (>= 2.23.5-2), libglib2.0-dev (>= 2.50.0), librsvg2-2 (= 2.54.5+dfsg-1+apertis0bv2024dev3b1), librsvg2-common (= 2.54.5+dfsg-1+apertis0bv2024dev3b1)
Suggests: librsvg2-doc
Filename: pool/target/libr/librsvg/librsvg2-dev_2.54.5+dfsg-1+apertis0bv2024dev3b1_amd64.deb
Size: 65564
MD5sum: 0b6ad808f91fe8105ce945eb0eb74049
SHA1: 80ec611f12acda9c42ac9fe2cd3994177f3b758b
SHA256: bafefb684abc5e3faa7852c50b35a52ad9fe027a9ff9b577a5626deddd83548a
SHA512: ac64b48b3ea8c89a299c4d0f989889c458ba4f0aeefc5ba32ba5383630a8946cf1da7bea6c33ec1b9e8add1c81fc073e77219374d517945ab094be05b0bfca0d
Description: SAX-based renderer library for SVG files (development)
 The rsvg library is an efficient renderer for Scalable Vector Graphics
 (SVG) pictures.
 .
 This package provides the necessary development libraries and include
 files to allow you to develop with librsvg.
Homepage: https://wiki.gnome.org/Projects/LibRsvg
Multi-Arch: same

Package: librsvg2-doc
Priority: optional
Section: doc
Installed-Size: 836
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: librsvg
Version: 2.54.5+dfsg-1+apertis0bv2024dev3b1
Suggests: devhelp
Filename: pool/target/libr/librsvg/librsvg2-doc_2.54.5+dfsg-1+apertis0bv2024dev3b1_all.deb
Size: 80976
MD5sum: 0acfc8b62b29058ea50da6140c444072
SHA1: 32233238c5516a5716c9f85bed81f7b78eff3c4f
SHA256: 65d5e6a8bc82a5c80c53c99aae91c615e1caa9d6e760cfd7e8b59f9ae946b22e
SHA512: 8a9f6b95597d740bb3ab2f037ac68b5eabafd539b2f6125aca57ef180a9907deffc8ab3fd099740a7e67a445333d7e9edbd3bf1100aaa4a38b7be07a4d21231e
Description: SAX-based renderer library for SVG files (documentation)
 The rsvg library is an efficient renderer for Scalable Vector Graphics
 (SVG) pictures.
 .
 This package provides the API documentation.
Homepage: https://wiki.gnome.org/Projects/LibRsvg
Multi-Arch: foreign

Package: librust-aes-dev
Priority: optional
Section: rust
Installed-Size: 171
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: rust-aes
Version: 0.6.0-1+apertis1bv2024dev2b1
Provides: librust-aes+default-dev (= 0.6.0-1+apertis1bv2024dev2b1), librust-aes-0+default-dev (= 0.6.0-1+apertis1bv2024dev2b1), librust-aes-0-dev (= 0.6.0-1+apertis1bv2024dev2b1), librust-aes-0.6+default-dev (= 0.6.0-1+apertis1bv2024dev2b1), librust-aes-0.6-dev (= 0.6.0-1+apertis1bv2024dev2b1), librust-aes-0.6.0+default-dev (= 0.6.0-1+apertis1bv2024dev2b1), librust-aes-0.6.0-dev (= 0.6.0-1+apertis1bv2024dev2b1)
Depends: librust-aes-soft-0.6+default-dev, librust-cipher-0.2+default-dev
Filename: pool/target/r/rust-aes/librust-aes-dev_0.6.0-1+apertis1bv2024dev2b1_amd64.deb
Size: 85864
MD5sum: b44a6af6f9cb0e3fed95fde9b416bb8f
SHA1: 932d88a3647691f73f629864a149998b2282e3bc
SHA256: c19ab3903d51a2476c0e30c149222fe0aa58dec8e6ff93fd2385a445f7bbfcdd
SHA512: 41cd1d7a33b6959b5b4cde1bab81c699bd66ab81d589b91293675fc8bdc23db1aeadada672d2f9ca0dd920c3b2ce2a6c06b6ed84aa6d684ec51ec6b3700ab31a
Description: Facade for AES (Rijndael) block ciphers implementations - Rust source code
 This package contains the source for the Rust aes crate, packaged by debcargo
 for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-aes-soft-dev
Priority: optional
Section: rust
Installed-Size: 245
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: rust-aes-soft
Version: 0.6.4-1+apertis1bv2024dev2b1
Provides: librust-aes-soft+default-dev (= 0.6.4-1+apertis1bv2024dev2b1), librust-aes-soft+semi-fixslice-dev (= 0.6.4-1+apertis1bv2024dev2b1), librust-aes-soft-0+default-dev (= 0.6.4-1+apertis1bv2024dev2b1), librust-aes-soft-0+semi-fixslice-dev (= 0.6.4-1+apertis1bv2024dev2b1), librust-aes-soft-0-dev (= 0.6.4-1+apertis1bv2024dev2b1), librust-aes-soft-0.6+default-dev (= 0.6.4-1+apertis1bv2024dev2b1), librust-aes-soft-0.6+semi-fixslice-dev (= 0.6.4-1+apertis1bv2024dev2b1), librust-aes-soft-0.6-dev (= 0.6.4-1+apertis1bv2024dev2b1), librust-aes-soft-0.6.4+default-dev (= 0.6.4-1+apertis1bv2024dev2b1), librust-aes-soft-0.6.4+semi-fixslice-dev (= 0.6.4-1+apertis1bv2024dev2b1), librust-aes-soft-0.6.4-dev (= 0.6.4-1+apertis1bv2024dev2b1)
Depends: librust-cipher-0.2+default-dev, librust-opaque-debug-0.3+default-dev
Filename: pool/target/r/rust-aes-soft/librust-aes-soft-dev_0.6.4-1+apertis1bv2024dev2b1_amd64.deb
Size: 91840
MD5sum: 45eb34045c21b3001aac4e09ac9f47ab
SHA1: c0aae884682d903f904609ed223f1e3c3868bf26
SHA256: efa3cbb85b06d033c7ee097257657d553902b32930447f401cd1fd0f6894df1c
SHA512: cd58024d53299493c864bdd524a73e4c2f70aefe68f57b015eef021d65975390b7f035702a00130298a4e1a3a9537a2231758611cf25c55d2c959e9759644f70
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: amd64
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_amd64.deb
Size: 12164
MD5sum: 9a579fc5d3502dd265d1f73d9d87117b
SHA1: c85d12c1152b5d50ed0433617e471f1e117cd20d
SHA256: 753c0f3882be4060c913d010da56218ac8d4af9c5c6953acf2dbd0a4409667c9
SHA512: c212ea5a21b5f852fd7be7e8fc66a18a2ddc012aa570f611d9d7dbfca02c59c5546f85637ba1e4dff3bfd03ffbe34398f1ef7ed22a05cfa1566b7247919c981e
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: amd64
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_amd64.deb
Size: 46992
MD5sum: 9bebfbd37d0aff896ff3175f5607a195
SHA1: 68c365370007620c0a9c66bb1c1455900f776004
SHA256: 17658cbcce3ebee102bd9c4c4087c0f93545db8cda5177053a44e66c0548351c
SHA512: 907bc913913b0b436e1ca67250b46758db42fa783f0b5bd5f97499feb8676606f1d160d38b2c5cdd897fa7669acbfe99fce69250038b8a9be329b5679f814aca
Description: Encodes and decodes base64 as bytes or utf8 - Rust source code
 This package contains the source for the Rust base64 crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-base64ct-dev
Priority: optional
Section: rust
Installed-Size: 138
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: rust-base64ct
Version: 1.5.1-1+apertis1bv2024dev2b1
Provides: librust-base64ct+alloc-dev (= 1.5.1-1+apertis1bv2024dev2b1), librust-base64ct+default-dev (= 1.5.1-1+apertis1bv2024dev2b1), librust-base64ct+std-dev (= 1.5.1-1+apertis1bv2024dev2b1), librust-base64ct-1+alloc-dev (= 1.5.1-1+apertis1bv2024dev2b1), librust-base64ct-1+default-dev (= 1.5.1-1+apertis1bv2024dev2b1), librust-base64ct-1+std-dev (= 1.5.1-1+apertis1bv2024dev2b1), librust-base64ct-1-dev (= 1.5.1-1+apertis1bv2024dev2b1), librust-base64ct-1.5+alloc-dev (= 1.5.1-1+apertis1bv2024dev2b1), librust-base64ct-1.5+default-dev (= 1.5.1-1+apertis1bv2024dev2b1), librust-base64ct-1.5+std-dev (= 1.5.1-1+apertis1bv2024dev2b1), librust-base64ct-1.5-dev (= 1.5.1-1+apertis1bv2024dev2b1), librust-base64ct-1.5.1+alloc-dev (= 1.5.1-1+apertis1bv2024dev2b1), librust-base64ct-1.5.1+default-dev (= 1.5.1-1+apertis1bv2024dev2b1), librust-base64ct-1.5.1+std-dev (= 1.5.1-1+apertis1bv2024dev2b1), librust-base64ct-1.5.1-dev (= 1.5.1-1+apertis1bv2024dev2b1)
Filename: pool/target/r/rust-base64ct/librust-base64ct-dev_1.5.1-1+apertis1bv2024dev2b1_amd64.deb
Size: 28776
MD5sum: 9acbfc29ab79754b529d082edf8b7166
SHA1: 547ad05fe3637c71018525304de52169dfda725b
SHA256: e84bed063ce5ab6c97647ac9ca32d949767b8b194686bbb2e2a82a889704f4c3
SHA512: 05307e9b5eb910babd4ddbd7ecd6cec028eb0f3552f1155c47edf21af9bb25f22eb1484ee2d71165e931a80b472d8c1474bc6598252156e8312a667f72ef16d8
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: amd64
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_amd64.deb
Size: 100056
MD5sum: 65e91fe7c2ce0e8601fb06107b0e4000
SHA1: 05372972095e33ea66b50d1f19581b0a5b8e403b
SHA256: ab7f8691eb1b61bdfa1d593212ecb6a2790e97515edbf81bb23a254107e42dde
SHA512: 957febfeaf73e93fc143eeea2d4c619acbbb54a2024f700b0ac4310dcc047ba22b9dc50fddb42b829dd541536816074565010a2c5fc3b687d47763a61e4e1dfa
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: amd64
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_amd64.deb
Size: 35584
MD5sum: 2ea6ee2a515bb670d47ff9b6130a439a
SHA1: 5ede8feee05e1ce8684ed692b299c60340cd13ae
SHA256: d1a5e5f9da3f98d3db8b84acda02f7606fab87a76d516dadce75199e08e867df
SHA512: dea1d6abf531e8423f3cbe200c49b24b313f29ae1cfde887b2ab3bda409e392ae2c9281fa353e33e7829ce86c3abb02ff7bfb817747b00199a19a2435eac0ec3
Description: Super-powered Reader - Rust source code
 This package contains the source for the Rust buffered-reader crate, packaged
 by debcargo for use with cargo and dh-cargo.
Homepage: https://sequoia-pgp.org/
Multi-Arch: same

Package: librust-bzip2-dev
Priority: optional
Section: rust
Installed-Size: 113
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: rust-bzip2
Version: 0.4.4-1+apertis0bv2024dev2b1
Provides: librust-bzip2+default-dev (= 0.4.4-1+apertis0bv2024dev2b1), librust-bzip2+static-dev (= 0.4.4-1+apertis0bv2024dev2b1), librust-bzip2-0+default-dev (= 0.4.4-1+apertis0bv2024dev2b1), librust-bzip2-0+static-dev (= 0.4.4-1+apertis0bv2024dev2b1), librust-bzip2-0-dev (= 0.4.4-1+apertis0bv2024dev2b1), librust-bzip2-0.4+default-dev (= 0.4.4-1+apertis0bv2024dev2b1), librust-bzip2-0.4+static-dev (= 0.4.4-1+apertis0bv2024dev2b1), librust-bzip2-0.4-dev (= 0.4.4-1+apertis0bv2024dev2b1), librust-bzip2-0.4.4+default-dev (= 0.4.4-1+apertis0bv2024dev2b1), librust-bzip2-0.4.4+static-dev (= 0.4.4-1+apertis0bv2024dev2b1), librust-bzip2-0.4.4-dev (= 0.4.4-1+apertis0bv2024dev2b1)
Depends: librust-bzip2-sys-0.1+default-dev (>= 0.1.11-~~), librust-bzip2-sys-0.1+static-dev (>= 0.1.11-~~), librust-libc-0.2+default-dev
Filename: pool/target/r/rust-bzip2/librust-bzip2-dev_0.4.4-1+apertis0bv2024dev2b1_amd64.deb
Size: 34612
MD5sum: 95ff56481da59b1327319327d89718cd
SHA1: 5d9fc70aa655ed3500b2ff7d8cd7432be2e8d4f3
SHA256: 3efd34528ca39557d8025048ced92b046956577d0d9bdd6e0e867af9ab9c3b2a
SHA512: 277c363c2f4d8383402303e523e6275339c1d1bf1b76ea35e2cc1a5e15d7480385de6db53b1b17a6269b44e64ff9237b749fd500adc0fd69fbde44dfbc3be594
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: amd64
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_amd64.deb
Size: 9340
MD5sum: 589a75bb965844ac182968831bd42775
SHA1: 8919bcb409e46b531290f6476ce81d3bec5916e3
SHA256: 448b87cb808d1c238247b7f6105c61eb79196ed1f0fd5ce70b891b31cccf4443
SHA512: 220588fbd01580206d49597b6f5c2e3e92382d31839cc89b32343227d7bb1dda1a297afc4d15df4d121f364da652b157965db1794e0e3648a2c190972ba70680
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: amd64
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_amd64.deb
Size: 15396
MD5sum: e96ee4e6ecd909bcd25b622f3106891f
SHA1: d85a828c8e5ed2d9a6fe4e794f8dde1ddace0abf
SHA256: 312c559e27787247cb1633e38f167be9fbda094e9e8ace0ec96f28114979232c
SHA512: d22dfe0463316723a80afcd96f9e8e5284f4060a2982fb32c0725235b4119cd62c2dc517a1cda64765c3ac453b6a38454ec52d437f5ee34db0190626a4bac7e6
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: amd64
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_amd64.deb
Size: 21028
MD5sum: 60be80899141d1e91db7be43e9ee5022
SHA1: 35f95d0f9ff975514c7c5daf708112f20ced9f76
SHA256: a06e0b7945afedbec7b6bd6be60da07fb4cd0f876cbf1c1daed0c0f9f483a56c
SHA512: 9d098dcb0f68afcd852d6e96a78dac6a1a4e23384f273c97f3989a2e049e803644237920675ec0e4d7519ff04cfc1d403a60fc92ec9aaf87405b8cc07624dd89
Description: Generate shell completion scripts for your clap::Command - Rust source code
 This package contains the source for the Rust clap_complete crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-clap-complete-dev
Priority: optional
Section: rust
Installed-Size: 140
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: rust-clap-complete
Version: 4.0.7-1+apertis1bv2024dev2b1
Provides: librust-clap-complete+default-dev (= 4.0.7-1+apertis1bv2024dev2b1), librust-clap-complete+unstable-dynamic-dev (= 4.0.7-1+apertis1bv2024dev2b1), librust-clap-complete-4+default-dev (= 4.0.7-1+apertis1bv2024dev2b1), librust-clap-complete-4+unstable-dynamic-dev (= 4.0.7-1+apertis1bv2024dev2b1), librust-clap-complete-4-dev (= 4.0.7-1+apertis1bv2024dev2b1), librust-clap-complete-4.0+default-dev (= 4.0.7-1+apertis1bv2024dev2b1), librust-clap-complete-4.0+unstable-dynamic-dev (= 4.0.7-1+apertis1bv2024dev2b1), librust-clap-complete-4.0-dev (= 4.0.7-1+apertis1bv2024dev2b1), librust-clap-complete-4.0.7+default-dev (= 4.0.7-1+apertis1bv2024dev2b1), librust-clap-complete-4.0.7+unstable-dynamic-dev (= 4.0.7-1+apertis1bv2024dev2b1), librust-clap-complete-4.0.7-dev (= 4.0.7-1+apertis1bv2024dev2b1)
Depends: librust-clap-4+derive-dev, librust-clap-4+std-dev, librust-clap-lex-0.3+default-dev, librust-is-executable-1+default-dev (>= 1.0.1-~~), librust-os-str-bytes-6+raw-os-str-dev, librust-pathdiff-0.2+default-dev (>= 0.2.1-~~), librust-shlex-1+default-dev (>= 1.1.0-~~), librust-unicode-xid-0.2+default-dev (>= 0.2.2-~~)
Filename: pool/target/r/rust-clap-complete/librust-clap-complete-dev_4.0.7-1+apertis1bv2024dev2b1_amd64.deb
Size: 27072
MD5sum: f336f23bca40cb20554c642616731142
SHA1: 06f2ab9cf619d4b305df248af8b16cd1773ed10f
SHA256: e93a93844240e044a038f328cdd8a3d78c2f0eb37cf6977ea30983189e8304c7
SHA512: 22b043fbe109d1df84f496886225dd29b01428ca5030ca3e3b20766c0995ba73da4635ee583af3440c0db417c89f619dc0be8ee6a0cfe2b23ca7d33fd387bd80
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: amd64
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_amd64.deb
Size: 26648
MD5sum: 799f8453268139df95a8082b2299af24
SHA1: 2bcfd2cc815588d43c328d8a41f11f7e944bc99a
SHA256: 8382064a916c129425cc86f7bff1cb38850f9d791f926a78224f9a053bc0e498
SHA512: b7e192107c80fbcb106bb7abe13a86a7a64ca672558538998180c958080e203e08c84cf6bbf928eb1345a87cf0dd7bd5a4c8cc70d0a725d66723d88502eccc64
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: amd64
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_amd64.deb
Size: 22104
MD5sum: 151f38391a38d8a5feb80a14909b473c
SHA1: 22abfec8a8ad92a023ccff1d0499abe913295fa6
SHA256: 04166ad8d28d40c859a069e9669a673dcca81cdf652f19c72c0ea963c1ad5f98
SHA512: a408596fa4552d07bf137dccb5781b36a24c1453147d90c43b667e89fcbeb44ab63302032befed41ad455c53a71f2a2ba55780814c9d064ab90f7396eec8c85b
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: amd64
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_amd64.deb
Size: 10104
MD5sum: 44ef0e3b90f5cefcc37ad79f7c7628f6
SHA1: b2e5c1087cc9cfbb974ea4f8403f8418869f7d76
SHA256: 40f46639f797d98e93585623bb13fc3409df67de205a9277f33d80eb454a0706
SHA512: 69984418a361a3b7f1d279d3de1a5136e32db5b8810ef1787d8b9d7d033e6d252db115ac0ecf28b4c967cbb21c1f7411d389914c15790190e6921c12a52f8fde
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: amd64
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_amd64.deb
Size: 14192
MD5sum: 5bdc4047858f3bdc4c94ad2dfac09bab
SHA1: 76f200c6dcf132705bef6b9127cdf680cc491057
SHA256: 583d116dbf018dd6df41bb276ba199cb6aa3042c28f9dc764804cd8906af5749
SHA512: 5b62003ee55ae35661a73a75ad741982694dac6e6d3dddbc14d8f2453fb16e941990a6e539fcba8d152ae8b18fca2f3444a2f86a6e3739a837a61ac8bc43d469
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: amd64
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_amd64.deb
Size: 12852
MD5sum: bab3626824baf8910dcb689c5126bb56
SHA1: 6eb51d7b146fb2d7710dc0857eea2d7381093ef3
SHA256: 939e40aa39a0885cfcaf847d3353ff801007ca636c069f82bb853fdbc8b2dd5d
SHA512: fe18a8647b5cb387e2062127cce471bd686fcd7cbc6d0564c0d0f84eda688c20da760ef94e6bdf7ab5ec8cac9134a59d8a31855b04ee96079c649115740cb9da
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: amd64
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_amd64.deb
Size: 11388
MD5sum: 048b6f24264f8ea544ca0ad3de07fa19
SHA1: c6952f2e9c63993d8dd0906cf50706b4b96202ce
SHA256: bfd76bf4fcf0d40fb1a6443aa04f31a209ffbad78ef5896b08ed0179ea07844b
SHA512: 4d62f0648f919b0296eaa0e304143257e26c5dfcf160f63c2e302110e1083c2db015fa0e4fe2b288bba412f1b1dec6850ab915de82f7795369f05477bafea523
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: amd64
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_amd64.deb
Size: 1188
MD5sum: e1b80dcc0dcbeb8dc428f4155dffa515
SHA1: 48f821638588b667cf7128a98a36289253791462
SHA256: 7c47595be94c6a10ee184b30e5d3f08100dd3274f436bd29472ba5c3dd213b36
SHA512: f5a35c05cf320d475f9c5ecc4a0deb2ca3bd2ad78669f983904ba081768198382f30272d3c61ea807b9ed5da591652daf77248ba17b607cd87645a5c4d0ccf39
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: amd64
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_amd64.deb
Size: 1148
MD5sum: b4eb61edff741427c4b620f8da525f39
SHA1: 3db1cc74a40c2ac3f1288720e571d5d5bfce35f3
SHA256: e7eafcf7ea255a4f064c8a45ca8c4889b5b68e776c8dc1a21c043f92dead24d8
SHA512: 9a8df02a0bac4715fc149288a94f8dd7c7d5578b188d78b2f13fea7e7405dc08846e8cddf239d85360fe8470abb5de7a4eacccabb9391d096e512f39ee6f36c3
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: amd64
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_amd64.deb
Size: 24144
MD5sum: d5b6c0828226f03fd5dd2b376161605e
SHA1: ecefd2a07c2f264cc3ad66bff3276548df1d5d5d
SHA256: d3b0b258838ba6d2aeda3ce0d35b6554d2432898ef42d80aaf7cf2bbeda842ae
SHA512: 05d0bd821a066e101a612e8b6e1545d05129ba4c1bb44c89a7712ef0d3d4ed5f4c197dc54f10667820bdf3e9e9b74f9edb65a1ec34903c08d51ee609c4892ab0
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: amd64
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_amd64.deb
Size: 1296
MD5sum: d266ac4ad86fea441d8440c458e9387c
SHA1: 96c50a8bfcf42c2e68464eea11c3b2168ca63246
SHA256: f4b21df2cacfb5af1d5314f1a0eeb1d906238234dea9303bef05b73c93879990
SHA512: baede2ed65d3e06f8ce84d85e5f74c6a1d0586ed3c67067c011c4c6fefbdb0ecaf7f85f4f1513c7092b4c0f1a7cf2bb9781f8c25a4948139a81de4913e49e213
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: amd64
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_amd64.deb
Size: 1228
MD5sum: eb659317fca4757498114651b3f2d36f
SHA1: dbdea0a4653a51909da45fb77c7752430f464a80
SHA256: 25c7617d17a4e5249cc5e8cc1468050efbf48a961694fbb03a9b5208864510f8
SHA512: 12ca931d74e13224d31b20b766351e853e6011fbd4d1eb57df5b57588881055b5255a7a286375f15aedd29a036d32b71f853cc2d49e0f05e4617712d09e404dd
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: amd64
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_amd64.deb
Size: 49724
MD5sum: 98f448eac33fad2483b06409715f0ba3
SHA1: cbfb57e05d3b193aeaf326f905332d0d3a349b10
SHA256: facf5302685ea7dececb26d736cb0ef341a8e3a2e5863057fbca736ec584fccb
SHA512: e3a7e999e7284464707a07d8af836788a231c72536fa118f9905fbfe98d42741ff3148e1c0fe8c4bae88b8c5754a65bd6664171719aa9697b04b68a28dc1049f
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: amd64
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_amd64.deb
Size: 9880
MD5sum: 76a6d3733cadc04d2dd3cb06f309cd1d
SHA1: d9457752e2bc88a29c67aaac311bbd2b76eb64e3
SHA256: 0a1f79230c827570cc193ad7dc2fe937cf7b4a4a8fba63cfb9fbd6a4b6528166
SHA512: 5f7713cdcd9b2cbbd5829d16b6fcddc952127f6266ea11c8e9fb5383ed8174eac03d7a3ae5d6862ab2b30c3810d0c9ef44ad8375186ee008fd629a38f8e1ccb3
Description: Simple file accessibility checks - Rust source code
 This package contains the source for the Rust faccess crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-findutils-dev
Priority: optional
Section: utils
Installed-Size: 378
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: rust-findutils
Version: 0.4.0-0+apertis1bv2024dev3b1
Provides: librust-findutils+default-dev (= 0.4.0-0+apertis1bv2024dev3b1), librust-findutils-0+default-dev (= 0.4.0-0+apertis1bv2024dev3b1), librust-findutils-0-dev (= 0.4.0-0+apertis1bv2024dev3b1), librust-findutils-0.4+default-dev (= 0.4.0-0+apertis1bv2024dev3b1), librust-findutils-0.4-dev (= 0.4.0-0+apertis1bv2024dev3b1), librust-findutils-0.4.0+default-dev (= 0.4.0-0+apertis1bv2024dev3b1), librust-findutils-0.4.0-dev (= 0.4.0-0+apertis1bv2024dev3b1)
Depends: librust-chrono-0.4+default-dev, librust-clap-2+default-dev (>= 2.34-~~), librust-faccess-0.2+default-dev (>= 0.2.4-~~), librust-once-cell-1+default-dev (>= 1.17-~~), librust-onig-6+default-dev (>= 6.3-~~), librust-regex-1+default-dev (>= 1.7-~~), librust-uucore-0.0.12+default-dev, librust-uucore-0.0.12+entries-dev, librust-uucore-0.0.12+fs-dev, librust-uucore-0.0.12+fsext-dev, librust-uucore-0.0.12+mode-dev, librust-walkdir-2+default-dev (>= 2.3-~~)
Filename: pool/target/r/rust-findutils/librust-findutils-dev_0.4.0-0+apertis1bv2024dev3b1_amd64.deb
Size: 53120
MD5sum: e423c5d88f29b15b0b772fa6cc243cd1
SHA1: 9348494a12120ce1ca8176ac1fa35c294cf2b731
SHA256: 86c66cf54de2f57070752bc6088cf54b5c5c322dca3640898f6ba0478bdef782
SHA512: ac19cae5cbe6d8b1469139a76974570561d106cd710440a6d4c83bb6f4dd4b6099b6b325c898cb025b2a0e341aefb9a389a337fc9bd1a9a82003980e017b125f
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: amd64
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_amd64.deb
Size: 17224
MD5sum: e6ed7eb5607623c0de6b46ec651784f6
SHA1: 9fcd5e8669eaf8ff71fa5f1c11893172b393a065
SHA256: 38cb24f9769d263d3ae2ccfdbef7291876306d08d477c2329d96b452cfddba5b
SHA512: 95f9f595cd5f505cf4ec4902524e2b0adc2f0a02685ad90dd2604a137253376b7afdb57c98f14e5944e45fa228444e1fe6fb270d8aad8ca38896480ebf19b6fc
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: amd64
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_amd64.deb
Size: 6240
MD5sum: 7f92f6b6f377aae0a3bf069c0ec5b9ab
SHA1: 07e92924613c109063078e6ed17921cfcbe93997
SHA256: d8f6c084ddb702cbf0e011d738f88bff7f632cb4263386357516a63f4a031d44
SHA512: a5068bf425320dd642fb34eaae39aae3dd5e4b3ceb994a08f8bf6ae2c2aa548d94630c9ab25a8235f8de47a569f6076e9408b4f2945676357d916594b0f887e7
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: amd64
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_amd64.deb
Size: 12308
MD5sum: ad18dfd4b4d5ff186113a8b3fe7a3d17
SHA1: 01302276d34de5892d3e5b786bc84301b8aca1f1
SHA256: 954c2d984311b165fbfc9854e9244c4f74f0c00015e955f9325c1364000d76a7
SHA512: f8ac381f7a587a441a2835425316a1637b0a65a7dccff7960680bd3a172c477d6f7265836e6d327d0b26ff14c8620ebeb0dfa6573e3dbeca5793e80fa7a7fbf3
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: amd64
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_amd64.deb
Size: 10976
MD5sum: 41cf4a8472fb91f8cee51404d2f45144
SHA1: 72b3be2ccca4e053983c819b209badb570bc65e2
SHA256: 5403c0ba6758ecfcf8bfb16de58686d274b0180ff3cf3bb2e6dfb84bff6aa943
SHA512: 136e5277ef699389cd5cb2d89ad6d965e3c2fc9f310970a72509ea8b89f15fd6c640f14cfd2b0829d78796785691b10436dedc2d0ca774757ac97b4945c2bb08
Description: Default TLS implementation for use with hyper - Rust source code
 This package contains the source for the Rust hyper-tls crate, packaged by
 debcargo for use with cargo and dh-cargo.
Homepage: https://hyper.rs
Multi-Arch: same

Package: librust-idna-dev
Priority: optional
Section: rust
Installed-Size: 2247
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: rust-idna
Version: 0.3.0-1+apertis0bv2024dev2b1
Provides: librust-idna+default-dev (= 0.3.0-1+apertis0bv2024dev2b1), librust-idna-0+default-dev (= 0.3.0-1+apertis0bv2024dev2b1), librust-idna-0-dev (= 0.3.0-1+apertis0bv2024dev2b1), librust-idna-0.3+default-dev (= 0.3.0-1+apertis0bv2024dev2b1), librust-idna-0.3-dev (= 0.3.0-1+apertis0bv2024dev2b1), librust-idna-0.3.0+default-dev (= 0.3.0-1+apertis0bv2024dev2b1), librust-idna-0.3.0-dev (= 0.3.0-1+apertis0bv2024dev2b1)
Depends: librust-unicode-bidi-0.3+default-dev, librust-unicode-normalization-0.1+default-dev (>= 0.1.17-~~)
Filename: pool/target/r/rust-idna/librust-idna-dev_0.3.0-1+apertis0bv2024dev2b1_amd64.deb
Size: 204820
MD5sum: 164fe1a3799e8245d3169be89a74d26c
SHA1: a72006534690466428dc0f21c5c6ef4903a1b061
SHA256: 74d83e9d8d269103576eccb5259c24dcfb55096a8847acc11020ab81e7833f51
SHA512: 3a5c3811cd9a9db9ea56a07bdbf22ca6ed92ef886d9345d36dd58386e9ade1861b2cc4fa7f53cefdd823b863ba190ff65abd719f134c35bf97b4774efa57387b
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: amd64
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_amd64.deb
Size: 45824
MD5sum: d9fbced72b3f2b27f0de201e5c034a51
SHA1: 987a691aa9e48576ede5f726ca4971f327dabd26
SHA256: 4a87dbb80f2576e3a15d02d1bedeed69b62ff31522e41ec30083b7ce054a6d2c
SHA512: fb3296e5c8e9f3984b7883f580eba591d63a7bf94754ba57362a69008764ddeab53e332bc20e325fa7083132f7940a39b4d310441dcde3c63bee92f873b2fbc6
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: amd64
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_amd64.deb
Size: 11732
MD5sum: 9c8096004f950ab1977d95903811fac9
SHA1: ecbe74d23870064e46b178c3dc6db4b34fe82ca6
SHA256: b35581e5d8fc2419dabcb0de963f52c2c37595cdf774332aef3f783e94a701a2
SHA512: af69818ea4ba0570b8af544c77fc3226fa1cf79bf5eaa9dcb5436e6e2c1b3911f24fe2c697a324f02aa3598d0ea39571de0efbe59212f3250261f94512ef5af0
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: amd64
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_amd64.deb
Size: 186804
MD5sum: bfc558e60e3d2e1a32e0204d17ae747e
SHA1: 94c48cc4cf6e2a9549046edbb68405575ec42736
SHA256: 43b7777393d25983ab37387453e6300ec5c1b45e9442cb6feafb147a79e7f3a6
SHA512: 57acc99a92cd9236286aeb62c57a1db8fec4089d627af03fb03bcbddd3231a7d0816aca50160e748f869e91da1a0e8285f21a9e52637db115ce18b6d5d2eb5b6
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: amd64
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_amd64.deb
Size: 13036
MD5sum: 74081ae5950409a24f5f856dbaf9ef65
SHA1: 8a1966e511303af8204bc31aed7ac7991170de5c
SHA256: b6a64df1c3237816c35bba201e2b84353c236183a70ff57b13af23567e0298b6
SHA512: 727cea9dfd4c0778afa5ec0cec935584ae06941d6667d7d3fa630c73305914d8dbe432e6be73ae90817d6b7731a9af3de58fc06b543a6cd9c85962e53f5489ca
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: amd64
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_amd64.deb
Size: 22380
MD5sum: 26ca339d44eafeca209bd516fcd58d4b
SHA1: 479ac326713ce9f19f388b50afd24184cf727022
SHA256: b778baef61cd4afd16da1a2a7e7ee4166b46dd8e933d02c26a752d7fb4f6956c
SHA512: 8549aa6cf65b242782bc36f20b9c668087b9ae8057ac07e4f7790a3245da49c99433de6056dc4045a5aae758c1c2c35ef8bb9188f0d1344c5135fcbd2e99f8e2
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: amd64
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_amd64.deb
Size: 1256
MD5sum: dcab0638d34afabb0b5ffcb8f2b02203
SHA1: d163d96ac1ba5ec702b8f856f13d9061f21ae650
SHA256: fcc8f8ff8c9fb6e7dc4fb08ca799703402d7cdd85881b05c9cf5436b145b142c
SHA512: 105d0bb2feb33234dc20b86773b99947fc0e72d21fdefb0217971090da2e95dd1045b893047ebc2d1d0f60dd7192ce0cfdf7b17dab532129c99f01738f6ecfc7
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: amd64
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_amd64.deb
Size: 1200
MD5sum: 7ede6c66c51a5de3e44b6f522b3aa8a0
SHA1: a76912e762674b294e8207be86f72d3789e70dbf
SHA256: fb27a4862b395ad65d1b1f02a266e5f77dc77315bf45e967302709302561c4d8
SHA512: b85b75daca8d7a040af80da29fdcc38900edadac8fbe902955c541a514d1577ca08b51b3c23eb0f691b6eb57967e834972c5cc2e3feab9b1bd596ecbc509380b
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: amd64
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_amd64.deb
Size: 1196
MD5sum: 9f4f2524a83f2e1b53043846188aae8b
SHA1: 76ab01d1eafdc5c143965f4b9b22b873d519e37f
SHA256: 7c3b5326109b5ffc948e9d6294bad9fe4985007c77168b896d0241a8939b1d40
SHA512: ce605f960a271ff65c0c7b683bd00ca3948598b47f19d1cb1b3d1937f8104d9e026470d1f683e4e2392bb73816f6157c84b8cb4746666b5ab6fd5bbf1d35c517
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: amd64
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_amd64.deb
Size: 1224
MD5sum: 96a73795fb7206627708057817457f9b
SHA1: 3375025f1b474ebe856689ea614f395422987e82
SHA256: 00e0428eb33648aaaaa169e1a340c61145566bca2b33384e59942f1acc100ab0
SHA512: 7f31bdb4e327c1626eaa0d15d9b0cd1457c272909275715ef3ba91dd883b61789a70d69ac368dda9f1bf8c6780396c5ba79ca8845f52df1dd4cd18fe469cd993
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: amd64
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_amd64.deb
Size: 1212
MD5sum: 9f14b97c11fa1da28f98d64e856cb07c
SHA1: 531f725872495ea34525ec61240f27d4192f1404
SHA256: b47491ca4108afeebd7592a9789adadc7ad99f8d33fd16cfb6b1315cc2892955
SHA512: b8e5bb60ae5496eb38d6fe30851b6893b6c12c58bb0b418b9796509ffed83fa081d84c27ca596c1acb72a02188f31a74d023f10ae0fe53d39e437ce13f6d8a71
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: amd64
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_amd64.deb
Size: 8792
MD5sum: 0a53cbbfe27ee6ef20c581553710ba38
SHA1: f09f6c0c78d406676edc56ef71c9401cd6bf0ebb
SHA256: 4c40157c1ef519817545a7604b75ddfa0a638271f39702d31cf577e4826011f1
SHA512: 54becf4e0319e6365b4a48843d42d3a219518c952d30a7c633992002453a1c95b0a4674588c046388b634ab6436f02bf4c9b70832b069e31239d86b03798deff
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: amd64
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_amd64.deb
Size: 486072
MD5sum: fdf24ed3adb49f1ff9ce0153ef54422d
SHA1: 59b7211d502bcc365f5faac5961e002435dbe518
SHA256: 0725f718416dc6b53bfaea5fed71e7cf3760116c629b9a8fc8533444c30dd7ad
SHA512: 4a4b8c9aea89d15e38aea6d2b1f9f8de79e92c49740f19924b1948aff813ebedee900305ef4b4dd554515d47da701ac09da6ac71672c9ba93086710829e19aae
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: amd64
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_amd64.deb
Size: 27452
MD5sum: 3c709cdd582ae8ded057c64b300ceaa5
SHA1: 287138aa54316396f38a01253881bedf5da28ea9
SHA256: 72ca9ea6069cc8da1a6eae04f9903d69364e90a396c6832b5eba71a47776eed3
SHA512: 02071bb57d203588b15e852c3efc5b05c00973ddf76447f20e998881dd3a88192d7a11328e76cfe57a1339c3b4c5aad2571796bcdeb6a8e04b12483c304b4a6a
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: amd64
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_amd64.deb
Size: 4732
MD5sum: 68dedd1c9a61e9c18f19d173ddad5472
SHA1: c030bfdcc0cd103a1434e516f6323324654e3299
SHA256: 17458ba23b440c6b7734fcb8703df1b0937a9960c3aa722993ef1626a54e2fc1
SHA512: dfabe0b9a82a9cfbae873f330f752024dbde76854434a49519aa81330d4634ec761c41e9457534db86a38a9ca5e1e4a7eb9e1ba43f5b792484d9c2de8f9a4a1c
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: amd64
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_amd64.deb
Size: 35556
MD5sum: 36caf6ecea3a87f2531799bce824026a
SHA1: 649c3dfc73ff7c71c52bd809dcc5529fe8c35544
SHA256: 96941600d7b61648044b6cf474b1aa7bfca3be7b11c5dc655fa246ed1b9bf74a
SHA512: 27c6bee75d3b25d78d68ff7f31b49302d6c0bc8d3c23f3538a1c7ff324c45fe8d2fbe9ffe3c75481063b68740bdd964b99844446e1e32ea4acff2c2bea39392a
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: amd64
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_amd64.deb
Size: 21708
MD5sum: 22c53a5abb803bbc0ce7b72e94910a06
SHA1: 23c36f245b97c0acf0b30606d868b8c993368db8
SHA256: e5deb87046fdc7da81163cefd424e3ec8023892b1f2dd931324751bbc1bb0488
SHA512: 12d573d4f6ca9fc8d71be9f2a3a66cb6ebcec734777ee9ac1f9a06ad402f06fb3df75f07ad66a82b6265af82059b32c954392efd8b4e1f80b47470d7b5d7574e
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: amd64
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_amd64.deb
Size: 33936
MD5sum: d7ae4c96ff4573ee9a90959e65884793
SHA1: cb30c8cd55cfbb3f74b966aefc288f163e258fe5
SHA256: cffdf870b3fda8a26ab94576b048bd3ba333c9c63d09505d699a47a6951e81cd
SHA512: 39240e78087b399d0f6ea4e374d82a52d3b7e243b9818bd9e9ff9e0158c916b97f9265c83c2a7b9a5010f9fe236edfd386b8e774fd0f398732dde616ed711457
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: amd64
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_amd64.deb
Size: 25600
MD5sum: c226f68366d46165e4dc529bce421029
SHA1: 41d71257e4a0d6a26deb016f61845eb996893704
SHA256: 7686929467421eeb774354f97aaa7f5c39bb8d1763b38be53fe7e4abc96362ea
SHA512: f266722d99371787ccd156c224b907714d445966c22eafb92c9800949a8fcab04ba99c09360a2e2acc0b7a485d9ce0c6f8fef73d50374547d093e789fc4bc50a
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: amd64
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_amd64.deb
Size: 27664
MD5sum: 08cd081b014625e044ee84d0fc562c06
SHA1: bd8882325883a0dea5f37e2af10da65dddc19c48
SHA256: 22f99aabe28d80be204efdd40963361431a413027ed6e919b96375327740a52a
SHA512: 45c8493c6864b59b0ac75bec646794bbda889511114a382b102d4cefa809ec39ceb840133b1cda6f54474f83e9c7ae4b1c24bb8dd30c63067eb8ea5877a53ebf
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: amd64
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_amd64.deb
Size: 16704
MD5sum: bd5e0beb1174a2c1cb51281f963c7d54
SHA1: 2329c07041b5a7615df3f1022a7da57e907d36eb
SHA256: 3ffdf04b4326640a9e5b8db41895325fa93a4adcc4b27d2c0bf75a2d26f03d2d
SHA512: 29df494579f2bd3b9e9c1deae3b38c95c8a8bf37c9fcaf3562ba26a07f3f550ea73eedb8d57b174d33f2e556c5d3349cc6069988b7d42b6074044c10e68b921a
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: amd64
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_amd64.deb
Size: 142572
MD5sum: cfa3b38ecbd2f3a1dce27206bdeadc2a
SHA1: 77a88c1e30c57670ea23805e9c56c7f485811fe5
SHA256: 72be9441ae0670882017b2a0cb0b8fd4e80a69670f8486501df019859923c6ae
SHA512: 9ccb0aec0e40473e8964b628cb5ca349c0ec2b25ce44cb4cf1ff3c8d602c2818dc8bca2d2fd8b47db612ff4ea4e717ba021943ef4acc73cb14655ba4b6cb618d
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: amd64
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_amd64.deb
Size: 1208
MD5sum: a3e007496e971eca3a768e395542e50a
SHA1: 37add0bcd83b2d64e4c6b5ca18ce641cc12e4c31
SHA256: 0cbcf7a5e23f96b4b3b28157aab8944e05286039eaca39bc29c0a3b22bf409ce
SHA512: 33aad3826ad5130c028f8e3af7ff755fd0c09127a75d2a2073c059d119424f9a3949dd47908a3ca04db8eb7b0cbda490c03beb77da7ad04b26d84366ffa07f85
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: amd64
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_amd64.deb
Size: 1208
MD5sum: 65d265d0452c71090cb18077982211ff
SHA1: 16e9c1f41f548973f102e325e8180c434481433d
SHA256: 9fcfec1994b76c2ebd91d2d3ce6ea6db9592ef849f184c0ec689d2c0841a0fbe
SHA512: 27fc4929b726254e4cf01a5830b3011d7e5fec7e086f07a563e11c09b59dd47021f11980d6d349b815190cb8e6ea2e970fde5aefad8c7c082af0f556ff0cd130
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: amd64
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_amd64.deb
Size: 1228
MD5sum: 509b6f9e73c1705728d59baded22ee87
SHA1: feb4f28a70a1e7ce255be4233fdc8be7992df354
SHA256: f772d9c24a732578bd1a8242cfa4458f121674370047c0fdb9965e76442be914
SHA512: cb7f031dd96c1e3b3ef5ef3efa005dec1ae2da2da2356982fa93ad744008686020a72af9c78e2d4d3fd7722af73ad633b84931cbd3566b899f8ae778f5bff262
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: amd64
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_amd64.deb
Size: 1200
MD5sum: f85bd4e1d1ffbed1241c728e8591de8f
SHA1: a1126300182ad3f9d9228f838d79c161264b16e2
SHA256: 6ec95e40ad3d94885b770d421d7b70ea24f34df0d78c95b63c698076955458b0
SHA512: ed81e940b9160046f450069444aac21d0deec855add907b1991b94416745937b49ad1e91c6883abade73e0bc60ea58fb818f065175e3f628cfe0a25f9eef1f06
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: amd64
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_amd64.deb
Size: 1252
MD5sum: 5e727b40dc8bf20d78575f0da016daef
SHA1: 8cc9c13d06515eb14952701a5dd3d42ca62191de
SHA256: 6fb6ee5fa4ed24465bf178cb161dad106548b46552703e2e52b4b0dd824e12c7
SHA512: 2c35ef93c2a2feaf1bc97b0c4e4b76eb78e21bdb8d62a1cf97a03edb500c11e8ce0eed4c6da6f74e45c32183ac158933b35bd5cc61bf10d27433a49bd949a5d2
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: amd64
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_amd64.deb
Size: 1196
MD5sum: e1fc44adc976017488f4becf401af9be
SHA1: 393858249008f6279c5f2614b99f7c6a1c888f43
SHA256: cc0f865271dabee231f0a4ed180cf4ae68a0da4072dd846d88abec01e3f7d108
SHA512: ecafa6ac994a7f99e69ecac0a6fb09def91fd21343ae6aba25499e7f783f3aac121347cf410977a762deadb81c170f15a8127a9f8c13da5d26e78513c239a510
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: amd64
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_amd64.deb
Size: 1196
MD5sum: 036ec0590218edde091cd512bdc39358
SHA1: 8ed2fd1bfd6f5e9a00fdbf4c8203cb6a2d24ba75
SHA256: 60dd59c620b831c22215f5c27c2fc327ccb57352d287698616525cf0074b0a0b
SHA512: da32d6e53d8d735baca7dea09cd3a30810c9685914dffb78c0327f78480bcefaaa02c32004cbd548cb0c669e7339f78840e73eb40a7211fffe0500a17df5bd70
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: amd64
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_amd64.deb
Size: 5924
MD5sum: 8a5ad0a093ee66b6690bd06b42aad911
SHA1: 1adff2d6bc4efd130183a7ca4f9168a8cbe27ce2
SHA256: 244fd157928ff3df8e4cb972d8743a67a8aa71720bb292c59da7e2026455fe14
SHA512: 60fd759d953e9514c99cf110f28b44f2c85c6fead627a7d4a8dd2a4bb463466c6db99842794cf63de99b54a8c84e1f1d86b9153ab59ce64fe2a785d8a521cd97
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: amd64
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_amd64.deb
Size: 7892
MD5sum: d5ef720b4ecdbbe9410b6714e2bc28fb
SHA1: f5fa11c2c96da29fe936dffb8fb3b33ad54e8256
SHA256: fb9cd4746b2ce51dbe24e27a5ff76ced23af560d1452e1c47383246c18e36191
SHA512: fdffbe78520673cea20f04ed47b9577ab21ec303d34e1fe9e3f3d8971a7b6a97ba2a764ad2fce063d475a63966a4e114056e253a8b9f10e6b152177e6d381e5d
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: amd64
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_amd64.deb
Size: 6420
MD5sum: b217b57423e48dde2869d6fb1fc3c88e
SHA1: 3f743005aab336fc681e8d1b5ec94f13124d451d
SHA256: 0c8b338ea55475e6142643d352f255df3b2ec85556d4d98f4752a07995719ad0
SHA512: 9804809fa4d3297f14283b9073b8e3dc46b64d974d6445b709b9fc9a52a7de68339e00e1a31773570ddc5475dbe31a8793abbcbbecf93865a7cba249ddb195a6
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: amd64
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_amd64.deb
Size: 1208
MD5sum: fd5f5a8d5650ecbb88ff653a3c2b0409
SHA1: 9b48a5309a205b0c6a217c47f28cc63dcf2ca7e4
SHA256: ea609248858dc7bdc0a43a510c0ac16d8f149545f13171dbaee0746c8b6a7474
SHA512: 79d30dea6e961bcbc81ffdfcea6e4586909bdc1724a7e165337fad19d7eb7ae2c9edd07a292a3d95e5a994d1be5d949ca07a4eee1a6a03eef040118ca01e5193
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: amd64
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_amd64.deb
Size: 1220
MD5sum: b542152bdc9afeace69d704b9d5d125f
SHA1: 5d8dfd23d6e33f647584ae35c5249ea4bff92120
SHA256: 4ef0aa091f330931cdf8d7b2af0b5619107f4e8b216f9664115a2c835f1d8540
SHA512: da8ca3c20eefbfa1c4c2b5921d3c421451656ddf3c6b6d1a9b75d7e2f0d111d8d6b07acef43e684ca1f6d0fd83b0c925813f6f36ad3c969822a6482002858322
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: amd64
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_amd64.deb
Size: 6752
MD5sum: 3fab7b4cf16d7ae59f503b2c1b3c8f6a
SHA1: 72f2140eb5189fd1d25c9f8eb1cc0c4d046627e3
SHA256: d53ddefb30a84549e1664b1ebfff481bb896f2d5477af9851c135e872cb745d8
SHA512: f3918af27add2f0ce46cb6d75a94e7d5d62f907e8ec5c3e62319190555c8b546bc25c9541d0ab7b4d607dba253a6140cc0309b4765f6be7f70e7702c071ab518
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: amd64
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_amd64.deb
Size: 14516
MD5sum: 2dda97e27b98f1d3782743345e319473
SHA1: a96ade697a02dca2623054fc7aba020e1196b084
SHA256: 2071fbb162a797894f883ded2174aec99ac06542cbad8885ac09e58765be8353
SHA512: b10a60ad67b57a347cc0f6200cee6180b72ea57bef7b0464f145148365187a3eb3631d1e7417eb0edd433415e59a3285aa52e2266ad646b3b621b76101592c43
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: amd64
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_amd64.deb
Size: 70096
MD5sum: 29a5ac099bd8ec953d2a4b4f54070366
SHA1: c7ac708bf04898d330925375b2b6fe34c4eb0c44
SHA256: 70e80c74d363e1dd9a6aba63145f7892efb4e4aaf75e4cee09fe7fe620ab2414
SHA512: 3226360e20f0a0c691816bd47a0dcd6a8cead90eb37de1d6fbe767b24375311bb70f1c807c990b062445df90176975f71d344919b2038d1f523f51ccd81779a1
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: amd64
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_amd64.deb
Size: 3684
MD5sum: 3f93cbd20223d77a6a4fb586de9a6d5b
SHA1: e86cd761f9424974a8a02f6098b93eb3e720229c
SHA256: a64c41792180ab6b4f2a696f2c367794122d20b6e64d5ec6222bdb031ef678a7
SHA512: e0eb17a0e3a172993c7e2c46beae25fd381f581160f1508a2f9207c23c613696ef46fe1d35c95fbef2e30db81cf2fbe604809a5ace9c9bc13bf97ce545026a62
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: amd64
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_amd64.deb
Size: 91440
MD5sum: 5f519cb3266c906250bac3443970c3a2
SHA1: c22eded3aecd728fd80a69e065113f19facea65f
SHA256: 6aa7f78b8e518d1960de874749cc7191c284527500f04c8094d78b29a66f70dc
SHA512: 0ab0978862cc2e2623e2132896efc2a1a61b5b80cc3b79a9963ce7a066a93a22de8a07f4199434bb7a2f04169ac2ad630d06eb207a61f6bfb2ce04a89a9b4d07
Description: Interface to the linux procfs pseudo-filesystem - Rust source code
 This package contains the source for the Rust procfs crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-rav1e-dev
Priority: optional
Section: rust
Installed-Size: 7436
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: rust-rav1e
Version: 0.5.1-6+apertis1bv2024dev2b1
Provides: librust-rav1e+aom-sys-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+asm-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+av-metrics-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+bench-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+binaries-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+capi-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+cc-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+clap-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+console-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+dav1d-sys-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+decode-test-dav1d-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+decode-test-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+default-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+fern-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+ivf-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+nasm-rs-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+regex-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+scan-fmt-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+scenechange-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+serde-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+serialize-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+signal-hook-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+signal-support-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+toml-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+y4m-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+aom-sys-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+asm-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+av-metrics-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+bench-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+binaries-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+capi-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+cc-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+clap-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+console-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+dav1d-sys-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+decode-test-dav1d-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+decode-test-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+default-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+fern-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+ivf-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+nasm-rs-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+regex-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+scan-fmt-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+scenechange-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+serde-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+serialize-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+signal-hook-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+signal-support-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+toml-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+y4m-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+aom-sys-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+asm-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+av-metrics-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+bench-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+binaries-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+capi-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+cc-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+clap-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+console-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+dav1d-sys-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+decode-test-dav1d-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+decode-test-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+default-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+fern-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+ivf-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+nasm-rs-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+regex-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+scan-fmt-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+scenechange-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+serde-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+serialize-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+signal-hook-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+signal-support-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+toml-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+y4m-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+aom-sys-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+asm-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+av-metrics-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+bench-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+binaries-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+capi-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+cc-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+clap-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+console-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+dav1d-sys-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+decode-test-dav1d-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+decode-test-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+default-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+fern-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+ivf-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+nasm-rs-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+regex-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+scan-fmt-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+scenechange-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+serde-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+serialize-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+signal-hook-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+signal-support-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+toml-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+y4m-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1-dev (= 0.5.1-6+apertis1bv2024dev2b1)
Depends: librust-aom-sys-0.3+default-dev, librust-arg-enum-proc-macro-0.3+default-dev, librust-arrayvec-0.7+default-dev, librust-arrayvec-0.7+serde-dev, librust-av-metrics-0.9-dev, librust-bitstream-io-1+default-dev, librust-cc-1+default-dev, librust-cc-1+parallel-dev, librust-cfg-if-1+default-dev, librust-clap-2+color-dev, librust-console-0.15+default-dev, librust-dav1d-sys-0.7+default-dev, librust-fern-0.6+default-dev, librust-itertools-0.10+default-dev, librust-ivf-0.1+default-dev, librust-libc-0.2+default-dev, librust-log-0.4+default-dev, librust-nasm-rs-0.2+default-dev, librust-nasm-rs-0.2+parallel-dev, librust-noop-proc-macro-0.3+default-dev, librust-num-derive-0.3+default-dev, librust-num-traits-0.2+default-dev, librust-paste-1+default-dev, librust-rayon-1+default-dev, librust-regex-1+default-dev, librust-rustc-version-0.4+default-dev, librust-scan-fmt-0.2-dev (>= 0.2.3-~~), librust-serde-1+default-dev, librust-serde-1+derive-dev, librust-signal-hook-0.3+default-dev, librust-simd-helpers-0.1+default-dev, librust-system-deps-6+default-dev, librust-thiserror-1+default-dev, librust-toml-0.5+default-dev, librust-v-frame-0.3+default-dev, librust-v-frame-0.3+serialize-dev, librust-y4m-0.7+default-dev
Filename: pool/target/r/rust-rav1e/librust-rav1e-dev_0.5.1-6+apertis1bv2024dev2b1_amd64.deb
Size: 726792
MD5sum: 1847fd8163ed15bb9c9b7fe3b836ef4b
SHA1: 3cad08a8040bd0e4bf71f8f71a4d35d46389bf69
SHA256: 45e0af44c17d73ed4de86c32448c6d14ee2ed2587f62f60ce7900736713417eb
SHA512: 9e06ab4618f00224075ae8d384c178d22d91a85fbb0002a591340ac0fcfc9fff00a9cb4b785535dc8bb722568d1f28ce4bd63d38d726e7c350233860639e70aa
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: amd64
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_amd64.deb
Size: 8184
MD5sum: 875c7276b14e763db475b1347c2634cc
SHA1: 7642d76509e80b712c43d91244c2afce32e91bde
SHA256: a264846ca8e93e956a56c825d82e3a8d0c0ccb4e95339998ca7260c55046cbe7
SHA512: 5105b0408c47b33567c9a8e1184fa4ef7ea9891a61a5fe6da922787ad894a379e8b1acfcdf6f532bbbeacd647215de517c6bf510f3449a641ef4b65f2e774141
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: amd64
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_amd64.deb
Size: 18688
MD5sum: fd525f12c27596eca9b78c5c1d080b28
SHA1: 33b5da131fbf168114447c61ab334db246690fe5
SHA256: d5041cd1bc01edbdb5ec79e6d3276a3b05e8671eccc707c9fc1a45732ac08777
SHA512: b4df8a2a6a34433f676955d34072efb5c6993663a618d631ffba8f5d248c74079ce5590aefdf9fb2f342243f26d67197e0f23a2419fb5d1d750eff9a67c0e892
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: amd64
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_amd64.deb
Size: 14092
MD5sum: 4f21af1f90247a23b4e71604e9872c1e
SHA1: 259b5eacd2ce11f3c5ed8e3586ef9c75e2e102c3
SHA256: 71e0d399c1f07af52afa16ca1d8305572eb33366307f3fe07f5c62b328ef485d
SHA512: d82c3148830bd869763aa94805b3dc7ae0ecc8a6c7ea32f711f432383571bffea6ca4c47a6af5376820bee6b274b9a2c48eb8f815092b05eb9a4990b719ff2a3
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: amd64
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_amd64.deb
Size: 33580
MD5sum: 8c43bdd7dac7015337ecce09b0ffef5b
SHA1: 853abda4576d911daafa0c628eab0789f6db0846
SHA256: 7ded527230c32a34267a1b2d83588cb69bf85cfe60db5d7f10ff23840f9e3273
SHA512: 37f8bd0516464b809fe443c5a3e10e545125069fca3f588e1e7084b50910ee499e85f912a85121ddd92db8afd43d1863ee4fa6376a99a5db057c0baa34d26984
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: amd64
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_amd64.deb
Size: 11244
MD5sum: 474b5c85f9019ab62195d5a7ed4ddf30
SHA1: 0d12f1eda0159e369411c1a00431748e161a210b
SHA256: 3cea80850fcff6d59633a11ac4f626b28445ddc97359a832f1e97565d7b236af
SHA512: aa39ba9e84338e91dac4b12aab131022b04dc268b5236495fb71660bc41ca6582058a463fd9782c3474b598d0dea5a1d823b71257a508629b07a5aa4802e1eeb
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: amd64
Source: rust-sequoia-autocrypt
Version: 0.24.0-1+apertis0bv2024dev2b1
Provides: librust-sequoia-autocrypt+default-dev (= 0.24.0-1+apertis0bv2024dev2b1), librust-sequoia-autocrypt-0+default-dev (= 0.24.0-1+apertis0bv2024dev2b1), librust-sequoia-autocrypt-0-dev (= 0.24.0-1+apertis0bv2024dev2b1), librust-sequoia-autocrypt-0.24+default-dev (= 0.24.0-1+apertis0bv2024dev2b1), librust-sequoia-autocrypt-0.24-dev (= 0.24.0-1+apertis0bv2024dev2b1), librust-sequoia-autocrypt-0.24.0+default-dev (= 0.24.0-1+apertis0bv2024dev2b1), librust-sequoia-autocrypt-0.24.0-dev (= 0.24.0-1+apertis0bv2024dev2b1)
Depends: librust-base64+default-dev (>= 0.12-~~), librust-sequoia-openpgp-1+default-dev
Filename: pool/target/r/rust-sequoia-autocrypt/librust-sequoia-autocrypt-dev_0.24.0-1+apertis0bv2024dev2b1_amd64.deb
Size: 40852
MD5sum: 38ce1c8237f04eb1df7b12ddc595e2b9
SHA1: f4a92417beb1ec3caea6cfb143e7148f90c3f189
SHA256: 723045cc56110902cd9e40daeff3c630ab77484f36c1fee31b2059d3bc11e948
SHA512: 3f8e1ca03dbaa5a70232cbc5efb352132159b0527e4f76029a5cb37d7e48b6dd8efcb6ec01ae070cf616e867bf799aef38ec3ec7c71b61be1e5525af2af6e9ba
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: amd64
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_amd64.deb
Size: 31136
MD5sum: 2cd6eff8cd11e743ee05201b08c686e2
SHA1: 0fc3ca40265c30eae9c3419dad4215501126c261
SHA256: a600299e504a4188e445726c1660951d5c7f9ae5142426871eac46a203854f5b
SHA512: 5aff47dfd0a2233ffb5d2e5509be3a3a6b5ef5656592d47bdb121ea1e0f82acb87ff7c1a5c1c99d1c31b4a3e9d65a3e7f15b0fe2a928e8923dc7672982514d46
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: amd64
Source: rust-sequoia-openpgp
Version: 1.12.0-2+apertis0bv2024dev2b1
Provides: librust-sequoia-openpgp-1+bzip2-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1.12+bzip2-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1.12.0+bzip2-dev (= 1.12.0-2+apertis0bv2024dev2b1)
Depends: librust-sequoia-openpgp-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-bzip2-0.4+default-dev
Filename: pool/target/r/rust-sequoia-openpgp/librust-sequoia-openpgp+bzip2-dev_1.12.0-2+apertis0bv2024dev2b1_amd64.deb
Size: 1236
MD5sum: a9a48636a062b13b23429d10a5fe00a4
SHA1: 0b69f80364d4d8271da128fba2e64b6df15698fb
SHA256: 4903c8175fd3812f47f3b3f08dbe744fdd745c9850ba3779b07c147ce3c6aa0f
SHA512: 5a9a3b812c186d210a9bf3b95a3686fd328c8d9c0eecb1c99afa04858c168fa83a566e32884e64e0f1d8184d08aa3e3a5118ca10f1e14fc1c3a3a9df63260acb
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: amd64
Source: rust-sequoia-openpgp
Version: 1.12.0-2+apertis0bv2024dev2b1
Provides: librust-sequoia-openpgp-1+compression-bzip2-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1.12+compression-bzip2-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1.12.0+compression-bzip2-dev (= 1.12.0-2+apertis0bv2024dev2b1)
Depends: librust-sequoia-openpgp-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp+bzip2-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-buffered-reader-1+compression-bzip2-dev
Filename: pool/target/r/rust-sequoia-openpgp/librust-sequoia-openpgp+compression-bzip2-dev_1.12.0-2+apertis0bv2024dev2b1_amd64.deb
Size: 1272
MD5sum: 06a0f7edf3e8a21ec4b72db78c9c5fda
SHA1: 27a07ba9806907e14bffe01ef7f5efcccc3774f4
SHA256: 56754f6db26b2b40c19de7ef9cad5d321016b51babbc18745915036e6c6544ee
SHA512: b44213714fe542e10192c113e980a1aee1708c38f875dc65271a46a2d3a1922d23cca0e6a961d67e9fbbe82697d711df79294cd64ac5e62c037b92c9b781d2d1
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: amd64
Source: rust-sequoia-openpgp
Version: 1.12.0-2+apertis0bv2024dev2b1
Provides: librust-sequoia-openpgp-1+compression-deflate-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1.12+compression-deflate-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1.12.0+compression-deflate-dev (= 1.12.0-2+apertis0bv2024dev2b1)
Depends: librust-sequoia-openpgp-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp+flate2-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-buffered-reader-1+compression-deflate-dev
Filename: pool/target/r/rust-sequoia-openpgp/librust-sequoia-openpgp+compression-deflate-dev_1.12.0-2+apertis0bv2024dev2b1_amd64.deb
Size: 1272
MD5sum: dc04926479b4e87aea17f9dddd94b2ad
SHA1: 0ff93ec8c79583d6340e9aa615cff6a60e8b4b18
SHA256: f452e9b4c7f9734601428ddb13cf091a738484874f219afb129ea927d3db9b22
SHA512: 286e13a9f93c8ce1706e7a90998f6b01c0f6a095c8c1125689b6ab4c25483298b25b16625960ba6ec9fd6f16655a7c04927162ba6bd5d1ea2fe7f5d6f39d519a
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: amd64
Source: rust-sequoia-openpgp
Version: 1.12.0-2+apertis0bv2024dev2b1
Provides: librust-sequoia-openpgp-1+compression-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1.12+compression-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1.12.0+compression-dev (= 1.12.0-2+apertis0bv2024dev2b1)
Depends: librust-sequoia-openpgp-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp+compression-deflate-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp+compression-bzip2-dev (= 1.12.0-2+apertis0bv2024dev2b1)
Filename: pool/target/r/rust-sequoia-openpgp/librust-sequoia-openpgp+compression-dev_1.12.0-2+apertis0bv2024dev2b1_amd64.deb
Size: 1252
MD5sum: 220bf642cca047db4ad43d42973f1cb2
SHA1: c6cca5126e577677aba1e1be4e5a0bdbe4b1d5a0
SHA256: f0eb5ab4d9104e44c8b047c0402d95dcf57068b8e10a8736b07140757df15cc6
SHA512: e2bb57d1b2259abee2663366094c40686ab012b6baf6847e561f6144b4909964a91317ed7648217f0de9da0672d4718a6f9defa7e0a5d1817027f377762d7fc1
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: amd64
Source: rust-sequoia-openpgp
Version: 1.12.0-2+apertis0bv2024dev2b1
Provides: librust-sequoia-openpgp-1+default-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1.12+default-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1.12.0+default-dev (= 1.12.0-2+apertis0bv2024dev2b1)
Depends: librust-sequoia-openpgp-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp+compression-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp+crypto-nettle-dev (= 1.12.0-2+apertis0bv2024dev2b1)
Filename: pool/target/r/rust-sequoia-openpgp/librust-sequoia-openpgp+default-dev_1.12.0-2+apertis0bv2024dev2b1_amd64.deb
Size: 1244
MD5sum: 0dab537cc279ccbd98a9c05680f94450
SHA1: 772b83c843083075fc000ff484038045a1b5d88c
SHA256: b2bfb07df94e895afc8ce1f665284046e384318d7ce062fa68e5c3217756fe66
SHA512: 3a503befd7e044aebb53fda95c3447e8571b17361d2031a3749a69d180d17786e97be9b2b7c14e8508e3c8f7df0688516ca252065067a187005b907c73ef7cb0
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: amd64
Source: rust-sequoia-openpgp
Version: 1.12.0-2+apertis0bv2024dev2b1
Provides: librust-sequoia-openpgp-1+flate2-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1.12+flate2-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1.12.0+flate2-dev (= 1.12.0-2+apertis0bv2024dev2b1)
Depends: librust-sequoia-openpgp-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-flate2-1+default-dev (>= 1.0.1-~~)
Filename: pool/target/r/rust-sequoia-openpgp/librust-sequoia-openpgp+flate2-dev_1.12.0-2+apertis0bv2024dev2b1_amd64.deb
Size: 1244
MD5sum: 838ac3c9fac476f77aa47c24045ed940
SHA1: a315caf4ae91851785fbaa4aeb60b1692b800ded
SHA256: 339d0b3625d11d3cb89d3d7a34641c99193fda6cb11ec557be37585aa7261071
SHA512: aa93b64cd4ee23861f549c3dbd9a6c3eb0bad3c289cd786a1838433f57a56594a7d01e7e49443fcca46d7bb4bd17fbff753bc1bf30d4898f25cb7b7f19dd2eda
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: amd64
Source: rust-sequoia-openpgp
Version: 1.12.0-2+apertis0bv2024dev2b1
Provides: librust-sequoia-openpgp+crypto-nettle-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1+crypto-nettle-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1+nettle-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1.12+crypto-nettle-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1.12+nettle-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1.12.0+crypto-nettle-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1.12.0+nettle-dev (= 1.12.0-2+apertis0bv2024dev2b1)
Depends: librust-sequoia-openpgp-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-nettle-7+default-dev (>= 7.0.2-~~)
Filename: pool/target/r/rust-sequoia-openpgp/librust-sequoia-openpgp+nettle-dev_1.12.0-2+apertis0bv2024dev2b1_amd64.deb
Size: 1304
MD5sum: bf629f01c1abb08402db8fd10cb36194
SHA1: e1083c6cb691763be1fadda74a07b6748479c00d
SHA256: 95f67cea72367869fc59b3a3b5b99ef3699540a5f64497b54bfda2a994d428d0
SHA512: 50556a457e6e51685c7f433e394c4a110a4d46e3c903e2b25470866c008e5938eabd77c52ad19250c2d8656346b03d2993cb84a090bffc5e56f1f2b402a5d52f
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: 7164
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: rust-sequoia-openpgp
Version: 1.12.0-2+apertis0bv2024dev2b1
Provides: librust-sequoia-openpgp-1-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1.12-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1.12.0-dev (= 1.12.0-2+apertis0bv2024dev2b1)
Depends: librust-anyhow-1+default-dev (>= 1.0.18-~~), librust-base64-0.13+default-dev | librust-base64-0.12+default-dev, librust-buffered-reader-1-dev, librust-dyn-clone-1+default-dev, librust-idna-0.3+default-dev | librust-idna-0.2+default-dev, librust-lalrpop-dev (>= 0.17-~~), librust-lalrpop-util+default-dev (>= 0.17-~~), librust-lazy-static-1+default-dev (>= 1.4.0-~~), librust-libc-0.2+default-dev (>= 0.2.66-~~), librust-memsec-dev (>= 0.5-~~), librust-regex-1+default-dev, librust-regex-syntax-0.6+default-dev, librust-sha1collisiondetection-0.2+std-dev (>= 0.2.3-~~), librust-thiserror-1+default-dev (>= 1.0.2-~~), librust-xxhash-rust-0.8+default-dev, librust-xxhash-rust-0.8+xxh3-dev
Recommends: librust-sequoia-openpgp+default-dev (= 1.12.0-2+apertis0bv2024dev2b1)
Suggests: librust-sequoia-openpgp+bzip2-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp+compression-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp+compression-bzip2-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp+compression-deflate-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp+flate2-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp+nettle-dev (= 1.12.0-2+apertis0bv2024dev2b1)
Filename: pool/target/r/rust-sequoia-openpgp/librust-sequoia-openpgp-dev_1.12.0-2+apertis0bv2024dev2b1_amd64.deb
Size: 2150492
MD5sum: 67804e6e2401f3e76d1c1c35e6b2a140
SHA1: 85c35585e53c2af6b0ea8a31c9bb7048e2ba8c26
SHA256: 066bc1ed24e0f09b38519160a8180428b0e9a7eec324ab0fcb67fad6446b9156
SHA512: efff7242eb78366f3d7f67299547c98f55c1096358128d2670b6f1d861c3460ca29df0ad05bd47119bfa1e3d364a66c2aef2400f85167895a553d86104f2a0a6
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: amd64
Source: rust-sha1collisiondetection
Version: 0.2.6-1+apertis0bv2024dev2b1
Provides: librust-sha1collisiondetection+default-dev (= 0.2.6-1+apertis0bv2024dev2b1), librust-sha1collisiondetection+std-dev (= 0.2.6-1+apertis0bv2024dev2b1), librust-sha1collisiondetection-0+default-dev (= 0.2.6-1+apertis0bv2024dev2b1), librust-sha1collisiondetection-0+std-dev (= 0.2.6-1+apertis0bv2024dev2b1), librust-sha1collisiondetection-0-dev (= 0.2.6-1+apertis0bv2024dev2b1), librust-sha1collisiondetection-0.2+default-dev (= 0.2.6-1+apertis0bv2024dev2b1), librust-sha1collisiondetection-0.2+std-dev (= 0.2.6-1+apertis0bv2024dev2b1), librust-sha1collisiondetection-0.2-dev (= 0.2.6-1+apertis0bv2024dev2b1), librust-sha1collisiondetection-0.2.6+default-dev (= 0.2.6-1+apertis0bv2024dev2b1), librust-sha1collisiondetection-0.2.6+std-dev (= 0.2.6-1+apertis0bv2024dev2b1), librust-sha1collisiondetection-0.2.6-dev (= 0.2.6-1+apertis0bv2024dev2b1)
Depends: librust-generic-array-0.14+default-dev | librust-generic-array-0.13+default-dev | librust-generic-array-0.12+default-dev, librust-structopt-0.3+default-dev
Filename: pool/target/r/rust-sha1collisiondetection/librust-sha1collisiondetection-dev_0.2.6-1+apertis0bv2024dev2b1_amd64.deb
Size: 425476
MD5sum: ac94ec7065ff46061abf621963d46e6d
SHA1: 8e9361430283b53d28fe623af8b2e460fc29c9f3
SHA256: 720f54c68466edd8b5b3d532652d2556d8a015e8e0ac58f2a8bd643042047745
SHA512: ca4dc6270be70cdb2110af3b68b475e3354c8eb25ef049fb352f52cc5eec9bbb4b5dd9a2906930efa062a8b24911c750de208a1db0cebd3795048e3deeaedd98
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: amd64
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_amd64.deb
Size: 12072
MD5sum: 77408216a8b93f62daed8d359907e93c
SHA1: f2833bd75b0b90406142c47ffcb1f8af51074317
SHA256: 75db1930b42d288b1cae2a4e988d9eddbf2fd6f5062d6ef4147db342bd3157e3
SHA512: 2b2b5633dd451f93f90366d412bc9c58df4b138972bd4392e740d90f2a0c2e11e23a1a4159c41330c3ac10b81cf006d288e0cc47a202ec8b2a07afa0c46fccdf
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: amd64
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_amd64.deb
Size: 16536
MD5sum: b5a60026e58389a6795d7bf5026f467c
SHA1: 3dc26268c039fccf89877d07c33f4fd52b9df841
SHA256: 89c1c55b69c60fdcba1cc715a6deaba765409bdb300ae309dc85aba6fb757b0e
SHA512: 2afcf9f377a12e375e0d380bc4f400c12fb172067a9aa781309b4316f0491f984b42902b23ccd1343407d90e6ad98ebecf315098791f163cbd146941bd7035fc
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: amd64
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_amd64.deb
Size: 35204
MD5sum: 5598e9dbf6442d254c2a41176af0663f
SHA1: 188f6a49fdaa370b3bdf6303b01e12191cf1c78f
SHA256: 8f6e440dc41f96974f8fea0bdcf8300411ea1f9bf5c03a7156a788e7d96f2261
SHA512: eec393b4f9bd90b3c9dc911f88c2645a6384b1e6f1c32df2045b72f3967ae636ade390670fc43df27ed351f0371a3569311951f7d9564317a1f5936efbf9ba67
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: amd64
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_amd64.deb
Size: 17344
MD5sum: a5dccbd398e28917d256cd15f7221793
SHA1: b3c9df08e2406a114c1e70b974931d87bb639877
SHA256: 6ad9fd07aeda9b1fe3e7b13a58291d3a0964b317a8e3ee6478cca604518a8b3d
SHA512: d34964e425385ecf286ef6341e6585bdd13d2a7252cefd42b2ef1f78d1b6d1d9355411a9b21e4a642f39ab5978b467cd70d551f834413ab80dfb890557de1b44
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: amd64
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_amd64.deb
Size: 31344
MD5sum: 848b2f8567be145c7be8cb3e383fea98
SHA1: a0a5d148b00863e626b733dbb392853e1e27e41a
SHA256: 4af114b1528f4dd0c8bae8d3b45d9aa3376c65da045beeef7e119065512051cb
SHA512: 8cd39b41ef11ef1459be230feaa4ea9007e1952ec2167b7b2a747ad4fce80b920a71761fed7ced779ba52526f108f5cb057f90eddd809131e7d8a2a34b21a35b
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: amd64
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_amd64.deb
Size: 93988
MD5sum: c40cdb396f8e1301821081c4f421fd7f
SHA1: 28b60074fab49fe1b94c23f175a9c94f0d36edf0
SHA256: c5a10bf15eaa20c9981cce9bfceb542e221f44b4960e76a660dc265672796f35
SHA512: 4df29778b21e71ab9f1da785ad0c1325a0db6e6b332754c5b01e27b4b5db3bf393ecc02d7fccc5a47fe628eb926fee87239a7cfa1bad7e526731eee4f3877915
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: amd64
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_amd64.deb
Size: 1052
MD5sum: 630a9f1e28a7cf028e2978341a03eb66
SHA1: 78671823dc1c904cddb2e9023fca5e2ba1cba3bf
SHA256: 3d67452ca343d2ec42f30d3af45fd2581a5837ff1253894ccb67486b5e301154
SHA512: 16bc60b26724a6f4c74531a995438952932eeb5e17a8aa6b867b289326f97d67b21414832f6f8f4d908fe883d8b0078721e911a9ba10411d7eff49c7bc404540
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: amd64
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_amd64.deb
Size: 19284
MD5sum: d7bd7f03487735579ad26ae661c38db4
SHA1: c202b057e396e888c3b56fafd50189bff602552a
SHA256: c3728a3aeff252263404e76cf59764ab27452667de12fd892d7bb812c3637801
SHA512: f6409d7c9cd3967fe5f94f4a198248d27e53f0051cc126415dc5411221e024b91e7045818e992672e68cf7a7f66c07b70607928cd7396e3f327d9a5e3040d8db
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: amd64
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_amd64.deb
Size: 99780
MD5sum: 1e1f717825f54e31b20f1c2d17816268
SHA1: af1ed429a16a81ed79f2faf2649a8c94a100e3b2
SHA256: a0ad43266c25079438d5f46649c0d7f1690fd64decef840064d53b75630bc1b2
SHA512: 0edaf6ee6cf426787de7b63d6d6d0ad41cc289c66439393883f925d70fac5a72e903f629e505fb24e70756a90ae90e668600d89f28ac7b404e31e09543367d27
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: amd64
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_amd64.deb
Size: 1272
MD5sum: eb6674437a2f65a768f9b16468a38a74
SHA1: 25bc206f717308fc54cad4f67f2eca79df7e3bdb
SHA256: da00ead72deecaa40dd8cc5d374d4f1e0df937f906ae1b31aafaf593a6a80567
SHA512: 3a58325cec31c2b17e6aeea11cd5b76fbac2688ea225771604825c2fdca8457264b96b804f75eea6d2e49140110d18126e369825dd0b562f3223cef607dfd0c5
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: amd64
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_amd64.deb
Size: 7028
MD5sum: dc3b518ca9f0a073e14d54ba6cf0ade3
SHA1: 04bfea9d2e183a02ae6b5a3432e3bec9030c34da
SHA256: da4c251ad0648e8651b1e016b67eee41beacff44d695ba6d96bb9bd4919df5ce
SHA512: 6b29975b60a04a68bad9ba63b3766727adfefcab397e2aeebd7804a3130ffba9441c8ab5232dd0963a27843491320e2d2346807d485933d7e835cf167e494981
Description: Z-base-32: human-oriented base-32 encoding - Rust source code
 This package contains the source for the Rust z-base-32 crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-zip-dev
Priority: optional
Section: rust
Installed-Size: 281
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: rust-zip
Version: 0.6.3-3+apertis1bv2024dev2b1
Provides: librust-zip+aes-crypto-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip+aes-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip+bzip2-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip+constant-time-eq-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip+default-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip+deflate-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip+deflate-miniz-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip+deflate-zlib-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip+flate2-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip+hmac-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip+pbkdf2-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip+sha1-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip+time-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip+unreserved-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip+zstd-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0+aes-crypto-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0+aes-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0+bzip2-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0+constant-time-eq-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0+default-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0+deflate-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0+deflate-miniz-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0+deflate-zlib-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0+flate2-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0+hmac-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0+pbkdf2-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0+sha1-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0+time-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0+unreserved-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0+zstd-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6+aes-crypto-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6+aes-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6+bzip2-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6+constant-time-eq-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6+default-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6+deflate-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6+deflate-miniz-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6+deflate-zlib-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6+flate2-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6+hmac-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6+pbkdf2-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6+sha1-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6+time-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6+unreserved-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6+zstd-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6.3+aes-crypto-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6.3+aes-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6.3+bzip2-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6.3+constant-time-eq-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6.3+default-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6.3+deflate-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6.3+deflate-miniz-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6.3+deflate-zlib-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6.3+flate2-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6.3+hmac-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6.3+pbkdf2-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6.3+sha1-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6.3+time-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6.3+unreserved-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6.3+zstd-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6.3-dev (= 0.6.3-3+apertis1bv2024dev2b1)
Depends: librust-aes-0.6+default-dev, librust-byteorder-1+default-dev (>= 1.4.3-~~), librust-bzip2-0.4+default-dev (>= 0.4.3-~~), librust-constant-time-eq-0.1+default-dev (>= 0.1.5-~~), librust-crc32fast-1+default-dev (>= 1.3.2-~~), librust-crossbeam-utils-0.8+default-dev (>= 0.8.8-~~), librust-flate2-1+default-dev (>= 1.0.23-~~), librust-flate2-1+rust-backend-dev (>= 1.0.23-~~), librust-flate2-1+zlib-dev (>= 1.0.23-~~), librust-flate2-1-dev (>= 1.0.23-~~), librust-hmac-0.12+default-dev (>= 0.12.1-~~), librust-hmac-0.12+reset-dev (>= 0.12.1-~~), librust-pbkdf2-0.11+default-dev, librust-sha1-0.10+default-dev (>= 0.10.1-~~), librust-time-0.3+default-dev (>= 0.3.7-~~), librust-time-0.3+formatting-dev (>= 0.3.7-~~), librust-time-0.3+macros-dev (>= 0.3.7-~~), librust-zstd-0.12+default-dev
Filename: pool/target/r/rust-zip/librust-zip-dev_0.6.3-3+apertis1bv2024dev2b1_amd64.deb
Size: 53588
MD5sum: 50b42e71ff4b4955c4eb401dde2d1c92
SHA1: 309da5779d663b222c40bf023e50df1e03f5abcf
SHA256: bd9f19a5393a1dd4a2f36a0d5aeee178b9d6744b2a2875d98c1879018f13d2b2
SHA512: d18ab1757ad385e4fb6cb0249f6e5be20c3ad31096c1939d98321aa07669b016616b17941aed167c5e28a710dba3e9f091638abaefa7653063bc74bb5f320b9c
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: amd64
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_amd64.deb
Size: 26976
MD5sum: 0341f20387c653d18c37c9a6d3889934
SHA1: 476b61d40b9df98151e01e2c44db33da8c893ce5
SHA256: 5983ce0607eb800d21edf053f40ff563d6c7f2863bf261311662f102338bd729
SHA512: d30135c49dd9fc3375f88f85a13aae899c2e28794a8fd5daf1642f1670d185e2a655175af41815ff06c3f06e0d168305f82dfd4c0fff770621e8c3e3a055d9de
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: amd64
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_amd64.deb
Size: 21712
MD5sum: bfa4797f9c45a813ac0bc6894bd2e865
SHA1: c6c456f47fbda18fad63c0cffbd7dd128450b4e1
SHA256: ef5010c894a4a76b9b9b31d6791eda905ccc87e3edfc225835a2822efab058ed
SHA512: 11e604f557174d83b29fad66d72f663516fe5c8a533285257b7bb65f097b6af42a2d101bd5f22c1838dd22fccaa5fb6a93b8d633544fa179b2bf2bd85d351a0a
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: amd64
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_amd64.deb
Size: 13480
MD5sum: a0d560520be1de42d85fa8c849835558
SHA1: c17a15fbafaa9f4c0b05ab15378cb2e030c55f78
SHA256: 90ebe7250276f194764891c818653ed0c6eeb8d850b5422b7551155d2623c1f2
SHA512: 990e1ad65670902d63298521217e8c7561bd5d3875387dc65d5124b0e273388f36cbbf55174a640cd888d8a451dbe81686d579a96eb3f05c20777ed45527964a
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: 1493
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libsamplerate
Version: 0.2.2-3+apertis0bv2024dev2b1
Depends: libc6 (>= 2.14)
Filename: pool/target/libs/libsamplerate/libsamplerate0_0.2.2-3+apertis0bv2024dev2b1_amd64.deb
Size: 954008
MD5sum: 41bb4eae3027f4f5cb9a3cdf998f2e85
SHA1: e628ca197fb515129c643930d526e10a99d97588
SHA256: 25a2beae6312cf8e763d2446ce9e0dad00ddbc6aec02c54bfd1502811d154dff
SHA512: 788fbff486639c1e341c188ebabc23ff38a8669a38bd0535262da235a284298acde488ff043b6e77f36f4b4493e692aab2526b03eed50e876533c03a1191f529
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: amd64
Source: libsamplerate
Version: 0.2.2-3+apertis0bv2024dev2b1
Depends: libsamplerate0 (= 0.2.2-3+apertis0bv2024dev2b1)
Filename: pool/target/libs/libsamplerate/libsamplerate0-dbgsym_0.2.2-3+apertis0bv2024dev2b1_amd64.deb
Size: 35396
MD5sum: 18fe1b303292b13bfb3c8c7b1ac16e64
SHA1: f7711d97521933dbd28475971392104b84d66947
SHA256: f2684e1234bae2d4d28826877f97727cbe850e59478d3ce01d848d5fa6677ba7
SHA512: db4c8e1e4d0bca975a21f77d7a5762eb90e04be2a82183a144ebac040da3ad494e9f65f38a93784dd8dfff2bc6e85f6a4a95c626820218f25a1a23b6276be196
Description: debug symbols for libsamplerate0
Auto-Built-Package: debug-symbols
Build-Ids: 117acf1d6ec78eef3808fc604485ef8fbabc48f7
Multi-Arch: same

Package: libsamplerate0-dev
Priority: optional
Section: libdevel
Installed-Size: 136
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libsamplerate
Version: 0.2.2-3+apertis0bv2024dev2b1
Provides: libsamplerate-dev
Depends: libsamplerate0 (= 0.2.2-3+apertis0bv2024dev2b1), pkg-config
Conflicts: libsamplerate-dev
Filename: pool/target/libs/libsamplerate/libsamplerate0-dev_0.2.2-3+apertis0bv2024dev2b1_amd64.deb
Size: 62880
MD5sum: 62e6206a7e8c8e37a7f0c8d0009903a4
SHA1: 41bbc0beb11dee2774368dd4764707885c44aec2
SHA256: 381d1ffa65261d5f6b0e079c3738c1d71649e783bbcf999a81870bddd406f51b
SHA512: 230cf053435be225520c1e4c9bf04b5d80c668df92bd5e69c7e7a891577e5f824ea23a5d331a6106de963661b49bb63d5fdcf45b16d462b901dff994219b5c02
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: 172
Maintainer: Debian Cyrus Team <team+cyrus@tracker.debian.org>
Architecture: amd64
Source: cyrus-sasl2
Version: 2.1.28+dfsg-10+apertis1bv2024dev3b1
Replaces: libsasl2
Depends: libsasl2-modules-db (>= 2.1.28+dfsg-10+apertis1bv2024dev3b1), libc6 (>= 2.34)
Recommends: libsasl2-modules (>= 2.1.28+dfsg-10+apertis1bv2024dev3b1)
Filename: pool/target/c/cyrus-sasl2/libsasl2-2_2.1.28+dfsg-10+apertis1bv2024dev3b1_amd64.deb
Size: 63692
MD5sum: 863c784f13be35fc7f24b7d2f3271139
SHA1: d3059d7ba6c3aa0a2b10206a8be2393f31d8ad85
SHA256: e173e199ddb6d3054f110cc1e8752d1fbe9e9b745449797e8b3aa348fe63441a
SHA512: 3ddfa75d805d04596d522f7feb7bc279a640a66aad7120dfa045f83385706c8b4a05de7a11b93ea648d489cd72bb54c1d3fd0fb5409631612c06016851a21722
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: 151
Maintainer: Debian Cyrus Team <team+cyrus@tracker.debian.org>
Architecture: amd64
Source: cyrus-sasl2
Version: 2.1.28+dfsg-10+apertis1bv2024dev3b1
Depends: libsasl2-2 (= 2.1.28+dfsg-10+apertis1bv2024dev3b1)
Filename: pool/target/c/cyrus-sasl2/libsasl2-2-dbgsym_2.1.28+dfsg-10+apertis1bv2024dev3b1_amd64.deb
Size: 132392
MD5sum: 3ff4bef4e7e0fbcb5b3f1f4f4cd06e41
SHA1: 19d10ca569e0f02db200f7aac386e0c70c8e6a48
SHA256: f8272bbf3e3252587dfc707a7f0f1a7748ccc5fcb28b131cd8590b846409e32b
SHA512: 823782ba862960822e36e0ffc238a6e150fdd6a932de2dd85621db00fc3052c87f8bb580e16cb2e8d9795e3b2e02d53edcff8c98a54e878f594862a3de7c1761
Description: debug symbols for libsasl2-2
Auto-Built-Package: debug-symbols
Build-Ids: 51ae6adba4f30a11112dbc5cc1b60de33878af36
Multi-Arch: same

Package: libsasl2-dev
Priority: optional
Section: libdevel
Installed-Size: 800
Maintainer: Debian Cyrus Team <team+cyrus@tracker.debian.org>
Architecture: amd64
Source: cyrus-sasl2
Version: 2.1.28+dfsg-10+apertis1bv2024dev3b1
Depends: libc-dev, libsasl2-2 (= 2.1.28+dfsg-10+apertis1bv2024dev3b1)
Filename: pool/target/c/cyrus-sasl2/libsasl2-dev_2.1.28+dfsg-10+apertis1bv2024dev3b1_amd64.deb
Size: 214072
MD5sum: 751616890606389f981970b8e659a9a1
SHA1: 6ae489eb2cdfb19d614ded95a591a4bffa18e5dd
SHA256: 419f59347e9806250b7c3ce5e6137b7b11b59d24bdd7f1c5d2dfc740cca3f919
SHA512: fcd6ed601c55da16b75abda49063903f3be6eb08cb6403a18c7e160101860e29bb0f9cf1f9bdba37c2bf2fa458e4b3e7f35c2c5149ccc75dd57b6585c01152c4
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: 291
Maintainer: Debian Cyrus Team <team+cyrus@tracker.debian.org>
Architecture: amd64
Source: cyrus-sasl2
Version: 2.1.28+dfsg-10+apertis1bv2024dev3b1
Replaces: libsasl2-modules-gssapi-mit (<< 2.1.28+dfsg-4)
Depends: libc6 (>= 2.14), libssl3 (>= 3.0.0)
Suggests: libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal, libsasl2-modules-ldap, libsasl2-modules-otp, libsasl2-modules-sql
Breaks: libsasl2-modules-gssapi-mit (<< 2.1.28+dfsg-4)
Filename: pool/target/c/cyrus-sasl2/libsasl2-modules_2.1.28+dfsg-10+apertis1bv2024dev3b1_amd64.deb
Size: 70744
MD5sum: 76aa9813b46270e277e805d09f351e8b
SHA1: 7031469653d99945f73948fc4364b195ec41dd39
SHA256: 4e73d296de4aac3eb0a530167476a3c61d01c9f089258f1a07289c06184f144a
SHA512: c665a24c18b338b820c3d7502f1caf48867cbc73a98beaea172a0df87b3daa4c468b3af6dc18e1289ccf4143b3a1966cea935b8086bd036c941fa43c1ffaf676
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: 82
Maintainer: Debian Cyrus Team <team+cyrus@tracker.debian.org>
Architecture: amd64
Source: cyrus-sasl2
Version: 2.1.28+dfsg-10+apertis1bv2024dev3b1
Depends: libc6 (>= 2.14), libdb5.3
Filename: pool/target/c/cyrus-sasl2/libsasl2-modules-db_2.1.28+dfsg-10+apertis1bv2024dev3b1_amd64.deb
Size: 24248
MD5sum: bb4248a358b98d336859eea96edcb5b7
SHA1: 29cba1b0c0269aa0f7181a817311b4e5136c30e3
SHA256: 190b33fff16e8b164079ef903cd064a54a16b823d21b6364b5d3650f0770d7cc
SHA512: ceb91339118f61cb3efc71a831240da0c9b368298520ae9cf02385ad0d6d7bdf7cab57a69c493ab22b8a648f7b7f8c28ef5cc2d63e7da5222bdad3f231f30fe7
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: 63
Maintainer: Debian Cyrus Team <team+cyrus@tracker.debian.org>
Architecture: amd64
Source: cyrus-sasl2
Version: 2.1.28+dfsg-10+apertis1bv2024dev3b1
Depends: libsasl2-modules-db (= 2.1.28+dfsg-10+apertis1bv2024dev3b1)
Filename: pool/target/c/cyrus-sasl2/libsasl2-modules-db-dbgsym_2.1.28+dfsg-10+apertis1bv2024dev3b1_amd64.deb
Size: 49728
MD5sum: 2e817a2f610abf9d03fcd625c6328f63
SHA1: 3d086dac1e4463e01c9e422499eb2e6a8e29b177
SHA256: 95cf8158fd3a2d06492ca21dca80a46113fac0674842c7bbaaff2672ec4c11d3
SHA512: 2b3bef617f1b61ae2c9e5bc9cd020a7a19f66f3e6dca0149dc149dfba6737293452295fa9d105ff7dcf31149132182f56699b13444aebe9ba9550025deb25c12
Description: debug symbols for libsasl2-modules-db
Auto-Built-Package: debug-symbols
Build-Ids: bf4c68179746c5f9ad554eff059bbc977a9efc46
Multi-Arch: same

Package: libsasl2-modules-dbgsym
Priority: optional
Section: debug
Installed-Size: 300
Maintainer: Debian Cyrus Team <team+cyrus@tracker.debian.org>
Architecture: amd64
Source: cyrus-sasl2
Version: 2.1.28+dfsg-10+apertis1bv2024dev3b1
Depends: libsasl2-modules (= 2.1.28+dfsg-10+apertis1bv2024dev3b1)
Filename: pool/target/c/cyrus-sasl2/libsasl2-modules-dbgsym_2.1.28+dfsg-10+apertis1bv2024dev3b1_amd64.deb
Size: 242728
MD5sum: efaaa664656863547574b7bcaebd4333
SHA1: 50511e198619b5ad7021ee0fdb536b4a971be7e9
SHA256: 3d6d0d0103fa51ce8be61a665b7861fec35256a4630c5c9fc59c9cffe2a43781
SHA512: 7f782b6f6d660b6524419b49ab8c34f15acd652caad6a633ed99bb0c0c731c65d88e5dc0e89c65a80f39007cdb496d5e29f73a8ea95302e38e93fc0fc3c258a3
Description: debug symbols for libsasl2-modules
Auto-Built-Package: debug-symbols
Build-Ids: 245c6ed438c4b4881085d7cca390871bfcd38348 377f447d53f2c5b978ade914121132a76ffc2916 61da0b1856aca84f1d69c264184cf0da97b6c169 6f0f15ba34700206313476cc364b104e15eabd76 8efdfd72a422ad07a263416f9f45df2842d37aed ed201b82d2fad599874119656299bb7b32af39b8 eda266ad7c3d798c76f6aaaa4a336072070cbf64
Multi-Arch: same

Package: libsasl2-modules-otp
Priority: optional
Section: libs
Installed-Size: 163
Maintainer: Debian Cyrus Team <team+cyrus@tracker.debian.org>
Architecture: amd64
Source: cyrus-sasl2
Version: 2.1.28+dfsg-10+apertis1bv2024dev3b1
Depends: libsasl2-modules (= 2.1.28+dfsg-10+apertis1bv2024dev3b1), libc6 (>= 2.14), libssl3 (>= 3.0.0)
Filename: pool/target/c/cyrus-sasl2/libsasl2-modules-otp_2.1.28+dfsg-10+apertis1bv2024dev3b1_amd64.deb
Size: 36044
MD5sum: 8185d5e4343ae6fb25cf26bb3a2e114e
SHA1: d5e097e7627b5b3abc56dd0c3301ab05bc6d409d
SHA256: 30a855160987dd1852e50afcd420426d6d0d962c51089bd945ecb56d0a4fbbae
SHA512: 847462938e1115017f26716a77d27675ba49a9ad9c7452025f24e54911ba9317ddbb76e25235610bcff59a7e5810183f875296d435192335566b1c1ad9ada90a
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: 58
Maintainer: Debian Cyrus Team <team+cyrus@tracker.debian.org>
Architecture: amd64
Source: cyrus-sasl2
Version: 2.1.28+dfsg-10+apertis1bv2024dev3b1
Depends: libsasl2-modules-otp (= 2.1.28+dfsg-10+apertis1bv2024dev3b1)
Filename: pool/target/c/cyrus-sasl2/libsasl2-modules-otp-dbgsym_2.1.28+dfsg-10+apertis1bv2024dev3b1_amd64.deb
Size: 44352
MD5sum: d4a5eff3ace9f6dcd45ae81991e36d64
SHA1: 7095f7d412eee62e4bf8d806bbaf62c3571a9603
SHA256: c7ee2b99153fb793b7b126a3f964bd46da8d179176e792a59d20cd0797a4a261
SHA512: ac68b8d8623214cf94c27322073e5e01c7f7206497a391aef1c866a28478e73febfd55d2a163015f516e672e57e02a481ff1931fe711e51917fc3aee77244aed
Description: debug symbols for libsasl2-modules-otp
Auto-Built-Package: debug-symbols
Build-Ids: 72ac036fafb855bc40642bd6966c6b0a42951565
Multi-Arch: same

Package: libsbc-dev
Priority: optional
Section: libdevel
Installed-Size: 96
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: amd64
Source: sbc
Version: 2.0-1+apertis0bv2024dev3b1
Depends: libsbc1 (= 2.0-1+apertis0bv2024dev3b1)
Filename: pool/target/s/sbc/libsbc-dev_2.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 30696
MD5sum: b62e8c276c335a442aa78713459b51de
SHA1: ccb66bcb1a9b329c5088ecd58ddb027ec7c23891
SHA256: fbe00af202c77b2b69d7cea0a69abfae0f3bba3479cf8c8f86e7f484a3e9dffd
SHA512: df98ecbc1e388f560dc7f918911d21cf8998b95a75a49ee51591bf05fd63f1e2fb4ca9a106e911f0632d1afc366b13d1233df31f3c9084a75f67f842ad02417a
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: 93
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: amd64
Source: sbc
Version: 2.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.4)
Filename: pool/target/s/sbc/libsbc1_2.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 32144
MD5sum: 6df0e486b8f3fb2ae2a34837eed54c3d
SHA1: 3a389f0e2cd1a7dd26571b6c8462695a0212aaf0
SHA256: e4ebe360bc0eebf2a7ab9d970ce3f4239f447e354f7fcc46ab652accc16a7d8a
SHA512: 8546e54669d02082344165b61f56bb82d699ec0a8e42f0effbe5811a318a058fc30a269c68234d84d4e2fdd4c78f223ee39f2c8c6714726bec7c15d32d8874a1
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: 75
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: amd64
Source: sbc
Version: 2.0-1+apertis0bv2024dev3b1
Depends: libsbc1 (= 2.0-1+apertis0bv2024dev3b1)
Filename: pool/target/s/sbc/libsbc1-dbgsym_2.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 57672
MD5sum: 50dd05adcab3a1602ecfc883f90f1c8f
SHA1: ab6fa8e34ad71caa9f7770a11e3741c1cbb41031
SHA256: cea35e9a5d0386623f80bbcb11904ab3a3dac50241e440804967261e65e2fa24
SHA512: 96387d82c583e79d7caddeedd74ad5a9cae4eb7c59599f2308b05db28497b941fac2a1ce1ad8c619f324724a9bda8545b10197b3f4dbac8985e4e37b70fb487f
Description: debug symbols for libsbc1
Auto-Built-Package: debug-symbols
Build-Ids: 991de63d9e29e92bf9206aa3340c82d5cd93bc2d
Multi-Arch: same

Package: libseccomp-dev
Priority: optional
Section: libdevel
Installed-Size: 408
Maintainer: Kees Cook <kees@debian.org>
Architecture: amd64
Source: libseccomp
Version: 2.5.4-1+apertis0bv2024dev3b1
Depends: libseccomp2 (= 2.5.4-1+apertis0bv2024dev3b1)
Suggests: seccomp
Filename: pool/target/libs/libseccomp/libseccomp-dev_2.5.4-1+apertis0bv2024dev3b1_amd64.deb
Size: 92472
MD5sum: a1fa6419789efe0b664ee3f9dc309484
SHA1: 8a0463ed8815447771fcd423477f852fb975df12
SHA256: e4ece86e8b8798f2802883f4f4507a9b2c7873df129061fb5e3b11450e903f5f
SHA512: e0f09ff2e6f991c7fc3c6f03be40a691c353a63fef750bca667554a5c7ae4da8e653097f97f7bec80414523855dcecb508259e29cc06940da3bdc4a57cf0161b
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: 154
Maintainer: Kees Cook <kees@debian.org>
Architecture: amd64
Source: libseccomp
Version: 2.5.4-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.4)
Filename: pool/target/libs/libseccomp/libseccomp2_2.5.4-1+apertis0bv2024dev3b1_amd64.deb
Size: 49540
MD5sum: 06b086fac9b3f93c730606f6051ec23a
SHA1: cec761cd910edcecb2d85e8f943fc6baf92c118e
SHA256: 51889e607abe99635ee81b0e6a0873ed9b2005d7808544e302076fe775abbfd9
SHA512: 29ea5e3c40fd853cad64e95de6525eaa363768a1e18b02265f228cd39540ef10d630be87acda1268419859ce8e60a76da7cfc13d2c10f823a59e139afedbacb1
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: 119
Maintainer: Kees Cook <kees@debian.org>
Architecture: amd64
Source: libseccomp
Version: 2.5.4-1+apertis0bv2024dev3b1
Depends: libseccomp2 (= 2.5.4-1+apertis0bv2024dev3b1)
Filename: pool/target/libs/libseccomp/libseccomp2-dbgsym_2.5.4-1+apertis0bv2024dev3b1_amd64.deb
Size: 100052
MD5sum: 50a862848243feb445eaf53445173960
SHA1: 66339d6303f7fd4cc9cc3fe2ee1306078365ab89
SHA256: d47c67499c41c6962e576a8ecc5361a640ba48a358cef681a918ad71b14d19de
SHA512: e213b8c2fae53300b52d63cbeb44f6e8e4bdc30054c9e2a5685e75f82413d40f01d48aa610d1a0d3a99855e65ef13d8f994151645edf5240133c3d522ac57ac3
Description: debug symbols for libseccomp2
Auto-Built-Package: debug-symbols
Build-Ids: 635f8f0214962ba57005075f083339a9d2e0b171
Multi-Arch: same

Package: libsecret-1-0
Priority: optional
Section: libs
Installed-Size: 435
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libsecret
Version: 0.20.5-3+apertis0bv2024dev3b1
Depends: libc6 (>= 2.14), libgcrypt20 (>= 1.10.0), libglib2.0-0 (>= 2.59.0), libsecret-common
Breaks: seahorse (<< 3.10)
Filename: pool/target/libs/libsecret/libsecret-1-0_0.20.5-3+apertis0bv2024dev3b1_amd64.deb
Size: 112852
MD5sum: 4b59de116060d27aa9dd5cad33100088
SHA1: ae2adb5ebdbe1caf407da7e34ec42644571fe713
SHA256: b00ffc83cf9136a2cb29db8e762f54cf6e4561affbc13ded8d38e6c117c22166
SHA512: 4d3f312dfeae06f506a9457074fa450490792b6263c2d286edcaeba9504e461eaf86cb05941a76eb0c95afd19a79f9d82475f33ad3d2353aa47e533cdbb31462
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: 474
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libsecret
Version: 0.20.5-3+apertis0bv2024dev3b1
Depends: libsecret-1-0 (= 0.20.5-3+apertis0bv2024dev3b1)
Filename: pool/target/libs/libsecret/libsecret-1-0-dbgsym_0.20.5-3+apertis0bv2024dev3b1_amd64.deb
Size: 396652
MD5sum: 10979f4bad7c9814b2960b911d3cfcb3
SHA1: e594caf97314eda43b4befb6de28402626661b6b
SHA256: 7a79604e29d5bec1f431f510b12900f87bbb60d284a182a6fcf398c645e9fb57
SHA512: daec84fbcbf9b6e4f1a912c820e94a94c58518415cf104e0d12d3d751377b916a6b3d107f685e8fba7766dd7c68aedf8053bdcd916f0ee8dac73af04a879aee8
Description: debug symbols for libsecret-1-0
Auto-Built-Package: debug-symbols
Build-Ids: db415599f291bafe0efc7de67d4e0ee7274b97bb
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: amd64
Source: libsecret
Version: 0.20.5-3+apertis0bv2024dev3b1
Depends: libsecret-1-0 (= 0.20.5-3+apertis0bv2024dev3b1), gir1.2-secret-1 (= 0.20.5-3+apertis0bv2024dev3b1), libgcrypt20-dev (>= 1.2.2), libglib2.0-dev (>= 2.44.0)
Filename: pool/target/libs/libsecret/libsecret-1-dev_0.20.5-3+apertis0bv2024dev3b1_amd64.deb
Size: 130768
MD5sum: 08cd41cddb5e52d8099c1919566b5a13
SHA1: 59bc78861e5b840418840dc22cb25f06d9eb1759
SHA256: fc028fa60cca31dbb06fbea4308b61bce9d323256e0dc79e3662b142664c9a50
SHA512: 2e39b055a546ce29a8eba562d771edec33606eb7dc13ecce656499857737c34ee75fb8f6bdb6e86a5b436504d93c929b08114bf5ff018dc0eca687d1c0067b73
Description: Secret store (development files)
 Library for storing and retrieving passwords and other secrets.
 It communicates with the "Secret Service" using DBus.
 .
 This package contains the development files.
Homepage: https://wiki.gnome.org/Projects/Libsecret
Multi-Arch: same

Package: libsecret-common
Priority: optional
Section: libs
Installed-Size: 248
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: libsecret
Version: 0.20.5-3+apertis0bv2024dev3b1
Filename: pool/target/libs/libsecret/libsecret-common_0.20.5-3+apertis0bv2024dev3b1_all.deb
Size: 26200
MD5sum: 706ba6e8370153545e2c6c19276df10e
SHA1: 3b0ebe69035e226cbe84df8267305badf5a0939f
SHA256: 25dc5a86141c2b5559b33260842c9068a5cc0ca72fce00ddecf479c83fce911b
SHA512: e80bf13d066c6b87b4af4158dc1da5617febdc98f466349e3042b9aef9c41dfb6d3aba823baf09569b9d122a8e173f5de81e3c6238acec55f7e8acf4777d88aa
Description: Secret store (common files)
 Library for storing and retrieving passwords and other secrets.
 It communicates with the "Secret Service" using DBus.
 .
 This package contains data files used by the libsecret library.
Homepage: https://wiki.gnome.org/Projects/Libsecret
Multi-Arch: foreign

Package: libsecret-tools
Priority: optional
Section: admin
Installed-Size: 46
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libsecret
Version: 0.20.5-3+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.44.0), libsecret-1-0 (>= 0.19.1)
Filename: pool/target/libs/libsecret/libsecret-tools_0.20.5-3+apertis0bv2024dev3b1_amd64.deb
Size: 13504
MD5sum: 6fe80b4c814f032634eba975dd550f0b
SHA1: 82f572ba3f1c609f36e037ac8968c3e050f600bb
SHA256: 89dc54aa1901600e550d10f7f20cd3b1ca7268c37b9cb8270ece67eaa63ef692
SHA512: 1add67e14115c6f4ba856b88988d57bf523e379f89c8a3fd7ed35e1e990f1f17f717e9350a81a6b902f3fb79cb1cadabf2bf312a1013485b939156e6cb8845d6
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: 32
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libsecret
Version: 0.20.5-3+apertis0bv2024dev3b1
Depends: libsecret-tools (= 0.20.5-3+apertis0bv2024dev3b1)
Filename: pool/target/libs/libsecret/libsecret-tools-dbgsym_0.20.5-3+apertis0bv2024dev3b1_amd64.deb
Size: 15900
MD5sum: 17d94d53006b1f199c926c2c5f76d6e0
SHA1: 1f5a35df08835277b961363d7d063ca1a928ec36
SHA256: 963c5120026099149f2add1603c08fa29312f69b19bc7d60dc96dc1b6b3a9309
SHA512: 01fdabcea6a052f9ba8677d114d9323cfef14898b09912459bcc1da929c7eb0883beec3178e1e5e2b7323e6158390a151dd9459ed3eb1510f836df00a83f2459
Description: debug symbols for libsecret-tools
Auto-Built-Package: debug-symbols
Build-Ids: 1afc0c63899814e374f1be830d0e92fecb96550c

Package: libselinux1
Priority: optional
Section: libs
Installed-Size: 202
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 74572
MD5sum: 7cd3e8bc567fdd76e2dad06512f5bb44
SHA1: 510c52ac13cd4b25434cd36d2c173f8a04255cd5
SHA256: cdbd552295606cf85fac2035c29b80b6fa286532c2bbf3b308272f14c527f783
SHA512: bcaabd24be3e851835b1668e1cf1455d2d1e3bdfa294e266255d9f9cb6312bcb63811ffc5b25a0d36b5a6744f59fb9de0c63d1161d1124e9ee097c8d2cc58a1e
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: 242
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: amd64
Source: libselinux
Version: 3.4-1+apertis0bv2024dev3b1
Depends: libselinux1 (= 3.4-1+apertis0bv2024dev3b1)
Filename: pool/target/libs/libselinux/libselinux1-dbgsym_3.4-1+apertis0bv2024dev3b1_amd64.deb
Size: 211044
MD5sum: 9468fccc1a30f839e9355933e5271efe
SHA1: b879b107d81bbae0912f317069ee34b0e05db560
SHA256: 2c675fcced2ee321aa6d1e764a19dd6749b9d6294028c3add0feb0cf878bf3ae
SHA512: bfd11831ff32f7bb09965f9d6aae6ecad6d49be844929da4dbb910ab9f586294f496f61f2a1eb61342e9aefec0d57620c4bba034d6087f9999f55cd8317aba8d
Description: debug symbols for libselinux1
Auto-Built-Package: debug-symbols
Build-Ids: b8ca9d0ed06fbbe6f2dd6661d382f54fe55e33b6
Multi-Arch: same

Package: libselinux1-dev
Priority: optional
Section: libdevel
Installed-Size: 702
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 156932
MD5sum: 6ef46a8be560370731cfd5b5f50a070e
SHA1: 282a02d0dc57e53bb67428448cb843e9abb98f12
SHA256: 71c60671e472fcb32d5739d3f3c2c387e13e1e15e972cfb80d508c539bde43e7
SHA512: 8695b6a32c08f5297a1931904116965f2b72761af7a2ebcb38eeb3b132330c32f5a0f0ae9b644e04f814efc80b8c7ddba5ef6060f7357976295c660f49f741df
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: 758
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 125916
MD5sum: db2c6e4785f87c8c6475d6287e1fc0b2
SHA1: b963efab1b005ddbfb9581aa44915465ca313df1
SHA256: 11679c580ea975957e1c31f86a0f923346dd546e88a0d149908d1b659770169a
SHA512: ec24e9ddcf906954bcccda8a3611fe398901e1797a99989d0c964c64ca82feca7265f05865ac2781ff3c7d366471847d263565d821b01df8a19352b3d60a8d3f
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: 304
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 90876
MD5sum: a9ce8f59d9ebc07a617eef8939253eac
SHA1: fe649912f0fb43f4f4374ff09936f4accab3d9d8
SHA256: 813b6e0e982444b7e2f0abce79ee48c54dd44333e9c66adc66e2bb29df6b74e4
SHA512: 764b04267523c07687d6b54dbdec8ccca67b6867c1c19ade27a5aff2d3464099574f68691c0c4aa952d1c13793f2e8c6509c619eee47975a53d9e9cf06a749fd
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: 367
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: amd64
Source: libsemanage
Version: 3.4-1+apertis0bv2024dev3b1
Depends: libsemanage2 (= 3.4-1+apertis0bv2024dev3b1)
Filename: pool/target/libs/libsemanage/libsemanage2-dbgsym_3.4-1+apertis0bv2024dev3b1_amd64.deb
Size: 307196
MD5sum: 1c1db36d18e8b7873e91b8c12103d9ad
SHA1: 05888cb6b605c490620896b9b6ff426b4165324d
SHA256: 859eb0c5cc4bbfc2c070af3618b0b070c7093a26078ee6a142c3cdcbeab5799b
SHA512: 963c9261e1ef7babd734d1ed5b67c26c94b9511abe3048caed216c1a517304f71ad4167ab81e8cead695fcaa320c546758d61a6a90bc0370ef167d7b1cf5f331
Description: debug symbols for libsemanage2
Auto-Built-Package: debug-symbols
Build-Ids: daa0b46ebe0ce63a56823a2b3ac9b96c7554b84c
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: 153
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: amd64
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_amd64.deb
Size: 44920
MD5sum: aa5205ed2ba38fac49f450d0dec2310d
SHA1: 77a9c8d7d59b7330fe0fa12cac81f828d6665320
SHA256: 5a1ba3c1f29a8a8baff1db54e8af1e0be81ef1879f1e4fc149a93f1eea2fe804
SHA512: 4874e08eb28dcf334ee8cd708e5d45e3b4b1c5c0e929aea66da7f21fef56bab7855df14b1cdb0922e109f2321d6e47e89b9853faa92d101db8e56d668ed29db3
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: amd64
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_amd64.deb
Size: 12460
MD5sum: 6832b6ff53ffbed95f1d2c4992b29507
SHA1: b7005f54886617db8ccdb56d0235bc7ece7d9dbf
SHA256: fc7d0e662423166a168b8fd04e3dcf0c04a08d408f3ff90a793913b5234250b9
SHA512: 9ecd04e33fcbfa4f613193412d0c22d8c25d3dadc44dceba41a4a399f8d3187e002f0ef86168ab607d73b4b93701b2ecacfe9014c5d9f052071b68bf961d4fb5
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: 88
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: amd64
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_amd64.deb
Size: 34456
MD5sum: 2f3e3f165fb35dc9bb5073ac8b43bc09
SHA1: 953f46898c0483f9e3a3c04ef2772158bc84d421
SHA256: 0dbb5b646472420f562dd715ffdd8d0ad2c4acfc68d11ca6ea1a5137d2006162
SHA512: 1a798f3c8c3df2c2ddacd48e6fdc6bedacde780e72d02aef21a6f7fb5962bf0cc20e4b1fb7cba20cd1f3c37b07c7f72e22c153405bbc00db54293da317fbbc60
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: 72
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: amd64
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_amd64.deb
Size: 53908
MD5sum: bda8fa6b35d08bab58c8a14e5fa6765e
SHA1: 0d85637cb8c9315a4acb043b7ce8ad580e427674
SHA256: 74493b7bd3645b8d448b369c1fd6c5054c21527feccff9b7cdeacd691bf39216
SHA512: 27765f0858fb6c4758a2bf6cdd38bfd3ea17b2b5e3073d5ccb526c358610ede682ad1aff295b508c38567d1f5471772e73d89829f27ee0c145bf1607bed84886
Description: debug symbols for libsensors5
Auto-Built-Package: debug-symbols
Build-Ids: fa04a4aa5bc658588d4ee0de6ce85004642f4eb3
Multi-Arch: same

Package: libsepol-dev
Priority: optional
Section: libdevel
Installed-Size: 1672
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 351836
MD5sum: 523c34c25782acdd4214f55c1acf8c47
SHA1: 6004b374302743bf8d10f7d254ba9200e012ac9e
SHA256: 89c47e511dc7a751349dabc108541c3d5f00d0d9e4be728bc18d33ec8efc7fe1
SHA512: 54348f76ef8200b2c2425bcc3fd0978d20d90d2dd29d7480bc21c44f3e3bc82a6771821fb00d285cf5039f203cd4a7d58aad32011514dff38f861b607c102c37
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: 782
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: amd64
Source: libsepol
Version: 3.4-2.1+apertis0bv2024dev3b2
Depends: libc6 (>= 2.33)
Filename: pool/target/libs/libsepol/libsepol2_3.4-2.1+apertis0bv2024dev3b2_amd64.deb
Size: 277072
MD5sum: cacc7b37a13e1a185b2b4a713f50a0ff
SHA1: a582884e4fb7bc280a2ae4bce09eca19996e1886
SHA256: b6b546368d3fa36c6e7200b4f43c66606711110b7a0120dafd1641d39b070ec3
SHA512: 52421c3a35f48fb8584790a0bede9e803adc23d752ed495d9b69af604766d5a7399de390e918c0cf5a71cd3933ad700ded8f546d14acc4ef857934d5450c8220
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: 1101
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 1026428
MD5sum: b2986ba78a065719d79e67f4a930c350
SHA1: 2345fc10f34e1e312bf53ea60503a41a9add8a82
SHA256: 3b679f432af4717ebf59d5edae603b8fc1505d637caede83d3678e03a83c7455
SHA512: 174e173aeb1c87fb2869f44e4186c8e24ce2f2d1a08a228117db123be2192fd6803eca12134d12535faba86e079679b8585d6c0af65bb9d6e01a9c67fcb29658
Description: debug symbols for libsepol2
Auto-Built-Package: debug-symbols
Build-Ids: 67b43a170082461ae96e5bde0c01323dd6700524
Multi-Arch: same

Package: libserd-0-0
Priority: optional
Section: libs
Installed-Size: 128
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: serd
Version: 0.30.16-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.29)
Suggests: serdi
Filename: pool/target/s/serd/libserd-0-0_0.30.16-1+apertis0bv2024dev2b1_amd64.deb
Size: 46116
MD5sum: 8a10f01dbfc02ff000ebe4b71445a1f6
SHA1: 08423fca5cbc7bec6602b1a42e1f1395f3983303
SHA256: 964cd9a11c2ed27874a19099aceb3d4ff47826b2c86899895a77be363f0aef4d
SHA512: 7b69c61e25de3a6a8917f68d8e0fec69b1c5c77842ae445d99efaeed76213af9a4f283d8dcc087285fab7ef940f28365774b15f58bf305a613395a0e8b10ac59
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: amd64
Source: serd
Version: 0.30.16-1+apertis0bv2024dev2b1
Depends: libserd-0-0 (= 0.30.16-1+apertis0bv2024dev2b1)
Filename: pool/target/s/serd/libserd-0-0-dbgsym_0.30.16-1+apertis0bv2024dev2b1_amd64.deb
Size: 148308
MD5sum: 93ac4264e7a3ea66b41ce8b5b629a478
SHA1: b6962c60287aea21655023dc84e45835f22eeff1
SHA256: e771a175372a44f87be4736375db6c27a2d7163fa573033b6a8e30ff4e6a98a5
SHA512: 0620d4e458c072012894d31faf7692eb9e27aa963ccf48b6268c3747a970d2998c8bebbd646bc55e248c56aba8dae9665f9a0c41adc5a63b5cd6a01ff33a46d5
Description: debug symbols for libserd-0-0
Auto-Built-Package: debug-symbols
Build-Ids: ab6220c31e9ba0638e21097319c3389142d0024c
Multi-Arch: same

Package: libserd-dev
Priority: optional
Section: libdevel
Installed-Size: 54
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: serd
Version: 0.30.16-1+apertis0bv2024dev2b1
Depends: libserd-0-0 (= 0.30.16-1+apertis0bv2024dev2b1)
Recommends: pkg-config
Suggests: libserd-doc
Filename: pool/target/s/serd/libserd-dev_0.30.16-1+apertis0bv2024dev2b1_amd64.deb
Size: 16208
MD5sum: 631c8ea3ab4b2fd4685c07e6327622b9
SHA1: 99c25bd2d62a340622e61decb048f45050d2270b
SHA256: ae76bea23ab1fe37580a3d0d08a5ac6edb454e80da897cdd457d1d67bd052001
SHA512: 9ba9ca2675f0aac2b9d7f33a45096aafbf5f992f8bf629b4fec0ce329cad9ed68df93cae2d6ce6093b9c602ad78c454e999ca273aceec918c9226609e799d8ac
Description: lightweight RDF syntax library - development files
 Serd is a lightweight C library for RDF syntax which supports reading
 and writing Turtle and NTriples.
 .
 This package provides the development files for Serd.
Homepage: https://drobilla.net/software/serd/
Multi-Arch: same

Package: libserd-doc
Priority: optional
Section: doc
Installed-Size: 526
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: all
Source: serd
Version: 0.30.16-1+apertis0bv2024dev2b1
Depends: libjs-sphinxdoc (>= 3.4.3-1)
Filename: pool/target/s/serd/libserd-doc_0.30.16-1+apertis0bv2024dev2b1_all.deb
Size: 122144
MD5sum: 9d7b0a794fae5e0f1d19ceaee196f425
SHA1: b24a9a22592015f0a0a6995199f888baaa443e4b
SHA256: e096444c7872fba4959c6313485d39b656d9c83c0adaa9fb8afe1a295d601f46
SHA512: 5745948141c7f140d30489eef072ba81d733717e0415b6674325e8c566bbc92ea6cf76fad3c167926bef85c8588f0370ec165ab67c6f796f6e573a35691f2cfb
Description: lightweight RDF syntax library - documentation
 Serd is a lightweight C library for RDF syntax which supports reading
 and writing Turtle and NTriples.
 .
 This package provides the developer's reference for serd.
Enhances: libserd-dev
Homepage: https://drobilla.net/software/serd/
Multi-Arch: foreign

Package: libshout-dev
Priority: optional
Section: libdevel
Installed-Size: 241
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libshout
Version: 2.4.6-1+apertis0bv2024dev3b1
Replaces: libshout3-dev (<< 2.4.5~)
Provides: libshout3-dev
Depends: libshout3 (= 2.4.6-1+apertis0bv2024dev3b1), libogg-dev, libspeex-dev, libssl-dev, libtheora-dev, libvorbis-dev, pkg-config
Breaks: libshout3-dev (<< 2.4.5~)
Filename: pool/target/libs/libshout/libshout-dev_2.4.6-1+apertis0bv2024dev3b1_amd64.deb
Size: 58192
MD5sum: 4f76784fce40086cc099103ead03388c
SHA1: 4049981f167a793164a164957fb43eb05e9944ae
SHA256: 0e91034522257f11482356138a55c97e3b7349c064440f746223801e5a4848c2
SHA512: 26085e1506f43a9cfc2a01993451c568f24e47b17eda5f2586e2f0a6cd241cfd817b6255ab66f20f52814bc0f9189407ccb031b07ec98162e5c93c95f10ba584
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: 52
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libshout
Version: 2.4.6-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libshout3 (>= 2.4.3)
Filename: pool/target/libs/libshout/libshout-tools_2.4.6-1+apertis0bv2024dev3b1_amd64.deb
Size: 15484
MD5sum: 2c34aea0269b4a3ac2ba36c9e6b83f7f
SHA1: 3b6a16f082f8407499bb7fc9553cef4d14b6311e
SHA256: 62158770b67e3bbdb30f0e38e421f04de9196ba3f19aa4e37e46fa2170cebbfc
SHA512: 3bb16c7ccb846d5540c8ca98b07354328f4ffa9955bd1ad885afb5674d24c866e0367e1b5142b43619db7a4eeddc2e70d1cd4e7f6428bbf53d8bfe3572e16cd3
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: 29
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libshout
Version: 2.4.6-1+apertis0bv2024dev3b1
Depends: libshout-tools (= 2.4.6-1+apertis0bv2024dev3b1)
Filename: pool/target/libs/libshout/libshout-tools-dbgsym_2.4.6-1+apertis0bv2024dev3b1_amd64.deb
Size: 14372
MD5sum: 56416711e8d19a36e888718793a4b6fc
SHA1: 6a9ff9f48d2a923eac3cb89bda22ac6fdcfa92a2
SHA256: 1f148d7d896c67a33094d5a368b28e66a623afcc40df7f42bf1ae03d406f9a44
SHA512: 7455e58dfbbfea797dc4746ade6106c50157ad9b82dc460515aa2ab4be5a85cd7216b9f90f9045f8af9f456d64a1c4bd4dadc9ab8e270e87a38bdd84a78c9dbd
Description: debug symbols for libshout-tools
Auto-Built-Package: debug-symbols
Build-Ids: e8e1cf36dc858cfc7279d9609029383068e43316

Package: libshout3
Priority: optional
Section: libs
Installed-Size: 152
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libshout
Version: 2.4.6-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libogg0 (>= 1.0rc3), libspeex1 (>= 1.2~), libssl3 (>= 3.0.0), libtheora0 (>= 0.0.0.alpha7.dfsg), libvorbis0a (>= 1.1.2)
Filename: pool/target/libs/libshout/libshout3_2.4.6-1+apertis0bv2024dev3b1_amd64.deb
Size: 50996
MD5sum: 7c942cbf0e460b6b8295448b139ab0ca
SHA1: b129328d8a78853990d0fd154c5c809027cbc9d4
SHA256: 15d5cfdc73384bc522b7ee6104a2756f133adb4479b9424d4d86a8fc4d427c29
SHA512: f57e02490c32df85b220d1272da9ea64e34e269258d0218b5a8b92fa862a1c56d9622a41ef0ea8bc290f13757308c54da09673b47cf0b7947bbf62c196db6743
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: 153
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libshout
Version: 2.4.6-1+apertis0bv2024dev3b1
Depends: libshout3 (= 2.4.6-1+apertis0bv2024dev3b1)
Filename: pool/target/libs/libshout/libshout3-dbgsym_2.4.6-1+apertis0bv2024dev3b1_amd64.deb
Size: 127320
MD5sum: 5df8cc6f3a3153a46dbbb59d8cab2dc7
SHA1: ee13c7df8f27356a5b05eedba6ace55a7311acc1
SHA256: c59c2169220ce8749b8a4bbdd2a96f718fe9b9ba51d52c24388ee722722dadfa
SHA512: 092153ce573203a3bcff43aa1f301702d2cbcebfff7e374c0b15433e749772b9b93a4f0b24aa8683f9505ea083920d7a238075ca71bf47a68409f5bb0b333d92
Description: debug symbols for libshout3
Auto-Built-Package: debug-symbols
Build-Ids: 30cb1c7f96581e6a05f8b2c39c9154cb8ccea90b
Multi-Arch: same

Package: libshout3-dev
Priority: optional
Section: oldlibs
Installed-Size: 19
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libshout
Version: 2.4.6-1+apertis0bv2024dev3b1
Depends: libshout-dev (= 2.4.6-1+apertis0bv2024dev3b1)
Filename: pool/target/libs/libshout/libshout3-dev_2.4.6-1+apertis0bv2024dev3b1_amd64.deb
Size: 7892
MD5sum: 2828e294d94db52548018c582e92e84d
SHA1: 509990efabf19297d5a2252362b00eb269872168
SHA256: 2c23a5a7a5a802b39644831fcb33994baa9cf374304a22cfeef9314b19940188
SHA512: 774372837e7266f66def927d3bfc572436e79114225ec4c425ba28b4137538be57363dbcd6a4df50fe440c58c323ebadd069544c2cb0bb063f0a9310fb5e55ce
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: 73
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libsigc++-2.0
Version: 2.12.0-1+apertis0bv2024dev2b1
Replaces: libsigc++-2.0-0c2a
Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.6)
Conflicts: libsigc++-2.0-0c2a
Filename: pool/target/libs/libsigc++-2.0/libsigc++-2.0-0v5_2.12.0-1+apertis0bv2024dev2b1_amd64.deb
Size: 26492
MD5sum: e9344ce0f604e1e47e6d250fe7c67d8a
SHA1: b0f898a1ab3b6f13b4bcc7d8a24c113124fe4c28
SHA256: 859416b58dfd3e0516705fea074d07d778826ea0e8ce193160d975d2a1db3587
SHA512: ef43abb7346f44c44009a2d10c7e6980a44eaa64279e29cb409f3a0b9374451a760750f9cf1920f46ac56f1a5401e07b0606b2aa263d82c102d017f66092b1d9
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: 83
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libsigc++-2.0
Version: 2.12.0-1+apertis0bv2024dev2b1
Depends: libsigc++-2.0-0v5 (= 2.12.0-1+apertis0bv2024dev2b1)
Filename: pool/target/libs/libsigc++-2.0/libsigc++-2.0-0v5-dbgsym_2.12.0-1+apertis0bv2024dev2b1_amd64.deb
Size: 67196
MD5sum: f19185ebc2062f1f3ab268ca61541cc3
SHA1: 3ff1210e5e1ce1601e34fce6cd97341f75970c9c
SHA256: fe6154bb8f6ca9d3165228bf491e431f711470070457cf9db7d56e7fd54e73d2
SHA512: d3be2fc8c2d34fc28550c509fcd640eb9bfb5e39ebcc6021fea0e1c3cf5a04e818f22af068937e5cd9793fad520d27fbf4483e8f45b42eea6b9845e7cbdf17bf
Description: debug symbols for libsigc++-2.0-0v5
Auto-Built-Package: debug-symbols
Build-Ids: e36cbb87f91a0c11b6c1996dbd5961a46aea5d09
Multi-Arch: same

Package: libsigc++-2.0-dev
Priority: optional
Section: libdevel
Installed-Size: 1192
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libsigc++-2.0
Version: 2.12.0-1+apertis0bv2024dev2b1
Depends: libsigc++-2.0-0v5 (= 2.12.0-1+apertis0bv2024dev2b1), pkg-config
Suggests: libsigc++-2.0-doc
Filename: pool/target/libs/libsigc++-2.0/libsigc++-2.0-dev_2.12.0-1+apertis0bv2024dev2b1_amd64.deb
Size: 74068
MD5sum: cfdbe94bc077f837ad4bc0cf02cd8312
SHA1: 6bf366675c5cc03459d47919e832aa9367477e0b
SHA256: ff6bc9182f52e542050d7982ded986d412a8c4f9cdf09335b1fab1fdbaa1136f
SHA512: d154d328c311a0d8aa15d274b1d1b710215eb42f7d6627e80e903c4c77de0fd2bb0efef921b33140d65b011601a8d6c909fc8d73aff47c5a86083cc4580220b8
Description: type-safe Signal Framework for C++ - development files
 This library implements a full callback system for use in widget
 libraries, abstract interfaces, and general programming. It provides
 the ability to connect an abstract callback to a class method,
 function, or function object, and contains adaptor classes for the
 connection of dissimilar callbacks.
 .
 These are the development files for libsigc++, needed only if you
 wish to write software which uses it.
Homepage: https://libsigcplusplus.github.io/libsigcplusplus/
Multi-Arch: same

Package: libsigc++-2.0-doc
Priority: optional
Section: doc
Installed-Size: 16593
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: libsigc++-2.0
Version: 2.12.0-1+apertis0bv2024dev2b1
Filename: pool/target/libs/libsigc++-2.0/libsigc++-2.0-doc_2.12.0-1+apertis0bv2024dev2b1_all.deb
Size: 4127460
MD5sum: f374b616049b34d51e683477b5c9f87c
SHA1: 2f468788aef616a469b94d64ddaa83665f651c16
SHA256: ffe0a99ef0a9d88374f83c5e5b873be48260c8f8b1b79026d2c5cdfff189e2c5
SHA512: 8c040f7ac0b97733da523396ce62ef10b5ef32380a2f07de5b80ed461b8821298d62215d381d454a412c1d81d3a0b1358567c7c5bf6ff63da41eb8b6dc333030
Description: type-safe Signal Framework for C++ - reference documentation
 This library implements a full callback system for use in widget
 libraries, abstract interfaces, and general programming. It provides
 the ability to connect an abstract callback to a class method,
 function, or function object, and contains adaptor classes for the
 connection of dissimilar callbacks.
 .
 This package contains the reference documentation for libsigc++,
 needed only if you wish to write software which uses it.
Homepage: https://libsigcplusplus.github.io/libsigcplusplus/
Multi-Arch: foreign

Package: libsl0-heimdal
Priority: optional
Section: libs
Installed-Size: 58
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.11), libedit2 (>= 2.11-20080614-0)
Conflicts: libsl0-kerberos4kth
Filename: pool/target/h/heimdal/libsl0-heimdal_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 24240
MD5sum: e97e921bba4cfa715449cd7ba09e7784
SHA1: 5119804d7930bdb31fb1f46b8da11f2c974d4f1e
SHA256: 504a6f77861d747d92c1905981283197cba9cd77027c098eae9fac0a05bb8726
SHA512: fc03fcd3f7e6110da5bfa6d7b83d298af5df4536851e377f67569407d0fddf94108fec4b4e1bccb1cb9e88059e93817718375daa8e8e242ad04cadee6768da90
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: 39
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libsl0-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libsl0-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 25760
MD5sum: 88974e3f5bf8acc418268a93565e79fa
SHA1: 17c119a7d0f5a998369629d6beab2b0acfba381a
SHA256: ca337a44cb4ff5e526af9d0bd0ea83b1b860f4b96250d01113c7f750969d2f96
SHA512: f769f59033a54fc918e28351b07146d22ed2192822ecf17c30f024eeabc1a4fd90446fc6ae7a537259d671b2f74cbcf8bac4ca45dbe3176f386e48f1a73b09cb
Description: debug symbols for libsl0-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: 99896862dcd3b81662049c29dd0a3cb2ea59f9dd
Multi-Arch: same

Package: libslang2
Priority: optional
Section: libs
Installed-Size: 2393
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: amd64
Source: slang2
Version: 2.3.3-3+apertis0bv2024dev3b1
Depends: libc6 (>= 2.35)
Filename: pool/target/s/slang2/libslang2_2.3.3-3+apertis0bv2024dev3b1_amd64.deb
Size: 554456
MD5sum: 96c3a8d0ca9a047a4aae6477bf096c4e
SHA1: 952df2092058b28811a8d0e38ce4778bc7cd975d
SHA256: 235a4ed5c9044b7ee90657fc45ed8b9a0d63d1a8c859070241eb9d1914185607
SHA512: 425ce8410408c459fa8f4fee3fbb1939dcc70d6bc362c9c768995ef26bb9d8d63b73c25d9edcbc89ccb41f5f89de51abb4f8dcb476d0ae70067541909c36c362
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: 488
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: amd64
Source: slang2
Version: 2.3.3-3+apertis0bv2024dev3b1
Depends: libslang2 (= 2.3.3-3+apertis0bv2024dev3b1)
Filename: pool/target/s/slang2/libslang2-dbgsym_2.3.3-3+apertis0bv2024dev3b1_amd64.deb
Size: 372752
MD5sum: eebbe2bfe193b5cdefa2a4ea5905c752
SHA1: 579c067accdfed21cb8243863cd47032fd9e52d7
SHA256: ca9f25a67d4f8d9888a7e3561ccc19e3f7f4fb199ca9b28ba0ac67321f6dd7bb
SHA512: b4d162e9128228a8d9b2d0a79cf478c989cb4ea3c6daf7ffbed77b357f512053b3fb072b6b9fda27863b66bbe04eee8fd5a7fb3e341a36c0e2824c24bca0dcd3
Description: debug symbols for libslang2
Auto-Built-Package: debug-symbols
Build-Ids: 8648b70d66afcb4042e65aff7c3428f43101bdb4
Multi-Arch: same

Package: libslang2-dev
Priority: optional
Section: libdevel
Installed-Size: 3331
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: amd64
Source: slang2
Version: 2.3.3-3+apertis0bv2024dev3b1
Depends: libslang2 (= 2.3.3-3+apertis0bv2024dev3b1), libc6-dev | libc-dev, libpng-dev
Filename: pool/target/s/slang2/libslang2-dev_2.3.3-3+apertis0bv2024dev3b1_amd64.deb
Size: 681276
MD5sum: 85b62e1f51507edc46fb9e69b7c56ef3
SHA1: 3ecc61c612ec87d92ed6b9af2dedf6cf1d8f128e
SHA256: 07fb9e37fbd9cc734830e7635c396e619146384aa3e3d9c4f661fc68aa17aff1
SHA512: 5375e5eec40cde31c5cf789f3f1f69f8c9c20da47c23d99c46e68ef028b72646f562dcc277083105f2e0ac3ae1350f3d8f757f4ad4921fcc6d520b892c6f68bb
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: 589
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: amd64
Source: slang2
Version: 2.3.3-3+apertis0bv2024dev3b1
Replaces: slang-histogram
Provides: slang-histogram
Depends: libc6 (>= 2.34), libonig5 (>= 6.8.1), libpng16-16 (>= 1.6.2-1), zlib1g (>= 1:1.1.4)
Conflicts: slang-histogram
Filename: pool/target/s/slang2/libslang2-modules_2.3.3-3+apertis0bv2024dev3b1_amd64.deb
Size: 156936
MD5sum: 99675068dc77aea73edb50c02630f76f
SHA1: 5d5ff6194c687482554f20d9a4b3bc7c2739b51f
SHA256: 507184450ddf07538b5119cf172b56f2f84cd356f92230229562cc9428a929d9
SHA512: ff7b7c670a6c5cb805aca531c265284d9e3424de9f90ebd8ed7ec986f2e43a42c0287edc5f4a8278b72dbcb89326d0850f2b6dd2dc1d993549a7838b761df86c
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: 277
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: amd64
Source: slang2
Version: 2.3.3-3+apertis0bv2024dev3b1
Depends: libslang2-modules (= 2.3.3-3+apertis0bv2024dev3b1)
Filename: pool/target/s/slang2/libslang2-modules-dbgsym_2.3.3-3+apertis0bv2024dev3b1_amd64.deb
Size: 121560
MD5sum: 20f9c31d9ba71ca7cf7288dda4b9860c
SHA1: c8003fa60425bd3124925c743c103a3c14c481d9
SHA256: e90beca185c05768d870c896fa457247c9e38d8fb0edfc92a69d2c8dff01420e
SHA512: 872b39d9245ecceb25906a6d62768bc45f5563e926e80817ad8f772ee05ee25d7b728fa153c1c9768b7b1d22cf6649d0da7c46b38e43e31352c13223a8863a19
Description: debug symbols for libslang2-modules
Auto-Built-Package: debug-symbols
Build-Ids: 11f63580322153da571f50e2590b9fa8d7e4f640 1c24f6b70db95b3bae2a007f1cad40d29132aa3a 2402c80dae3e59271b3c7908c52c0d6c9abfdddc 24759219babfb06ec35494867c3df2d8d82a90b1 38f085ce9cc6df570ca35db9831936b2365cc2ac 48439b871acb3cfbf08c6fe0e76a95d0508d1892 4a6bc3f67ccfd879e2cf0d3fb102f8a47d303c84 5d4b6fa35a09bc707c249a73bfc754af4bfcc518 624ecdec83e12f25c10dfe8dbfb05f03f53d8519 6c4047255b99e78df38333574a78846204e19796 77ade79f954e4315e88208a03dba56b330c69b42 7f058de1aad4937ed5b40dd4ae9aee12bd09d227 9a00fb11dd122571894e5602938356fb62492697 9c1be334838a94cb9a22255d8e0370372fc382e0 a2362540ff6ad3ed4e087c5a223573aa99d10325 c3b21aff6488f98b5ee5b12ad4d1530fef43edf4 c4991a22b811f9fbab4389005044a28f744817b1 f5043f2b0a27faffbab90a122cac0583b9910b40 fa0dfaad53e7b65fcc3a7984c0a5f69a0e04d400
Multi-Arch: same

Package: libslang2-pic
Priority: optional
Section: libdevel
Installed-Size: 2908
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: amd64
Source: slang2
Version: 2.3.3-3+apertis0bv2024dev3b1
Depends: libslang2-dev (= 2.3.3-3+apertis0bv2024dev3b1)
Conflicts: libslang1-pic, slang-pic, slang1-utf8-pic
Filename: pool/target/s/slang2/libslang2-pic_2.3.3-3+apertis0bv2024dev3b1_amd64.deb
Size: 425924
MD5sum: 4be8ce48a00c8ad8f9391bd008efdf56
SHA1: 6de88c63719d569d162e629857c337c913632d80
SHA256: d6f054b5e978f9a58d789a89b42bdc511b045e9dbd51a0bfef750147412e6a56
SHA512: d8ad9bc1f5dd80be6df43dc1fda8194472f43e3cc29b9c25bf3b8e03ed5c6f551a230f7ee0d4fb8508f2d9329b4d9589a1143437f1ccbafce37d2890a6bad179
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: 103
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 35836
MD5sum: d22db2bfc1cf5f23e53bd7f4f681b75b
SHA1: 9f362b86b18bc315abfbf195d64142fb38ac28de
SHA256: b08a23965ed11a6c3f79cf85fb85ce30b3b39a2791496d5960988dea1a2cc4cd
SHA512: a363f490a5542d4529455f4032046932fb892654471c7af91ea29958fa7d3bd8d4052d7470d1a53ad952cc78186991d6d8f5db25d3c024832d38d0689518d5e5
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: 71
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libsm
Version: 2:1.2.3-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.14), libice6 (>= 1:1.0.0), libuuid1 (>= 2.16)
Filename: pool/target/libs/libsm/libsm6_1.2.3-1+apertis1bv2024dev2b1_amd64.deb
Size: 33068
MD5sum: f3e85bed42fbd8630ee8bf9afbc2b342
SHA1: 13b3d63eb7ec8d5f434427a4af362e0cdb637136
SHA256: a3b46e3f0537c4d013af4be9be2925ef681925f889cdfec825b82bd9acea07d5
SHA512: c08514fc35a69bed0d127d7d7a771d5dd103694bf44ca2a6f8b69f89ea421b822aec059e95f3a8d04db1858114d0caaf24ca8721eb211c7b882d878eec479200
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: 60
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 45392
MD5sum: 5eca62c01ae4442a2fce645cbe5815e0
SHA1: 9c105c0896f50340f4d3e17657eacf872dd99d8d
SHA256: 4b0491b0e8b221f607737810cb8ca05f0b79a2f5f7999715078c9b56eae9ac0c
SHA512: 1973328924d87edd7817c9597298f818d49b6af4bedd4f1e2f9ab83100d10d96171f968d6ec4f12629917466e44540a4eafe3ecfdf061d2124032ed02083f1d1
Description: debug symbols for libsm6
Auto-Built-Package: debug-symbols
Build-Ids: 18ff870272528e0de7688169817692b39fb27d98
Multi-Arch: same

Package: libsmartcols-dev
Priority: optional
Section: libdevel
Installed-Size: 71
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 27884
MD5sum: 858558d2f1f51d717ecbd363f5148162
SHA1: 2938ccb46b649ec486e20e87be908179240a0a5d
SHA256: 6eba80a2a22053919fecd57728adc6398f5859c9e710d800bdf8d87cd084d7a3
SHA512: 0e37e2be3c65ceb8c92816a6e9949743713737ed1f4847996b664bff489db1881c1299f813e5abe0e63febc33360becf68b12536eaccc0029d37a2741c331e3d
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: 302
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 116600
MD5sum: 135835ff34ae7d15ba668f1c56d23b8a
SHA1: d0561da3b79364cdd4d1653006ad6b3a31fa1565
SHA256: 97aee5062aa381fd6d6ae8f61164bcacdf0b203370e04a97a8637c582be0e4f6
SHA512: 25dc03299e84b2f217aec57edc276dda4ce51c5f58c175729007824c091d234e78bf644d5a97f91088a077786597bbad338b202f02de9ed3466af8f20f98bb1c
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: 323
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 289812
MD5sum: 0b498d6dea1b149e90969fe5aa7dae4a
SHA1: 8e483c41cc387bf4b65dd27fd7df50ac7b9e49e4
SHA256: 85b4660bd7cfc00bf87e40a1fe325299db48c69222605bb5ec4f4102d5d4572e
SHA512: 80581e72d0fe8008dc5e30dc83382ed679850521965aaf9b126866d3e3201c5dc09034b75647ddb2507bcc5a6d600d471e25ec43c429e209a7d448e81a026bdc
Description: debug symbols for libsmartcols1
Auto-Built-Package: debug-symbols
Build-Ids: 906fa850873df7adeabb5f4fd332dea7103d2387
Multi-Arch: same

Package: libsndfile1
Priority: optional
Section: libs
Installed-Size: 562
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libsndfile
Version: 1.2.0-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.33), libflac12 (>= 1.3.0), libogg0 (>= 1.3.0), libopus0 (>= 1.1), libvorbis0a (>= 1.2.3), libvorbisenc2 (>= 1.1.2)
Filename: pool/target/libs/libsndfile/libsndfile1_1.2.0-1+apertis1bv2024dev3b1_amd64.deb
Size: 193452
MD5sum: 881b39fbff81dd7260914c92dc28ef7d
SHA1: 96ffe83e33a660c647f226b5cdec5de0305fe1bf
SHA256: 5ab258194530e0d32172783295887665c0ddc9e1c72d326e9f88b3f6e007d95e
SHA512: a9bfe058bea2627830fd62c871532e1bdd73eb2f65add8f415348f2db4732b61380428dc79c34f12c4c46e75df02ab46fb481504ad70bd3917b1b7fcc5122474
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: 585
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libsndfile
Version: 1.2.0-1+apertis1bv2024dev3b1
Depends: libsndfile1 (= 1.2.0-1+apertis1bv2024dev3b1)
Filename: pool/target/libs/libsndfile/libsndfile1-dbgsym_1.2.0-1+apertis1bv2024dev3b1_amd64.deb
Size: 547620
MD5sum: 45a921f53f4f17ef9109910afbe4366e
SHA1: 6bf4cc118ec620df667661483f5f028831810d23
SHA256: 98d316a97fadb81dd8e61a6370f2f2c45349b449e0fd858088575eb6633070df
SHA512: 425d48715b82621067f6e20092410b0e674f7390fedc6e92d0dca37d23f0bef503b32097d9a44f43583390acb267fccd2d50c99c7512a61837aafcbbf5cfd470
Description: debug symbols for libsndfile1
Auto-Built-Package: debug-symbols
Build-Ids: 5e176f29781f8a6e071626e440162de7138cc73e
Multi-Arch: same

Package: libsndfile1-dev
Priority: optional
Section: libdevel
Installed-Size: 1989
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libsndfile
Version: 1.2.0-1+apertis1bv2024dev3b1
Replaces: libsndfile-dev
Provides: libsndfile-dev
Depends: libflac-dev, libopus-dev, libsndfile1 (= 1.2.0-1+apertis1bv2024dev3b1), libvorbis-dev, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5)
Recommends: pkg-config
Conflicts: libsndfile-dev, libsndfile0-dev
Filename: pool/target/libs/libsndfile/libsndfile1-dev_1.2.0-1+apertis1bv2024dev3b1_amd64.deb
Size: 345648
MD5sum: 6d82e51bbc42ce09e17e0372d7c0695c
SHA1: 2e56ef6bd8e87f1958c4b9c6744e9d2e930c8acb
SHA256: 93710db58b004e301f9a741698fbe056d2465026f0229cea53441dc9fab22e45
SHA512: 29c82845bbdea8d020d0f10b9176f1e3b5ace780b181d227d5e418c4a71f6bbb0c70f8178d7cfb76d1ae2617ad160eb84a7cb42a5266e1cc1211233a577abb1f
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: 1895
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libsndfile
Version: 1.2.0-1+apertis1bv2024dev3b1
Depends: libsndfile1-dev (= 1.2.0-1+apertis1bv2024dev3b1)
Filename: pool/target/libs/libsndfile/libsndfile1-dev-dbgsym_1.2.0-1+apertis1bv2024dev3b1_amd64.deb
Size: 1378788
MD5sum: a781f3dfa48c70ee99c8681b25e27255
SHA1: 2e6b3d05bc4461f3ce83651e0a4c1fbb3facb880
SHA256: 09790ef180f18688cedc11edebac1e76301492de4954110e903765ac3c6c329c
SHA512: e987ff3a52467060f95d3a4655b02d66322d1a4de98b98603aaf97c42d7bf5bb5f4840c3da91dead594d2ca90ab70cc91dfbdae732e384203902f0eb0a7698b2
Description: debug symbols for libsndfile1-dev
Auto-Built-Package: debug-symbols
Build-Ids: 123254874c774344d00179c1e10cb434eaa2e99d 166a4d4b625aade476ab553baee525f0b79862a2 1ccefc7ad4cc9bd179c1eb75e083fa785c7544fe 228bf5a5209dd5df7758ae5e8b627f161fb5bd06 27c08fafe773e7d3913d490f907922afef26694c 28e8b0da78714c087d291862049ec9946c89c41a 2a04d8bbcd38b1797720a8d914fda522da26a8ca 3b90ed8c05df221841693c02cb8dcc2f50682aef 3c4284bfd301397d79e35d4757498164f6399e61 41085873d05b520d3f3a525d6af1640706f747e8 435891c9cb89d9aed2a1ab8ddd3de276ae7258df 45dd9b1b3a3ebe115fe979a4173e87b0b48d5bbc 4bdc5bc49565a41de741e86e9e68481009531a4c 54ddb6fffbdf67cdd2db32e2bbb394d7256aa4b0 5595dc2bff7ce2b86d845fc41e87a1bc57347e2d 55a83f4759f2939c2ffe5ce43a0a7073dcb39b33 5df3943b4a6a2fb522737928832e4b84a193f206 716274ef5fd3f663e8c366d716c5e9becf36398b 7eab822243a9c0b0999e1c9f60af1ec2ca79aeb1 84625c95d226162fe6a00aeaf1bb3937fdc7f871 8f193a20a63f7d9d57dbc4fefcc569fdbd3a60c9 9402e93ae316297e736273d05a2d0170a261c0f1 9559dca2cded6eb04e8e6949fecf6c791962fa10 9baefad209158fb0656e22feca1249ed049764a8 a76c8d2729be6f22bf49eb9b24e06e4ac02860dc a9b9944dbc478ef5384b508cd3763a8c545e5042 af3666ced2a30088f3623897ff1b04d0375cfa5e afdbf80e0f29a1f434152a1f8756cb4dcfd15a31 b01176fa543961a6bdbafac21a64a024a0e308b9 bb2a1354b3645d2a5ad25be4ee2ede555a6012e3 bd737ca2f5f3182ee9a1b496a79a8fa77e62950b c4f81b38dc46c90ddcbd7fbae393155dd8cb6c70 c5a5feb3c619648b2ec115f3171df16c84a83b4b c644c59ee053c4fff839e1e3cbe48b854a029977 c6be2f385e512e02621c96207b91171bc8199e3f cac93c536c99ab62c16d4adebefd0d135a2b2991 caf846a6ec0bfb4156fc938f816f2f96e7df5219 cc48d8818db081f6137596f90f5ac52df4dd2463 db751bd589e2fa833a802391a629cf31f8fd690b df0805bca48d250da07c9a77f84635741fb76b1a e476f1652df4b8069cd64158eb4893bb77d2704c ecbd37d08e565f73826e4e8512c251bdc1e9a80f fdd4f4e0a83345c317fdf21aea82f7fd100d4505 ff601937278622b1721bd3c2a62057e032a5d2f6
Multi-Arch: same

Package: libsodium-dev
Priority: optional
Section: libdevel
Installed-Size: 798
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
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_amd64.deb
Size: 181248
MD5sum: ca8d76ffa777184cbb959d3aecab56b0
SHA1: 07c1934b8d6047afe1623533729f1510e439ebbe
SHA256: b7255c8701a6aefa83b470f27e235d16cf6aafb7467113b55faf4da08408a6fb
SHA512: 2b4bb27d4eb03ef2bad86e0e341776ed7cdfd50e79fa035c20f9ac7c8fbdf7e064eb1749832897a0cf34d4287671f72c57e1363cbd7e775dfb5befeda918fd65
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: 431
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: libsodium
Version: 1.0.18-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/libs/libsodium/libsodium23_1.0.18-1+apertis1bv2024dev3b1_amd64.deb
Size: 163288
MD5sum: 655dc1e837202380e617d4d1f1507b5b
SHA1: 1cf6d646bf9336eced6fc5e8c45c3346613ddf5c
SHA256: fcc7129985b09a7e0773df5ed8a4b05e2a038bbb7e04881dc6c7b64307472361
SHA512: cabf4e89361cf0b127e9b95f1773f3a0c4818345e99e5dd01c2bf035ca49f9461ad1447c58934137bcc8a6c4281ebafdd31d3c8ea06b924cf0655992e9fab976
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: 810
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
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_amd64.deb
Size: 771372
MD5sum: e7397ced8da581a23009c0f89459854d
SHA1: 0c8d3189fdb54b8c9ae08feb330bb6b018540276
SHA256: b0cedcd1737ea44a876e2010d72475823a465a77f74093cb29e7044646e8a693
SHA512: f59af144e4e5d333904ebd4a558cf74b0fd8f2dca8832aae7d3a7e1b5a4fdf96c37ef94a65c9f7c1b056d77dcd0a6647a2292585966cc22a64674d8338c732e8
Description: debug symbols for libsodium23
Auto-Built-Package: debug-symbols
Build-Ids: 32f1befd28358945363153bbf3a01c92a77b49f4
Multi-Arch: same

Package: libsord-0-0
Priority: optional
Section: libs
Installed-Size: 58
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: sord
Version: 0.16.14+git221008-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.14), libserd-0-0 (>= 0.30)
Suggests: sordi
Filename: pool/target/s/sord/libsord-0-0_0.16.14+git221008-1+apertis0bv2024dev2b1_amd64.deb
Size: 21044
MD5sum: b8a9540b08703356a2cc5499e4635ab8
SHA1: 7882d42327b2018960d0e15457a110642ba06734
SHA256: dc28ed09640653cf29e934f5270d1e02dc12048ca1478e4901e0d1cbb523bc1e
SHA512: cdb6bcdd2808c41efb20b66cdfcc2776b8d03d746386fdef4f6d1e020839fdcfa19f4227b46e97caa42225abb7388d0b5f6eaad2922fafa76d4a543bca0292e1
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: 66
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 51716
MD5sum: 023d503c94c7313e5ae66eed1a3a971e
SHA1: 58c37b847adc43a1fcde7704a7d6d9fa546c402f
SHA256: e6589afda1277b203c806dc8f391b10a49b4304dc6e88eba275a52fe2c7b91dc
SHA512: a582a7727c8aa11a506a66f2df8c717bedbd36600519a595fc4faf2c6665dc0e6cf63029d0424615a75c813e356da36b85554dd85a7dee67468be816d0785cd3
Description: debug symbols for libsord-0-0
Auto-Built-Package: debug-symbols
Build-Ids: f34e8eda34034cf5ad4e1b8fa459efb799a5b2ab
Multi-Arch: same

Package: libsord-dev
Priority: optional
Section: libdevel
Installed-Size: 53
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 14036
MD5sum: c28c55740a29c4d8b1573bea3a710545
SHA1: c7b904334934f920678ab8363c5a0efda614283e
SHA256: 3af7e8cd99db3756a3268260cbb7e12fecb91ddfcb61ae8330f173173185aae6
SHA512: 08429e666ef944dbf3747d3771ff5126d2aec18cf26e11bf253ee36724a39367de6e594684b84477c7f0a185dacd83df65e6891dceea1b11bfed40cd9928190d
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: 42
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libsoup2.4
Version: 2.74.3-1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.58), libsoup2.4-1 (= 2.74.3-1+apertis2bv2024dev3b1)
Filename: pool/target/libs/libsoup2.4/libsoup-gnome2.4-1_2.74.3-1+apertis2bv2024dev3b1_amd64.deb
Size: 14076
MD5sum: 44acb67fcbf5b7c8d0da061cdf3d438c
SHA1: f4958d2432ddad3b31c321062eba56e4dc3cd9e9
SHA256: c02183af187f621da9e29677f2ef652d4819279a9aacb7109d8887b557810c86
SHA512: b83bfa9a89e44ea47568d7b70062a5091a007d40ec4c373327afcbcc61dec722f0513521482f68a40c345a615a653933ef56372a7fd5cdcc636654971aa4de5f
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: 24
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libsoup2.4
Version: 2.74.3-1+apertis2bv2024dev3b1
Depends: libsoup-gnome2.4-1 (= 2.74.3-1+apertis2bv2024dev3b1)
Filename: pool/target/libs/libsoup2.4/libsoup-gnome2.4-1-dbgsym_2.74.3-1+apertis2bv2024dev3b1_amd64.deb
Size: 10072
MD5sum: bcd713db060ca6e366ebb313e10e1bec
SHA1: ea582fcf36800f450e760cbd17aab6e913cb8dad
SHA256: 1556e28391bfb035de4adbf38ff512eb589109d38386b1a346b52bf1da8c1b05
SHA512: 034c543ef2e39afcd3681bd510d4e563c0eb6ee984cf58500bbf38019f9e26eaf3d1b86a61a91f92cb52145ce6b0661d9d486603df3ad692e5ad1ddb07f046ad
Description: debug symbols for libsoup-gnome2.4-1
Auto-Built-Package: debug-symbols
Build-Ids: e78eaec78e278916aab2e2850446d1da67194ec0
Multi-Arch: same

Package: libsoup-gnome2.4-dev
Priority: optional
Section: libdevel
Installed-Size: 37
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libsoup2.4
Version: 2.74.3-1+apertis2bv2024dev3b1
Depends: gir1.2-soup-2.4 (= 2.74.3-1+apertis2bv2024dev3b1), libsoup-gnome2.4-1 (= 2.74.3-1+apertis2bv2024dev3b1), libsoup2.4-dev (= 2.74.3-1+apertis2bv2024dev3b1)
Suggests: libsoup2.4-doc
Filename: pool/target/libs/libsoup2.4/libsoup-gnome2.4-dev_2.74.3-1+apertis2bv2024dev3b1_amd64.deb
Size: 13008
MD5sum: bc98453cb7b99f7d76951f688e743aef
SHA1: fbac9459aa903fc6b16a81fec9a54c2af7b250d1
SHA256: 44dc4999f1aaf4783ef854b4e1e652651436179dcfd6a508c18364f20ba84909
SHA512: 71b597432917e70ad2f01a2d4a566aa191e95bfc09a6c8513712a561a02b02715579719ced1ae9ecaf7646a4f17ad6fa08670b7aa841f2f90ae96388ef8fa582
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: 742
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libsoup2.4
Version: 2.74.3-1+apertis2bv2024dev3b1
Depends: glib-networking (>= 2.32.0), libsoup2.4-common, libbrotli1 (>= 0.6.0), libc6 (>= 2.14), libglib2.0-0 (>= 2.61.2), libgssapi-krb5-2 (>= 1.17), libpsl5 (>= 0.20), libsqlite3-0 (>= 3.5.9), libxml2 (>= 2.7.4), zlib1g (>= 1:1.2.0)
Filename: pool/target/libs/libsoup2.4/libsoup2.4-1_2.74.3-1+apertis2bv2024dev3b1_amd64.deb
Size: 272204
MD5sum: a374b7a9cc6ab91a3b514ecf320fc3b2
SHA1: 6ed20b67de889f22ea9986b8720af3fa769a0115
SHA256: dcf38b9289dcae78b4b408909fd4b88dc5dcba6c669940fe378be16d31852ee4
SHA512: 241954191ec3c287fa73a178c099e8adab7f910c6c39ba3f1926447ba0293864630bfd97a440d3f621f5168da7c53f2dc8c8e730e983340576d3e60d181a31d5
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: 806
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libsoup2.4
Version: 2.74.3-1+apertis2bv2024dev3b1
Depends: libsoup2.4-1 (= 2.74.3-1+apertis2bv2024dev3b1)
Filename: pool/target/libs/libsoup2.4/libsoup2.4-1-dbgsym_2.74.3-1+apertis2bv2024dev3b1_amd64.deb
Size: 702572
MD5sum: b372dfc6470a8b74cef159c25f0dbb9e
SHA1: ff0508541ff387c0bfaf2388b6d477c18d8053df
SHA256: 28431858be986ee840302e26333f6837ec11822a3c26788378436c3fbbd316f0
SHA512: cae3b945dc1dc059f12851bcb46b50184ba2980b352dedc337a7f7637c4419bd5bd099a48c944ee2353e618f1caaa08027c08a882d0547aa4addad283e20efbf
Description: debug symbols for libsoup2.4-1
Auto-Built-Package: debug-symbols
Build-Ids: ea5eee02491125b29fc1d6dd36982b38acc76603
Multi-Arch: same

Package: libsoup2.4-common
Priority: optional
Section: devel
Installed-Size: 455
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: libsoup2.4
Version: 2.74.3-1+apertis2bv2024dev3b1
Filename: pool/target/libs/libsoup2.4/libsoup2.4-common_2.74.3-1+apertis2bv2024dev3b1_all.deb
Size: 58948
MD5sum: 2c3ccb7f4ba61e0b72f156820dac5e7c
SHA1: eead270fb35b12d4cfe74dae9e18136138488db7
SHA256: 086c61dad4aa47f2ab3ff7f553498a727e912a061dd047a77f983ff1eddd8aff
SHA512: 4619ad6313834ec079aea47c79b3e369f321b6fd3b164a0d0b7358cb5e21cf6ab1448f3375cc67f7d43b81dfdb5a759cb30d7f79901e00bcce1a794107e450f8
Description: HTTP library implementation in C -- Common files
 It was originally part of a SOAP (Simple Object Access Protocol)
 implementation called Soup, but the SOAP and non-SOAP parts have now been
 split into separate packages.
 .
 This package contains architecture-independent files such as translations.
Homepage: https://wiki.gnome.org/Projects/libsoup
Multi-Arch: foreign

Package: libsoup2.4-dev
Priority: optional
Section: libdevel
Installed-Size: 1742
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libsoup2.4
Version: 2.74.3-1+apertis2bv2024dev3b1
Depends: gir1.2-soup-2.4 (= 2.74.3-1+apertis2bv2024dev3b1), libbrotli-dev, libglib2.0-dev (>= 2.58.0), libpsl-dev (>= 0.20), libsoup2.4-1 (= 2.74.3-1+apertis2bv2024dev3b1), libsqlite3-dev, libxml2-dev, zlib1g-dev
Suggests: libsoup2.4-doc
Filename: pool/target/libs/libsoup2.4/libsoup2.4-dev_2.74.3-1+apertis2bv2024dev3b1_amd64.deb
Size: 162420
MD5sum: e38b317d151cd0ddf496cc1b4effdf53
SHA1: 30fdd1dd1b146ac8b69ecd325575380f0a2a3d12
SHA256: 64d70e0733e0ac9094671ea89512f7c411b67c30b9a4cb9dbb97768a9c4bb199
SHA512: c6147754f8f9b8a969c1e9cda8fdd168a55edab111a991212a97ad6786e8333ea1b3e5d60996ed0a80b989d35ec14d3d4a9997c138809f639f420dca4e4ede59
Description: HTTP library implementation in C -- Development files
 It was originally part of a SOAP (Simple Object Access Protocol)
 implementation called Soup, but the SOAP and non-SOAP parts have now been
 split into separate packages.
 .
 libsoup uses the Glib main loop and is designed to work well with GTK+
 applications. This enables GNOME applications to access HTTP servers
 on the network in a completely asynchronous fashion, very similar to
 the GTK+ programming model (a synchronous operation mode is also
 supported for those who want it).
 .
 Features:
  * Both asynchronous (GMainLoop and callback-based) and synchronous APIs
  * Automatically caches connections
  * SSL Support using GnuTLS
  * Proxy support, including authentication and SSL tunneling
  * Client support for Digest, NTLM, and Basic authentication
  * Server support for Digest and Basic authentication
  * Basic client-side SOAP and XML-RPC support
 .
 This package contains the development files.
Homepage: https://wiki.gnome.org/Projects/libsoup
Multi-Arch: same

Package: libsoup2.4-doc
Priority: optional
Section: doc
Installed-Size: 2406
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: libsoup2.4
Version: 2.74.3-1+apertis2bv2024dev3b1
Recommends: libglib2.0-doc
Suggests: libsoup2.4-dev
Filename: pool/target/libs/libsoup2.4/libsoup2.4-doc_2.74.3-1+apertis2bv2024dev3b1_all.deb
Size: 188632
MD5sum: b7377d65d5093bbd80eb7647c027dc15
SHA1: 42afb52bf219815212eacea03d0e24850dc37fb0
SHA256: 6826c8b632a21541671c0992d0e59facdb7ca0ee319db2872e2dbd0b4b83f587
SHA512: 1a543cab39594917bb6e407e74f72c52ef87629788d81c5380802dd6528e267f204f2c5dbb33d8e68dbe78bbebf48dabee5dd5d7f2830459b2eafcd300115499
Description: HTTP library implementation in C -- API Reference
 It was originally part of a SOAP (Simple Object Access Protocol)
 implementation called Soup, but the SOAP and non-SOAP parts have now been
 split into separate packages.
 .
 libsoup uses the Glib main loop and is designed to work well with GTK+
 applications. This enables GNOME applications to access HTTP servers
 on the network in a completely asynchronous fashion, very similar to
 the GTK+ programming model (a synchronous operation mode is also
 supported for those who want it).
 .
 Features:
  * Both asynchronous (GMainLoop and callback-based) and synchronous APIs
  * Automatically caches connections
  * SSL Support using GnuTLS
  * Proxy support, including authentication and SSL tunneling
  * Client support for Digest, NTLM, and Basic authentication
  * Server support for Digest and Basic authentication
  * Basic client-side SOAP and XML-RPC support
 .
 This package contains the documentation.
Homepage: https://wiki.gnome.org/Projects/libsoup
Multi-Arch: foreign

Package: libsoup2.4-tests
Priority: optional
Section: misc
Installed-Size: 2242
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libsoup2.4
Version: 2.74.3-1+apertis2bv2024dev3b1
Depends: apache2 (>= 2.4), curl, libapache2-mod-php (<< 2:9), libapache2-mod-php (>= 2:7), libnss-myhostname, php, php-xmlrpc | php (>= 2:8.1+85+really8.0), libc6 (>= 2.34), libglib2.0-0 (>= 2.58), libsoup2.4-1 (= 2.74.3-1+apertis2bv2024dev3b1), zlib1g (>= 1:1.1.4)
Recommends: gnome-desktop-testing
Filename: pool/target/libs/libsoup2.4/libsoup2.4-tests_2.74.3-1+apertis2bv2024dev3b1_amd64.deb
Size: 1127888
MD5sum: ae5ffb844a734cc56d46b576156bee9c
SHA1: 8e0019b4962c973ee4debc569395a9b86260f456
SHA256: f35adf4ce8b2be97e61e40b53bf4d8dbe7c798e49d6e96377f4308f5f44f06cb
SHA512: 6b00c65b468ac187f051ba259aef68628f9d294a1a155fd1083153a05af1f6bc02e30bf588f0eee081ce792619994348494cdd126e6661946c09e53f64187a4a
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: 757
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libsoup2.4
Version: 2.74.3-1+apertis2bv2024dev3b1
Depends: libsoup2.4-tests (= 2.74.3-1+apertis2bv2024dev3b1)
Filename: pool/target/libs/libsoup2.4/libsoup2.4-tests-dbgsym_2.74.3-1+apertis2bv2024dev3b1_amd64.deb
Size: 435400
MD5sum: f635c8620d11f5717785a80ed50b8920
SHA1: 5dea2d17fdca3ed11652aa2c86a8056996280547
SHA256: b14c2862d6ef56a25df57d7955b7e5c61913a112b5e3925eda481449015d4913
SHA512: 5efd80b32b8722989bc1b7577149ed18f687d8df84413abbf0efb092ec3ce5f609c7b1e962a3e1329f9afcbb28b5df906c9f0d535f88492863cd82f1efb26a0b
Description: debug symbols for libsoup2.4-tests
Auto-Built-Package: debug-symbols
Build-Ids: 049dd28e2c7683b088f80a392d2a24daeeed2f16 072312a5c3d3484ca78010e5efff2e85a7924432 0a0a91ec034767d5ac32a68c300cf350853f64e4 1c4b542b7953a0793474af8f2620c1e6ca1d3d0d 2070d1d80f054bd02c0f908e247e889f1cab0f7c 21df5048c07c7895fad000679bbd90475011a4a6 238b46aefe169b04b25d8a1775e28b365a660afa 2fdee6fce4d17b673c500adf1afaa182130eea3b 306dc8033cea47d065399723d6e57003186114a3 3ed5b43143c3b209e19b35f9f66ab957715219ed 44411b5c4118fe3dc56c3ec036509653ab0ad662 4f3dec6160f0affba7c0c9508118af215dea2a58 54100c39d46402fbfcda68b9a79ef1f84d94f88e 5a05b5e24c79fc4a88a227a5f2f565379b9ae32d 5db405d293e1037b49fced1217c3090625ce175b 62199bba1751fdc6bbeb16802e4ab06ad5cf1873 68aa399d55a4ba23b5868e95cc498bdc2744cb3d 6dc8b296d43912753e4483d9a48113e50ccb2c77 8321eb4c3176525ec02bb382106211949498005e 99b477d48e27e4f862301be5fb9b841224ebdf33 9a5bfb00d36c38c668721d7b222594810733f657 a4220b53bfba52776a1d959fa8c625138acaa672 bfecf0cc28db707c1d961f02eea1a625de3820be c0106404c900533d32ec4197f9c4011d8a45fff1 c12dfc46f886683bcfc88623ad656a3b92fe87b6 c1d6ac64e0d091cd290243f512759c9a6c47d34c cd34fe510c03a5ae99aa8fd8f6bac6be55a9235f d622bf2e1c5bd497095aa8ff1b3757ba6d3ae915 e49e095f53179ba0183467ef491ab7adae861b2d ecc18ed883a701c0d2327524dcd4d2613f020272 f61e2b1b94419834f9763344c9d3dace3ff35879 f7b244c76971e69ab442af757fc9b11688d327db f7f80426baf0ddc49a33ce33fcea75d7ca66dc92 fbff6ee043c47cdbe6f8fd44a7dfd3176d9716c2

Package: libsoxr-dev
Priority: optional
Section: libdevel
Installed-Size: 72
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 17424
MD5sum: 6a2fe61ade41056d9e005eaa039b072b
SHA1: e5aadbfec8f4839b21d7da28e813c361ad28d2fc
SHA256: 1df2722482eb3c528fe68f1998d13bea0a07a41aa649e8a34cba4a173df710fb
SHA512: 49e579f7b4d8c683d02fa27b3d544c6853aa1386629897b7d4e1d873b9dcc4f3e186c1f12d3c1e4ec87a2e932ea064e4fbb7e9623484fd11c274fe0a5158bed0
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: 32
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libsoxr
Version: 0.1.3-4+apertis1bv2024dev2b1
Depends: libc6 (>= 2.4), libsoxr0 (>= 0.1.0)
Filename: pool/target/libs/libsoxr/libsoxr-lsr0_0.1.3-4+apertis1bv2024dev2b1_amd64.deb
Size: 7784
MD5sum: a684707ba41f05ee69ed17ced56aa8a0
SHA1: df02b8986316f8025a9d7a146685e33475346cc5
SHA256: 9b57660a88431934c1f26fefb8ceeadab836a508ff25ccd2d265c693d42c6d55
SHA512: d36cebb7b5b9d36ef44eaf518ff7d0321fa203700d7624fb3dc0bb08386e99e486843b8f1495cd3bfd99cd18e9184f6ab38e911cbad342a3b897cd30933d471e
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: 21
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 7584
MD5sum: 2e61edc479a5ad6a30fb39d88c96c1aa
SHA1: f1c78e4db36674545865e2cfce7d11cab7d6772d
SHA256: 555e9f85aafac374ff38e595e4aa8b9a2dd069b247bb32514b2e87b7108d1385
SHA512: 2941a72d7afe988196efcbef3d2ba98f41cc2e1141d63148ed02fa3a084554909913201bb893918d3b52bb5f3ccfb40ba58cb6429d5e868f3bd721cc1ed3fa2d
Description: debug symbols for libsoxr-lsr0
Auto-Built-Package: debug-symbols
Build-Ids: da33c1d0c80a39da18f69d0bd52744af6b50515a
Multi-Arch: same

Package: libsoxr0
Priority: optional
Section: libs
Installed-Size: 225
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 78784
MD5sum: 204ff41a5243241f4059016250a4f704
SHA1: a60815daa425365169f30235825407f4f928fe60
SHA256: 1140d432a1e14f326035daf2266955cfde42fbff41b6933cca700b9f20dd4d01
SHA512: dba0f7042d53a8fe4e3dc12402c8e7836312ab60e97e028c8911c161a3ef8603a2a86d3bf50fe9037e0c802c60a33297c4308470458d8c759c910fd0f44e000d
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: 338
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 323752
MD5sum: 4a057c1550284e5f057431605cac87fa
SHA1: 717950aa3200ef1ef2e479063a851596e8dfc933
SHA256: 5183c6e9473fc795885b2febdd43dd26c022715cb30b99ed266e8f124012ddef
SHA512: f5ae10da6a6999e0b631fe6ca08c9a0fd2ac8596894104e4cc8f539dab6a60ff633f498d1ae4b44e775208be31c2a1fe31d6424d960a95a150e898b90cfa7e86
Description: debug symbols for libsoxr0
Auto-Built-Package: debug-symbols
Build-Ids: c99db9cb9093c48b876974391eb456eb009ace89
Multi-Arch: same

Package: libspa-0.2-bluetooth
Priority: optional
Section: libs
Installed-Size: 1218
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: libspa-0.2-modules (= 0.3.65-3+apertis2bv2024dev3b1), libbluetooth3 (>= 4.91), libc6 (>= 2.33), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.37.3), liblc3-0 (>= 1.0.1), libldacbt-abr2 (>= 2.0.2), libldacbt-enc2 (>= 2.0.2), libopus0 (>= 1.1), libsbc1 (>= 2.0), libusb-1.0-0 (>= 2:1.0.16)
Filename: pool/target/p/pipewire/libspa-0.2-bluetooth_0.3.65-3+apertis2bv2024dev3b1_amd64.deb
Size: 334732
MD5sum: eeddfb5a060a9d9cc0d4fca3c1685c94
SHA1: 5b67f8f6a5b24b881f16b9683bca68aa80c49160
SHA256: cfb785adb8ff6b9f72695aa36d34ca08bcc5e9cf977e8a49dac01c0022f5104a
SHA512: da4cff7043927f901db58bf31fdd0432132de9cf1215c31a6230827c1541cd8383a26ddc74807a373588d55407d548d132adc4966cd1d3da4303cc176f386ab9
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: 1686
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: libspa-0.2-bluetooth (= 0.3.65-3+apertis2bv2024dev3b1)
Filename: pool/target/p/pipewire/libspa-0.2-bluetooth-dbgsym_0.3.65-3+apertis2bv2024dev3b1_amd64.deb
Size: 1595860
MD5sum: 4bd41d0876b110e6f9e86cba08f1822c
SHA1: fc6b7480db88d5945e7b116cacd3b546421d613a
SHA256: 07d9969b8bce2b2aa4dddd97c32111e061ee70c22556b290c2aa62323c48d910
SHA512: c3e9f16a16b7aaf36de21694c1dee93a1451cf2b543e0d533febbcfc4c3745c8e48644cf7baf7a8dad832239cd248fe8ac332134e37ebdf83b566d846f7597bd
Description: debug symbols for libspa-0.2-bluetooth
Auto-Built-Package: debug-symbols
Build-Ids: 19ab5e3c6ce8d3c569e431590b84c1eb2ce6aade 23f352f13499d93d2203a0ac98f470d84b6d248a 425e53b686a617c90285cce4b8aefe6ed3d308e8 6d7023b665f1170065a01516d038702fbb6c17f4 ab573382c37d8891c4761e0d5d9e26662126c03f ee203ee5f80a92c78c7e2fc5dbf185572de19b6e
Multi-Arch: same

Package: libspa-0.2-dev
Priority: optional
Section: libdevel
Installed-Size: 775
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Suggests: pipewire-doc
Filename: pool/target/p/pipewire/libspa-0.2-dev_0.3.65-3+apertis2bv2024dev3b1_amd64.deb
Size: 105240
MD5sum: 0f3b1e416125c918e6977f3e8e327e1b
SHA1: d8eb4928569f892657bf4c301fe1a9d588f57206
SHA256: 9ab51a0619f16a2ca09756acd412fe592aa58116d7b06bb87972a57b4ecbd845
SHA512: 12b4aabf66b89e3bd32c6bf8d2b30b7d1c567ef9c3be7384799d274b7141c8232c2bf930998b9ef35cd78afc255d80b483d8b73e304f1fd57496768d3d3358fa
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: 2510
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Replaces: pipewire (<< 0.3.5)
Depends: libasound2 (>= 1.2.1.1), libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5), libsystemd0, libudev1 (>= 183), libwebrtc-audio-processing1
Breaks: pipewire (<< 0.3.5)
Filename: pool/target/p/pipewire/libspa-0.2-modules_0.3.65-3+apertis2bv2024dev3b1_amd64.deb
Size: 548372
MD5sum: cb7aceef2495e70a2188de1c8caf2aaa
SHA1: b7138bd6b305dfe251fce0ef7c23a0406adc7b6a
SHA256: e1bc4db6f6e918cf9d555665b1bedffaf46e6ab893dea8795c47f6dc8c95885d
SHA512: f584b3617ca6746a542011ad700fdf673c299da49076c9c4e0da008376d839eab0fd3c4a4c9ee2f11b2e7707f5aa1f5f3b0b09ecbd19df120cc3a3d02acd4e21
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: 3356
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: libspa-0.2-modules (= 0.3.65-3+apertis2bv2024dev3b1)
Filename: pool/target/p/pipewire/libspa-0.2-modules-dbgsym_0.3.65-3+apertis2bv2024dev3b1_amd64.deb
Size: 3228120
MD5sum: 964441fb63b713c8508c6a531a7ed4bc
SHA1: 7ae93efe0a49096a67a07d8b0a7849dd52f915cb
SHA256: 7fce14cae7c0177b11ffb88315e12b9e28074b24cf072ee561dd6a941c0391ab
SHA512: 75695889b748e0c9d91180eec9c97103cba78ac850847a667918d5a263ae2476623369ffcd63d58ac5870e650e32edd76351324fc8639d4f003a2b4c3dd7d83e
Description: debug symbols for libspa-0.2-modules
Auto-Built-Package: debug-symbols
Build-Ids: 0ff081600c6a71bfeab20211b950d4a532adb743 2db341b65e15bba1c64810fac87632b11d3c0020 2fd5bdbd662ae273b01241b85caceeeb1994d48e 3839895078293afe0fa53ff0ba01fca5f0446510 44f107124354ea8d286a71da0d48c29077909a1f 4e433630d49f468f673da39667efdb030680176e 5c0d759e7dfb54261e976ab001d2f07c5f54ad01 5e2d82dc288acc28c76519a4bb1258aad6a3be70 6a9922d267eedbeedb04906600e8102ecd1f2d44 838d60ec4e13ca91b338ab212f10b61f39ad3eb3 a3a9e90c8d96bd6d86ea690409ab42cdfad0f4df aa4023237cdf54efe570f0e02824a4ef6f8c0281 bcb045340b0fb23df0efef4fd58a0de83fec988f dd4c376dca022ed3043783fe7c37f7f82bc946bc e28ac4ecac96936fed15b30925e92e96916b26ac
Multi-Arch: same

Package: libspeex-dev
Priority: optional
Section: libdevel
Installed-Size: 258
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 72548
MD5sum: 00ac5861b65820004f254f5f3d676980
SHA1: 1f7495ff6a185e500ca76ebce41d5b936f9eb919
SHA256: cffe13664c82c5f3b4f435aab504ea4aba6c9bfcd1af395383a0af729e029145
SHA512: ad622f5de7954ad6b568eb7f47765d8302967b340daccd50c836517edaa95cad1895d1ca65c7b78493818076ec5cf0d33fbb9cace20fdb56e7a9013e937b2c46
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: 129
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 56856
MD5sum: 8be7f574eea4ba90f8023231fd9e6b83
SHA1: 64e2a4f78885038dcd1a9457e56bb11804c709ae
SHA256: 6b50f53e3afb959e23b8b61f27cb09e9b2e7d8c9c74a6818cad6ff94759768df
SHA512: f6ed2fb22deb5fac196b31ad65d623a69c7b4c391bbfa4dce241c09b2f037166e03f68e7c0dd010dffe3506a1becc89c716c5f13d0ec53263d154ffffdc71a5f
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: 138
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 122472
MD5sum: a7121121ff76bc9d9ac07a5fd5751002
SHA1: f36e4613f1a81d08c6d8be9a57d6712e3802ca33
SHA256: 983c3b88ce9b5cbabffe951cca4d88fc20202ce552d87692713144680cd6938c
SHA512: 3d4dc54f296cba7d979620e01ae27ccf4b47b4768985c27de55a4fab277f6078d889b580967070db0ca99ac985346fb7efa82f3ab9872b0b52e11a1d1258e439
Description: debug symbols for libspeex1
Auto-Built-Package: debug-symbols
Build-Ids: ba1ab9034fb931452eec640c127859348d635132
Multi-Arch: same

Package: libspeexdsp-dev
Priority: optional
Section: libdevel
Installed-Size: 173
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: speexdsp
Version: 1.2.1-1+apertis1bv2024dev2b1
Depends: libspeexdsp1 (= 1.2.1-1+apertis1bv2024dev2b1)
Suggests: libspeex-dev, pkg-config, speex-doc
Filename: pool/target/s/speexdsp/libspeexdsp-dev_1.2.1-1+apertis1bv2024dev2b1_amd64.deb
Size: 50800
MD5sum: 4c1f86776d5bc5dc5b80c370e4c5718c
SHA1: 6f1e99a48a8bf3aaff70a9feb90fb4752c90c697
SHA256: 4037f4c14b5ad810ca97a89b4a49c662fefd2223debc202852235e6625bd80cd
SHA512: 99fdc5b725c9c01265e90d739631e92b06a47d919c5b7862c6368ded90b37f2f3b37973310b5895e6cbf1137231efc05cfdc2996b6ab24482d00da1eec6ccad4
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: 95
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: speexdsp
Version: 1.2.1-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.29)
Filename: pool/target/s/speexdsp/libspeexdsp1_1.2.1-1+apertis1bv2024dev2b1_amd64.deb
Size: 41120
MD5sum: 44cf92a656de0f4b5e95b3eeee59a2bf
SHA1: 1effff528ff3a37ad3d294297f8d079a4b6b0737
SHA256: c8c4b7b3eddb5d53645434c1ab42e17344547161fb64548fbc95d6430eff08ca
SHA512: 61f051c0b3e3a0209598ce11244104521881b57d737d7c27b35ff4cad8eb3d1c974d0394de29d4e2069eb76e48c1f336fa45ebf8aa3133e72acf3b9e963862f0
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: 108
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: speexdsp
Version: 1.2.1-1+apertis1bv2024dev2b1
Depends: libspeexdsp1 (= 1.2.1-1+apertis1bv2024dev2b1)
Filename: pool/target/s/speexdsp/libspeexdsp1-dbgsym_1.2.1-1+apertis1bv2024dev2b1_amd64.deb
Size: 94500
MD5sum: f64edfddb520451765f31a05bbf86f83
SHA1: b5395b48cf17017eb4cda955c316480e784a723f
SHA256: fd631d0b75291698fd23e70e69f1ca0805ee3a5d6e67858d240c5f82e4ef4801
SHA512: 1476d9e7222f6b9264c49f54a199ad40b75bb2272ac6908f6f46f960e643697943091ff96f7ca0639ac8635591ae69770ca8cf60a41afed1b8faa2d6023dcacb
Description: debug symbols for libspeexdsp1
Auto-Built-Package: debug-symbols
Build-Ids: 2025568de063e7777f06eb3087a9148a114aba42
Multi-Arch: same

Package: libsqlite3-0
Priority: optional
Section: libs
Installed-Size: 1723
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: sqlite3
Version: 3.40.1-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34)
Breaks: crowdsec (<< 1.4), python-migrate (<< 0.11.0-4~), python3-migrate (<< 0.11.0-4~)
Filename: pool/target/s/sqlite3/libsqlite3-0_3.40.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 880168
MD5sum: d0822cba31bd56081835f374e766aea2
SHA1: 4d9e82b715e6d6877b125556469bf05e8520c18a
SHA256: 24ec635a8d909eb47100bbc1b927a18f8d9448c6d6f0aa69a50e978925ac0525
SHA512: a9d72b001ba69988aba7100fa01886ce988460e9d06361f3d0dc3908e73e0fdced49b46242fc86dc3e4224f025bdac4579fb885dad8faaeab662855fb51f7021
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: 2463
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: sqlite3
Version: 3.40.1-2+apertis0bv2024dev3b1
Depends: libsqlite3-0 (= 3.40.1-2+apertis0bv2024dev3b1)
Filename: pool/target/s/sqlite3/libsqlite3-0-dbgsym_3.40.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 2397856
MD5sum: 81cc55939685f637d65730b65fd95f0d
SHA1: f84c6ad0a497c0f3fcf459b527f19dce54b7838b
SHA256: dd14f4e8313a2a7d0e09e73712da6ce69faad54146430a7ba9f0418e451fc3ee
SHA512: 35e6a8800a6fc4b2d98a5a4a60c9f049ad9ff3a0fac3b7cebad6f3174a79b0d7051a2f576ff42c6b25c9dd596bc4b44d14743cd4cd7b5acc55209d777e307852
Description: debug symbols for libsqlite3-0
Auto-Built-Package: debug-symbols
Build-Ids: a693bcd3b0ba59caecaac19285040b88672e9e4b
Multi-Arch: same

Package: libsqlite3-dev
Priority: optional
Section: libdevel
Installed-Size: 3189
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: sqlite3
Version: 3.40.1-2+apertis0bv2024dev3b1
Depends: libsqlite3-0 (= 3.40.1-2+apertis0bv2024dev3b1), libc-dev
Suggests: sqlite3-doc
Filename: pool/target/s/sqlite3/libsqlite3-dev_3.40.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 1065056
MD5sum: 9c9fb68de6dc08943d8d5594eb23572b
SHA1: 77c7c453c5d82815f132d81b0d8b8bc0821f8157
SHA256: 6b3ac05d2a65307cbf130bd972424403cd7df32087837217ab743ec90ed58ce4
SHA512: c51195678ad67c45629743a97cdfa8849f7394d2cb7c434b7be779cf7d28a3e5dcd9ce0dd81b0176fd4bc01555f55deacc68e1d2c522ed0e97aab77ad602a1c1
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: 331
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: sqlite3
Version: 3.40.1-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.14), libsqlite3-0 (>= 3.38.0)
Suggests: sqlite3-doc
Filename: pool/target/s/sqlite3/libsqlite3-tcl_3.40.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 284632
MD5sum: 325da7a50d9c6c30e63ec5377793cff1
SHA1: fa56e540e990dd45321f2a947790495f7b449680
SHA256: f258b8513418d62f14a31c4f0443a44dad94b0cb430ee0ad372528d479bcd094
SHA512: c4c549d800152e4946982a0d7bb93d150657d74a0529a3b6cd6b9e3ca8d667748bf0a2c4df81cb5046f07b590348347bed3b0fef654d3fa40d45f2d9997a553f
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: amd64
Source: sqlite3
Version: 3.40.1-2+apertis0bv2024dev3b1
Depends: libsqlite3-tcl (= 3.40.1-2+apertis0bv2024dev3b1)
Filename: pool/target/s/sqlite3/libsqlite3-tcl-dbgsym_3.40.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 70388
MD5sum: d505432b59627c0bca04ee2a9bc1e5be
SHA1: 6f0d9e4c189cc8ef94ab41ececd1ca11d1667717
SHA256: 15d3161b36876871aa04adb50288316240b01ac937ab37dad968c45252884d48
SHA512: 074a34549048be3172a91f29e5fbc624f08e21e49b711e7dc0d9491224d9769ef636ef0107423a0cbb97f68de15d9fc7beee33a8a02678abac2a3bc5f4b56d25
Description: debug symbols for libsqlite3-tcl
Auto-Built-Package: debug-symbols
Build-Ids: 9f23d1172b8f62d3f074f394604c2bfd315c5362

Package: libsratom-0-0
Priority: optional
Section: libs
Installed-Size: 60
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: sratom
Version: 0.6.14-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.14), 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_amd64.deb
Size: 17424
MD5sum: a0f04fb4ca20ee8c2d2a30b237c8764d
SHA1: 429f49cbaef79ef6f939418214c0e1fade92c6d2
SHA256: 69b53eb15e594b644478b0abdbf5c50d0746494ac96de284dcf0ded0ad24fb62
SHA512: 96a01f46c34616a223d66dbb633009f6a5184c46acb653e6dfe48fed766aaaa0e48dc05f993a7db344a509768978fb3b359ebbbe64f273e036cd03493b83fb48
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: 68
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 54088
MD5sum: 381d4e17550e539674158af9bd5fdc6d
SHA1: ace783ec0c668a057ea1ad94f1f7ba25593da81d
SHA256: 2e3847ad9418372295b01e5217525dc0eef1c5a12e32f51e39b91d9d01dd67fb
SHA512: e25d3c84449bdd5b87c9f349debef4f9bb9537ea43791f8a0e35626d2c119b0445d01651ec710ad622d28469769680ddf035b47d4c1916a8e161779a3a99899a
Description: debug symbols for libsratom-0-0
Auto-Built-Package: debug-symbols
Build-Ids: 53e098a8eee862eb02ec58a0a6127586b295d1bf
Multi-Arch: same

Package: libsratom-dev
Priority: optional
Section: libdevel
Installed-Size: 25
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 6768
MD5sum: 9c9b90311f75047ed2bc1cdf3a46d7ce
SHA1: 91382e78cc339c0b5436e23fb25e2a85850a6b9c
SHA256: 86b2ca43f36b8efdca302a58a02ae28df4084a776b2eedfd9db24fa795bd8d44
SHA512: 2c56c6bb4fb50dba138af66b0e7a8e7872ce2fac55a9e3cae89a649fa3b87aaf0fb93b20f37e965d9e6c07b363aec616a83e9883589d4a5196a0dcb420f2b9a0
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: 78
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: amd64
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_amd64.deb
Size: 31236
MD5sum: 3890043c67f7c21b11d951f37aaef001
SHA1: 5c786bc5ffa904c7640a8cfdafae7f9361f595c1
SHA256: 67be01caa8e4bb6dce7778b44ad60316c810af6ba9a9de1e3c18f5a999e3a299
SHA512: 318e4401ea3ff0b3f455d974df6aee69dddb4e035ec9bceeed4da0fa5ff8e598312d368c8a7b08650dfebef1bf8e6f0f2dcdfa95f642d5ab740ddf2e3d93c684
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: 39
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: amd64
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_amd64.deb
Size: 23340
MD5sum: 9d00a78f76eac0ca8fa1047eafc5a4f2
SHA1: 2b73752736a2cf9dc095ef70e72cb05a007ae2e2
SHA256: 6c77639d65349bdb059ff821711eea9d69ab6fd4983ca0cd8f544a00c874b949
SHA512: 60122e381a2bdcf12a63faa9de3a426f39c60451755368a4fc706ce0ec0be0c778b3f2f6d180be1a93ef4322233dc974d6cac7c3e3f2f01580304349c85af720
Description: debug symbols for libss2
Auto-Built-Package: debug-symbols
Build-Ids: 0ace3f66ef612e24dc83365ca271dbe4cbdeadfa
Multi-Arch: same

Package: libssh2-1
Priority: optional
Section: libs
Installed-Size: 357
Maintainer: Nicolas Mora <babelouest@debian.org>
Architecture: amd64
Source: libssh2
Version: 1.10.0-3+apertis0bv2024dev3b1
Depends: libc6 (>= 2.14), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Filename: pool/target/libs/libssh2/libssh2-1_1.10.0-3+apertis0bv2024dev3b1_amd64.deb
Size: 177576
MD5sum: 9eca31d27ca3d47881da1bdffe4654e1
SHA1: 5df4a9b45553f3fecb8400eb0c2eeeaeebc2b237
SHA256: ea0a1b02b8d9b2ba743a3b12a4d0e6c0f9032e51015c19ac32cfe629c9f19eae
SHA512: 6bdda6b5f14537e85ac90e2a7e0f7ff5bf01b06963a2441da51a1dff0afdaa8b986e0f58359406fe3b35b4c25d9bd0611769eaaa3e3785bd22950b78b63fc58d
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: 301
Maintainer: Nicolas Mora <babelouest@debian.org>
Architecture: amd64
Source: libssh2
Version: 1.10.0-3+apertis0bv2024dev3b1
Depends: libssh2-1 (= 1.10.0-3+apertis0bv2024dev3b1)
Filename: pool/target/libs/libssh2/libssh2-1-dbgsym_1.10.0-3+apertis0bv2024dev3b1_amd64.deb
Size: 270468
MD5sum: b541907d86d483a23c44e1f4b19e98e8
SHA1: 1473a4973659c6ad5d43f82f911c14b4750d88de
SHA256: 5b8217d1a1653881afadb2487da0c4e5a77afe41094969fd155743641dcab143
SHA512: 2c3e0a3e6ef5772176b2d8f9bd0a0fc92ce2f12b8ce985a769f6bbf8e08d9f9c2c82306436de19fe9536c7ee24db105c634b21b695c3d84067a6bb8bfb9ab6b5
Description: debug symbols for libssh2-1
Auto-Built-Package: debug-symbols
Build-Ids: d60739f92eff3509b3df49d3b750fd1272920ebd
Multi-Arch: same

Package: libssh2-1-dev
Priority: optional
Section: libdevel
Installed-Size: 978
Maintainer: Nicolas Mora <babelouest@debian.org>
Architecture: amd64
Source: libssh2
Version: 1.10.0-3+apertis0bv2024dev3b1
Depends: libssh2-1 (= 1.10.0-3+apertis0bv2024dev3b1), libssl-dev, zlib1g-dev
Filename: pool/target/libs/libssh2/libssh2-1-dev_1.10.0-3+apertis0bv2024dev3b1_amd64.deb
Size: 307568
MD5sum: 0508a6920086e3e5f3c2340d180137d5
SHA1: 88ff7facfec7dcbc2f7a855a2c87928afc7f38b7
SHA256: e5565ee6e8270dfbfc739151c2ed818f3c9621b2b9aeae2f7d4c92b520d1078b
SHA512: 566b55a97c7962fb23fd4cde35b062647d230f348b182770b827d72b1da47269b13d0b2d4767d469efee19c72c84616dd3076bfcb6b13b345002afc56fba38b8
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: 12312
Maintainer: Debian OpenSSL Team <pkg-openssl-devel@alioth-lists.debian.net>
Architecture: amd64
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_amd64.deb
Size: 2436200
MD5sum: 4c9015487234a7e22f0825100ffc5689
SHA1: 7c1ae0470f8532e51d76372a641f3d0354a5d852
SHA256: de1ea3e8c084e61d847acc9ac2cda7ad9fff3bc461091c0864a27acd31492ad4
SHA512: b8df75ae2894ddc187c2bfc7401562badbcda052a31a562e62c82d84ae316ee8f5cbb04f6d47996e97fcd39f29035cac1f84f1ce05adf7d9ee8c6941790113cf
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: 6077
Maintainer: Debian OpenSSL Team <pkg-openssl-devel@alioth-lists.debian.net>
Architecture: amd64
Source: openssl
Version: 3.0.9-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/o/openssl/libssl3_3.0.9-1+apertis0bv2024dev3b1_amd64.deb
Size: 2027324
MD5sum: 0c987e039f92ad752a795a3d9888db16
SHA1: c3af4d90b575ff463f5d904a3e0eac2d50d9cf74
SHA256: 8cdbf869f0d5124fca9068054fe77f1f29aedeaafe7d40dc2d731beed594fc2c
SHA512: 55e88fdc1d60d7631b38a77ce8c7dfeb754ed7796eceb8860a989d919ba81432b08abadd72657eec32cf6183ef3f6a2c099b5dee7de28e2bbe0493a00eac0222
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: 5329
Maintainer: Debian OpenSSL Team <pkg-openssl-devel@alioth-lists.debian.net>
Architecture: amd64
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_amd64.deb
Size: 4752568
MD5sum: 598387a6a3b4b1bd89ed8b9bd71a8bd7
SHA1: 45fe1dab9bf304e9e9be61bd975725ceacd14cdd
SHA256: c7d182180d92ffb565a8b9bb18ca5807dc911ec4e41a953b39acfbae7f43af6c
SHA512: 579624b9a808db2ff23d41c960aa5084f5f66d3541ca213013d4338bbd35e8bec045a073886a85b36c48a4c92a53f9194b3b1e99e42cfb11e928b3726661d4d4
Description: debug symbols for libssl3
Auto-Built-Package: debug-symbols
Build-Ids: 2af8b776706a0e6e88a37eab1ec4445822d13170 53ddbe5fcd7aef8b4e911a8f35000e6223304b51 6c29d81a685380bf11a56ae32964f0dacf7fcf48 7307ae175c1cd7a6b0cf45e10eb3ef2fae9b0fa5 81240a5b04ee07e00bce4a9792028ffc8696b447 bbd3a0e060ac1d7392baade19763d93ac7c6ecaa
Multi-Arch: same

Package: libstartup-notification0
Priority: optional
Section: libs
Installed-Size: 68
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: startup-notification
Version: 0.12-6+apertis1bv2024dev2b1
Depends: libc6 (>= 2.4), libx11-xcb1 (>= 2:1.8.4), libxcb-util1 (>= 0.4.0), libxcb1
Filename: pool/target/s/startup-notification/libstartup-notification0_0.12-6+apertis1bv2024dev2b1_amd64.deb
Size: 20492
MD5sum: 4c4347f12f51af65b0adcc737f5b74ea
SHA1: 20c5cb21bc1f4ec5a394c844188c10e82edbb5a0
SHA256: 84fce45249fa20a602cb0a22e525727c2e35136f0c20c7e66eb7e7b2182d3957
SHA512: afb4736f346185706eadf43f6f530beca916aa05bf681cf2d2d12b1de5d2b835df7621db4dc0b3a76f0b6e30ec652ec62ca70528cc1673b9aa40fe245d9f4369
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: 63
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 44976
MD5sum: cbb453af99e001bf291ba45aac0cb9e2
SHA1: 820b7fa9d5e7acb168582f688dcdbc3d77243723
SHA256: 3bfa464c601e2d6057db5de66fae3cd9a79f0b14ef014a78c621dc1d1dcc0dc3
SHA512: 6c14df36e144deab117c693c82de223704974b8ba51c56c73dead22507d84576ad2118009eb455d8e5188c0a97d9a4f7a653a55db5f11313e7accbeddf6860a5
Description: debug symbols for libstartup-notification0
Auto-Built-Package: debug-symbols
Build-Ids: c8e59eddff634892bb1560105e57966edc4c49f7
Multi-Arch: same

Package: libstartup-notification0-dev
Priority: optional
Section: libdevel
Installed-Size: 104
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 21524
MD5sum: aa340c660d51a604deb5a55e80717365
SHA1: b1c9a0aafe5464446538566a6858b0938b35fb17
SHA256: 98bc546220d0876bbc9ef193535ab1eade2973e9253352f4dd44ba2322f07b06
SHA512: 3a411790f62c33558656b01a47236afe759e83180c93fda41a8e9d6324cca31af7a0af606923e1ad9e292e83697e8dcd596bf125d6eb15b91b8aab1a4653d089
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: 2635
Maintainer: Yangfl <mmyangfl@gmail.com>
Architecture: amd64
Source: libstb
Version: 0.0~git20220908.8b5f1f3+ds-1+apertis0bv2024dev2b1
Depends: libstb0 (= 0.0~git20220908.8b5f1f3+ds-1+apertis0bv2024dev2b1)
Filename: pool/target/libs/libstb/libstb-dev_0.0~git20220908.8b5f1f3+ds-1+apertis0bv2024dev2b1_amd64.deb
Size: 592660
MD5sum: 3ebdfa82348871d3bcf32480c0f3dcae
SHA1: 6037a583a05d3ee1ca7fce71a50cbf07ec907ae9
SHA256: 7331dd31ec7c9ab171834c01b394c9c60ba569c863c064f7e9f40227b58ebb9f
SHA512: bb84e989e77fbc42d2c6ece89a51f504c40a75bc3e8956964a7db2a26abc7425c26e6856629a1d5396311fbd5462311f627cf84b60397dbb04ab4eb23f092986
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: 500
Maintainer: Yangfl <mmyangfl@gmail.com>
Architecture: amd64
Source: libstb
Version: 0.0~git20220908.8b5f1f3+ds-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.33)
Filename: pool/target/libs/libstb/libstb0_0.0~git20220908.8b5f1f3+ds-1+apertis0bv2024dev2b1_amd64.deb
Size: 212608
MD5sum: 6b18ec7b58a2e0d0363113aea24dbee6
SHA1: efd6d8bf92aaa2be2eee40dd1377b4ff7eff086d
SHA256: 0332d8ef8ec68f1844a3fb94d65ee50698e3e0900e6f7e33f812d72ebc1f2b2b
SHA512: 0d4d1ee32b2b52296958f630b190610ef910b38656b284684ee325c9acc276cc204e3ee56f621d0b0162c8396508abe4699cd4bb76abd7038fdaad9e8fc74db3
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: 656
Maintainer: Yangfl <mmyangfl@gmail.com>
Architecture: amd64
Source: libstb
Version: 0.0~git20220908.8b5f1f3+ds-1+apertis0bv2024dev2b1
Depends: libstb0 (= 0.0~git20220908.8b5f1f3+ds-1+apertis0bv2024dev2b1)
Filename: pool/target/libs/libstb/libstb0-dbgsym_0.0~git20220908.8b5f1f3+ds-1+apertis0bv2024dev2b1_amd64.deb
Size: 620284
MD5sum: 4fcc19aa4d28bd7c1ddd7825d3b216bd
SHA1: 75c069bc9c3774670d2c4e404cab7676f06c7e65
SHA256: 3b3259fe4026919a83fe8a1df3a2d5c4b6c400b285b845e60d5b21eb7a27282c
SHA512: 823f088fc05ca36421e4147cb15e5ad98c7349d4707a7f97f46c5ba0f294bc4544487929b0b33b247f40e0ee453e30c1d0cc451b04346c485999c617616f9f30
Description: debug symbols for libstb0
Auto-Built-Package: debug-symbols
Build-Ids: 1fe9f59ade6afe7cf34cd36cf901585349e00f91
Multi-Arch: same

Package: libstdc++-12-dev
Priority: optional
Section: libdevel
Installed-Size: 19445
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 2046740
MD5sum: 50a461349eaa2b5ec31426f50f7012dc
SHA1: 283ecda9144a02e62eaa2d5db9e5db5178fe9ce6
SHA256: 8957c85ed40f724179a7d114211f40d710ac20411d4acc96793c333263e84605
SHA512: 581938b1251745a95293744074c246efca97f70ba5e1b92c88c41a7d26ff110177e3979a5cdf38d02f4d2bb3237d6c8854b691188e3cf7bac2af5c7913876749
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: 5968
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 718664
MD5sum: 2657d31530be9ddf3815aa937ba2e808
SHA1: 79c8053d8fea4df879bd6227d2e3f2dae17165a7
SHA256: 428c32fbbbd851f525b96b169a927e767b350feb121c89929c1b48287819b530
SHA512: b3dcbff96c9eed9afecb27635698c6250029d9315dcfa917c0f757b3803053040dbadc915829d744a80100b164e73cab240b980fdf1c6918e29f49bee6a736c1
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: 2688
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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.2)
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_amd64.deb
Size: 612912
MD5sum: 6b5edc7a8fe146eb5c81a26dbf96eb27
SHA1: b7fc8f293564a32af04d4142cfd3cecce483a958
SHA256: ef560920ceba031a437d710b457fc01a6a58ed45fc37adfd8c71905dbd5b701d
SHA512: 8b3330ed824d512c74a0e3f020936ff7fbfcd916926822af6ce9417deca6844a5108a8f4a0881224d52e1926a68696d837c2e046e39556043d7b2de232a7f5f8
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: 64415
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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.2)
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_amd64.deb
Size: 8628476
MD5sum: 916ef19309c70499642ed207bc50dc01
SHA1: 9ba1d9dafe35344955260cee6e7e790cd51533d7
SHA256: 1d562476080a4636a33a43e82a3c8366ceb77c6ecf50aca37c5c0ce9a073f6b2
SHA512: 81c06b461d432332e79e0029497122899f2f90607d118d3935516a5c71191d6d8c85f46a5d026a4e789d0f5025f95586b32dca1f4d2fed5b22e71f86ad1515bb
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: 6143
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 5759356
MD5sum: 59cd727ab74fdec85e948ae75fc2d538
SHA1: 6a919e1a11988f53ee35ed293759340de993cd46
SHA256: e8aa5e24e52a16a2dc9b912202ac4490bbbf2735bdcb192837a359714f67e628
SHA512: 3bc2fc5de6fa548d9567b827b1f7211f94cda54e1f2018cde7dd6b432a045e20dec51ca34e6d22e0dda224cbef06d4b79ba796ad9f079609709896ee68e1fd41
Description: debug symbols for libstdc++6
Auto-Built-Package: debug-symbols
Build-Ids: c9ed35d61d82ad2499b7c7e77f4e48b6b625b7a4
Multi-Arch: same

Package: libstemmer-dev
Priority: optional
Section: libdevel
Installed-Size: 1379
Maintainer: Stefano Rivera <stefanor@debian.org>
Architecture: amd64
Source: snowball
Version: 2.2.0-2+apertis0bv2024dev3b1
Depends: libstemmer0d (= 2.2.0-2+apertis0bv2024dev3b1)
Filename: pool/target/s/snowball/libstemmer-dev_2.2.0-2+apertis0bv2024dev3b1_amd64.deb
Size: 143868
MD5sum: 9c0aa0918b1567bf76204e05f892de28
SHA1: 3e2b22ae61178d5a153dab35dbc191e83d863bf3
SHA256: a5c60db4966bde35ecaeb3c84d7bc1288b744a599cb4f3f2486d734c118f4d58
SHA512: 8fecbf2524a4e26b492a6ba75dabf9b0e2b9a55b856ffd380927bfee473524fea91dc3e73dac017e290610d7b2e103aef0e207611f40370c8721d42066ade207
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: 27
Maintainer: Stefano Rivera <stefanor@debian.org>
Architecture: amd64
Source: snowball
Version: 2.2.0-2+apertis0bv2024dev3b1
Depends: libstemmer0d (= 2.2.0-2+apertis0bv2024dev3b1), libc6 (>= 2.34)
Filename: pool/target/s/snowball/libstemmer-tools_2.2.0-2+apertis0bv2024dev3b1_amd64.deb
Size: 5600
MD5sum: 8cc6f883749d91c0497f125682d4cc82
SHA1: 0bef70a89400ccc40e7d756246284fad2b003a61
SHA256: 7f075730d49d8d294415386d606a60a1b1ed44a69e5c38171f45f378d62f2444
SHA512: 7bb68cc59d4c85c61af79db6cfcaa23d2d5844012ed0aecfc87adcc81c415e321f78b746491a40535261f849141ac4a2a61d746f5cbc022922e019f3c669fcb7
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: 22
Maintainer: Stefano Rivera <stefanor@debian.org>
Architecture: amd64
Source: snowball
Version: 2.2.0-2+apertis0bv2024dev3b1
Depends: libstemmer-tools (= 2.2.0-2+apertis0bv2024dev3b1)
Filename: pool/target/s/snowball/libstemmer-tools-dbgsym_2.2.0-2+apertis0bv2024dev3b1_amd64.deb
Size: 7632
MD5sum: 5546f6b4f5b493198a8aec501612b724
SHA1: 0004d152ec0b50686254da2569e6f2ee5a81db7b
SHA256: c467b0954848d0864a579113b8a41314589ecd77297233b5e21f9b7684303be6
SHA512: 6a6ff709fd616fb072ac48dc4513b3f28ff1bfe2a26b4ebba45b843cead8d79fe8c47018ae738ec07c8fbdc7557f51884b72019e77addff94947ea0e3357f97d
Description: debug symbols for libstemmer-tools
Auto-Built-Package: debug-symbols
Build-Ids: bedaf906af158a4d599dba8c5fbe0666f4547dce

Package: libstemmer0d
Priority: optional
Section: libs
Installed-Size: 825
Maintainer: Stefano Rivera <stefanor@debian.org>
Architecture: amd64
Source: snowball
Version: 2.2.0-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.4)
Filename: pool/target/s/snowball/libstemmer0d_2.2.0-2+apertis0bv2024dev3b1_amd64.deb
Size: 118892
MD5sum: f621a6173432e62120867f4c61942f40
SHA1: ae39c82473978e817ae83191f447909d4d6a5221
SHA256: 9dfc3bf0ad0b70902cafa89f93ab021cd9f9bf31aee0124c57e73e89daa0d666
SHA512: a940af0c3648c11872609dac6c5c6b25977aaf54790bba3a5e557c4931a8da47719c5b8ffe62b58d5149d2d6922fb72b4e5cf0dcb75a5a0095dc210f8607ec42
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: 680
Maintainer: Stefano Rivera <stefanor@debian.org>
Architecture: amd64
Source: snowball
Version: 2.2.0-2+apertis0bv2024dev3b1
Depends: libstemmer0d (= 2.2.0-2+apertis0bv2024dev3b1)
Filename: pool/target/s/snowball/libstemmer0d-dbgsym_2.2.0-2+apertis0bv2024dev3b1_amd64.deb
Size: 381744
MD5sum: 37c8a9b805069f39be4dd3a72a0ac8ac
SHA1: b284a5660f0794730ca72a2f8b6c780567f3dc3e
SHA256: 128073e88c858e2507c2c2b1aca25c765fce248660e91e0cd4dc74a4f805f929
SHA512: c82d58844577ed283c9c2e1d109ec41e9f5d2960883b057849f8590492995d06102c8db2cb99c5cf1dd3bc0678e4068ae33a9fa29821ff2fca1c0926e1fc99b3
Description: debug symbols for libstemmer0d
Auto-Built-Package: debug-symbols
Build-Ids: a44ea7e72738ff7cd6747c9fec5be7f54ac135ef
Multi-Arch: same

Package: libsubid-dev
Priority: optional
Section: libdevel
Installed-Size: 583
Maintainer: Shadow package maintainers <pkg-shadow-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 231356
MD5sum: 009c3ea5a1f9215ecbde09f8d1ff960f
SHA1: e6e9c521ae812ae2ba20011cc0d33c1f31a487b6
SHA256: c74fa8b660115fa6a8ff0752e251d0837b18c8fcb96bb92da28673d5e442f0c0
SHA512: 4646380310f0d3740b4b6c375cf897e9c84305b1078465255f347314f25b990ae140b24df3bbc3babdda8bf30416d8878cdb66cd3c21a435736c4ba71f7c199b
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: 333
Maintainer: Shadow package maintainers <pkg-shadow-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 216028
MD5sum: 0a71b13be2066d8944788c1f1edbeb73
SHA1: 113489246a4d08a5884f3cf07adc77518550e2f0
SHA256: fc363ff6d1a70dfd5e23c424df781e2d5e95a2d229fa4e7dce0d645c5d745d04
SHA512: 65abbdfece4616c10681030f8a3bef37da4514d5003614f6cd1b12a09fa2c41bce9a2c70f9b558f6ea7167faffb837ac05113a766f87a21e9fcd267d27e99a56
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: 203
Maintainer: Shadow package maintainers <pkg-shadow-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 171000
MD5sum: 27267dfe2cfe17a2231a4f69057c8d6f
SHA1: fe3e2584924b6dbcdc951d815e23e0ceebd25cb1
SHA256: bafb5171b6029c2ced895ea6c7b65bdfcb877a331ffdecd4f30b44ded4401df9
SHA512: 3c4b0626612b5df016a494a6218a11f4c567fce5cdf7195211009914787b29f5ce698f20954525da3c8d1d3046f4ea81cdd2e2403dde78ef1495c32ad3b864e5
Description: debug symbols for libsubid4
Auto-Built-Package: debug-symbols
Build-Ids: e64b8536ef0be11b0c64b3869eb333e438450885
Multi-Arch: same

Package: libsvtav1-dev
Priority: optional
Section: libdevel
Installed-Size: 102
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: all
Source: svt-av1
Version: 1.4.1+dfsg-1+apertis1bv2024dev2b1
Filename: pool/target/s/svt-av1/libsvtav1-dev_1.4.1+dfsg-1+apertis1bv2024dev2b1_all.deb
Size: 27932
MD5sum: 0c70592282b6dfcdae2c796754ea9909
SHA1: 8e6e6f7ad576b83814f0778c8023c8ed8f481886
SHA256: 136f36c4542c85c46f6ac0a84252024bc2e5820f5cb2f13cc09ec26e5028c3ff
SHA512: d884f2db17b0e4f0b5c8b765d8b87df2250000139e0297165ddff4c5d0dc4d6b00fc1abf51ccd04d092b7ab7cd6c162d7ed5a4015fe92db5efc0e92e91daf1a0
Description: Scalable Video Technology for AV1 (header files)
 The Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder) is an
 AV1-compliant encoder/decoder library core. The SVT-AV1 encoder development
 is a work-in-progress targeting performance levels applicable to both VOD and
 Live encoding / transcoding video applications. The SVT-AV1 decoder
 implementation is targeting future codec research activities.
 .
 This package provides the header files shared between libsvtav1enc-dev
 and libsvtav1dec-dev.
Homepage: https://gitlab.com/AOMediaCodec/SVT-AV1
Multi-Arch: foreign

Package: libsvtav1dec-dev
Priority: optional
Section: libdevel
Installed-Size: 31
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: svt-av1
Version: 1.4.1+dfsg-1+apertis1bv2024dev2b1
Depends: libsvtav1-dev (= 1.4.1+dfsg-1+apertis1bv2024dev2b1), libsvtav1dec0 (= 1.4.1+dfsg-1+apertis1bv2024dev2b1)
Filename: pool/target/s/svt-av1/libsvtav1dec-dev_1.4.1+dfsg-1+apertis1bv2024dev2b1_amd64.deb
Size: 11892
MD5sum: 74247b7bbadd0a6bc81c200130b760fa
SHA1: d97b797d2b817f070c0da292129a9d1c09646ed8
SHA256: 470b9842e57342788bb7763c2ab5d4ee38c8188af732564f09e63feada0b630c
SHA512: 34b59914fb9e1797660857565650be6534a586c40dcdb1ba041d2957bce0f9b8cca9355fc648475c8c5d1805d59d8ce61517fa6a0f0f1e8b40da3104809c8783
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: 3027
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: svt-av1
Version: 1.4.1+dfsg-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34)
Filename: pool/target/s/svt-av1/libsvtav1dec0_1.4.1+dfsg-1+apertis1bv2024dev2b1_amd64.deb
Size: 981460
MD5sum: 63b77a77ff66c615aab9dc0f44438476
SHA1: 19158ec7b317a9843a79b3a08f6a1000280d5796
SHA256: d6c7499dedc80e58ccf63516dae6669d01dd44fcada15f036043708c97094b17
SHA512: 8e10c9118592122d429f8db2738020e015f33751ac9a89be3ce9a7147b594df24e7100c487ca6e5518d644b0c66d7e75bbad936a4579a8ebd0bebb863992f22b
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: 7858
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: svt-av1
Version: 1.4.1+dfsg-1+apertis1bv2024dev2b1
Depends: libsvtav1dec0 (= 1.4.1+dfsg-1+apertis1bv2024dev2b1)
Filename: pool/target/s/svt-av1/libsvtav1dec0-dbgsym_1.4.1+dfsg-1+apertis1bv2024dev2b1_amd64.deb
Size: 7754848
MD5sum: be4b8a3619ba284bc117d486946a86d7
SHA1: 166626b93078873218c845e6b546445e98b24feb
SHA256: f0e1961f068db80d42eb36a94333308096856bdd9ce32d45b2c72efd54134f8f
SHA512: 611dd95f83f97fc5598ec65d17c31d4edea67f9a3e81d5f7bfd368bd6f9016436ea89740c50d354e66d41e5d9c3eacad18b4434ba97ef71fee974656459ccde6
Description: debug symbols for libsvtav1dec0
Auto-Built-Package: debug-symbols
Build-Ids: 7fa9b7b50d7e750d93f85cfb826fa4d0665017fa
Multi-Arch: same

Package: libsvtav1enc-dev
Priority: optional
Section: libdevel
Installed-Size: 31
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: svt-av1
Version: 1.4.1+dfsg-1+apertis1bv2024dev2b1
Depends: libsvtav1-dev (= 1.4.1+dfsg-1+apertis1bv2024dev2b1), libsvtav1enc1 (= 1.4.1+dfsg-1+apertis1bv2024dev2b1)
Filename: pool/target/s/svt-av1/libsvtav1enc-dev_1.4.1+dfsg-1+apertis1bv2024dev2b1_amd64.deb
Size: 11880
MD5sum: 9c46a425c4e4a053471fbb0c2cae2d34
SHA1: 226b7fabd6b102b29362f8d49a15a72c668fea42
SHA256: 54516e1ce1a8a1cdb289c110c14e1f4b77435089ed947e1c66021657bd99c9e8
SHA512: 07b4b945adfa165e24efcc3745a8df42335473ea677e1a7f1931665bc6daaea25a1959bf24ada3a17f9cf22939bfd420441762ef504be27a4a7fc29b70239803
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: 6628
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: svt-av1
Version: 1.4.1+dfsg-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34)
Filename: pool/target/s/svt-av1/libsvtav1enc1_1.4.1+dfsg-1+apertis1bv2024dev2b1_amd64.deb
Size: 2121500
MD5sum: c7c845fff0635ff32cd1b4c8c85795c0
SHA1: 9bd27e8d77347aaa9503ed6c35299863e9b0a85f
SHA256: d398ef7bca57500a38c995e5ab094404cb92aa680c35cc1c9b858e82c8d91c9c
SHA512: 5491ea1299c83c5185ed21f814134e547a21ca060e1a85d8a888241cab59ad06fa281a67946a5da7bb399d6b42bdd7da90e8b8686fc337bcba406532d2b42648
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: 14771
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: svt-av1
Version: 1.4.1+dfsg-1+apertis1bv2024dev2b1
Depends: libsvtav1enc1 (= 1.4.1+dfsg-1+apertis1bv2024dev2b1)
Filename: pool/target/s/svt-av1/libsvtav1enc1-dbgsym_1.4.1+dfsg-1+apertis1bv2024dev2b1_amd64.deb
Size: 14647932
MD5sum: 6675c4ed6ffd9fae1ca6e132107b7f48
SHA1: 2c6bf3c19215c30b161d57db2ba4932d9aa36307
SHA256: 4c0db5b50493dff04000c1a4ee37928566fd2655df567e0cae7b41b6b06e3d70
SHA512: 8c93f211e7f5007fad61b3a626cb5c2052c51195dc46a774e6513b33ec1f3afc25a9fdd9555ec004f03b49b08306761ca79bcae73fe7a78df463de8353679fdb
Description: debug symbols for libsvtav1enc1
Auto-Built-Package: debug-symbols
Build-Ids: 1abfc7a157542a71817f4dab79afffa0e08b870e
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: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libsystemd0 (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/libsystemd-dev_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 360944
MD5sum: f8dd674e9c24d8bdb8055e885bfde6dc
SHA1: a2c3b360cc26a0ba6fc9fbcabdbbb0b513b6acb9
SHA256: c8aa1304ff09364cadb1366081b54e24e28b4cb7d30c3dea338dedca3dbd0c35
SHA512: a894ecafd7bac3dfc77ebe3c50b7b1593caea9a5b53b0ef8c82146a8ee77f830f520844c5cb0051342c967726b00f2aa21e5c466bfdffe381fb67b08209236e9
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: 5354
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libacl1 (>= 2.2.23), libapparmor1 (>= 2.13), libaudit1 (>= 1:2.2.1), libblkid1 (>= 2.24), libc6 (>= 2.36), libcap2 (>= 1:2.10), libcrypt1 (>= 1:4.4.0), libgcrypt20 (>= 1.10.0), libip4tc2 (>= 1.8.3), libkmod2 (>= 15), liblz4-1 (>= 0.0~r130), liblzma5 (>= 5.1.1alpha+20120614), libmount1 (>= 2.30), libpam0g (>= 0.99.7.1), libseccomp2 (>= 2.4.1), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.2)
Filename: pool/target/s/systemd/libsystemd-shared_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 1695652
MD5sum: 04855ef62dfcfe65def4894a71b79e3c
SHA1: 660ce45057db4be6acc58a7b6e49a3307a9e7d49
SHA256: 73d56b5d7ed91de5e595acb414721b33ab6c75e30a12ff026927ac29bfcc60f5
SHA512: a364b160e379e0fe216d1fbb69c5fc2bdc46466655e3630d06a3db39dcefebd3e92ea5c0b38205ac125c39f3490885d8695ac502c6522e639b2fef6728f0821d
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: 6411
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libsystemd-shared (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/libsystemd-shared-dbgsym_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 5913264
MD5sum: 88357d0353b9191da382694c3dc56a6f
SHA1: d326fc91de082ba9e75c95906fd1f12aea26273d
SHA256: 049347f5e1466393010cb59efbe482bda52991ed7f19bdc323d60e442b0f38a7
SHA512: 4b8874299363d46da2d3465bb94e1355bb43cfe3d1a8a5edd924ef02efa3593ac1ce7d66b3a859d9f96797880ca39774da5e72beb9068583b51d2ed5fdf0b893
Description: debug symbols for libsystemd-shared
Auto-Built-Package: debug-symbols
Build-Ids: 355396ff5ed5f943606d5f7addfa8419a77d44e9 df5c75806b1123238b5765b28a70d4c7195fcc3b
Multi-Arch: same

Package: libsystemd0
Priority: optional
Section: libs
Installed-Size: 924
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libgcrypt20 (>= 1.10.0), liblz4-1 (>= 0.0~r122), liblzma5 (>= 5.1.1alpha+20120614), libzstd1 (>= 1.5.2)
Filename: pool/target/s/systemd/libsystemd0_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 339948
MD5sum: cb38ad448318ef61d8008a54fa277286
SHA1: 371422559b372286e15d3858fc9f81aea1c884e5
SHA256: 2b0aac062c577802c61e22b14bf27ded3227ea15be0330eb80734ef09eac6cc0
SHA512: a9ba5a7af870d7c5957be2281bab5776b3fbf997fb8ec5137480c50620d6096ebb75a60176301e496f175f8ffda36b531b3da3122748e2cd88fd275274f502b2
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: 1332
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libsystemd0 (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/libsystemd0-dbgsym_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 1230852
MD5sum: 61f82b61015aa24ed4c281d965827b62
SHA1: 5c5e8c4fdb3a5fd02f1da1db533fa135ab409bf7
SHA256: 9754f3f88be9ce3786b67b9207346231815769aec53a2fe154c2bad97ddcb85e
SHA512: a4e59f1154df4c5c7f28f623c8010f3d638ed1d3c9c1d1e7afbfade5f6c8b4da7c32a46b3abbe1ec1f3c558c51d962a50fdad75511b8dc468380510b34c37bc2
Description: debug symbols for libsystemd0
Auto-Built-Package: debug-symbols
Build-Ids: 367d5b88dff88cf211b79edd1e4561535c0404ae
Multi-Arch: same

Package: libtag1-dev
Priority: optional
Section: libdevel
Installed-Size: 766
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: taglib
Version: 1.13-2+apertis2bv2024dev3b1
Depends: dpkg-dev, libtag1v5 (= 1.13-2+apertis2bv2024dev3b1), zlib1g-dev
Filename: pool/target/t/taglib/libtag1-dev_1.13-2+apertis2bv2024dev3b1_amd64.deb
Size: 93656
MD5sum: 027183e41f0dd7be4f600214ced5b590
SHA1: 574709b799fccfd0c9fc4b5f0c8dea56571be29a
SHA256: 6cd32cba85039ed88021b4c2c949feec4d6fa815eb4c3a5a35c21e3c227a4955
SHA512: c9cd0f255ad29e5ecd23a4fb0a02d214acc3efceb5dc1ff27b8379e9aa37ac04f18deaaf803ce7ae68db87d35a408be90518f9f126cbf01360b696ba37dd7ef4
Description: audio meta-data library - development files
 TagLib is a library for reading and editing audio meta data, commonly know as
 tags.
 .
  - A clean, high level, C++ API to handling audio meta data.
  - Format specific APIs for advanced API users.
  - ID3v1, ID3v2, APE, FLAC, Xiph, iTunes-style MP4 and WMA tag formats.
  - MP3, MPC, FLAC, MP4, ASF, AIFF, WAV, TrueAudio, WavPack, Ogg FLAC, Ogg
    Vorbis, Speex and Opus file formats.
  - Basic audio file properties such as length, sample rate, etc.
  - Long term binary and source compatibility.
  - Extensible design, notably the ability to add other formats or extend
  - current formats as a library user.
  - Full support for unicode and internationalized tags.
  - Dual MPL and LGPL licenses.
  - No external toolkit dependencies.
 .
 This is the development package which contains headers for the TagLib Audio
 Meta-Data Library.
Homepage: https://taglib.github.io/
Multi-Arch: same

Package: libtag1-doc
Priority: optional
Section: doc
Installed-Size: 15483
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: all
Source: taglib
Version: 1.13-2+apertis2bv2024dev3b1
Depends: libjs-jquery
Suggests: libtag1-dev
Filename: pool/target/t/taglib/libtag1-doc_1.13-2+apertis2bv2024dev3b1_all.deb
Size: 792788
MD5sum: c0e879dd755ee6c054a524010090b928
SHA1: c5104a3ecf47083a87535660e979e52c0cb55cd1
SHA256: 6a14f3fae9e7dba36e44711000ddb8bc556f3c71092389f982eaa739f0206c85
SHA512: 1360a7b23486c6140af8470e7ad5b8ec6ad3ac427dc30187763c457f8b5b6a0646c560e09c40beae55d2cb71481f588c1a720cca2a21453536a0374fb1c0e6d3
Description: audio meta-data library - API documentation
 TagLib is a library for reading and editing audio meta data, commonly know as
 tags.
 .
  - A clean, high level, C++ API to handling audio meta data.
  - Format specific APIs for advanced API users.
  - ID3v1, ID3v2, APE, FLAC, Xiph, iTunes-style MP4 and WMA tag formats.
  - MP3, MPC, FLAC, MP4, ASF, AIFF, WAV, TrueAudio, WavPack, Ogg FLAC, Ogg
    Vorbis, Speex and Opus file formats.
  - Basic audio file properties such as length, sample rate, etc.
  - Long term binary and source compatibility.
  - Extensible design, notably the ability to add other formats or extend
  - current formats as a library user.
  - Full support for unicode and internationalized tags.
  - Dual MPL and LGPL licenses.
  - No external toolkit dependencies.
 .
 This is the documentation package which contains API documentation for the
 TagLib Audio Meta-Data Library.
Homepage: https://taglib.github.io/
Multi-Arch: foreign

Package: libtag1v5
Priority: optional
Section: libs
Installed-Size: 49
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: taglib
Version: 1.13-2+apertis2bv2024dev3b1
Replaces: libtag1c2a
Depends: libtag1v5-vanilla (= 1.13-2+apertis2bv2024dev3b1)
Conflicts: libtag-extras0, libtag1c2a
Filename: pool/target/t/taglib/libtag1v5_1.13-2+apertis2bv2024dev3b1_amd64.deb
Size: 21680
MD5sum: f97090f9b9d838a4028b7bacab58d2f8
SHA1: f3faceb6cdeb16045087ffa8edf3315bd39b898e
SHA256: 14e88fa549a218930b0a38e0da6c1b0fa72157f7054a89d5b1f1b96319e0faa4
SHA512: 0393074cc9c4155d6fef9c2a700d4c3e9c79c3cac4cfdcc8d4f7b10dc18641d4a5868a16808567faeb1d8dd4e1d2388615d283383d42aac6828d271e557b3593
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: amd64
Source: taglib
Version: 1.13-2+apertis2bv2024dev3b1
Replaces: libtag1-vanilla, libtag1c2a (<< 1.5-5)
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4)
Conflicts: libtag-extras0, libtag1-rusxmms
Breaks: libtag1-vanilla, libtag1c2a (<< 1.5-5)
Filename: pool/target/t/taglib/libtag1v5-vanilla_1.13-2+apertis2bv2024dev3b1_amd64.deb
Size: 301988
MD5sum: 4568e95c3f119cb1cf0f96e1f9c6b281
SHA1: 87d94411f17aec340ffa2635a8b2fd9356ac7d00
SHA256: 4142e04536d7afb98bc4e506d68dffa9bf76e4b0d8c487f5394fc1a3908915c6
SHA512: a7a422f624f76e8b9a417c418cdac5cb64e1e3e95672567bfa294f03a96c598a7d4f4f87c6dc6d9224966326da24403439e2fa48268839336c90e5edce3e75b6
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: 2058
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: taglib
Version: 1.13-2+apertis2bv2024dev3b1
Depends: libtag1v5-vanilla (= 1.13-2+apertis2bv2024dev3b1)
Filename: pool/target/t/taglib/libtag1v5-vanilla-dbgsym_1.13-2+apertis2bv2024dev3b1_amd64.deb
Size: 1726124
MD5sum: 67761bf577778db52420511ca45b288b
SHA1: 40743fc0a7efaa3f1ee4e1068b2d98cc3ed315d5
SHA256: 7b29859318865ab8966079eae4d2c05f565947090ad934d1b8f1308419ab022c
SHA512: aa369700c858ae74b7c6740fe8c8cd9e4a405d91e0d5651fedd694322f0fc91a7ac5f81137de3fa7e9f79334c742d0f27bf2567bef78be50f2616c14ed165be0
Description: debug symbols for libtag1v5-vanilla
Auto-Built-Package: debug-symbols
Build-Ids: d0e101e193d63f4f6389320d80c18c6a54f7f52b
Multi-Arch: same

Package: libtagc0
Priority: optional
Section: libs
Installed-Size: 82
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: taglib
Version: 1.13-2+apertis2bv2024dev3b1
Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5), libtag1v5 (>= 1.9.1-2.2~)
Filename: pool/target/t/taglib/libtagc0_1.13-2+apertis2bv2024dev3b1_amd64.deb
Size: 26876
MD5sum: b751a8fd95b4675790fbfd932f39e075
SHA1: 65efe84a12861a240cea65af99ef6f79d25dc88b
SHA256: 2c5a010f84b89aa1c24c0ae11184d73a42fcd5f6bf2c95087349ea7f56ffab3e
SHA512: 1c1c785a35497389d2df71109cfca53560fee24b11b5746136fc9dde9f725d5825a030746488e087a500871469cecdba6723a3edb0ee277789b0727b0de389f0
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: 61
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: taglib
Version: 1.13-2+apertis2bv2024dev3b1
Depends: libtagc0 (= 1.13-2+apertis2bv2024dev3b1)
Filename: pool/target/t/taglib/libtagc0-dbgsym_1.13-2+apertis2bv2024dev3b1_amd64.deb
Size: 45756
MD5sum: 78fd8b9abe3f86d3422926884d1a37d5
SHA1: 771388756b50e1e7fbae9ba97ca6400cd821a445
SHA256: 237dffb30f1157c50ff4a1c672305f34e928ef06b3fac297b50f9750e0dd4419
SHA512: 685173d18447f0de2a60f032a5864ca7a850f35001af353ab791e909b7e387e5b7111c6f171c321c937a10d39c66ffeec52d9adfbeb93de9069e74776a3bfb02
Description: debug symbols for libtagc0
Auto-Built-Package: debug-symbols
Build-Ids: 75ea41dc35923a8669b1f8e3e40fe57096b39e1a
Multi-Arch: same

Package: libtagc0-dev
Priority: optional
Section: libdevel
Installed-Size: 69
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: taglib
Version: 1.13-2+apertis2bv2024dev3b1
Depends: libtag1-dev (= 1.13-2+apertis2bv2024dev3b1), libtagc0 (= 1.13-2+apertis2bv2024dev3b1)
Filename: pool/target/t/taglib/libtagc0-dev_1.13-2+apertis2bv2024dev3b1_amd64.deb
Size: 24344
MD5sum: f06e5cfad639b0eb5e4181c3b918bf8e
SHA1: c33e92488f6724c191b986c51c3689acbf0d209e
SHA256: d39fb152f6fd38d808979553e89dd7f827b24a2331f0bc83b86c52dec07165e3
SHA512: 62c46d3de326fab397bf1fdecb3308948c6cba44cb1f889cfc635e8145d7675d369b6f3bd7a00846814c36c5b27878517e8b1ed5f026cec403800071cc957022
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: 119
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: amd64
Version: 4.19.0-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.14)
Filename: pool/target/libt/libtasn1-6/libtasn1-6_4.19.0-2+apertis0bv2024dev3b1_amd64.deb
Size: 50864
MD5sum: f9256361d09bd0e2340ae05500606a30
SHA1: c0d07ace8fd4769bc106571600c6ea7c941af850
SHA256: 5d8eb2ed78395cb2c36659fb40dc5f5904107deeb4b632af84513c92264e168f
SHA512: 7515e48ed84dc0854e3221c8cad5b707193d8ee87d3579b5d0d3ea84b657af24e372645a6063a30640d3fd43752d7fd6ad0173e1b24527d77dec65b3fce71ea5
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: 107
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 91960
MD5sum: 10eb0b5898b8d758775d8b03bdc91fed
SHA1: db716af0f8a52d404f9987b327537a1bce3be0fe
SHA256: 99814a7ced81d621de95107ca2fb3134ee4031a706825d70e2e89dda807330f8
SHA512: 00b6bc22b367fbcc5138eeaa0134b0321d91e29c7a81afc0c46e5845d1768c880c8e5b0ec11a433cdd817e89e4a9491da5964e916dc10d0652a567d60947ee62
Description: debug symbols for libtasn1-6
Auto-Built-Package: debug-symbols
Build-Ids: c0a1d09234bb8b56947c2a328c287357f146dcee
Multi-Arch: same

Package: libtasn1-6-dev
Priority: optional
Section: libdevel
Installed-Size: 267
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 99996
MD5sum: 623462b9039384540658511ef2dc9608
SHA1: 244eacfcc00ad596f7dd06722954f927c9aac8d8
SHA256: 4406b422156a1f64118688b7e1558937c533132ed2f6c19921b4d8cce07cda1a
SHA512: 0ef5707d9a701dca7360a30cfa8231609d3810c7efde0bd09fc3e238a028ec9027589f901123a0e1ee25b3ddfdc7ccf4b88742d4cd7ed31a41616eadd480598f
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: 95
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 29564
MD5sum: c5026d0562571e3a4e840b10eb7f36b5
SHA1: 41b84c3bf157c4b54c139c60eb1b55af440f3324
SHA256: 7908a2baf02d38c92d87ac8da9a5666460eb6e2a3a46beed5d245b53711edb3e
SHA512: d1b106536609ca6004ce3e97cf1ebff58360ce5582256e8f4d53d04d1f1b0d19ba2e8229bf8b61f7f3fb32f8084d80af927b96a7457b818d986a91a648a529ae
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: 71
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 35964
MD5sum: c922557a452e60058971afa47b4ded03
SHA1: e131147a2dde05263e377db2c1c1d3e3be3e807c
SHA256: 58d046f9920b56085182782834ca86de7f01c4e8fa9da8dc4b05678b6aa42ff7
SHA512: 7b10e96a9db1f696ca34454fe0e36fe34f51992141b8e8c163260ec0ffd43de4306abc1f6c1932d0f68efe609bac6349e493ef27bba968096367001959be2fd8
Description: debug symbols for libtasn1-bin
Auto-Built-Package: debug-symbols
Build-Ids: 588909382eda13c52f07c42981c97c66a2b7b950 a4c8140c215b98faf8fd7a77d220f93fda89543e ab01a09c169ae28d867605afe62016941bb55f86

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: 379
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: google-perftools
Version: 2.10-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Filename: pool/target/g/google-perftools/libtcmalloc-minimal4_2.10-1+apertis0bv2024dev2b1_amd64.deb
Size: 90560
MD5sum: cbc6589e0161f3a7702a833dbbe75820
SHA1: feaf3abc64a069d6d5bbd94ad571cc6b8454994b
SHA256: d067c089c6ff8519ca03301316a4866a4235c011c274cfae6471893bf34ae7af
SHA512: 02457438b1c10b59ae926252289b06f2338256fc94a2a6c5f4b120615eed44182e1614060d8b356321fd08c4fa05fc74b2a25580c2ffe12b7ac7f04fb236eb6e
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: 820
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: google-perftools
Version: 2.10-1+apertis0bv2024dev2b1
Depends: libtcmalloc-minimal4 (= 2.10-1+apertis0bv2024dev2b1)
Filename: pool/target/g/google-perftools/libtcmalloc-minimal4-dbgsym_2.10-1+apertis0bv2024dev2b1_amd64.deb
Size: 736428
MD5sum: dda520e0f3ca2e3fa85786a499aeeeb7
SHA1: 126657f547995de58de6400f83c9063cdcfc7709
SHA256: abbc91f68c35339078ed8ff3edae756f9f668af5f3ac146d88951cbad73ba936
SHA512: 27928abac1da8b2ed8a978ec38de619795427099101471cac76e6b007596205592c8b5f2b2694fdb0d2fc81bdcd9d969d6fb99d08c2425882a0a567138e6e70f
Description: debug symbols for libtcmalloc-minimal4
Auto-Built-Package: debug-symbols
Build-Ids: 71153f494a756b3a5983e5db712daa92cd3896d7 9d68450ec1b624e5689e3ae749e61f3d79e9f1b4
Multi-Arch: same

Package: libtext-charwidth-perl
Priority: required
Section: perl
Installed-Size: 44
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Architecture: amd64
Version: 0.04-11+apertis0bv2024dev3b1
Depends: libc6 (>= 2.4), perl-base (>= 5.36.0-7+apertis0bv2024dev3b1), perlapi-5.36.0
Filename: pool/target/libt/libtext-charwidth-perl/libtext-charwidth-perl_0.04-11+apertis0bv2024dev3b1_amd64.deb
Size: 10064
MD5sum: 52249cf9344e7ce6d4784a2599cc385b
SHA1: 5cdf5ac754fafa2283d2313f8e2946e2d08007e9
SHA256: 4803b79872d769709c85c8ef25bd268b898d8dc28797dd797c6dd0e4349c2d07
SHA512: ff301b6b990e0d3a2d071050e2915d1d6663594e75a5c8204039a56d5ebde5a863c1926f6ccd3709cc18a3919464df29afec2a523132c160d6b0dbf9f83f4004
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: 38
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libtext-charwidth-perl
Version: 0.04-11+apertis0bv2024dev3b1
Depends: libtext-charwidth-perl (= 0.04-11+apertis0bv2024dev3b1)
Filename: pool/target/libt/libtext-charwidth-perl/libtext-charwidth-perl-dbgsym_0.04-11+apertis0bv2024dev3b1_amd64.deb
Size: 25980
MD5sum: aad44834430bf634586beecea17c7421
SHA1: 574407ed5f1a0576ee8420432fb2cb2c8f67e869
SHA256: 06fba3cf76734db493c94b697ebc1e43a5648388883a4e093db11bd4e206b103
SHA512: 9bbb8a64f3225b180359fafd967601f397a89dd43ca34754289c44ef4fcfefa4f42179c5aa5356f37bb18446a48efc110f54a02913c6fe9fade8630d11534718
Description: debug symbols for libtext-charwidth-perl
Auto-Built-Package: debug-symbols
Build-Ids: af0ec2659450c4ae711ca4fe23867b494cdbd5ee
Multi-Arch: same

Package: libtext-iconv-perl
Priority: required
Section: perl
Installed-Size: 51
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Architecture: amd64
Version: 1.7-8+apertis0bv2024dev3b1
Depends: libc6 (>= 2.4), perl-base (>= 5.36.0-7+apertis0bv2024dev3b1), perlapi-5.36.0
Filename: pool/target/libt/libtext-iconv-perl/libtext-iconv-perl_1.7-8+apertis0bv2024dev3b1_amd64.deb
Size: 14968
MD5sum: ecc3e02636c5ff60e30794510fefc3ac
SHA1: 29e2d3140caebfeaa9bbbd1cb779a55703776061
SHA256: edb08998fcc3d2b7acbb080ba8c46da32aab2838f0f0ab80d0c143e536d23fdc
SHA512: 2c352e0fd3d62db3f14ae85342adc96395d8760d8e1887cce7bd2714c736d878f116db7e5cddc1afc72bd4a19438e3ae02ec74678f9ed59dc1eea93006224999
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: amd64
Source: libtext-iconv-perl
Version: 1.7-8+apertis0bv2024dev3b1
Depends: libtext-iconv-perl (= 1.7-8+apertis0bv2024dev3b1)
Filename: pool/target/libt/libtext-iconv-perl/libtext-iconv-perl-dbgsym_1.7-8+apertis0bv2024dev3b1_amd64.deb
Size: 31728
MD5sum: faaab5a0f0592c97ea4c9d7413a4e613
SHA1: 88eb31470424ec58120825fde4112cc8fa4d056c
SHA256: 4315c3591301452920ce3744b4aacbd223ae709590214f8dcd12d972b15ca105
SHA512: e4b6aef380bf1c619078f64a87ab708f25926dacf245ad076ef40e5f1646e29f6878dd548599ed5377dd127f46796e3af7a999c3330e1b23095a9cb2a4a09756
Description: debug symbols for libtext-iconv-perl
Auto-Built-Package: debug-symbols
Build-Ids: d333db7459db784a92089c5f683ca386c5556f33
Multi-Arch: same

Package: libtext-wrapi18n-perl
Priority: required
Section: perl
Installed-Size: 27
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Architecture: all
Version: 0.06-10+apertis0bv2024dev3b1
Depends: libtext-charwidth-perl
Filename: pool/target/libt/libtext-wrapi18n-perl/libtext-wrapi18n-perl_0.06-10+apertis0bv2024dev3b1_all.deb
Size: 8336
MD5sum: ed3f38dddbede1bdb00a52939454e0f4
SHA1: 6ac9341f797d1136be16057dd16906dbd76eaf02
SHA256: 493261ebf538a42040e57c2a66b89d706e83ff0f46a511a71ac3f0c45fbf3a53
SHA512: 0ed47aa559a43443bf7fd52846caa9420ccdb3acab7e4b3cfc0d3316ca877f7727c7c999be5cf8a5a2736a01c44d34f99b115c289ba9b1b9432e073d19600b44
Description: internationalized substitute of Text::Wrap
 The Text::WrapI18N module is a substitution for Text::Wrap, supporting
 multibyte characters such as UTF-8, EUC-JP, and GB2312, fullwidth characters
 such as east Asian characters, combining characters such as diacritical marks
 and Thai, and languages which don't use whitespaces between words such as
 Chinese and Japanese.
 .
 It provides wrap().
Homepage: https://metacpan.org/release/Text-WrapI18N

Package: libthai-data
Priority: optional
Section: libs
Installed-Size: 620
Maintainer: Theppitak Karoonboonyanan <thep@debian.org>
Architecture: all
Source: libthai
Version: 0.1.29-1+apertis0bv2024dev3b1
Breaks: libthai0 (<< 0.1.10)
Filename: pool/target/libt/libthai/libthai-data_0.1.29-1+apertis0bv2024dev3b1_all.deb
Size: 168892
MD5sum: bcad8ca5d1b75e2c0edb7453d013facb
SHA1: 2343d14170fa1e0424312d89e18fc788cba8516a
SHA256: 583a257f94ea0ca6296eb4efb1787065c04201dfbfe72a35eca0e038997609ef
SHA512: 065876a2bf1db29259b0b2d1f697e9c0f3bdfe6c4fb6379a92bf4d3412ea9b2db95360bf7ed90c7649a70acf6b54551060caaca72242b7b546c78938ff1b44e0
Description: Data files for Thai language support library
 LibThai is a set of Thai language support routines aimed to ease
 developers' tasks to incorporate Thai language support in their applications.
 It includes important Thai-specific functions e.g. word breaking, input and
 output methods as well as basic character and string supports.
 .
 This package contains data files needed by the LibThai library.
Homepage: https://linux.thai.net/projects/libthai
Multi-Arch: foreign

Package: libthai-dev
Priority: optional
Section: libdevel
Installed-Size: 134
Maintainer: Theppitak Karoonboonyanan <thep@debian.org>
Architecture: amd64
Source: libthai
Version: 0.1.29-1+apertis0bv2024dev3b1
Depends: libdatrie-dev, pkg-config, libthai0 (= 0.1.29-1+apertis0bv2024dev3b1)
Suggests: libthai-doc
Filename: pool/target/libt/libthai/libthai-dev_0.1.29-1+apertis0bv2024dev3b1_amd64.deb
Size: 24384
MD5sum: bc2d7b2bf86574594dd0029641ca2e09
SHA1: 0b1349e1fe60cbbf92b606751267ea6b91a88306
SHA256: 143f7aa0014a3e9249855866353855933b42dec1bd35a5a3a04bab432362e29b
SHA512: 5199440c36063574a927e8f640d7281a188e8711fd033a4afcf647ce4a5d9f3a30e2ebbc3052cc3c11894d6700467e0c0048122f647154fcd316690d6adf621b
Description: Development files for Thai language support library
 LibThai is a set of Thai language support routines aimed to ease
 developers' tasks to incorporate Thai language support in their applications.
 It includes important Thai-specific functions e.g. word breaking, input and
 output methods as well as basic character and string supports.
 .
 This package contains the development libraries and header files you need to
 develop your programs using the LibThai library.
Enhances: libkhtml5
Homepage: https://linux.thai.net/projects/libthai
Multi-Arch: same

Package: libthai-doc
Priority: optional
Section: doc
Installed-Size: 483
Maintainer: Theppitak Karoonboonyanan <thep@debian.org>
Architecture: all
Source: libthai
Version: 0.1.29-1+apertis0bv2024dev3b1
Depends: libjs-jquery
Suggests: www-browser
Filename: pool/target/libt/libthai/libthai-doc_0.1.29-1+apertis0bv2024dev3b1_all.deb
Size: 80052
MD5sum: 4bbe0e1b9ef0692566ec68b2d6dd7389
SHA1: a4e4a411349c0581949dd6b86e8b262b9b1711cc
SHA256: 1b72b59a16b114462fd139ecc1f17fe705ce60f46a626ab022f0f83881837104
SHA512: f9d176ff0e9f401ac40e9f1eb482e1c67382585427736ef8e73b4e431b6381ecce1ac5e1b60baa9ac0a0c48c4f605879c7119189562ff1b0cb408cbf66b479f2
Description: Documentation files for Thai language support library
 LibThai is a set of Thai language support routines aimed to ease
 developers' tasks to incorporate Thai language support in their applications.
 It includes important Thai-specific functions e.g. word breaking, input and
 output methods as well as basic character and string supports.
 .
 This package contains documents about the LibThai library.
Homepage: https://linux.thai.net/projects/libthai
Multi-Arch: foreign

Package: libthai0
Priority: optional
Section: libs
Installed-Size: 94
Maintainer: Theppitak Karoonboonyanan <thep@debian.org>
Architecture: amd64
Source: libthai
Version: 0.1.29-1+apertis0bv2024dev3b1
Depends: libthai-data (>= 0.1.10), libc6 (>= 2.14), libdatrie1 (>= 0.2.0)
Filename: pool/target/libt/libthai/libthai0_0.1.29-1+apertis0bv2024dev3b1_amd64.deb
Size: 50808
MD5sum: eda6622cc87886f69243ed56da444aab
SHA1: 55c1d0bfa8cb9b4d476eaae434aa0fee871d4072
SHA256: 63b42f72f478b6e3b5e4af1be01dddb2d2ca5a2c25f8862e53025cc132c6d1af
SHA512: 2ef5789c49fc9e009a47dd89c2adec19441618d1bfefda2933d459eb3e1f273f95a956baaabe20127c003bd1198c6f097fe0e0e460ab1266fbad48a1cb5406f7
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: 55
Maintainer: Theppitak Karoonboonyanan <thep@debian.org>
Architecture: amd64
Source: libthai
Version: 0.1.29-1+apertis0bv2024dev3b1
Depends: libthai0 (= 0.1.29-1+apertis0bv2024dev3b1)
Filename: pool/target/libt/libthai/libthai0-dbgsym_0.1.29-1+apertis0bv2024dev3b1_amd64.deb
Size: 39420
MD5sum: 127ee0b4db8331dd977c2385a3526792
SHA1: c1d00134f10c9f42eb7eb11a919713873a51ae20
SHA256: e255bb01c24827ebb3074f7346b9e461eb904120ad8b2f90320c8c8a9a59f612
SHA512: 6fcdebb6ab8c2d5715ac5b34d2196c3c96bcc5c100003be09649dccf2b0dc66fd0f51e33487a722cbf26e51baefdd3e89eb2b2820752d52d4f4b7eb2d209b708
Description: debug symbols for libthai0
Auto-Built-Package: debug-symbols
Build-Ids: bfa152f9a0af23a4aa4f0c2f3b08fbe1ed21679f
Multi-Arch: same

Package: libtheora-bin
Priority: optional
Section: utils
Installed-Size: 155
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libtheora
Version: 1.1.1+dfsg.1-16.1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libogg0 (>= 1.0rc3), libpng16-16 (>= 1.6.2-1), libsdl1.2debian (>= 1.2.15), libtheora0 (>= 1.0), libvorbis0a (>= 1.1.2), libvorbisenc2 (>= 1.1.2)
Filename: pool/target/libt/libtheora/libtheora-bin_1.1.1+dfsg.1-16.1+apertis0bv2024dev3b1_amd64.deb
Size: 47280
MD5sum: b01889192dae3211e10e8c256a9d6e9a
SHA1: 305d8252310d570bd26f0d4c883db90fb02dfb91
SHA256: 695f0ff9d7aac4a42383673d6779f9dcb9d978f1ca37b0c400349a18dd815229
SHA512: 2e068759e7860e868f9b097f02cf29a7803bbcf2927530233921f248678541f58023f88b9b891a776e3a1abd9f470a847ae791c57b7304ea3a46b2393800d6bf
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: 118
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libtheora
Version: 1.1.1+dfsg.1-16.1+apertis0bv2024dev3b1
Depends: libtheora-bin (= 1.1.1+dfsg.1-16.1+apertis0bv2024dev3b1)
Filename: pool/target/libt/libtheora/libtheora-bin-dbgsym_1.1.1+dfsg.1-16.1+apertis0bv2024dev3b1_amd64.deb
Size: 72800
MD5sum: 269ddda127fa00c62a9ff69d2516bab7
SHA1: 2fde62b12a29ae7ba110f70e1d7c9c5e1d00a45c
SHA256: 36e739a92123459ee6d327e9c964a1c7ce10dcb8c1c67f57964951f1e0f4fb8a
SHA512: 3560706009d21bf64ef8eabb56f3e90ee98b19c987fe18a47025a39e40f66ab31412e7eb6e4629440acd8147a4710f740dd24ab7254ec696f6d2d289843a7408
Description: debug symbols for libtheora-bin
Auto-Built-Package: debug-symbols
Build-Ids: 5b13a7883fe59f9d9bc9954544e05da646d4b9d0 922ab34539f26effeb4e4674b29010b78b244b88 a3b0d4ede3b27e299ac6164e0d8ff2c21b51b29e afa16d87cb06385f846dde12a6dcd7fe7ede9a4a

Package: libtheora-dev
Priority: optional
Section: libdevel
Installed-Size: 946
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libtheora
Version: 1.1.1+dfsg.1-16.1+apertis0bv2024dev3b1
Depends: libogg-dev, libtheora0 (= 1.1.1+dfsg.1-16.1+apertis0bv2024dev3b1)
Filename: pool/target/libt/libtheora/libtheora-dev_1.1.1+dfsg.1-16.1+apertis0bv2024dev3b1_amd64.deb
Size: 174180
MD5sum: 08247ffc7770d656e8eadde0789819eb
SHA1: 3d17b3f58604fefa065cf6648496819f967cbb71
SHA256: 4206b638ba88360eed42f01758163957240e5f8515ce2260749962c0926f6286
SHA512: d39a087d365b6e027161fa6e2d991ac9dd0de78667c415780d27c5118631ee2fa0bdfaee242df7e911ad69e97f1240f3340bb1797582d11173ea9e67d9444fbf
Description: Theora Video Compression Codec (development files)
 Theora is a fully open, non-proprietary, patent-and-royalty-free,
 general-purpose compressed video format.
 .
 This package contains the header files needed to develop applications
 with libtheora.
Homepage: https://www.theora.org/
Multi-Arch: same

Package: libtheora-doc
Priority: optional
Section: doc
Installed-Size: 2050
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: all
Source: libtheora
Version: 1.1.1+dfsg.1-16.1+apertis0bv2024dev3b1
Suggests: libtheora-dev
Filename: pool/target/libt/libtheora/libtheora-doc_1.1.1+dfsg.1-16.1+apertis0bv2024dev3b1_all.deb
Size: 953244
MD5sum: 6475956e71fab245077ce5d5c46c7359
SHA1: 63e2f7ecfb41d33a10d9401581b5142f1783d6bd
SHA256: e73ae3150cb4adfd7c96abc418cb5faabc2138785f8fc50e38a6f5729e4b15cc
SHA512: 0193c28574ad8848b3d2c0053ab75d01dbdc7f084779a6e03c3d068db6c0a62daaba3d982dcdb3abb05468eaa000f67475e873fc60c2378474f9eca0142aafa3
Description: Theora Video Compression Codec (documentation)
 Theora is a fully open, non-proprietary, patent-and-royalty-free,
 general-purpose compressed video format.
 .
 This package contains the documentation about the format and programming.
Homepage: https://www.theora.org/
Multi-Arch: foreign

Package: libtheora0
Priority: optional
Section: libs
Installed-Size: 654
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libtheora
Version: 1.1.1+dfsg.1-16.1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.14), libcairo2 (>= 1.2.4), libogg0 (>= 1.1.0)
Filename: pool/target/libt/libtheora/libtheora0_1.1.1+dfsg.1-16.1+apertis0bv2024dev3b1_amd64.deb
Size: 155208
MD5sum: 7331845b049831462c539d8817d25dca
SHA1: 7bdf548a6204e11ad38ad3d3138bbcfac1fd28e0
SHA256: d833b93ec0ad8b549bfbb41f99b0a9554601792cec23860dbc4532927fbbc6a7
SHA512: f9ede08303fbc10eae7a5cca9eeb5f9fe3a35d0a170ebb32d564cc0f21ee840cd63c6013db7bdfbfb28b1f6963295ab019ef6bede883825ae87f13421dffdd6b
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: 613
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libtheora
Version: 1.1.1+dfsg.1-16.1+apertis0bv2024dev3b1
Depends: libtheora0 (= 1.1.1+dfsg.1-16.1+apertis0bv2024dev3b1)
Filename: pool/target/libt/libtheora/libtheora0-dbgsym_1.1.1+dfsg.1-16.1+apertis0bv2024dev3b1_amd64.deb
Size: 561148
MD5sum: de61ad325aae7c85d10693aed4b5ca35
SHA1: 9a86268a551f68efd4cf313e4c664af1d85470c4
SHA256: 7c5e9a50d2cc931b38a98c2d08523ec60371281a6f803ec439889190a1e9f33a
SHA512: e07e812d9f416dcf179aca824bd804eaae433fae00485e6aa5390ef3c2aaa52f683aaf4cdc7e6f5ee504d6c6a6dcd9f069fc64c10c65d8463b5b6169759c023e
Description: debug symbols for libtheora0
Auto-Built-Package: debug-symbols
Build-Ids: 437ef928fed4290332e4616f7bdfb8f9e8e10fe1 910ed5b4590bcccaef6e944fc785927798351a86 fe9549745c285f944c8d15938639f54b6fc0d449
Multi-Arch: same

Package: libtiff-dev
Priority: optional
Section: libdevel
Installed-Size: 1279
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: tiff
Version: 4.5.0-6+apertis0bv2024dev3b1
Replaces: libtiff4-dev (<< 4.0.3-6~), libtiff5-alt-dev (<< 4.0.3-6~), libtiff5-dev (<< 4.0.10-1~)
Depends: libc6-dev | libc-dev, libjbig-dev, libjpeg-dev, liblzma-dev, libzstd-dev, libwebp-dev, libtiff6 (= 4.5.0-6+apertis0bv2024dev3b1), libtiffxx6 (= 4.5.0-6+apertis0bv2024dev3b1), zlib1g-dev, libdeflate-dev, liblerc-dev
Breaks: libtiff4-dev (<< 4.0.3-6~), libtiff5-alt-dev (<< 4.0.3-6~), libtiff5-dev (<< 4.0.10-1~)
Filename: pool/target/t/tiff/libtiff-dev_4.5.0-6+apertis0bv2024dev3b1_amd64.deb
Size: 458208
MD5sum: dfe064f2ef29ec57ebaca6d4a96aa0d2
SHA1: b96daafae33294c51dd17ff512b891f7388d7a70
SHA256: f8eba876071615ac2a433f2931accc7f31c1d74ed464ae61421716f4b9d070ef
SHA512: 767775cadbbe4f04d8b74ceedcd71e29ed5e76a78e322a3408c368e6ec40a44001ecc8e57ceedd9408e9866b9df182b88c90298968744ef1c28d49ed25ca9a3a
Description: Tag Image File Format library (TIFF), development files
 libtiff is a library providing support for the Tag Image File Format
 (TIFF), a widely used format for storing image data.  This package
 includes the development files, static library, and header files.
Homepage: https://libtiff.gitlab.io/libtiff/
Multi-Arch: same

Package: libtiff-doc
Priority: optional
Section: doc
Installed-Size: 4382
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: all
Source: tiff
Version: 4.5.0-6+apertis0bv2024dev3b1
Depends: libjs-jquery, libjs-sphinxdoc, libjs-underscore
Filename: pool/target/t/tiff/libtiff-doc_4.5.0-6+apertis0bv2024dev3b1_all.deb
Size: 683508
MD5sum: dc65cdee560f071e63f27da101920fdc
SHA1: 10a91da52c309bffe60c8385c1b30208b94523be
SHA256: 08c0243a2378d8eabb5cd2dbe9cb3df49ac0c6026e61949dd2454fda2cbc483c
SHA512: 5953d35cd4400254bac870c1315541d0688c1951a320187386b6b12f91856d9419b74b968a887c84b76b99226886f45d16a6aa5a3a7fa5e265260628ebda23bb
Description: TIFF manipulation and conversion documentation
 libtiff is a library providing support for the Tag Image File Format
 (TIFF), a widely used format for storing image data.  This package
 contains documentation.
Homepage: https://libtiff.gitlab.io/libtiff/
Multi-Arch: foreign

Package: libtiff-opengl
Priority: optional
Section: graphics
Installed-Size: 177
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: tiff
Version: 4.5.0-6+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libgl1, libglut3.12 (>= 3.4.0), libtiff6 (>= 4.5.0~rc1)
Filename: pool/target/t/tiff/libtiff-opengl_4.5.0-6+apertis0bv2024dev3b1_amd64.deb
Size: 150952
MD5sum: 2ab34ce9aa1563503ea25eed58059d9c
SHA1: e5ac49c000a2f5d086a18a750735fad24aabe79e
SHA256: b975fde7ae721c4fad0d096c7cad85b8a4a856b2238b4aa5f9e9984330e26659
SHA512: 6c5ae1eee56640298d362e33366b4694cef57a8a304b2cb095f2c3e7edbb2d52588ad2a1b8ab7615d19bc11a0621958a98271adc6cb0b78b25b795da567dba83
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: 30
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: tiff
Version: 4.5.0-6+apertis0bv2024dev3b1
Depends: libtiff-opengl (= 4.5.0-6+apertis0bv2024dev3b1)
Filename: pool/target/t/tiff/libtiff-opengl-dbgsym_4.5.0-6+apertis0bv2024dev3b1_amd64.deb
Size: 15232
MD5sum: 1bfa860755699ab24b9c98cd49348ac2
SHA1: 4afef5fd65c342bf46f92ba9dda5ad53d228f17b
SHA256: 50239a45f6b5d5d9718095bf0b60df6f9e34642f917d6ee39273e7cc2f461a93
SHA512: b56ebc94f21b7162d03d2f5c71f0ef6f9e404ec18327378098f790ccb6c34d138dded059df929034e34998a54c26a65a46da2d94dfb03bd2ff3eec17ce7e9ccf
Description: debug symbols for libtiff-opengl
Auto-Built-Package: debug-symbols
Build-Ids: 5c540fe89cf937ba3d5d34b62be779c3e2b5401c

Package: libtiff-tools
Priority: optional
Section: graphics
Installed-Size: 778
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: tiff
Version: 4.5.0-6+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libtiff6 (>= 4.5.0~rc1)
Suggests: libtiff-opengl
Filename: pool/target/t/tiff/libtiff-tools_4.5.0-6+apertis0bv2024dev3b1_amd64.deb
Size: 336316
MD5sum: ac2f57d6739206f26ab1afe7ade7d15a
SHA1: e3997ffab26bb85425c697af17b467a625aab89b
SHA256: df1553e79c79bcfd153bab8204b0a189648e070ee88e3aebdde4be7a9432c7c5
SHA512: 43c71eacdc339bd6bfdf64be603e8faf5b1535ef6b13ead67ab079bb180a873a58be18b35bc5cf538dd06860273c9a68c83021b22281908b8e96e4769e124bf6
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: 607
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: tiff
Version: 4.5.0-6+apertis0bv2024dev3b1
Depends: libtiff-tools (= 4.5.0-6+apertis0bv2024dev3b1)
Filename: pool/target/t/tiff/libtiff-tools-dbgsym_4.5.0-6+apertis0bv2024dev3b1_amd64.deb
Size: 453736
MD5sum: 7c828068e805018dbff5fe77170b2b44
SHA1: cf0acc55f55c6c2405ee52a8c2869d87f13abec7
SHA256: d993d6aa4d3c541866ba55804e74875ab1a7d2f7413b018098f91a506ed0b341
SHA512: 60601b8883b9d21c39e74f872f333b4965c2fdc078bb6b4b194d3ac5e58a4b7c89d16b12f9dbe70677c63fd9b6238a6d1e0cc942c1c505b92e6adc8ef5bdd46d
Description: debug symbols for libtiff-tools
Auto-Built-Package: debug-symbols
Build-Ids: 0f31184d20fbb5ff373d44f7eb3d95aad262d070 2267331cb43b415402c704e15650bc94d58b579f 27ec1e4e45773c3bc24ad5f09c28361a9772ddcf 368cecce5cf45e7fb645aa37bf6f0b0f72884cd5 43ff7775f832ec572677e21b2bfb1abbb39b5184 47bfe77a982489937389481ed1d9b7f7b32836d6 4f118e0e49eb9304ec67d0f4c50a083e59f89566 5f3fb1404eff0ad3e9259b3dc7c8018fcd95beaa 63e6bf160b403ac0f0b233ab4941d55dbb3534dd 800f0e4e57563eb252df7a5330d220c545441ad1 81f8920bc8686dc905efcd6a9003dc392dd61909 82c7148f5310914ecb59450af185cfbe3072b433 9b1726d3f90f617343475bcfc219fd25fd8c3b75 ce48e2a2e701b49f729c43f605f8ca3f3b9504f3 d3f830ceb876edb57f6e3f24eb5e79346357183b dc8e50886b01d62425653cda068b1a82cb4f558d e9e2f3d94500921b68b92ff0f08285f972efff4e efaf1521e040b5ed7b599ab3e585264c0ba40664

Package: libtiff5-dev
Priority: optional
Section: oldlibs
Installed-Size: 147
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: tiff
Version: 4.5.0-6+apertis0bv2024dev3b1
Depends: libtiff-dev (>= 4.0.10-1)
Recommends: pkg-config
Filename: pool/target/t/tiff/libtiff5-dev_4.5.0-6+apertis0bv2024dev3b1_amd64.deb
Size: 143148
MD5sum: 3f73826a2d8f6493013208047ffd1062
SHA1: 3bf04a6d53db0dbc06464faa60275fe9437ff451
SHA256: 3e603ef953e435b9aee9edf3e6f44ada64e1070a598e3fbc2f52703c14ae95b5
SHA512: 18b76570095fddad8dfe3d1cb29e583653226d82c93ffdf7e717b479f932f7679c6eab0923054ebf570d7aec21a7b447042fa5f1731b71bedd26f855e8d04a27
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: 718
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: tiff
Version: 4.5.0-6+apertis0bv2024dev3b1
Depends: libc6 (>= 2.33), libdeflate0 (>= 1.0), libjbig0 (>= 2.0), libjpeg62-turbo (>= 1.3.1), liblerc4 (>= 3.0), liblzma5 (>= 5.1.1alpha+20120614), libwebp7 (>= 1.2.4), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Filename: pool/target/t/tiff/libtiff6_4.5.0-6+apertis0bv2024dev3b1_amd64.deb
Size: 318432
MD5sum: 4385094d79fb8a1ea83e0d975da88988
SHA1: 07b5d94b3e3c53bd77af7aca1625d6ad7fe222cc
SHA256: 5258bde0a961b517181ef16ca748fcd735f77ef80568de7cebcfd52ab30ccbde
SHA512: e0e136720426a6fa81c84b2558a1f26813c8a5425f5e38c3194731fb605c518ef6e5cc7118b8bb05f6f9e7a897e522fd067ec44bad4c917c2965e4ff11a179e8
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: 514
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: tiff
Version: 4.5.0-6+apertis0bv2024dev3b1
Depends: libtiff6 (= 4.5.0-6+apertis0bv2024dev3b1)
Filename: pool/target/t/tiff/libtiff6-dbgsym_4.5.0-6+apertis0bv2024dev3b1_amd64.deb
Size: 475456
MD5sum: 1025d83bb349f195ca9b8801751dd284
SHA1: 3d9a5781a8912e7fb15f69ac95993c9d50de0d64
SHA256: b3dfb6fec661bd4b6d56dae046cd4c06f86e16b7506cff6a8a942f77b2443599
SHA512: 8037c026e73a7bbcf07533c433c016c7a06e8c04a4617c470d21e67c04c7e7d4b185c16137b4b887c519ab62c22fde18f1549b376104820ddd8c57571966f8e2
Description: debug symbols for libtiff6
Auto-Built-Package: debug-symbols
Build-Ids: 91c58d890b9a4c833ead9332f160b43d554570bd
Multi-Arch: same

Package: libtiffxx6
Priority: optional
Section: libs
Installed-Size: 168
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: tiff
Version: 4.5.0-6+apertis0bv2024dev3b1
Depends: libc6 (>= 2.4), libstdc++6 (>= 5), libtiff6 (>= 4.0.3)
Filename: pool/target/t/tiff/libtiffxx6_4.5.0-6+apertis0bv2024dev3b1_amd64.deb
Size: 146528
MD5sum: a1b933faa01ce694b6555c9932033a88
SHA1: 6dca4334a3aa55c184f93205ed269eb7345094ed
SHA256: 39332e06040f8e52934a5e1b8acf8ec32157747b1c52689e46869471fde4a9c5
SHA512: 1cbe3aaaac7d7d8ba0dca296d0b1e7f564498f84ed7b3e9bba74d86672798e7f10f4d096ccef2c1bd5d7fdf5adf284f93b185689d89cb9f71b7e86b7a579d2f5
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: 35
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: tiff
Version: 4.5.0-6+apertis0bv2024dev3b1
Depends: libtiffxx6 (= 4.5.0-6+apertis0bv2024dev3b1)
Filename: pool/target/t/tiff/libtiffxx6-dbgsym_4.5.0-6+apertis0bv2024dev3b1_amd64.deb
Size: 21696
MD5sum: 9e656d1aaa4ebefbcb2deb4c6838052d
SHA1: d873f6caac7f836ddff03b7b86b65fa524a8a776
SHA256: b77b503444fa93f1afe6758338e787ec005bca273b61715ece2b8496b565e245
SHA512: 683fe848d0cce3314ccaef2f9d6edc624b60fad8377a56d83d6feb1af5824c6a6b6245ee598d474b82e9bba8645538ed5b4622987cdd0741d3087b85a05f5834
Description: debug symbols for libtiffxx6
Auto-Built-Package: debug-symbols
Build-Ids: 1421d850ee0ddf22131c826d17ae14cd412a49c1
Multi-Arch: same

Package: libtinfo-dev
Priority: optional
Section: oldlibs
Installed-Size: 6
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: libtinfo6 (= 6.4-4+apertis0bv2024dev3b3), libncurses-dev (= 6.4-4+apertis0bv2024dev3b3)
Filename: pool/target/n/ncurses/libtinfo-dev_6.4-4+apertis0bv2024dev3b3_amd64.deb
Size: 936
MD5sum: d6275bbf82be52770983b47555b6b92b
SHA1: 8e6aea9035c4def4d99b495da2b71e2d24a65fc1
SHA256: 11a265c2018e480d764a5c2887ce61f387e48b5fb50aaf876f2b732ee64a12cd
SHA512: d68e7102b1d5bc5fe1f9edc05ef6c78fb3d23c17b3dbf5cc7417bacc83acf39bb17a1a08fba1ec1ec01759afd411722f014a0a4f2407a2d093d87ed50095a89e
Description: transitional package for libncurses-dev
 This is a transitional package that can safely be removed.
Homepage: https://invisible-island.net/ncurses/
Multi-Arch: same

Package: libtinfo5
Priority: optional
Section: oldlibs
Installed-Size: 534
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: libc6 (>= 2.34)
Filename: pool/target/n/ncurses/libtinfo5_6.4-4+apertis0bv2024dev3b3_amd64.deb
Size: 330372
MD5sum: d5eff908e995b5c186e7142226f12b9e
SHA1: d328d505b88c1f730831f12a89e1815f47e9b1f5
SHA256: 035cbdd1eafe13995ab2c70b3a785a2741bab64ac214f2750989ccb048f458a5
SHA512: db5a436ec67d7b5e9744d87811017119120831b4bba7bed7a54a375fa14619eb477909fd92da12aa6c033020ce6a84725a34d5467ce03c5f23d34c66ddc207cd
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: 218
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: libtinfo5 (= 6.4-4+apertis0bv2024dev3b3)
Filename: pool/target/n/ncurses/libtinfo5-dbgsym_6.4-4+apertis0bv2024dev3b3_amd64.deb
Size: 184920
MD5sum: 2a30777887f3689ebf75e37b46a48549
SHA1: a989cc4e62192f1990e3809e098bb95207d53d40
SHA256: 3f69e227ebe8b4af700ccb4446d12b6c5c55be698ff27b4b4fd93f52922f4c26
SHA512: 6d1ed1baad6103c76ef0e5a5dc5eebf6ea33ce87042a32555e5590f15f614571cb6d93cb0c12fea41a6261bdfeb5bd11c5bf7db9e649095d3f783b6a325014f7
Description: debug symbols for libtinfo5
Auto-Built-Package: debug-symbols
Build-Ids: 86e4cf36d3a0c8726466438495a0e54ebb2a005b 892849b46b9bacc0825c451d616e1a65fbb34368
Multi-Arch: same

Package: libtinfo6
Priority: optional
Section: libs
Installed-Size: 544
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: libc6 (>= 2.34)
Filename: pool/target/n/ncurses/libtinfo6_6.4-4+apertis0bv2024dev3b3_amd64.deb
Size: 333868
MD5sum: a0ebd8a190c1743477f764662d00db47
SHA1: 2a283fbce8c97ec21a7adb884c79283cc7bdce6a
SHA256: 6e099908375a06819f5876832f37af11f6ae7f676f93118d4a62fb00fb2611a9
SHA512: 80f44536c5e0a0302b2ef4ac0eff6b4aaa9a8e7c332e5256498b046e0adc6f8f60c1c1c0610d64fa106a02b9da7e03cee6998250b59d3babc11fe91042045f56
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: 229
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: libtinfo6 (= 6.4-4+apertis0bv2024dev3b3)
Filename: pool/target/n/ncurses/libtinfo6-dbgsym_6.4-4+apertis0bv2024dev3b3_amd64.deb
Size: 194184
MD5sum: c56590846b5fadcc857b51f0e289f4dd
SHA1: 2fb26df96b3afe1d15ea4df3dc084b2544de5d04
SHA256: 37173a228d38f0ad723953c36aa1d999e79296fb8beb7387e006d5027f163587
SHA512: 3b8176ea05f2cf2ccc3aaf318352b7dd4389cb632b9acea81d6753a90a42826b1984f56aa5aa6646843a4b06109b161c1c8f68999f16ceb7b2715b032159da23
Description: debug symbols for libtinfo6
Auto-Built-Package: debug-symbols
Build-Ids: 237b62cb02bf5c4fa6fb32299e663918a4ee69eb f5a4be4c424e2f9dbc6cd327b9c0e9f39005d2d6
Multi-Arch: same

Package: libtinyxml-dev
Priority: optional
Section: libdevel
Installed-Size: 245
Maintainer: Felix Geyer <fgeyer@debian.org>
Architecture: amd64
Source: tinyxml
Version: 2.6.2-6+apertis0bv2024dev2b1
Depends: libtinyxml2.6.2v5 (= 2.6.2-6+apertis0bv2024dev2b1)
Suggests: libtinyxml-doc
Filename: pool/target/t/tinyxml/libtinyxml-dev_2.6.2-6+apertis0bv2024dev2b1_amd64.deb
Size: 53948
MD5sum: 58a32dc3dfe5c945a6ed76530675a7b9
SHA1: 491793f517b81beb16a88404ebba94fa3fb5fe54
SHA256: 85066ee94adcded655fff6d59c91b6a32d914c1a0acfd517bd9c56cf48585af1
SHA512: f433fa3f61f74bb83e0d4d6bce2901e20099b506f1fa1d6d9ceafc4193d7e5dcd73476fd950ef606bcd76d16a0c115bd68fe0db8e99610a2cf09d09ef927e4e5
Description: TinyXml library - header and static library
 This package contains the header file and a static version of the
 TinyXml library.
 .
 TinyXml is a simple and small C++ XML parser that can be easily integrating
 into other programs. It reads XML and creates C++ objects representing
 the XML document. The objects can be manipulated, changed, and
 saved again as XML.
Homepage: http://www.grinninglizard.com/tinyxml/
Multi-Arch: same

Package: libtinyxml-doc
Priority: optional
Section: doc
Installed-Size: 914
Maintainer: Felix Geyer <fgeyer@debian.org>
Architecture: all
Source: tinyxml
Version: 2.6.2-6+apertis0bv2024dev2b1
Recommends: libtinyxml-dev
Filename: pool/target/t/tinyxml/libtinyxml-doc_2.6.2-6+apertis0bv2024dev2b1_all.deb
Size: 85900
MD5sum: 98a5bc657baa4e50e4564eef7608b5fe
SHA1: 4ad407cdfe6a0e95e8841afd4db6b540b7cdb50e
SHA256: 670c314beb86d3a47e8ff32d9e1e4aad7a375ef41ff9a1dfe7d93f0088010f3b
SHA512: ddf3d5e7dfcb8ecff1798142eb404d179ce17c8e0fc419b568b2d622e7b3e4f349cead11d8a8e49656403c325936b4bb3e1afc5941ca745686525580f264d8ba
Description: TinyXml library - documentation files
 This package contains the documentation to program with the TinyXml library.
 .
 TinyXml is a simple and small C++ XML parser that can be easily integrating
 into other programs. It reads XML and creates C++ objects representing
 the XML document. The objects can be manipulated, changed, and
 saved again as XML.
Homepage: http://www.grinninglizard.com/tinyxml/
Multi-Arch: foreign

Package: libtinyxml2-9
Priority: optional
Section: libs
Installed-Size: 123
Maintainer: Chow Loong Jin <hyperair@debian.org>
Architecture: amd64
Source: tinyxml2
Version: 9.0.0+dfsg-3.1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5)
Filename: pool/target/t/tinyxml2/libtinyxml2-9_9.0.0+dfsg-3.1+apertis0bv2024dev2b1_amd64.deb
Size: 30020
MD5sum: 8b96e92358350e4973655d0c3856fc52
SHA1: 3fe2949b0dc2da5cb119a610f3ea47c93f96468c
SHA256: 67d6fa182a249d47071c8db02eb79d2954e2ff85ab60506afba0cecee2de8e66
SHA512: b1e23c07faa1553385748aa3fc300b1247e8119e37e415cf4e0367df7266a248723b43e588d0b8bfeedacc3be10756c7954c49a394e407b3e53751b2e4477dfe
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: 130
Maintainer: Chow Loong Jin <hyperair@debian.org>
Architecture: amd64
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_amd64.deb
Size: 101280
MD5sum: 940e7567953b85830979de312767cbe1
SHA1: 099d9432bb0656ca0d6d52fe69502ff091019a39
SHA256: 6f6a41e58bf2d96161df17e6c4b3ce887554656f82ac06eaa7be0d1bb585c04b
SHA512: 675ef5a26a1e8f98e5d464c90bb168bb758edeace9651b8a179cb2b8226891d423827c950b5a7d4b53fcbbfc313484b9ddd46f5f413dd787c4b2b5a59a3648a3
Description: debug symbols for libtinyxml2-9
Auto-Built-Package: debug-symbols
Build-Ids: acc486882892e85d07431ebf0841aa2fafce2e7c
Multi-Arch: same

Package: libtinyxml2-dev
Priority: optional
Section: libdevel
Installed-Size: 102
Maintainer: Chow Loong Jin <hyperair@debian.org>
Architecture: amd64
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_amd64.deb
Size: 22632
MD5sum: 2619d85a7f180a5e68d0ba074168c338
SHA1: 3a710021fb840c0cd90d3d2e1494064dd1ab525c
SHA256: a6b2e956af844e2768a8890d8fac339d31280bf331c524552cc73f98b1ac90ea
SHA512: 5c4b24d4a9e9f95b459757616684b85eab22512ac23b0a83b6b6fc7d9e636464963746745311aa0c7771f492f0a3cf95ee1069a066a490554b70ef670551cdd1
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: 113
Maintainer: Felix Geyer <fgeyer@debian.org>
Architecture: amd64
Source: tinyxml
Version: 2.6.2-6+apertis0bv2024dev2b1
Replaces: libtinyxml2.6.2
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Conflicts: libtinyxml2.6.2
Filename: pool/target/t/tinyxml/libtinyxml2.6.2v5_2.6.2-6+apertis0bv2024dev2b1_amd64.deb
Size: 37940
MD5sum: 397db8668d5b8f0318403709c6c3760d
SHA1: af0ee80874861b82dc737f99c4d44068a37cfdcc
SHA256: 2046b2546e7875c82d61cca625bb251c5e019094331c6a22ec815f2429bda98c
SHA512: 823c4e6cc4afc04c8a91b978a99dd3ee8a37b5a165dbc012de1b599989e3c31c406c0da3bd3a20e6d900f8fdbc219e727d895bf67279cc7cc8ad4711df58caf2
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: 206
Maintainer: Felix Geyer <fgeyer@debian.org>
Architecture: amd64
Source: tinyxml
Version: 2.6.2-6+apertis0bv2024dev2b1
Replaces: libtinyxml2.6.2v5-dbg (<< 2.6.2-5~)
Depends: libtinyxml2.6.2v5 (= 2.6.2-6+apertis0bv2024dev2b1)
Breaks: libtinyxml2.6.2v5-dbg (<< 2.6.2-5~)
Filename: pool/target/t/tinyxml/libtinyxml2.6.2v5-dbgsym_2.6.2-6+apertis0bv2024dev2b1_amd64.deb
Size: 180980
MD5sum: 7bc20c40cc1c36ee85887c651ca348ef
SHA1: b472afbecc2149191097e01df2473962770ac695
SHA256: 412339a741ab691dab6d5a4f5295f93be80cab647cc0d183efab5bca32df1dba
SHA512: f131312b27d3786507ef758dfe7186d82ba6e644fa4ff78ad3db1e5e96735a638fcaa11165a2edacc44c720d37bf3df4d79febd1d1b0b05799ad1fbfac8350ed
Description: debug symbols for libtinyxml2.6.2v5
Auto-Built-Package: debug-symbols
Build-Ids: edecf535f7051bc0e1d8175b6d90a010c010c72a
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: amd64
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_amd64.deb
Size: 436036
MD5sum: da41c16e23e7c3dfc412ee2ae6e443d7
SHA1: a7ea3af97f42594fcd10d8904fdc43ccba0452a2
SHA256: 0be8aae7125d10b9ab2d048b518b5b030cddc012ff82ef49eb387219f7de56a3
SHA512: 0b104bf6ccb96b6a85a2f9987303366a78b449eb005f6686a0902e412911bfd9bcda72c6f30fb860c036d19a4f2a37cc58f46b376375bb1640cf1a1c99fff7fa
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: amd64
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_amd64.deb
Size: 39004
MD5sum: d4ae74bc1887549c9a05f5b2b34015b7
SHA1: d707b72f0b503f6fcb757a557202f75cbdb1d4ae
SHA256: 19231ac8a9dc6d56efcabb63fa97a84fe6a0d0b872631d37c50fab9b8725c736
SHA512: ca371da60f4f2cdf0f40a7545d6733ce7861b162e48349983225a6b4d1bcc84bc2cdc92889f25ba2260595aee2f323a653c375b10377ee646ffba6b24c688bd3
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: 187
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 58808
MD5sum: ce7e8b8ab9dd1cccfe797fd46e6479c0
SHA1: a8123e06cbf1600154098bad648dde16d5677f1d
SHA256: b5b5dfe10c7b9895f5267d36b2505068f541fce2a1125b74bd09039bd82c0af9
SHA512: 55c572a2c76f6b101f34bdfc4486e1795359bc95e90daef361cf5b14421ae01322e27e0d729af7630be6dd8084917f19bf7506b601b4b4e809bdc93301066c89
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: 219
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 179844
MD5sum: 3df56feb5cf8ae321abaca5ed5f9a634
SHA1: 2c117d0d5e516ef4a53cb05edbb3c52565815ed6
SHA256: c6519d9566413e2bf7498573c4f80c2721baaf49eefbebbe09fccd402989bf5d
SHA512: e6d00fc78da91048bbc7702ff47290d3da5d385eefef0aca24e2086cac0d6d6ffce40f485293e4743d38f419064fb9a488d784988bfa70f1d98c43d8b2cdb441
Description: debug symbols for libtotem-plparser18
Auto-Built-Package: debug-symbols
Build-Ids: 0e255d9b202077637f7ba39d420df792cd181f8a 8f05bc70c32d5d76651cbe6acc6ab822567cc1d1
Multi-Arch: same

Package: libtracker-doc
Priority: optional
Section: doc
Installed-Size: 3247
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: tracker
Version: 3.4.2-1+apertis1bv2024dev2b1
Replaces: libtracker-sparql-doc
Provides: libtracker-sparql-doc (= 3.4.2-1+apertis1bv2024dev2b1)
Suggests: devhelp
Breaks: libtracker-sparql-doc
Filename: pool/target/t/tracker/libtracker-doc_3.4.2-1+apertis1bv2024dev2b1_all.deb
Size: 595352
MD5sum: 56b2ebaeba6c6eb583cf510fba4741bc
SHA1: a9e5174fbee59c917f9119bf196f9e8b51e282f9
SHA256: ba66a9fa11fc2c82b99d3713f169a6be296229e498e02036f1ffc8bb5cdc57cb
SHA512: d76bc1fd9e07c36e2303d8461731a1ad34be0bc4e615ecd8ab3fe8eabb6b02abddb97f51d26b64869a651c8e0a2bb3f84c5599d17c154e565b04962f47228723
Description: metadata database, indexer and search tool - API documentation
 This package contains the API documentation for libtracker-sparql-3
 and ontology-3, as well as some example programs.
 .
 Tracker is an advanced framework for first class objects with associated
 metadata and tags. It provides a one stop solution for all metadata, tags,
 shared object databases, search tools and indexing.
Homepage: https://wiki.gnome.org/Projects/Tracker

Package: libtracker-sparql-3.0-0
Priority: optional
Section: libs
Installed-Size: 1027
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: tracker
Version: 3.4.2-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.59.0), libicu72 (>= 72.1~rc-1~), libjson-glib-1.0-0 (>= 1.5.2), libsoup-3.0-0 (>= 3.1.3), libsqlite3-0 (>= 3.20.0), libstemmer0d (>= 0+svn527), libxml2 (>= 2.7.4)
Filename: pool/target/t/tracker/libtracker-sparql-3.0-0_3.4.2-1+apertis1bv2024dev2b1_amd64.deb
Size: 273876
MD5sum: 6b3d3589b07dee129bd3955028210508
SHA1: 40c02b429003e2484cdd4064aeed6a631a85a458
SHA256: 7d6a7a0495990fe6bc63023f842748b2979811a0b701a028731b3b5e4a56a2b7
SHA512: 33d1922e5683770f6a4f2628919eb7205c989cd77ca1f4584e1c0f7e3d3401dff499743509135d8fca772615ae4cf5fad4d6823fbb35bbf5ba308062a7dc7c6b
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: 1113
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: tracker
Version: 3.4.2-1+apertis1bv2024dev2b1
Depends: libtracker-sparql-3.0-0 (= 3.4.2-1+apertis1bv2024dev2b1)
Filename: pool/target/t/tracker/libtracker-sparql-3.0-0-dbgsym_3.4.2-1+apertis1bv2024dev2b1_amd64.deb
Size: 977108
MD5sum: 2b9c4c8c81c52b0799b57c3db12dd641
SHA1: ab677442562acfcd0ad57dfa576ecf9dffb53eee
SHA256: 503e26c953ae05947c75010dda93ed6b22785dcd2a65ab97110e5fb8ed4c1ba7
SHA512: ecb5a5e6af9f3bc1c68a4aef03d7ca38660b72c562439c27066844e1dbcba43c41ed197e1e39796ba1c2e6361bce119a195cdc2d9e73a2da54da2aa310c253b2
Description: debug symbols for libtracker-sparql-3.0-0
Auto-Built-Package: debug-symbols
Build-Ids: 3a09d253b2129c1a89b8f6a4040c11104af41e19 6a748ba3e998f78ffc986f3e134af6e81bd037db
Multi-Arch: same

Package: libtracker-sparql-3.0-dev
Priority: optional
Section: libdevel
Installed-Size: 389
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: tracker
Version: 3.4.2-1+apertis1bv2024dev2b1
Depends: libtracker-sparql-3.0-0 (= 3.4.2-1+apertis1bv2024dev2b1), libglib2.0-dev (>= 2.52.0), libicu-dev (>= 4.8.1.1), libjson-glib-dev (>= 1.4), libxml2-dev (>= 2.6), libsoup-3.0-dev (>= 2.40), libsqlite3-dev (>= 3.15.0), gir1.2-tracker-3.0 (= 3.4.2-1+apertis1bv2024dev2b1)
Suggests: libtracker-sparql-doc
Filename: pool/target/t/tracker/libtracker-sparql-3.0-dev_3.4.2-1+apertis1bv2024dev2b1_amd64.deb
Size: 36484
MD5sum: 8c3550e584c50f2cf8bba295a3eb92d9
SHA1: 9083d67c7d750d14d980586445376c6570896db5
SHA256: 9d434cd05865ca68c17e238c77fdc5c4c147785f7fa9070c241232678995f0f2
SHA512: f9c9ae00192362c00a901ab998d24de57058d7864b5d8389e829ed78de665dbc98e63196165c8d4ba05d2e254863235a226771ae4d3a7f4e93cc997aba049982
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: 638
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: libtraprain-service-0-1 (= 0.2023.0bv2024dev2b1), libtraprain-client-0-1 (= 0.2023.0bv2024dev2b1), libtraprain-guidance-0-1 (= 0.2023.0bv2024dev2b1), traprain-mock-service, traprain-guidance-ui, dbus, libc6 (>= 2.34), libglib2.0-0 (>= 2.59.0), libtraprain-common-0-1 (>= 0.1612.1~)
Filename: pool/target/t/traprain/libtraprain-0-tests_0.2023.0bv2024dev2b1_amd64.deb
Size: 113012
MD5sum: fb1fe45c85e78e01181cea42b41335cb
SHA1: 9df92f45edad37b4e519c2390e12c436551429ec
SHA256: 3f342809540cc57c50a5cc341a57040e31ee2b98d2f2404e0323d0eac1a70fe6
SHA512: 5de776d4a2d00df49bd066aecac50f65653a454b401813b8ba4cf2e522791be4e4e66f4c0a2071ed0b1596972df573be81ee3521ef863a2dff8121184bb1441f
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: 764
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: libtraprain-0-tests (= 0.2023.0bv2024dev2b1)
Filename: pool/target/t/traprain/libtraprain-0-tests-dbgsym_0.2023.0bv2024dev2b1_amd64.deb
Size: 593780
MD5sum: d9c285a67dc53e9041b345dd308d2978
SHA1: 905b885ada4298193f0ef204af8a334f76260e0a
SHA256: 284c7fd9ca95086a6ef9e4ae2c39321a97484589eee61bbd44c43c47bc797b1b
SHA512: 4bf9a4d3445f9ff89377bd109115617b06047bd466084880a2c11ca524862c4609e87fd8c00905221cf4e66b2746dc6e8cbcbcd2f15344d005043858b0e34da2
Description: debug symbols for libtraprain-0-tests
Auto-Built-Package: debug-symbols
Build-Ids: 0bab532a9ffd898aabe1d55a9fed9036e10ba429 47448ad570f2290c3b8e588f7b7a2dcf8b64243c 87a167bdc95099d009838cebf951511f0f0b3efa 927ee446a80c789bccd23d3adf9c6fdaf73fc4bf ab7854986ffa5c308d42fc7733f53cccf5b5936b ea9be6dae437ce2fe6886dc09d9fe8a6e9a143a7 eea40bf63eec9a684eabf6c4578a9d36c312cdd0 fec0a9eeab9c8eba8373a5a9192cc9167d813f5a

Package: libtraprain-client-0-0
Priority: optional
Section: oldlibs
Installed-Size: 28
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: all
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: libtraprain-client-0-1
Filename: pool/target/t/traprain/libtraprain-client-0-0_0.2023.0bv2024dev2b1_all.deb
Size: 8220
MD5sum: 014b6ac95c49045429c1f6ea3c983709
SHA1: f32c486903bb385d6e07e1548f653912e4d79337
SHA256: 11010499c92d6c1d7e2da75cb569b604cd7cb576968681f4819f0e56b747589f
SHA512: 8442b6e1279848fba41efd5a6e2c2ab645ae7915f9b52a70d80d4949f82d5bbebb8673b93ed2ce4957af44b9306d309008682336bdcb2138036f22ef7ddd4c47
Description: Navigation API - transitional package
 Navigation route list and guidance
 .
 This is a transitional package. It can safely be removed.

Package: libtraprain-client-0-1
Priority: optional
Section: libs
Installed-Size: 213
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Replaces: libtraprain-client-0-0 (<< 0.2022.2~)
Provides: libtraprain-client-0-0
Depends: libtraprain-common-0-1 (= 0.2023.0bv2024dev2b1), libc6 (>= 2.4), libglib2.0-0 (>= 2.59.0)
Breaks: libtraprain-client-0-0 (<< 0.2022.2~)
Filename: pool/target/t/traprain/libtraprain-client-0-1_0.2023.0bv2024dev2b1_amd64.deb
Size: 55224
MD5sum: 903f264020774219be2effc315fd2adb
SHA1: 06c8132a6d0b641b80d59e0beac8327f5f9dd4c4
SHA256: 76a6086758f85cc883d3bb5a135cb472583ca79172ea7871e842b921651cfa7d
SHA512: 28309a603ebd42eb34762a74e253296ee273acf83820db4117283a9b22cea4a72efc17f3edc32c661aa9aa4e4197e9ad461c628b76282d5ae5c1b17893625c37
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: 272
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: libtraprain-client-0-1 (= 0.2023.0bv2024dev2b1)
Filename: pool/target/t/traprain/libtraprain-client-0-1-dbgsym_0.2023.0bv2024dev2b1_amd64.deb
Size: 217152
MD5sum: 80a927f841470a795c72714ea52e8f45
SHA1: ee128d7d7da74127eaf3d0ee7249e48c5191e89a
SHA256: c2c080d6fc8145e95937dd6f1990b4c7756e05c5b68a2334b85b22352626a959
SHA512: e609b6db58d2c7435f9c2208b9777ce92de4583e96a94ff2bae158ed1f9e4d883da135bd3db146e88e4d75dd75d1daa81e5c7e447a20cd240d86241b535dd292
Description: debug symbols for libtraprain-client-0-1
Auto-Built-Package: debug-symbols
Build-Ids: dff786076900229bc89bfdaf736b12836cad2e47
Multi-Arch: same

Package: libtraprain-client-0-dev
Priority: optional
Section: libdevel
Installed-Size: 508
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: gir1.2-traprainclient-0 (= 0.2023.0bv2024dev2b1), libtraprain-client-0-1 (= 0.2023.0bv2024dev2b1), libtraprain-common-0-dev (= 0.2023.0bv2024dev2b1), libglib2.0-dev
Filename: pool/target/t/traprain/libtraprain-client-0-dev_0.2023.0bv2024dev2b1_amd64.deb
Size: 72072
MD5sum: b61987ab0959988a0ddf68ae94c3bb8f
SHA1: 62e526bd45bf7ec7c2ebd5ba0cdef70db14da6d8
SHA256: 025b09ea0ed0e9072c21fac7e6b790d2119ce8157e063bf8ff7b4300bdbade3d
SHA512: ab23fa157eede773b670d97c25887823d4454dbae1a206aacadb5d8257171ab948c93e169332d2bfcea69acd3ebe23342e9fd2a331b1ed69dc116f0a4b0cf6e6
Description: Navigation API - development library
 Navigation route list and guidance
 .
 This package contains development files for use by applications. and
 It is part of the SDK-API.
Multi-Arch: same

Package: libtraprain-common-0-0
Priority: optional
Section: oldlibs
Installed-Size: 28
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: all
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: libtraprain-common-0-1
Filename: pool/target/t/traprain/libtraprain-common-0-0_0.2023.0bv2024dev2b1_all.deb
Size: 8220
MD5sum: 5be40741a2be82eade73eb11c635300d
SHA1: db608bab460c73b648b88f16eea835de26cd3347
SHA256: a54e07e25626dd1b2a996d09d76a54c2d16f449b3a7f0bdde9f770cfa6d4f38f
SHA512: 1342e917673383b9201de22b18f6c530789b8aac27f3068dbc98e37c19c8722d8d49b35d4ffdeef2404d4b8560c5df4b3b0056c251bf783ed39b901c8a1d8a10
Description: Navigation API - transitional package
 Navigation route list and guidance
 .
 This is a transitional package. It can safely be removed.

Package: libtraprain-common-0-1
Priority: optional
Section: libs
Installed-Size: 107
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Replaces: libtraprain-common-0-0 (<< 0.2022.2~)
Provides: libtraprain-common-0-0
Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3)
Breaks: libtraprain-common-0-0 (<< 0.2022.2~)
Filename: pool/target/t/traprain/libtraprain-common-0-1_0.2023.0bv2024dev2b1_amd64.deb
Size: 30744
MD5sum: e16c135496d1873b3d09de7d0d68c6e5
SHA1: 37c71200912c557d3185d4acd65a6021b061dcf4
SHA256: 1552095e2ea271888f641cf0a7adb67a112e3d1dade96420a1ecac09b8664a30
SHA512: 53040e430e010a97059010f188e7c6460e26fbadf9ec17b3148ac984ac88c361adcae3ecb91a564d1fa8d74fbd021fc3cbd7b8d8247640ce4c5e88f1dd2e4382
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: 95
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: libtraprain-common-0-1 (= 0.2023.0bv2024dev2b1)
Filename: pool/target/t/traprain/libtraprain-common-0-1-dbgsym_0.2023.0bv2024dev2b1_amd64.deb
Size: 73600
MD5sum: 8e4a4002bfeb6c3b8712c4c685c60743
SHA1: 7e246548a5c858c803d003c12b79a532cf73d465
SHA256: e46f9f5ec82db39bc81fe9855b0b17e2392756da2cfd18ac79ccddb9b4ae9921
SHA512: fccd38c8db5cf7c133203001b28cc2113c0151cc14941cd56bd512a903547564f87febb25d2e1b94462d9f99334bd5615b5747a65bd69311dd5111fea3f47935
Description: debug symbols for libtraprain-common-0-1
Auto-Built-Package: debug-symbols
Build-Ids: 2b071e7554df28a1caff80a38d2cc41ad358625e
Multi-Arch: same

Package: libtraprain-common-0-dev
Priority: optional
Section: libdevel
Installed-Size: 308
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: gir1.2-trapraincommon-0 (= 0.2023.0bv2024dev2b1), libtraprain-common-0-1 (= 0.2023.0bv2024dev2b1), libglib2.0-dev
Filename: pool/target/t/traprain/libtraprain-common-0-dev_0.2023.0bv2024dev2b1_amd64.deb
Size: 46008
MD5sum: a86dccbfaf3b57ef932180ec33d93667
SHA1: 7cd643c24c3aef45643e884750edd1a9f4a3f617
SHA256: bd84cd82c5e903baa42074b79f0663ff486bb72c261948ab4d5beff60ea52de3
SHA512: 6a80ee7d53239179b4fe64b808a35150f389d525c4c59e15cedd3e471b58dafac4ad1f90e0dfbf9ef7c2f3610107e179d34327185dac6d6c0a074b3f7017a498
Description: Navigation API - development library
 Navigation route list and guidance
 .
 This package contains development files for use by applications and
 navigation services. It is part of the SDK-API.
Multi-Arch: same

Package: libtraprain-guidance-0-0
Priority: optional
Section: oldlibs
Installed-Size: 28
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: all
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: libtraprain-guidance-0-1
Filename: pool/target/t/traprain/libtraprain-guidance-0-0_0.2023.0bv2024dev2b1_all.deb
Size: 8224
MD5sum: d24546032a082ab446e5aea7b5aad258
SHA1: cd9710c81bd78c41c8d273f63a95ff9676fcab1b
SHA256: 1e341c6122c609f64fe38df935b6afa8bf0bf24982c8715235abcff07d96ce90
SHA512: 089214e3fdbc908361b36ab9490e073fbd893852a9ec367d8c40095ec520af601e6dba6326c6fb9eac9294537a317d2bb09312bea6abed072d12eb6bcb5ca78f
Description: Guidance API - transitional package
 Navigation guidance turn-by-turn service
 .
 This is a transitional package. It can safely be removed.

Package: libtraprain-guidance-0-1
Priority: optional
Section: libs
Installed-Size: 140
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Replaces: libtraprain-guidance-0-0 (<< 0.2022.2~)
Provides: libtraprain-guidance-0-0
Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3)
Breaks: libtraprain-guidance-0-0 (<< 0.2022.2~)
Filename: pool/target/t/traprain/libtraprain-guidance-0-1_0.2023.0bv2024dev2b1_amd64.deb
Size: 33104
MD5sum: 512d0cb9368b9ca4369fe60dd663da40
SHA1: bf09c0fdca9be4e7ce89fd3d5bb4a62890ee65f1
SHA256: 580c619a9eb48a516d78a0e6e36cec7dd9148954bdd9667635904646ea54f390
SHA512: 243c4730fd052edde86e68d8d7f858875324d921cd238854b429763bd1ea8658a2cd782d2d70b758faaac90359b2289367548ac74d84fb90648a48d848d4be5d
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: 161
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: libtraprain-guidance-0-1 (= 0.2023.0bv2024dev2b1)
Filename: pool/target/t/traprain/libtraprain-guidance-0-1-dbgsym_0.2023.0bv2024dev2b1_amd64.deb
Size: 116700
MD5sum: 39f24b28c4815c0f5eb881ebbbf1dbd9
SHA1: de91516fee751556cce16beaea77fc835f25c74f
SHA256: 8ee1a1f6cd7881d4aed1788fa74740333a71a2961446a0ba4e0f0449b0c8ba84
SHA512: b953e37fe40f3c8c6bac83e6da87fa808039f66c71d3f444b855fd1a226384bb71e01d198cb199afaa09a593ca5d75cb6b46cd61c1e19011fa353ad2e47ae9b2
Description: debug symbols for libtraprain-guidance-0-1
Auto-Built-Package: debug-symbols
Build-Ids: 1f106ae1f380327ef90054785855f6bdae561f96
Multi-Arch: same

Package: libtraprain-guidance-0-dev
Priority: optional
Section: libdevel
Installed-Size: 285
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: gir1.2-traprainguidance-0 (= 0.2023.0bv2024dev2b1), libtraprain-guidance-0-1 (= 0.2023.0bv2024dev2b1), libtraprain-client-0-1 (= 0.2023.0bv2024dev2b1), libglib2.0-dev
Filename: pool/target/t/traprain/libtraprain-guidance-0-dev_0.2023.0bv2024dev2b1_amd64.deb
Size: 41316
MD5sum: 9e9142a4105b47757a846d5b8d639d1f
SHA1: 62c6352fe41c1147b9656c330d8636d4f363bb84
SHA256: 5f8dccd90f375805652a38a62e3d6d10478e1bc1d6334e7d5b174b5f0d6e3c3d
SHA512: 321efb9fe855999036f6e06c420a837487af88054b7760e57939f58465e6e5532b0c950c83eb9577d48a52ed46a449b735fc77c862e9030b4d90d0d621045cb9
Description: Guidance API - development library
 Navigation guidance turn-by-turn service
 .
 This package contains development files for use by
 guidance UI service. It is part of the SDK-API.
Multi-Arch: same

Package: libtraprain-service-0-0
Priority: optional
Section: oldlibs
Installed-Size: 28
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: all
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: libtraprain-service-0-1
Filename: pool/target/t/traprain/libtraprain-service-0-0_0.2023.0bv2024dev2b1_all.deb
Size: 8228
MD5sum: 3f8e65d3a49391d7cf46d658c795cdb9
SHA1: fde414f3c80f50d566f39808b1a671842604f842
SHA256: 24ed10aeacd23b6407cbe40e04a30c227ba5bab5d24b014ed56a8246428b0a7d
SHA512: d158d1748aad40d750cb1a2e9206974122cd63c0db6e76d9a76f44fa663c7f0382f58efab06a8dd7ca0eb228dcd3f9556c75fd111599f5c63edd443a0e059a1c
Description: Navigation API - transitional package
 Navigation route list and guidance
 .
 This is a transitional package. It can safely be removed.

Package: libtraprain-service-0-1
Priority: optional
Section: libs
Installed-Size: 205
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Replaces: libtraprain-service-0-0 (<< 0.2022.2~)
Provides: libtraprain-service-0-0
Depends: libtraprain-common-0-1 (= 0.2023.0bv2024dev2b1), libc6 (>= 2.4), libglib2.0-0 (>= 2.59.0)
Breaks: libtraprain-service-0-0 (<< 0.2022.2~)
Filename: pool/target/t/traprain/libtraprain-service-0-1_0.2023.0bv2024dev2b1_amd64.deb
Size: 53548
MD5sum: e7a0357ba137806a31b68f94c8d88100
SHA1: 1c387de243a1959af5a891ddb2ae6010dc3f44ff
SHA256: 346caf8a320b7fe2a4188fdeb4bcf368b4924d829058643380c67239a4be2c27
SHA512: d98f2e7908d2c1c38fbe1439e8a45d3e2b1beb10313c7836585253b3120a630ef200f2986cd3970535f8cbb0eb4f3b77a5d3b7dbdee6e405b96e7a0e43bd7a18
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: 260
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: libtraprain-service-0-1 (= 0.2023.0bv2024dev2b1)
Filename: pool/target/t/traprain/libtraprain-service-0-1-dbgsym_0.2023.0bv2024dev2b1_amd64.deb
Size: 205484
MD5sum: cbffa693977c9113d5e82e9ab3102adc
SHA1: 7a0c41fa70a86b90c97454672ec5ce2606b4688a
SHA256: 59be5563939ae0dabd7c84da8c998117fbce20278f1821326c367ad67739b906
SHA512: cf16d869f9a8c9c93e1c13e8151860d2debcd159f15ce45584eb289d3c2e2629b592f555fe0546e86879bd1fb66ff2d94b6bd2a4dcc6830e51350c52588ab90e
Description: debug symbols for libtraprain-service-0-1
Auto-Built-Package: debug-symbols
Build-Ids: 500ce2b479653aff9be7264242b2fe24fe2b19ea
Multi-Arch: same

Package: libtraprain-service-0-dev
Priority: optional
Section: libdevel
Installed-Size: 478
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: gir1.2-traprainservice-0 (= 0.2023.0bv2024dev2b1), libtraprain-service-0-1 (= 0.2023.0bv2024dev2b1), libtraprain-common-0-dev (= 0.2023.0bv2024dev2b1), libglib2.0-dev
Filename: pool/target/t/traprain/libtraprain-service-0-dev_0.2023.0bv2024dev2b1_amd64.deb
Size: 69484
MD5sum: 47acf77cc1dd50a6983a373d986fdb40
SHA1: 52c7474bcf91712f58d58cdf43117145bbc5c8ce
SHA256: 32e7e4243f6fd3191b77732c50e7c0cf5cfdc74bd90d4cb7f9870cdf5de71e07
SHA512: d07ae372667fc213c52e4bf0191bc625722b83494067627b1cdf525b319bddd560f4d93dba6c451784ad4dccbe8d2802fb45b90ef78b4bd8155fd4984a301e8b
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: 7816
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 2196696
MD5sum: 31827d5e230ecbfce5f095ad84b659e5
SHA1: 593659ed573a7b66897ea743c62ced650b447c0d
SHA256: deee5e0a93689c409cb6ed8d00ab77e4d49ee94d2885ec3fd3f3b0039e5717f9
SHA512: 8d6bea2028ef4b774cfa9e4de79e875837408ba08f5b9a08d1cc114316e61fb50ac496a784bb32518a235e0397422aae68688ae6a62b688e20b3ded25534637b
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: 755
Maintainer: Ondřej Surý <ondrej@debian.org>
Architecture: amd64
Source: libjpeg-turbo
Version: 1:2.1.5-2+apertis1bv2024dev2b3
Replaces: libturbojpeg
Depends: libc6 (>= 2.14)
Conflicts: libjpeg-turbo8, libturbojpeg
Filename: pool/target/libj/libjpeg-turbo/libturbojpeg0_2.1.5-2+apertis1bv2024dev2b3_amd64.deb
Size: 203092
MD5sum: eb4fcfa858420082e1bb091f2223ef75
SHA1: 99bab187af35d4aa1d69c51ff4d3e01e28e0779d
SHA256: be7558147d08362eaa25cbe4fea331d1eda6822631336957784f979e1f2e88eb
SHA512: bd9fd8e45ca6c887cc840a3bf60f806247fcf5750b165e7998a4702cebabd9b938095dd047369273635065e83db3be5696a585a2b4a0f883841b6d1721422bd8
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: 507
Maintainer: Ondřej Surý <ondrej@debian.org>
Architecture: amd64
Source: libjpeg-turbo
Version: 1:2.1.5-2+apertis1bv2024dev2b3
Depends: libturbojpeg0 (= 1:2.1.5-2+apertis1bv2024dev2b3)
Filename: pool/target/libj/libjpeg-turbo/libturbojpeg0-dbgsym_2.1.5-2+apertis1bv2024dev2b3_amd64.deb
Size: 428728
MD5sum: a7698f3e2d70406eb2655df65718777d
SHA1: 2771a92d4f2aa04e19ddf8a0815328874f4defa5
SHA256: c29360f89e5fc2597d8b710a9ca1e9f4d1029003258047a55fed8c65f01bad7f
SHA512: 535f6a41f6f0f84e1e5b26fa36422266bf51a651ce644b53e3c40c013de233322483db677a71a88d77cc72d3727c1a630dcf31dd7be09a1274d5d621399bfe85
Description: debug symbols for libturbojpeg0
Auto-Built-Package: debug-symbols
Build-Ids: 04e474fa532c37e8cf4ceb2be3bf313103186ae4
Multi-Arch: same

Package: libturbojpeg0-dev
Priority: optional
Section: libdevel
Installed-Size: 1121
Maintainer: Ondřej Surý <ondrej@debian.org>
Architecture: amd64
Source: libjpeg-turbo
Version: 1:2.1.5-2+apertis1bv2024dev2b3
Replaces: libturbojpeg-dev
Provides: libturbojpeg-dev
Depends: libturbojpeg0 (= 1:2.1.5-2+apertis1bv2024dev2b3)
Conflicts: libjpeg-turbo8-dev, libturbojpeg-dev, libturbojpeg1-dev
Filename: pool/target/libj/libjpeg-turbo/libturbojpeg0-dev_2.1.5-2+apertis1bv2024dev2b3_amd64.deb
Size: 240248
MD5sum: f98dfc7f4da07edcb7e770e42d18e95c
SHA1: 04e50314b6b48cfd05db51a63361cb7cd1fef07b
SHA256: 0d67dba9636977ad120e9ac9ee9848c7bfb23bf6136083b6ba2271b6a051862f
SHA512: de51e72d4e70e24e67266f247b19c1bc471373cadf8409b3dd974bb15aae1e8c3fd8196f68adae5edb4a6ca71379c53a46c93b4a6a1b68c0a615d80266e71f42
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: 100
Maintainer: Bastian Germann <bage@debian.org>
Architecture: amd64
Source: mtd-utils
Version: 1:2.1.5-1+apertis1bv2024dev2b1
Filename: pool/target/m/mtd-utils/libubi-dev_2.1.5-1+apertis1bv2024dev2b1_amd64.deb
Size: 25308
MD5sum: 207f972d2feb2e467c776e9027e179a9
SHA1: 644bb7050c0a18d345a5ff4d54a0f781268db87b
SHA256: 749a28b90164cfa2137dabec95e69a1470c79b34e7b71fd01d1c13c5b1c311b4
SHA512: 4be94016eb87b277a0c6c18bf1404e96e2cef4e13309be26c8ee2f1bec58e9c11c97d8691fc5ad16a7a73c8d9e31268e768ee43db32446870dbece5a8a165ba7
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: 2653
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 883452
MD5sum: 75b5ef33aa043169d582f165cea1923b
SHA1: cc8b1f560428ca6d9ff3a97f2df9986288514333
SHA256: b4ff95f6b5699b896e8cd613029fffaa0e142c726515ea3e85d0e9ffd0395686
SHA512: 3030ece3830e2b4ede1c96b56ec72803b7352485321f6e28a6cc8036a67fc9aa2361d0f66bad3db662a13d0deb6ac0efeaff31984265adb84036dc79e5c4ad1b
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: 374
Maintainer: James Cowgill <jcowgill@debian.org>
Architecture: amd64
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_amd64.deb
Size: 78492
MD5sum: 2f2660b374adbae2901e811164b2bcd9
SHA1: 076a2c2387f1d974d954a5ebb37d7966e43b91cc
SHA256: 7c16fea3689cf2ef8558ff57ea6b541f0c53fb1c8139ecec26630ee1c190b6b5
SHA512: 1b8a1f3822c9dbe3eb2e8276d857a3bc69e5b8274c2de774e5835d8b5afd7b944e5eb131995369c3fa884f896068a8593a36355deeacc53f7c46992de8d2dd28
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: 211
Maintainer: James Cowgill <jcowgill@debian.org>
Architecture: amd64
Source: uchardet
Version: 0.0.7-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1)
Filename: pool/target/u/uchardet/libuchardet0_0.0.7-1+apertis1bv2024dev2b1_amd64.deb
Size: 67696
MD5sum: e1b65165cf7b23a8b216eebed29e1900
SHA1: 3404b93d07f502c7d32b22451ec5a25482618136
SHA256: cc75d350fdbf1bcb314b6e8805c66ec54a577fdff7567b5181bb4f1c2adf016b
SHA512: e2bc5a17ef5c017dbc090ca0aa404679b190452e3b190d7a746829690e6dbdfbd72c2f0e456345a7b596b30e9677666a577406604507105a87013530968e0c5d
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: 103
Maintainer: James Cowgill <jcowgill@debian.org>
Architecture: amd64
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_amd64.deb
Size: 69404
MD5sum: 6bb6ec6bb8f53346675007e9ab896d36
SHA1: bb1e137c32a036e677da686ac1a6a4077d65864f
SHA256: 1b39657df572365f0a99d452ded736f598385da62877e3b7c6828307d815be1f
SHA512: adfea0968cdc9ad064d0296a8300148fa4d61929e3ae7d75271becaba4aff34f0ed4a9b9d644dabec88b9faddfdf55b34c617c2ba5bcaaba07bc45b7e5f882f8
Description: debug symbols for libuchardet0
Auto-Built-Package: debug-symbols
Build-Ids: d7399b22042fe1fa4992a14ffcbb586d872d20a5
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: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libudev1 (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/libudev-dev_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 61388
MD5sum: 4a90b15d7cd6a31f8dddc87d5ca691ad
SHA1: 5f06beda4b9ee9c02021eab456b4cfc4509d34f8
SHA256: f915fbece2fb61579594d82aaf3537477094ec1b4306861733fb1710ca428584
SHA512: ae63059086ea63b9ca379232c83785cd9a936a9ea16427750a4ded05e4a1999e7f04aee1d279eb4312fc0c23994ef348535c9edc4a5f3eaf08c48216fdd76b24
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: 253
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/s/systemd/libudev1_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 117476
MD5sum: b7c6bc39e7495ee285d5c177fa24ae96
SHA1: 9aeac5db4509947f9a6a40b8ac7119da3c1f35e5
SHA256: f0b0068cf4b289eca401444abeaf214cb99cbb2a4b8e9ec4b0db32bbcc1f4470
SHA512: e22e3a7113ca19f091eb5f0990283f76ae6d67e42bce553b8a693506000f4a6317ee05fd4799f733bf27a34ae93ba3fa0f468fbb3aad8c1f2be3b06e0dd0575b
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: 428
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libudev1 (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/libudev1-dbgsym_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 393384
MD5sum: 9643f12f96adec97c906c3b86f3d158e
SHA1: 308fb950ec94b7fd298966a590f15d3ffe9cec47
SHA256: 4f628fe51d7eb0b703b1a8d6f691a1fd96a53c2c7e8e15a8b278dae093c5226f
SHA512: fd3757d738e94f8668f8ee8de8bb34ddfb43fafae9d701deefe9de3f3e21246ee259f8ccd9cd5d6bc080a83648e2d7582e4d0875a01fd997edf6e3dd7b1fe110
Description: debug symbols for libudev1
Auto-Built-Package: debug-symbols
Build-Ids: 8b08a7d8d88ec52bd2594225b9bfcd7adb5233c2
Multi-Arch: same

Package: libudisks2-0
Priority: optional
Section: libs
Installed-Size: 826
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: udisks2
Version: 2.9.4-4+apertis1bv2024dev3b1
Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.50)
Filename: pool/target/u/udisks2/libudisks2-0_2.9.4-4+apertis1bv2024dev3b1_amd64.deb
Size: 149968
MD5sum: d34cf095f1ddc64359e4e905fac1366f
SHA1: 52c8b1985128368bd660a1d27a86c6b414f20cb1
SHA256: c6ece5f316774eae40aa237ba358fa42f3012969d9d3e6d686c4b62a4fafc9f2
SHA512: ac6879d5bf85a905cce7cbc54433153c6402dc45e066ccb96505f777c7ec215cd0979b1cb2147a24e9fbc8c7a77bc98f8c357b943c50205498538af66e82d4a5
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: 661
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 462808
MD5sum: de7cc07db9a849d42886635ef345d390
SHA1: ed55c7c3b9a5dafee7426d2e4c3846dd4ed3c558
SHA256: 7fd000ec02b73c027c1535c406f0ac5f05a3a03a533f3ef1ddb40bd8e98165fd
SHA512: 1c4bd16c95512a15c48f8e969734ce034b42e166746ee3aed2c6fe8ba407671c0a6584c9220524842115f8d7533e8f1c73bb361a44658c6c8ff3922e7919875f
Description: debug symbols for libudisks2-0
Auto-Built-Package: debug-symbols
Build-Ids: 1d77c49508bec9a25f95d2c52dab5d9b43c9500e
Multi-Arch: same

Package: libudisks2-dev
Priority: optional
Section: libdevel
Installed-Size: 5919
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 292032
MD5sum: 7d09d61074ae20e728e96816d6fbbebf
SHA1: 1a796dc4b43c20ee9c2c32dedd23427bf49065b2
SHA256: 3d6e007da3c71758faf03ec83d1f860dbe73c79eedcd95bf49d8855a2930414a
SHA512: fe1485390aaadd6915dd5c7cb86fd2b27146a85bf1603b88f40e32153916751d73c76147153c8d1bc60cfed3c6458131a7c6bb7baaf6d0220471037fd85c63ed
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: 3374
Maintainer: Jörg Frings-Fürst <debian@jff.email>
Architecture: amd64
Source: libunistring
Version: 1.0-2+apertis1bv2024dev3b1
Depends: libunistring2 (= 1.0-2+apertis1bv2024dev3b1)
Filename: pool/target/libu/libunistring/libunistring-dev_1.0-2+apertis1bv2024dev3b1_amd64.deb
Size: 608452
MD5sum: 8e80cea48bb6fe4f7133b3ebbb7c82b9
SHA1: 59dac60261c394ecbd20dc596f0b41706dd2f052
SHA256: be284d24b52e38bf697547331849735e8cc9eddf4f56e8717c9ac8311d977ab3
SHA512: 226169e095af788f2029253099110f88be35f3edb3543461134242790a37b40f5e1f565e316868b65ebad8daf7c09696898b07e4c0c61830ee1e472977581f29
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: 1849
Maintainer: Jörg Frings-Fürst <debian@jff.email>
Architecture: amd64
Source: libunistring
Version: 1.0-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/libu/libunistring/libunistring2_1.0-2+apertis1bv2024dev3b1_amd64.deb
Size: 444796
MD5sum: 04bfbe768982a5187caea3fbc14744e3
SHA1: 70ba942799b01fc9d3fdc0b5ddc7298e55b29725
SHA256: 94ea6c33be5f696330658a9bdf0e96c278d1089749ad8607d2f50704711663b6
SHA512: 91243d50a7e00fcdfc18bbd4ef702f0f29279ef584fcda72ac93720c5c3f27b50853eeb31a4dbbe3236c3dbf9f90f039723657f32a5789956f7b3c603787a068
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: 506
Maintainer: Jörg Frings-Fürst <debian@jff.email>
Architecture: amd64
Source: libunistring
Version: 1.0-2+apertis1bv2024dev3b1
Depends: libunistring2 (= 1.0-2+apertis1bv2024dev3b1)
Filename: pool/target/libu/libunistring/libunistring2-dbgsym_1.0-2+apertis1bv2024dev3b1_amd64.deb
Size: 444468
MD5sum: 0bac171fbfe0774277ee3160ef081256
SHA1: 0d207a1a6ec49cb78e5c82da9141661440b626a8
SHA256: 418cb6591fb1a3b5382d862ab1a2a42c27b0b592211e6c1866cecbe37c09b560
SHA512: 7277d101b77a69869e10297c2e705095976e15da278ff9efd27d7e17a47712072dd8ad5f1c2f87305b9bf725602076824b632099f38d7c8b0e52a516cd37434a
Description: debug symbols for libunistring2
Auto-Built-Package: debug-symbols
Build-Ids: 2a8c4493a51d59b7ebccaf151fc6b7baec226982
Multi-Arch: same

Package: libunwind-15
Priority: optional
Section: libs
Installed-Size: 281
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: libunwind-x.y
Provides: libunwind-x.y
Depends: libc6 (>= 2.34)
Conflicts: libunwind-x.y
Filename: pool/target/l/llvm-toolchain-15/libunwind-15_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 227108
MD5sum: 8acd70eb2abdbcd3faad24f78edcba80
SHA1: 58757b65e4640a1ec902c2a4dd6a4caeecf084c7
SHA256: a6b9515ae4c318d747d9380c5cfcfe26ca999455106464f0c6bbcad7772941f0
SHA512: b1f97b9c48423d62b5b19e039461513f44d6b012a5e40428b8f8a323490bc1eb93e6f6fec7c1277f01cc84ad4fecdaf4f63163eb36dce762a47235780ff4c0bb
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: 36
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libunwind-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/libunwind-15-dbgsym_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 17088
MD5sum: ced310963a08a23352a5b51393732fad
SHA1: accdfb316fa8670814938758b947de07513de616
SHA256: 36468b6e26f755760f005641f35d3be5ca0654ad4aca70052a8331fd1495aa38
SHA512: d1e066d1421e5bfc214823800242f25eebfb5844b3838ce42b20113a610384236b6e4191eb0421da3894220fbd27ce1c262a45f39ebe3da149000bc461ef8af7
Description: debug symbols for libunwind-15
Auto-Built-Package: debug-symbols
Build-Ids: 3d6a550c037301b008c0c72fc8a96e62bc049849
Multi-Arch: same

Package: libunwind-15-dev
Priority: optional
Section: libdevel
Installed-Size: 436
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: libunwind-dev, libunwind-x.y-dev
Provides: libunwind-dev, libunwind-x.y-dev
Depends: libunwind-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Conflicts: libunwind-dev, libunwind-x.y-dev
Filename: pool/target/l/llvm-toolchain-15/libunwind-15-dev_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 244564
MD5sum: 1f3fcbd0c7b362bd2d19156db3cc68ec
SHA1: e07e5e1b09c2ea10066085a734c584101eb13219
SHA256: b5831a58a4fa1dfadba26cd5495dede46eb26e236ab65a5999580a02e19de581
SHA512: aada895f816ff2cd2660d66194ce577f64eb7870cbbdcc05f2600b26083cb1e62c834e8b11ca8596035cee9f9ead99906e757a690b497b0dffd65b62d406a391
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: 2853
Maintainer: Adrian Bunk <bunk@debian.org>
Architecture: amd64
Source: libunwind
Version: 1.6.2-3+apertis0bv2024dev3b1
Replaces: libunwind8-dev (<< 1.1-3.2)
Provides: libunwind8-dev
Depends: libunwind8 (= 1.6.2-3+apertis0bv2024dev3b1), liblzma-dev
Conflicts: libunwind1-dev, libunwind7-dev
Filename: pool/target/libu/libunwind/libunwind-dev_1.6.2-3+apertis0bv2024dev3b1_amd64.deb
Size: 443984
MD5sum: 163b7c190c38b80f8c347c567e7e9588
SHA1: b7e6a7e8f4940b064c28654ada4e0c4fc36bb673
SHA256: d4b0e20ea847f4a729c8bf5c2eadd492dce9371fadef651e58d2a4d306abe291
SHA512: 7a960370b7bcece81879a30786222bcf25c09c118ba838ffe07514e9728a0bbf6a644b559e185e51927531f94711327ebfc5a70dce16d1beabd3e43a758485b9
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: 38
Maintainer: Adrian Bunk <bunk@debian.org>
Architecture: amd64
Source: libunwind
Version: 1.6.2-3+apertis0bv2024dev3b1
Depends: libc6 (>= 2.33), liblzma5 (>= 5.1.1alpha+20110809), libunwind8
Filename: pool/target/libu/libunwind/libunwind-setjmp0_1.6.2-3+apertis0bv2024dev3b1_amd64.deb
Size: 10140
MD5sum: 7180c3f3a520ed5553e3443416cbc909
SHA1: e2035c474cb6ddb8660521538ea492121dbdc737
SHA256: 5b9815d538110a63b6e175e87105c9dc80c8cfcbd3663fa748fd34866e4bf02c
SHA512: e581e649ecc1acff190dd78dbb551405947a8e056910fb79c7bd3958d90c774362f96278f5e88d6e16f517a8e43d017416dcdc04ec7734cd0ce040d7eb159fbd
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: amd64
Source: libunwind
Version: 1.6.2-3+apertis0bv2024dev3b1
Depends: libunwind-setjmp0 (= 1.6.2-3+apertis0bv2024dev3b1)
Filename: pool/target/libu/libunwind/libunwind-setjmp0-dbgsym_1.6.2-3+apertis0bv2024dev3b1_amd64.deb
Size: 13480
MD5sum: 142f61141bbae83ad429d261ca7e666b
SHA1: b41f4770c39abf513c99a33d5ff8f0c8e33ceaa6
SHA256: 8e8a00231848e942be71db5edfbc021fea8c85a9eb2286d7d950bdd3634276b2
SHA512: 6b46107fc16cdd43111577bf4269ae10f5769527a75d81d21a024417fb72fd30d2292e0af14dc0529f3956bc2212a719a765fb6c73ebb2826ba0865d09aeed24
Description: debug symbols for libunwind-setjmp0
Auto-Built-Package: debug-symbols
Build-Ids: 332e838c8233ec92342f2f2121e85a3f8fee013d

Package: libunwind-setjmp0-dev
Priority: optional
Section: libdevel
Installed-Size: 76
Maintainer: Adrian Bunk <bunk@debian.org>
Architecture: amd64
Source: libunwind
Version: 1.6.2-3+apertis0bv2024dev3b1
Depends: libunwind-dev (= 1.6.2-3+apertis0bv2024dev3b1), libunwind-setjmp0 (= 1.6.2-3+apertis0bv2024dev3b1)
Filename: pool/target/libu/libunwind/libunwind-setjmp0-dev_1.6.2-3+apertis0bv2024dev3b1_amd64.deb
Size: 21092
MD5sum: 740dd74d4286b7545d4b8f8735e5f54a
SHA1: 795f2a8bc2661af74079ba7573537568844772eb
SHA256: ab583944d7d1556f298c049d0e2b9cddaa77eddcea4df71c029f63ad9f8a79e0
SHA512: ebf57108a9b0b912370eca7bcbe07c370bc9cebeaa1074558ca5d5080bf802124a5fc82017f89528559ffd77ab928093c7111d42b8632aebdb8c09aa0aa8ca18
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: 208
Maintainer: Adrian Bunk <bunk@debian.org>
Architecture: amd64
Source: libunwind
Version: 1.6.2-3+apertis0bv2024dev3b1
Replaces: libgcc1 (<< 1:4.0.0-2)
Depends: libc6 (>= 2.34), liblzma5 (>= 5.1.1alpha+20110809)
Conflicts: libunwind1-dev
Filename: pool/target/libu/libunwind/libunwind8_1.6.2-3+apertis0bv2024dev3b1_amd64.deb
Size: 54632
MD5sum: 71bb15ce0404e0148a4eacdea3cf3b37
SHA1: 306fa09ba5a504b804dca444a8290910809d90a1
SHA256: f3da5733317944065ab386707afda6b2db5a294b572a24cc85b152d0dbf6abee
SHA512: 0b7e8ec5fc253e149a886a4e52430570a6578ebc23dbaf0916f43ed84e97c1701ad4716f91276652c08f8977571742d0961024db485a9de31c22df9eaf9b3207
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: amd64
Source: libunwind
Version: 1.6.2-3+apertis0bv2024dev3b1
Depends: libunwind8 (= 1.6.2-3+apertis0bv2024dev3b1)
Filename: pool/target/libu/libunwind/libunwind8-dbgsym_1.6.2-3+apertis0bv2024dev3b1_amd64.deb
Size: 393460
MD5sum: 6271936affb21fdee485eb58a11c4bab
SHA1: 5463cf2e423a12923eeebb0df5fb1ab1cbadd64f
SHA256: 131d087e4d58093a9632bb343aa0ded271fec176cd4ded8444b9821ab7e6d58e
SHA512: d4645e7fe6ebab8316bd1a96de7e5694a7b1ffa0b9d85c45cd2b608bd5d4b460d0660364638147f35dcd3f9a6dac90dc6a45abb6818a1df3b8c836aa11746603
Description: debug symbols for libunwind8
Auto-Built-Package: debug-symbols
Build-Ids: 4e80eb1c839514d3df32b08807f054e5014c93b0 b1ef0f111aee12825c1676127b44fa0a2449c087 ef16055288aed99b8b5d18b683e82804ecf288f1 fc055f10fffbe324640036837aef85111866248d
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: amd64
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_amd64.deb
Size: 15352
MD5sum: 9d5a4eb505b9642d0f0a0bff31dc514c
SHA1: ceb762f21e1c96b7992aa2d291bf2df4047e0928
SHA256: a1e11c74c3e7350d13874206fee65284dd93da02476894c8b43ecae9f9fb2526
SHA512: 6ba3c927c49b5294c3c70218b20e1309993f0a264620333c067c1dafd260f7de84872b87f91e3232fae2607dbcaeab3d2d283b16d57b88b31219fbe84962d451
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: 157
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: upower
Version: 0.99.20-2+apertis1bv2024dev2b1
Depends: libc6 (>= 2.4), 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_amd64.deb
Size: 36748
MD5sum: 2939d065dbb7a57adbf22f07779aa54f
SHA1: eb3ef3474fb32c1958baebc06f0a56a0a554c677
SHA256: 3874a578f44a6a366e5b66a81c567697e6b08b14bf564c21c2c8979f79104685
SHA512: 661cd91958986eb388ca0de3d8ece083b10aafcb5caf625240a8a042222f5f461dba1c7a6e443d680aabda6b0a85bb5b1bd3611a4161d5fe692edfc07eca32ba
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: 146
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 105520
MD5sum: 7fec59b78bb21e3b0408e11f42c910af
SHA1: a56c4e9e8d293321a27bcab5ff5d90577160335f
SHA256: 0b01a162c336c2134464ce75819c6201a922132e4b6135f7dc13272cc0a8e08d
SHA512: 99dac8d8cbd9690328c9fc019352a73c997e2956477794a9ac5f5b71fd41b05fc4af2461493ea64d3f81bef148db49a4bd4e4c783cd61bd31947f3aebebd083d
Description: debug symbols for libupower-glib3
Auto-Built-Package: debug-symbols
Build-Ids: 7e9ce1784fab53fd9ac7b757782bc37f96097b99
Multi-Arch: same

Package: libusb-0.1-4
Priority: optional
Section: libs
Installed-Size: 55
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: amd64
Source: libusb
Version: 2:0.1.12-32+apertis1bv2024dev2b1
Replaces: libusb-dev (<< 2:0.1.12-25)
Depends: libc6 (>= 2.15)
Filename: pool/target/libu/libusb/libusb-0.1-4_0.1.12-32+apertis1bv2024dev2b1_amd64.deb
Size: 16612
MD5sum: 7b86d1788b97f04cbb529fdaada1849b
SHA1: 9099b2806460f82e66f3462402840f8e3f0efdad
SHA256: 9864ff5a5571e2012bd1cf5ff0d5a0578f984d7abf85ccb5ea93c2f0a9b9755b
SHA512: af8d58117fa926f91ba9fd93ea5155f25b3b98bd6852b9c54950b9d319e7ab0c774fcb1b122c5d500891d67050a161be29d1ec8608945c267820b3cf100eca37
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: amd64
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_amd64.deb
Size: 35784
MD5sum: d05931375cdef9b99c4fdb42582083aa
SHA1: b01bb4d9f874d2dc35d7642219e2537dfac82b23
SHA256: e3d960cb51e2db79597f345fe57f983b681429b806223b7d321baa7cd9b07ee5
SHA512: 7fc634243e60c6a25c53d108c929ea19b8d1432f595fd11c29492b51f82c68b1aa500c87594b51eb6bdc7e8b2a87b76cf329c83ea1749580f12a90c0d5289e7d
Description: debug symbols for libusb-0.1-4
Auto-Built-Package: debug-symbols
Build-Ids: ffb06d5c2441e3b5e0a098e7781de1240189068f
Multi-Arch: same

Package: libusb-1.0-0
Priority: optional
Section: libs
Installed-Size: 151
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: amd64
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_amd64.deb
Size: 57988
MD5sum: 56318fc862aa345f5feda8db8c4b46e4
SHA1: bbfc5fea25ec19626ce8b06d1acbdc956064bf9b
SHA256: 8999849e7dd938be5e4fea27acb7d81b5986b14ec5c61dabda9124f0f4d590b7
SHA512: 6f1746a3f82cd566952071043cd4bb9d7fb32310ffdafde9c86d6265c75f51f23896c4d8022798029b33f7ea9482a3838b4cb458590fc2ed5c541bc99c41797c
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: 155
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: amd64
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_amd64.deb
Size: 129792
MD5sum: a8ade3b1ffc258311d916d180c2ccd9f
SHA1: 63a3525f095b0c6123364a11b430d2a92c1ff21a
SHA256: ad79c07287d0a5610b3009abd9337067724b3fbdf959f77e80b7269aa27076f5
SHA512: be6aa87bbd6c864b78c9181ecb8d262a4344af3127c530cab83c406e74fb907ff6c12f9cc5d842cffde9f00b746d2f4a8794716fb1138850b2cd273b380b9876
Description: debug symbols for libusb-1.0-0
Auto-Built-Package: debug-symbols
Build-Ids: aa07ff4878992d0488e8b9b454c7c3ff49337969
Multi-Arch: same

Package: libusb-1.0-0-dev
Priority: optional
Section: libdevel
Installed-Size: 315
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: amd64
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_amd64.deb
Size: 79288
MD5sum: 08dfd846d7f215d19c4606237661ab05
SHA1: 69d5d964c8adb5732d85c1f5b5f7d47916fdc449
SHA256: ca6ef7a6e0fcfe307ebb73b4ef5ac15df8bf79f71f629af4ca1915f78d8be4ca
SHA512: 40903ef8eae642c0688233b87c53c0a1a90ed8a6a2f2988284c4057ddb9d62267d8edee29b0d1e639815b35fef6bf976e446dac60eec4dd6b1733d2e8a7f93f1
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: 224
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: amd64
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_amd64.deb
Size: 31252
MD5sum: 214087635681ab03b7f3213d2d0970ce
SHA1: 3b725925e724194ec85fb20f293ab147a9995904
SHA256: 16e76e5712aa6424806566dfb57f1ed66a02c915ca7eae76d44c5a60387cae56
SHA512: cb0f20794a595b05bd8b57cec191e21a78566a904a7a7cd62f68b06b6042306be91632587fefe3666efdee2a88821cc04318cf544f8369692d6a3b8473224f67
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: 33
Maintainer: Christian Göttsche <cgzones@googlemail.com>
Architecture: amd64
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_amd64.deb
Size: 8348
MD5sum: 1d6c850475728f0ec59319eab9fc30f6
SHA1: 3577088ca1ecd0be94368f517289616f65bd0c1b
SHA256: ca25bedba474ecf275c22683a3f73bfbfa97a526dc6d8b8e0e499e30740e9e59
SHA512: f3d2de2cf0aec149ec042fc96a634cb5ffa1be1c053bf5419d160e8820b4efaacba84a9bffb030022949304692b1d5d31f5ee398c3f957a4b11ee7d553ec1a96
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: 50
Maintainer: Christian Göttsche <cgzones@googlemail.com>
Architecture: amd64
Source: libutempter
Version: 1.2.1-3+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34)
Filename: pool/target/libu/libutempter/libutempter0_1.2.1-3+apertis0bv2024dev2b1_amd64.deb
Size: 9288
MD5sum: 4f107ec49a9619d3e7dec3e392499b40
SHA1: 0ab1e5b589a196146276e7f1b75ce2644ffc31b4
SHA256: 788eb87c6f0e9e9829c944cdd62b996aaaf44007073da06d781f4e8ea05cdf3a
SHA512: b89faa81f2cffe1abc15742b4d4dd39195ca2ae36d6df24b4b8fed9a92bf28c6f4fca15aa352b2c61c26c9f36660d9ac4cf07bbb8732fb7748558327296ffefb
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: 36
Maintainer: Christian Göttsche <cgzones@googlemail.com>
Architecture: amd64
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_amd64.deb
Size: 13148
MD5sum: c046afdc46eb17b6712d8089fe6d5205
SHA1: c1838e24cb4c30cd2bd9650d68a6bf7af6f5ff65
SHA256: 5ddfcd373fdc14886ba2ed85477a8a0df25e140ed99f8ead790401be6f6d76c9
SHA512: 6e5fd78d83ff604f0f18cfca6652bcc8a68c83e82ed24b2f39adb0d605b2b95a995dd0e0abd629d9fdab58cce6ee104884629060e4af6c5949f0a6e95ddb1452
Description: debug symbols for libutempter0
Auto-Built-Package: debug-symbols
Build-Ids: 7a31fdb336c173a7dc4c50fe6d10d67415c490e0 bf4dd233ae023071e2810145833c84dd9195bf34
Multi-Arch: same

Package: libuuid-perl
Priority: optional
Section: perl
Installed-Size: 49
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Architecture: amd64
Version: 0.28-2+apertis0bv2024dev2b1
Depends: perl-base (>= 5.36.0-7), perlapi-5.36.0, libc6 (>= 2.4), libuuid1 (>= 2.16)
Filename: pool/target/libu/libuuid-perl/libuuid-perl_0.28-2+apertis0bv2024dev2b1_amd64.deb
Size: 16824
MD5sum: 6f65fb15f3b2120db63aa096f9a95918
SHA1: a222581b4d5d574dc46e9260094c333bf2b1cdc6
SHA256: 216a048d694fe4611308529d6bb010f24460e023c313a5186255d6d0df58a98a
SHA512: 3fde93bbb56bd3166306eef1e7f8312882f73aea58c4b7bb8fa6ab7e1144cc94b80877f41169f68cde8eaacf5a63e66a98bf3ae6fb5bee95dd056f6f14028838
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: 45
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 31476
MD5sum: f34f5169dda8a053180c45abde1e9c77
SHA1: b2e764ae799e97b4bf16def2d63bbb3cfe4f34d5
SHA256: e265efeb38d86ffe61def6f68e2becff2d5cbb8e6e445b46c447f67b0f3c640c
SHA512: 1415abe58138065e9b1582c4830c29466d2336c830839fa2342993677fa990d65c4ce93a7eb76934d41d8c1918c9905f12b690c992808856dbcad37e9f11d5cb
Description: debug symbols for libuuid-perl
Auto-Built-Package: debug-symbols
Build-Ids: a865d26a1d37e92b11623b942ca21ee567819a27

Package: libuuid1
Priority: optional
Section: libs
Installed-Size: 90
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 38444
MD5sum: 13805f4798b6e16d502514e2229ba70b
SHA1: e7f3075c8e3a0fbceb2da32f1f8a26527dee9031
SHA256: 667cec999378cccc22fe7d54e5f2bf03f6cdf56d7d1fbd23019f27fddcaf0521
SHA512: c84a9d229470eba1e6cdc715ffa6d24e9d71019d5ad5da1f1d8dfef7f88de1f6e6c77bdbd9423450c41c2589bb9302ad347caa3e7587a904e262f737dae00efd
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: 45
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 30068
MD5sum: b96d8fcc5654a8bc43c05e4886c6b9b4
SHA1: 27a7783e3fe19a995624e62abb5deca0beaa91a5
SHA256: f832e1254e6f8ffaf9bf62c7acbf0a98025269051d11aef68a23e54a692d3b15
SHA512: 36961d0bcb59f6de8e5d0a34c8e4f5c4e38a052db310ba18961d48ce1d029d555d697be48987a2e8a53132d594d4d91289cf2f696f154fb67089223857f4c3ef
Description: debug symbols for libuuid1
Auto-Built-Package: debug-symbols
Build-Ids: 6dd4c519ea6fda5c4f834c6e221cc1d4b85f27e5
Multi-Arch: same

Package: libuv1
Priority: optional
Section: libs
Installed-Size: 294
Maintainer: Dominique Dumont <dod@debian.org>
Architecture: amd64
Version: 1.44.2-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34)
Filename: pool/target/libu/libuv1/libuv1_1.44.2-1+apertis1bv2024dev2b1_amd64.deb
Size: 136012
MD5sum: 528e2e999897c2c21ea954466c944b01
SHA1: 515586a34907fd7bc5feebc80f91e608367b3cd3
SHA256: dbdaa7d733cd3505e5e668d8909faf8132c3ff3c401bd0ab71b8fb057bd37716
SHA512: 5e81b73709ed610165375699468e744f87c3bd286170d7ff6d45f9affb07be7b3f2823f6cb7ba883208cc0bf7d3a526d39382967a218fe05606fcbd69ab50af5
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: amd64
Source: libuv1
Version: 1.44.2-1+apertis1bv2024dev2b1
Depends: libuv1 (= 1.44.2-1+apertis1bv2024dev2b1)
Filename: pool/target/libu/libuv1/libuv1-dbgsym_1.44.2-1+apertis1bv2024dev2b1_amd64.deb
Size: 228152
MD5sum: e4d1a649f283800c36601bfb44a69d91
SHA1: 947e7ab8fbe1179f0f059b741fdb61c4c4b61a88
SHA256: e74b8270775fc2b0a690aa3789eff8824cb554b3d3ba2e5ce07c625b5c6df720
SHA512: 855cc60d353ffe609aa5735f26d0eb5e3cabaad6db59fd9f5a14c7b467d9d98993013444dfcb83f605b7040b9817eaac143e653f4894a9239a1033278eeac646
Description: debug symbols for libuv1
Auto-Built-Package: debug-symbols
Build-Ids: 5afc73770df414e8c2871b89dd807cd8a622daae
Multi-Arch: same

Package: libuv1-dev
Priority: optional
Section: libdevel
Installed-Size: 672
Maintainer: Dominique Dumont <dod@debian.org>
Architecture: amd64
Source: libuv1
Version: 1.44.2-1+apertis1bv2024dev2b1
Replaces: libuv-dev
Depends: libuv1 (= 1.44.2-1+apertis1bv2024dev2b1)
Conflicts: libuv-dev
Filename: pool/target/libu/libuv1/libuv1-dev_1.44.2-1+apertis1bv2024dev2b1_amd64.deb
Size: 172976
MD5sum: 01ebd569ff8e718894cdc4392e5fa5f6
SHA1: 7289ba6c7a8580542c65a4d840a42108eb0434c9
SHA256: f60ddb273ecf731d603a6bf089c33bc857cb8ce4b46f4bf24f0611ea1d84fc2b
SHA512: 1fc874cc95667b54e3ae308060d200303aae12ac4cb8fceb258addd3c614349ce3ed90adb0129788bca7314144a5187b5858db15404afe2393952ebd0b6c179a
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: 264
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: amd64
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_amd64.deb
Size: 113508
MD5sum: 8168ecf5bae619d06232f184621e094e
SHA1: 4af5d88a8071586c5c6aa0e751b07fd60be8c2a3
SHA256: 192ee94a33b45059659c6cad6c614349bd9abde02653792d066e257fee71a1e7
SHA512: 61e828c2b1fbd0d3c9b254d648c015f946b43ebb3cb29946f6af394f53144a3717df97994a7647e3bb259c0f3802e23be99800e2ae2b8a5e167d4d8a958fafd6
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: 115
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: amd64
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_amd64.deb
Size: 75252
MD5sum: 9207c1ffea11ee877e5735aebcb2ee0d
SHA1: c3de5ea5f49be23c175465673d12aca33d8524d9
SHA256: ca8946cef2c657ea9c9d37af26a71978fa24339a896b657920c90e26f7b77848
SHA512: 82dfbe70b5d76512602895059ddcdbb90ff4b8116a41fa5c86b91a019ce21f7967af53ee880783a70d931253059af3936491d0d39d06c86daebce07ea670014a
Description: debug symbols for libv4l-0
Auto-Built-Package: debug-symbols
Build-Ids: 06b2efff4b9402be372b30db9338bc3f052f7728 1cbb37c57746c392fb53b7d6d0249d5f3a131696 77f3b502006316da37509efdf7860f911db92a6c ac4051fc2c01d9e3bda8f4f0100cf47196d25f01 e7f6eb2694af6d60f4eacc61ac50bd7d0ef4ca07
Multi-Arch: same

Package: libv4l-dev
Priority: optional
Section: libdevel
Installed-Size: 429
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: amd64
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_amd64.deb
Size: 108932
MD5sum: d64df6597b26c43968fc955fd442fffb
SHA1: d8b75ffe046c50cf26a6ebce355d03a39a6a14e2
SHA256: 7919dfa4272d695ea106deba578fdfa1c1ca03e521ce1707e705010b200066a2
SHA512: af6230559ea3cf8d5c9a972e9671d7e0d9ecc5b95e3f496667e4e8f6a9c3ed785158065dae129e0593ba27a58db72844efb7168cc708c9375c0d5cd7e6c7ad1d
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: 150
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: amd64
Source: v4l-utils
Version: 1.22.1-5+apertis1bv2024dev3b1
Depends: libc6 (>= 2.4)
Filename: pool/target/v/v4l-utils/libv4l2rds0_1.22.1-5+apertis1bv2024dev3b1_amd64.deb
Size: 85272
MD5sum: 7eaf3478773050ccd7d83149f1fd4655
SHA1: 4e5900c66f32e1d2a22dc24a96adc12009d43c88
SHA256: 1ea5425803c2ddbe92fff026ba024726cf765eb2d602971375477799bad12802
SHA512: 8e178d0b5cfd390edac852996ec4c0ab0cfc76d6dd564af5009912fb71051d9fbc1d675e31a50532c9f22682d925fd315ae87f7c29353a412a28d2651cdb38c0
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: 34
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: amd64
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_amd64.deb
Size: 20692
MD5sum: 2e45b91b5c0049e597c3836493fa82eb
SHA1: e1c03b9fe36331c806060d7ed805a90e46e5fd16
SHA256: 023f0523ab6d78713fee58c4e53ce6f30a33557e1c7f321499d7e364ac25bbc9
SHA512: 5288615ccde9e9bbd243a3da77f0418b5ae19ec67694d42c3deada4f453e16034787fcbf7e9654831082618a8c357b629f871f975622876fa27716d4d809253b
Description: debug symbols for libv4l2rds0
Auto-Built-Package: debug-symbols
Build-Ids: 0bdb1d0c9933c4a12bbb1976d096b5627b7fc56f
Multi-Arch: same

Package: libv4lconvert0
Priority: optional
Section: libs
Installed-Size: 336
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: amd64
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_amd64.deb
Size: 148384
MD5sum: e600529636e68f29ead5ef6369dd96ed
SHA1: 8ae30e4b4b5867bd968d1600e5f8cb01b0e5b1f8
SHA256: 543457cf671d2b9d432b5b3eca042397866dc2e6dd604dd1a2de9e755135d8ee
SHA512: 0ef5df4f224641c35722fa1496818a0c095edbd36c8f3259d0aa55aab0370cde294bd12401e09c9c9f9e041a35ffe14f8041ed729b0ba7e543fd18a71a3c58b3
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: 251
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: amd64
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_amd64.deb
Size: 215100
MD5sum: ff289b8fc56c1b92a8e3c2a11512f06d
SHA1: 617dc013ae5e416754d37bc5124df32e37e8a9b6
SHA256: b4aaf7710012bbf510daa928210a4e3286dc07c2937e63417d73ca9e7d2e7637
SHA512: 1e58114e83ea1e1821e0e1cc9214f797025dfaa4e5d0a7abe22dd090a65ea10bffcaef8378fad0256b94bdc8972d25b589a504bc3e84e1a2b3e9585867092848
Description: debug symbols for libv4lconvert0
Auto-Built-Package: debug-symbols
Build-Ids: 23110e1ecac281c0a64eaf71a317d19922d63e89 3ce043d299b55de71dadf66cafa456eca49859a2 e6b2298c93a51e4616dee5004ba3ee3831ef01e8
Multi-Arch: same

Package: libva-dev
Priority: optional
Section: libdevel
Installed-Size: 706
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libva
Version: 2.17.0-1+apertis0bv2024dev3b1
Provides: dh-sequence-libva
Depends: libva-drm2 (= 2.17.0-1+apertis0bv2024dev3b1), libva-glx2 (= 2.17.0-1+apertis0bv2024dev3b1), libva-wayland2 (= 2.17.0-1+apertis0bv2024dev3b1), libva-x11-2 (= 2.17.0-1+apertis0bv2024dev3b1), libva2 (= 2.17.0-1+apertis0bv2024dev3b1), libwayland-dev, libset-scalar-perl
Filename: pool/target/libv/libva/libva-dev_2.17.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 122732
MD5sum: 28bc030844f1bd853b68791780ff7e4a
SHA1: 86bb5563fe3ea6c98e3bcc6b759a34a460be05a0
SHA256: 06fd653992890bbf8a9a760397fd56a0747c75f9b75177c6f49015e86ee4daf7
SHA512: cbe85cf55bee48d7b9014ef2cf9d28b6465dd028aa612e3548a6f3e7a5f624b99957461369df4e42fa37cfea63990bbdc06902aa58db51850edd1cba4c9f7e3b
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: 46
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libva
Version: 2.17.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.60), libva2 (>= 2.17.0), libva2 (<< 2.17.0.1)
Filename: pool/target/libv/libva/libva-drm2_2.17.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 17100
MD5sum: f48c4498602fb8bf036551f23e84fd4c
SHA1: 7311a9030a01ccca9d2e07bd6dd52978ffc41dae
SHA256: d8cd081ff5b7b92eabab05c65421c190d32853f74c219afa3e44f19c3f3d1476
SHA512: 39ec3078a692fc8329cc285f895f17ba90c53d9980b10d952f985d5cb6ff4d25191daec158166128e9d8ed3ebd6f3a2de8766442b6642111724f2a6ce2bfe66f
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: 31
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libva
Version: 2.17.0-1+apertis0bv2024dev3b1
Depends: libva-drm2 (= 2.17.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libv/libva/libva-drm2-dbgsym_2.17.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 17796
MD5sum: cb77a74b70437cd747717c6f38f2d068
SHA1: f8ad7f259a2a59c6cf2366043b5946ff2d363089
SHA256: 46ff7540695a87bf2d811320ee98fafc0287763e076490ca1c5a343844356d1d
SHA512: 737f2a485a6eb6219236e3f7592d8300b037eac847d727f78f2e048692b23f13d7ff71861682ad4f2c7f0e014e087e85502f456f4844b97d0ffb89bda57fdd1f
Description: debug symbols for libva-drm2
Auto-Built-Package: debug-symbols
Build-Ids: 80978108de0fe656fa75efa857d485852d014445
Multi-Arch: same

Package: libva-glx2
Priority: optional
Section: libs
Installed-Size: 54
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libva
Version: 2.17.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libgl1, libva-x11-2 (>= 1.0.3), libva2 (>= 2.17.0), libva2 (<< 2.17.0.1), libx11-6
Filename: pool/target/libv/libva/libva-glx2_2.17.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 21028
MD5sum: 06868dcce24f8be701a91e47a74b6b4d
SHA1: 7a3a32b26b12c31ca9e7ba25275b238f571f8e17
SHA256: d6fad734d0048a3ae930659b0017ad591f606b7e27692840c1c8ea0c7be1b7e1
SHA512: 9f24057d5d5c3b714dbc38d4cb6092f6cd77cbbc8719c1449a25ccb7ceb43c85b456767020f3d4f9ce0495efbab941be5eda63a8fb7ceeed47bc8be25f124365
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: 45
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libva
Version: 2.17.0-1+apertis0bv2024dev3b1
Depends: libva-glx2 (= 2.17.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libv/libva/libva-glx2-dbgsym_2.17.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 30260
MD5sum: 6d14ed86c32d9a0fdf33343d44cc3784
SHA1: 5c1a65658e8eca55f107b0fc582eada65c72e839
SHA256: 371a89d9b7bcdbabef72013a17cb1496abe55166c3c5b1bdc976f82319ea6164
SHA512: 1f78cdebacf38e6695ef661549c76c4ad00928b29bc28425c0795a2f10622f2ab591423e1ec562c24c213a616736bc9a43ca999aa332a2967924f2e4daed1759
Description: debug symbols for libva-glx2
Auto-Built-Package: debug-symbols
Build-Ids: d5da8bc98fcbd74dc373e7b75dd3f72a1ad2e54a
Multi-Arch: same

Package: libva-wayland2
Priority: optional
Section: libs
Installed-Size: 50
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libva
Version: 2.17.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.33), libdrm2 (>= 2.4.60), libva2 (>= 2.17.0), libva2 (<< 2.17.0.1), libwayland-client0 (>= 1.20.0)
Filename: pool/target/libv/libva/libva-wayland2_2.17.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 18732
MD5sum: 7767088be4dad1a80e75c6dd114650e8
SHA1: d8246a80a19eb472ff0a5c3d9aa0dc7bc8411180
SHA256: ed7f13809874cda46d829408434e6b65d13e4b5f3d6e0429659cab9bc894a648
SHA512: c17acf4b5354a610173ad45a333ace9abd10683ff7b22a5802d19c25ea7ac2a517eda1fde9bf2d7cd9bf730d071c0c7873bc3d465eb9c9d0e0b72b3a50e71175
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: 37
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libva
Version: 2.17.0-1+apertis0bv2024dev3b1
Depends: libva-wayland2 (= 2.17.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libv/libva/libva-wayland2-dbgsym_2.17.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 22692
MD5sum: fe1025436c4c02a9ec723c303dae4064
SHA1: 0ccfe9696d327e0164c1a6576842f8a23c1b43b8
SHA256: c9edf0062069395576498e3e4c9a2e2f7025f3dca6e1fa260567669f6f2877c6
SHA512: 66e56c296d328b8f9c5796173fbf93c36e5a5b7958a59b544d9d059a79eb51d8e42436363ff6725d2b6aca22b872849d74e85ffb942d7723b8f48a6067f01661
Description: debug symbols for libva-wayland2
Auto-Built-Package: debug-symbols
Build-Ids: 92fc0d814363463a576b6bf4aefd85a27cd8730b
Multi-Arch: same

Package: libva-x11-2
Priority: optional
Section: libs
Installed-Size: 58
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libva
Version: 2.17.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.33), libdrm2 (>= 2.4.60), libva2 (>= 2.17.0), libva2 (<< 2.17.0.1), libx11-6 (>= 2:1.4.99.1), libx11-xcb1 (>= 2:1.8.4), libxcb-dri3-0, libxcb1, libxext6, libxfixes3
Filename: pool/target/libv/libva/libva-x11-2_2.17.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 21788
MD5sum: 0ed88405ed026cca9a016e6cbae72334
SHA1: ca6508f17ceb91fe7ef7251a8db4e2a0db697f90
SHA256: 6416d5833c526faf32d84ed9b5d9945a470767ac5bb495c96f178a30768b85da
SHA512: 374cd4cdddf48d899194faf053e8b2d2b08f683d00061d641d9b6c225c0566f9b7233b4d4d23a8ee3f3aa31c092df1d2c9b6d2bdf48740ea6923bb60f4da085e
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: 59
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libva
Version: 2.17.0-1+apertis0bv2024dev3b1
Depends: libva-x11-2 (= 2.17.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libv/libva/libva-x11-2-dbgsym_2.17.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 44384
MD5sum: f367b36367fee11435f39ce9be62e83d
SHA1: 6f36c14a612e6652da1b4c57310ae261b0dc393e
SHA256: d2c5808269b684071f44d046f6aeddb26609067fd59a907b0f6e73b8ae8e2a4a
SHA512: 012b2dbb4aaca9ce8f4fcf4c6c5933698386a2aa632ea8489ec223b663b71a4c947154358d51a788a57d6710d562c01cf9ee9f32d24707b19505111bf976c4a7
Description: debug symbols for libva-x11-2
Auto-Built-Package: debug-symbols
Build-Ids: 5bc8c34e2187750cc23a85a6efb247c876639e21
Multi-Arch: same

Package: libva2
Priority: optional
Section: libs
Installed-Size: 220
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libva
Version: 2.17.0-1+apertis0bv2024dev3b1
Provides: libva-driver-abi-1.0, libva-driver-abi-1.1, libva-driver-abi-1.10, libva-driver-abi-1.11, libva-driver-abi-1.12, libva-driver-abi-1.13, libva-driver-abi-1.14, libva-driver-abi-1.15, libva-driver-abi-1.16, libva-driver-abi-1.17, libva-driver-abi-1.2, libva-driver-abi-1.3, libva-driver-abi-1.4, libva-driver-abi-1.5, libva-driver-abi-1.6, libva-driver-abi-1.7, libva-driver-abi-1.8, libva-driver-abi-1.9
Depends: libc6 (>= 2.34)
Recommends: va-driver-all | va-driver
Filename: pool/target/libv/libva/libva2_2.17.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 69920
MD5sum: e71af28eb5173e235b85fe7a641f9988
SHA1: d64b48fd1492250858aae4c318f3673fee4b72ff
SHA256: 8d388c74d25f0565999d15d4f5ba19bde93afe9269745dccc8ffdb62ef06f8df
SHA512: e8fd586ccb6eb90a726fe4a6cbc73ff280e355897ce9ccffe089252d11f104f668301febfd5449b6d33311bcc0fa7657085ad04c38c5eb94d38bf330f8cf4e08
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: 210
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libva
Version: 2.17.0-1+apertis0bv2024dev3b1
Depends: libva2 (= 2.17.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libv/libva/libva2-dbgsym_2.17.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 191904
MD5sum: ab219cf7aa9c28fde87efb2fddc15ced
SHA1: c6f105a36bc032276687941c1410b1b3b28fd37a
SHA256: 522c32bde45662e15e8fb6745b030e380313208ef16cf7184430f8653c6916d3
SHA512: 1f1f8654e190bf33959cb237dce2c3cce6bd86321f1cc67bf9a5ab8b5e9a49271de2c8234b3fcf8e32d53b70661ff39848a86363ace895de550b766935afc362
Description: debug symbols for libva2
Auto-Built-Package: debug-symbols
Build-Ids: 8cb5bca4fabe5d8c2479fc5ebac884a413f19b66
Multi-Arch: same

Package: libvisual-0.4-0
Priority: optional
Section: libs
Installed-Size: 393
Maintainer: Debian QA Group <packages@qa.debian.org>
Architecture: amd64
Source: libvisual
Version: 0.4.0-19+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34)
Suggests: libvisual-0.4-plugins
Breaks: libvisual-0.4-plugins (<< 0.4.0.dfsg.1-5)
Filename: pool/target/libv/libvisual/libvisual-0.4-0_0.4.0-19+apertis0bv2024dev3b1_amd64.deb
Size: 132588
MD5sum: c7da3e8346baf1043eda6577148a6940
SHA1: d0235a0279f6a9f7cdabf74507fc7cc1f34332b1
SHA256: 515dc6dd6f47679708698af881aa90b96c07db97aeb1e4c8620e6410046afe15
SHA512: a78319cb90c130cd547dae80969775908ae90f082f40d96ff4ac6ffa53b467ab13f2f02ebd838c8873e9729eabdab07a6383f126783316b9462e30715388188d
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: 293
Maintainer: Debian QA Group <packages@qa.debian.org>
Architecture: amd64
Source: libvisual
Version: 0.4.0-19+apertis0bv2024dev3b1
Depends: libvisual-0.4-0 (= 0.4.0-19+apertis0bv2024dev3b1)
Filename: pool/target/libv/libvisual/libvisual-0.4-0-dbgsym_0.4.0-19+apertis0bv2024dev3b1_amd64.deb
Size: 244184
MD5sum: bd0ffdbb981ea5d2b3db6e40a2d1325f
SHA1: ef0d807276179ffa74610893a02cb03b4c7c8126
SHA256: ad72b218e7763f2f1bfcf67d1bf59609a63d575ac0f22a0684191bfdc8c17fb9
SHA512: 791dee9479168447bde36396517e948dc2a755123b17c9499b25308a569610e6de686594443f72f50b17494ee50767667242cdcd77f67bbd25466800ff1c7891
Description: debug symbols for libvisual-0.4-0
Auto-Built-Package: debug-symbols
Build-Ids: 27e03a000f3c6e74a4f8b6bdef880fc9a45d6114
Multi-Arch: same

Package: libvisual-0.4-dev
Priority: optional
Section: libdevel
Installed-Size: 840
Maintainer: Debian QA Group <packages@qa.debian.org>
Architecture: amd64
Source: libvisual
Version: 0.4.0-19+apertis0bv2024dev3b1
Depends: libvisual-0.4-0 (= 0.4.0-19+apertis0bv2024dev3b1), libc6-dev | libc-dev, pkg-config
Filename: pool/target/libv/libvisual/libvisual-0.4-dev_0.4.0-19+apertis0bv2024dev3b1_amd64.deb
Size: 165276
MD5sum: 58a87aa5ac49febded9dd37d2dbf3ccf
SHA1: fcb5aa1dbc51cd14c27e92336954d118f10c5d05
SHA256: 139f077494e3c0554aab3f5a500f291e86cb2cfa96140d1d6483591b5dbe767c
SHA512: 6e7ff51a7c78f61e1e7e48ee7722ef064d51aa731fe7e63ddb027e4cf9dc125abf659575d3dcad874d872c5d4b887e7d4871e41dbccb61bdf26d097a73769e85
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: 1692
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 323064
MD5sum: af3bdebe9d0e5f326a774777a27c209a
SHA1: 39923d30b1b73cb74c4ae23bbae3344ea8d691ab
SHA256: 67f12900b6c67c0dc419300122a784873fa7e125335acc6646138ca9f8526c63
SHA512: 94ee93233f2c37011213c33c06342a9ff788cab94ed48a0644f9394d5ffe12a036636758f3e817a4c455f07c02baa6b366ed6ee7153371d3645f7b8e9807f20d
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: 203
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 88512
MD5sum: 9f5ce6c78ad5414ddbdc15d6d25a0489
SHA1: 52fccbe996ee9ead4ee21d73336e76c427201371
SHA256: 4cbf7571c2646502218fae80518e4cc1313af7bb801d09e50432720a9f39ae0e
SHA512: 3946e664999c9bd93fd7c86e44553a9d651007f8fba0f5bbbb6f77b3e448992cf6d92a398256021993e418cb3f0d6cb8194b879f01949bffc0367a681c895841
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: 159
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 143544
MD5sum: f59bad5fb76ce15cab80514dffdf09d3
SHA1: fa8cde2eb974ef9eab0aac11a51b29057e6628ab
SHA256: 9c6d7cdd66ac045cce6d19893a9fe6b11df6db04333f409544e785b001bb931b
SHA512: a73c1da181ecc56560eeeead34b4534b7b4e8e7e742ae48aa5d6318dfc4106b4370708edc8fdda86df89a0fae6f36dc8be4acd8cdc8902d2f516c9fdd4290882
Description: debug symbols for libvorbis0a
Auto-Built-Package: debug-symbols
Build-Ids: 644e241d878a10289eeb46b0be5294913be74e6c
Multi-Arch: same

Package: libvorbisenc2
Priority: optional
Section: libs
Installed-Size: 701
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libvorbis
Version: 1.3.7-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.4), libvorbis0a (= 1.3.7-1+apertis1bv2024dev3b1)
Filename: pool/target/libv/libvorbis/libvorbisenc2_1.3.7-1+apertis1bv2024dev3b1_amd64.deb
Size: 75504
MD5sum: fe35a52878ca042f1de8f6f304a52abe
SHA1: c0a73082f86d4c23da1343202dc2973d2405ce0c
SHA256: e0a33c14b852509f3f0f46f1163c65af0ef4f27addfa1ffb0ee168385a50e54b
SHA512: 35aa484bfcc9f4f8e6141156f2f7c2f08350ff65d77b6b69a8abc7f7a97b897982168da360b517931b7c4aaca56f1980cb446e766b54a3232154f6b9ac6d740f
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: 169
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 64544
MD5sum: d0e44f96bc5384946b7cd8b3fce42827
SHA1: 33339a937e065c2894a742c9e792c36ef77363e3
SHA256: 1e67474baf9b2dc9c5bc3392e7e1f35b8b2d5881278ae6360b5eeefc96b53801
SHA512: fe36ff05a7ad4e2ee03fdd6483d2ba8dfb20b385d0f7eb82f548220b008ffcbd975627cc5f4956d5f60164af91dc1aa6a01b8799b256d22fbc6987d74d6d23f1
Description: debug symbols for libvorbisenc2
Auto-Built-Package: debug-symbols
Build-Ids: fcc6f511a0782fa82e367d02d6457ee9fc23c931
Multi-Arch: same

Package: libvorbisfile3
Priority: optional
Section: libs
Installed-Size: 61
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libvorbis
Version: 1.3.7-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.14), libogg0 (>= 1.1.0), libvorbis0a (= 1.3.7-1+apertis1bv2024dev3b1)
Filename: pool/target/libv/libvorbis/libvorbisfile3_1.3.7-1+apertis1bv2024dev3b1_amd64.deb
Size: 20664
MD5sum: b32b5be90bdcbf2d20a28351f046618c
SHA1: 1bf91a64bc1f9820d913e2b12f8f8c321c82d7da
SHA256: a539765bc122073fef961748a7f149ddd25a49b74901e3f14e35c10353e5cc2b
SHA512: db733c765ca2c5fdf126f67d580ba7256b7c34583c62ec42c640046a46ae0ac8c9a8f62fe59a27c53aa5a13c8e35bfb647707261dc83d31665599758415820b3
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: 50
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 35680
MD5sum: 76cffdcf20473d8acc87166b622daca6
SHA1: abac3be8f349ef1754ba43f8935c196348da8a2e
SHA256: 5b21141df26e3baf7d0ab507b1d6900102721f81bfaa6cd22a227802cb91bdb5
SHA512: 46d8d8f36dfbe32b5f04bf47d4d947a6020449805e86263619b70472e7a5053482229358166a7f933332787432f07f1f26c8beef8f6665f262d27b0ca6e72a2b
Description: debug symbols for libvorbisfile3
Auto-Built-Package: debug-symbols
Build-Ids: 4e1b4616f3ba8cb2d10f0f86e319901f2b6a942c
Multi-Arch: same

Package: libvpx-dev
Priority: optional
Section: libdevel
Installed-Size: 4579
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libvpx
Version: 1.12.0-1+apertis0bv2024dev3b1
Depends: libvpx7 (= 1.12.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libv/libvpx/libvpx-dev_1.12.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 1155764
MD5sum: 97bd83003d6f508c72a150a3ad4288ba
SHA1: 128fe60b6e5e2399346bd728c7009aab448d4cdb
SHA256: e739987256e542a5871bdafcef879fbbb1764e19631f14ed5c6c0368cf477545
SHA512: bcef7f350e4ff436b6032d385cdf38c273fdc3010a955a23223813f1154f0a04620c972ee42b4a11229d7fc89207d46eacef0a010f899c313fe4c3b3eb11ca6c
Description: VP8 and VP9 video codec (development files)
 VP8 and VP9 are open video codecs, originally developed by On2 and released
 as open source by Google Inc. They are the successor of the VP3 codec,
 on which the Theora codec was based.
 .
 This package contains the development libraries, header files needed by
 programs that want to compile with libvpx.
Homepage: https://www.webmproject.org
Multi-Arch: same

Package: libvpx-doc
Priority: optional
Section: doc
Installed-Size: 3898
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: all
Source: libvpx
Version: 1.12.0-1+apertis0bv2024dev3b1
Recommends: lynx | www-browser
Filename: pool/target/libv/libvpx/libvpx-doc_1.12.0-1+apertis0bv2024dev3b1_all.deb
Size: 311196
MD5sum: 6e23ef94ff2f7fe244b45a1c399cecce
SHA1: 551b0cdc53c546702ab3e9eee51e018f4264f8f4
SHA256: 10fb92c38ec53e0d393e03a9c86935a177bc8386561c54e6d87bb6c7bd2e6670
SHA512: 290ca029662bc6df8b841eee79ed4d91d2c3d9ac1f9e039def94ef7350ce0840374e51ae5b2090a4f4d08705b54f0ad1296b2543ad8bbe92fc2eeb2870c29c2e
Description: VP8 and VP9 video codec (API documentation)
 VP8 and VP9 are open video codecs, originally developed by On2 and released
 as open source by Google Inc. They are the successor of the VP3 codec,
 on which the Theora codec was based.
 .
 This package contains the HTML documentation for the libvpx library
 in /usr/share/doc/libvpx-doc.
Homepage: https://www.webmproject.org
Multi-Arch: foreign

Package: libvpx7
Priority: optional
Section: libs
Installed-Size: 3079
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libvpx
Version: 1.12.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/libv/libvpx/libvpx7_1.12.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 1005556
MD5sum: 7b2c32e0129a3ecd8f7a7746841e2178
SHA1: 37d626650991b73331c085179a8e893a4da00682
SHA256: 2aff544773f8624fff9ffe1ee29e9873bcf139811026d1f5cb383fa12c5e0578
SHA512: 1e58a240439a14ddf40e2a2a9c1eeccb647d8876198b0456d498ea6dc8c516a674a5e2d64178c556b11a18b633fc91f6043a352f3ecface6b4a6119540f9fb34
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: 5625
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libvpx
Version: 1.12.0-1+apertis0bv2024dev3b1
Depends: libvpx7 (= 1.12.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libv/libvpx/libvpx7-dbgsym_1.12.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 5560484
MD5sum: d64e3bcd115da3869395e192ba01e538
SHA1: 79028ec007f23c034ba5bd3afef5bf38ad52ad35
SHA256: 35a2ff7a74333600f8a3df8299ada794733f984171186a8dfe2662316ac21e26
SHA512: d1d9cabfd41576f88050726431c736f9fe69a1e6125f951fc0ba892448e10231396594e8ffcb705ef6edc2c21587a1f2ded198c8d59f46bcc013fd0c243c8dc1
Description: debug symbols for libvpx7
Auto-Built-Package: debug-symbols
Build-Ids: cca1dd30082047ad22510b27ef2f495e357a15e7
Multi-Arch: same

Package: libvulkan-dev
Priority: optional
Section: libdevel
Installed-Size: 20721
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: vulkan-loader
Version: 1.3.239.0-1+apertis0bv2024dev2b1
Replaces: vulkan-headers, vulkan-sdk-headers
Depends: libvulkan1 (= 1.3.239.0-1+apertis0bv2024dev2b1), python3:any
Breaks: vulkan-headers, vulkan-sdk-headers
Filename: pool/target/v/vulkan-loader/libvulkan-dev_1.3.239.0-1+apertis0bv2024dev2b1_amd64.deb
Size: 1115644
MD5sum: fd3693880f27ae14f2caaef169ead36a
SHA1: d6f93dc1cc7875837292edd5b757ef13ddf966c1
SHA256: 72e83acff9e629f3af0eaf25e6e6b67b5ec1acddc56cc4c1fec11732a8f54e0a
SHA512: 62fb5a32b544d50c117a6648293191aa8882dcd62ddc081565a78ac70c075a45a38cbc8c51e602e1a87a70e637f323da2f868a39aef4ec40737d8409f44220d0
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: 477
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: vulkan-loader
Version: 1.3.239.0-1+apertis0bv2024dev2b1
Replaces: libvulkan-dev (<< 1.1.70+dfsg1-2), vulkan-loader
Depends: libc6 (>= 2.34)
Recommends: mesa-vulkan-drivers | vulkan-icd
Breaks: libvulkan-dev (<< 1.1.70+dfsg1-2), vulkan-loader
Filename: pool/target/v/vulkan-loader/libvulkan1_1.3.239.0-1+apertis0bv2024dev2b1_amd64.deb
Size: 116428
MD5sum: d428fbf1ea8c1d64f954e64c50f820f4
SHA1: 04f72cc3c06ee60217ee6810c5cb4092a0532fc7
SHA256: 3039f8ed4fdaf1daff0e2f2a63e374e0fcfb6b4148bf494102d85554933b1f6a
SHA512: d49439383b7c2b3f0b6949731c3fbbc7a9ef20fcc5f9582ab9110cf4e448a4fa4e6881d33dc1cd3fccdb562f1681da10c49831be0610c4663e3ba0160556c5aa
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: 605
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: vulkan-loader
Version: 1.3.239.0-1+apertis0bv2024dev2b1
Depends: libvulkan1 (= 1.3.239.0-1+apertis0bv2024dev2b1)
Filename: pool/target/v/vulkan-loader/libvulkan1-dbgsym_1.3.239.0-1+apertis0bv2024dev2b1_amd64.deb
Size: 529352
MD5sum: aebb3e600173422a906dfeadca3a9730
SHA1: 227501781df0dba084fe5e5940a415a0a5ea6691
SHA256: 829fb8990caffec93b212de3fdc1aaa4a1c77f597f93cf30c85e6daaeafbd693
SHA512: bde7dbe18258a1ffc023d34920401c3b682dca4a5ae6b05348dec45aadbc6fd5958ed2e81ae458ecc6d808d9e7d1d05268c45b083d9b9529af6d8e63c1a9b386
Description: debug symbols for libvulkan1
Auto-Built-Package: debug-symbols
Build-Ids: a4f6aca2e4d3d2fdc32e1313da263a4002f1066d
Multi-Arch: same

Package: libwavpack-dev
Priority: optional
Section: libdevel
Installed-Size: 57
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: wavpack
Version: 5.6.0-1+apertis0bv2024dev3b1
Depends: libwavpack1 (= 5.6.0-1+apertis0bv2024dev3b1)
Filename: pool/target/w/wavpack/libwavpack-dev_5.6.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 22356
MD5sum: b5634428a63142815644baed9920d9b2
SHA1: bef5efe4d738bb344d94b6fd8e289d6f7b2f17e6
SHA256: 42f1ae74ce7e1236fa7a741444b1fab08109688875fd67886a16804420c8c109
SHA512: 9ba296f8bd2e0d48c5904c3077d3df2f5b7f47826d17c192a475d9ef55bd89319294139f459c085c063c37e85f8eabc76099da0bd067a12b2befd04ec0b162c5
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: 210
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: wavpack
Version: 5.6.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.33)
Filename: pool/target/w/wavpack/libwavpack1_5.6.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 86876
MD5sum: cb651d22c60d9e1355c6575df5ed413d
SHA1: 1b4bf19be9915c167939810aae4afd60ee2b483f
SHA256: 98b8b30e8fa84d1ececc7845f5f2e214f3bad0cdee4024063b2077cdbfccd687
SHA512: 11bcb2fc03e0d67625dcb39b32569e0e19c68b7d356ab53920f8700c175aa694df003a30db03605e173b7bba59899b9736d686b80b68f81709e3771659aab1f8
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: 191
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: wavpack
Version: 5.6.0-1+apertis0bv2024dev3b1
Depends: libwavpack1 (= 5.6.0-1+apertis0bv2024dev3b1)
Filename: pool/target/w/wavpack/libwavpack1-dbgsym_5.6.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 171700
MD5sum: baf2985692f20d4681175e176c003939
SHA1: 360786175aa72786fa541cc7a6e5bc438c39c74d
SHA256: 9b6cb7d356e586edd176f4da53e2f31be01c08ce1ea20cb31286b0a3a77acf31
SHA512: 3b78e6b19a586a589a28a79631ab54672772064f8203af78eac1ce37ee9794d96bc9bb4ccabe13f8f6efcd820970b480d2f0fc7c120be07eb90d92c93091eb8e
Description: debug symbols for libwavpack1
Auto-Built-Package: debug-symbols
Build-Ids: 486128ea5643ce3bae6ed110538055c96b57bff9
Multi-Arch: same

Package: libwayland-bin
Priority: optional
Section: libdevel
Installed-Size: 64
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 21732
MD5sum: adf419c3564ba1de57dc0185e00fd1ac
SHA1: c951f2edae304b41d4e82cb9a3fbb74930d6f562
SHA256: 171eca08c18ded06357e4bfdede8dd83c32a0fc6a5d022b5ddfa1250b4ac239c
SHA512: 4e58da17a2f18c3e2756146acf84ab4aa29264dd7938399d1f9bac7fffcec88ab9fdc1b33ae2d5179e43341fbb25a0b35b63ce7bc0bf8d46add0fa64007f434e
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: amd64
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_amd64.deb
Size: 51732
MD5sum: b42c7445cc5a3a4051e500cfcefe68c6
SHA1: 29179a8e03aa60ced79a55f1daa2f8f60145d5bf
SHA256: 55471067f2c4981636a44a8fc965dcc90bd11dcaf4a74e66f164489cdc11f14a
SHA512: 8ac1cbe4fdeb3633da9f155dfd42229a424f36e38c9816184e715cf7714833668054d23689736634a4f655021627b0b37544656e34864cbf2d9d1fb87232d0c7
Description: debug symbols for libwayland-bin
Auto-Built-Package: debug-symbols
Build-Ids: d32f70aedd784e55ee7c9a99f13f45aeb689bf79

Package: libwayland-client0
Priority: optional
Section: libs
Installed-Size: 88
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 26488
MD5sum: a073c2473456792941bbd2b4d425ec4d
SHA1: 7fd77aed27b4fb7aa187b461fd9a2817f9bc986f
SHA256: 154eca57ee7306cf70c5e5421afaab064b182e5481d675b93a628b2569322837
SHA512: 6c680e3dd959f09c3212e2f90113d686a17e5a1542d6acddb129623bfa449b0b5a7a652a5fb2aeab7d55e1cb437f0ad03a08fd1aa35438c1412832a30757671c
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: amd64
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_amd64.deb
Size: 61060
MD5sum: bf3fcb7ed03af67d5d5dcfd3c5dc62fa
SHA1: 66184acd2d42a8774eea6936bdf09e5e1e7b7ea1
SHA256: bbd08bf24a07d551b062126402c6a43fd2f451773bb307b96e3f967ece87b7bd
SHA512: 693c206209972606a645107e222a257543a63cad4798d84e2f0bb375108282ad8fd4d7644a38a0a95cf09f8800ebc04c90ebd95a8497db2813588853e6b62222
Description: debug symbols for libwayland-client0
Auto-Built-Package: debug-symbols
Build-Ids: 4a3b916d9acf2b932c78a3b83513d4c09aaa40c7
Multi-Arch: same

Package: libwayland-cursor0
Priority: optional
Section: libs
Installed-Size: 53
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 12552
MD5sum: 0f4bc348991e01907a510b28fe5a0c52
SHA1: a916b3af050dc0bce3eef7b799df908c10b61bcb
SHA256: f719a5bdfb7bb271e3fc0515b71c7348c4603880848dd5dddaaa93fe6e4132ec
SHA512: 9428360d762d8ac860687cbb4e0f53e6dcf6b7e81ece46d76d04d12f5a3c26e98edebd3fb467a902b04ca224306532c4506491d5ab79ec53a68e5f23053bd30e
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: 36
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 22280
MD5sum: ca057a9c6cdfced4c7d8c870c3194b73
SHA1: 14cb81ac9e0ed3764b59aea44aaf37b727a265b7
SHA256: 525d43b18ebc2232492e6d6736a16a9d6f78b8046c1f04ac0fdce341146199e3
SHA512: 09ca98245f1f906a8ec7cbd8174b0fae0651c6faf6e758994be67593ecb72c1a5240703b00b9949b7179adfb8facbd83adbc1b180a2e3ec48c9e1a33c824b88c
Description: debug symbols for libwayland-cursor0
Auto-Built-Package: debug-symbols
Build-Ids: 6fd089f721e4d40a0bc978e598f303035042660c
Multi-Arch: same

Package: libwayland-dev
Priority: optional
Section: libdevel
Installed-Size: 577
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 70500
MD5sum: 59b1701f54c5f47d2c03d040ffe26a99
SHA1: 3e6c9fe361f1592738a7b7a1a68676ef53c281d0
SHA256: e51594342eaa303670bbda32d5cb71614e1727bdcde8c95d6499f7660df13dfd
SHA512: f7953ae2c9490891816d03f14881f7306758ddb21480b8dfb5ca0680d8e16ec07900716bf2112b3386be2282ecf8c80bdbf85ea31ade7ace776914796f78802d
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: amd64
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_amd64.deb
Size: 5556
MD5sum: b3efd15ca84e2270364de53246ef0ba5
SHA1: bf291db298cb9640639cf8ac247eb0dc1aa26d80
SHA256: 89178918fbe1c77aa9234289276c866896c23504663fbebd4c8494254850ee86
SHA512: 0cb930ea3049a208760a707d5ef21cf3098ba312e03f58af2328dbe26ae6863a366939c8b85e4c8ab6bb0239370f9524dccf6624eac7bd3017a2e695c4e3e9bc
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: 32
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: wayland
Version: 1.21.0-1+apertis0bv2024dev3b1
Replaces: libwayland-egl1-mesa (<< 18.0.5-0)
Provides: libwayland-egl1-mesa
Depends: libc6 (>= 2.2.5)
Breaks: libwayland-egl1-mesa (<< 18.0.5-0)
Filename: pool/target/w/wayland/libwayland-egl1_1.21.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 6800
MD5sum: 35ad4b740fa9a25db5d01632a13e9bce
SHA1: 43243f413bc266c43003b18d7a1baab7a1987c26
SHA256: 618e9f35713d1608d5b8b5a8be96ef01887c229d261e9dd397938db502d5b62e
SHA512: f3274160e7af7d80163fd59b440555c7d1b3a701c3b9ab968d8a86e987f5f1cbc32a89ac81aa4c45d2363fe5af060adb14cfdfe9356a9526a77c0ea2f57a98b5
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: 16
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 3780
MD5sum: 73e8c384e6c3cdaa98d348d7b7b6fae8
SHA1: 4e32badd806637b7c5d12399c196f6f87c8ce8ea
SHA256: d1bff75020ce5ee31abf508c09dd86b49f7e9d2ec35789043bc8004e6b483280
SHA512: 5b783c476aceb261a4c07d5c87cdd0c09d699a80591f1a987abdebf6f5e117ad8987013b12b51712a9fca789e8dcb0c9250b56f6f7f6f5368da54f18d7192d22
Description: debug symbols for libwayland-egl1
Auto-Built-Package: debug-symbols
Build-Ids: f5910083e6332edc3ad9cd66f345348111b09f5b
Multi-Arch: same

Package: libwayland-egl1-mesa
Priority: optional
Section: oldlibs
Installed-Size: 71
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libegl1, libwayland-egl1
Filename: pool/target/m/mesa/libwayland-egl1-mesa_22.3.6-1+deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 52596
MD5sum: 3e4617ee6bccd0ff01155aac602e0201
SHA1: 6a42d0037e5d02724161b49bcebafe94b4baa38e
SHA256: f2ad883cfce89fa2c9283fae83a09a0229c561b2391187c69b70b6641b23c795
SHA512: 5627812be09b4a3dd41c25445f922b3c5a0d78a25d329fa01da5778258c64f4cee288433d48a4b6e8ba74b2a9848a765c8d081adb66ca3d6a3a3da7c5992d64c
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: 110
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 33916
MD5sum: 6c6674d0bafec2c3b8cb9066c41f1dd6
SHA1: dbb8eff24f3c74dfc96acc7fcd96e71a878878bf
SHA256: c0cca78e7ab268bf590dd495954df456e3a06c1ec4f67f3064221795746e3334
SHA512: 4ed41847d7c591bdea6911eacd1cb256f43297c542d232ea26f4f161fe609feb3f1611533715bbdf9680d4768ef6b9fbd4605d1c268e762d0c43c1e1fecde0c5
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: 109
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 86920
MD5sum: 08a951a745c3fc4f6cc4a8d61ae2385e
SHA1: 5c92b49ac5226531fb95e87fc428faf38f5235a0
SHA256: 70bbf3c1e39cf468694fa23903d7bdd23f8675d602c1745172dddf58a28c949a
SHA512: 653ce901e995c45fa29a3a9a6236d8874d204eca7398e1de3da65335618accda94cb1f94a11fc95ea55f7175a9e2ea0119b81b5fb6a3f2ebaa8ca52b23ab3243
Description: debug symbols for libwayland-server0
Auto-Built-Package: debug-symbols
Build-Ids: d1f912b2ee7cf433356148880969cc8c9c56f937
Multi-Arch: same

Package: libwebkit2gtk-4.0-37
Priority: optional
Section: libs
Installed-Size: 72034
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libjavascriptcoregtk-4.0-18 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, bubblewrap (>= 0.3.1), xdg-dbus-proxy, libatk1.0-0 (>= 1.32.0), libavif15 (>= 0.11.1), libc6 (>= 2.35), libcairo2 (>= 1.15.12), libdrm2 (>= 2.4.75), libepoxy0 (>= 1.0), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.9.1), libgbm1 (>= 17.1.0~rc2), libgcc-s1 (>= 4.0), libgcrypt20 (>= 1.10.0), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.70.0), libgstreamer-gl1.0-0 (>= 1.14.0), libgstreamer-plugins-bad1.0-0 (>= 1.22.0), libgstreamer-plugins-base1.0-0 (>= 1.20.0), libgstreamer1.0-0 (>= 1.20.0), libgtk-3-0 (>= 3.23.0), libharfbuzz-icu0 (>= 0.9.18), libharfbuzz0b (>= 1.4.2), libhyphen0 (>= 2.7.1), libicu72 (>= 72.1~rc-1~), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), libopenjp2-7 (>= 2.2.0), libpango-1.0-0 (>= 1.14.0), libpng16-16 (>= 1.6.2-1), libseccomp2 (>= 0.0.0~20120605), libsecret-1-0 (>= 0.7), libsoup2.4-1 (>= 2.69.90), libsqlite3-0 (>= 3.7.15), libstdc++6 (>= 12), libsystemd0, libtasn1-6 (>= 4.14), libwayland-client0 (>= 1.20.0), libwayland-egl1 (>= 1.15.0), libwayland-server0 (>= 1.3.92), libwebp7 (>= 1.2.4), libwebpdemux2 (>= 1.2.4), libwoff1 (>= 1.0.0), libwpe-1.0-1 (>= 1.3.0), libwpebackend-fdo-1.0-1 (>= 1.8.0), libx11-6, libxcomposite1 (>= 1:0.4.5), libxdamage1 (>= 1:1.1), libxml2 (>= 2.8), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.2.2)
Recommends: gstreamer1.0-gl, libgl1-mesa-dri, xdg-desktop-portal-gtk, gstreamer1.0-libav, gstreamer1.0-plugins-bad
Suggests: gstreamer1.0-alsa
Filename: pool/target/w/webkit2gtk/libwebkit2gtk-4.0-37_2.40.3-2~deb12u1+apertis2bv2024dev3b1_amd64.deb
Size: 19950036
MD5sum: 0e17a1a08e0427681ec3ea2f6b7f25de
SHA1: e47578f846d0518ac10ae7ccd753f04d1a548adc
SHA256: b91ba0b932c5d6f0d251cefde818668afd7b010d77e8daee27bc698231c2f02a
SHA512: 022d3c2a92b9c6a2239848f88c8118f47589d77d5ec3bd8ba617b9b4a56e3d0ff5e6e9150aa4ab7438a90cc9fc5720372ff27aa623997bd9a64a6b70a7afaa9f
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: 129862
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libwebkit2gtk-4.0-37 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/libwebkit2gtk-4.0-37-dbgsym_2.40.3-2~deb12u1+apertis2bv2024dev3b1_amd64.deb
Size: 108615020
MD5sum: 2ee1b86ddda1f8b1da585d2ba8e9b454
SHA1: 15b89ac0d798bea0d82218c6c9f95af78982f276
SHA256: 3dd05c87e50845545468d5e6e4957b3a8a39c61d5af2f81a380a4f9acd1f0752
SHA512: 4fc91a466cc1d81ea85c2ec3e162202d4e74225aec9d2e9e6b2553fabc1a3fb293ef8857ea13414c6b018fbc57e4f444a8fc63c9489454f4e2bf05bee5b8714d
Description: debug symbols for libwebkit2gtk-4.0-37
Auto-Built-Package: debug-symbols
Build-Ids: 0b578fbcacbb8f0b3dd06aa4ab839c6cc2a38e1f 26db04b6be151057eae42e1810ef83ac1c9ef97d bcb51dafb34bfdd0500fe56dd93668845dd0177b c72043d2f6fcc5c790da4abf9085a2642c3a13c1 d436cc3543058367ff37d9fd58f32edc657af184
Multi-Arch: same

Package: libwebkit2gtk-4.0-dev
Priority: optional
Section: libdevel
Installed-Size: 5565
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libwebkit2gtk-4.0-37 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), gir1.2-webkit2-4.0 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), libgtk-3-dev, libsoup2.4-dev, libjavascriptcoregtk-4.0-dev (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/libwebkit2gtk-4.0-dev_2.40.3-2~deb12u1+apertis2bv2024dev3b1_amd64.deb
Size: 445812
MD5sum: 543e1e88f282dc0da7e2b3591b90cb12
SHA1: 3326bffa8aab258aa083e4cb6bc250165d93eb7e
SHA256: 0a303b116ce8a25c91fa2cefaec60a8b4aff3ab0899a0b0238e3cc5ad03b0817
SHA512: c88bcec4162b27d2efecac1d4e96be11fd26e6e88918dd8e77a8b373a919b08d7e6e5ec114feace25ba289e8a6f9e219a94e9eb85cf50f95b11e8eff36b5f24b
Description: Web content engine library for GTK - development files
 WebKit is a web content engine, derived from KHTML and KJS from KDE, and
 used primarily in Apple's Safari browser.  It is made to be embedded in
 other applications, such as mail readers, or web browsers.
 .
 It is able to display content such as HTML, SVG, XML, and others. It also
 supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
 .
 WebKitGTK is a WebKit port designed to be used in GTK applications.
 This build provides version 4.0 of the API and uses libsoup v2 for
 the networking stack and the GTK 3 widget toolkit.
 .
 This package contains the development files.
Homepage: https://webkitgtk.org/
Multi-Arch: same

Package: libwebkit2gtk-4.0-doc
Priority: optional
Section: doc
Installed-Size: 34925
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: all
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Suggests: devhelp
Filename: pool/target/w/webkit2gtk/libwebkit2gtk-4.0-doc_2.40.3-2~deb12u1+apertis2bv2024dev3b1_all.deb
Size: 2132340
MD5sum: fa7eca1a42deb22c9d77b0296ced42c9
SHA1: a57fd82c54f7e3ea3dcac08a3064abbe951b80ac
SHA256: f00fc0f1d57e75d392c2388c050af485daef5fc7a32e0a069446f94bea008330
SHA512: 8c7e0393dee97f08cc77e5375be5965fcf9eb6c5bc1cd9494b42a6783817e9d6940546556b95dfd67de288cdf59049797fe66f27411f7bc0cb0723bfafc5d041
Description: Web content engine library for GTK - documentation
 WebKit is a web content engine, derived from KHTML and KJS from KDE, and
 used primarily in Apple's Safari browser.  It is made to be embedded in
 other applications, such as mail readers, or web browsers.
 .
 It is able to display content such as HTML, SVG, XML, and others. It also
 supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
 .
 WebKitGTK is a WebKit port designed to be used in GTK applications.
 .
 This package contains the documentation and is valid for versions 4.0,
 4.1 and 6.0 of the API.
Homepage: https://webkitgtk.org/
Multi-Arch: foreign

Package: libwebkit2gtk-4.1-0
Priority: optional
Section: libs
Installed-Size: 72102
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libjavascriptcoregtk-4.1-0 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, bubblewrap (>= 0.3.1), xdg-dbus-proxy, libatk1.0-0 (>= 1.32.0), libavif15 (>= 0.11.1), libc6 (>= 2.35), libcairo2 (>= 1.15.12), libdrm2 (>= 2.4.75), libepoxy0 (>= 1.0), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.9.1), libgbm1 (>= 17.1.0~rc2), libgcc-s1 (>= 4.0), libgcrypt20 (>= 1.10.0), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.70.0), libgstreamer-gl1.0-0 (>= 1.14.0), libgstreamer-plugins-bad1.0-0 (>= 1.22.0), libgstreamer-plugins-base1.0-0 (>= 1.20.0), libgstreamer1.0-0 (>= 1.20.0), libgtk-3-0 (>= 3.23.0), libharfbuzz-icu0 (>= 0.9.18), libharfbuzz0b (>= 1.4.2), libhyphen0 (>= 2.7.1), libicu72 (>= 72.1~rc-1~), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), libopenjp2-7 (>= 2.2.0), libpango-1.0-0 (>= 1.14.0), libpng16-16 (>= 1.6.2-1), libseccomp2 (>= 0.0.0~20120605), libsecret-1-0 (>= 0.7), libsoup-3.0-0 (>= 3.0.3), libsqlite3-0 (>= 3.7.15), libstdc++6 (>= 12), libsystemd0, libtasn1-6 (>= 4.14), libwayland-client0 (>= 1.20.0), libwayland-egl1 (>= 1.15.0), libwayland-server0 (>= 1.3.92), libwebp7 (>= 1.2.4), libwebpdemux2 (>= 1.2.4), libwoff1 (>= 1.0.0), libwpe-1.0-1 (>= 1.3.0), libwpebackend-fdo-1.0-1 (>= 1.8.0), libx11-6, libxcomposite1 (>= 1:0.4.5), libxdamage1 (>= 1:1.1), libxml2 (>= 2.8), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.2.2)
Recommends: gstreamer1.0-gl, libgl1-mesa-dri, xdg-desktop-portal-gtk, gstreamer1.0-libav, gstreamer1.0-plugins-bad
Suggests: gstreamer1.0-alsa
Filename: pool/target/w/webkit2gtk/libwebkit2gtk-4.1-0_2.40.3-2~deb12u1+apertis2bv2024dev3b1_amd64.deb
Size: 19989456
MD5sum: 2cd94c4dc6d80a4b70a8f09b53058201
SHA1: a435b63558f4e9790ad0f76c58287ac262d34988
SHA256: e282cb7118c09af98286b1e392465953961df8cb253f6c14670f43446e3322c1
SHA512: d2fb14d68a34751a441799b16618e62d03bd8724f7ab0fb9410a7b6f620a07c611ff2aa43fe1e688f2ee18c32ce19f7d74de6a47e0ad83eb31f2c781cf63bf53
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: 130654
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libwebkit2gtk-4.1-0 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/libwebkit2gtk-4.1-0-dbgsym_2.40.3-2~deb12u1+apertis2bv2024dev3b1_amd64.deb
Size: 109394820
MD5sum: 0a6eb588d5c92c9eab20d166d38620d4
SHA1: b7c9ce7fc969df03f5f71e161c5ece13a3357686
SHA256: 289c78ee9731447a4ed263cc6903ce07cd01beabfc59750b842356c2a4df93ec
SHA512: 0a1a19871c0d2ca0701ee5d3c77c8bf06d1232a0ed0d28d2334012b1715ef45a8a55331bef18c35b93068de46a13049323122f542ecde6ab3504b4b0d5a58766
Description: debug symbols for libwebkit2gtk-4.1-0
Auto-Built-Package: debug-symbols
Build-Ids: 0d748271cf9c3ded28c670e6e09309a80e4a7f98 38ef0fc552ef0daf20352d08ad6fadd9959d4bab 50f9fe22f3884885d340f61a06dc3320d7ccd8ba 588e2718c37e89cc5324f23d18fd75b99af7c451 635dabaeab1d5e037fbc521ef4f458733e556dcf
Multi-Arch: same

Package: libwebkit2gtk-4.1-dev
Priority: optional
Section: libdevel
Installed-Size: 5565
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libwebkit2gtk-4.1-0 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), gir1.2-webkit2-4.1 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), libgtk-3-dev, libsoup-3.0-dev, libjavascriptcoregtk-4.1-dev (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/libwebkit2gtk-4.1-dev_2.40.3-2~deb12u1+apertis2bv2024dev3b1_amd64.deb
Size: 445832
MD5sum: 04deb6b5994630677be89598cc790186
SHA1: 135b6302de8e00aa98a2d51a889da99b509720c9
SHA256: 8a626a1d39d2f948ff2c4d4921d9c21de1ff13842226afdd272c4ef8b8988238
SHA512: 2c09fca50da87ff8823e886bea4b96309c2ac48da6a9f16907241e13f1e7a2f968fecc949731bc81c380c84b556a101cc389b5b196a5e669fb49adbbe28546d1
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: 70803
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libjavascriptcoregtk-6.0-1 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, bubblewrap (>= 0.3.1), xdg-dbus-proxy, libavif15 (>= 0.11.1), libc6 (>= 2.35), libcairo2 (>= 1.15.12), libdrm2 (>= 2.4.75), libepoxy0 (>= 1.0), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.9.1), libgbm1 (>= 17.1.0~rc2), libgcc-s1 (>= 4.0), libgcrypt20 (>= 1.10.0), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.70.0), libgstreamer-gl1.0-0 (>= 1.14.0), libgstreamer-plugins-bad1.0-0 (>= 1.22.0), libgstreamer-plugins-base1.0-0 (>= 1.20.0), libgstreamer1.0-0 (>= 1.20.0), libgtk-4-1 (>= 4.7.2), libharfbuzz-icu0 (>= 0.9.18), libharfbuzz0b (>= 1.4.2), libhyphen0 (>= 2.7.1), libicu72 (>= 72.1~rc-1~), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), libopenjp2-7 (>= 2.2.0), libpango-1.0-0 (>= 1.14.0), libpng16-16 (>= 1.6.2-1), libseccomp2 (>= 0.0.0~20120605), libsecret-1-0 (>= 0.7), libsoup-3.0-0 (>= 3.0.3), libsqlite3-0 (>= 3.7.15), libstdc++6 (>= 12), libsystemd0, libtasn1-6 (>= 4.14), libwayland-client0 (>= 1.20.0), libwayland-egl1 (>= 1.15.0), libwayland-server0 (>= 1.3.92), libwebp7 (>= 1.2.4), libwebpdemux2 (>= 1.2.4), libwoff1 (>= 1.0.0), libwpe-1.0-1 (>= 1.3.0), libwpebackend-fdo-1.0-1 (>= 1.8.0), libx11-6, libxcomposite1 (>= 1:0.4.5), libxdamage1 (>= 1:1.1), libxml2 (>= 2.8), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.2.2)
Recommends: gstreamer1.0-gl, libgl1-mesa-dri, xdg-desktop-portal-gtk, gstreamer1.0-libav, gstreamer1.0-plugins-bad
Suggests: gstreamer1.0-alsa
Filename: pool/target/w/webkit2gtk/libwebkitgtk-6.0-4_2.40.3-2~deb12u1+apertis2bv2024dev3b1_amd64.deb
Size: 19752700
MD5sum: ac26501b8bb604f3985ae84829592f0f
SHA1: 6c90e93f4b977a3837dfde4be33eb6ab9958b01e
SHA256: 1c6a9df2cd6066a96b32fb2d37e277312a1973edfafff92a09b5488e1bd6dda6
SHA512: 99ee580e266caab7556d89963ee468c64a8487003d0fb9eea927efac7133c9d7e25221e1aac90cebc9d028c7f1cf3d1fb4862402b479935499bc375d39699d97
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: 129081
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libwebkitgtk-6.0-4 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/libwebkitgtk-6.0-4-dbgsym_2.40.3-2~deb12u1+apertis2bv2024dev3b1_amd64.deb
Size: 108023540
MD5sum: 15407132c7ecd8af7e1e16bd0b8416ce
SHA1: c9f80bffbe894ad580c5d11bd059d7a107bda929
SHA256: 9267a1febc2433830a07e2bec4332ecc3f5473284758e8063d7985e7a216e035
SHA512: c77a5e5c94adc8f2cc9463ba769a08521c464d1997930b9b13d12fd68c27ae4d9bca4f3c08e01b1ad04972cd911787bf4ebb8678fd330fcbb7f2d60f1cd493ce
Description: debug symbols for libwebkitgtk-6.0-4
Auto-Built-Package: debug-symbols
Build-Ids: 2cde57500a5fa139d4449bcc765b65ae462e647e 4420472e89636942c585f1875a81447989cc2261 6bb9a9bb45c3bfc811a56d02fd5633bde4d4540d c09bd739a2fef8a1886fa2255428e374c15c5bff e4d7d07101a2647fb064652d1fc2074d24ea9433
Multi-Arch: same

Package: libwebkitgtk-6.0-dev
Priority: optional
Section: libdevel
Installed-Size: 2306
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libwebkitgtk-6.0-4 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), gir1.2-webkit-6.0 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), libgtk-4-dev, libsoup-3.0-dev, libjavascriptcoregtk-6.0-dev (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/libwebkitgtk-6.0-dev_2.40.3-2~deb12u1+apertis2bv2024dev3b1_amd64.deb
Size: 324780
MD5sum: dd3b8c9fcc232eca4df507be85bc5b6a
SHA1: 5b6f1a4a9c3b6e3ee9ff3b6bd40870ba930d1492
SHA256: 77a144c4429afa845e58225a0b296ed23f45cae49b652c6936ce9874eda12aa8
SHA512: a9c621da6cb179746e41a5b284d19ff56d4e3ffeed4389788bef7661420c1f6080a010f9c84a47bfe70ee096f5f139ab740e76196c074d856262e84211704216
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: 1084
Maintainer: Jeff Breidenbach <jab@debian.org>
Architecture: amd64
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_amd64.deb
Size: 401504
MD5sum: 27817e7568190b604372685ccd1bffb5
SHA1: de6d7d8de5935f27f89081f135be773b501f17f7
SHA256: f32a070e1cdc44f3cece250bb5f2da60b8eeff77d3d748bfb21c05d08cd13102
SHA512: 73b0caedade0360a824a80008456feda50875c4e8ce1b25a279c642b7e7cdfc47ddcfa9cd06216c4b104dacb6af42d19e8bcee62393d3fab4450870f2027c8a8
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: 553
Maintainer: Jeff Breidenbach <jab@debian.org>
Architecture: amd64
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_amd64.deb
Size: 287352
MD5sum: a78d400516eaba851284021ff971b7c8
SHA1: faa02f54c121a48d61a8e05729823d632c2037ab
SHA256: b1e9259d9a1bea9c7e1882a379cf1abd1f5a537b237549af02aca5385602538c
SHA512: b348fbe87201a7758b954b97584596471e1e1b75888e15e72f66b10d6a29807987dab4ba0be239cb5a1ba0bf75d9edb84bb3d53eeea1d9c7ae032050f4df2c5e
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: 1122
Maintainer: Jeff Breidenbach <jab@debian.org>
Architecture: amd64
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_amd64.deb
Size: 1096472
MD5sum: e3cf9bbb7fc5c3e7f3384ef615588e63
SHA1: 122876460dec6c3f9c25f133f71cfb63040fa99d
SHA256: dafcee95556a988d3230843314940dadcdfa444f748d09f6d08d7ba35773b2fa
SHA512: 79362f4bb3ca54c008695d180ce88671e2e0b8eb4605aabbfba405ecacf3ff19715ceff8138cb983ce4f89fba19d30adabb8b2557b02a31c87c62f1e1fa0fb62
Description: debug symbols for libwebp7
Auto-Built-Package: debug-symbols
Build-Ids: 0f6a6d3b3a82b23f633f6d6fa3eaf70003cfb7d9
Multi-Arch: same

Package: libwebpdemux2
Priority: optional
Section: libs
Installed-Size: 123
Maintainer: Jeff Breidenbach <jab@debian.org>
Architecture: amd64
Source: libwebp
Version: 1.2.4-0.2+apertis0bv2024dev3b2
Depends: libc6 (>= 2.14), libwebp7 (>= 1.2.4)
Filename: pool/target/libw/libwebp/libwebpdemux2_1.2.4-0.2+apertis0bv2024dev3b2_amd64.deb
Size: 101104
MD5sum: a70427078519e370c630fe871143a555
SHA1: d1317613bd93a4c174efeaab80ac8bb1d690d85b
SHA256: 977b145271a5091c1159608128e190abf66671cff52171a953cd33995d02de7b
SHA512: 859ece69b670f5aaf369fab50c6c748f2cf9fcc2962ba1ab42b90183113934c77f302bd1177d26b00a32228e864cc8ddda352a40536b3adb66ad90255e4a8a4a
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: amd64
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_amd64.deb
Size: 29724
MD5sum: 94e54f5e0b2daffd5b60c1e7117a43ce
SHA1: b37aa90980daaf38d2a49ddb4defe1eb72428be1
SHA256: 2d2247572260f01525ad2b3bbd737a4e87671eecb1cada7ecfa80be47f71e7f2
SHA512: c46bf6f049e750e0ff92b889048eb008c1f69a368247a48d5c66abee43d607ddd3056b91e1bb410fc5a6f2e323e8f315f0a7ad1fccb3ae929d75bb26f0ea4afd
Description: debug symbols for libwebpdemux2
Auto-Built-Package: debug-symbols
Build-Ids: ac0ce73f2efe732c24ddbabb526dc457e6f3319c
Multi-Arch: same

Package: libwebpmux3
Priority: optional
Section: libs
Installed-Size: 147
Maintainer: Jeff Breidenbach <jab@debian.org>
Architecture: amd64
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_amd64.deb
Size: 111276
MD5sum: ada931f757f9de1cfb641f362167fac1
SHA1: da1f100bb720cf261b82b941d13ca19ee9cbe2fe
SHA256: d989038239d157530969578b0e0c2c66110570453465cb0d9ab3e5dbc35e6e69
SHA512: bda02382892df4ecb655e509276cd3270f08445fa639a93548bacfde02b4f3b86ddc4773592962afae921dacbefcb2ee3cce66df8eff89ff574795da0c687a4c
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: 83
Maintainer: Jeff Breidenbach <jab@debian.org>
Architecture: amd64
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_amd64.deb
Size: 69248
MD5sum: 016467f96c6d3dcb25b1c84a4e48e84a
SHA1: b776381d2dd7ad7dab8f09e44346c88f56c3070a
SHA256: 8388ded16e34a57eaa38f005baceff1831ded821fcc1ebef824b70cac9a8aadc
SHA512: cdce443f59e7eab8478b35af03c842db01862da578a221672ede4810bda71326e2734f853b4ba6220d9b2699153f2a72ec58108c96b0adca596c084e9c4a5a7c
Description: debug symbols for libwebpmux3
Auto-Built-Package: debug-symbols
Build-Ids: ed464976fdd9109678e343f7bde845b43cf4f072
Multi-Arch: same

Package: libwebrtc-audio-processing-dev
Priority: optional
Section: libdevel
Installed-Size: 1517
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 334320
MD5sum: fe14a3b672895c55c1fa4e923e35e649
SHA1: 837bd4fa1cc04f7712ba764935576e2c81c9bf47
SHA256: 31811b1fc5b483ff6bc16a4970a01895fa9dceef030fa0399b3d4c6ee0beae2c
SHA512: af2d0e764e959cde0c8e2b4ec079b516649830b81161e1099530b72fc97690142a37fcc4bbd4dd585f7897baafbbafc4f10b85ab8df07b4ecd6d80d794ea211a
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: 724
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 269460
MD5sum: a835eb7f74a36980a7d226474fdced47
SHA1: 82668a6ee494585d3da1d13f3b066ed9587bff28
SHA256: 5c17928cbaf2c77586eb773e99f6dc96e9c9a1a1ba06e1a85987c88b6c266b0b
SHA512: dc1d61b3d44eaa35be13c86f49639f377ebc91b0b496c353bf6f217a042f85c1d6eb1f644bc0eccbdac121f8f7162188bab1a2bd4eeb8f75c2c23fbb8cf96c42
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: 2212
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 2126536
MD5sum: 71e649c6d947f99e37398b0f3ea4c345
SHA1: 5b422df24ef996ee9eae58908f82549a8d3a5049
SHA256: e4c96988710f1982cecd2b20771783752bfd640bf80833da4737f14ba6ebcf0f
SHA512: bf34fbc6598e438d98c21ca93b1577b88ad4f44f6b4fceb3f98a5fbca9338ea14fecd1e0815be02e7ef6cf5e8bd256821c1838fe54f75b199f877ad24d887ebe
Description: debug symbols for libwebrtc-audio-processing1
Auto-Built-Package: debug-symbols
Build-Ids: aad57faedcc75b9515e18725eec098bdfe8feda0
Multi-Arch: same

Package: libwebsockets-dev
Priority: optional
Section: libdevel
Installed-Size: 1704
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: libwebsockets
Version: 4.1.6-3+apertis0bv2024dev2b1
Depends: libwebsockets17 (= 4.1.6-3+apertis0bv2024dev2b1), libwebsockets-evlib-ev (= 4.1.6-3+apertis0bv2024dev2b1), libwebsockets-evlib-uv (= 4.1.6-3+apertis0bv2024dev2b1), libwebsockets-evlib-glib (= 4.1.6-3+apertis0bv2024dev2b1), libev-dev, libssl-dev, libuv1-dev, zlib1g-dev, libcap-dev
Filename: pool/target/libw/libwebsockets/libwebsockets-dev_4.1.6-3+apertis0bv2024dev2b1_amd64.deb
Size: 458920
MD5sum: def7a96f45fa403c76b0df98f613dbd2
SHA1: def6507c29bf3ef175ff55a7996a7e29fa2f9256
SHA256: 62b09e25c7c5910908a6503f33bc17f5fed7c5a9f1ff33915059399f79e9a3e3
SHA512: 8f37e5feba687d49fc9a8999d76e1869b6dc2617eb7897f89d8266bcf327316b3ed70a43762c7566f473f3f79874fbd0c638d5343b5879c62e63cb41180d41d7
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: 53
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: libwebsockets
Version: 4.1.6-3+apertis0bv2024dev2b1
Depends: libwebsockets17 (= 4.1.6-3+apertis0bv2024dev2b1), libc6 (>= 2.4), libev4 (>= 1:4.04)
Filename: pool/target/libw/libwebsockets/libwebsockets-evlib-ev_4.1.6-3+apertis0bv2024dev2b1_amd64.deb
Size: 21408
MD5sum: 495da89e80d0ccbaa0cfb89c85b8796c
SHA1: da15467c58622ec659c7a53d573610d3ec7eb445
SHA256: 4f5a8fabf64ced3ee110d1e817df15bf5622ba98a19da088dc652d4d2e3a30b3
SHA512: 159dd71def1744e0345abd92d840cc2751f81b7e3839ea7800b3312665c7c937260f790cc9a2935ab6ba6363d7d07fb878f030abce0562fbc4b7d21fd090e4a2
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: 43
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: libwebsockets
Version: 4.1.6-3+apertis0bv2024dev2b1
Depends: libwebsockets-evlib-ev (= 4.1.6-3+apertis0bv2024dev2b1)
Filename: pool/target/libw/libwebsockets/libwebsockets-evlib-ev-dbgsym_4.1.6-3+apertis0bv2024dev2b1_amd64.deb
Size: 29648
MD5sum: 3d9fc7122469c172bf3d5bfbb102eaf2
SHA1: 8b052229cbc2fed3587bc9577d8a04f18b87889a
SHA256: 83f6918e4e625f57a94656aac7704ccb7420e258bb7e6bf2a00d38b1a9cce7c1
SHA512: b64089abfb2597d25c8d9f2fbd627b0c978d89e12062ace3dababdbfbfcf9491017279487ef192dcfbf12bf9e7d0b0bb1dd122302ade3077559ff2bb059fde48
Description: debug symbols for libwebsockets-evlib-ev
Auto-Built-Package: debug-symbols
Build-Ids: 1723e17512fb0af5aaad525b852d2c8027d03a82
Multi-Arch: same

Package: libwebsockets-evlib-glib
Priority: optional
Section: libs
Installed-Size: 53
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: libwebsockets
Version: 4.1.6-3+apertis0bv2024dev2b1
Depends: libwebsockets17 (= 4.1.6-3+apertis0bv2024dev2b1), libc6 (>= 2.4), libglib2.0-0 (>= 2.35.8)
Filename: pool/target/libw/libwebsockets/libwebsockets-evlib-glib_4.1.6-3+apertis0bv2024dev2b1_amd64.deb
Size: 21376
MD5sum: f6edba97e72dbe6ae3ccba27e2498714
SHA1: b6f37e58677831b9ae040a7085ed3381b17684f3
SHA256: 3e004a3ee72437c7a27f0166362cdcc5c401e4b64ca09ec75bdcccdcf44bbae7
SHA512: a7365aa2262625ee626a6ad53ec39b6fed869cf11ae01796a77cad8a353370ad88aa812715f76b43f37852a7ede49d1cec5338d2127b275f83aeebae8cd5871f
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: 43
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: libwebsockets
Version: 4.1.6-3+apertis0bv2024dev2b1
Depends: libwebsockets-evlib-glib (= 4.1.6-3+apertis0bv2024dev2b1)
Filename: pool/target/libw/libwebsockets/libwebsockets-evlib-glib-dbgsym_4.1.6-3+apertis0bv2024dev2b1_amd64.deb
Size: 29448
MD5sum: afd77203ea88c2dd14e88daec0c9f574
SHA1: d42c195496e158926876cd985055e8f7663ab16e
SHA256: cee7557493eec9e29ab0764c654aa912dc3dd8f8f1715977bef5949707dcb092
SHA512: d5c656d274dc6630f3124f5b7977d12fbc01926a32271b6597d46304dfa2511829dd3566e7f71bc0a6d77bc983d583c5cfb0edbb3a4c2c8a3f019dab5604dd70
Description: debug symbols for libwebsockets-evlib-glib
Auto-Built-Package: debug-symbols
Build-Ids: dc9a495bd2b4fdf33b791dcc7e121371b1c89af2
Multi-Arch: same

Package: libwebsockets-evlib-uv
Priority: optional
Section: libs
Installed-Size: 61
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: libwebsockets
Version: 4.1.6-3+apertis0bv2024dev2b1
Depends: libwebsockets17 (= 4.1.6-3+apertis0bv2024dev2b1), libc6 (>= 2.4), libuv1 (>= 1.4.2)
Filename: pool/target/libw/libwebsockets/libwebsockets-evlib-uv_4.1.6-3+apertis0bv2024dev2b1_amd64.deb
Size: 23304
MD5sum: d26705eb6461c128ea802f4dcfc4581d
SHA1: 9d02e9d6279e5e32420ac3dd58a6398dd6a1570c
SHA256: 86a31a9123da00f78611bbd985b5f584272166d85dc0a2f6b6e57b9c43704fc6
SHA512: 5aebfc13fb9a8647e702a5b38f2d77ee44d0dad746973cac830926cb9869767d8b970c67723fc1cb570cab6c1aa211ae048f6e736362ecbae3b04525447c7537
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: 50
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: libwebsockets
Version: 4.1.6-3+apertis0bv2024dev2b1
Depends: libwebsockets-evlib-uv (= 4.1.6-3+apertis0bv2024dev2b1)
Filename: pool/target/libw/libwebsockets/libwebsockets-evlib-uv-dbgsym_4.1.6-3+apertis0bv2024dev2b1_amd64.deb
Size: 36052
MD5sum: dfbe8de9469247e05132b629ed4b7664
SHA1: 946632ccf6ef01ed6d0f27a257f1ea0dcf5bbe23
SHA256: f7b49726ce23213b43d6ab6d29c2b9ee3fb03f5637373177d1307f327db4769a
SHA512: 2001d6240762b7b6f088a534f2b9f879e763aa9130751af79d02139811590fd968e3d34cb096455a7971cfed68b0106801e51010cd26144675a34a14a09ef405
Description: debug symbols for libwebsockets-evlib-uv
Auto-Built-Package: debug-symbols
Build-Ids: 94c327bf02d2f1e7d614db2d76dd17c2a7ccd336
Multi-Arch: same

Package: libwebsockets-test-server
Priority: optional
Section: utils
Installed-Size: 1257
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: libwebsockets
Version: 4.1.6-3+apertis0bv2024dev2b1
Depends: libwebsockets17 (= 4.1.6-3+apertis0bv2024dev2b1), libwebsockets-test-server-common (= 4.1.6-3+apertis0bv2024dev2b1), libc6 (>= 2.34), libcap2 (>= 1:2.10), libssl3 (>= 3.0.0), zlib1g (>= 1:1.2.6)
Filename: pool/target/libw/libwebsockets/libwebsockets-test-server_4.1.6-3+apertis0bv2024dev2b1_amd64.deb
Size: 226116
MD5sum: c2f74d620742e3c492c5f053d9e5c3d3
SHA1: cad687e61cc7481a658b4ba5381614a11a94c313
SHA256: 16b8d2e8d56da03a7098cb43e228c6024e6469d0abe88b44fa0648755f26d6a0
SHA512: 7068e0035659b5cd9234833f7be874a59d7e8d295b9bfa9a0840d537432371ffeb385f59f0a20e2e75e6780fcd782cc65f2da22c71debf68475474e07ca80872
Description: lightweight C websockets library - test servers
 Libwebsockets is a lightweight pure C library for both websockets
 clients and servers built to use minimal CPU and memory resources
 and provide fast throughput in both directions.
 .
 This package contains several demonstration test servers.
Homepage: https://libwebsockets.org/
Multi-Arch: foreign

Package: libwebsockets-test-server-common
Priority: optional
Section: utils
Installed-Size: 2761
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: all
Source: libwebsockets
Version: 4.1.6-3+apertis0bv2024dev2b1
Replaces: libwebsockets-test-server (<< 1.6.0-1)
Breaks: libwebsockets-test-server (<< 1.6.0-1)
Filename: pool/target/libw/libwebsockets/libwebsockets-test-server-common_4.1.6-3+apertis0bv2024dev2b1_all.deb
Size: 2747156
MD5sum: 5be305639f06c7e03e4d0451ba9d0bb9
SHA1: 3751f7f24a0c918b796dd93d0b6fa1eb016425d1
SHA256: 46844868c9c1a94a004ccce20caa3240d058b497f38b1119485bc272954fb873
SHA512: a9ef64fab61079838f45780310a7c3244779800d6a8f67f0291fc81401110688e3562383a39df6a7147b0cc082ba4fb02dc944f06583343eb4c03a8aeb66d312
Description: lightweight C websockets library - test servers data
 Libwebsockets is a lightweight pure C library for both websockets
 clients and servers built to use minimal CPU and memory resources
 and provide fast throughput in both directions.
 .
 This package contains data files for the demonstration test servers.
Homepage: https://libwebsockets.org/
Multi-Arch: foreign

Package: libwebsockets-test-server-dbgsym
Priority: optional
Section: debug
Installed-Size: 1048
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: libwebsockets
Version: 4.1.6-3+apertis0bv2024dev2b1
Depends: libwebsockets-test-server (= 4.1.6-3+apertis0bv2024dev2b1)
Filename: pool/target/libw/libwebsockets/libwebsockets-test-server-dbgsym_4.1.6-3+apertis0bv2024dev2b1_amd64.deb
Size: 922464
MD5sum: 73fcfd2c376a252fc8799d61761e4af2
SHA1: b84a114652bd538c1d37f4e29046ceaf808bc30d
SHA256: 9dc48803236b8eda61306727b20bdcf017e4939f29fa3ea03420a5d9017fb642
SHA512: 0407f79966b1f98e21bfbaf088fb23bcaf4c770658ed6ac6129ae7c603ee5a1065f142e06427e7b445dcde3e653595f60658d0d10eb660eafcbdcd3c9fe1953b
Description: debug symbols for libwebsockets-test-server
Auto-Built-Package: debug-symbols
Build-Ids: 1c32948670d41338c1a32af3cd87fbac9adae5e0 33caca34e6f1e6d516b53ee2529006fdf5ae2cc4 d1d5a6b269f48a97593d1e85e320a32a2345003b

Package: libwebsockets17
Priority: optional
Section: libs
Installed-Size: 456
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: libwebsockets
Version: 4.1.6-3+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libssl3 (>= 3.0.0), zlib1g (>= 1:1.2.6)
Filename: pool/target/libw/libwebsockets/libwebsockets17_4.1.6-3+apertis0bv2024dev2b1_amd64.deb
Size: 186484
MD5sum: a63d87eb4164fc60d68d7ebb3a9121a4
SHA1: eaa6425c2632b804f7e2c46f664a2ace66ff2c05
SHA256: fa6e1a03523740e9be99b4c6ddcfed274992011bef4185af7f4c5b5eac220041
SHA512: 58d5ae692ab4f1dd6369ef32fd1262356442f69f05fefa133f423a98856ece723be0636b58fc3ede838839fefd0a93189f08a134dee9a3ab85ac892b5c5f0b70
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: 494
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: libwebsockets
Version: 4.1.6-3+apertis0bv2024dev2b1
Depends: libwebsockets17 (= 4.1.6-3+apertis0bv2024dev2b1)
Filename: pool/target/libw/libwebsockets/libwebsockets17-dbgsym_4.1.6-3+apertis0bv2024dev2b1_amd64.deb
Size: 440036
MD5sum: 38f6311bef943cfb4bc202fcfab44867
SHA1: bd84fcd5d55be73b0f809a77fab017f9a2d6d5aa
SHA256: cd811d45343587deacb17436088f59069f8dac25b3d9a37648fd971cbfd56d63
SHA512: af9b25bf63e604b70f7e31a346e3b8bb193de7fe0912c824e83f58cd448bd9ca389f101b37cb789fcdae87b84705a6d98814eba7bb61525db33495a1c8736d65
Description: debug symbols for libwebsockets17
Auto-Built-Package: debug-symbols
Build-Ids: 63bfbb79013f013d4365bad0e7315ba25dc2ded5
Multi-Arch: same

Package: libweston-10-0
Priority: optional
Section: libs
Installed-Size: 1038
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: weston
Version: 10.0.1-1+apertis1bv2024dev3b1
Replaces: weston (<< 1.12.0-1)
Depends: libc6 (>= 2.34), libcairo2 (>= 1.10.0), libdbus-1-3 (>= 1.9.14), libdrm2 (>= 2.4.107), libegl1, libgbm1 (>= 17.1.0~rc2), libgles2, libglib2.0-0 (>= 2.12.0), libgstreamer-plugins-base1.0-0 (>= 1.2.0), libgstreamer1.0-0 (>= 1.4.0), libinput10 (>= 0.21.0), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.7), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpipewire-0.3-0 (>= 0.3.1), libpixman-1-0 (>= 0.30.0), libpng16-16 (>= 1.6.2-1), libsystemd0 (>= 213), libudev1 (>= 183), libva-drm2 (>= 1.1.0), libva2 (>= 1.7.3), libwayland-client0 (>= 1.20.0), libwayland-cursor0 (>= 1.18.0), libwayland-egl1 (>= 1.18.0), libwayland-server0 (>= 1.18.0), libwebp7 (>= 1.2.4), libx11-6, libx11-xcb1 (>= 2:1.8.4), libxcb-composite0, libxcb-render0, libxcb-shm0, libxcb-xfixes0, libxcb-xkb1, libxcb1 (>= 1.8), libxcursor1 (>> 1.1.2), libxkbcommon0 (>= 0.5.0)
Breaks: weston (<< 1.12.0-1)
Filename: pool/target/w/weston/libweston-10-0_10.0.1-1+apertis1bv2024dev3b1_amd64.deb
Size: 305944
MD5sum: 03e75301af121fc9940ba8193a87d0aa
SHA1: bfc3080e29452f07de6036982d05f172742d7306
SHA256: d5979e0bdc8e7526d42d7a0c1af1b701d6f30f23c294ab5ed09dbbe5d64d69bc
SHA512: 7395aa4e5049fd48a568a9b7066bb1c1e41f750360c4a17c316e982bf95fdb0bfb5c6ee3640db0e26ddb76841a40e5284eb6611b370793403581bd0ad67315ad
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: 1705
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: weston
Version: 10.0.1-1+apertis1bv2024dev3b1
Depends: libweston-10-0 (= 10.0.1-1+apertis1bv2024dev3b1)
Filename: pool/target/w/weston/libweston-10-0-dbgsym_10.0.1-1+apertis1bv2024dev3b1_amd64.deb
Size: 1501188
MD5sum: 71dc83fff0b3102fd4444b6fd7639d35
SHA1: 074e09ea044af6e00030f2db64e212cf2e8e0909
SHA256: 86c2eb2ceab60feffea29b2a6cc3a63129672dd7789e12a3ba0063fa3af1c581
SHA512: 56a24b0f33d6c5b41189261aeefa1b64284058f5fe61d1ea1c07b0e34554ae7b1cbb5e44c5f5ad7c7a4475fee115eb25400bce97f8bc571aa0a760711b1d9a24
Description: debug symbols for libweston-10-0
Auto-Built-Package: debug-symbols
Build-Ids: 0180e4f02215ad2f67314ef6a15315dd3cb58f83 03759b9dde24aeca1f219a47add69f1445d01923 053b1f2b33d8ac0a9d9b612c4f639024b71b6393 2760208352e9a89b2b7c66d08e2d3b04afe9061b 3494d04eeac5e18985b2af0ff920a2d915ce68e8 70014922ee86bdf8037545e1463a8c1394f10346 7d18256ffb7fe751c2592ddb9a460ca3a7bcecd5 873f1ab07e320433ecc2f434f47492384b5a88fe cb291bb7eefa5dcc2e0d95a9f2c180a36bd27fa0 e7b0725449ca224bf159021fa8c6b833b29278eb ea5118265ab141e259d68d49cba7c5a4a29c8344

Package: libweston-10-dev
Priority: optional
Section: libdevel
Installed-Size: 181
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: weston
Version: 10.0.1-1+apertis1bv2024dev3b1
Replaces: weston (<< 1.12.0-1)
Depends: libpixman-1-dev, libwayland-dev, libweston-10-0 (= 10.0.1-1+apertis1bv2024dev3b1), libxkbcommon-dev
Breaks: weston (<< 1.12.0-1)
Filename: pool/target/w/weston/libweston-10-dev_10.0.1-1+apertis1bv2024dev3b1_amd64.deb
Size: 39560
MD5sum: fe2f42a2aed814a03d3b579bf4ad4f0d
SHA1: b7b8830f6ec0ceafac9b6a3d3f15a7aec4b77136
SHA256: 2ea166b14127a696bd394e393aea2e6bbca9af76a36b1ebca44490d94d7ac0b2
SHA512: 08d99f04e20508e358780d1eb306403cee825eed80f57195a0e7fc1b33c3a3ab164dbd444efb8fa6badb88324815132b94b113c1cbec1483ee7e78cfd3d12cdd
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: 199
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.14), libcom-err2 (>= 1.43.9), libroken19-heimdal (>= 1.4.0+git20110226)
Filename: pool/target/h/heimdal/libwind0-heimdal_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 56832
MD5sum: 1b8752cd1016f1dcf445876ec50225ed
SHA1: 3c87a40ec96ff4007de22de33916f05050266435
SHA256: 01116cd203dcb6887ff61596ba29778b2d29625c46783770be80720265c729eb
SHA512: 6d5d82d8db40e01e0b88848064912b887c70900cb72cc7a848243da99ae56ba1e30381b96847bfe277e2a3dee3bda62ec86ec4895fec7203259c78b7c4512778
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: 43
Maintainer: Brian May <bam@debian.org>
Architecture: amd64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libwind0-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libwind0-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_amd64.deb
Size: 28412
MD5sum: 5e4055019f5f85b11c8e656af8c31ad8
SHA1: f882bc15e11486d70d548f3e9949e0b36f3cab61
SHA256: f7213e7c435e9917edcee3261e559d28f13a7e70eb176d06ce4120934b235c57
SHA512: 07b88f6cc6eaab66a50572586a27caaeeef1a63475c4c27bf93bb8e9ac5dac4676d87177b1a3e444dc26990459f61d15cbd64c45c4955f988a0314cca29ad58b
Description: debug symbols for libwind0-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: 344b704fd1cdf51ee28d04dbb3b2b3415017ba3c
Multi-Arch: same

Package: libwireplumber-0.4-0
Priority: optional
Section: libs
Installed-Size: 1061
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: wireplumber
Version: 0.4.13-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.14), 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_amd64.deb
Size: 252188
MD5sum: 899b44a1ea99320e3c0c81d54638d3f2
SHA1: d0f7cf3500448c1153b9e724a14e2212257e8748
SHA256: 311491b0044bbcda5bbae93277381e8e58182a8028e2689dc64eb70587b3bfaa
SHA512: 25e0da86da61a1a1edc6ba4e2a3aa51d91dcd14c17c06a21ba4ca7beb7a7edf20ddb48454d55c55d66030080226bc02e88378ed54bdb19f5793fbacaa3b36f18
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: 1070
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: amd64
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_amd64.deb
Size: 842672
MD5sum: 02b70edfa8c08ea8afb8fb126f9c198a
SHA1: 90aaa2437c744076ad97fa9c02d41abcff256405
SHA256: ee1c6828aaafc162ef834de9c6012ec6d9ba6f3229034de6f3780d71c02d8747
SHA512: e7901fc78c6c3ebfda6a83a25c88112ce44d5828469792d1c8c114d6a3352cb6130eba3a38323a0d30383482eaf4b7f9e39189e4bae6adbec314e12f36e604c9
Description: debug symbols for libwireplumber-0.4-0
Auto-Built-Package: debug-symbols
Build-Ids: 097ce9795693d2f932531b3ecad16174ccad5bf5 35367107b5be93f85710feece015181acc0a85b3 362f49de975976a7ffd39a9e1bb1417b6c7fe0e5 4323f0b9d32ba2ffceb2c5ce9f790d00a50c95b5 475a956cadaf8309359bc32d6690c7888afa08e3 4c8eff479e8cfca40a3177567b1a6ccb2e838476 4e232257712d0d700e59a4c6559a346d5efd5ce2 501f649673bc2b80c258dc3b6c35c71739c47504 71e3e47516273d14c04d19448eb39ab0ca13cfc4 8e4e6f9edbcc68c4dfd0922be521d7bf8fcfdd05 9619cb060e26f4809e5185bb0046a33a77b37c2e b628f5d1094fdeef01faa3e372c943e2e4f8efc2 c60fb5771476985cf109f76e2923e507e5248b9b cb2ed6767d983de13c63bb5881aa05070f92ef26 d23a5e94df732c2509f80254c7127029eeca6d91
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: amd64
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_amd64.deb
Size: 78652
MD5sum: b69587b74cf7319969b3c494c0207acc
SHA1: 6c84257a0f31b1574d111ca3f450bb3de454fc4b
SHA256: 43cbd40d5c873f71c11db9f8719db935818b71aea1386988e52ebf30ab2ac2c6
SHA512: 01b7cbb9a4e0e8af9443f9a641b3c996692a752070037d523045776cc374b511f10815e000a08db0d239eb9bf25eeec5f2ef5931f220870bd4d02902d0a75555
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: 324
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libwnck3
Version: 43.0-3+apertis0bv2024dev2b1
Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), 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_amd64.deb
Size: 112508
MD5sum: 1ef6d1047969cf3019100e5db773959a
SHA1: e2e8221b868494b7627b43b5711c188de9d025bc
SHA256: 4e274dbe89697563931aeccd01f691bb59bac5833121fab2b4f22dfac4bea665
SHA512: a206ec4782482244439d257c1c2dd90a323805dd0e0cb87c86d8cf7cc7b6946a388ebea059d6b459d27ce699139cdfd6277718d3066e243ca13dff0b80df013b
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: 364
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 308056
MD5sum: db50eb4cf95ac6274842f1dc2966ec34
SHA1: c8fe0e7fd5612e1548a14ba1ec557026315fc665
SHA256: f9b4b6c719ffb4cf5c7434133bbab1a750a83294099fdc299773b52664aa4190
SHA512: 95cb811fb0ae5706cd5493aa45a250e3cf2f0cd3a368024e43b490075554d2db9f2aed4dd8ef5ebf4145a16dc2d1559909c01752f239ac83273168c948f28018
Description: debug symbols for libwnck-3-0
Auto-Built-Package: debug-symbols
Build-Ids: 852af5c9d28a874079d25db413c95d8708da274e
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: 1207
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 115140
MD5sum: afe43df7f9778735ee8b4bb8cb117172
SHA1: d7542bea57c9ddfbcf81578748af3d01c295b43b
SHA256: 4351b9ac747e17fd241d2871a91c26725995d107f1e86fb5335c0db7fe8d5da9
SHA512: 1b3d97fec47254fba9824691f8841ccf5c6c341fac04cd1f2d8ff1ffe744fee06314894fab31e117c0636b934c3a598b4c7be404961dcd429636fd41cb9f63eb
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: 82
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 51060
MD5sum: c00ba02ec6a62720a8296ed01facdd7e
SHA1: 50b6ae1f0bc7288dca42728a12260ddc2a18d0f8
SHA256: 334886d966aecf0cbf313a4eba41441e6c25252316704f8f7d3dcf2d8771aa15
SHA512: 8844c2fdc0e08622d935c5ece8a35687ca6491f48a173769be92a92d1ec6b834dddf7cf74b04437c3a513315cc3cf8355b8bde98ffbf7e0f24437ad305e470ff
Description: debug symbols for libwnck-3-dev
Auto-Built-Package: debug-symbols
Build-Ids: 30ef647f63ae89f4fbe965e14abef5119702fd2b d749e6fde7de2ff69af7a302cdfc8d622032552d

Package: libwoff-dev
Priority: optional
Section: libdevel
Installed-Size: 28
Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 4892
MD5sum: 6b49eccaf9f9a67af612c7a813d115df
SHA1: 6e6748bfb3671df5a345221ea86c63624b00735a
SHA256: a1b14489e6441dd3f6332394bdbf57a25f7c4eb71bc1b35354a29ca227a2940a
SHA512: d5d22e1721eeae65e7a19b800990ec2d82f095fb9aeb03fb38040d68440d90642ac52e4851b20bdfbf4221438b02e8f6d327e9db94c0b77d68a7cc7db597376f
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: 151
Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
Architecture: amd64
Source: woff2
Version: 1.0.2-2+apertis0bv2024dev3b1
Depends: libbrotli1 (>= 0.6.0), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Filename: pool/target/w/woff2/libwoff1_1.0.2-2+apertis0bv2024dev3b1_amd64.deb
Size: 44240
MD5sum: 8dc999bafc2ab3c4c0b8ecd6af89e9d0
SHA1: 1f9b48d2652c1c9379f3f0cbd49ebb77fffd8d0e
SHA256: 2e0f83eec65d460738b663e96c18293dc0d7ff51e1d9fc55f8428ea64a431eb0
SHA512: afc72a21e1919dacd70d0a39799b3d0a61a4d4c20e38851bf07251a5e0e3bf50e3a69ff4c9536299529dfebfcc69d7d270284038db96b84528cea021a6b4d8a9
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: 649
Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 623772
MD5sum: c96a49e49801ff67133b7e8afddb532c
SHA1: 743232e44e108a8cfb04f42b54a8aa4a8919f8c1
SHA256: 7504df1eeb37c68dbe5ea9c334849228da2388c6b41ab8a503c0cd3d124f98b7
SHA512: ef8a2b5ec4f2ad8c3deca39201acecc5ad4435ecebd9019920869e418d08d333bad9f8fd320fe319acc0f991b2421ad19c6f6847c57d4b90b055e44be1fdecd1
Description: debug symbols for libwoff1
Auto-Built-Package: debug-symbols
Build-Ids: 13b0cc610986ee0fd2f3157693b32aea983c3c8b 34b47c05fb95c580e848ec109fa231e9f616445f fe9c9864cc0e73628fb668257e0cab278bc902d6
Multi-Arch: same

Package: libwpa-client-dev
Priority: optional
Section: libdevel
Installed-Size: 126
Maintainer: Debian wpasupplicant Maintainers <wpa@packages.debian.org>
Architecture: amd64
Source: wpa
Version: 2:2.10-12+apertis1bv2024dev3b1
Replaces: libwpa-dev
Breaks: libwpa-dev
Filename: pool/target/w/wpa/libwpa-client-dev_2.10-12+apertis1bv2024dev3b1_amd64.deb
Size: 39908
MD5sum: f6bfa0ca3e0b84563dc13b80dc61e253
SHA1: 9f484517755c99600dce1d3cad0f5b498724ee0d
SHA256: 97d9d7d16a09b400026841c3f1a8277ff9439ab70db3b21a3785577ba997b353
SHA512: 7a43675762914964c8ac041d2dd7de62915ec7e4e5f59caa76e2aabb718f8c46940682be64f2e8122b3121f4099b6ef4ac7d7f608f8387dc0b3812b2c080dc56
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: 67
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 19680
MD5sum: bf209643dc61e89289d381976c3c352a
SHA1: 2478af42a159c7cd170fd20696ab58f4f80248dc
SHA256: 9872748572d7ca543ace1bf471c6c787280507a9149bafc1de5ef9f5f899e496
SHA512: 225a576d9bfabd689f6cca8586db9a51df94d405459f0f3fc9d8e402306565edfefa03bc0778925254a2987ba70868cf908a28bf63d2c3f9a29e8e691727a4d5
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: 96
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 77364
MD5sum: 78900b0c3efd307e37254a4058f53a92
SHA1: 02f2b4b6f1b7ebcb6215d598d444cb26335f7551
SHA256: cd5e8162aae064f9a4c04b878a79c915f4935475948be8d606c24621a8d2777f
SHA512: e5e7d49948e82208540ba82c057a633f0fbc01e67c52456eba3b04cdd055d4fe396f12b67d1ef1c49a3144360b1c7bd96e43a556e9976564be7087239e3629ee
Description: debug symbols for libwpe-1.0-1
Auto-Built-Package: debug-symbols
Build-Ids: ed26cb5bd22365baa65218433659b4d4df5ea628
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: amd64
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_amd64.deb
Size: 36356
MD5sum: 4b1ce1eb3afbecd5ab5569a0a6ed0b86
SHA1: b5a294dfaccc5cb26933df698712af8deae3f77a
SHA256: 3c48c651ec7c92afc2f2e503564a94954b97367231d540e7ff44bee2cec4cc18
SHA512: 7b95da9b1a31d4dded07d61c9e58486bb09abce6ddc6f378e9afef2bdefd2e4ebc9188a522190b95d02fc7ca26e699fa7830283fcab391fdd2848df831333454
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: 123
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: wpebackend-fdo
Version: 1.14.2-1+apertis0bv2024dev3b2
Depends: libc6 (>= 2.14), libepoxy0 (>= 1.0), libglib2.0-0 (>= 2.31.8), libstdc++6 (>= 11), libwayland-client0 (>= 1.20.0), libwayland-egl1 (>= 1.15.0), libwayland-server0 (>= 1.2.0), libwpe-1.0-1 (>= 1.6.0)
Filename: pool/target/w/wpebackend-fdo/libwpebackend-fdo-1.0-1_1.14.2-1+apertis0bv2024dev3b2_amd64.deb
Size: 34600
MD5sum: f816f44261a59e42b6383519524eeb8f
SHA1: 9afc6d557764ca8157eac3004fb8cf6dfb97ee52
SHA256: e2dfb09d2b53dcbe489bd2cd6809461431dbbb2343cfde2d03525055878a0705
SHA512: e9ad51774728a541045033294d53103526c7add05e8a6ffe2a3e320abe1e0622f87e3a8adf48a5763f253e410943f5a0d909a949b94dc258e9baa154a48c662b
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: 430
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: wpebackend-fdo
Version: 1.14.2-1+apertis0bv2024dev3b2
Depends: libwpebackend-fdo-1.0-1 (= 1.14.2-1+apertis0bv2024dev3b2)
Filename: pool/target/w/wpebackend-fdo/libwpebackend-fdo-1.0-1-dbgsym_1.14.2-1+apertis0bv2024dev3b2_amd64.deb
Size: 390464
MD5sum: 00f4b60ef4422bf0c30b726bc8298b80
SHA1: d4d8bc5f52026cdc0b130e0c3fe1f996d53d6b6b
SHA256: ba51defd45252bb67a2073ea7024c989ede80eb0ecde2862ed185e3273e140da
SHA512: f642a0a84a7cc25f3eb227c6390b9593268bfb7ddec5a691e40256dfd1e7b9487b26b23f2c254f1611e41d1f1df624bba781e0e8f865fa178afc74aa89b43a2a
Description: debug symbols for libwpebackend-fdo-1.0-1
Auto-Built-Package: debug-symbols
Build-Ids: 84ee3443128e77193cb6bfeb5fa0c4333e128a08
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: amd64
Source: wpebackend-fdo
Version: 1.14.2-1+apertis0bv2024dev3b2
Depends: libwpebackend-fdo-1.0-1 (= 1.14.2-1+apertis0bv2024dev3b2), libwpe-1.0-dev
Filename: pool/target/w/wpebackend-fdo/libwpebackend-fdo-1.0-dev_1.14.2-1+apertis0bv2024dev3b2_amd64.deb
Size: 9372
MD5sum: df04a607751e4c9dbd404ffba6c74524
SHA1: ee3914cfb7ae9f1f548e3f6af8459762565e85d5
SHA256: f14fdc88f30b839c9381ebcbfbaf5b5070da34b25b9a4eb6171b5d18ab26cdc3
SHA512: a73810c1ea93ac43d714c096e0765e2ae501bdd8892978f9a769d84acf9ab81741375b6a53292cf950e8f1ba1d8abd1ce5d24537dd3bb165a826d4f2bb0b7845
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: 1594
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 764864
MD5sum: 644e8a1389edc0029e384db1cf00dd2b
SHA1: 0bff506221cf4e52012e6a6eb04a9fcd26b2c87b
SHA256: 5c01753a80704eff23f82556b4ad7534b85852050528ec66ab4543cd788117dc
SHA512: e7c6b44f66ec3d983530a172336f2d74993701c3eadca4021b7d1ead801f4f008fdaf1f771584130af8a57c641677a3bb0e42268c86461089891f3a855c905a7
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: 1207
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 1123608
MD5sum: e6f885e306f19bd08d949b1ded46f6bd
SHA1: 4b2156841e47de603d679ffca9c6cdd700924292
SHA256: 37c023dafe48a5c1cc2f492a22cd91b6a15c0e718a0ec4c1aa9d90152e6bf931
SHA512: 656f50ed990510d7442d30657ff3be7a678c519b5456a571fad8c772137f489ec1d7779764ceb075c986fdf2b98334dcc9d834ea7c47793eb3d37be7a4db7f25
Description: debug symbols for libx11-6
Auto-Built-Package: debug-symbols
Build-Ids: 355f5a05736f7f8ad6992d8f5b14fbd3a6cb1c1f
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: 2604
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 840804
MD5sum: e35fcef73504217a1fb8e711bab0d451
SHA1: f3747fddf8c686de887ef348e03b3b5cb5094101
SHA256: 69e8a275bbfd8570be75d6bcd80d07669fa3d317e91362bc89e2e517ece4d8a9
SHA512: 331d161f3089c1c306ccecbdeb9e465addd17c2abac6fb7791f4d6851a0d9fbc1935c3469eb248c29b165c1d23abcc4a8a58b93bd5ccfffee4bfc84494d4293d
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: amd64
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_amd64.deb
Size: 198832
MD5sum: 10071567419fa066f0e2f962d9bf425d
SHA1: 18336ab5e218c120034e48551a21d383f3b1b144
SHA256: 320f476d2f5a26f48c7f28e6aae0a8abdac5431cc6118b649f5d797f0e64f6f2
SHA512: ff5c84e4e248391b30e72303e6ecfc57f53d75f1d8bdbd078e1cafab7c38b8c4ae28d14c22bf662bb5e6de17134dc0284fa656441b77b78b0bd3956c276fc2b4
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: 257
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 196848
MD5sum: 25b142b84b7ef59a4bc7ab04b28a4f18
SHA1: 5c5d71cb5b5c603d797d9578ffc56605f95edcf7
SHA256: 35b0b9f967c833755ea10cb24c413d9a407029c1f82d6bdc73a75c1afc146985
SHA512: b32d413aab914d0c99dc036c7a139b7bc0e1b89347e4380908c0938b940a401e9805e3f214786e86dcb6af60d8db70aa122e2a05debcce7d3b25f9f24a1da388
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: 29
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 16764
MD5sum: 765dae1269e1999cf46e854405799f2f
SHA1: 03c38eea8f8c6189bcbb8aae169971c816a9583e
SHA256: 9e1f463fb1282c5d3401260fd91dc215f94884baa2ef77fcabb2e1adf7cca8ca
SHA512: ee69591e2d4de9c20105b05b36d6ed2e9bde9631c9b2628add3ff29d2221bd1c7db72f02ed3bef42120bfa41dc67d9b077560026f57c2fa9355caa9ce852d6fc
Description: debug symbols for libx11-xcb1
Auto-Built-Package: debug-symbols
Build-Ids: cf521b73a5623410a0a4876dc74774b474963496
Multi-Arch: same

Package: libx32asan8
Priority: optional
Section: libs
Installed-Size: 7091
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6-x32 (>= 2.34), libx32gcc-s1 (>= 3.3)
Filename: pool/target/g/gcc-12/libx32asan8_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 2063724
MD5sum: 88ad9e8657a2f8d560a8c719e0be5127
SHA1: 851817c1018e83738df28bb9c8d737b40df7ecf6
SHA256: 5593d091de498682543f1073494f779a5bb74ae75dff209fcc238e7f70dec04f
SHA512: fa22309ef22aa3734a760b28ec43225c808490fe34c40fc518461fbc17dd166fb53f6e6d4b71c6d100dbb699b6be976e4d6e25080e1c0ebfb3cbddfe62849cdc
Description: AddressSanitizer -- a fast memory error detector (x32)
 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/

Package: libx32atomic1
Priority: optional
Section: libs
Installed-Size: 45
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6-x32 (>= 2.16)
Filename: pool/target/g/gcc-12/libx32atomic1_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 9428
MD5sum: ae7b54a6211a60f6ffde06b9209f5822
SHA1: af423cd4001938ca1f6283fc83db26a00bc73496
SHA256: 413dc32a012c95eec9b565d0b2493ff3c4950d77938d285961b7886091b9a04a
SHA512: 3b59fb2444f72f0640d6db35252ddebf851937177c718339522a83423e054e6cb6c78a0e64d2dec6f4d624c7091f2dcd2462817c5f3e07024660fcc97150c967
Description: support library providing __atomic built-in functions (x32)
 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/

Package: libx32atomic1-dbgsym
Priority: optional
Section: debug
Installed-Size: 50
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: libx32atomic1-dbg (<< 9.2.1-21)
Depends: libx32atomic1 (= 12.2.0-14+apertis1bv2024dev2b2)
Breaks: libx32atomic1-dbg (<< 9.2.1-21)
Filename: pool/target/g/gcc-12/libx32atomic1-dbgsym_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 31392
MD5sum: 46d7047f54e812ebc4bf80285a407b53
SHA1: b7c76b3bada27bb6955aa0249b9535b7c29e1348
SHA256: 6339f1148b60d52e4899c6a59eeea481ede9f58f6c344ec79c080fd6813a8355
SHA512: f44d40d88abf2cfac1bf76be5b9f438694ad527fc13b12aefeb45a786079830bd6bbe5a51dea295073d6baaeb6e211479e7abae51b24b039d6b511f3145cd2c7
Description: debug symbols for libx32atomic1
Auto-Built-Package: debug-symbols
Build-Ids: 709473e965de3216640c90c7b85cfdea0afa8503

Package: libx32gcc-12-dev
Priority: optional
Section: libdevel
Installed-Size: 7106
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), lib32gcc-s1 (>= 12.2.0-14+apertis1bv2024dev2b2), libx32gcc-s1 (>= 12.2.0-14+apertis1bv2024dev2b2), lib32gomp1 (>= 12.2.0-14+apertis1bv2024dev2b2), libx32gomp1 (>= 12.2.0-14+apertis1bv2024dev2b2), lib32itm1 (>= 12.2.0-14+apertis1bv2024dev2b2), libx32itm1 (>= 12.2.0-14+apertis1bv2024dev2b2), lib32atomic1 (>= 12.2.0-14+apertis1bv2024dev2b2), libx32atomic1 (>= 12.2.0-14+apertis1bv2024dev2b2), lib32asan8 (>= 12.2.0-14+apertis1bv2024dev2b2), libx32asan8 (>= 12.2.0-14+apertis1bv2024dev2b2), lib32ubsan1 (>= 12.2.0-14+apertis1bv2024dev2b2), libx32ubsan1 (>= 12.2.0-14+apertis1bv2024dev2b2), lib32quadmath0 (>= 12.2.0-14+apertis1bv2024dev2b2), libx32quadmath0 (>= 12.2.0-14+apertis1bv2024dev2b2)
Recommends: libc6-dev (>= 2.23-1~)
Filename: pool/target/g/gcc-12/libx32gcc-12-dev_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 2042276
MD5sum: 962655f5ec844c74a244e11c9ad3c713
SHA1: be438b249151ebf57ce5c86acb83281c123edca3
SHA256: d5e481d90bcb8a088e87a84760edab90e4def1ed5098c4683f4f2eba2858d3b3
SHA512: 5cd8af8005a98323fd98bfbaa31a05d46472e3d75b8faa14f91f2f452771054be4e9231d15280439f000152b32d6b78a94f3a75c44247df82483bc6dc0bf8b9d
Description: GCC support library (x32 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/

Package: libx32gcc-s1
Priority: optional
Section: libs
Installed-Size: 137
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: libx32gcc1 (<< 1:10)
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6-x32 (>= 2.35)
Breaks: libx32gcc1 (<< 1:10)
Filename: pool/target/g/gcc-12/libx32gcc-s1_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 50260
MD5sum: 21defa3a803db4f1506991f35f8b28e2
SHA1: d0e702661ede279567de40e54c336bf9e8540343
SHA256: bb5c6261f2e6c6a0a63715a2481b18fc3ecd6ee01851a3476d7ed1f6a9049743
SHA512: a2ecbe357b2cc8aeac392f700b27194502f83e789d4366b203a83611e5f5e8332d05e5b304865a2bb8def9bbcedb64b3698189280acfe0c6ee6cd37363e993d6
Description: GCC support library (x32)
 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/

Package: libx32gcc-s1-dbgsym
Priority: optional
Section: debug
Installed-Size: 179
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: libx32gcc-s1-dbg (<< 9.2.1-21)
Depends: libx32gcc-s1 (= 12.2.0-14+apertis1bv2024dev2b2)
Breaks: libx32gcc-s1-dbg (<< 9.2.1-21)
Filename: pool/target/g/gcc-12/libx32gcc-s1-dbgsym_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 163360
MD5sum: 801d098fb64d96c5822a27d88754d3db
SHA1: 41113033f6f183b65f1440af28546e0b48caeea9
SHA256: 29b5c736a20c0d7c857e83a16c211140d8aa7113744a96369e2fd08a24630577
SHA512: a7bd31e11cf132e81e48435c5d562735a0573045ee671691e0d9c19242ec24a0733ea6944ed748daa2c6b14d2c9ccc0b1f90da3a5ff3c8457debe8ac5a0378cc
Description: debug symbols for libx32gcc-s1
Auto-Built-Package: debug-symbols
Build-Ids: 6f9fca8d325609473c1d9bf5943b940152ee27ba

Package: libx32gfortran-12-dev
Priority: optional
Section: libdevel
Installed-Size: 4375
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libx32gcc-12-dev (= 12.2.0-14+apertis1bv2024dev2b2), libx32gfortran5 (>= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/libx32gfortran-12-dev_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 845964
MD5sum: 983aa0bd0529af2ea6381f816f735588
SHA1: 1dfa54b2dd1de964b348b85f4ccd6761811c78c0
SHA256: 349511f717f5b747aa3ec838235f7dc1a6a8f04245c5a73f18b7e4cac3d50bbc
SHA512: 9c30beaa5f6381fbff6b3c052a09512bd89e5a7f2dffc1901aa26b9e79e721594fa49d1cedaf99ecaeab8c1598830674665c19be18bc0d7f58b96f9034976b96
Description: Runtime library for GNU Fortran applications (x32 development files)
 This package contains the headers and static library files needed to build
 GNU Fortran applications.
Homepage: http://gcc.gnu.org/

Package: libx32gfortran5
Priority: optional
Section: libs
Installed-Size: 2863
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6-x32 (>= 2.34), libx32gcc-s1 (>= 4.3), libx32quadmath0 (>= 4.6)
Filename: pool/target/g/gcc-12/libx32gfortran5_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 809644
MD5sum: f0124aa1bb41e6f2af58c47ac6fd5d4c
SHA1: a9533762149b53e9cdd5ff42b6c9630544fde627
SHA256: cd5320e0d02031407a58b733966c11203f10f46c1ebe8fe6385607b41b5b3500
SHA512: 2eae8773b3d61f08b54fb3f1baafce6d8ea3c1cc544287c6125f2b1d9b966a53ce5867f948ffad27abfc6aae8172ea6d51c61930e47ad2f51d0633cc5249a697
Description: Runtime library for GNU Fortran applications (x32)
 Library needed for GNU Fortran applications linked against the
 shared library.
Homepage: http://gcc.gnu.org/

Package: libx32gfortran5-dbgsym
Priority: optional
Section: debug
Installed-Size: 1838
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: libx32gfortran5-dbg (<< 9.2.1-21)
Depends: libx32gfortran5 (= 12.2.0-14+apertis1bv2024dev2b2)
Breaks: libx32gfortran5-dbg (<< 9.2.1-21)
Filename: pool/target/g/gcc-12/libx32gfortran5-dbgsym_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 1757236
MD5sum: 7fc2741b32cfead65b977aeece7364e4
SHA1: 6b9f8d018dfe1b03f0cc79b8388cfade9cf620d3
SHA256: 86cf5c3c96e26bfcbd47701a3c1832e2faaac720889470d9d3ec33a17276fea6
SHA512: 9790eb25560849be4fcd9bd4ec9a313868ec2d058ad8236f35275d53c4c96f7dbe2d4a49306dbf44a709c06eaf244ad7003b2f4577474e0806d88d7c24dae0bb
Description: debug symbols for libx32gfortran5
Auto-Built-Package: debug-symbols
Build-Ids: 7516b9771ee1eaffd5bb422886ad2a51fcef141f

Package: libx32go-12-dev
Priority: optional
Section: libdevel
Installed-Size: 87088
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libx32gcc-12-dev (= 12.2.0-14+apertis1bv2024dev2b2), libx32go21 (>= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/libx32go-12-dev_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 16276108
MD5sum: e5d85ad1224b6d227ea5a81e403e3f4e
SHA1: 30c711a6cc481814cba286ef96f3a8ad13c9b6b6
SHA256: 3fb0b5412deb06e44d9e2a21ae87ba19feaf63d8a580e67ce21154f27c66348c
SHA512: 613c19f5f52baa7e2868237c68cdb55a4ddec45c0d60b8012c2c5c99ab2ebd776719c9577c07054090d34c5ef254a762c673456417162d8eb6777f42aaba3761
Description: Runtime library for GNU Go applications (x32 development files)
 This package contains the headers and static library files needed to build
 GNU Go applications.
Homepage: http://gcc.gnu.org/

Package: libx32go21
Priority: optional
Section: libs
Installed-Size: 47817
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6-x32 (>= 2.34), libx32gcc-s1 (>= 4.2)
Filename: pool/target/g/gcc-12/libx32go21_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 12724744
MD5sum: 3eedb8c1cdeedd553115d617afc80686
SHA1: ed992757833514729e4ee4cd6054be7164a1b95c
SHA256: cd14e85cbd6c96003bcddbcf819824d10001b85846e4e48dce950d39fcdea58f
SHA512: ca9f64e207c6415a0ba5b412c7b987508dfc51f8602321b88d0d0d09ee5819e897ecd4c5fae2e535734d61ed4b33653c895a26228530d83545f9e9270c9d58e9
Description: Runtime library for GNU Go applications (x32)
 Library needed for GNU Go applications linked against the
 shared library.
Homepage: http://gcc.gnu.org/

Package: libx32gomp1
Priority: optional
Section: libs
Installed-Size: 300
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6-x32 (>= 2.34)
Filename: pool/target/g/gcc-12/libx32gomp1_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 116156
MD5sum: 05c0f1217fad7439f9062d0674365368
SHA1: d44318c49f74c88f4f7e1604638dc3ca48c621f4
SHA256: a407b9f5eb7b008ec4e1b3d7a18737f812adc87aeb04fa5705bfa56add8037ce
SHA512: ee91d179c4ee52f6a115fec5b38caf543e7723a1f39017d079794ffe4055a2c1996c25d4eab6b94483efb6310052cc86db0dd0ecb286b1096de2518eb1c5224d
Description: GCC OpenMP (GOMP) support library (x32)
 GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers
 in the GNU Compiler Collection.
Homepage: http://gcc.gnu.org/

Package: libx32gomp1-dbgsym
Priority: optional
Section: debug
Installed-Size: 461
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: libx32gomp1-dbg (<< 9.2.1-21)
Depends: libx32gomp1 (= 12.2.0-14+apertis1bv2024dev2b2)
Breaks: libx32gomp1-dbg (<< 9.2.1-21)
Filename: pool/target/g/gcc-12/libx32gomp1-dbgsym_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 428328
MD5sum: b8b40702d0cce9c6cfd46fded2bad7c5
SHA1: 25b9f4f74ee3fac08e25c190f406041149daf0b8
SHA256: e20f6d1ad676035075e85c31c811f335d187956ea1d399f24f68404a1505295b
SHA512: b135cf0436bebd8de4264c15ff30b008f4198c4b3bf253a5f50b7deb634e704ec940320ef68551ad1ab437ffa924f478331b54ada65961b88a79234cddac3dbd
Description: debug symbols for libx32gomp1
Auto-Built-Package: debug-symbols
Build-Ids: ceca6464ac6bbdf18f14117e874958d7cae85346

Package: libx32gphobos-12-dev
Priority: optional
Section: libdevel
Installed-Size: 47702
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libx32gphobos3 (>= 12.2.0-14+apertis1bv2024dev2b2), libx32gcc-12-dev (= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/libx32gphobos-12-dev_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 6939416
MD5sum: b3eb379237bcc7db137648264a9b6c3c
SHA1: 1f64dfd49f71cf9caab557e765e55fe514efd3d1
SHA256: 6bfe44dfdc27958042f2458a3ee6c4728846e58a207b70227b30baaf290be1ed
SHA512: ca0450d5de8a70a7af5cf4cc48d7faaa295750c5f1e453b1831653c0e4cd5124a6ce4eddec5d05e5dc7b762a0308dcee1767c205d54742b0974dde67b5b1f5e3
Description: Phobos D standard library (x32 development files)
 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/

Package: libx32gphobos3
Priority: optional
Section: libs
Installed-Size: 11086
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: libx32gphobos68
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6-x32 (>= 2.34), libx32gcc-s1 (>= 4.2)
Filename: pool/target/g/gcc-12/libx32gphobos3_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 1694740
MD5sum: b5fd97b593a5fd522ed93db55044cd03
SHA1: 4e55a79510cbb81158de575053906a350304bf42
SHA256: d1d9c7c1128cf71b9de4020a5e17a4c2569c9bd9c0b78a1abb6dc27012076598
SHA512: 31bc4df8de256e693a27fc10bcccb9608c2f751879738d43754c77759ecbf4494ee23c1283fc3423ceaa9fa4383b2fe555247d2e61bd45af6fb3901f920ba1b0
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/

Package: libx32gphobos3-dbgsym
Priority: optional
Section: debug
Installed-Size: 7521
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: libx32gphobos3-dbg (<< 9.2.1-21)
Depends: libx32gphobos3 (= 12.2.0-14+apertis1bv2024dev2b2)
Breaks: libx32gphobos3-dbg (<< 9.2.1-21)
Filename: pool/target/g/gcc-12/libx32gphobos3-dbgsym_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 5511800
MD5sum: 5027c6ee85cee19322f625f6e1d968dd
SHA1: 72e1d74a2c003b62249b3aa187ddf12cb5daea47
SHA256: 5cfad71135a0f2b5fed0068e0bca0459ded1cc0a0f7cda0c11c85558644cb32e
SHA512: 82763176e3eda7090912698f102799489a7e4d3689e2c0f63d5592faa0022a0e1b4f9bd7ee19d54afa4a1fc8f5a45aabad35ed5eb0dd47befa01c0267e274577
Description: debug symbols for libx32gphobos3
Auto-Built-Package: debug-symbols
Build-Ids: 2d2bd1684d0867fad0f16bfc7a6a09ad7bf90dc0 53558ea6f39ec226b9cd735eab1539c33a2c731c

Package: libx32itm1
Priority: optional
Section: libs
Installed-Size: 107
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6-x32 (>= 2.34)
Filename: pool/target/g/gcc-12/libx32itm1_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 26584
MD5sum: 537676ccdd65feee9f4ec63802305b35
SHA1: a8cdd3b4eafb297455bc31fc65fdd9a7784d96de
SHA256: d8c66cabb8f9982366adb48b4916f89cd6f566a17cb389e3c381a74c48967e67
SHA512: 434c3ef5d2c2c49639d80e8febfeebdf2de007b1aaba84fd25be1df87a4c105652b3b1696fc543a5cd4159900358d0cffdc21eb9e026ae77a3d8c2bf6ac109d6
Description: GNU Transactional Memory Library (x32)
 This manual documents the usage and internals of libitm. It 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/

Package: libx32itm1-dbgsym
Priority: optional
Section: debug
Installed-Size: 359
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: libx32itm1-dbg (<< 9.2.1-21)
Depends: libx32itm1 (= 12.2.0-14+apertis1bv2024dev2b2)
Breaks: libx32itm1-dbg (<< 9.2.1-21)
Filename: pool/target/g/gcc-12/libx32itm1-dbgsym_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 315800
MD5sum: 24711d9f05d636b5ee9c864fb01280cb
SHA1: dc85673fdf107744c0e6c515e14cbf4e25ec9b4e
SHA256: a9474be5f2644c9793fd65b29ec90fab28d7f31aac06bd6ab63bc016dcb5cb42
SHA512: ce55e69e76a88f569bc6343b105353a6c565aa59ff53571f07e9d6f6af4456596c403a576276ecefa2bc14e9a4ef274f77a0e0313c2c6c81bf1140ae499f63a0
Description: debug symbols for libx32itm1
Auto-Built-Package: debug-symbols
Build-Ids: b2f4d369cf348e0651733a76145b6bca267b76f1

Package: libx32lsan0
Priority: optional
Section: libs
Installed-Size: 7
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/libx32lsan0_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 964
MD5sum: db0030159b77253db5d8ef49a7525fa4
SHA1: c0492024cce71786ba9c9e4556e6c09cac7c765d
SHA256: 1d576aa875451a7e432ee831c873c58a1cec44faef7724806ec99428227677f8
SHA512: 412ecc72bf97273dbb5b179f108cbc0357a77be6ba2c8989e55804c3336a1b3168d9791b645edfa7f3754c3ed161f9cb88d5d57a867d792fc599e022ce488939
Description: LeakSanitizer -- a memory leak detector (x32)
 LeakSanitizer (Lsan) is a memory leak detector which is integrated
 into AddressSanitizer (empty package).
Homepage: http://gcc.gnu.org/

Package: libx32objc-12-dev
Priority: optional
Section: libdevel
Installed-Size: 481
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libx32gcc-12-dev (= 12.2.0-14+apertis1bv2024dev2b2), libx32objc4 (>= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/libx32objc-12-dev_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 136916
MD5sum: 1b06a8aaf0ff6d9d2145c491901dc4fb
SHA1: fc2e4d3b329e1c4f4c36abf1dd30fe60570ce51e
SHA256: 2133b5daeead00f98fc5e326db5537b561504a085bf1089c64b22d9efa12e9b5
SHA512: 54b068cd05b552e21d555faf1b0d30f037659dc3022fdeaef7b7294c630d394c53ba78e601175e3d1d54fa5829be64d540639ef977a8ee755f62a47091d0290d
Description: Runtime library for GNU Objective-C applications (x32 development files)
 This package contains the headers and static library files needed to build
 GNU ObjC applications.
Homepage: http://gcc.gnu.org/

Package: libx32objc4
Priority: optional
Section: libs
Installed-Size: 95
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6-x32 (>= 2.34), libx32gcc-s1 (>= 3.0)
Filename: pool/target/g/gcc-12/libx32objc4_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 33724
MD5sum: 0c4ff709e79010b997ded7f4ebef6462
SHA1: 202b4d7698867bf06b25d2d4b5f48da26e683dd3
SHA256: 549deec800f9fd6b83d2bcd12ec58821dac82b607ce407389100b63ab5541586
SHA512: 88ca306795e65992a799df7b2019db4b665eabbc201671f4ba17d8e6a52506d2680d128b2c82358066c67d987b9640def8ee54b88d69e873bbc495f2f1515bf5
Description: Runtime library for GNU Objective-C applications (x32)
 Library needed for GNU ObjC applications linked against the shared library.
Homepage: http://gcc.gnu.org/

Package: libx32objc4-dbgsym
Priority: optional
Section: debug
Installed-Size: 120
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: libx32objc4-dbg (<< 9.2.1-21)
Depends: libx32objc4 (= 12.2.0-14+apertis1bv2024dev2b2)
Breaks: libx32objc4-dbg (<< 9.2.1-21)
Filename: pool/target/g/gcc-12/libx32objc4-dbgsym_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 99996
MD5sum: 497971a954b1d681e6080529a3d1d9d1
SHA1: ae31eea1be9eb01e71f6d89822ac6d511a37df5f
SHA256: 483900ce6d594ea58a9ce9c6f8050a7dcaa8359d229e6d32709a52b606968cfb
SHA512: 508972282e3f904e42a4f06bbd90ac12fdf9dc0acba96d4fdfb3c66a24bb0c258387dd1bfca26e0e4162b43d93e4eb2afcd9397d76902cda0a121253c0dcd78f
Description: debug symbols for libx32objc4
Auto-Built-Package: debug-symbols
Build-Ids: 2e5d553c3828ded6dcce98a1aefbfb5c2ce334b5

Package: libx32quadmath0
Priority: optional
Section: libs
Installed-Size: 288
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6-x32 (>= 2.23)
Filename: pool/target/g/gcc-12/libx32quadmath0_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 146968
MD5sum: 780c144c9463b5692f00e7620295783d
SHA1: a1f7483a72612e8dd8c49fc04ad2a5eb5ab394b6
SHA256: 12a14aa22016e147dff25831ce6619cdc7208d55ad37101b01fa5e409477b008
SHA512: 282bfadbb7401447869edcd209ba177a05e2f14ac3c4b47cd5b1c9fecb0b2012908921d10e6b3b3dab9b22d6a828f7c621b8bedd7ffe47f6ebaa3805d04d1ea9
Description: GCC Quad-Precision Math Library (x32)
 A library, which provides quad-precision mathematical functions on targets
 supporting the __float128 datatype. The library is used to provide on such
 targets the REAL(16) type in the GNU Fortran compiler.
Homepage: http://gcc.gnu.org/

Package: libx32quadmath0-dbgsym
Priority: optional
Section: debug
Installed-Size: 291
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: libx32quadmath0-dbg (<< 9.2.1-21)
Depends: libx32quadmath0 (= 12.2.0-14+apertis1bv2024dev2b2)
Breaks: libx32quadmath0-dbg (<< 9.2.1-21)
Filename: pool/target/g/gcc-12/libx32quadmath0-dbgsym_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 278164
MD5sum: 741f2b7e10a394523e384f765b2cead5
SHA1: d42be5ffde218d400cdc0bf1a18b4391385d8637
SHA256: f2dd913531e8bc7e44969b69f6ce39c648d00809bc295b72f0c19f89f7476d19
SHA512: 1608d3ca3776552ff04fc783af1715e1e3edcbde8b5faff5d913c875cb2bd2a17c7c74349b0f3b23d32cc08cf575ceff5a361d3e3585b0d1f81e004af4b72169
Description: debug symbols for libx32quadmath0
Auto-Built-Package: debug-symbols
Build-Ids: 23f7e5c5ac32af905264e40d65499646f048be47

Package: libx32stdc++-12-dev
Priority: optional
Section: libdevel
Installed-Size: 10456
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libx32gcc-12-dev (= 12.2.0-14+apertis1bv2024dev2b2), libx32stdc++6 (>= 12.2.0-14+apertis1bv2024dev2b2), libstdc++-12-dev (= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/libx32stdc++-12-dev_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 820280
MD5sum: d8fddf296cf3b84ff48c1808dd705448
SHA1: 6ee06e06686a26d5a00b3aa06cf3775bde3c6b66
SHA256: 573327163c5c7ff0c186aea946f878602d254a3972d827283fc6b9e4860a3f02
SHA512: 31f0998a369079c8e8d72432618a0e1be1a30f927999607aca9e2b44757f7a1426e21b0ba946fa13d90fc4b0cbcb93e09eb2ef1581326a510952a67d54bddd3f
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/

Package: libx32stdc++6
Priority: optional
Section: libs
Installed-Size: 2391
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libx32gcc-s1 (>= 12.2.0-14+apertis1bv2024dev2b2), libc6-x32 (>= 2.36)
Filename: pool/target/g/gcc-12/libx32stdc++6_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 598980
MD5sum: 511aaf39af832c1c14637f1d81834f96
SHA1: a56ac39ff4aa889adac1c391f5d28a98ddfad60d
SHA256: 3c02bdb29f01a00a8de68f29cb06e6948d96234222d1574eae7a60b3cd273ab8
SHA512: c98de496ad5e20a25a4ab132ae45b7660e28c0fd55e3970b8f71a5dd29c5d9e397567a37a73f65fc8390d7ac50018a18a26ce01c9ac12e25f9b2bcfd6590c975
Description: GNU Standard C++ Library v3 (x32)
 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/

Package: libx32stdc++6-12-dbg
Priority: optional
Section: debug
Installed-Size: 52839
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libx32stdc++6 (>= 12.2.0-14+apertis1bv2024dev2b2), libstdc++-12-dev (= 12.2.0-14+apertis1bv2024dev2b2), libc6-x32 (>= 2.36), libx32gcc-s1 (>= 4.2)
Conflicts: libx32stdc++6-10-dbg, libx32stdc++6-11-dbg, libx32stdc++6-4.6-dbg, libx32stdc++6-4.7-dbg, libx32stdc++6-4.8-dbg, libx32stdc++6-4.9-dbg, libx32stdc++6-5-dbg, libx32stdc++6-6-dbg, libx32stdc++6-7-dbg, libx32stdc++6-8-dbg, libx32stdc++6-9-dbg, libx32stdc++6-dbg
Filename: pool/target/g/gcc-12/libx32stdc++6-12-dbg_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 8425092
MD5sum: 1019e8ec952ebb4292ce8572dfb50ab3
SHA1: 6a1e46f3be599f611de24d5449b8482a8f265329
SHA256: b26230342d572a8287dd7772ad79573a7732fb10b052689a4cbdc242703cf26c
SHA512: 5485302722e6ffe92789035d11d2067d0b4ec030776a01e95fc061cc5fa55c35f4b0d66df764e8ab42e1587db89355fcb37fb60811cc1e2aca19c69aa9e33332
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/

Package: libx32stdc++6-dbgsym
Priority: optional
Section: debug
Installed-Size: 5890
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: libx32stdc++6-12-dbg (<< 9.2.1-21)
Depends: libx32stdc++6 (= 12.2.0-14+apertis1bv2024dev2b2)
Breaks: libx32stdc++6-12-dbg (<< 9.2.1-21)
Filename: pool/target/g/gcc-12/libx32stdc++6-dbgsym_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 5562776
MD5sum: 451fb6b774f2e99a32e118bb558e22a2
SHA1: beb285a277c3293008e9c74e363e919710de5573
SHA256: 828da8a270a395ad9dec2e0467193aa65fc6880cd8739f5e2409d6a9c5606f9c
SHA512: f3d3798155009f2412baf9bebb76aed1e88d7b7b97d358ad121f97c1684df773fa2554606f16f6fcedf8fe8d2654e36c52cd4c4e4029e50444cf73b1593ba747
Description: debug symbols for libx32stdc++6
Auto-Built-Package: debug-symbols
Build-Ids: e0eebbccdadbd9e8d03e8335f35797882ba6f814

Package: libx32ubsan1
Priority: optional
Section: libs
Installed-Size: 2499
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6-x32 (>= 2.34), libx32gcc-s1 (>= 3.3), libx32stdc++6 (>= 4.1.1)
Filename: pool/target/g/gcc-12/libx32ubsan1_12.2.0-14+apertis1bv2024dev2b2_amd64.deb
Size: 874744
MD5sum: ed81edd1f4d40c6983778bf0d30281d0
SHA1: 10e79b6bb5da855f702ce65aff9b22683789c76b
SHA256: 32e596674c68dbd59abac1618aaa548d81ac161db0f6266dcb12b7edfe89529c
SHA512: 11c9af9a07c7d11fa0ebc8457c8525bd1a134771e8b581b4643ecb3a8264ec2860ddbf483a50211b72d3cf93693f09943fdd85a0cfcc02a81ac7dfa75e1b8808
Description: UBSan -- undefined behaviour sanitizer (x32)
 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/

Package: libxatracker-dev
Priority: optional
Section: libdevel
Installed-Size: 93
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libxatracker2 (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/m/mesa/libxatracker-dev_22.3.6-1+deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 56068
MD5sum: 7aa9f213ec9c3339f30c4d5fdcf31e1f
SHA1: cf6a33ffc2120649787384786df78641090bad05
SHA256: dc13ca67541eaa88bcb4ce4c8351e27c84bf72e1d9299733555c0c66113abd98
SHA512: 464eaf42c0272f5f7f8003ecf913fcd3b46cb429480b38ec3205ddd750ab17a20617cd9d26d98ac769af101fd524bd25276ebec43efdde96c21aeb8df84db408
Description: X acceleration library -- development files
 This package contains the XA (X acceleration) library.  It is used exclusively
 by the X server to do render, copy and video acceleration.
 .
 XA is intended to be used by the vmware driver for virtualized X acceleration.
 .
 This package provides the development environment for compiling programs
 against the xatracker library.
Homepage: https://mesa3d.org/
Multi-Arch: same

Package: libxatracker2
Priority: optional
Section: libs
Installed-Size: 7754
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libdrm-intel1 (>= 2.4.38), libdrm-nouveau2 (>= 2.4.66), libdrm2 (>= 2.4.75), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.4), libllvm15, libstdc++6 (>= 11), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Filename: pool/target/m/mesa/libxatracker2_22.3.6-1+deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 1942732
MD5sum: 862e05ae5781007ef735fc074ae8c8ff
SHA1: 02b94385a6450d02a27f04df93c39384aefb9f30
SHA256: 468b057ec84fa2a3e13351b6053ccddc6146db9dc709da355d5cefcbd8e953ec
SHA512: 107f241fc792aa6727d3a30e4b0c6362464a5ca836aabf4b9aa716b6234cdd8ca364f029426222b82bc307991c4a1fe7a9646c7285e29c9b8b455936a2d6fe45
Description: X acceleration library -- runtime
 This package contains the XA (X acceleration) library.  It is used exclusively
 by the X server to do render, copy and video acceleration.
 .
 XA is intended to be used by the vmware driver for virtualized X acceleration.
Homepage: https://mesa3d.org/
Multi-Arch: same

Package: libxatracker2-dbgsym
Priority: optional
Section: debug
Installed-Size: 12394
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libxatracker2 (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/m/mesa/libxatracker2-dbgsym_22.3.6-1+deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 12066068
MD5sum: b82e72f034f69b8609406f292628372e
SHA1: 0fb5b674a8e8358ad870527834431a6928801fe4
SHA256: ff4fbcee4b14a5aa8b50e25d848f3912493e7abd2fdd21b58d4533d477586db9
SHA512: c5de2971b75747086b3ab165415a2ff113a8446a5221426c867cfa2b1a1bd196dbb21caf4678f2dd5b98e6ff300907e90f50103adfc787156db7b11ffbe80fd1
Description: debug symbols for libxatracker2
Auto-Built-Package: debug-symbols
Build-Ids: 9dc7da282f3f9ffb744d2810eaa90e99b4ac81bb
Multi-Arch: same

Package: libxau-dev
Priority: optional
Section: libdevel
Installed-Size: 63
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 21476
MD5sum: 4557af8a143062bedfdd2d4d17af124c
SHA1: 21e38d88ac55c82ace2619307a2e3ac53c79419a
SHA256: 8909111d53ac4c533886cab384e01bf0b13eee080f15066e7cd6683e94beb2c5
SHA512: 896a75f4f0b2b6d85697df1f944910867c619b730a5425c2979a37c2d42ada70f1d62aa091e792e3e0b31478fbbe7a3bc2dd6af67c72214cbd4acfaeb2907682
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: 43
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxau
Version: 1:1.0.9-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.33)
Filename: pool/target/libx/libxau/libxau6_1.0.9-1+apertis1bv2024dev3b1_amd64.deb
Size: 18512
MD5sum: b32040612b6efa7078bcff84eeef1459
SHA1: 391c0e8f867a3ae7226453d7f86d6d8b92db52d6
SHA256: f8eee2b473937eaed8e37263cc690a79f078f70eea0420aa93a388d0e8270113
SHA512: 704005577b971e49b7d2f283a060acc106fef6a69cea8c6cc94dd50c7e4ba18549176208d82bb6f6b0de15862205346b310d7e71a5910241e89cab939476e805
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: 25
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 11644
MD5sum: 22e1e7d80d6aad908257258f2d1fd074
SHA1: 1c76a8f88ed919e2aad30987ef42eb7e734a4378
SHA256: 961747e1f4087274df63a4c5f22219f2f06b4f56c7744f884ccd24da9c9b6fb8
SHA512: 0d7e1e1b0459c45c6f1c8cab7faad0cb8e097f65e1cdefe9fa0a56e7ecb45d73bd42c1a2638fc9c3ee077c41c4234ab4935f484b60c8b80e31451cfa05d058cb
Description: debug symbols for libxau6
Auto-Built-Package: debug-symbols
Build-Ids: 904289f06377319e3de7fb679cab3220b34cd8c6
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: 515
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 198300
MD5sum: fafbf412589da12f9e1b3a6acf1e804b
SHA1: b210e822e82e0a88fcfc8b6c0c2aebfc3f9179f7
SHA256: f5f0e0961bbb54e338cae9f84ba1f5153666a504df777f3b30f5da7ceef9f6e2
SHA512: cd798a6abfba504962729247a467e1f86023f21c010199d23a66f8989738fff044abd948316f6c100802ff507ed8c64ef1063d748634b589bc0411ed5258573b
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: 534
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 491528
MD5sum: b8498bb9b33762b370153ab9393f3922
SHA1: 17b9f4ce4ba4c20ef3f6280810662d052eb91022
SHA256: 06436cdb184f94705aebb9f19c0bc33145a9259d5bffc5f1cd082c590209ee3c
SHA512: 3444c157ccda08365127aafb322554e6e7e9c8d9a6cfbf540f8b964c62eb7e0479a17296b586b495f9d46755abe405c863bf10ac8e0b27da3b877b3b37336db1
Description: debug symbols for libxaw7
Auto-Built-Package: debug-symbols
Build-Ids: c21c04348d67c5871ab47d200184bb60a5548a5e
Multi-Arch: same

Package: libxaw7-dev
Priority: optional
Section: libdevel
Installed-Size: 1109
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 258924
MD5sum: e94381681162364bb89ed320042eb186
SHA1: 5be638a80c25e085a15b0ebcead51229cac986fa
SHA256: d0a66a512ccf54a9f8404d1b4784592a5f4c7674e2c21b4375385bed2a37c2f3
SHA512: 4cb201ab2fa0ffbac756f16460d638c2c8364b73f53feb182bff600343711b371c0d2781679d265cf2d8b5a21d9d5d79edfd2de3c45ebf40477d8590587e9052
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: 124
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.4), libxcb1
Filename: pool/target/libx/libxcb/libxcb-composite0_1.15-1+apertis0bv2024dev3b1_amd64.deb
Size: 99744
MD5sum: c6290f6703cfb9c31ac05f39f2b80569
SHA1: 4439b7aff13e1d6d091065117e2fc8936f5b2ab1
SHA256: 73291049b1ba3f3734317e2ec7311dc45033c96bcbb4fe580a30ced7e772af24
SHA512: 25feffef431df6b1b1c9e9983d88fad5f8d39eb8c5f8177a2bf45a0de921e0049995caec334223947f7ce164fb08406224dce1305f984e1099eede46872d5cdf
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: 22
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 8268
MD5sum: ded28aca689053b9206c2cbe1d6d73e5
SHA1: 17901675c3e17a99ca4e696438639d7030f23e1b
SHA256: e4ad8813f46b4dd68476225dc4fd90116e2a9dd9d00d5392c9c12aee5478cfd3
SHA512: 3b0766d1fa1b6542fdd30f7e0c8b534c59b6f2be13446152fd3a50d9a5e1bf7cdefc0cbc8ebdf18b25384993b202b700b3c28cbcf5fa18b695efaaff9521c748
Description: debug symbols for libxcb-composite0
Auto-Built-Package: debug-symbols
Build-Ids: d1ff553d1ff46c7bfa5d6e24044a98138a6e2d6e
Multi-Arch: same

Package: libxcb-composite0-dev
Priority: optional
Section: libdevel
Installed-Size: 133
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 100204
MD5sum: 7c3e5b59879ee2f6a1413c9cb7d35990
SHA1: 9784dc2e003d73907faf7d94920247369f4ab006
SHA256: ce264e79b805c00dd5fa0c175f68474961b8ccddbeb4e890fb8805939af15e55
SHA512: 4e80a88ba57400e5a3c5d8a61ce1707ab3940a17811e97faf2b9dbd122c99cf52b12c1316401cb9132974c64688805bb3f103432f26cdd27abad84b684a1af93
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: 124
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.4), libxcb1
Filename: pool/target/libx/libxcb/libxcb-damage0_1.15-1+apertis0bv2024dev3b1_amd64.deb
Size: 99436
MD5sum: f4c8891d0ae4783c98eaf6c781c401c8
SHA1: d55a0f2b7e4368beb156ed56f5066e405aba8fbf
SHA256: 2457d9ff90c8f62975c1af2002940ce3d737a9daf9207ddd377aa344528b51b4
SHA512: 91850c00a5c5fa0ba6850cb7d4628a95a5eedb58168fdf49d5599d28a614c6873dcdae3314121a735a00e73797f79a64260f268f004d2e863c91d971b8f312ca
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: 20
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 6812
MD5sum: 50277ce1fd17bf061633e52075d39f7a
SHA1: ca018e9b3a074ba6c7ab29be7c77863f358254bf
SHA256: db3498b8eb5618aa4adf1914001c55d042b4be9f16ae4fe616f41c3c4745fdc7
SHA512: 9b31a0c0b6d4a40748e5fca156a06e14e620e11e97c92d5e21d1044bf810be55d819f1a1e645687eef2ab9b9f40649e6e7c97d6112669def258731b1ab0cf2ab
Description: debug symbols for libxcb-damage0
Auto-Built-Package: debug-symbols
Build-Ids: e0d5eda21fcaa883adaf935dbf35beb5ba08dd60
Multi-Arch: same

Package: libxcb-damage0-dev
Priority: optional
Section: libdevel
Installed-Size: 126
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 100088
MD5sum: 5367ac44b1b114943eab11be72abb61a
SHA1: 96dcebabe927432d0584a5525eae4f809ce136dc
SHA256: 8365d3cda0a8679515250126126c7bdfa603772f6d7c2b634fcdb08aeedfbb27
SHA512: 8f602edc4513417971573d9ddfdb20ae5b0c08ae1a9ab9e8cdbc3cc55f2d6cf7eef22b3f478549f70a41d58272f912e18b0d4a0895cc4a3d0338ce4c3e95855b
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: 124
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.4), libxcb1
Filename: pool/target/libx/libxcb/libxcb-dpms0_1.15-1+apertis0bv2024dev3b1_amd64.deb
Size: 99664
MD5sum: b5b75deb336b517af42206b6ab69c901
SHA1: 4c38ca07d8fefef6f1ac43d9c1271f822b34407f
SHA256: ba9c1e6ab1a9a537a491bfb419e5144dae6e8ede9f674e707720feeb52789bf3
SHA512: 14fb293a17113ad6f6e8f503a70f1c20075ca85277d8199aa9852497e3c90542b543d9dcc7249d10e679bb2293bf804d9ac0ba5fae0e03cbf405021e0658e1f7
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: 21
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 6996
MD5sum: 8cfd4e073aa83965967865be830af400
SHA1: 75358cf1ade598230602204442f0ff48922bfcac
SHA256: e599267ec329a21b7f9b0d762eb4b129819d3a0b7d124f1e5b5944af48632a58
SHA512: 3992664e9d6fcb3919bfff32bfc9543478bb2cb14bb146f6ac655d98f2f83dd3935f20c8cf655ff03567444cc8928d912ba1da1d805f49c98fbe2e6ae98a3ca9
Description: debug symbols for libxcb-dpms0
Auto-Built-Package: debug-symbols
Build-Ids: ebfe0ad5873e5ec77ad3915d0dd8fd051e85beeb
Multi-Arch: same

Package: libxcb-dpms0-dev
Priority: optional
Section: libdevel
Installed-Size: 130
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 100068
MD5sum: 537121e3fd5d6f06b6b71c9b7f212bf6
SHA1: 6fabffc63b33d0d231fa44268c1866dbdb9d6694
SHA256: 32389298e0b731947a505cc7b88dd51f72744285b2ce9b416d1a514f76479e76
SHA512: f50f9fd1153f0483d82781dd671415acaa90b8ec9bbe4cc3c01270f2cb25147ef6fbe2040a37095f30305525bfc8ce6f1ff342e9782a6645d12bc2c930f3af37
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: 134
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.4), libxcb1
Filename: pool/target/libx/libxcb/libxcb-dri2-0_1.15-1+apertis0bv2024dev3b1_amd64.deb
Size: 101580
MD5sum: 54de82db91cc20c7dfccad23184ea717
SHA1: d06a2634f9959c213a94f351a0b76aa7b6225ba3
SHA256: b869e03a806e4ee842768f2af9c7f126ef9c6e51a7b6891e07c58457da514173
SHA512: 189930c7bda807ad7abd7201c92091e6c082dc297f67470b938f8e0cc1e86db61c7c3eff831b9c59fdeac9b525dcd3f4e9ac523dabde615bc1e68b9dc6551c5c
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: 30
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 14172
MD5sum: f382ca95382388672e48ca824124cd86
SHA1: c7f0c4f19d103d7304c293bc5bf2e57334d9386c
SHA256: 65d34172ec60e9187ee45963c0ec416adf037a94458c7f173aae831e64c67df1
SHA512: a5bef2fd6c878c565a5719716042ddedfcc8f8dd37defbd9f969c9e552d9bf0ef69340da6a8c4bf4e3601f85daa5426f329b16ba46de443732fa86b32b081c93
Description: debug symbols for libxcb-dri2-0
Auto-Built-Package: debug-symbols
Build-Ids: cd905ab3be762fd4c3227c693faecadf4e94f5d9
Multi-Arch: same

Package: libxcb-dri2-0-dev
Priority: optional
Section: libdevel
Installed-Size: 163
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 103048
MD5sum: da14efdf3c41f20d9e41990058a4e901
SHA1: 3968809a4a61e42e86f549a1c4710a6da22b09fc
SHA256: c68b6f04f04b2a0506576324001294ac4b4c1d90cc6a024d76e190f0d9cc8f4b
SHA512: a40ade01f66c90be80aed78fe36d0845bf876f88854e2bda1516f7738b9315a0bb36b17b5ad799e6414536f0926ea4880ae43c01a66d19e0720663151e0e3562
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: 134
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.4), libxcb1 (>= 1.12)
Filename: pool/target/libx/libxcb/libxcb-dri3-0_1.15-1+apertis0bv2024dev3b1_amd64.deb
Size: 101424
MD5sum: a581822467cd62cc3705083d3f062dd6
SHA1: c76639c7cc0ed74fd93fbed0b65bd4fe61256942
SHA256: f7ae261e180fa67d9a97c6ec3848e914285bbb519f1cf8de79a3f6dc4da18838
SHA512: e9b2cd2a1158cadccd0b9109fb9ae1a9987b8328d725bc732780e85a2c2f6d8741e6f2791c30dbb8c583b231de249925d2a51b00cd0954e8aa134bd3fac1cba8
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: 29
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 13856
MD5sum: 6756ee6779fe7d5fcc61f70965209c6b
SHA1: ecc267535126953771015ecf52a4f54855a6e76e
SHA256: e649c8738764faf2366d392255ac5d6f19e5c1d546eef76bcfa12fe210241508
SHA512: dd2c930cf324eb3d82960002cec05b298a607e04e90d970a68261abcb082959f90030a72e4bf9e0277beccd990c25edb61a531c1b4375e48b558ffe0adf77de4
Description: debug symbols for libxcb-dri3-0
Auto-Built-Package: debug-symbols
Build-Ids: 684dc8c5fdaeffd5b0582c5e3936f86c0da3f29e
Multi-Arch: same

Package: libxcb-dri3-dev
Priority: optional
Section: libdevel
Installed-Size: 151
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 102240
MD5sum: 59728053ce6a3e4d18637079eea7391d
SHA1: fa47e4ff41bcf17d23aba061f4a8c792f332391a
SHA256: 7a40cbd87a05d5e039700c1588d26cabcdb00d2c60fa7a3e088f9227570e66ea
SHA512: 539019115ef280f22b114d483fc4ffdb041f99ae50aa2c5dbc16f54f45360f80bda3556e0e302241fe54c67d113c02064697c538ad3b1da2ac3ee2d3e4af373c
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: 199
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 39624
MD5sum: 2a272b9702b73263b00fd3570ad297aa
SHA1: 1b9714bd40c2b27c2a884418881ea2fefd620648
SHA256: 65b9f471f1adbbd0d2c0545c28806abd9685d338d31d856541114ea833a55ec0
SHA512: 6344eaed3712be5e6ffbb6ab7abfc7bd5bfc8a4d1720952efd32b4df1f7cc24262aaf1a592743a0fd6e91e611dd1f9a20132d450a72126e0c1cc52ed177bb1cb
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: 89
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: xcb-util-wm
Version: 0.4.1-1.1+apertis2bv2024dev2b1
Depends: libc6 (>= 2.14), libxcb1
Filename: pool/target/x/xcb-util-wm/libxcb-ewmh2_0.4.1-1.1+apertis2bv2024dev2b1_amd64.deb
Size: 32748
MD5sum: a8f12efc9b615c57e4a9d1bf8b679380
SHA1: e7da474214d2a045b1b10814a64d040312e1f843
SHA256: 8da370e0076ffbabd3e2ea7fcc3498ef05e6eda4572a7fbe7b7eb7e5d48eaa6f
SHA512: f0397f663c463347392f3e2b9137e17916b3106babfae021dd23528ee19eb4728a886501f905aba2ab0984f863630a27d7003098dba311918029ec86c77176db
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: 60
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 38380
MD5sum: b870bda3cd2d3943c578745be8128c2a
SHA1: d4032b5d7d3bda63541b43437f9730fcca9f52b6
SHA256: 7f6638cf8f65c95bd1816761603a1128a8e9896e7c4ba92a30bc488eec9f0ffe
SHA512: a42e71d14833fea679a60b53d2cb70e34f86aff073535301f0a6325a81050138f22f06f4d80ef539f85a5173bb26e863ed89105424260116eb29a9b95075c0eb
Description: debug symbols for libxcb-ewmh2
Auto-Built-Package: debug-symbols
Build-Ids: 098b24e50fc0dd3856deab3706a925978f245604
Multi-Arch: same

Package: libxcb-glx0
Priority: optional
Section: libs
Installed-Size: 242
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.4), libxcb1
Filename: pool/target/libx/libxcb/libxcb-glx0_1.15-1+apertis0bv2024dev3b1_amd64.deb
Size: 117092
MD5sum: 20cf6f193adff39a0fc58a9bebd7d508
SHA1: 0f9a0a6225ce3d28703dc7ba46143a0b1f344bca
SHA256: 19beaa73be941c1b8a8fdc13dba7525eed04d76997b1654e90da155477754170
SHA512: ae346e7c35ab56f887cc36c80c8040fad5570dbb68e3313f291b723f6b8c5ddc18fac1a89534738c9b91b058ee6be83a0cbea81d95d88322cdfb8c23cc0c7ebb
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: 124
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 79316
MD5sum: df255f1c69b9329c8ec23323bd0b2b0d
SHA1: 26801dd0675af871dbabf9a876530f81a8e2fd1c
SHA256: 3742eabd81c31473c6a747ebba4022c81bb85fe4ace55b35745631385ce96fd3
SHA512: b041ce4cc7fd258bb79603c75f56f88728330a2c6353b3098f471b8b49e071808f963a1e3164aa94bfb19f37a5c9f11635192d8c6e6d639f8641153c3fabd9cc
Description: debug symbols for libxcb-glx0
Auto-Built-Package: debug-symbols
Build-Ids: 9901e36d672e40488d862dbf96e671bede6ea888
Multi-Arch: same

Package: libxcb-glx0-dev
Priority: optional
Section: libdevel
Installed-Size: 503
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 122028
MD5sum: 74a979ae9a83d08c7f56875226405c66
SHA1: 7b7c179e22170a45cdf5eb9f153ecda7fde953f6
SHA256: d61e90d25968daa37ad5ff762b3898cbaff0799273a059bb5dd25b4530be9bac
SHA512: b85c3410abc4d880c7c97ffd6b80d71432e732dbc1d4811b3039df28088ce8c1879d2bdf8747157ee01e29a5e70d561a7b7b75ddb5e60e1b545bc66db06d2196
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: 57
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: xcb-util-wm
Version: 0.4.1-1.1+apertis2bv2024dev2b1
Depends: libc6 (>= 2.2.5), libxcb1
Filename: pool/target/x/xcb-util-wm/libxcb-icccm4_0.4.1-1.1+apertis2bv2024dev2b1_amd64.deb
Size: 25956
MD5sum: 24a502daca99c5df84e164a5ee213b2b
SHA1: e08f561c0600c99ea1126979465a3c716540cf3a
SHA256: 82315a4c874e3ba3ade1cf50397fcb4a44d0f99ba2c87e8a0d59bcbd39fe8865
SHA512: 87e3709aef00894950de8d37855c8d301a84b16d92df37f9bf2e6b7f841ff982f4e3f9a5b252030e7955342d68c01d1d1c4d7d5f8b06779909af72b8a6d747ef
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: 32
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 16012
MD5sum: 1b36399af8944f5fd7c7850f5f065286
SHA1: 5ab9ec62c4bdffb311a1bd650f2013595814e428
SHA256: faa14cb816e6f350967e16270ae708d42e75029e12a0dbee5adb7127c57d97a2
SHA512: addae995a854e83bba3462a757addab351c1768a2db249211ce71ce3722d9aa2133d4050ebe096dabe4bb6ba8d9540415e4755d6ab0af96f3ee48b72d59d8a8d
Description: debug symbols for libxcb-icccm4
Auto-Built-Package: debug-symbols
Build-Ids: 56590a260ee4fb1bc3c7d456cbc9163f34962c08
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: amd64
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_amd64.deb
Size: 28700
MD5sum: 2d323a76b302e307977d8baac7b65add
SHA1: 063f6f09b76d7b0e0930e79bc363aeea0abeef70
SHA256: c3e6f0f97d0710c109fad229873d610c4ab1afa1f18fcd2c56687d04aba1b2a8
SHA512: 68e95d442151eab00949f4f2a51079e1e1d27d61f9c71356436bf71d7b99865798ab13ff881a14113144905fe40a7990a358d160bef01dfa9fd5c9a6ee9e5284
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: 46
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: xcb-util-image
Version: 0.4.0-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.14), libxcb-shm0, libxcb-util1 (>= 0.4.0), libxcb1
Filename: pool/target/x/xcb-util-image/libxcb-image0_0.4.0-2+apertis0bv2024dev2b1_amd64.deb
Size: 21564
MD5sum: b2406dd75f0972d5dae960e9c6045edd
SHA1: 21c263138f7584d90bbca3b5832892f39782d467
SHA256: bbc473b82f531ac7d4a6b54189413f54c577b431978c9da7059d85259ac40502
SHA512: bc6dae9494da38369d1835f0464b109457590c2bf8d7a984114daefee10db57d876e5a795403992bbad892a12724765204af4ddeb06920c20ba9fc196ba934d2
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: 32
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: xcb-util-image
Version: 0.4.0-2+apertis0bv2024dev2b1
Depends: libxcb-image0 (= 0.4.0-2+apertis0bv2024dev2b1)
Filename: pool/target/x/xcb-util-image/libxcb-image0-dbgsym_0.4.0-2+apertis0bv2024dev2b1_amd64.deb
Size: 18508
MD5sum: 845b76268ec9e0571e1a2db0943f849d
SHA1: 1f46d4d2e48a57992d3c1be45ce92c3abaafc931
SHA256: e78eff26f15aa00804032a51464d1e860da6b90eca82b781612784e8db5b2965
SHA512: 0f88eb48e7d46c9875a59b62bd6609529e2eb660c3e9c8eb080ac8085a25f9efabd5723f5a825501ee0b05abe19645644f46807d78d5084f2798f9582654771d
Description: debug symbols for libxcb-image0
Auto-Built-Package: debug-symbols
Build-Ids: 777c415bc3a56975ba556176cb57f41fefee806e
Multi-Arch: same

Package: libxcb-image0-dev
Priority: optional
Section: libdevel
Installed-Size: 79
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: xcb-util-image
Version: 0.4.0-2+apertis0bv2024dev2b1
Depends: libxcb-image0 (= 0.4.0-2+apertis0bv2024dev2b1), libxcb1-dev, libxcb-shm0-dev
Filename: pool/target/x/xcb-util-image/libxcb-image0-dev_0.4.0-2+apertis0bv2024dev2b1_amd64.deb
Size: 27996
MD5sum: 29bb9e2ae0d921202be10de282e41c23
SHA1: 8b3d87da5df694ef6ef4f564ab05cb1fb04723aa
SHA256: 52e7fd25aa87e3e881db5217b87fed7bf2932efdcdaa60a16d912699e32a6670
SHA512: 3b6f370c045d33a2abc0731e1116ad530379631b05cc2370005f0b1360b492732bccf4ee78ee2cf3ade99420e645a9d667253e78e2ad77f37d112c461f350fa1
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: 40
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: xcb-util-keysyms
Version: 0.4.0-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.2.5), libxcb1
Filename: pool/target/x/xcb-util-keysyms/libxcb-keysyms1_0.4.0-1+apertis1bv2024dev2b1_amd64.deb
Size: 15336
MD5sum: cccd8c35e93430c60a8a35ae076ee439
SHA1: 74c9595a49eb8c3d0ae6b28c8af759c9957d7101
SHA256: f39ebb6d14d8ab680b35eb69d3e3a282d2496db14c3350865538a2c153e33bb0
SHA512: 7cc407322f2b70b3c97179bf2791dc289215e1928aaf32bd4cfa1758b6c0749bfcd5b09a31a9e250192af21b99e09202112cc1ebe4837f52c4ed46d698646fea
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: 22
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 8324
MD5sum: 159deabd5472d4909023542fa71e0e13
SHA1: de89f75265636450081a5e0b844f7b0772c65503
SHA256: 7cfe18e3a5c6af86b33cf46e10647cacd3653ff700a74ca9020f92583ac85be3
SHA512: 7b0cf9a4d11e9131440b57e837cd1590d7d0fd5b3f38dc67fe2c154ae8dde0cf133a56248484c510521a8d4fc8bd9594664b0b587b262b45f9a19df31170781f
Description: debug symbols for libxcb-keysyms1
Auto-Built-Package: debug-symbols
Build-Ids: f9edbe1b443b601e5fddfc38d158abe20e6d7135
Multi-Arch: same

Package: libxcb-keysyms1-dev
Priority: extra
Section: libdevel
Installed-Size: 40
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 15328
MD5sum: f44d833ff25c89c695fc3e9339cfa2a8
SHA1: 5ac8a854500c44828c18770e84a822371dcf73c4
SHA256: ef49005dd2c90b809ccb7d9522c14cdaf1e914a49affea0354d9caa419d98f57
SHA512: 0eeef9697e914d00026c10e0822e7b32d7d19d8473092a7a77103a9b0912089555dfb430dd5e820a89f0a69985ee290da788c8b6b6ca45d6e0bd10c260b34ca2
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: 137
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 101540
MD5sum: 221e6596fd66cc99bee4c64ce8314872
SHA1: 45b27ad70767398f3bccd1ffda764b52102000cd
SHA256: cab96a742fa5a92fec91ce591c95f7fe40b7c1b9d90cd1a279ad5ea289e124ec
SHA512: b4efa6fe011154a5e3a678c9424bc7b44da887ce0170c78601b137e2b60670f2988e7b981cba0a70930733cbf06769ca62a7c2b4af106fb6c41681385f79e359
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: 124
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.4), libxcb1
Filename: pool/target/libx/libxcb/libxcb-present0_1.15-1+apertis0bv2024dev3b1_amd64.deb
Size: 100152
MD5sum: da9656605b6dd4f5e19f48efb452d3df
SHA1: e13d183357887ee0dc4ab31518c9ba59cccab6dc
SHA256: 803ca6647e1e2b2cc9426d19b81284631c0c306990b5e055e47b8450b2eb82ad
SHA512: 7b78c4dbe385e7b5e57c2646d6afc87efd884344c97f8bfdd1b803b1c20e1a29102a1948f6cf5910a933510f396621be8801cf94547c6b4f9bc32a2fdd11ea63
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: 23
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 9376
MD5sum: 6ad938fd21fae8d6beccfa93a59b066d
SHA1: aa5331b8060a65ced1082e08ff2e2851c3407579
SHA256: 8e5902e837108411413f5cbf541c5159d66f3a9fa366b54ee6bddcfd15ae2156
SHA512: 6ba31ffd138eb2d5320700b854aaa672b68e4c91b5a8a0bf3bb70fe84bc2332a71c4f6e4f93011272db1015e39c7d4c39f456e1cd27eaed34268b1baf6fb8398
Description: debug symbols for libxcb-present0
Auto-Built-Package: debug-symbols
Build-Ids: 407d92fe8c6318f372cb41836ef1368ce28acd30
Multi-Arch: same

Package: libxcb-randr0
Priority: optional
Section: libs
Installed-Size: 190
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.4), libxcb1 (>= 1.9.2)
Filename: pool/target/libx/libxcb/libxcb-randr0_1.15-1+apertis0bv2024dev3b1_amd64.deb
Size: 111416
MD5sum: 499563ea7bf91211e4f8a95259a1429f
SHA1: 1cff54abc7e9cbab91907a1e2ed2fa169d8b1db4
SHA256: e4503c84a6705d7baf6fd4dc244c95f18a1e1ad854a6739950d3d319e30ddbe4
SHA512: 0f6497a7d025eb187c19352fca1435f2081f8e24c5c755ef164d2fe73535af1afe62636172769f9a347184306497d9a8cd2051fc046dd4531f1fc75571b1427d
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: 81
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 50300
MD5sum: 36aa018582bacb0f3f3d84bcd34f0450
SHA1: 331de0428259165a3399ab32693f2a145632b6e3
SHA256: f2d7418f6873bffca33a9c43ab16869da55dcb27767c0f76b38f439a30e5092a
SHA512: 0c619fadf93d0efd59522b9eadebbe9c5a1013b36a897c6370c3b2addc699b3b516227374dee174d90b372106dbe1a15a6f7f53e68c18a973e68de9a13760012
Description: debug symbols for libxcb-randr0
Auto-Built-Package: debug-symbols
Build-Ids: f9b125f95be6d90da2b0436c3b94b62e08bc721d
Multi-Arch: same

Package: libxcb-randr0-dev
Priority: optional
Section: libdevel
Installed-Size: 327
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 115292
MD5sum: 99874c8c2d921c64125bba0e74169901
SHA1: 2a6e4887012af1f5f33dd1bd000792f09076390b
SHA256: e77e8c5bcf1050be89d1180ca9bfc3b286df8062ae031061aa711ea3a5a9f382
SHA512: cd2fd575778dc5a54b641565ebe95c85c11109685fce8998c330bc231414fc525a118c2b7fe9f67c809a6702404add86a5be21ee1cab421eefddea31e8926898
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: 130
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.4), libxcb1
Filename: pool/target/libx/libxcb/libxcb-record0_1.15-1+apertis0bv2024dev3b1_amd64.deb
Size: 101648
MD5sum: 226f9894080a9a9d5d9a3b75bd9a6f12
SHA1: 9eadf1062d98a9fc2ade0c2a510186980a942182
SHA256: e96f046bfc10e10dbd4aa9cc81eaf2481e925c8275fcaa4eb10951ba3948113f
SHA512: 1384bcfa0b2fc28594803a67e21a13cab4e76329a89888581c594efd8b9d4e42510297b14fc28964c915dc87af57729183f8ad04344d3a9b3e93c4a435bb10c1
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: 29
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 13344
MD5sum: dbee28cfd52e6450ec3ea19495306d96
SHA1: 5fcb36b322a413d5751dbc09f56b0a7a2a9bbeeb
SHA256: 08ffe2867871f335c7cfecdc1f51790dd1e6ae0ca375d1bb1b0d6da47176c5df
SHA512: f5042eaf9a03b02da383b3f8db63e5ce94729da69509218fc97f9897cb870e152ca8d50799ae3e60a57d844b02be5239524824676853ea8bf312e952c1779bf3
Description: debug symbols for libxcb-record0
Auto-Built-Package: debug-symbols
Build-Ids: 1638e0b69136eb2ca5aa7880d1008467be647ea7
Multi-Arch: same

Package: libxcb-record0-dev
Priority: optional
Section: libdevel
Installed-Size: 154
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 102412
MD5sum: 8b785f664543f8fa0fcfa2009cfd6464
SHA1: cfb56d89a4a478633badba0789eae445556e9e9c
SHA256: db21fd30d896a3d045112f12f96f85f1c39f9d32d9c3c5dc4db6c2bc644dd561
SHA512: ccf6a1a635cf4ccdfe2fcd63eca1467774ef557ceb31a2b4cf9f94b20b01b783677edd27391210ab23491cb075c74fc6d3e477545fd7fadf25644a4f737afbe8
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: 50
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: xcb-util-renderutil
Version: 0.3.9-1+apertis2bv2024dev2b1
Depends: libc6 (>= 2.4), libxcb-render0, libxcb1
Filename: pool/target/x/xcb-util-renderutil/libxcb-render-util0_0.3.9-1+apertis2bv2024dev2b1_amd64.deb
Size: 16928
MD5sum: 7c87f9de684ed7e57b4d6b8b1d08ff01
SHA1: fc20f30191451720a105650ec085795d7d3d3072
SHA256: 5f5c79666f6ed42838a9e887fb7a35823b304da4519461df22e07e246905da12
SHA512: 35286bdcd205ba269b1db0d6ec1db0e6f7dc474fffdccd49849414b55405778131e0e406a10852693bab8b37730db4c0e7d69fddd71457703bcee2c4e28a9923
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: 28
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 13752
MD5sum: 041bbe540811e15ff507303e282933eb
SHA1: 2a551c6df72895b6e98ca4917394b9a743009282
SHA256: ce5781f495fdf806415a10c0b514498f40edda27e280b68071f114f0a01bea84
SHA512: c511971b38f981939310a4a2145a82db979ba0cf18e820c37c11e8551b5652df695bd7eaf25991874bdb7e66f46a204d67da1c4b9186ce1711fc991416cbde02
Description: debug symbols for libxcb-render-util0
Auto-Built-Package: debug-symbols
Build-Ids: 2727c71f0eb4ed95934a5eacf4422712bae2ce3a
Multi-Arch: same

Package: libxcb-render-util0-dev
Priority: extra
Section: libdevel
Installed-Size: 46
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 16904
MD5sum: 0d092dc04341bbfe432ecd7f3af9eec8
SHA1: cfe2cb69830eb3eb509ff9e9c8d1de9538daa141
SHA256: 882370b412d08917637db2a41017c827371acd9caefa5b257f134cbed7de6647
SHA512: 42cf845a5ebfc12eab7312897a2034e51b17af26833306ef3ef438ecbfd4c283ce6009baec2b6ea9eacf89583fd7ffb15ecf9c9bbdf26c52e2ab5e08a4cc4d5a
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: 174
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.14), libxcb1 (>= 1.8)
Filename: pool/target/libx/libxcb/libxcb-render0_1.15-1+apertis0bv2024dev3b1_amd64.deb
Size: 109772
MD5sum: 761be20e1ec745f279332d936b9b916f
SHA1: b50ce237d32998c78f709539a89c73390e358b76
SHA256: 3b548e41d4ce62db8e113332911a96d3c6a13349725226122f5b0293cb7aa775
SHA512: 7483d001188a97f57088b591333f63381c952a6c9972ca7dcbf523257faff94726ce1761e51628d27ecc769ed595b50f8c32c0701f2eca6c50b531a68343dc14
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: 68
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 43124
MD5sum: d7c1704fdedc763b2256ed905b27642d
SHA1: 2b8b76aa327133de690602d9cc1625e47044442f
SHA256: a527edf0f6f1e7e9684f82afb6a2186543ed8238fc3c13b80968abd8c8c4afe0
SHA512: acf948b605079c15f058d965fcbae8f48e4a20a6c2acee9ef00738c43052199b79bfed0602e6ee5a6ec4a193ce4811eb7b2068e0fbf1b6065c1161eec9d33cf3
Description: debug symbols for libxcb-render0
Auto-Built-Package: debug-symbols
Build-Ids: ccfe85b7737f0e8990160eb843d9745991a64fc8
Multi-Arch: same

Package: libxcb-render0-dev
Priority: optional
Section: libdevel
Installed-Size: 275
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 113040
MD5sum: d62659374808662a5514528dd3c9bc11
SHA1: 3dc3039d64279c03e30bbe803b5cba528270bd3c
SHA256: 4c92c0fb1e7b1928e8d20d764f936461060bded9563fbf7412b1818b4826d5f9
SHA512: 9fc5b7fbf7a6b5e6451b3d75161ef37acd4bea37ba715237599d9d22873786409e7ec672968ea882471ff5601ca69ccda77a3104e83541cf193b548df4bf2ee0
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: 130
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.4), libxcb1
Filename: pool/target/libx/libxcb/libxcb-res0_1.15-1+apertis0bv2024dev3b1_amd64.deb
Size: 101016
MD5sum: 46454858e662239952de0820b58ba4b7
SHA1: f122bc7edf39ffe285acf7df230d8ffdd78efae1
SHA256: 43aee568b0d6f800d0f57cd490cb5216e91d389b2d6d54c0c19271b1da0f343c
SHA512: bf3f4bb8e15336db0b6cc71d85e20c2704f97b61af6deb2ff04b9e7fbe16b2ba12be5903515d1681148d3d717ea3de4ea0f6aa7aad8e56c42039f9c209ed6581
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: 26
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 11152
MD5sum: 435149c9aaa14353adaba6f03a279421
SHA1: 3a4a7c92df54ae0b551c212b93f0d959a1b74a02
SHA256: 7dd58c904e5e5acf2b16ed0d88f36fee9f2201417bde812c957b3bbe81bcbbb9
SHA512: b333f9656301ffdace8a74bfb64d8ffa51b1c92922e9ddfa6d74401c37504f1c8588114bdb5ee509b66b7f3775604ce0068b2533096d2de3798f924f42034516
Description: debug symbols for libxcb-res0
Auto-Built-Package: debug-symbols
Build-Ids: bb2dbe2d7cc981a577afe8cfea06eaf2f4abc6a7
Multi-Arch: same

Package: libxcb-res0-dev
Priority: optional
Section: libdevel
Installed-Size: 147
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 101780
MD5sum: 2218616ea8202f087843fca95f0fe5cc
SHA1: 21b16d5ededf3b9542f7b1b97d3267664d73fb03
SHA256: e8acff718a8294f9ce35698314b413fb41cc000835ae2c53594ca0710844d1b2
SHA512: 36442cebddcc3d0f14cb18f93e7e06aa34bee2b33742c17261bdebec5fd68f811e26b62c532f49ecba0d3b24a8df59d92bae1ab2fcbc7a095b4f0ad3e425e76c
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: 125
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.14), libxcb1
Filename: pool/target/libx/libxcb/libxcb-screensaver0_1.15-1+apertis0bv2024dev3b1_amd64.deb
Size: 100732
MD5sum: 50a134265e7c94168b9f5bc7b87415ae
SHA1: f8d485affc2a80f0c2f44f72fabc06aedbf4dcd8
SHA256: c00b664d28d1984b54ec5e59030ce003c022df517c4497bdbee0ac6dbad2c6f8
SHA512: 10e749b9eda7d2ea6eb507a1e7f176fa1208cc56b7ce42b6331aa507815cadca2fb3eea25abc6cfb7ab502f3c33c5953af66f70b725c6d0c54debe5e0f30cb37
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: 26
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 11496
MD5sum: 4dabb2487e8df1d23000e1ed9b101896
SHA1: 71fd379671cb2b1230ac5797f6efce7c8d721493
SHA256: 38a97e813b68bc3b8112561ffccc74ebea6a3a77af70b9904a0cc24cc60a810c
SHA512: 15eb9fb5d56e765873f17bfc558a96d707267a6d6d074eb3a91b8963dc9edde263fb4c44624a501ac9dc0d034a087d5f5ce9f210dbbed01add381586e94a8611
Description: debug symbols for libxcb-screensaver0
Auto-Built-Package: debug-symbols
Build-Ids: 3bc6a27d3b06029a8001063e960cc96553a8ce11
Multi-Arch: same

Package: libxcb-screensaver0-dev
Priority: optional
Section: libdevel
Installed-Size: 138
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 101644
MD5sum: f37b0695b73d63ef683b82a00b5b6732
SHA1: e8402f4be27c698af0ad1d2476f0278e292ec9fb
SHA256: 5f4650046f0fe1b72db9bd5805e2c87f0effb7107c2b178c737ff1f65e1a6974
SHA512: 60f962eca16f1dec6a3eea3d9adab0833a744ce281909daada85dad0882e3efa08d708682e162e93f3efd939632c085d48fcb0856725ca2882780fe8c8e1ad60
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: 125
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.4), libxcb1
Filename: pool/target/libx/libxcb/libxcb-shape0_1.15-1+apertis0bv2024dev3b1_amd64.deb
Size: 100500
MD5sum: d69de7ffde6f636acc698de3d24a0664
SHA1: 984919ff80397b2b18f2c170241c181df4e0ba67
SHA256: d091212889f1c44fc7e45db7ef2dd742bccbe36936a244188510dfff19804074
SHA512: e4689f94f1da65aed50d64248b11443c7b6f9592a8c705f660cbea09639b2fba0d8165d85c25decc745409c32ead28fea58236f7f8e551484a6f7c113cb3a198
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: 26
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 11144
MD5sum: b39726eb38c5d0d910b8330df7a718d6
SHA1: f03d8cce04a58085f504fdf4f0b9680fd389c847
SHA256: 1ba51a54f3681ad25364eacd78510d482572e3836f989c7c7a17e846f98be592
SHA512: d7324a212023575c4bdc6cd8773ff877b0e1a8244edc564c7c2b52aad6b92eb024ef60749a012a236739bcf8900281d13ed777d6a469ae3c234e28234517e504
Description: debug symbols for libxcb-shape0
Auto-Built-Package: debug-symbols
Build-Ids: e955704add258e2a823b3811251e72b8272a8c77
Multi-Arch: same

Package: libxcb-shape0-dev
Priority: optional
Section: libdevel
Installed-Size: 142
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 101640
MD5sum: ce88fde2f32ea29f62fdb539204de146
SHA1: e113e461d3af4dadf05c890c9ff896d37de1598d
SHA256: 6f927c61f78da3b3d5e1c0f9a4cd1f5a0940e66f276acd632c624e95c5636ae2
SHA512: e029e9b7ab4a0fd4aaba88929aa313414f278b5570177674efabd33e7dad94a9c227e1b52ef497a3513737bd6fabbb3bbf7c51d2996a9041633f9e5f1b6a97d0
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: 124
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.4), libxcb1 (>= 1.12)
Filename: pool/target/libx/libxcb/libxcb-shm0_1.15-1+apertis0bv2024dev3b1_amd64.deb
Size: 100176
MD5sum: 4c429b9e222b9df616fcc82309448ca4
SHA1: fa6e5a53fdbba1a2f3a3193f17e6ffc13796da56
SHA256: e8e07dbd276fb7176d47d33af67c07ede1f70e00df1b0f7189608de4f98f5ad2
SHA512: 6b5fda8e02a0dbd5ed4bc84a16ad1ffd37ebb596c80d86a98a6877e2404b114c1fedaaf0d1740c429ed6148db6de17a6bfa27dc7633a2d78a6be5104e87f9064
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: 24
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 10264
MD5sum: 29dcffe806b66513938abe43b039709b
SHA1: 357308deed077ef8045fe92b0c7336e31e857a94
SHA256: 6936a383f540f4e3442fa6862284c47bf776e8e9a2e204a445e4f43128bfd53c
SHA512: d3af27931b32231e506dff923b81793f646c935b35ee8041c18eef67736caa7e1e8f5459cd8f6efb76007cd863de1efe7e14750df330a17b222f9ae4a5612fa2
Description: debug symbols for libxcb-shm0
Auto-Built-Package: debug-symbols
Build-Ids: c6924d3e593e0cf360d2dc43438408f71cf22515
Multi-Arch: same

Package: libxcb-shm0-dev
Priority: optional
Section: libdevel
Installed-Size: 136
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 101292
MD5sum: 345e3e0f55ce5fb92c1a9a2d83b2e470
SHA1: 78b92c9544e579540c657e9b4bb340b06d07e7eb
SHA256: dd359a336975f12c307171d7f450e4875977e3ef5497e623eb3f0daf97c24e29
SHA512: 86e6098bbff7fb97ff948bad5e4eb0049e39e0b1f2e467d5ae5457e3653d99fab7b1e96058de703bd8d4f6d515a5a0ea7e95ae8f99241ed412062a08522202ee
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: 181
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 105092
MD5sum: 44531844b1e889eb2f1ead14b9016e37
SHA1: 02a815eb51e07a5e573a0391f625cba20077a46f
SHA256: 28494501a3c5744ff39f94df587aeef4498df82034a656898f58ed85b3e2e89a
SHA512: 165e8c8e7b41d88a0e3809ce6b97afaab4c5594a09b1136dfadaac063452bb7b54ea61405dccad5dfa20b4e145b88418a8eade1456682cd6f24b2bac995ec662
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: 143
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.14), libxcb1
Filename: pool/target/libx/libxcb/libxcb-sync1_1.15-1+apertis0bv2024dev3b1_amd64.deb
Size: 103488
MD5sum: 491092b975304af5996d4394b6cffadc
SHA1: 06b8c118302b5b960f307722bfb526eea4d0bff0
SHA256: 57dc0907e92f518acbcf3307643c5a85313eb0c236e23ca5363667b089de5b1e
SHA512: 5ecd61260c7babb5bbcfb681cb6b90ebe4a1025756b9c6d2eba331600b343384e26912769037880654d1ce558e96d8d56b1ff13896bc7784345fee0e4d7841e5
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: amd64
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_amd64.deb
Size: 20232
MD5sum: 27c995e4dbcf6888b2a27f970c39c47a
SHA1: 3ae01bfc9a58cab1f7a2f4a3120035a60b99403a
SHA256: 157bbf1e3a5cf546379de61181dbadcbb51e8cc913bc09ccce4a3ce41603bde9
SHA512: 3bdcdf065f4e1f2fae60bc8ad6ea7336980716324b4a254a6b9a2f9215995fa7fd2c30802ed7ba4c8a43825c0e6a337ee6acf6f5731c9564ff8290602a4416d2
Description: debug symbols for libxcb-sync1
Auto-Built-Package: debug-symbols
Build-Ids: 254ccce16812dd67ab80effb154a19dc8860c0c6
Multi-Arch: same

Package: libxcb-util-dev
Priority: optional
Section: libdevel
Installed-Size: 66
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 23256
MD5sum: 517d205fc1a69327041f1cf43a43d4b0
SHA1: e44bf7bff39ee08d1fe1a788e253815029526026
SHA256: 46038553e96e7f0b769a6338d9b8700405c96fb49707d653adbe0e10b01e4ac0
SHA512: 4db6d1091011dae10373745af45bbf17bc7b52b78e4ac449c27a23f941adda191bb9881794a5fe0551dca5b71c6a458fdc9b77a9ce7187e6daf46ba67e723975
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: amd64
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_amd64.deb
Size: 15700
MD5sum: d6ba7783e706073ca68fa5ce10340e35
SHA1: 4f79fe6159f8c00252ddca14c888293c828ba924
SHA256: 99bb7ce54f693cccda98618cfb8624132f2d81060194d28a0029b0c60d07d126
SHA512: bd76cc517c4dea17a8b244e203646047338bb5c1ee4ba317c6ffd8bb6dd671068a30c9c9af5e230f1c0517e7c563dad9dac35d6bab53d71797201ae38ed04083
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: 55
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: xcb-util
Version: 0.4.0-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.8), libxcb1
Filename: pool/target/x/xcb-util/libxcb-util1_0.4.0-1+apertis1bv2024dev2b1_amd64.deb
Size: 21960
MD5sum: 70364a91e07e2183628b30188ac92233
SHA1: a9a4df17c20aed6288c11ff92567fb1c4ba225b5
SHA256: 497b62349e381269f4c47e695cffaa104ff15201d04660b522631c71ab438d31
SHA512: 11fa1f6bbedea2eabaa0872259d859d1aaa9e29e82541176b9abcbd3a664c64a9cbfaf7425219121310ec460e21b9f6a3465574888428ae05e67629c689e3434
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: 27
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 13052
MD5sum: 571d04945ae3d3cf8d55009cf1e61b68
SHA1: 82992d54832dc2a49f9613f5e966b30de457db76
SHA256: 3700f3ac4f1abde5997361d46e481d02e3cb57e9fdf05154365483bb4b16fae7
SHA512: 349f96afa6764b3a5e935ac2c6a8548f6614ad5723ee23f66e6d2cbe12b2f8915bbc92d0dae5d9e982531f85f6d15844afa99cae0f5cce83d12bee3094c1b29c
Description: debug symbols for libxcb-util1
Auto-Built-Package: debug-symbols
Build-Ids: 5873fc5775d5f1275365eb5f6a14f25a777bb947
Multi-Arch: same

Package: libxcb-xf86dri0
Priority: optional
Section: libs
Installed-Size: 130
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.4), libxcb1
Filename: pool/target/libx/libxcb/libxcb-xf86dri0_1.15-1+apertis0bv2024dev3b1_amd64.deb
Size: 101160
MD5sum: 7702f37328491c89926a5d40d1552176
SHA1: 9f78aeeda2845d1b9d551517612531a2f9030dd5
SHA256: 9a70fc945a3615b2461d826fc53187170cec7da97bd73591660df66a82c8fca1
SHA512: 1b837888a83ce6f050b62180190c2e8fcc9756e0c0a8ea8096254cf0560a4e1ff7930bea7811a40cd2d506353825f0a28c48ed64cb564c47010f1e8a08ecf488
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: 28
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 12068
MD5sum: 2e58500220154cbed241acae64c76564
SHA1: f33b27f0d08b7f4916688b52a419247f092dcee3
SHA256: 1ce96b420df1e95e3a158c2dc72c9fc25d9fd75ea1f06f317941b1e516689dd5
SHA512: fe214d6be2b2e265c6a5feb46f4739c6a76c290694b3ab0d860d6abd68b069e3b32a52e7b8922f76b2a4fb9e0b13ee8b023805adf036519403e635228f1bdec7
Description: debug symbols for libxcb-xf86dri0
Auto-Built-Package: debug-symbols
Build-Ids: 91ff892c4e57b8d50194302c8b0d0eff6d819745
Multi-Arch: same

Package: libxcb-xf86dri0-dev
Priority: optional
Section: libdevel
Installed-Size: 155
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 102028
MD5sum: 71bdfcbd1f2a9948dcd2365176abd260
SHA1: f37a13232c38efd42f830a5e0f670c4c688075c4
SHA256: dd2154d06290797245540735b068645644dec040e23738210db87527ca4dc13a
SHA512: d039340ff32cf707410c3e3bada203665d47966d1489088d6a8968759eabe78cc826f6bcf362d82f090890d1057abc6c6b4f388a174ea0a3a9bb6906e753b098
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: 149
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.4), libxcb1
Filename: pool/target/libx/libxcb/libxcb-xfixes0_1.15-1+apertis0bv2024dev3b1_amd64.deb
Size: 104092
MD5sum: d86fc9d0c7fdd1018f56ea8ae4748a1e
SHA1: 04465a71cfbf357e5f8edd8dd59030254dfb2be3
SHA256: ebe4e2b147583ed36885163ab9368203aeccbfb1c73100f391956de27e3f35de
SHA512: 385ca17fe8156c719b2f99d346b67fa2a96f7694a84f07c8867861a57c2a74eb50cdaad673591b87b50c81e70d76c9320473021e0924c668f68269b7d714abdf
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: 44
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 24196
MD5sum: 91a0973c0a99d76a3175f5582e4625c8
SHA1: f8ffc8bcaca1c09892aecb86d7c6f6dd7afca58a
SHA256: 9fa92381bc9a208c486d6d6392625fa610df0400558c11cb1aa5939f99a54f4a
SHA512: f04a5c0b6b36401cebcd829121e28a9eb8c32a42850dca9ffd3cd73237008490730683e455254ce93f8bab8cdcd26ff8269d56407164a627aa4dd259b1182c82
Description: debug symbols for libxcb-xfixes0
Auto-Built-Package: debug-symbols
Build-Ids: 48bac2eb3d7ccb140c90a05b9694497c59ed560f
Multi-Arch: same

Package: libxcb-xfixes0-dev
Priority: optional
Section: libdevel
Installed-Size: 211
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 106512
MD5sum: cb6b93bfaf6c1cf0360446cc9b989c30
SHA1: 9bbb6a2a929e606d5eaa6405be4fab42b3505e8a
SHA256: fd9de0e2aad61c2cdd6787815a8186116c80726ef77b72a554592da29282b1da
SHA512: 0ae9469451cfcc58eccd99c58dc05afc19404e648e74f992635c0f155bf21c09f20a3173e800d893efc9fb2858a7342f4de9b639243535a1ffaeb4fc4d39d71a
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: 125
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.4), libxcb1
Filename: pool/target/libx/libxcb/libxcb-xinerama0_1.15-1+apertis0bv2024dev3b1_amd64.deb
Size: 99808
MD5sum: 261ba163aa551f14d0203d5993d2c0c7
SHA1: a18a3d1bc8825ec7af40498ff1655db6117b1e7a
SHA256: 02086c9616360b752299bc4122902d77900424dfac838f22a9afb8de2bba73c7
SHA512: 05c99fec8c966380e88b58972eb374675523c804f0536703b717670bf03b0a6d81bbead339acb74ee98a1d07b8e610973b0df387c1a659ce9d9dd156f2b7f799
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: 22
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 7748
MD5sum: 101a1440385e8fe4eaeb673328e9103d
SHA1: 884861f69429dee4cd6a47806fd51d4b82109bb1
SHA256: c780da92fcf000b962807e917e9e70110adfdb213425db37d85435b821aecf31
SHA512: f38233721d85dd2fec729f1aa5491ec2e2eac14289849f360965479700104b7ed31df013d1e24d0986bec2a54c3a95405ce52bc6d6fbbd744137ef00b92d8a1d
Description: debug symbols for libxcb-xinerama0
Auto-Built-Package: debug-symbols
Build-Ids: a17e105c070c8d441b5220a85618f6c9759c668c
Multi-Arch: same

Package: libxcb-xinerama0-dev
Priority: optional
Section: libdevel
Installed-Size: 133
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 100416
MD5sum: d0bc2d39d62960630baa84157755156d
SHA1: e8c4c48c898681f8eb1bd682a808930ec51ad2b6
SHA256: bae64a699e86e4f889aa3d8c95547a614759c604e72fd0ac758819d84bd9bf98
SHA512: 2432e91a312ea46c6d146e68e4c80c22491a2f42f2fb6498b276c5b6fbb98bd560733324193099ea989b7ff2caecc2948d6359a7f66e5cdaefecfcca36c651ad
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: 589
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 137844
MD5sum: 79a72497a423dde1f0b4879fb1757a67
SHA1: caec6531b8023a271315241d72ea0f112146b009
SHA256: 974bcbb3766cfd4b71043782a170d8479f2cb3781fede1875f57889e06c8c521
SHA512: 9b167f0bf023a7fe8170b4075a26f67c057fdede9d0363fc25ab057c0f1b4e70c79e9487d6059f96280859e9af407aa27425df8bea9c7e4edea1908eab0bb1ce
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: 247
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.14), libxcb1 (>= 1.8)
Filename: pool/target/libx/libxcb/libxcb-xinput0_1.15-1+apertis0bv2024dev3b1_amd64.deb
Size: 125832
MD5sum: dd98da5c24d4bdd2db2bec61edd3c82c
SHA1: d80887fbd86c348e2c0f52b63372213650e6e280
SHA256: 8ae82b49712a0f3b1656f36bc892c71dc8a07188bdcc29512e24954fc59d5417
SHA512: 708a2f5119d69a0e783cc2ab3358904da3c4822a044508f7a39e1a3c35e1d71e78233bb1be295a12e3e587459068481eeea2c24a1cb590e9a3011cfebd38fb2e
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: 176
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 127552
MD5sum: 387b0f98c62a45d957133fad4da558cc
SHA1: 66ad615a3cd7a42e75b5443089c9efe33157a90b
SHA256: 4915345c05a7a7b5539e1bd5774140b6179fb4fd5ccd7f013fb03f79dc7593a4
SHA512: f4d52db078433edcb5556f415afab029fa46c61fc553c7303b090d6c61aaa484ce749d10ee160741971d1124f0f4e422f5f70ff73c087eb1e7ee25f6311cf7a4
Description: debug symbols for libxcb-xinput0
Auto-Built-Package: debug-symbols
Build-Ids: 2e7dd615c8d5efc96b918e040b51518d61ddd92b
Multi-Arch: same

Package: libxcb-xkb-dev
Priority: optional
Section: libdevel
Installed-Size: 484
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 133872
MD5sum: 2204648c0cb01038dd354bfd3266a112
SHA1: 6fe6555ea5cee25cb9a3a526e7cb1e92eab74f10
SHA256: 64aef7d46db58830ea472581f1a0ed753a5b2b4bffb6ad429de89968eb5aa4f5
SHA512: 36ea6975ab0c1a1f7ae6d0466107b3f373e42fbbed5ab4863d4c65feb8d6adf860f21f9095e81d4bd02dd1fd07d5eaa94d786922770d669804b4784c70f19113
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: 241
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.14), libxcb1
Filename: pool/target/libx/libxcb/libxcb-xkb1_1.15-1+apertis0bv2024dev3b1_amd64.deb
Size: 124528
MD5sum: 3a89ff7a1ba6115c55720824e98ff9ee
SHA1: 8b14dbc74018f8b6b483220400da731e1ff21cbb
SHA256: 4e6037d578ad6e850e24a2e7d5472243d6f643e0b0277686957cfc3b5421424b
SHA512: 28a80477de203d097878c7d1b2555641f2f3bbcec3bcd015708b39921d7144661d921d78a07be3f1d44941702bcc3bf571256d603781238d6d78acc67fcd3f47
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: 132
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 95424
MD5sum: 57a761f023754890063f38af5953bc1d
SHA1: 402108f84cd6990839aff2ea03b2b44c26074546
SHA256: e8e0f568623b072dc331efc13a0eb9ae02657d62079a086ac8838eeec36f7f94
SHA512: ab21df6b1c67a75f2109dee9a5a6dd8ed3a8399b2eefc2bee4f071319f767388abfdcdb0a0d12b89d4d17dc0f7dca0f550b9989ffeeaa3fa3ebcd98a1bd556bc
Description: debug symbols for libxcb-xkb1
Auto-Built-Package: debug-symbols
Build-Ids: 167e43708f0acb930f26b62cbfd6754ea4161cbf
Multi-Arch: same

Package: libxcb-xtest0
Priority: optional
Section: libs
Installed-Size: 124
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.4), libxcb1
Filename: pool/target/libx/libxcb/libxcb-xtest0_1.15-1+apertis0bv2024dev3b1_amd64.deb
Size: 99364
MD5sum: 32b1a4097dd9e689f499e4935db6beaa
SHA1: 1956c8559599b4cb9dd4d4e786fe65da73f082b3
SHA256: 9dccfe5480ae67a62225a374412ae840df6abb00d36720ac171fde47d2cd1267
SHA512: 26b11a0b4188f2b8e2e68f2d8933c14d02867a778b059d261002f8291b7b1a4a3fb2d384f02fa7a9594f226ce33c24a1051257d8ac8b6a46c261ee942412febc
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: 20
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 6860
MD5sum: d6232a93dc1dc6313344d147c476fe44
SHA1: 2e78549d4cbaec7becbed2c17415a91ac81f89fb
SHA256: 24dd8b538d80b3878af9b4eced4f68fffa3961d0124a9d59b35aa70f4ad65dd2
SHA512: 55185c87b832e4bd09f686611eeed1753308122a0b87ce68c995552c1cefdb6706614a8548b4d2c84489952ae2e7fed19cdacbab08daac521d9eda004d6ca185
Description: debug symbols for libxcb-xtest0
Auto-Built-Package: debug-symbols
Build-Ids: 5255de65379a410f83fcba72b855d2a2fb5be124
Multi-Arch: same

Package: libxcb-xtest0-dev
Priority: optional
Section: libdevel
Installed-Size: 123
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 99688
MD5sum: 2e039b26c77bde002fcd1dbe47e2cbbc
SHA1: 0661ecf4d9c0a731c79b82edbb5892c54663a4a7
SHA256: 07bfad02378305e1100fd757123094723d8c5fd3c338c28bc4ac1d3ca2ea4f3d
SHA512: 24acda420e5b66e74736ff760005c97b577d4fa2c192dcf0728ce720b23601790d4d5b51814d38afbc00ccad0b99fb8b09ccc81eac51775e8e631e21d421ea99
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: 148
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.4), libxcb1
Filename: pool/target/libx/libxcb/libxcb-xv0_1.15-1+apertis0bv2024dev3b1_amd64.deb
Size: 104012
MD5sum: 0400c3d8fb977a5b58ba69c9bde06f4c
SHA1: 40fdb83e7e6d9a72b46d62b3520e882ace910de2
SHA256: 11149bc45e4d23b1ac0f1b3129ffa8d1c781d904c1f241f857cd4f43136f3ec9
SHA512: f5c3f317f7251bd3efe59b8d0d34d39169e5d89c144a1774591b0b3f626c569acd721554d2e081fdd4f343d56d7b83c51f172a8008f30d1d6db102049674fcfe
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: 42
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 23348
MD5sum: d89668c2454bcad98f685a31f08c3d0a
SHA1: a68d48f7233a6cc2eda7985c0283d1ec0e25c559
SHA256: dbe95566bcb119574cff0d9ca6cdce8ff0d95d0915dafb868a0fe9f81ba67085
SHA512: 9804cf8018ee313f57be18da2083d0c08d38d237660bf8f273b5d9f8f36f5d3aaa36b830f8bdbf5a04676eecd91219c07265cfc88b53e1ebcd7b4d2b30d1fb40
Description: debug symbols for libxcb-xv0
Auto-Built-Package: debug-symbols
Build-Ids: d6c650485aae13b91cd3841bd307b0f66de19585
Multi-Arch: same

Package: libxcb-xv0-dev
Priority: optional
Section: libdevel
Installed-Size: 198
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 106088
MD5sum: 7e1217355425173327bd39d514247285
SHA1: b857c51d220f59d0cf8c79bec9a79ab781126a7a
SHA256: bc7efddd64b8114ec3a919b5da2956b24747fb937f9d35d16887f5d6ca13ab49
SHA512: 51fe468abebe54ed8ebd75c98afc59eebadda8816b4c86fe612d0fc3dc5028c8063408ab53c567b34bb81339b6f0646a36cb059623cd0387706d15fb14f4df7d
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: 130
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.4), libxcb1
Filename: pool/target/libx/libxcb/libxcb-xvmc0_1.15-1+apertis0bv2024dev3b1_amd64.deb
Size: 100852
MD5sum: d27953274cc63f342d2187e586e690bd
SHA1: 56cd17ef2c7a7ffc9a5a03ed00bec929ca0c5b3d
SHA256: f54574b9fe59c89a0a62bcf5ee97bdc213d3cacf2dbc50816d6e2317184a68df
SHA512: 8c911a6657ce61a48638055075f10813ed76ac02526bad9b002959ca4cf3971701ed19001c2537e97f0dd96fcd96fdbe45d8af16d72d31dad72ae497f1b1ad6b
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: 27
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 11736
MD5sum: 3406f5f4f9ac565b72d3bea4a1cd8489
SHA1: 3e37246a095cef071ff2b0ecc579317baf27ae1a
SHA256: 1764901c70d9315b43fdc88777e2b7646dca2fb3097cf49189151cbba207e57f
SHA512: 15104a1988056f13657eaf40ffd34a4c7042301c7363fb2948d329bc12d90ead018e8d341fbcf8cb21664678a928b1f69c5abb87abbd1a9983798596bdcfaef7
Description: debug symbols for libxcb-xvmc0
Auto-Built-Package: debug-symbols
Build-Ids: 4a5dfdad4ba4a01a1552d123d106b97361880a10
Multi-Arch: same

Package: libxcb-xvmc0-dev
Priority: optional
Section: libdevel
Installed-Size: 148
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 101772
MD5sum: a89cb60028889d97c5264971a174da1f
SHA1: bd064aa17fd068590e5780a6405faa589ddb0cf6
SHA256: 8044d77ed57b23131a6ee5e794afa1b7c6e1f3bcd62b5772b838178561ec9a7b
SHA512: 64eab5cd300ff43bac2c0b91d8f5df27c23ca79cd52494e643ef26898954aa9a25ffdd314afbbef85cadb3599d6df05633d02fa8e8fd7089ae9cd3b3aaa6ff7a
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: 294
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.14), libxau6 (>= 1:1.0.9), libxdmcp6
Breaks: alsa-utils (<< 1.0.24.2-5)
Filename: pool/target/libx/libxcb/libxcb1_1.15-1+apertis0bv2024dev3b1_amd64.deb
Size: 138888
MD5sum: e31279125e9ee3aa31cd829935baf959
SHA1: d2e263c84918ae8627f379f7aad052033329309d
SHA256: acffc552b1c266caaf54fcd2e275dc6d5df6459a844bdda90c8fb8dae6111221
SHA512: ca854f5e9cda01812588e3542fdc3dc1f2bd8f825b8d1985fcf6f3ae301a204c165973fa27351e24bbde0be17acb122787329b3370febeef53d0d96344f42dff
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: 214
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb1 (= 1.15-1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxcb/libxcb1-dbgsym_1.15-1+apertis0bv2024dev3b1_amd64.deb
Size: 167424
MD5sum: 5cdf32c289311348d608cbfa8896c5d9
SHA1: 9e52a69e12029c103d0eb6aa5151b5ebb30e9e0a
SHA256: 261750bc8763488c0b2e4ba2a66350539ccd94a765fdb24a79d1b07147f294d7
SHA512: d2ea981630f04d07a8c9c56e40a21a36d636c72b04cf2e8c9296bde544f0c8cca6717ea04e6aa55b29d57c4733b7524936ec9e5d820f0ac492c4182efdef2e8e
Description: debug symbols for libxcb1
Auto-Built-Package: debug-symbols
Build-Ids: 2cf55f74aa7a1624b4f97088fac79aa5fed3bf1c
Multi-Arch: same

Package: libxcb1-dev
Priority: optional
Section: libdevel
Installed-Size: 768
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 175500
MD5sum: 1cc09ffb952a522a9f6dc2c6d5229c78
SHA1: c4fe774d7f87bcc6a979b15c2ee787da9550b874
SHA256: 14c464a031464767220434b7775411e464be1dfafaac61665c50a8785c5d5a74
SHA512: b9925d3116c656264770ff0641538070414a70abf31ef3746fad0cd1df8ae26384acb7a2f28fce9f877175c40e7faf24292588dc5cab4f1a4cca6e98e95f2596
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: 57
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 18672
MD5sum: 18949360f5e4bf4ad092cc7a5376f4ff
SHA1: 47ad99703d4f2690fed5805d138b408d84cb80d6
SHA256: 9b9305a9c9c00a644c74ec4dacca4103198a163ab05106ddede79cef4828c140
SHA512: b6fee570ef22ab82517f928ba0a101600b7bcf5493c1e93ca224eb2d66fe31a7c142fe9df04c938f0dcc1b48a0ad974de080395071f97ed7079305008786bf29
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: 40
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxcomposite
Version: 1:0.4.5-1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.4), libx11-6 (>= 2:1.4.99.1)
Filename: pool/target/libx/libxcomposite/libxcomposite1_0.4.5-1+apertis2bv2024dev3b1_amd64.deb
Size: 15212
MD5sum: 3e5ae2bc568c2e8918d18c04595de532
SHA1: f577f30a1866c999d22a689b6db41afaf5e22e3e
SHA256: 8de0c0d958971b3d930b801603befebfe2ad7e60124cf78795b656a8f9d81e5b
SHA512: c5beca85ba472702bf55b48bedf2b7a5166d597e3e7af870302408d3bb30ff84af76ece57e31d8b8506b8cc6dda2edc1e4b0ac6f6deeec5234efbe32815560da
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: 34
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 21028
MD5sum: dc877f2195137eef96b1213bbb8fe63b
SHA1: 908ee535bdf19077b4d5b7af7ae794683ffa4bad
SHA256: 97f47c42ad0e25844927f4847344383a8c8c8e1aee6cff8cae4934b022fadaa7
SHA512: 48d8ecb499d22d2fa2166b394ec0b34572eefd59bae48b412fc02aacb5e1850b35263bbe3934c669fefe846147692efeb1ba09477e60fc119adab4ef32db3f0f
Description: debug symbols for libxcomposite1
Auto-Built-Package: debug-symbols
Build-Ids: a964375324d3878fd7950799f404738355be8117
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: 172
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 47492
MD5sum: fad7b77b7de78b507807a0803d9239b0
SHA1: 36676703bbc072fa086b113d5975afe5a49f43ae
SHA256: 59709a63ba6b7de0096a054f69ac74a25e27150b56765b1497bd8a8f24d78939
SHA512: 8f91fc0c178a974dbd0d2d8a417038c415ce2b48e66a5eede48b60ab36a5375d46d2394a6fb02b14b529e4f080518c84379dfdfd02e260a60de1ebb66fa3a73c
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: 81
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxcursor
Version: 1:1.2.1-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.4), libx11-6 (>= 2:1.4.99.1), libxfixes3, libxrender1
Filename: pool/target/libx/libxcursor/libxcursor1_1.2.1-1+apertis0bv2024dev3b1_amd64.deb
Size: 36612
MD5sum: 6855b7c4f4a8954158754ddbbcb239e7
SHA1: 312d07babd6f1fa70e052de6f213af49ea7b2b63
SHA256: 6b91a73c1cc8ae66fbaa2e3dd81817907ce70429eea0d1ca5e547603d5e0162f
SHA512: d4c231daf2ee66cb2aca05870e742fd41fb493430644c86954731473e5491ce736786171f31f4ffb90392e696f6e253c48cf7906bc1ff15b36430930e777891e
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: 74
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 58736
MD5sum: 779e6455f19131c5b67de882a374f174
SHA1: 972af13fa99087985abc4a1edf2ca3ae751469ef
SHA256: 72ff5b58d4ecc4653cf9c079d16691e91699d2b64fd5de9b8530a92704208715
SHA512: a756846f98a4970ed2ca4fb76ea4d87c388377df5ec7ca960e1acf2eb0fe5b10c33a76ba9bfe8b5f6ebb0007e88c3a7192f3c9891079c1ddd7ecf4212dbe9267
Description: debug symbols for libxcursor1
Auto-Built-Package: debug-symbols
Build-Ids: 9c450bdf5203060404a944ea8668eed01f6e3425
Multi-Arch: same

Package: libxcvt-dev
Priority: optional
Section: libdevel
Installed-Size: 23
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 4180
MD5sum: 8623d4ce5359922dfcb8d4f0f4fe3f3d
SHA1: c0f8ef2366e9b21cb811fb9a65393b49d40f37a0
SHA256: a90993d9cf542fc388dd457401917771342272de173b84d7c344aec5db933a68
SHA512: 88248615131698ca82a0286e06f93df4daedc00c0149f58dc187ed893951d829b67c9cb8fe7c2c1cfb8cf212475712e3fc8eedce7261cb64ba70ed7af29e29ed
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: 31
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxcvt
Version: 0.1.2-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.2.5)
Filename: pool/target/libx/libxcvt/libxcvt0_0.1.2-1+apertis1bv2024dev2b1_amd64.deb
Size: 5808
MD5sum: 69d4d04d32e768a52716ce7319f8f379
SHA1: 14ff84ee7d925eac50303afc4694acc878648457
SHA256: 72e567c16355f20a3d2917ca5182505416869c3fc1af0c52c0974d3e308d7354
SHA512: 76540681dc9f3f3eef2a1f7885e4ece356dcf01a67db8b7f6eb3a573e7d5e3515abf66b9d6b7df863cc76e3dfb3017e5a2e3c5a280c96e438b7f7543353fa0c0
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: 17
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 4724
MD5sum: c5c8e24282f005cbb0ff301c7455c5c4
SHA1: df3852ef5e37946f79237c39bd9f86c6968fc7e1
SHA256: d56f0869cfa143d3768a9f92499e57851da572b4c248d8bebda76e1c2866acb0
SHA512: 2bbfd29c01e43759b428d9d3468b347f14cd83b098ac377cd43343888f2eacd60d91aa7e41e23d5496f8fcf05b1b793f8fff63ec2bc642b4b15f15b6ac733fa6
Description: debug symbols for libxcvt0
Auto-Built-Package: debug-symbols
Build-Ids: e0dfe2a39a837b9273ebf30cf16c91eb2eb68761
Multi-Arch: same

Package: libxdamage-dev
Priority: optional
Section: libdevel
Installed-Size: 38
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 15576
MD5sum: 64d4d7a78436764c408bd463b12c6842
SHA1: dc104640c4821207036207e1f1ba2f7fea3a4b3f
SHA256: 950a8b5a6640a606fc2f72908825583ba8c0de3891d868fdc7c72dd71380b5b8
SHA512: ccb0bebe1bc9486d3bfccf0ece3b895ea816e0b7970893fdae3231ca0f9e922485fd241959fa3096110b344985f4f238a8db72e1d14d0f02048b5fde2fa951f7
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: 41
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxdamage
Version: 1:1.1.6-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.4), libx11-6 (>= 2:1.4.99.1)
Filename: pool/target/libx/libxdamage/libxdamage1_1.1.6-1+apertis0bv2024dev3b1_amd64.deb
Size: 15820
MD5sum: 17f12b9a8b3eda156269e56ac735f641
SHA1: b4db9450a2a1f985f52f0d8644c44a7ffed40a9f
SHA256: e76ea935e40accc31bd8af36e0a4235cfdfc76b190bb939e07288e6cb6c34ef8
SHA512: 8e5fbf881bcc8784c24cf8bd94f01df84ef0b670676ad67f7b357599d864c3fd1b4d8b48e106a9ef5525f330ecf2c4e71afe5068c27a39049b0c9c9aa81d0549
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: 34
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 21064
MD5sum: b6284d0a5675f79d7154e5a6a89b7c0d
SHA1: d28fd1f337ab7d36b30d0da337c4ae542b5d5afb
SHA256: c3060f33d3bf8cf938de84fffbf273acd752aae5021aa859387cebe468b1d5f3
SHA512: ba5108f2c0afb9ed0ff11d9d7615c7ad3aa1827fe539d95539148f14b3fe54893ae4c88c6b5330d89f8bb81b675e482c0c77feb8327420db8162b6312cedde95
Description: debug symbols for libxdamage1
Auto-Built-Package: debug-symbols
Build-Ids: d272a9f9cd4ee8322e2f6bf573747aa34f87161f
Multi-Arch: same

Package: libxdmcp-dev
Priority: optional
Section: libdevel
Installed-Size: 80
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 40724
MD5sum: bc090bde28d582969198c5cd506edf65
SHA1: 4dc5103baf7551639a89c69b4cf2577605d4ef67
SHA256: 79ea0a966c257f2b5b56ee32f3e0712fc9cacfc9f412039f7210b8cc8107123b
SHA512: a45513c8a41f0f24183ee1e8eb7529212afefef6ab6170ddd0f139844db433e45d6969eed6d2a1ae6460721a2535dceb49b1c143518288cc6b91ced2718ad659
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: 58
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxdmcp
Version: 1:1.1.2-3+apertis1bv2024dev3b1
Depends: libbsd0 (>= 0.2.0), libc6 (>= 2.4)
Filename: pool/target/libx/libxdmcp/libxdmcp6_1.1.2-3+apertis1bv2024dev3b1_amd64.deb
Size: 24600
MD5sum: c7dc914e5d1a1a64534ab09c01a3883c
SHA1: a736de65a3aa745f8a2ae8b869c7debc209536c8
SHA256: 20111684d1b8b9bc477a723f1a8e73841af5411588fcbd6ffb89310b0546531b
SHA512: c616c1eae189f74ebbd81149c6bbc2d070fa29acfb7f413231378f6bbd43781e7b713ee91374612892db917fec3a20bcc799102a9e03cb49bc2e2be6d677dd82
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: 51
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 33980
MD5sum: ab5aeb03bb508e124022cd341c057555
SHA1: 7262325ba9a1c4dfcc56d501d5c326385a536423
SHA256: e748653a11e821c8937bbe72f78dc9fb5cc4721b3c561562e830f0e2fe0e5b9f
SHA512: fd45bf7ff60dd280528b58218b98a5e2bbe5ea4a412c2f884510a81b1f99b2674977513669ca8a86147a7fc8d1926f8bbd21292147a9623bfc6fec846ba89f41
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: 79d3b3f809d599df391d5f8e647a44195da52414
Multi-Arch: same

Package: libxext-dev
Priority: optional
Section: libdevel
Installed-Size: 328
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 105336
MD5sum: aca7843265b8101fb7d2615b8a941473
SHA1: dbc830337599a73a04131fd8ac7b513a7d478c31
SHA256: fa5a7b0b92020aeda90358343d2e2108adafdad9635f80ad2487f3e45b6d4ccb
SHA512: 2f070bf3deeb98478c1872f965abb73cbf843a0076f351fc12ea092b76f921188f016f558eddba2d055a806bbc2cb24c040178912d8d2fc9cda5580c4cc18a46
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: 131
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxext
Version: 2:1.3.4-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.6.0)
Filename: pool/target/libx/libxext/libxext6_1.3.4-1+apertis0bv2024dev3b1_amd64.deb
Size: 51556
MD5sum: 4d5a8f802e491f1c20f097914cdd1935
SHA1: 7bb914bf8392127404d33d5f30516727af5fa4dc
SHA256: 54fcc69bdbeb767e15bc490d419eeceb22b798c68511f28e7bfd2c6f3d1fe7b3
SHA512: 7f658dd37e65eac3e6af7fa59b9da93d17e184d4f34f3303b592f0df7aa02a4fdcbc099dfab14bbd54ea008258283992c525018f86aece7bd09aa4dba0d4790c
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: 114
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 95784
MD5sum: cc41333468a2c5fbb09529efdbec4ffb
SHA1: 4331d12c50621568d3c18cd2a1a1f53a0ac86997
SHA256: 01b762c0a4d21e6e1d154f0a3198060095caf241afa86fbdf8faec0f38db54f1
SHA512: 331471a248598e347183e468689ebc392ef22b50a670231789f33734bd54569b6b0fdc6b9e22cbe454cbadaa64c200440405ccabd79ddcbf46bb0babfe73b29f
Description: debug symbols for libxext6
Auto-Built-Package: debug-symbols
Build-Ids: 339b5923a4d1234c1988beb3dbd7cceda774dca2
Multi-Arch: same

Package: libxfixes-dev
Priority: optional
Section: libdevel
Installed-Size: 71
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 22600
MD5sum: 20658e2d05d2b4027a7f2e6bfaccd865
SHA1: 4dd0f820e422c1b85f8411e05bbfe64437bf53fa
SHA256: fc17176788dcaa66dfd69400b76dd72b831c5e99f5e220eb0e9ce86c15cc78f0
SHA512: ad789dfccf01e666620ce4107f0e7c56ed6f47334b11b654857ab8a3819e93fb31ffe80de16c15d7e116371cb8716666293b725c56d990660ef9efc9604f6683
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: 57
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxfixes
Version: 1:6.0.0-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.6.0)
Filename: pool/target/libx/libxfixes/libxfixes3_6.0.0-2+apertis0bv2024dev3b1_amd64.deb
Size: 20676
MD5sum: 61304133005908fa7b488414dbff5481
SHA1: 2d9b0e919c5707f5213ad5746ac912359e46cf02
SHA256: 5776dc65d94250a08ec51d80f8b8e0168bf68976d2a3eb8ad0bfbc2666b4914b
SHA512: 12c9aaf8326be8d986326cd50bd2686d06933ec93f50350f1477f98f3dfe726fac97fe0fe875c650ec44bcec993084bef25f88671320f7657b0e970182793396
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: 48
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 34216
MD5sum: 2d3aa890f34cfb9f49bf92f9c9c46e1d
SHA1: 2d3070af118058a595ac76faeb6f18c1fcdac6f5
SHA256: df65ec09d663c4a4cbdc73fc843553c5cf32c1a0a165d64edd63111aaa31cc50
SHA512: b6b4a69e5d93a75124b35a663e577be9351c69314b99c76b60d49cbf4f69f7b3b4e9bcaf6487b9fb4376b0f2cf5d4f9cbb4ae84c4f94fd7296b5a8cc15333015
Description: debug symbols for libxfixes3
Auto-Built-Package: debug-symbols
Build-Ids: eb988f953d0a5c1e784679466a4afcd9cd4d2fde
Multi-Arch: same

Package: libxfont-dev
Priority: optional
Section: libdevel
Installed-Size: 437
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 160160
MD5sum: 219e7aa14b7605790b4d8c937a2b17fb
SHA1: b82280ab10682fa0f9af2874e48bbb744e2ec44a
SHA256: 431c36eb52a88eecaf18ba41a88c2f815ec0b395e11f1babe7000738f4bfdf05
SHA512: d3c6cad1ee1ecf08c21f7ed0f9379abea7ff292079ba748fc0a37599127e9263752b734a65c4221b48346593a14813f85d2e22a3e5bbcc614a1626a53abda9b4
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: 247
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 131348
MD5sum: 754dc05af4422320e751e9acab3097d9
SHA1: e5ce9e6f111872c0540ccbcf86226c4d4c787a35
SHA256: 56101130332c05b84c9bb2021644066bb8846547099d0e806753760f363a9a13
SHA512: 9b7e54276141b6426f0a3f33092b2eb6682c46d8944cbd3b1c62636057627d4cae30d26210c0557e8a8b1434101a6a7456b178ac8a6fdb888684a408859ed952
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: 239
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 217932
MD5sum: 9936251e588c4a592ede7632475fae41
SHA1: e219618a6b77bdaf3f9a25fdde0d13ec2bb86362
SHA256: f245e938a22170fc981a2976ba412ee3ed2980c3ca3674bdf2177cd27680f55f
SHA512: d2e89197cd318261c11c1e327f753eda32bf434e9fac53322f945e4a97fafe01868749deed7e68ba55e890a2b521be174cfc9b8cf08f7a643afd26f75b9215cf
Description: debug symbols for libxfont2
Auto-Built-Package: debug-symbols
Build-Ids: 354e254810db6e2466352eb96219921f84f3a334
Multi-Arch: same

Package: libxft-dev
Priority: optional
Section: libdevel
Installed-Size: 282
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 72260
MD5sum: 9a460d6de7cab784d7fab7a8f8cea062
SHA1: 5028114a5595426ded5815cac80f1de3a87b9def
SHA256: f6b2c133353313012ec298aa85d59ea50da9a8c8f236463594d1f9b1d8771f19
SHA512: 0f5136012e7dec3383e0775181f2ecd6cc9582c8747e7330b99ab9a31496666d26430d7473d9eeba9ec9837b4245e15999bdd599709b8b4f6ea6be0551e5b4e3
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: 126
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: xft
Version: 2.3.6-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.14), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.3.5), libx11-6, libxrender1
Filename: pool/target/x/xft/libxft2_2.3.6-1+apertis0bv2024dev2b1_amd64.deb
Size: 53840
MD5sum: af879f99fddd21b4f97c104de3e946ec
SHA1: ca3b773ae511300f3b77102b95563a19d8fc8339
SHA256: 5fcfcf969df98a55f9868d39c2cca4441eea6ec896ba66e09592e113410e393a
SHA512: 5bcd257b3fe9b7a6d1874e207f0dbfda2a5e0334e943584bfe770dad6fef6c7d27dc86b5cfd3e5ce6ee0099fb3839a27da03f1cd542a9f3c128dbf52c7a930d9
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: amd64
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_amd64.deb
Size: 133160
MD5sum: 14a6eb5f637bf2370f13965d7f4c94cc
SHA1: ad40a0a9c79d2e244e4509ea1b4b9518c9cbab47
SHA256: 3acb0216dd795eadf71ba317b312ed28bf16e9ee9ae5cff779056b9a11b3972a
SHA512: 06e318ffe9a46b3c8388887061fe5cbbd257d926f63a839da8cd12fe0e5bad776b236985c370db0fbbb3008e5b88599c10d36ee949b019922bfab910fde090d9
Description: debug symbols for libxft2
Auto-Built-Package: debug-symbols
Build-Ids: 1c34c682fe178a5faecc64630e5c44135b73b8b5
Multi-Arch: same

Package: libxi-dev
Priority: optional
Section: libdevel
Installed-Size: 739
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 241440
MD5sum: 2a1436e6bf69641c744b4f2ddbd50922
SHA1: 08971d2ca442459aaba802eb57e983ac1caa2128
SHA256: 276f76f82af293371b7dba7c3c8232b0f4f954a7c041591ecf4fc5b84a4fff51
SHA512: 8ad80cf804864bdce9e07471d433058f753ef3ac1aa98025adb2e28b7417bd7deab5c241ec6166d0c424dcb13ea8b664be617fccf28e545ac4a1f3ca4366adad
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: 146
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxi
Version: 2:1.8-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.6.0), libxext6
Filename: pool/target/libx/libxi/libxi6_1.8-1+apertis0bv2024dev3b1_amd64.deb
Size: 80332
MD5sum: 2f875a8bad6bc5e833d72010c6e9f73c
SHA1: ebed60583e3e6c4083c9bea997ca20de7a0f18d3
SHA256: c0f00a13a23984f78bbe3e6c9f8f4f5332d0f771264ce371868686f491eb9882
SHA512: 5ba6bf8030882117d94b2687b05c7fc95eae0f76bb955f48cccb7fc0ac47ed14afabba3cc5c197c05965eb466585f26adf7f2ba2d1713fd3eb406876aa68c127
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: 130
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 113804
MD5sum: 730ae8568311bdb79002a32453d770e2
SHA1: 67e2852c635d5522940d03e6c3d0b1f15ce069a7
SHA256: 1054393c4534e97dad49c172f56fe0ab9d6c785faa3e03eb592536ac8193679c
SHA512: 56b552c3963682fd4ba87ac4ae7def7af12643b0b9a3a01cd8dbdb02e6ddebe98d806bfa8cdbb8767585e62dd78d723c86a6eb85dfc56c9d920e93c989156625
Description: debug symbols for libxi6
Auto-Built-Package: debug-symbols
Build-Ids: db7befd18b9fd1948a5cbf26ff0a1653c73cfb29
Multi-Arch: same

Package: libxinerama-dev
Priority: optional
Section: libdevel
Installed-Size: 53
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 18592
MD5sum: 5dcfdc8e4643d6d15d200225228fbd77
SHA1: b50b1250ebe19a0c64ddd57d180e4d190a084403
SHA256: 0a5b8355ce89d7953ae888377add4470206812a59620edb618eceb63b72073ee
SHA512: e814b67fce7f31f1b7551572539e25c4fe3a5bfef188cb6640197cc6f68ec5505c3fa6bdcb9d118623fa9d5fcaaaa252576882a627d784fd1a120452217c1593
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: 45
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxinerama
Version: 2:1.1.4-3+apertis0bv2024dev3b1
Depends: libc6 (>= 2.4), libx11-6 (>= 2:1.6.0), libxext6
Filename: pool/target/libx/libxinerama/libxinerama1_1.1.4-3+apertis0bv2024dev3b1_amd64.deb
Size: 16336
MD5sum: 9240e25cfcd12be9685c48fe5d8abbc8
SHA1: fe2156a46fe837afae9d487af0c3ed6b72d7de0b
SHA256: 836276a4630dd5e8e189de08ee4463ebd99ddacba215dac66ad4bb30ae072fa7
SHA512: af9bfc8e0844cf3de0998d52665fe43debe95119aaa2f93cfff2d59269df3437cbf6b25bac0246f1e4b873cd120fc6f3a85d6e5fd7a00cf0d3ddb30a4ad6d6d4
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: 33
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 20260
MD5sum: a046bbe321c8953ef7c7fef57b8ea3e1
SHA1: e0879365ee870725dd178cf2ba829d5ffa124bee
SHA256: 28cad68e7ac3ae5a354da97386753f7605be3af8e97546455aad679e8a2deb7c
SHA512: 0c8c51a86f74ad95d07a5cf9d3cde5437a041e9a4623fb238d4026e1e324c384640d44237545ca29d9d89aa4c25f348f02874637ca171a62dc649696cb8b5464
Description: debug symbols for libxinerama1
Auto-Built-Package: debug-symbols
Build-Ids: bb812e2d951991538ee80e51572ed473c2ef2a95
Multi-Arch: same

Package: libxkbcommon-dev
Priority: optional
Section: libdevel
Installed-Size: 338
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 52916
MD5sum: fdb17acdb99583f0a093615c5e70bf55
SHA1: e454174cb12c1f41790a48e93fb1eae56f3fa103
SHA256: 6a7c86cdacfd767c1a959c974772ed1277ef96df4ad276713d7276168096dd7b
SHA512: 737b1b1491904d67aaa13c97539a6b98777ee6d78433b90425d9c1b83142d22febc23515a329037df066b67492476f60607e862ebafcb565975515b2042bd565
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: 171
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 33780
MD5sum: ae9083365ba6ec9659cb904ce3e1da17
SHA1: eba8a0126e31ac077635d647211847a183f8c45a
SHA256: 41fa935da2a5ae6cafac01394c02470651b1ae6dbb4eac07853d0628bd963d6a
SHA512: a79308e6fc1c528ba284b4f4a63ddfbd31d65f704fcf90bb865d2932a5e3ea951f10f722408e6b7ecb3936da2fedf40204d3bf5e7c441499587f999fed4450af
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: 154
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 85112
MD5sum: 6ec9893c044e47bcb93a86bb8626cc2c
SHA1: f2a6553760238b2d4bcce4ac0e13771acbce98b7
SHA256: 0f3877c6c34bf67a8e490ea86a328989c9d3d87dacf6c094533e23051ac80400
SHA512: 9b45f01a00df51c3c9ef1ba844aba5938e18966a79f1d1b263e6c5f148b3a5a0e30b97e202ece73b00edc7444da9e961c55675c41152533c8d54b38b03344379
Description: debug symbols for libxkbcommon-tools
Auto-Built-Package: debug-symbols
Build-Ids: 251e530fb9482bbb57eb55243c451458b8448d3e 30f28cb6e86a0de5be6e8948508dda02e9800468 4aaf790b2e3a787ba6c33427c2f91d661683c438 8d335adac3b8418200635145a22df605edf6b652 949ca428e3cf25a38f8b795c00709a79d9c7cb2c 9c4de213c06cbc74582cb7ca29194ca7c555e6fe d7b3409af9a7aab9ca822df5115001fce964f3fb

Package: libxkbcommon-x11-0
Priority: optional
Section: libs
Installed-Size: 60
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 17748
MD5sum: 2d471c486482410d5af4067016461952
SHA1: f3d092bfcb89a89ff734c4097c23b5454236f3e8
SHA256: f73c904df4617cfa98ce673fc44b9afaa95b6f8c13d4ae3844d7b6f67bc99183
SHA512: d07f3b5bc8ab3eb9c173590f1ef82af7b61f5cda49f30328ce2d3766e76d7ce70c6ce9ac6957039c76d0316acafa5cdf326976da4861fcba82481a741940cd05
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: amd64
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_amd64.deb
Size: 45400
MD5sum: 42277c24fe2db8787c54a602cd5f2307
SHA1: b7883a1c870c09e49a9c1c639f3ec51202fd9bc5
SHA256: 80896ab1616e3509ba37783a1b9d55eb38459665e2731173bcd3f4d9e5130939
SHA512: 2bb26d7cdeadbbebf7eb3b62e555125a80ffd0b0ebfca263b15c474e91525be9a2893fb3bd20c8787164e0d26aa4fb79f334becc89238ebd54365395b3f6966a
Description: debug symbols for libxkbcommon-x11-0
Auto-Built-Package: debug-symbols
Build-Ids: c5889b835a78885202dffcaec87a23dac6c7d86a
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: amd64
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_amd64.deb
Size: 8744
MD5sum: c4ae7125290a7c70aae312e8c6636f9f
SHA1: 6ca685c803c915e930e46302ed5d6e1c19dbe923
SHA256: 2a7c513eff1786058efb70ba18e2a663027e4c9b8567340c4adcf55dc96af879
SHA512: dfe3245aba9200c8a0956d475d945d53da1a4d7c76d2cc6736e16c732dd16aef4839239c3552ac0de6f878562544bbb9173ecb919e7d6c50873f9a746aa72d83
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: 301
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 108400
MD5sum: 3ebdcebb746185aa63631afd1ffa3e22
SHA1: 09a937bf96bf124b1996f107c905e131185673be
SHA256: 0cf3c75e7386e4987e894aa39ee16a1f2bb007b759b2eb404bf4f78c970fb4a4
SHA512: c2ae14d069ee49cc00ee195ae7391884aa605092b93af81facd01b994e5eeba3654b18163f91992b6a1b461cdbcbff1a57063124028a779c7f794c65ce891ecd
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: 258
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 237732
MD5sum: 333513693fdeac63878a5dcc9c2e3499
SHA1: 5f4bfb766f24878ecab0801fc4d3c06fd9ceb51e
SHA256: accce3f357b0bb635d76230aa690ae3be68df4cf7e3b1de0fc7014c9a40c60b6
SHA512: 03eb57a633af92e43b63f00f00178fa2c2f2ae3f05c6d9efb5c07dc3ae6baa1d38ea9773202fd115e7cbb2c79d3464f3006a33a069d84cf27ca9287309aa9562
Description: debug symbols for libxkbcommon0
Auto-Built-Package: debug-symbols
Build-Ids: 6db92332a2db636d6fee1485db5945ccfdb4e114
Multi-Arch: same

Package: libxkbfile-dev
Priority: optional
Section: libdevel
Installed-Size: 328
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 87128
MD5sum: 920b953d59a479064f2a1261e78f52cd
SHA1: 9ff03c6159aa24558c4bc20cbd0f30bba71e81b7
SHA256: 2af3a5f8f514f6a35c07408d484525939ddcda01c5df07daf4f936f041f5c591
SHA512: ce9eb61766219f6d5e172cbd8afeebb196ee304569453810d0b8d0b90b1b6bbd46b4706de3497fceafe9cf746dbeff808e86e3fec8c90f3729afda572374f7b1
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: 182
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxkbfile
Version: 1:1.1.0-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.14), libx11-6
Filename: pool/target/libx/libxkbfile/libxkbfile1_1.1.0-1+apertis1bv2024dev2b1_amd64.deb
Size: 75696
MD5sum: bc8dd1f3d8a91b4d7c782f8a89d293b3
SHA1: 04fdf0361607b09cfee7ad99d26304fcdc18a901
SHA256: c3257018e171641e53a8adf4bda8ccee3f3eb4d8627c6a75af6f8f5d75519799
SHA512: d32951bddf3963f1b70ae71b707f710540a50c4151975a92d237378e08b4bd2d0fd512e1843204e426ea052339b97566e85ab4d80325ade11c1e9a820ab1e792
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: 217
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 200908
MD5sum: 13f2481dad53bf24464e0faf0b6b5925
SHA1: 6690b9c830d093e73fdb5f6576de9d93cd61fa21
SHA256: ae70fd2e6faed337c9cdedfb1a13065768df4cd9ba06183b9b75a71ac474cfce
SHA512: ba6b9065555014fdfe59169a53fee65ea3d863331348e0e279e12c6c7b0196ea364323f764c036b1f99247a9deeee6a78c52d4343b740b3c005930b21b458dfc
Description: debug symbols for libxkbfile1
Auto-Built-Package: debug-symbols
Build-Ids: 1400b72f7baed39dad4ce3beabb9be69d09c745c
Multi-Arch: same

Package: libxkbregistry-dev
Priority: optional
Section: libdevel
Installed-Size: 45
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 11140
MD5sum: a4850edadba61ffd411083bf08a9a126
SHA1: 287602530c2b6576be18c10c9e7ea24d54bbdd82
SHA256: 04554c9d48964c49c0ab35240be1f9707352490e40bee9e003ea30a22aaec0ee
SHA512: 60aaba3c528d889787abace25d9ff60d523b9c40b8d7ac9655e31b84d84568625db03f6101b8d2aded424ed6c761c05b55e4a05fb0d9eacc33f5d0b6856ca75a
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: 58
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 16988
MD5sum: 57d1c55fd47fc67e72a7bae0bd77e0f9
SHA1: 35eaa2f24ec33a08c03ca889cf033d3c34bdf8f8
SHA256: 0f91d4ce274ee3aebc847cb07796821ac1dcacb3b0e0e9d0aa86467dd827d174
SHA512: 94b5646d4d97f65f97d50edac464b3c0d4f77d1b8d4b43da6a41f5e23aca6a1ef9d291ba0a2f00a3ef1d39f9d0f6fd2ccaa04b92086b725f80ee3599fbbbacac
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: 51
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 34880
MD5sum: ab26412052046eb25fea1099881f0aa2
SHA1: c1dca3525d46b000568c710f74ef6f3bb474a546
SHA256: 1ed65890d75f94a074144c8545d654675931958e3f08408d29c82ee8a272b17a
SHA512: fcb0fea0655ad517ab7fa0b2d1656a2bdf8b4208bded48036e5fbd3ce179efbfde9044300a659449920849e243b51c377c029c94e1829e68aa323888484ef934
Description: debug symbols for libxkbregistry0
Auto-Built-Package: debug-symbols
Build-Ids: 51af3952d1aa054debc07157e7b83e4bbdd29b59
Multi-Arch: same

Package: libxml2
Priority: optional
Section: libs
Installed-Size: 1872
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
Architecture: amd64
Version: 2.9.14+dfsg-1.2+apertis1bv2024dev3b2
Depends: libc6 (>= 2.34), libicu72 (>= 72.1~rc-1~), liblzma5 (>= 5.1.1alpha+20120614), zlib1g (>= 1:1.2.3.3)
Conflicts: w3c-dtd-xhtml
Filename: pool/target/libx/libxml2/libxml2_2.9.14+dfsg-1.2+apertis1bv2024dev3b2_amd64.deb
Size: 689928
MD5sum: 4f94cdc875d5ecbf01ee22b390308b6a
SHA1: 43891a57caa72d86d1145fd284f00d240305aef4
SHA256: ce2c52efbc3ed6def1f6e7ca1bd7620cf21a4e8562b2ff5010cf31082ef5166c
SHA512: 6d08c7d5ccc286ea0ab286a14a29ae594056867aaa181d00069be19de4e55ce9a9c8637fcc028f7d08dd8cc11741b5909d61c63b0a763e32b167a11baf11b45a
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: 2018
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
Architecture: amd64
Source: libxml2
Version: 2.9.14+dfsg-1.2+apertis1bv2024dev3b2
Depends: libxml2 (= 2.9.14+dfsg-1.2+apertis1bv2024dev3b2)
Filename: pool/target/libx/libxml2/libxml2-dbgsym_2.9.14+dfsg-1.2+apertis1bv2024dev3b2_amd64.deb
Size: 1865896
MD5sum: ebfc9575388d99470ad61aed267399b6
SHA1: 0f6bc925fe499d8e1b4603b118c0d5a54cac80f1
SHA256: 2e790fc67ed429b8a0770ad1b0e1152be1973a872bf3051967a974fa5f257dda
SHA512: 11f39e3ffbf32831d51c5f95d578e48ff39e78884f222bbb176ab549731eed157fa1808bf523e12cc2a324fb9a2cd94bfdda1feb4150a6b5d41ebe1da5fd989f
Description: debug symbols for libxml2
Auto-Built-Package: debug-symbols
Build-Ids: 9c32fcbf543ca1c4405bcc6a8ba48a7c0d7e599d
Multi-Arch: same

Package: libxml2-dev
Priority: optional
Section: libdevel
Installed-Size: 3282
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
Architecture: amd64
Source: libxml2
Version: 2.9.14+dfsg-1.2+apertis1bv2024dev3b2
Depends: libicu-dev, libxml2 (= 2.9.14+dfsg-1.2+apertis1bv2024dev3b2)
Suggests: pkg-config
Filename: pool/target/libx/libxml2/libxml2-dev_2.9.14+dfsg-1.2+apertis1bv2024dev3b2_amd64.deb
Size: 785996
MD5sum: 5850f52e3de8d9c70ba01b3ee3353671
SHA1: 9e0088a43b60357daa931f1be9baf445d4c8030e
SHA256: 540a451a23927de9f19161c13c22607bd4c51332a1aba962efc0a7779b07895d
SHA512: 16f02328a98c913a92e350a87fc6ec840b5f77e28c8065c90e1ca3dd81dee72449bdab3a1078719153d5af74e89c0f1931d99baaa55ffb4de99fed170aa6f3a5
Description: GNOME XML library - development files
 XML is a metalanguage to let you design your own markup language.
 A regular markup language defines a way to describe information in
 a certain class of documents (eg HTML). XML lets you define your
 own customized markup languages for many classes of document. It
 can do this because it's written in SGML, the international standard
 metalanguage for markup languages.
 .
 Install this package if you wish to develop your own programs using
 the GNOME XML library.
Homepage: http://xmlsoft.org
Multi-Arch: same

Package: libxml2-doc
Priority: optional
Section: doc
Installed-Size: 7962
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
Architecture: all
Source: libxml2
Version: 2.9.14+dfsg-1.2+apertis1bv2024dev3b2
Suggests: devhelp
Filename: pool/target/libx/libxml2/libxml2-doc_2.9.14+dfsg-1.2+apertis1bv2024dev3b2_all.deb
Size: 669044
MD5sum: ee7bb34bd7951a846b1690a2d878b49a
SHA1: d5edaa5deaaa9b5476858eb69ec08c733674a5eb
SHA256: 84c382573b0e222aaeb6e64943bcdbd64d0e67269dffb9dfb6931df09015e1c7
SHA512: 479601c5a3f861aef11300682f0ae4b69f92c018bee64a7bd7431c59b9afc02658a7a514cb7274346845e15bc6f082c6127c0c57d3db8a075cc93177803c7eac
Description: GNOME XML library - documentation
 XML is a metalanguage to let you design your own markup language.
 A regular markup language defines a way to describe information in
 a certain class of documents (eg HTML). XML lets you define your
 own customized markup languages for many classes of document. It
 can do this because it's written in SGML, the international standard
 metalanguage for markup languages.
 .
 This package contains general information about the GNOME XML library
 and more specific API references.
Homepage: http://xmlsoft.org
Multi-Arch: foreign

Package: libxml2-utils
Priority: optional
Section: text
Installed-Size: 183
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
Architecture: amd64
Source: libxml2
Version: 2.9.14+dfsg-1.2+apertis1bv2024dev3b2
Depends: libc6 (>= 2.34), libxml2 (>= 2.9.0)
Filename: pool/target/libx/libxml2/libxml2-utils_2.9.14+dfsg-1.2+apertis1bv2024dev3b2_amd64.deb
Size: 101460
MD5sum: d02da61e03ac26fe4c28bcee3c143477
SHA1: c01957f3aa455122fbfffe9d3cb492891d3a2feb
SHA256: 442f6d82272097e8e4ad54573f886453b3ddf7d53445e6683e1d4c4244a18802
SHA512: 41c32fa7150c16b177ba54ab16ace5e85543bf717e71de43359e6fbb296658036309cee7da2448ba9aaff8e1390c431bfd1617f6487a866d684a7b285abbc5a4
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: 111
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
Architecture: amd64
Source: libxml2
Version: 2.9.14+dfsg-1.2+apertis1bv2024dev3b2
Depends: libxml2-utils (= 2.9.14+dfsg-1.2+apertis1bv2024dev3b2)
Filename: pool/target/libx/libxml2/libxml2-utils-dbgsym_2.9.14+dfsg-1.2+apertis1bv2024dev3b2_amd64.deb
Size: 77268
MD5sum: 8e5a676375c09294a7dad3b42145551c
SHA1: 61e990a3fbe436c47c0e2490ff3396643edf93c0
SHA256: 2bfe12618a981042a075fdd6b776afec6c8273d710ac66e7119c0f6b48be2ed9
SHA512: 03aade57cd735121d824cb124d433ca3481179e778ae5144e05d5811e528d8765800f55036c4033f84573bf8d0eddb638118fbbb3be1b98dc3ff9a93619adaa4
Description: debug symbols for libxml2-utils
Auto-Built-Package: debug-symbols
Build-Ids: 44c836bb9a37c3143ab049b33bf27943044e792e fa88a10874e2435472d24b55604113a01cee1424

Package: libxmlb-dev
Priority: optional
Section: libdevel
Installed-Size: 1061
Maintainer: Debian EFI team <debian-efi@lists.debian.org>
Architecture: amd64
Source: libxmlb
Version: 0.3.10-2+apertis1bv2024dev3b1
Depends: gir1.2-xmlb-2.0 (= 0.3.10-2+apertis1bv2024dev3b1), liblzma-dev
Filename: pool/target/libx/libxmlb/libxmlb-dev_0.3.10-2+apertis1bv2024dev3b1_amd64.deb
Size: 67560
MD5sum: 2e7a65cf66db84df3f19e312f47a3ff8
SHA1: 200cca22ba410bbba7f461fa228ca494b48419a1
SHA256: 0ffb46f3f582631ffce71b2fdd40074f3e42928da63a27bea46b31cc6c8833ea
SHA512: cc9f736238827a63f52c5efbb4a557f69c08e5c73ac8475c4a7aa4d1e364665cb7d8e217062b484e3703b6b71abe4ed561a1c8f34751cb0a7a6c2f48db9b2e0f
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: 264
Maintainer: Debian EFI team <debian-efi@lists.debian.org>
Architecture: amd64
Source: libxmlb
Version: 0.3.10-2+apertis1bv2024dev3b1
Depends: libxmlb2 (= 0.3.10-2+apertis1bv2024dev3b1), shared-mime-info, libc6 (>= 2.34), libglib2.0-0 (>= 2.53.2), liblzma5 (>= 5.1.1alpha+20120614)
Filename: pool/target/libx/libxmlb/libxmlb-tests_0.3.10-2+apertis1bv2024dev3b1_amd64.deb
Size: 86100
MD5sum: 5ad091a85faa5a9a5980d50713a1ff5e
SHA1: 8d9341fd530a2c33a0725be5735d965eca3da8a3
SHA256: 5ce731938e1faebb2f72b9134eb4f2aaab64e8f52f831e7268d52ea47f515606
SHA512: df776e8af017806dcef8c7cadeac1aef66df550504559e45ac43dfc91c777741889f1bca838898110ad6db3133a55860c782829c838308f9f2fdf9893aea20e2
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: 348
Maintainer: Debian EFI team <debian-efi@lists.debian.org>
Architecture: amd64
Source: libxmlb
Version: 0.3.10-2+apertis1bv2024dev3b1
Depends: libxmlb-tests (= 0.3.10-2+apertis1bv2024dev3b1)
Filename: pool/target/libx/libxmlb/libxmlb-tests-dbgsym_0.3.10-2+apertis1bv2024dev3b1_amd64.deb
Size: 311144
MD5sum: 09212cddf7116b2f421659c6c65997d6
SHA1: b8c2ba65493b70eb2eb7da0b0f8d6d0347b85966
SHA256: a26e9653f3fc4f3929e0695f4ea3f668aadfd2f55c256a0860145096e1142941
SHA512: 1f97ea7723a9e3ca4897ffd36b4a75dac4fc694bec7e923363afc654885905793a6f8847037ef123b26fce093b15cbb41ec53be93a4a173491bb2cccc6d6bd12
Description: debug symbols for libxmlb-tests
Auto-Built-Package: debug-symbols
Build-Ids: 1f374d5b2435be1db31bd33c0dd61fc08f5eba66

Package: libxmlb-utils
Priority: optional
Section: libs
Installed-Size: 40
Maintainer: Debian EFI team <debian-efi@lists.debian.org>
Architecture: amd64
Source: libxmlb
Version: 0.3.10-2+apertis1bv2024dev3b1
Depends: libxmlb2 (= 0.3.10-2+apertis1bv2024dev3b1), shared-mime-info, libc6 (>= 2.34), libglib2.0-0 (>= 2.30.0)
Filename: pool/target/libx/libxmlb/libxmlb-utils_0.3.10-2+apertis1bv2024dev3b1_amd64.deb
Size: 11092
MD5sum: 989261471c32d28d1c79003b6c0fe76d
SHA1: a6d7fb15112675ecdc9d044adfb039bb45a4a30f
SHA256: b96758f01e7eecd974ca92ea03b3b7e02134f0088439f642387bbdeee0865386
SHA512: 9b0e845d38e2e4069fbb13e645ad186abbdfe95b7e116f3202e9c7cd41b4be430745f2d51e68113ef19214b6cd446f9c0ec177ccf8e1101a1d82dd12ab915e48
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: 38
Maintainer: Debian EFI team <debian-efi@lists.debian.org>
Architecture: amd64
Source: libxmlb
Version: 0.3.10-2+apertis1bv2024dev3b1
Depends: libxmlb-utils (= 0.3.10-2+apertis1bv2024dev3b1)
Filename: pool/target/libx/libxmlb/libxmlb-utils-dbgsym_0.3.10-2+apertis1bv2024dev3b1_amd64.deb
Size: 22180
MD5sum: ceb3f3778f2e3bf303c84aa599899678
SHA1: 9ec5f8ffbb614fb17e9f620a40471e7597eb8ac7
SHA256: 6c48af77406af86b2a78eab9de2655c13b90929d682712e037261dd7657d6b0f
SHA512: 060f14dece0068ca0eb8363bc2fd018537ab2d3a697f46d2e604b119f96e358bd7414979c94fbd2a3c3645f5d7dd2cd0d85280dba3f815724fdd82f14647715f
Description: debug symbols for libxmlb-utils
Auto-Built-Package: debug-symbols
Build-Ids: 7c76c8f0bb32358f1d661d97c6826ac7651f277d

Package: libxmlb2
Priority: optional
Section: libs
Installed-Size: 194
Maintainer: Debian EFI team <debian-efi@lists.debian.org>
Architecture: amd64
Source: libxmlb
Version: 0.3.10-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.53.2), liblzma5 (>= 5.1.1alpha+20120614)
Filename: pool/target/libx/libxmlb/libxmlb2_0.3.10-2+apertis1bv2024dev3b1_amd64.deb
Size: 60604
MD5sum: cdd1aa2252a59717a97889797486b54d
SHA1: 9031309b62498a88a9f40a0cfc30053677661122
SHA256: 238b4496dbf6723dba46ded62a2b89b30c8b871ac53dbc23947b3cc89cbcdbc4
SHA512: 339fc220602e1f5c48326849ba1b16baaee9531e62be039dc81a0d179ac7144317d74a6871e2cc91390b79340b12c13cf6f73b98235f6caa2548e208694fe3b3
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: 260
Maintainer: Debian EFI team <debian-efi@lists.debian.org>
Architecture: amd64
Source: libxmlb
Version: 0.3.10-2+apertis1bv2024dev3b1
Depends: libxmlb2 (= 0.3.10-2+apertis1bv2024dev3b1)
Filename: pool/target/libx/libxmlb/libxmlb2-dbgsym_0.3.10-2+apertis1bv2024dev3b1_amd64.deb
Size: 225624
MD5sum: b094e3b2a96bfdf5cd584c9577a23927
SHA1: 6fbcae4c486f4ce221c80e125db71f044a0d1e0f
SHA256: dc5a737b8056e5764de7050d3d2eecf533a0756116d9ff6b665ac8aadc8a9007
SHA512: 7d316772426370a2a7be6688e57d7814c01ffc68d1eeba9a08fefc4918fab63c90dba7e832abef725145bdaec5a9de69d7747e4c7a214ee97c8e939a4d6db95a
Description: debug symbols for libxmlb2
Auto-Built-Package: debug-symbols
Build-Ids: d29ed0ba20a183ff484fcb05fc4356bdc54c3baf
Multi-Arch: same

Package: libxmu-dev
Priority: optional
Section: libdevel
Installed-Size: 225
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 64500
MD5sum: b37e784bd8f22c68a8f34f1928ee1f5f
SHA1: 3d309e1c1514db5d86939398c474172fc8671699
SHA256: e23fcede7996d2c1999ed4ef64498de33a5e597a4cb890ac40e4833daf80342a
SHA512: 6c8caa651b068b2966d5cc6be2201246867c8a6abbdd426a7c9fca150489a213e0c466fccf447e87f12be392b4ccfe5b4129ea08ba84a9df856841e837aeffbb
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: 138
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxmu
Version: 2:1.1.3-3+apertis0bv2024dev2b1
Depends: libc6 (>= 2.14), libx11-6, libxext6, libxt6
Filename: pool/target/libx/libxmu/libxmu6_1.1.3-3+apertis0bv2024dev2b1_amd64.deb
Size: 58200
MD5sum: ae70844b4a579d7ffced0e48a65e9b39
SHA1: 17b2ef756c638a32325f62bcc7672376fe8996ce
SHA256: a1d70e328a6b228b0854e99c064404035d1b94fa9dafdcf0550bd9f3bc272a40
SHA512: deb780b6d90dec96a3aec642aeac141252c5d84c95fa7974aa24b381fb5b05e629971d5e064e5b2b8a5563475cf7624618906ac51dc2398d6f0224c891a8670f
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: 151
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 128668
MD5sum: 98c8b6de3b5b630e0ab1a3a6eb7994cd
SHA1: 58df2c693cca4a936fbfb113c5fa46ef764fd508
SHA256: 279ec881dc14528320eefce06a2732f8c34d0356462529a04a405f3878fad132
SHA512: 5764daf16ba1e21146bac5f89d00a1e59a3290d876d3f50201285209b444ddac158fc77d4bf4d9b779a31f538ccfeee9ac9024bbf63e2d5c68a2dedb2f2c9572
Description: debug symbols for libxmu6
Auto-Built-Package: debug-symbols
Build-Ids: 1a234b0368284f7c8dbe1c9be18a4e876d56c838
Multi-Arch: same

Package: libxmuu-dev
Priority: optional
Section: libdevel
Installed-Size: 48
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 21216
MD5sum: 621040cbc138e70a1b859d8683a46325
SHA1: d248e8f09934409bc7a0378e4144210b328657e2
SHA256: 9160ed42ea25aa6dbbfa647df813a84acdd9a9553193c2a2865c4c09b65a35dc
SHA512: ddf127538898ef50e969fdf8f1b55c3f30a546776eff031ea08a1f462e5b8762758cacf71bf65a4bcaa0fde245a725090fd8bc5bb831438f6b78b2f27d0422c7
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: 48
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxmu
Version: 2:1.1.3-3+apertis0bv2024dev2b1
Depends: libc6 (>= 2.4), libx11-6
Filename: pool/target/libx/libxmu/libxmuu1_1.1.3-3+apertis0bv2024dev2b1_amd64.deb
Size: 21572
MD5sum: d248f028f25a3ea0b36ad5769c016e6f
SHA1: f48bcbaa9974289ad8817d2cf3ad39b2bf74214b
SHA256: 17dcba62b6037ec2e61c0a0212333142a9b81918726934f5d4f73c2e49d5ce1b
SHA512: 9069bf597020607811accecf334b4629c1a6ebe2fcddd340cd2f6e5a48c22448638096e028f3981b4d6955dabc4ff85425f267c3568c44c7f7198fc9ce7b7900
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: 36
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 22880
MD5sum: e0a37025923c8adae88043dd8aa63f1e
SHA1: b67d2939e0c8a403c0fd1f9a1955bbb9082e951f
SHA256: 094b833104f22f322d60d29a9063e0887383832b21a3b808b1d4b2ca6bfc7ad9
SHA512: 991178779d8db9a12980ba39d6ef50c9934223a7b78d712dabfb467a3b0bfbf83a9530afc0dfdbee5423189828c1a4269fb4df4cf51dc6b55c2bf45bcdf5c931
Description: debug symbols for libxmuu1
Auto-Built-Package: debug-symbols
Build-Ids: 8c0c1444cecaaee23e882d971f895f18c2d50313
Multi-Arch: same

Package: libxnnpack-dev
Priority: optional
Section: libdevel
Installed-Size: 133
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: amd64
Source: xnnpack
Version: 0.0~git20220216.ae108ef-2+apertis0bv2024dev2b1
Depends: libxnnpack0 (= 0.0~git20220216.ae108ef-2+apertis0bv2024dev2b1)
Filename: pool/target/x/xnnpack/libxnnpack-dev_0.0~git20220216.ae108ef-2+apertis0bv2024dev2b1_amd64.deb
Size: 16384
MD5sum: d29e298c826c7f64cebb319023eb429e
SHA1: d2f09a38eded5860b88a1a9dc827f75c1473fff1
SHA256: 46af33d7094f4da916464635fec49e5ca1dc5d94bc806fa9140ceee43bd3f184
SHA512: 3bdd726e86eb456c4dadf1a8a346f2d9246c417d3e54f084dedffabd60453ecd14290c0a85e24306bc0c7432a7e6fd65fda043380e2e6ebb8f5cda661dd7629f
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: 963
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: amd64
Source: xnnpack
Version: 0.0~git20220216.ae108ef-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libcpuinfo0 (>= 0.0~git20200422.a1e0b95-2~), libpthreadpool0 (>= 0.0~git20200615.029c886)
Filename: pool/target/x/xnnpack/libxnnpack0_0.0~git20220216.ae108ef-2+apertis0bv2024dev2b1_amd64.deb
Size: 316308
MD5sum: 5fe164a42c05e86a9addec7564055a08
SHA1: e4ac51f1fd3cec79572127d8e6faabd3fe613195
SHA256: 8945fd0871d2591061cca2a668bb2968ab618901ac1472df743a31ac293a4225
SHA512: d350e8feec398e580a4346aaf727113cc94e3a6a9fe9daf1772c783a13128e46d70d400d940e1e77068c6a69eff8daa1b3155b5808a8c582f02c1ea79bbbc557
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: 2777
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: amd64
Source: xnnpack
Version: 0.0~git20220216.ae108ef-2+apertis0bv2024dev2b1
Depends: libxnnpack0 (= 0.0~git20220216.ae108ef-2+apertis0bv2024dev2b1)
Filename: pool/target/x/xnnpack/libxnnpack0-dbgsym_0.0~git20220216.ae108ef-2+apertis0bv2024dev2b1_amd64.deb
Size: 2728144
MD5sum: c6ce93e8b1a7384f22456c87d4adab6d
SHA1: c1b09c3986efc12a0022a573db08ce705651161e
SHA256: fcc21613d67d8e48b430039c4fdf54417e3a7b555a19a111db723dd6563f04c3
SHA512: cc97aed213756c71d0ee93ec709328ea8a9b7652ee6a28ae5baa5c618f2a017348b5f9c636bf031ee149402625bac2c7e696de6c454f048cf785beca32603ad0
Description: debug symbols for libxnnpack0
Auto-Built-Package: debug-symbols
Build-Ids: f38db280e2efeef8bf026ac56b008eee043e36c1

Package: libxpm-dev
Priority: optional
Section: libdevel
Installed-Size: 221
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 103140
MD5sum: 5b06a8b27981c3f782fc549f2336289b
SHA1: a43b1cbb7b67e96ae6edd315e441fbefbf030774
SHA256: 9272d6592c9842c991211e27f32e75c5dc02c55fee226bbf3dab65446b720028
SHA512: b51b2c5d63cba1d1dd53090e73a8328c316b3d74f95103f5a4b05cf6d585a7bf72ad570b63f0afd2a65e5d3c93551ddb913b147e5f63cca99dcb6a0563b684ce
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: 106
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 48000
MD5sum: 3f7aa5d6084b74c33f27301b7c7a6b3e
SHA1: a512448533d60dab33a43befff9bc074c7a87041
SHA256: 751d2d912a63673dc7b5035612478d79fbd6e5d557c1f2e3750c4e590d69401c
SHA512: cf4804cb99b9a6260abec7db7bbbf98a21a21b1a7770a4be3685f151c825c712d5a86d86e95254c2da9c618db11f488a00a7bcda3db5b8499285ee5b970f6baa
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: 121
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 104696
MD5sum: 310e1c39b38127f8f150cc239a148713
SHA1: 1094fb93f9bb5bd38a60c0d9b4b4788b51eec6b6
SHA256: 38015fe7edd7f0523995b50b7bc23db9c74aec059566540cc8a792fe1763249b
SHA512: 6ade176a6fb2f6506a8c6d16023677e499bd6391b5b99a3b9b190e4c18a593165a5f26a1bc69e09d2921654e00a9dea622896ae3d8f05494c5d7dd252f408e52
Description: debug symbols for libxpm4
Auto-Built-Package: debug-symbols
Build-Ids: 82b27bfe82dfc5dd92795da29a6c5d9d06ad0763
Multi-Arch: same

Package: libxrandr-dev
Priority: optional
Section: libdevel
Installed-Size: 147
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 44500
MD5sum: 5a08788d99ad8c8485d74610dc91b52d
SHA1: 8b0cc51d3a95d751713d6ffc6eeb487dc9b948c4
SHA256: 015bd3d65b9e79da35f893c0b4fbeb55a52b78ee6ee60c48aa25d9172fe2ce7d
SHA512: e9d19864e44bde981e51c986592c12bb3623117c47b9a7a6afba872fdcc9d1d78c943f09b42360633aa07e3b068fc785a67d664b7205975b0fe4f3c8a7357553
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: 88
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxrandr
Version: 2:1.5.2-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.6.0), libxext6, libxrender1
Filename: pool/target/libx/libxrandr/libxrandr2_1.5.2-2+apertis0bv2024dev3b1_amd64.deb
Size: 36684
MD5sum: d780d71299299b8d64e785c9c5b5aee6
SHA1: 173ea601da50e4dffa8d8a83bc73bafa2bddd445
SHA256: c4d6feda9714d040a3f758210466392ff7b3ff226cfef1e4cf00aa4a2ba8cb25
SHA512: 04e18b1e3f37a0234bbcaee9520f391c23e22a2b1d2d2bd01886bdb4fb27fc4a631ac0941342deb10cc4e20878deab31659fe4ee1c30651bd737879f69c559c5
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: amd64
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_amd64.deb
Size: 61252
MD5sum: 5c9dcaba9146761cc81fa90adbbbde65
SHA1: aaa798e61c4516b857079cf0be34960c70dd2926
SHA256: ab6c4f27e0308a740fdbde0549d3ebfe57e5610166d30c4e8edcbcc548bcdb5f
SHA512: 9e0d2b8ac6ddf0c598d033c4016e5df4dbc5974fd019993fbe5886fe25983a92e8c404a73c7c77f4b0ea28fc96ee0b9512e624b407694ae2f21e006b314eb5ad
Description: debug symbols for libxrandr2
Auto-Built-Package: debug-symbols
Build-Ids: 4f68f37cfa6f1a5e0f142a1e6c97e2a3661404e5
Multi-Arch: same

Package: libxrender-dev
Priority: optional
Section: libdevel
Installed-Size: 107
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 35728
MD5sum: c31dd67914a8f059279f1bf654884ffc
SHA1: 9b135a374ad5c489eb812d46f831f0227801cfd1
SHA256: 3c0114978151d79713d8e1a0b82961f95425aa35833d7a1dcf3f509edceaf50f
SHA512: 3bd06090e0c8474dc6c81d4a2e8df04161697674ba3efd5a56b7d16df7590382a2553bafc0c8d5e73e49c7b5c3dfe97de66d720ccdd54e1108494ccce69fcd08
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: 75
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxrender
Version: 1:0.9.10-1.1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.6.0)
Filename: pool/target/libx/libxrender/libxrender1_0.9.10-1.1+apertis0bv2024dev3b1_amd64.deb
Size: 27928
MD5sum: bb7addaf4460c6bfdd966ae9f00ed2f9
SHA1: 7aba4626d1e6da2c8add0f800513bb8918a73b18
SHA256: 93d967f560247eb68bf8bd0cdca827e6e7ab8ce4f34449a3e8dcf48af8fd0f42
SHA512: f9c3ecc39910d0573cd0701a60343d61caac5d52a77cf07ccfaff7e77dc7a633341992ba3b4063b0e2dbfde01531f5b3b3d97ea8b20d565381f4a7bbb4ec83d0
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: amd64
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_amd64.deb
Size: 143692
MD5sum: 7b88646c0c6d77ef9b016bc9774bbf53
SHA1: 24585afbe1ca27ae2be0e51d2e65af720c7da589
SHA256: 71df8c1d24089f527c6a04b0b449c55905ea8724eb8c1ca3b68f8d0b58c4e5b3
SHA512: 6b423f5f1165cb55903141663911d181a5015c96d6a1ebec95cb101cb6bf932e72e527d84bb1d168418738e765e9afda1f7d46ca534487ed14b1c679bc68f35f
Description: debug symbols for libxrender1
Auto-Built-Package: debug-symbols
Build-Ids: 34428afe495496b05ce5037f55b5e64589784695
Multi-Arch: same

Package: libxres-dev
Priority: optional
Section: libdevel
Installed-Size: 51
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 19620
MD5sum: 314dd2bdea51cdf94b363665d435eefd
SHA1: dd9e5a90f309a1c8b9ee597bae7e4d6078be3416
SHA256: d82f5487ffea34038bcab7c49990af203b387205cd1eda57bd63b396e3f9d0b6
SHA512: 324f452040efd75867c42657c1f07e1da6e2ba299804ef3e00534a1df5ca01a09586f5c6aedf41aae4319b0ba3351b7b4131171172690f5ba2a8b43a8d6a8bea
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: 40
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxres
Version: 2:1.2.1-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.4), libx11-6 (>= 2:1.6.0), libxext6
Filename: pool/target/libx/libxres/libxres1_1.2.1-1+apertis0bv2024dev2b1_amd64.deb
Size: 17284
MD5sum: c016e863c0342b6787b86d1527e1f251
SHA1: e4ab6cc8d6eeb61c0cc0621823e70ff261a80378
SHA256: 14059a72dca5021c3538e849d386052733cf7353f87f1545bdeb773af144a7fc
SHA512: 906a55a2f84f249115edd033683549cd6aabe12aef08d3e0c2afa348363278e88e9dd43ec9ac0b8af2def3c9f70de30e5c0ab0736d562e7915f8151e7f27de5c
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: 36
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 22944
MD5sum: 78a1883ca9807e3c683bcaf3487a5f02
SHA1: f4bd36c89ff0b8d6449e4e6989389a18a8dc652f
SHA256: f1f3d5f899896993d0622c1ff7aa2b5a9a56fa583e290e2b4575d969e031045f
SHA512: 7b0a4516c2e479ef77ee0bc617bb30f12574cca1409a29712944ef51fcacd0395252c5be2d004021dde0db722b114e99e1c10fe6111913a8abaa2ff06a452a13
Description: debug symbols for libxres1
Auto-Built-Package: debug-symbols
Build-Ids: dceda3ee875fc006e210078b51e82c084062b8a1
Multi-Arch: same

Package: libxshmfence-dev
Priority: optional
Section: libdevel
Installed-Size: 27
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxshmfence
Version: 1.3-1+apertis1bv2024dev2b1
Depends: libxshmfence1 (= 1.3-1+apertis1bv2024dev2b1)
Filename: pool/target/libx/libxshmfence/libxshmfence-dev_1.3-1+apertis1bv2024dev2b1_amd64.deb
Size: 8112
MD5sum: ca86166c71954c8755c04604d6364d3d
SHA1: c974d33f6146c15cdda1221e20a8ce40345508a9
SHA256: 6beb08f58151b56bddf6d6744df7057652cdb5aea24cab714797fe8dc706edc5
SHA512: b6ddefbe740c2afb2366154f3b137edbf4fd36f497e448602c42a922abf8471cf35d5a8bbc99a87ce827be7f77b78320a86b26a886cf83af55d573b28b2da0ad
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: 33
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxshmfence
Version: 1.3-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.27)
Filename: pool/target/libx/libxshmfence/libxshmfence1_1.3-1+apertis1bv2024dev2b1_amd64.deb
Size: 8564
MD5sum: 72abaa0d9090a63548535303cb512888
SHA1: 29d68710a525db116b8eb5a11ba4f0a05880cdcf
SHA256: 37141a04bea29ce455d7f5f037dd75684cfe76208db6765f81d12c92a44f268d
SHA512: 841b8225fdeff7df0f2027c1fdce6eb772f05afeb49901dc8297f1fe7328f85cac2fe53360fd7b006a170bf0024bebae1b98ad1c7122b973b85d63bcb496114a
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: 18
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxshmfence
Version: 1.3-1+apertis1bv2024dev2b1
Depends: libxshmfence1 (= 1.3-1+apertis1bv2024dev2b1)
Filename: pool/target/libx/libxshmfence/libxshmfence1-dbgsym_1.3-1+apertis1bv2024dev2b1_amd64.deb
Size: 5128
MD5sum: 6074ba0b5d0775c4c7c02f4e5dca1255
SHA1: 30d46e5eea47b4f2b8147a823eda3ba0015d5b82
SHA256: 3b5c6cf533b77fc5332e520a3aefee268636de811d8b737252acc2ab60e033e1
SHA512: 2662f41818718ad36bf9ebb30f7fcb7c42e4ee6ae2d832c998322131e6028c20d2b2de84d76a2a3457804029e01676d3da56b7e3d2a23c316ada5558a6382927
Description: debug symbols for libxshmfence1
Auto-Built-Package: debug-symbols
Build-Ids: d14f7ca0b76d3ead9a3b987339815d29328cae1b
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: amd64
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_amd64.deb
Size: 348952
MD5sum: 786bf8944c081405ae2de889bdfeac6d
SHA1: 10d89f24d4bba300a62b160f3601735d05b88f86
SHA256: 07da0d33b26f9fcc60260271647be9bdcf1f664a28136a22da439e4697cc2a5d
SHA512: 33367cbacda9128862c04c76bf5dde32ef282bb8abd88846f794a2adf09d1c0a08f817b3f109bdbd6bf3c5980dd14d116acf65ea93521cc89ce0419f45b711e8
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: 499
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 234924
MD5sum: 9cd1aeff13fc3beadc7e77667fe4044c
SHA1: d06150dd57c639ef2eb97a3a1aac8a18a4029d6c
SHA256: e6e9fc0941685cbf3f68d4b770b428e510ba5f78a60a3402a19fa75c0e225166
SHA512: aaabe2f25e9af9d06503e67d069605dd62cbc7229a448e812478895b7f99da32759d27891d32398b6e12a94e2861796a9441f542054a6d02d202dba0f04d0a4d
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: 393
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 344308
MD5sum: 01c80bedc3f9b6e43f9599bf4e5196f7
SHA1: 60e0539c07a12287df26c6b2b715c3cc8b2671ef
SHA256: 75a640a0f627b5a4db01b783fc7d04e85c02836e508acabb15e83a9678d649ef
SHA512: 3586ce34789b5ed5215998183d4ae95c3e596521a5fdbb9cc204718d6a71866cbdafdba1d2462dc6809308f53ed2a748cc54a546576fb1c418f1a1780f6da255
Description: debug symbols for libxslt1.1
Auto-Built-Package: debug-symbols
Build-Ids: 2b3cb312ed71845be1cd05f386468cc8cc024729 d823745b1d6762a1e8e0926560f008551c094570
Multi-Arch: same

Package: libxss-dev
Priority: optional
Section: libdevel
Installed-Size: 61
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 22224
MD5sum: 86b8334c5e1fb0e40588c1c33a2e67e9
SHA1: 2333df7944400e058f53e661714ef898656a1ce5
SHA256: 9ac40bd32831a080e1e184fd7dda979ff0e92dbab14970b2e82255efeaa47dfd
SHA512: 5890d66ff74a1574ad22c9cea3461c776dca6ea62db28d8b5d4958f12e6cf8b205840713284cbcd00c522cc4471a2b102d77e5d071eaf5361838876ce27bdec7
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: 41
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxss
Version: 1:1.2.3-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.4), libx11-6 (>= 2:1.4.99.1), libxext6, x11-common
Filename: pool/target/libx/libxss/libxss1_1.2.3-1+apertis1bv2024dev2b1_amd64.deb
Size: 16548
MD5sum: f427b7b446323e156ee7a662656c1f12
SHA1: 4407ff2b8dd64c37737337859637508c1a083783
SHA256: 0dc1dfe1987438089175d6a30765be36821655950abf4a0e8561aa456c701a6a
SHA512: dfd6fdf29646cffa146282442a50fbb54ee7c505e214e71e73737e020266155c4d7a0ce1883f0681f759e1f4303dc5852c312df2cd140135f9ae05ee9f054f37
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: 36
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 23116
MD5sum: 5e2ec6b6823768bde0cccdf39fb59931
SHA1: ca0b654c9ee277c351b3cbfb65cd340af65e293d
SHA256: 5f6618f82b05c7dcb3f1e77248d44e8d066437269c9cbc4cc882716736dcd0a4
SHA512: cc02e007258f199678a41df4222d3a4f0743e3275f35de80b549ae5be117d1c2aa33b9084c45d2dab219ec0b46a3d8d6efb9c41a2ca427c415b87f2c06df6035
Description: debug symbols for libxss1
Auto-Built-Package: debug-symbols
Build-Ids: 0cb7d6cef90e8f4201c3677d43ad0abfd986794d
Multi-Arch: same

Package: libxt-dev
Priority: optional
Section: libdevel
Installed-Size: 1385
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 406724
MD5sum: 90dd79aeed7edcbc8ca92f3269dbf568
SHA1: 9243ab0aa1cffecce2ffa7d5e8b9eb80906b2b50
SHA256: abe147ad17cc677811297cdfd7b9456fb6fb9f6bd692e5bd9e97f746bf9cd709
SHA512: 91505ebdf03937a6e0cfa6baef30d4e57e0c3113e64d4e0109dccd728b62a4f533423d17eb716314bc04c15360e781c29ee10bcccb1755c7113d6069f0d1bed4
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: 483
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 187808
MD5sum: a401a63b49a6fdd925b1e9c306a288b0
SHA1: 6e9f7a088c573d5258ca7ce9598a35a9e77913f4
SHA256: 14e3b1d9724777abbec6de72c8f4205ed0c27dfa4c63656d473b4da9edb3ec01
SHA512: 0eda38e98492f13a6a65141505d8457d876a3e0de4fdf177705c20e00bea76f4e58675adc3c79c8ceedf11800f667e545dca370292afeed7b0f80adefc4f7582
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: 466
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 429124
MD5sum: 46d92d464c0765f33f813b2c9b7af48e
SHA1: 69dd06354fac9771baf924715eaa70b20ddfb2b8
SHA256: adb32954387cdbc90287d4e0dc437b7696b1949d1ebc9c87340b06f8ad13419e
SHA512: 917176a10d02edb34b9beadae67a04bc9a3227443369cf5aaffab47add0160d32a778551fb6ae74b3901d385b2f9dc3182ed2205f6ce8896567dc1f98ffc9850
Description: debug symbols for libxt6
Auto-Built-Package: debug-symbols
Build-Ids: ab5eaa8958e16dd373506c29c331e0b92279182a
Multi-Arch: same

Package: libxtables-dev
Priority: optional
Section: libdevel
Installed-Size: 53
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: amd64
Source: iptables
Version: 1.8.9-2+apertis0bv2024dev2b1
Depends: libxtables12 (= 1.8.9-2+apertis0bv2024dev2b1)
Filename: pool/target/i/iptables/libxtables-dev_1.8.9-2+apertis0bv2024dev2b1_amd64.deb
Size: 13416
MD5sum: 21b0abd1cc07d69b56daadd561ebb606
SHA1: f153b4120dd895cd8426997c8c945ba80df5e6b3
SHA256: e49feef574aef03d44e85d637d879f19848faa5416b0e8a79c35141dc4cb60ea
SHA512: 9377ab00bef7a0d330fbadbf08881d17230f5060010628bc6e8f64efac7ae43ff0d836446d307e753129e7ef0f1ce999764cd156dcfd9b82d0f95744ab4c0422
Description: netfilter xtables library -- development files
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
 .
 This package includes the development files of libxtables.
Homepage: https://www.netfilter.org/
Multi-Arch: same

Package: libxtables12
Priority: optional
Section: libs
Installed-Size: 101
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: amd64
Source: iptables
Version: 1.8.9-2+apertis0bv2024dev2b1
Replaces: libxtables11 (>= 1.6.0+snapshot20161117-1)
Depends: libc6 (>= 2.34)
Breaks: libxtables11 (>= 1.6.0+snapshot20161117-1)
Filename: pool/target/i/iptables/libxtables12_1.8.9-2+apertis0bv2024dev2b1_amd64.deb
Size: 30936
MD5sum: 653847cd5874119af891e90dd28e58a7
SHA1: 81cd4b069f0f0c94f37451fa4ea2208b2a3c133a
SHA256: be385141e8a44c40b033202a3e3896af9fe315e14344a80bb626f8692e6655fc
SHA512: cb3c8842d769c281631c2f9d7787ebfba3fc0ec04f92cd58278aa8070d8d5a2a16a4560e60ae6243e80eac8c8c152c0b56ad3c131b5cce8f5e5ff60a2ae96b88
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: amd64
Source: iptables
Version: 1.8.9-2+apertis0bv2024dev2b1
Depends: libxtables12 (= 1.8.9-2+apertis0bv2024dev2b1)
Filename: pool/target/i/iptables/libxtables12-dbgsym_1.8.9-2+apertis0bv2024dev2b1_amd64.deb
Size: 69156
MD5sum: 8697750445978e7a1acd981af76a08e6
SHA1: b6b717ee8fd289f3a2144e58511790bd0b2c8656
SHA256: f673980a56aa1fc7a68052c90b5b6d28cddc7312dd0a9c99a1517a9e8fe03e5e
SHA512: d422e0309cddc3c38347e44d73e22598cf43a9af62d4c5a5fdef0838545b10f8c694d1541bc90e5aefae19b66a489f57bc7b236dc7da95df069505dffdca69c8
Description: debug symbols for libxtables12
Auto-Built-Package: debug-symbols
Build-Ids: fd3874f3845784476d4bdffb9579aacbd10a3c28
Multi-Arch: same

Package: libxtst-dev
Priority: optional
Section: libdevel
Installed-Size: 85
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 29372
MD5sum: 1db36dc346f835b3a4616ebf144080ea
SHA1: 3c4c18765133f8bc8ec1b645e06dce4048845796
SHA256: ee017e5f60d74d36d33d87f7560c193b9eedc0fa8f7bc117b530c766b96f3ee2
SHA512: 758967e4d5eef9eb9dd2bf868683b32821ebbedf2de3b78409d6a4d56095913cdd3732665a064348bc35b7251d6fe32cb4ac7d6b76a127938bb75a2898b75c29
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: 58
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxtst
Version: 2:1.2.3-1.1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.4), libx11-6 (>= 2:1.6.0), libxext6, x11-common
Filename: pool/target/libx/libxtst/libxtst6_1.2.3-1.1+apertis0bv2024dev2b1_amd64.deb
Size: 25096
MD5sum: f08f9ac673f195a4a1e23dfd654e6dc7
SHA1: 8ca1f5b113ad264936c26d67822d8e54173a1fdd
SHA256: fec7b4521e976fd5bea0ccfb80db5d714b764bbbfe0d3d1d6727a73719152719
SHA512: b2ba8b6accdfbe0ea2dcea9ee581bec28b4ec2af9edd868e3adbfd3d1b30b88cc8b4a0ff63c76783fe9ee37889ffdf2cfd03cecdc7f29c6c835b6cb9c1b3fa35
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: 61
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 46768
MD5sum: e9c082172c52b9ec94531e0cc89dd287
SHA1: 3917aaa6649b972ae9f2187c87f71bd160ff0a54
SHA256: 024843d01a7116c8ef388c5a8ca39dd1f8c0bbb6be3c2d183f7781db96b36423
SHA512: 14c2757587f6a44491aa919a8f7e2e879b559a1b8cbfb62822edb250ebfd2655768891f5001a6c1169b5fe0f99d1afa8939182e1918fbd90e1ba46828d42c7e8
Description: debug symbols for libxtst6
Auto-Built-Package: debug-symbols
Build-Ids: 7c6265443d63a8193f36e70242dba0d4d5265d18
Multi-Arch: same

Package: libxv-dev
Priority: optional
Section: libdevel
Installed-Size: 101
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 46536
MD5sum: d45ec65d91e01a3f5b7f8e01ebbbfe1c
SHA1: 8edbdbbb2950779399dc90bb34d4b054ba2fdcdb
SHA256: e77b2d6f286547180509843b3676565dc78cf19c5cc3ba947b321caeb1c65c65
SHA512: 306b6e75069e460cb7e07f18da3ef28b9e6d0445346739b39c0df6a2558b243efb3972f31de550f8ddf2902a54e0fd726c87d656b1427c7fb2317ef04a6bbde2
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: 51
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxv
Version: 2:1.0.11-1.1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.6.0), libxext6
Filename: pool/target/libx/libxv/libxv1_1.0.11-1.1+apertis0bv2024dev2b1_amd64.deb
Size: 22864
MD5sum: e267105e146bdea17ad23787736d8efa
SHA1: 8e94b4bcfab11aabfc5e4c96ef096bec22c4241b
SHA256: 5a9e5a99a56c44c7ec2e234f8d426f427adcf89cec5e306c7a5721b3cd0e2c13
SHA512: ee5b7fe2b63201ed95b0b6373d7801617bdf5bbb5453392ff4b614a4171dca309fa9f9fa0dbf12a2089bc898222f0ad26d6bbe02209b40a37fe1d005ca375622
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: 47
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 33484
MD5sum: c2bee9afa1b2769c7449cd3dedc511ad
SHA1: d383a0f13736a8853d22c942abd0821286a0f62d
SHA256: f93c0c7527cc37928286cfed11909ff9e85d8c37936e49cc45071472fdd433f8
SHA512: 95d0d0282a7b103c3e2f9db45ddd6abd243f56455e44f8865ebde2185a8ed5a540d6ebe07ad137a3abe8bd141021b2deec21124a6d69187478c7082d89aac4c5
Description: debug symbols for libxv1
Auto-Built-Package: debug-symbols
Build-Ids: b975655dfbdd6358917367e80e342c3e0aeef948
Multi-Arch: same

Package: libxvmc-dev
Priority: optional
Section: libdevel
Installed-Size: 98
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 34784
MD5sum: 1b325bc6574638ff5e55b796970d75b6
SHA1: 4509f8704126de58aba5bf9c9560246c8f7194fc
SHA256: 478d1e3172d4c938349022cfea3263124a7222503b61ac306c49869605568786
SHA512: 6238c7f82882679537349c36304d6542bc1d30ae33de443300fc86ac683bd48310869f148e559b89caf7409bf2597476050f66b2d93351567f3b569fcaee9ace
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: 78
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 24004
MD5sum: ba2811e37138befdc71c1e0d24da3e91
SHA1: 2142d277ab4bd8fa85795b07e83ff05f3cc62602
SHA256: 6d27b7b3a76f064d91a4264aaef541efc8da4ffa5f573e7e6e45357c2985fe50
SHA512: 6ef979df1f2521d3716d91182e2b74c489ca0e960773142e9501efa1f63be884abfd937d5a131ad8785670297b2e7f63ec42c1069d54205783c004cb6a87f252
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: 67
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 43316
MD5sum: e7cc6c0780eb2b2a80acecc48d890d20
SHA1: fd59f1e23121b3dc12e1478fab534356dd79c040
SHA256: eb4d0a7da66e3b32913af88d6f21b8133a8943497b8c0772376a9a01ab1b5939
SHA512: 75b6f074edc1b0e83f08d74e8055c64bb2c3cc3ccf02e0333481668589380e06a2d79bd5e2a116a2686ceabda039c818eafda67ce4cb4b10e4f7687e7a81a955
Description: debug symbols for libxvmc1
Auto-Built-Package: debug-symbols
Build-Ids: 6594f91ed8a13e792238f81387ef110b9acb36f2 f39b50dc70c009c176929a3b6fa53029562049dc
Multi-Arch: same

Package: libxxf86dga-dev
Priority: optional
Section: libdevel
Installed-Size: 88
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 25564
MD5sum: a595c281efc052111f4e47d42eac60a4
SHA1: 7bf8a617d4e46a255f6ffd2a30e050717952b123
SHA256: c4a1c8196a2344ee47b91febb3ef211e1cb73180c028ae168c0284381780138c
SHA512: 10f347f107403d58767820aea9521549af4f3f54e27a957c5a2949ee691f89a1145eac1e747d5889496ac0fa04ede27caf60bf15b0ddf180513ea938ca1eeb7c
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: 51
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 20380
MD5sum: f0e807a34ae03c270065ac7dc6e09822
SHA1: b5358201e22b45951c27e65cf61550a0e77f7e38
SHA256: aa9578d19c17b736882383dab251da030c1044e53b8e456d92223ef515c48f9c
SHA512: 80301a72d1ef1b8d3a24a00a6e27561f860732caae5dd6bf36d8bb4d9c14ab6ec9ef17fee5612809ef2412d0ce60ca9e4fb7df04c9b0e084012d179ef45a78fd
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: 55
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 41272
MD5sum: 3d427d40945d0b0eb15d6b2115c3b2d3
SHA1: d6ff3316caea2fa356bc1aa041b3d95895d14ee4
SHA256: 04ff2e4c23d0b5db0db612c92b931ab11607b17cde1eeafafb43b25c0cb42670
SHA512: 55de31ccdb5d79401b2f63bb8d0c9e279ff6c0fd4a40b2300b5209d9f84cdad4968b1cf531a2ba97fb10f2ec8caf5f7a3abaf7e39137c32bd242068435009e4f
Description: debug symbols for libxxf86dga1
Auto-Built-Package: debug-symbols
Build-Ids: b930ffc566950cbf92edb25aa99d4cb8c322bf97
Multi-Arch: same

Package: libxxf86vm-dev
Priority: optional
Section: libdevel
Installed-Size: 86
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 23988
MD5sum: 190131dc5f5ac5a5bb82fbc2f0c34f98
SHA1: a372379da7ae4b4658fc2abe1fadc690a6c383c9
SHA256: 86905806fd869620f73ea1c1f482e79bd9cd2c44e32252a3c808b23e7d7f3cd0
SHA512: 20b46232d06500b34fb5bfcb3a8873f4682d3b15b0ac91f4a068d36c4530aa1055734585eef7d837a02e52e16c89e8063785d1c179bae4862bbc806834cd3eb8
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: 50
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: libxxf86vm
Version: 1:1.1.4-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.4), libx11-6 (>= 2:1.6.0), libxext6
Filename: pool/target/libx/libxxf86vm/libxxf86vm1_1.1.4-1+apertis1bv2024dev3b1_amd64.deb
Size: 19312
MD5sum: ed38d1b0d568b311f96ede9dbe1fa463
SHA1: fa8b1934decd36813b474d924a24f3b4a309bfa7
SHA256: 312b2df5b7ad6fdf6f12eb0cfe762eed516b45582dacbae62320541cc53ac588
SHA512: f6ab6c4967147b1e38db1850f2d8f6e29c076c670022832e397eb6f1d57dad5c982f01cdf348ef3bcda52964ac232bf7387a80b12be97f42ac6a858a2cce750b
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: amd64
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_amd64.deb
Size: 42420
MD5sum: 0de7799e49d3720e5a393fb44a066cd2
SHA1: c28d555a7f0c36ba16fdb9a8a3f28bdd95af90f5
SHA256: 6f47cbc8e7def6d14b4a820409d7843b195e99affbae0aa0104dc8bb01b49f79
SHA512: 52810b4923931b15dc089b63c46f7a916b3a69ce0de67b756616321fcfac3daa63f7ed61420aa949ad6b50af9ed26cc5b36d5a9f712ecdf963dc91ff4d5b5f7d
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: b5de2ea26a91c648bfcb0bac0ea595d5d41b1b9a
Multi-Arch: same

Package: libxxhash-dev
Priority: optional
Section: libdevel
Installed-Size: 278
Maintainer: Josue Ortega <josue@debian.org>
Architecture: amd64
Source: xxhash
Version: 0.8.1-1+apertis0bv2024dev3b1
Depends: libxxhash0 (= 0.8.1-1+apertis0bv2024dev3b1)
Filename: pool/target/x/xxhash/libxxhash-dev_0.8.1-1+apertis0bv2024dev3b1_amd64.deb
Size: 67072
MD5sum: 20a47efdf452c01abdfd081000f345aa
SHA1: c93056b684c6d1fc7790b90b077b304f8fe311f4
SHA256: 96845fa1f52c0efeffd1f194e27d40a39ccace37f95ba3b582251b1efe988ef9
SHA512: ca9a836ddb37949991b3d7efa1e6cd8b00abaff3d51bf0f8f850814f46b049c837898263e15d4ab45d7df9ed05e33e1bfc93b06581bb46f69c930b8b3a7ad3b2
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: 99
Maintainer: Josue Ortega <josue@debian.org>
Architecture: amd64
Source: xxhash
Version: 0.8.1-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.14)
Filename: pool/target/x/xxhash/libxxhash0_0.8.1-1+apertis0bv2024dev3b1_amd64.deb
Size: 28856
MD5sum: 481abb8b6ce1c57789a5adc002cd3c9b
SHA1: 8b252717cb12cf34ebf1cd2a97c62624c933b193
SHA256: 4607a41a2fb1ced0d91970cd03a9e3f9e17b3196221f55d6c8abf117646577b8
SHA512: dc0ac9ee152e3645583fafd61d6edc295435073cf547abe841f62bd4b0068cf118a49065699f1c758012d2fe482b107dc3680fd0a3c651e7209bf7a74fdf7e65
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: 301
Maintainer: Josue Ortega <josue@debian.org>
Architecture: amd64
Source: xxhash
Version: 0.8.1-1+apertis0bv2024dev3b1
Depends: libxxhash0 (= 0.8.1-1+apertis0bv2024dev3b1)
Filename: pool/target/x/xxhash/libxxhash0-dbgsym_0.8.1-1+apertis0bv2024dev3b1_amd64.deb
Size: 289920
MD5sum: 436eae6072a2de219e87c5806d0849ec
SHA1: fda65a0c3ac6674fb736b401b66dc9d443846197
SHA256: 5295bfef51e59a902874b1050a41c6a9cf4462d29446e2e1d1656c25105beee2
SHA512: 777e9534b6abf1148e16327defddec2392ce32b47a8447c02c57d4fc666559bd6db850b08f54422f87160aaebf44c480819552edff9743c434c55885953edae1
Description: debug symbols for libxxhash0
Auto-Built-Package: debug-symbols
Build-Ids: c5242b98ddd66001d5d486aab32b82c9a19eec15
Multi-Arch: same

Package: libyajl-dev
Priority: optional
Section: libdevel
Installed-Size: 124
Maintainer: John Stamp <jstamp@users.sourceforge.net>
Architecture: amd64
Source: yajl
Version: 2.1.0-3+apertis1bv2024dev2b1
Depends: libyajl2 (= 2.1.0-3+apertis1bv2024dev2b1)
Filename: pool/target/y/yajl/libyajl-dev_2.1.0-3+apertis1bv2024dev2b1_amd64.deb
Size: 31312
MD5sum: 648827b6ae0d498c2781a5809fc8d2d0
SHA1: 4aabfb485fa70db1a2e0fd81b8193f1453d7660a
SHA256: 9caf71b572ac7ff8243a71f00f6dfca1de005647c31dc20a1c874968b250682d
SHA512: 56cc09f81e71eb37aaa848fa84c634b912ce15a3704e4bebaa399540fb37f7ba29a2c546715d3ba1e948b800163d834229c77e461c04cf73d331e6a38112a79b
Description: Yet Another JSON Library - development files
 A small, fast library for parsing JavaScript Object Notation (JSON).  It
 supports incremental parsing from a stream and leaves data representation to
 higher level code.
 .
 This package contains the header files and static libraries needed for
 compiling software that uses the yajl library.
Homepage: http://lloyd.github.com/yajl/
Multi-Arch: same

Package: libyajl-doc
Priority: optional
Section: doc
Installed-Size: 645
Maintainer: John Stamp <jstamp@users.sourceforge.net>
Architecture: all
Source: yajl
Version: 2.1.0-3+apertis1bv2024dev2b1
Filename: pool/target/y/yajl/libyajl-doc_2.1.0-3+apertis1bv2024dev2b1_all.deb
Size: 105624
MD5sum: dea90263865ed492ad631910d07f3677
SHA1: 5b1f09a78bdd09afaa872cdf816b8a677613892c
SHA256: 2dff42ed4e679fc4c6ea53dfd281feee2ec253695096d61839b69de9682f9c51
SHA512: da5815ee53424cb5cb482c17b544961282771eb34e9efe405e5a342682ada73fd69d21523a35982a42cdff5a4fde914ef957cec227fd12c27d652c20a14c0c38
Description: Yet Another JSON Library - library documentation
 A small, fast library for parsing JavaScript Object Notation (JSON).  It
 supports incremental parsing from a stream and leaves data representation to
 higher level code.
 .
 This package contains the API documentation.
Homepage: http://lloyd.github.com/yajl/

Package: libyajl2
Priority: optional
Section: libs
Installed-Size: 66
Maintainer: John Stamp <jstamp@users.sourceforge.net>
Architecture: amd64
Source: yajl
Version: 2.1.0-3+apertis1bv2024dev2b1
Depends: libc6 (>= 2.14)
Filename: pool/target/y/yajl/libyajl2_2.1.0-3+apertis1bv2024dev2b1_amd64.deb
Size: 22720
MD5sum: c734ba80761673ae5b7c008f0d1f410a
SHA1: 949ac4898588d6beebdb6aa9082af443b915e217
SHA256: c9bc197d8592e803f6907efae4608d0cfd0ce133fd859fce54ff3cb3acee9de8
SHA512: 7694d1d6ca80c1d4bdaee4bde497f2141e3a2fa832401789a2f0c268d9597ac4c05194f7ae5c58e53b9247c325f254026e5bc3637a56f74bee7a8b70d7f419da
Description: Yet Another JSON Library
 A small, fast library for parsing JavaScript Object Notation (JSON).  It
 supports incremental parsing from a stream and leaves data representation to
 higher level code.
Homepage: http://lloyd.github.com/yajl/
Multi-Arch: same

Package: libyajl2-dbgsym
Priority: optional
Section: debug
Installed-Size: 55
Maintainer: John Stamp <jstamp@users.sourceforge.net>
Architecture: amd64
Source: yajl
Version: 2.1.0-3+apertis1bv2024dev2b1
Replaces: libyajl2-dbg (<< 2.1.0-3~)
Depends: libyajl2 (= 2.1.0-3+apertis1bv2024dev2b1)
Breaks: libyajl2-dbg (<< 2.1.0-3~)
Filename: pool/target/y/yajl/libyajl2-dbgsym_2.1.0-3+apertis1bv2024dev2b1_amd64.deb
Size: 39980
MD5sum: 8b849271b75f9228984f0fbc5b3ea0d8
SHA1: 885948d02dd9c081752a37f46595936c31164ab4
SHA256: cadf00a551295f81d356a931dc7ea704d88348ac796213debd94ea5e3fde764b
SHA512: 24fc02276ba4d06e17a5f5b217add160826e315330bd8aeb92559da3893b7115268fe19db7f4e66ec6b105cb4a618f1f8d541e7d7da4fa3dd81d50f8a9857159
Description: debug symbols for libyajl2
Auto-Built-Package: debug-symbols
Build-Ids: 307cf5a87fb99ec56a29b724da589a3f8418e232
Multi-Arch: same

Package: libyaml-0-2
Priority: optional
Section: libs
Installed-Size: 149
Maintainer: Florian Ernst <florian@debian.org>
Architecture: amd64
Source: libyaml
Version: 0.2.5-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.14)
Filename: pool/target/liby/libyaml/libyaml-0-2_0.2.5-1+apertis0bv2024dev3b1_amd64.deb
Size: 52688
MD5sum: ba66d0b63b3cb8ea215082efc93524da
SHA1: c9860e2fcce6f77d152617b092b55b9c3d49cbed
SHA256: e181c894bff9583c7eb02539b7e86f36139a40b60a9fb359d606ecdc1867acce
SHA512: 7ea8ba5ae8e6d936bf4d93c263fee332ce671b3c6d373fe49dd0faae6f6d2f4ab0c1124faec7eb427531b445832c20211bc4a2cccd4b1a0d1df94205b85b3d0d
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: 124
Maintainer: Florian Ernst <florian@debian.org>
Architecture: amd64
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_amd64.deb
Size: 108584
MD5sum: a1f60b9a41d435b7024b2428cc4ab0d4
SHA1: 90f01476c08876d8eba963f5cb505e3c93d0e4e5
SHA256: a9bb43dde2d568d55c57b667f291ed59e43493c5a1cfd3a7262bb9c5cd3dd33c
SHA512: eb5437ece3a9261093c076f1694ed2d6f60025d22f5c49d04c0be0342c5d534f78d4eee8e8b8a0f796bae05bc28f2b231397d86b41019e7af2241143bb7a69cb
Description: debug symbols for libyaml-0-2
Auto-Built-Package: debug-symbols
Build-Ids: d1ad92f2396a02f074ecfe6c77898909def3c6f2
Multi-Arch: same

Package: libyaml-dev
Priority: optional
Section: libdevel
Installed-Size: 254
Maintainer: Florian Ernst <florian@debian.org>
Architecture: amd64
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_amd64.deb
Size: 63412
MD5sum: 90ed4979208aed6d4e86a04069a0577b
SHA1: 36720b4b8e8152b8baf2bf2dfdd6872521565990
SHA256: 8683a85aedc93d5daa3c7c0bb994497e3a39aebc1c92038bbb14b63d7f2e0487
SHA512: 2b7384196cd35854d291185216be794871a773e8c83c41013ffbe58309c41466bfd6899fa18f872b219119662b554ec99df90513af55a74f8bc73537a838f223
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: 1591
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libyuv
Version: 0.0~git20230123.b2528b0-1+apertis0bv2024dev3b2
Depends: libyuv0 (= 0.0~git20230123.b2528b0-1+apertis0bv2024dev3b2)
Filename: pool/target/liby/libyuv/libyuv-dev_0.0~git20230123.b2528b0-1+apertis0bv2024dev3b2_amd64.deb
Size: 213304
MD5sum: b7642b29aa6a75d2e38e143da371a639
SHA1: ee8759dea0859efb853fd08c2277d1c1d2396fb7
SHA256: 90a1962ab1fe59b8448cb7eb4f682b09ff28bb2b79777e7b1e8ffe4c86867f23
SHA512: 852178f6fd9dba61f737082e3a0eccfd44af55f221c8abb045216d5a71fa927eed389434d25348d06f44bd88d084efd535207e024c2e45a6722a137f42fda63b
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: 592
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libyuv
Version: 0.0~git20230123.b2528b0-1+apertis0bv2024dev3b2
Depends: libyuv0 (= 0.0~git20230123.b2528b0-1+apertis0bv2024dev3b2), libc6 (>= 2.34), libstdc++6 (>= 4.3)
Filename: pool/target/liby/libyuv/libyuv-utils_0.0~git20230123.b2528b0-1+apertis0bv2024dev3b2_amd64.deb
Size: 152396
MD5sum: 1f44d78b0d91c71548adcf50ad4fb2d4
SHA1: 50f7a55c0b93c38b919538a81c8e11d82d858fb0
SHA256: 1506aded7c938e6b8df81e4ec220afefeade31ee862a73884118fb43cee9c88b
SHA512: d3ac5fbacf08fb91c82ce474636c268fb4961f2869d2c13b7d6cb474414184c5566554d4f97ae9f4206f042193e95bcd9fafaad3817efe03b3b0b49d17e2e4d0
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: 697
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libyuv
Version: 0.0~git20230123.b2528b0-1+apertis0bv2024dev3b2
Depends: libyuv-utils (= 0.0~git20230123.b2528b0-1+apertis0bv2024dev3b2)
Filename: pool/target/liby/libyuv/libyuv-utils-dbgsym_0.0~git20230123.b2528b0-1+apertis0bv2024dev3b2_amd64.deb
Size: 640920
MD5sum: 91d201528c45c0ed13bf43a44f797bb0
SHA1: 72826cd953a03fddd9d876bce113797d4e6785c0
SHA256: a04be163f3e08ff2eacbb7e80915683e2fb175849b6e74aff8baf4c4b7daa91d
SHA512: 6626b91cc1f73561f4abf8273c9de2fca6e58ea0da929c9e3bd77ee0e0aef20c72bcdb993b42329951d389b618a929912affdd2180d0c3e7cf03041a96d6b592
Description: debug symbols for libyuv-utils
Auto-Built-Package: debug-symbols
Build-Ids: 3e0a075c8a03b7162a9e3d88c422762647d43847 c0cab2bad1215b79ef555446aa0a712a04039c66

Package: libyuv0
Priority: optional
Section: libs
Installed-Size: 679
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libyuv
Version: 0.0~git20230123.b2528b0-1+apertis0bv2024dev3b2
Replaces: libyuv
Provides: libyuv
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libjpeg62-turbo (>= 1.3.1), libstdc++6 (>= 5)
Conflicts: libyuv
Filename: pool/target/liby/libyuv/libyuv0_0.0~git20230123.b2528b0-1+apertis0bv2024dev3b2_amd64.deb
Size: 168416
MD5sum: 90ae91d963f71b2244c80027e1dcd98b
SHA1: fd88908d9af466456b8fa7a98760e10ec85a50a6
SHA256: fabd295497e36f5c81af422f57fb5d800d2f8fd2def2b5c9efb1e0714e833034
SHA512: eb3928f0c467a3738ddc644e6ded6c74f60132b4a3bbe91d93d9ed846d65eb9b1d2591074f9b998b16ab58c16b1434d52a4697c06c0022547d525d8f81434a3f
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: 762
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libyuv
Version: 0.0~git20230123.b2528b0-1+apertis0bv2024dev3b2
Depends: libyuv0 (= 0.0~git20230123.b2528b0-1+apertis0bv2024dev3b2)
Filename: pool/target/liby/libyuv/libyuv0-dbgsym_0.0~git20230123.b2528b0-1+apertis0bv2024dev3b2_amd64.deb
Size: 711512
MD5sum: 17ae18de6c96ec0a9a13b8de21d28f71
SHA1: 9457def7c8038d6d472d57f15ee9fc70226d653d
SHA256: 05f94d8110c1553904569167d4329e615517839e21aed0767eb4a1f9d0cd14f2
SHA512: c8e81816721110dd9ba0f6d163f8250db6f4e87208bb4eed44cf5ae23cd3de921e429a6ea8adb068ac400bb40b82e455c3ec394dce9e348db4dd39d408034af8
Description: debug symbols for libyuv0
Auto-Built-Package: debug-symbols
Build-Ids: f8c8e557f2bffcf8379f080471e32dab7a7d8b08
Multi-Arch: same

Package: libz3-4
Priority: optional
Section: libs
Installed-Size: 22842
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: z3
Version: 4.8.12-3.1+apertis1bv2024dev3b1
Replaces: libz3-dev (<< 4.4.1)
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.4), libstdc++6 (>= 12)
Breaks: libz3-dev (<< 4.4.1)
Filename: pool/target/z/z3/libz3-4_4.8.12-3.1+apertis1bv2024dev3b1_amd64.deb
Size: 7222296
MD5sum: 383347ab547b3017f8ef0daf4ae54dca
SHA1: d056ddf59527b058a18b429985efcc8cc4da9640
SHA256: ca61f13585820bd1acd9a5c437e9d97cc4f3d01f9d86056d7abd69b4621d5e27
SHA512: ee749c5a701afd3db70eb9fbf9226d8f7d6ea91f61e41a23dbaa2fd7a3950daa75dc037f2e92cac559bf02567c66a0e586b7a4ab869c5a3261bfbfb9ff947211
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: 140339
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: z3
Version: 4.8.12-3.1+apertis1bv2024dev3b1
Depends: libz3-4 (= 4.8.12-3.1+apertis1bv2024dev3b1)
Filename: pool/target/z/z3/libz3-4-dbgsym_4.8.12-3.1+apertis1bv2024dev3b1_amd64.deb
Size: 140178912
MD5sum: b95596a30568b960a4dd0b1c9652971c
SHA1: 5e3a07d5b34aca65789f6945d0513c601d7203ed
SHA256: 7b268ae49cf6e13febf259fc1d87f42ebe1a58f2d5f25e3c691188fb1ff85456
SHA512: 807e88b0f796c74fe6bdb0c1ebfa7348cf5925bb220d55877e55bb925e45f5657b6ca31af6f63ab2f1cb4ed78b3335a1ef0e1f6004c15c04d18a729231286e86
Description: debug symbols for libz3-4
Auto-Built-Package: debug-symbols
Build-Ids: 9f2a6c8cf3014ca45ef2753d693cc8a3c4945e26
Multi-Arch: same

Package: libz3-dev
Priority: optional
Section: libdevel
Installed-Size: 535
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: z3
Version: 4.8.12-3.1+apertis1bv2024dev3b1
Depends: libz3-4 (= 4.8.12-3.1+apertis1bv2024dev3b1)
Filename: pool/target/z/z3/libz3-dev_4.8.12-3.1+apertis1bv2024dev3b1_amd64.deb
Size: 93424
MD5sum: 737a8d344c2c9eee23561dfbab219eb9
SHA1: abefc54251355e3b5b060949e9f6b84d5d3cf01a
SHA256: d15387391a4abc8462a5fc0bf77e383090882f66e50b34fe22472286d469d8f8
SHA512: 98a4ab4ceb6cd73ff21292a1d750ea6eeaa3b084f62ac90d017a003351bb413c4a65740cfe02b1f6b470f9dd9e9bc235b5be290e05073ba4272140efbc3717fa
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: 1226
Maintainer: RPM packaging team <team+pkg-rpm@tracker.debian.org>
Architecture: amd64
Source: libzstd
Version: 1.5.4+dfsg2-5+apertis0bv2024dev3b2
Depends: libzstd1 (= 1.5.4+dfsg2-5+apertis0bv2024dev3b2)
Filename: pool/target/libz/libzstd/libzstd-dev_1.5.4+dfsg2-5+apertis0bv2024dev3b2_amd64.deb
Size: 355308
MD5sum: c35ffd9d507b62a69ab0ca7f1b05b5d7
SHA1: 5579bca777cbddd18470897e4ed17f6291701abf
SHA256: c909da7e79f668488bdc4ba2d0590aa9187d0ed1db49747b5fc26b35cb2fa2cd
SHA512: fa5be713bf87ae3304ba3eb861e37aa92286f4fb0871461033c521cfd325a90fd4a2629696128c20ef09399307cae10e64aeb24b81adc50dba632fbaa041e836
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: 790
Maintainer: RPM packaging team <team+pkg-rpm@tracker.debian.org>
Architecture: amd64
Source: libzstd
Version: 1.5.4+dfsg2-5+apertis0bv2024dev3b2
Depends: libc6 (>= 2.34)
Filename: pool/target/libz/libzstd/libzstd1_1.5.4+dfsg2-5+apertis0bv2024dev3b2_amd64.deb
Size: 292024
MD5sum: 54750d5ef4a6738f0bdc2deca8b9313d
SHA1: 3442595adf7a60f22bbbe974f35fcdfb71fe3639
SHA256: e6ae2b45a24c1d0b4e75a9c387c6650e6b3e00f940973a86769e7ef285d68298
SHA512: 6cf80bfc0670b98c04a04ba530faeb59fa06693ec7729710a879dca639d7aadb3aa72cce691b570eb58bbbc1e71703bced6b05906386cef13a6685ae6417c25a
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: 1890
Maintainer: RPM packaging team <team+pkg-rpm@tracker.debian.org>
Architecture: amd64
Source: libzstd
Version: 1.5.4+dfsg2-5+apertis0bv2024dev3b2
Depends: libzstd1 (= 1.5.4+dfsg2-5+apertis0bv2024dev3b2)
Filename: pool/target/libz/libzstd/libzstd1-dbgsym_1.5.4+dfsg2-5+apertis0bv2024dev3b2_amd64.deb
Size: 1871916
MD5sum: 5e5fb8599658ab3c1adb2c6f6060989d
SHA1: b3173dd1b8bbd914fa6344a606d223b29719338a
SHA256: 8ee6527eabf94d055e6d01505f711a5bc79397e6499336949eabf8f2922bccb7
SHA512: 41b6221c729331150f4b0748e3f4ae3922c5e45d6f3cb7941db9b55c9c79beae22dbead4f25615febd3e5251a6de9b3c43d65cd6260a2c97a04bfee9e71a6107
Description: debug symbols for libzstd1
Auto-Built-Package: debug-symbols
Build-Ids: 61cc3d81e8ce2ac0ff7374892cc2efe8f1515277
Multi-Arch: same

Package: lilv-utils
Priority: optional
Section: sound
Installed-Size: 120
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: lilv
Version: 0.24.14-1+apertis0bv2024dev2b1
Provides: lv2-host
Depends: libc6 (>= 2.34), liblilv-0-0 (>= 0.20.0~dfsg0), libsndfile1 (>= 1.0.20)
Filename: pool/target/l/lilv/lilv-utils_0.24.14-1+apertis0bv2024dev2b1_amd64.deb
Size: 24832
MD5sum: 0930c039804dc3046ae985db88db6cc5
SHA1: e367efd3d15639d9779619e6d2b64b6a466ef57e
SHA256: 6dfdcfa004265d2783dba26789f9b561e57ec65224ebd08085edc0ed79e17ddc
SHA512: 40b869f0fe0214a888737fbcefcb1906051b9eaf783a44ff6020964ff593b1d0c75afeeb5e56fb30592cf376ed2348f5b15ef189f6f23698e2bd862c6c082fd6
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: 89
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: lilv
Version: 0.24.14-1+apertis0bv2024dev2b1
Depends: lilv-utils (= 0.24.14-1+apertis0bv2024dev2b1)
Filename: pool/target/l/lilv/lilv-utils-dbgsym_0.24.14-1+apertis0bv2024dev2b1_amd64.deb
Size: 40076
MD5sum: d173ecd775d62ed7c0f6eb1d3c4821f7
SHA1: bb4dd4130364caa200c4c3036a421913f94a832e
SHA256: 9d2bffb0b1f865bc80d069992652e7c29ae06c5afa4cdc8ff30a242b2c7a27c3
SHA512: 2b0bfa58b1a75a81c53b49e5b93af6ec058fa0a210f240bd85f800ecc8806b68d8af4cb956d8e2865dec3dfb1d2ef1df8e1d25b05e248e1e476b6a83fde124df
Description: debug symbols for lilv-utils
Auto-Built-Package: debug-symbols
Build-Ids: 22a9af44b6f8143d51a28f0de8f016a49d2468e5 2648f6b5c904970ca8997fdeac3e6d35cf816ddd 88f88f3b1098e67af88bf25329c472521f22ce29 97734d86dd24206e993ea5fc9077d9de73f95b06 e721123fd274791f5171b14a2f6d2fca5fe97975

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-compiler-gcc-12-x86
Priority: optional
Section: kernel
Installed-Size: 1172
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: amd64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Depends: gcc-12
Filename: pool/target/l/linux/linux-compiler-gcc-12-x86_6.1.37-1+apertis1bv2024dev3b1_amd64.deb
Size: 1185608
MD5sum: a8adc168493e101690273d8b0640fd62
SHA1: 64e98b9803fb48c5dfb1b9ac5a31ab756abffbf5
SHA256: bf021dc0d519066e565305b832fc4b975081e9011d135966924af5ce3c9b9fcb
SHA512: 25732b5c5fb4aecadd99f0bb09f189798b3b4a068bf91a25ec999c8277f05dfe70cab293945f19ddc765f793386b16d4d15d40a5e6363eec2cc2bce72a44dae9
Description: Compiler for Linux on x86 (meta-package)
 This package depends on GCC of the appropriate version and architecture
 for Linux on amd64, i386 and x32.
Homepage: https://www.kernel.org/
Multi-Arch: foreign

Package: linux-config-6.1
Priority: optional
Section: kernel
Installed-Size: 1227
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: amd64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Recommends: linux-source-6.1
Filename: pool/target/l/linux/linux-config-6.1_6.1.37-1+apertis1bv2024dev3b1_amd64.deb
Size: 1239832
MD5sum: aa8b45173c9c2d1479e296db46dacd62
SHA1: c7b7f84976b21e94c78a2fbb78d56dc982235954
SHA256: b2aaa9ba19648e9c011245d62733834d938fc59cd9c47f8df535d2160bb69e1b
SHA512: c628968a493d46a385e464b0c03769145e2173a3642ef9f03518161360138b43740e338d89ab7a7d2b6ae4eb515f81b3a0acd38b70fbb21fbd91cfd3c5af0874
Description: Debian kernel configurations for Linux 6.1
 This package contains the configuration files used to build the official
 Debian kernel files, but without references to Debian's signing
 certificates.
 .
 These can be used as a basis for configuring custom kernels.
Homepage: https://www.kernel.org/
Multi-Arch: same

Package: linux-cpupower
Priority: optional
Section: admin
Installed-Size: 1510
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: amd64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libcpupower1 (>= 5.18~rc1), libpci3 (>= 1:3.8.0)
Filename: pool/target/l/linux/linux-cpupower_6.1.37-1+apertis1bv2024dev3b1_amd64.deb
Size: 1297508
MD5sum: e7247b9e33daf97e67be51cfe9b0e70a
SHA1: 2078d7734304764a4e1ac332f578ea9a8a18e65d
SHA256: 964661430981a72077b8563a47fb9626f26dd44f391f46f0c5e07adf5c09faa3
SHA512: 82386687cfabfa10b317b35a40b6d1e7e73fe1aa584e71ada6bdd70d0a40dfe001dd63ea487cbb5d67a5abe0814da43503f638556cf3632b32d87f3509951322
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.
 .
 The turbostat command reports topology, frequency, idle power-state
 statistics, temperature and power consumption information as provided
 by the CPU.
 .
 The x86_energy_perf_policy command sets a general policy on some Intel
 CPU models for the relative importance of performance versus energy
 savings.
Homepage: https://www.kernel.org/

Package: linux-cpupower-dbgsym
Priority: optional
Section: debug
Installed-Size: 254
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: amd64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Depends: linux-cpupower (= 6.1.37-1+apertis1bv2024dev3b1)
Filename: pool/target/l/linux/linux-cpupower-dbgsym_6.1.37-1+apertis1bv2024dev3b1_amd64.deb
Size: 210308
MD5sum: 86b216de5046d4969359b62549df259e
SHA1: c9d995a2ca495c2b2eb513fc525c7bc85d8dd960
SHA256: dc8f9d70cf160e699f7d8aeb00394b179f69a4320cb46187e83cbdeba1a73285
SHA512: 37c467a449db88e7cac9af61460d89d997d074484938ba07e12a5aded256e2a2daa5ef285d10f8a11c7c8edc4ddff3cab45d886bd15f9ba8930c7585291c1377
Description: debug symbols for linux-cpupower
Auto-Built-Package: debug-symbols
Build-Ids: 04a544599e270874456f9a5718aa15671ef4a88f 0fbacd943a271903662a8ad635d2bd8ff71bff23 e2e711fda750df4f408cc0f1248bbbbda9c2c681

Package: linux-doc
Priority: optional
Section: doc
Installed-Size: 10
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: all
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Depends: linux-doc-6.1 (= 6.1.37-1+apertis1bv2024dev3b1)
Filename: pool/target/l/linux/linux-doc_6.1.37-1+apertis1bv2024dev3b1_all.deb
Size: 1128
MD5sum: dd849e67ca1c319431a709f6b36f2d0a
SHA1: d50866688a310ced2ef3e306f33bcc3192fcaad0
SHA256: 010ff0678d9138bb47e725da2071e714fea73b8d76124494ec741ebdda5126a2
SHA512: a483bd4d1df772cd62838a82a6101cf65eff0e527060824fdf170efc98e64a9626d13b2a96ea99b8b3a0c42396d7d5e6520a69dedc2583082e37596b689019ce
Description: Linux kernel specific documentation (meta-package)
 This package depends on the package containing the documentation for the
 latest Linux kernel.
Homepage: https://www.kernel.org/

Package: linux-doc-6.1
Priority: optional
Section: doc
Installed-Size: 193812
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: all
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Filename: pool/target/l/linux/linux-doc-6.1_6.1.37-1+apertis1bv2024dev3b1_all.deb
Size: 37204628
MD5sum: fd65a57a9321fcdf10113f9f5dcfe992
SHA1: 72a1c12f22355d5859a29cb2b267f4c770d943aa
SHA256: 27d1591f5f58b374cef3c8f3d60f2bb30088b430302bf03d4185516e587d3be6
SHA512: 73d5f6b70e5874565745baa3318a1eb271fc7f6edfce726166e194a2e839939caabd42533a2710edfe70d440ccea861028b5fd7518a5cd851e6a7a580d136965
Description: Linux kernel specific documentation for version 6.1
 This package provides the various README files and HTML documentation for
 the Linux kernel version 6.1.  Plenty of information, including the
 descriptions of various kernel subsystems, filesystems, driver-specific
 notes and the like.  An index to the documentation is installed as
 /usr/share/doc/linux-doc-6.1/html/index.html.
Homepage: https://www.kernel.org/
Multi-Arch: foreign

Package: linux-headers-6.1.0-10-amd64
Priority: optional
Section: kernel
Installed-Size: 4009
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: amd64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Depends: linux-headers-6.1.0-10-common (= 6.1.37-1+apertis1bv2024dev3b1), linux-kbuild-6.1 (>= 6.1.37-1+apertis1bv2024dev3b1), linux-compiler-gcc-12-x86
Filename: pool/target/l/linux/linux-headers-6.1.0-10-amd64_6.1.37-1+apertis1bv2024dev3b1_amd64.deb
Size: 1714560
MD5sum: f3a591fa20c9a0bd49880b699becebc6
SHA1: 7c9a92f421cc0289510896b2b698e4764fdd9093
SHA256: 52b59af9f384287ce869185d4171a0e7760609246b6c003f69afaaf365566721
SHA512: f70f922d7f0405533683f6eab3e40c029cb64d41b589652b3879d335c0a8fb72e337d91a28221402f2e93f25959a3f5786ff3c557af2a681f5dc03f561dd9fcd
Description: Header files for Linux 6.1.0-10-amd64
 This package provides the architecture-specific kernel header files for
 Linux kernel 6.1.0-10-amd64, generally used for building out-of-tree
 kernel modules.  These files are going to be installed into
 /usr/src/linux-headers-6.1.0-10-amd64, and can be used for building
 modules that load into the kernel provided by the
 linux-image-6.1.0-10-amd64 package.
Homepage: https://www.kernel.org/

Package: linux-headers-6.1.0-10-common
Priority: optional
Section: kernel
Installed-Size: 56692
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: all
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Filename: pool/target/l/linux/linux-headers-6.1.0-10-common_6.1.37-1+apertis1bv2024dev3b1_all.deb
Size: 10341224
MD5sum: 2a6baaa0c227082e88f39e12a41e62d4
SHA1: eb6afece7fffa3441073d6684503aafa0a6c8328
SHA256: 5bb6af32b4d41d7fbf1f3c1a8785bfaf8bba9b810f8f7185402d0259cd87f569
SHA512: d966e27e8366cac9053fba458a046ea4e86a649bdae4e1d3db272e39643b197cfbb9e5e109b35e22e67b458d50873d181186e5b274890a44a627d4727bd7771f
Description: Common header files for Linux 6.1.0-10
 This package provides the common kernel header files for Linux kernel
 version 6.1.0-10, generally used for building out-of-tree kernel modules.
 To obtain a complete set of headers you also need to install the
 linux-headers-6.1.0-10-(flavour) package, matching the flavour of the
 kernel you intend the build for.
Homepage: https://www.kernel.org/
Multi-Arch: foreign

Package: linux-headers-6.1.0-10-common-rt
Priority: optional
Section: kernel
Installed-Size: 41774
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: all
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Filename: pool/target/l/linux/linux-headers-6.1.0-10-common-rt_6.1.37-1+apertis1bv2024dev3b1_all.deb
Size: 8041320
MD5sum: 791fd190cd19806c20e72081a0296bfb
SHA1: 47d1660d8cc05acc958394f1517fa63886bc76ba
SHA256: 6bc861690a48c64bccb01fb206d18691de9e30eda63496d9f517ca8fa6da7aab
SHA512: 7b854b55f03720449bea89514d0415e820248d90d1d2ffdf994b63d20a96f88ce3171ee0e391f3130050efada3fb7fc65febb05b75fd8f828d47703158ada0a7
Description: Common header files for Linux 6.1.0-10-rt
 This package provides the common kernel header files for Linux kernel
 version 6.1.0-10 with the PREEMPT_RT featureset, generally used for
 building out-of-tree kernel modules.  To obtain a complete set of headers
 you also need to install the linux-headers-6.1.0-10-(flavour) package,
 matching the flavour of the kernel you intend the build for.
Homepage: https://www.kernel.org/
Multi-Arch: foreign

Package: linux-headers-amd64
Priority: optional
Section: kernel
Installed-Size: 10
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: amd64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Provides: linux-headers-generic
Depends: linux-headers-6.1.0-10-amd64 (= 6.1.37-1+apertis1bv2024dev3b1)
Filename: pool/target/l/linux/linux-headers-amd64_6.1.37-1+apertis1bv2024dev3b1_amd64.deb
Size: 1176
MD5sum: 5d74179007e8a2f73a99abe0b5860c46
SHA1: bc4e0c589a35fb4a02f84aef6a2ed22f749c8d95
SHA256: 7239fd5edd7c239cec7189366fc360e68bace498f7516e4c9d477af5a1da8284
SHA512: b4363f5637057448807d9a9041b9846fb904dc35cf165a4e4c6893fe68756be827658e00e1e25564b66895d1cb216c22d4baf33482a1460dea9f0aade0099ad5
Description: Header files for Linux amd64 configuration (meta-package)
 This package depends on the architecture-specific header files for the
 latest Linux kernel amd64 configuration.
Homepage: https://www.kernel.org/

Package: linux-image-6.1.0-10-amd64
Priority: optional
Section: kernel
Installed-Size: 396844
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: amd64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool
Recommends: firmware-linux-free, apparmor
Suggests: linux-doc-6.1, debian-kernel-handbook, grub-pc | grub-efi-amd64 | extlinux
Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~)
Filename: pool/target/l/linux/linux-image-6.1.0-10-amd64_6.1.37-1+apertis1bv2024dev3b1_amd64.deb
Size: 67862380
MD5sum: ed65639f60f327887d219b2846f75a0d
SHA1: 35dd9904d5d721f501844cac9bcb3b6b4340766d
SHA256: 7df7443d90fbbb950be0f465be0256d3068924cf1bb95323372ab12f21eed30f
SHA512: b2f071fda762ed571120f91f6d017846f49aa012af8f1a741075cbf3c183b2265f4c42b46a46ca9ce853b3dd5ce1e21ca59c479bd6b8554774c3cbadbb2fd183
Description: Linux 6.1 for 64-bit PCs
 The Linux kernel 6.1 and modules for use on PCs with AMD64, Intel 64 or
 VIA Nano processors.
Homepage: https://www.kernel.org/

Package: linux-image-6.1.0-10-amd64-dbg
Priority: optional
Section: debug
Installed-Size: 5542652
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: amd64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Filename: pool/target/l/linux/linux-image-6.1.0-10-amd64-dbg_6.1.37-1+apertis1bv2024dev3b1_amd64.deb
Size: 846733064
MD5sum: 85fc853fda82319668cf006340ac3446
SHA1: 76c53bd25ef515e21db20dd74087d50805018b2f
SHA256: e56bc4d09cdd0c3e68259b951c914483f8a0215288e39cfc8fa949e8bf5665c0
SHA512: a366115104a97e142d99522bb874c0005c279707c5f6e77dfae41bf28c597ef2284b1f5c8385a1b05125fa8eddfd758dfae3ac9a212c2df0a25c78bb0be90de1
Description: Debug symbols for linux-image-6.1.0-10-amd64
 This package provides the detached debug symbols for the Linux kernel and
 modules in linux-image-6.1.0-10-amd64.
Homepage: https://www.kernel.org/

Package: linux-image-amd64
Priority: optional
Section: kernel
Installed-Size: 13
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: amd64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Provides: linux-image-generic, linux-latest-modules-6.1.0-10-amd64, virtualbox-guest-modules, wireguard-modules (= 1.0.0)
Depends: linux-image-6.1.0-10-amd64 (= 6.1.37-1+apertis1bv2024dev3b1)
Filename: pool/target/l/linux/linux-image-amd64_6.1.37-1+apertis1bv2024dev3b1_amd64.deb
Size: 1480
MD5sum: a7eda9cc3fe634ac5a5570886f103b74
SHA1: d66e086225eb673e8a457856061399962ae76915
SHA256: 98111cee0a23b7d7c2336d12a1153c9cca55b3fc0caecda6f653c241423b088b
SHA512: add2ee9dcadbdcd6f3e64fcbe108f7e5808f7e150aa46297f5c1d7c10505d848d3d2b983981f6058b872ec8cdb53ac4864da04ec362a0a27e31a22b951d43a3c
Description: Linux for 64-bit PCs (meta-package)
 This package depends on the latest Linux kernel and modules for use on PCs
 with AMD64, Intel 64 or VIA Nano processors.
Homepage: https://www.kernel.org/

Package: linux-image-amd64-dbg
Priority: optional
Section: kernel
Installed-Size: 13
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: amd64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Provides: linux-latest-image-dbg
Depends: linux-image-6.1.0-10-amd64-dbg (= 6.1.37-1+apertis1bv2024dev3b1)
Filename: pool/target/l/linux/linux-image-amd64-dbg_6.1.37-1+apertis1bv2024dev3b1_amd64.deb
Size: 1332
MD5sum: a09b48fe7812f7f30936663085f93dcc
SHA1: ed9abcc736112d6043334712646b92d81f37749d
SHA256: 062b72cca1d9c9a37264c5a425ffb13be3ed03fa7b30cc3750d962b1c38ae7ca
SHA512: b780a2debfac7dcc26c569e39390f671ec17d56d113f842a1a2e59c93aaf76b1faefa0959621f72009b742a021b7ae01afd76d36aa82049a79b122917cfa6bdb
Description: Debugging symbols for Linux amd64 configuration (meta-package)
 This package depends on the detached debugging symbols for the latest
 Linux kernel amd64 configuration.
Homepage: https://www.kernel.org/

Package: linux-kbuild-6.1
Priority: optional
Section: kernel
Installed-Size: 2273
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: amd64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libelf1 (>= 0.142), libssl3 (>= 3.0.0)
Filename: pool/target/l/linux/linux-kbuild-6.1_6.1.37-1+apertis1bv2024dev3b1_amd64.deb
Size: 1443440
MD5sum: 56299cda16e12e30d2643a9208c0df6a
SHA1: 946cb2957f693cbce826be9c4de754831f92501b
SHA256: 0ff42d585a121aab9a109c5dcccfc996be9e3d2fbb4691731ae6488f87ba6dc6
SHA512: a0aa7389c6de91530e18c13fe84751b85ec678c6bdd7c076a905ad6da522f2dc93cec5027f5e85166749c2969993cb2c9548706ca2582ba244ae65878c00a280
Description: Kbuild infrastructure for Linux 6.1
 This package provides the kbuild infrastructure for the headers packages
 for Linux kernel version 6.1.
Homepage: https://www.kernel.org/
Multi-Arch: foreign

Package: linux-kbuild-6.1-dbgsym
Priority: optional
Section: debug
Installed-Size: 1168
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: amd64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Depends: linux-kbuild-6.1 (= 6.1.37-1+apertis1bv2024dev3b1)
Filename: pool/target/l/linux/linux-kbuild-6.1-dbgsym_6.1.37-1+apertis1bv2024dev3b1_amd64.deb
Size: 1024180
MD5sum: 318ba6eff77fa858939cf5bcec4e5154
SHA1: cd547a39b016a1d9b37fe19fd917aa450ccbfdca
SHA256: 2dec696e3bd12e7cd969f86dad0672c1adca8592517b8a058924e6145443958b
SHA512: bbd2aee13f7a21816702a2d114ff16ce355dbd62f6389bede6abd84746567fe2c36ce718e773b20f3cf3058f86b1212f9f52d7829e7f3dc055a16c5172928152
Description: debug symbols for linux-kbuild-6.1
Auto-Built-Package: debug-symbols
Build-Ids: 03d546f0dbefe27a62cd458858b662d2a9dfd4f0 15334f2ae56c00dfaa32c6109c9bef2437c9bab1 31748ec1ef9cbf5574821db37ddca4434e485079 44401870588d5ebd81a692767f0d2fd414280cfe 608a17a9fb0f9b31e1af4109d5a07e2b4a9bb91a 66e35e4901175ae6b32c0c2f65e1da01b39a1654 88ffa36771708069aa0db883ede74561619f9a4a 95cf7289c59d395b51a9de186b6c0d0b7fa8a33d a03159440337db84a01b1b5758d7351468c64d82 a8fad60789636faf04329648f68009348976de1b bb2506deeab33d79bbf98aacc81a8661bd79a75f bf02e87e0be338e5d56ae4d504b0428ebdecdb5d c12edbf7fe6261fb5f00bbfb7906ad18dd1375d2 f8a958aba359dd2e92dcfb9f4efe8d8fbb39fe61 fa7bc10e81042481ccea028d7375c4519e228c67

Package: linux-libc-dev
Priority: optional
Section: devel
Installed-Size: 7057
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: amd64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Filename: pool/target/l/linux/linux-libc-dev_6.1.37-1+apertis1bv2024dev3b1_amd64.deb
Size: 2330748
MD5sum: 04ba9789488bb4b25860107d2883921d
SHA1: 4c6d12885d107c91e09a4b7cf5f33cbb60968758
SHA256: 802f1e9c33c6f774de735868d1d44a1017222a302c49ef575446151b8f69ae49
SHA512: 72cb04cef6e55710321ab96b8e2098f21630a0c1ba387061c29fa21b07c57d3e06a0740384e416e8c5b824f0808907ff9e64025ccd5040f3e876298904a91dfd
Description: Linux support headers for userspace development
 This package provides userspaces headers from the Linux kernel.  These
 headers are used by the installed headers for GNU libc and other system
 libraries.
Homepage: https://www.kernel.org/
Multi-Arch: same

Package: linux-perf
Priority: optional
Section: devel
Installed-Size: 11748
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: amd64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Replaces: linux-tools-6.1
Provides: linux-tools-6.1
Depends: libbabeltrace1 (>= 1.5.4), libc6 (>= 2.34), libcap2 (>= 1:2.10), libdw1 (>= 0.157), libelf1 (>= 0.144), liblzma5 (>= 5.1.1alpha+20120614), libnuma1 (>= 2.0.11), libopencsd1 (>= 1.1.1), libperl5.36 (>= 5.36.0), libpython3.11 (>= 3.11.0), libslang2 (>= 2.2.4), libunwind8, libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.3.3), perl:any, python3:any
Suggests: linux-doc-6.1
Conflicts: linux-tools-6.1
Filename: pool/target/l/linux/linux-perf_6.1.37-1+apertis1bv2024dev3b1_amd64.deb
Size: 3304416
MD5sum: 0cbf3bc7cc0a068f00927ee89205e0bb
SHA1: 4dc87890519cc63f25f5ba49ce0f7a3908650549
SHA256: 9938bedad944b74c97c4dd0e5bf8226a55912bc1529f5cbd1ed21c2400c9ac6f
SHA512: 01cfe8a47158e777461b7516d74279085555fac0e5bf395c83fc124cb64663b1c11dd9b44a3fde07aaf7dce9fcf3824431e27afa747fb12717015a20c8aab0a4
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: 8333
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: amd64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Depends: linux-perf (= 6.1.37-1+apertis1bv2024dev3b1)
Filename: pool/target/l/linux/linux-perf-dbgsym_6.1.37-1+apertis1bv2024dev3b1_amd64.deb
Size: 8097780
MD5sum: 6c9925908cce200cf1127b3e4b53df49
SHA1: 2aa35247ffd33e94898935da9a58912479c32e03
SHA256: a54607cc599b40882bc7c1372f3d9e8fd6907572ddb3eebae897a9bae8cc9588
SHA512: f28b508142694f15813e9b938e8fc62ebc403b77ad55c547b539b8793cc07e5a9f81aeb13c6c77c4623164ed16a36e5119e36898ff67ffea042044f4f47692ba
Description: debug symbols for linux-perf
Auto-Built-Package: debug-symbols
Build-Ids: 0743c09abd0f5dc0a112438b52793adf30c7a7f9 270f5d50b8157b33ca4cf760180c047034fbea5d 48b2a57ef464924e6958daedf7e7e9352e221efe 60139929f641b128b78d0605b9670963ac4452d9 63a8e14757e5f0857212c9ed46349735f8ff32ef 6bc85a03a577fd71657593053817c407d0c98aa6 6e920937a9953af42218691b880c183aebc56ee6 719ab6793e1ac5e3c026df2d6d34c74520c3afc7 90ab1f9c4580fa22a4fd9d7babd308e6a5ae9f6c 9569870a0eba40c1d5cb834c25ecf55b8d04a11e 9e9489a46b4ceca042a03df3e48ff6ff215842f3 b4f908b3eef28d03ffd05806f0d72e218513f62b c1b9f67d763e3a9de123515056751f21a63aac16 cc9dee4f856aff2b347c1db281ebd43cac68193f d86692ea4d30a7dc73a4f18a9b3dc89d0af8210b dc8df6ae85e2961140f063e2a50762fce577f89c e3ae135711dbb53127c91fc12111fc4b9a73f585 e55f64471bec6677f89c272c512b3a6eb6449113

Package: linux-source
Priority: optional
Section: kernel
Installed-Size: 10
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: all
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Depends: linux-source-6.1 (= 6.1.37-1+apertis1bv2024dev3b1)
Filename: pool/target/l/linux/linux-source_6.1.37-1+apertis1bv2024dev3b1_all.deb
Size: 1120
MD5sum: e0fcbc3d31cce1fae93dd4c472c1701d
SHA1: d7c8a654015923a94dfc79e8784665dd13badeac
SHA256: d47cf57165fe08e1f34b8bae1dc0e6eb201840d9bc74208f7f56cf92825b465c
SHA512: 5ae4ce2e2bbdd1b2000840a2f300938babe54cbbe167f58b3996ad94d3d2480ed14515b5d2f4e18385d76d0c052ceac3d05dec986559f3098fc99588f5e4f9d1
Description: Linux kernel source (meta-package)
 This package depends on packages containing the sources of the latest
 Linux kernel.
Homepage: https://www.kernel.org/

Package: linux-source-6.1
Priority: optional
Section: kernel
Installed-Size: 135330
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: all
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Depends: binutils, xz-utils
Recommends: build-essential, bc, rsync, kmod, cpio, bison, flex, libelf-dev, libssl-dev, linux-config-6.1
Suggests: libncurses-dev | ncurses-dev, qtbase5-dev, pkg-config
Filename: pool/target/l/linux/linux-source-6.1_6.1.37-1+apertis1bv2024dev3b1_all.deb
Size: 138575252
MD5sum: a7bd2f719fa49391a53f981281bf3578
SHA1: 629ca7dba2601e3c1a815becb09c2a6dcf5dc6a8
SHA256: 6e3cc5159f2027becadd237d3280b4566f848d30c910f0b8d27f616887cb3a1b
SHA512: a34510af3db0a4f757f51da3ff5da30986aa6946da729ce2408f4104d143e8a3ab4b5e9c4b5c596197bcbe514f2bacd645813fe5c58ba1a29fabb49976b6d1a8
Description: Linux kernel source for version 6.1 with Debian patches
 This package provides source code for the Linux kernel version 6.1. This
 source closely tracks official Linux kernel releases.  Debian's
 modifications to that source consist of security fixes, bug fixes, and
 features that have already been (or are believed to be) accepted by the
 upstream maintainers.
Homepage: https://www.kernel.org/
Multi-Arch: foreign

Package: linux-support-6.1.0-10
Priority: optional
Section: devel
Installed-Size: 2142
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: all
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Depends: python3:any, python3-jinja2
Filename: pool/target/l/linux/linux-support-6.1.0-10_6.1.37-1+apertis1bv2024dev3b1_all.deb
Size: 1234484
MD5sum: 0c89baf8c9228dc4a7f507d31f894cf5
SHA1: 95c3e62ac7efd8c24c245661cc999a71a1343d44
SHA256: f67ebb633a27c19e8b080cb35e5d08b15e85dfe3109a0aaf4a9b0daeec489967
SHA512: 7694fbb3cd8793bd84578742217db88582390f642fc542def3b9622a907cab92e6d1ca45ee0822f549facde07f100fd01e2052bdb86a95c9af64f3ace9916283
Description: Support files for Linux 6.1
 This package provides support files for the Linux kernel build, e.g.
 scripts to handle ABI information and for generation of build system meta
 data.
Homepage: https://www.kernel.org/
Multi-Arch: foreign

Package: lld-15
Priority: optional
Section: devel
Installed-Size: 5153
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libllvm15 (= 1:15.0.6-4+apertis1bv2024dev2b1), libstdc++6 (>= 12), zlib1g (>= 1:1.2.2)
Filename: pool/target/l/llvm-toolchain-15/lld-15_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 1417004
MD5sum: 6b4e19937f2cdbc68ba4fb3d9f2b39ba
SHA1: 8b08984b60982421fcf4e0680a56504e55edd823
SHA256: 1025007199a054d3782f8ec16d117f93cf53a60fc4288a62431abb7824af8e93
SHA512: 922a51a0c6dc196a3d07442b231f9aa0a2e44e00845be4e342675814da75697a0145c3c629ea491120b4241a89ab8f286c6313a55f018340b3fdd3f639cf56cc
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: 1039
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: lld-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/lld-15-dbgsym_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 119840
MD5sum: 24db2549db23f72d0e1207c77777acc9
SHA1: 47ef651f3cf526a2e2f6de52ee90b1e932f649f4
SHA256: e10e20a4770be4356a440b0198bfc577662a6a4fe524b20b412ddf9eff1f7211
SHA512: 8d31d6faf22da0db25deb9996d76d634389d8d2b946535d4e18eb9106c1d1c7dfabd214cff941c8c926fed14f7f9dff5d8c0cd3bdf5ae68430a02dff8ff3e4a4
Description: debug symbols for lld-15
Auto-Built-Package: debug-symbols
Build-Ids: 2c33c2ddccbf726fabd6646ccbf9e671b6b10b5a

Package: lldb-15
Priority: optional
Section: devel
Installed-Size: 4219
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libclang-cpp15 (>= 1:15.0.6), libedit2 (>= 3.1-20140620-0), libgcc-s1 (>= 3.0), liblldb-15, libllvm15 (= 1:15.0.6-4+apertis1bv2024dev2b1), libncurses6 (>= 6), libstdc++6 (>= 12), libtinfo6 (>= 6), libxml2 (>= 2.6.27), zlib1g (>= 1:1.1.4), llvm-15-dev, python3-lldb-15
Filename: pool/target/l/llvm-toolchain-15/lldb-15_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 1328920
MD5sum: 0cec37c904578b7c2bcc04f05471f297
SHA1: 60b2d90caf41102c8d7fde4b87131a9c9cf9de10
SHA256: e5889521d3dc5cb8884bf05f86a79147cb8d01734d7f6162ae78e6d33e6c70b5
SHA512: 454e8a614a1f9581ebc900971e347f7d82c9d332dd245b401f5d0b1c0e1b9db25455d7cfd7093c59e649449f3820e52f985d862adfb4dead4a58766c98bd0141
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: 1318
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: lldb-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/lldb-15-dbgsym_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 176164
MD5sum: 2dc868509417e8b77d29769b3df8c8c5
SHA1: a90e31d36853105852d8525cbcdd028d3b96f24a
SHA256: 41ae3bef0c93a8012cda5ae3c402f1e64f5b9d3c68e3e5830730369889afa412
SHA512: aa7dc109212c74c5568afb0eb219bce9600ec7e0fecbd64d144a3dafe42b2b6a50f21fe1475f26d747591ab30794716fea18b6579cec1d9f357f64a73484f208
Description: debug symbols for lldb-15
Auto-Built-Package: debug-symbols
Build-Ids: 184003173d4f9eb5a01f34677e238c1deea5f26c 5d8644eab7c8fef778c878a0e926df19c1187481 808d1a3ebbafd40c3b4096a0310bdbe679ef780e b2066ca7e650f8f4fd337c40e5e47fad62002602 c82f0c57a4aa1f761c1f677cf87ac546e9039063

Package: llvm-15
Priority: optional
Section: devel
Installed-Size: 52596
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: llvm-15-runtime (= 1:15.0.6-4+apertis1bv2024dev2b1), llvm-15-linker-tools (= 1:15.0.6-4+apertis1bv2024dev2b1), libc6 (>= 2.36), libcurl4 (>= 7.16.2), libgcc-s1 (>= 3.3), libllvm15, libpfm4, libstdc++6 (>= 12), libtinfo6 (>= 6), libz3-4 (>= 4.8.12), zlib1g (>= 1:1.2.0)
Recommends: llvm-15-dev
Suggests: llvm-15-doc
Filename: pool/target/l/llvm-toolchain-15/llvm-15_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 12738100
MD5sum: 31dad784c1705d695e1a7cab878c84bf
SHA1: ba73b31255154b99ca02145f30c3f824dff04063
SHA256: e501d5935627a98cb4f203c452daf6b2acd025c579acf38dde37ef602fa8b742
SHA512: c3fa1e202b0b3346c7b8145280721ef65b248c2fe2cb1001cf3eeaa86a516d26b5e4ada3bdb2594214601bd4fec50783c4c1309ca3afee2f0bcb453d7b18ce69
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: 9471
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: llvm-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/llvm-15-dbgsym_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 1029124
MD5sum: 34e6f75daf43f7340f0824f0bd30ab1b
SHA1: f3e7232d7bf90b977578864ce90f053ef8e8356c
SHA256: 07f897f6c4e2356af99b60903311f7b93ba9b91ff0a341b629db39db0902d0a5
SHA512: a1b18d01173182bd17ec8ff1165996b4ca9696bb0c541b24c07638031ebd4b9ee8232a1e0ce32152a6427c1e97974fbb87b6d8c2443a8414af4e407550ca780a
Description: debug symbols for llvm-15
Auto-Built-Package: debug-symbols
Build-Ids: 05831a03f68cc50e5c40122e1456245ffba817db 0f7047512bb54dfcb3eac7d3e5d24998965313e6 18a437236f43459878e5c7d14759ac55b4e139d3 30bfa1a9e59267496f8449a4a43c10765825aa61 3167d8e6f0ae28f0c09158bfcdea524421c738ee 36490533ab84dcead010183886646a773082d5c4 3cd8e25423e6a9f0a48e2c87df56923536a77abb 3d567e83ac030535fe4a7876e11cab7cee8f718b 3e4ae3b9f176b89a53e8407fe8a31003af7b7f37 3f80c383a3c91ef89e5e8eedfebe167a343b3c61 40863a5134b883983790601b9422ea225b57f02e 49828925a231eed72c1b065a2cf8522b4f4cf59a 53b6951877ad6b770bad225bc342c7b69b50fe43 54244e0aae5a7dcb61a57407855add2e8f8c382e 61e65eca6c18a7b17b8befe75cb6374fbedb1d95 6378105c621e5871f007033df363f4c37e0bd2f9 644e22b819938b61a605408121b3a1c9410f655e 6510903390ae1f77365414704dd3fe5ddd3eda61 6941a43472759a67a8b923a0ecaccb8efab30703 7350f7f042c3dd20a666d2fe1aeb154ac3d71496 73fb8523c87b345d63942ec8ff781a7c4eb5cf72 744791e861825173da0f89916164665306f64d0e 7c1ce609527ab1c3a897c497cffe550a1149d7ee 7fd8223bed23f198be38581dae19a11cf5b751f3 81027c57811b724d058c9909edf9a8c1c5ffdd71 8263073b9e75b83e3baac639409537cc715734db 83204a00416741946700e6a9df480f6477d21a33 85024360aa56a2f60232457490f35c7ab9724b49 89c771dd87c567ef04452166722ebc310b360525 8e4093dc68da02b86b8688aa04d8c95114262791 99613dc62845eac38e363e767ca95599795c3233 9b5b988bde6d7e55e2a10758530b4da9f3742abc a2401dfb5d562e16ff03bd08f2fd4053b15d12ce a907c5d7472737c5e5f778540b0055555503f6a2 aeeba1cced2962fede6ba8d7bcc1dec1fe84d13e b2465ec1dfb6b620ad9e69c0255669d68cd6bdfd b9db913f3d6306e84170a03d2c63a3702888cc3b ba283ad4e8bb5d0adfb1b2a4564fe6595fb78c36 bb1f92a9bb9abdf294dbec3f983ec560f30b1b68 bde89540ea14966fcc1e5bfdfe54efaf48114906 bdfa9e5bec5fc91baae075babb9261fb177e4e25 bf358847ad75ff18070996e2df4d9b3fd879dc43 bf8fd3db268c5fc9927f74a645cc8a976ecc0f7c c444e43cd2c62fac28cd2d434004d2ac995d2f12 c63f1260126ce589075594a60600f9defd1f4f24 c8bf821c25e85df624e0cc8e25bec299d6e93592 c9c451364fd1da6f3f6fad84647a53ea0883f58b cd9a180ee2e44257b6e138e2f544e876cbd341e7 cfe578db64c8c42da329e6b8163cdde2c6f44f9f d0058f4ee47a686841e3eb548401df534c8d43b3 d0a2ac5e716c36d7dbd0c00dec2e4be8f305d91e d15c778150c7cba71cc6eaa4cbb8980a76cc7884 d255d0b6961cf6fc7cb7ee0da4248f69ac43a49b d31846e8eb127b6b925c8ba6c43968a30433fd5d d46918160f133cfdf21cb3e6d3f72ff10d5615b8 d8528349efc3d3ac6ea33acbcee33a2c87544d37 d92d2a6b8a6f24852a4b18238619dff6cf799408 ddeff7281b2f3cb19e1aa1f20df9accae031bcfc e5331ca7f19557594911366a302deee4c0d8ecba eaedfefa82e37dea2d68b08963b427e2bb006cd1 eb264ae01591e97bcf9b97a872801b85c26319ef ed5e73fdb6000b77148de1c79b1b7381d3e07c59 edd8435f1e0115564158a91b4b8e87e975579123 f0ee1c0cdf7cc47176800930e19ca3ed92c97981 f1604a87f8c7c3f7d40ee986821e14f1f141592c f64fbc3d14e29e3445d321a20927e7dbbf869602 ff92a6a9cd15f5c7a60f01294aa286e15ace7379

Package: llvm-15-dev
Priority: optional
Section: devel
Installed-Size: 293944
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libc6 (>= 2.2.5), libgcc-s1 (>= 3.0), libllvm15 (= 1:15.0.6-4+apertis1bv2024dev2b1), libstdc++6 (>= 4.1.1), libffi-dev, llvm-15 (= 1:15.0.6-4+apertis1bv2024dev2b1), libtinfo-dev, llvm-15-tools (= 1:15.0.6-4+apertis1bv2024dev2b1), libclang-cpp15 (= 1:15.0.6-4+apertis1bv2024dev2b1), libz3-dev, libxml2-dev
Filename: pool/target/l/llvm-toolchain-15/llvm-15-dev_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 36949108
MD5sum: 6c8cbc8acaa1af66becc5e08e7bec0e4
SHA1: 4b787c7852e822e885fd69d86243b754c9525f4d
SHA256: 514f8ed662433fc6397ac02464f1de0325a986b2c6684445cb9231c4ffe9575e
SHA512: 309a058905f4cdcbf6f062a42996dd0040cbf6c65b68a4293b62c269ac151dee37c7e9ead6a1d94d665d4d74a00d16ecb03e6d596c6b92f47c3e6c6f7e07d285
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: 14
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: llvm-15-dev (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/llvm-15-dev-dbgsym_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 2080
MD5sum: 2a8278f9f22ced3669bf1692b17eacb7
SHA1: e48800cd8d8105a071656b053c5e5b42edae65d7
SHA256: 708e831e6af988aca73e6dd5c3b0a979055b77d4004ccd006b2a299127416a28
SHA512: 10f24872ab3ea21d9f32e910f9b81be264375f585bee29ad83d3403bb689665c8190db4600b46f34d8ee4fb34ef203b8e7b32fa863b81ef0510af9ff5bd70834
Description: debug symbols for llvm-15-dev
Auto-Built-Package: debug-symbols
Build-Ids: 69faa80bfefd4a563b83df32abaa30c3bf9ea193

Package: llvm-15-doc
Priority: optional
Section: doc
Installed-Size: 48107
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: all
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libjs-jquery, libjs-underscore
Filename: pool/target/l/llvm-toolchain-15/llvm-15-doc_15.0.6-4+apertis1bv2024dev2b1_all.deb
Size: 7012368
MD5sum: f07538cc9e8cd467e8198d3cb3bd793b
SHA1: 111ad263f7305a03d755e143b9038b9e8e5f8302
SHA256: fc22ae41555cd3b243c3e978b9715068f0b5e56abdd5016563d9d7a9ade14b4f
SHA512: a7844055525e5f1219628667ee69066a228b33f4d679e136bfa3a568c7d30b1351b02bfd7c27c9ecdda0b961899368ca8bbbd32a1f25cd1c33dd3b0aa85892e7
Description: Modular compiler and toolchain technologies, documentation
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 This package contains all documentation (extensive).
Homepage: https://www.llvm.org/

Package: llvm-15-examples
Priority: optional
Section: doc
Installed-Size: 638
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: all
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: llvm-15-dev (>= 1:15.0.6-4+apertis1bv2024dev2b1), llvm-15-dev (<< 1:15.0.6-4+apertis1bv2024dev2b1+c~)
Filename: pool/target/l/llvm-toolchain-15/llvm-15-examples_15.0.6-4+apertis1bv2024dev2b1_all.deb
Size: 448120
MD5sum: b200b9f5aaeef59f9a69bbc76e3d17f4
SHA1: 25221028b26997140682c35a4e3880920c077399
SHA256: 062bab8b80106fd22387742fc11bc33046b4418ae42dbfe3886719f5e1f061f2
SHA512: 29a814b9129c6cc2cb1a6f11a4f957b4911fef7c3f9820d649f68cb7c900a080d65712036d44d34af9696d2eba46268f40d5b83b133ccf247bb19bda12ae3c56
Description: Modular compiler and toolchain technologies, examples
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 This package contains examples for using LLVM, both in developing
 extensions to LLVM and in using it to compile code.
Homepage: https://www.llvm.org/

Package: llvm-15-linker-tools
Priority: optional
Section: devel
Installed-Size: 4600
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libllvm15, libstdc++6 (>= 11)
Filename: pool/target/l/llvm-toolchain-15/llvm-15-linker-tools_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 1474832
MD5sum: f51a661bea9d729fb75ddc12f74bf240
SHA1: 51683f09818b2e8c613a2e96aaf38c6f188e0d32
SHA256: 2f3e3934284d1fcfdc1b197768d23b955c940cc0b042a5ccc01283bcff225192
SHA512: fbbdae569440d2033d74f4bf9612f8ae4e18776c836015e723ec384dca1924192481519c46b622988633e4fded26565e583d043f00801116e7f8c8d2f700e57f
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: 884
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: llvm-15-linker-tools (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/llvm-15-linker-tools-dbgsym_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 131764
MD5sum: 5ef9d505339c2a5f7d6ae94308bee506
SHA1: 8353ce874881dcd80df0be5df19613b88e1e024d
SHA256: 1c56be06e8f5d230cf51d329e38be2bc758853bcec49781848049de6e489bc0e
SHA512: b30321d9183f360d6d5a287e91ca2224a07c113bb5d64e078a89cbed0f021d55ba25b60b550921dc1dd2cec0256cbb1232562fa925a1c8f3fe7debe4c0b1602b
Description: debug symbols for llvm-15-linker-tools
Auto-Built-Package: debug-symbols
Build-Ids: 4fab75b77c3f3859b5f0c85901dbc7bbb712b0f8 56d38938b5dbd2758e29eb4b20769fff8f22c85f 9ab01369e8fc0467387e35a56b573bb2a471ffe3

Package: llvm-15-runtime
Priority: optional
Section: devel
Installed-Size: 1668
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libc6 (>= 2.36), libgcc-s1 (>= 3.3), libllvm15, libstdc++6 (>= 12), libtinfo6 (>= 6), libz3-4 (>= 4.8.12), zlib1g (>= 1:1.1.4)
Recommends: binfmt-support | systemd
Filename: pool/target/l/llvm-toolchain-15/llvm-15-runtime_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 671984
MD5sum: 31732046c2355cfb390940dce0b763ff
SHA1: e391c4cacb43183dc36f11fa4638585a31e80262
SHA256: 1c8cab2dcd311782e25dd6e8d6fb8f35ffa52d2a9a9fa7a15b9d971c3b7c2120
SHA512: e91be4ce8843b59f13f5c023aed2d2529f7d059c16c1610fb3ee14bb8ddcd269781ac68b30eaf0a847c11ce23c59fb10e968a062b25548d1490c0244d22683eb
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: 390
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: llvm-15-runtime (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/llvm-15-runtime-dbgsym_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 59824
MD5sum: ceb043f8f45c1269a622c6c166894f07
SHA1: 70e8bd486d1e92c9fca2788df0b99ef095207d0b
SHA256: 09d559b1a9720719eef197357f9db49fae0d9e3e79ee2ea48c0b99652fe02dbf
SHA512: 2207eca13beb965af90b3598deab87be9ebe7b2ec856c767ef10107413ff94d17343bff669fa8ffa9c0f738e11f97ee3886f7aa54c8fceacc53647fbbc8bb144
Description: debug symbols for llvm-15-runtime
Auto-Built-Package: debug-symbols
Build-Ids: 3e3a2912b4a2a56b7e89906b560ff97480651977 5b799b56122cd6796d3606dbea0d99f60892e5ef

Package: llvm-15-tools
Priority: optional
Section: devel
Installed-Size: 2238
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libc6 (>= 2.36), libgcc-s1 (>= 3.3), libllvm15, libstdc++6 (>= 11), libtinfo6 (>= 6), libz3-4 (>= 4.8.12), zlib1g (>= 1:1.1.4), python3, python3-pygments, python3-yaml
Filename: pool/target/l/llvm-toolchain-15/llvm-15-tools_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 611860
MD5sum: f75381d6feb6f5928ea45b06d55ca056
SHA1: 17306c2fdd574755c18f2993e6dde5944375893f
SHA256: d884ff72f5b54610653d7c718fdf5c766e33651bdf5926f8ac6432cd4bd33698
SHA512: 263c6d9fc6f71e07bd1f9d1bd5add325a566d4d4484bfd4619d1a06f266b80c6375315e08b5759e5c8fc8409c505f3df051ddd7efe35257c969950c3c2cee54c
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: 345
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: llvm-15-tools (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/llvm-15-tools-dbgsym_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 44692
MD5sum: 0ce95968018a5f8ebd22e0888c642e46
SHA1: 2ee85d4b8557c52bd933ffb9760f1123cb22cb3e
SHA256: 61b2b464ece08adee4b1fa16e533b6d6a13855141436c2f68595d0606392469c
SHA512: 6e217cd18ae917e87553450daf409241a7d868f76517e7164f3a0656d84f5d573b941067c0d7189c1058391b2e40417a5265d76605d3c43c814c99061a9f6e66
Description: debug symbols for llvm-15-tools
Auto-Built-Package: debug-symbols
Build-Ids: 28aa134b40ba73b6f4f61cda4baa467537d15401 5b404df5b7b24c15b5cfbc8a3d7a085699742ae4 5cdad2e86e95a3d4740ec2cd06d8e031b2d9654f 7305e2fd03bed701f22a95a56832212c6d9e10c0 9aa88f13c3ed5be7c9d88fb26863a5d22d26f709 f8b90817dee0927b6cea8ff87aacbaf2afe7fc26

Package: lm-sensors
Priority: optional
Section: utils
Installed-Size: 387
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: amd64
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_amd64.deb
Size: 97496
MD5sum: 25419be556961f9025f389bac699c51d
SHA1: 72b1da26533ca94147550b6259537ce49456b0a6
SHA256: bad1defe92fb3b24ad7a1ed20ceb027579dbcec28ad1dfa323690d738cac39ac
SHA512: 0e686f9ae068d6335d3c2b3322ce54d55c15f727b5639ed39d5b91e134d70c868a852f1637cf018577ee50fcf486cb6f7ab97eb223ec4ee89bb07ff9e91ead61
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: 76
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: amd64
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_amd64.deb
Size: 44972
MD5sum: c74003d70b8acaf2858b264fb6507120
SHA1: 6318e115353e5bff8df6656f67ebe62104216ae9
SHA256: 789948953225b9d57cfbb3fd4301e533b97fdb599caa6dbb98fddee3c8965afb
SHA512: 9dd3ffa2a7332af4dc84220e056419d1e3a0fd6060e9f4c020836977d44e361a515d9e1c075654313b06523529b70f00c9c7954cdac9fbf4655ac6cac22e6787
Description: debug symbols for lm-sensors
Auto-Built-Package: debug-symbols
Build-Ids: 1d19ec7b3657673b84bcebb80892c1e6d0852427 67b8eb1cb27568523e88d14f22efa61ecd2794ac bc71c6f5dd88014eeb6bafd41c3e19efeda69038

Package: locales
Priority: standard
Section: localization
Installed-Size: 15875
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: all
Source: glibc
Version: 2.36-9+apertis3bv2024dev3b1
Depends: libc-bin (>> 2.36), libc-l10n (>> 2.36), debconf (>= 0.5) | debconf-2.0
Filename: pool/target/g/glibc/locales_2.36-9+apertis3bv2024dev3b1_all.deb
Size: 3934204
MD5sum: 5bd529afff935e3d9c29b7e8815baff2
SHA1: 38b78100af316011700625ed2df0c4e024be4e2a
SHA256: af3cb76d4f7e129183416d00d4f194de3d19017a1fc2d5f9653fde3e69fbeed8
SHA512: 9735aa2a4dab61a5d155f5e6c845c0be72598766c1d6d4239c8137c0e0b172d6acc69e4f97fd5760567b6c4417d9617be08c1e4fe1f81bc83ad7287854abf363
Description: GNU C Library: National Language (locale) data [support]
 Machine-readable data files, shared objects and programs used by the
 C library for localization (l10n) and internationalization (i18n) support.
 .
 This package contains tools to generate locale definitions from source
 files (included in this package). It allows you to customize which
 definitions actually get generated. This is a space-saver over how this
 package used to be, with all locales generated by default. This created
 a package that unpacked to an excess of 30 megs.
Homepage: https://www.gnu.org/software/libc/libc.html

Package: locales-all
Priority: optional
Section: localization
Installed-Size: 227395
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: amd64
Source: glibc
Version: 2.36-9+apertis3bv2024dev2b1
Depends: libc-l10n (>> 2.36)
Filename: pool/target/g/glibc/locales-all_2.36-9+apertis3bv2024dev2b1_amd64.deb
Size: 10687716
MD5sum: 6a2a93a32f28599bae97596c51367846
SHA1: 8af4b83b7cc5f27f3b6d49b2aab8b6145bb4af33
SHA256: ef434099395a6b5a602865481d0a79c441342a1f98850300d35cb7e2e23d7385
SHA512: c94f1e34972c8d221bacd7007276974e92b5026f09448b259d759eacb6608edc64795b61553052385b7f5324b768fc70789a51da9d991afe432f62e34da65db7
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: 2558
Maintainer: Shadow package maintainers <pkg-shadow-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 620492
MD5sum: 534acdb742f643b655082ab17d8b0a73
SHA1: 60cbff0f6d60330c750b1049790900bf3f715dd4
SHA256: bd53c4fd0d38fcb7d66235b5cd5b429045f0e0de608169d4dadc489776fbb6f6
SHA512: ecdb97de7e53529cfd06767f2ddebdc190935080d5d01344eaaee27ff3259a52f7d3271a219d1c0e7f2ef42dfcd9bf593181b33be39c0a167365e68f6088aaf1
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: 180
Maintainer: Shadow package maintainers <pkg-shadow-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 120500
MD5sum: ef2cf9a05ab12c6f91b22e41f067d85e
SHA1: 5e960d3e248aff5c99c79d213104d933aa2d2993
SHA256: faf33c6b7afaca28e7dc962ff50a69460abce794b7d03cc6b4f044a17a3e12a0
SHA512: d5bf02a4312b2606a97dc144530c5e702b09fa8110613b9b578011e3dce98d4f19f841c64f0227b1f7f8f9e7a9e99cb377d335e588ffbcf2d684fc38f5359195
Description: debug symbols for login
Auto-Built-Package: debug-symbols
Build-Ids: 3a256a9c94a8e5078af8b2d314d5babab4039a7a 4610c2dfd95972881405d51d8afc5740ee6e0ac0 6324011fb87788567b4453dffbb0765b6762ee62 666bfb9e376aadea942bbae4dc4322adfbe25159 a83bc463bd5b0724283d1e0570a3dfc91a0a7eec

Package: logsave
Priority: optional
Section: admin
Installed-Size: 56
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: amd64
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_amd64.deb
Size: 26220
MD5sum: c40e9351905d18fc6fe1e5ea1a90b754
SHA1: cc06a356fb75c545d8ba89151416d5ceba30d013
SHA256: 8cf52ccc42e656103dc5402fa3f11f9bdd035c6a93c42baaee6580c4ed62cf54
SHA512: 23d9a0f1ffc0f61c840216988861d6d2a4cc6915e60128b512f6fdb6d13b57493674ae15f324232fcc11fa8bc0f7610f04f5a3c7d2080e317a43d3b843c4bcee
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: 24
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: amd64
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_amd64.deb
Size: 9588
MD5sum: 81c5bbfb022632367f4f2e71d7013ab8
SHA1: a9f97d5af1b598a69320346cba7a1e6272cdc470
SHA256: f61c0dd6858f36f13dd4cd331ac67abbfc3e63f3e471126a772a1cd9bbbbeff9
SHA512: 2925cf91091051e23cc6fdd8ad48efcc90195cb47ec507861573b83507c4731cd5b2968ef145bdd6c505e35cde0355392c29f5f5e380297b0e69283f0b9f87c6
Description: debug symbols for logsave
Auto-Built-Package: debug-symbols
Build-Ids: a653c1c3b6038734daba126b2495b21c95b7f009

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: 478
Maintainer: Andres Salomon <dilinger@debian.org>
Architecture: amd64
Version: 4.95.0-1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libselinux1 (>= 3.1~)
Filename: pool/target/l/lsof/lsof_4.95.0-1+apertis2bv2024dev3b1_amd64.deb
Size: 314352
MD5sum: 90a821d0b85e72d0313a66a089599ee8
SHA1: ac59ea1d6225abf19490cc93822750720b153c54
SHA256: 46d4127327c761f70890eb500039df35400ab7c4a49ee968139b147a2a570e9b
SHA512: aa09313dd7490795bda007b8110202b3953dea80914d65efa4d0cb315e3dc0e72d84af2e02f6ca635424ebdf86f18cf468f21c5857bb67e54dd0699e9d2f45e1
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: 196
Maintainer: Andres Salomon <dilinger@debian.org>
Architecture: amd64
Source: lsof
Version: 4.95.0-1+apertis2bv2024dev3b1
Depends: lsof (= 4.95.0-1+apertis2bv2024dev3b1)
Filename: pool/target/l/lsof/lsof-dbgsym_4.95.0-1+apertis2bv2024dev3b1_amd64.deb
Size: 172872
MD5sum: be838df0f549c65e05fabbfb74fd6fff
SHA1: 4739c52f6c72598b71524d55c646f563773c6595
SHA256: 78f68e2a3f4721ab8df765e68c09140a01733bce5fb518fa76c2f0efb379ae1d
SHA512: f804f63f7d7ce92cfd2cc538671de4099165519f7943137da5fa18b6baf8144bc7eeee998887abb2a84451fa7a07e763f59e23ab26eb27e86820d3b879b1e8a9
Description: debug symbols for lsof
Auto-Built-Package: debug-symbols
Build-Ids: eebcb9821ee20add77ec7734395417b75b437a19

Package: lua-bitop
Priority: optional
Section: interpreters
Installed-Size: 86
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: amd64
Version: 1.0.2-7+apertis0bv2024dev2b1
Replaces: liblua5.1-bitop0 (<< 1.0.1-6~)
Provides: liblua5.1-bitop0, lua5.1-bitop, lua5.2-bitop, lua5.3-bitop, lua5.4-bitop
Depends: libc6 (>= 2.4)
Breaks: liblua5.1-bitop0 (<< 1.0.1-6~)
Filename: pool/target/l/lua-bitop/lua-bitop_1.0.2-7+apertis0bv2024dev2b1_amd64.deb
Size: 7876
MD5sum: b8f0c26c2f3176499e0c81cbf35dc2a9
SHA1: 2854f47c8d3d6e597f681c26948faa8401f62e59
SHA256: 3c75bcaf31d1d05cae9e93ae305a17c027fa54aa14d1c14c30929b5cdab787c3
SHA512: 2cfda7f32f0c842d1e0f0a282127ca31def69581657c772ecec2e5e4e64e7774c249b1812f4b5398d0ffe5252beae6d18b499d9677fc3ea00b53dcae5e3e8f30
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: 59
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: amd64
Source: lua-bitop
Version: 1.0.2-7+apertis0bv2024dev2b1
Depends: lua-bitop (= 1.0.2-7+apertis0bv2024dev2b1)
Filename: pool/target/l/lua-bitop/lua-bitop-dbgsym_1.0.2-7+apertis0bv2024dev2b1_amd64.deb
Size: 21616
MD5sum: 3308d5e93394b083acdfb9a21dc8c320
SHA1: 3390781c48a20a546dcf7511b1fde0126a9b5533
SHA256: c76900ea54eb23a224221b35b685aa18bfff9b681988c4dc2a68100c4b199737
SHA512: fe3c12e52b38a4dd60c3c1dfde2d5699314e2f740b5980e8c88551006dc179c75b8f45b3bef040e160f2146a21e8a7ab908b63fa5166c0307f2544d39b9d3eb0
Description: debug symbols for lua-bitop
Auto-Built-Package: debug-symbols
Build-Ids: 7a1dc7ffbcf6b02a5188a93d0b382d7ba93bf468 9f78b2e7dbcf9dae3e578b73c645cce9954f4f53 ca380a86af0b353dfa503206d73758ea87557d0c d35e571aab3ab3f5cf9f4dbbd4cf2363af097f57
Lua-Versions: 5.1 5.2 5.3 5.4
Multi-Arch: same

Package: lua-bitop-dev
Priority: optional
Section: libdevel
Installed-Size: 113
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: amd64
Source: lua-bitop
Version: 1.0.2-7+apertis0bv2024dev2b1
Replaces: liblua5.1-bitop-dev (<< 1.0.1-6~)
Provides: liblua5.1-bitop-dev, lua5.1-bitop-dev, lua5.2-bitop-dev, lua5.3-bitop-dev, lua5.4-bitop-dev
Depends: lua-bitop (= 1.0.2-7+apertis0bv2024dev2b1)
Breaks: liblua5.1-bitop-dev (<< 1.0.1-6~)
Filename: pool/target/l/lua-bitop/lua-bitop-dev_1.0.2-7+apertis0bv2024dev2b1_amd64.deb
Size: 20496
MD5sum: 29409046d34ca75c4c78603c0ffa61bf
SHA1: eb6e75f12d54fe4b5772788b108168f2599c5119
SHA256: 64b4a943d3b02578ec4d0c282f63404ff2df9588aec07f229e4558454ac6159c
SHA512: 7796471e9000882c5159c4efb196b184a0cc0c3d35db312a4f451dbb4ad79bd52f68766de8e2911ff268330f34ff45ca061c74fb26c3af5263240ea9ce843fe0
Description: fast bit manipulation library devel files for the Lua language
 This package contains the development files of the Lua bitop fast bit
 manipulation library, useful to create a statically linked binary (like a C
 application or a standalone Lua interpreter).  Documentation is also shipped
 within this package.
Homepage: http://bitop.luajit.org
Lua-Versions: 5.1 5.2 5.3 5.4
Multi-Arch: same

Package: lua-resty-core
Priority: optional
Section: net
Installed-Size: 235
Maintainer: Jan Mojžíš <jan.mojzis@gmail.com>
Architecture: all
Version: 0.1.25-1+apertis1bv2024dev2b1
Provides: lua5.1-resty-core
Depends: libluajit2-5.1-2, libnginx-mod-http-lua (<< 1:0.10.23.1~), libnginx-mod-http-lua (>= 1:0.10.23), lua-resty-lrucache
Filename: pool/target/l/lua-resty-core/lua-resty-core_0.1.25-1+apertis1bv2024dev2b1_all.deb
Size: 32476
MD5sum: e3dc778e9f64283b0efe9078f1318bb0
SHA1: 2775163c696e6266a58c038b5f064cc311e0b1c0
SHA256: 41e54d657d4f042f8f43253ebf953a5c7508a534307ded931af96b6e33e97920
SHA512: b9229d8d9647d8ed8c0e7e946059050586c9bf61ca8793ffdf845178c69888727f40e294cbccae2eeb3840ecd0377f3805b736591a35346327a8877b7666649e
Description: New FFI-based Lua API for NGINX Lua module
 This pure Lua library reimplements part of the ngx_lua module's Nginx API
 for Lua with LuaJIT FFI and installs the new FFI-based Lua API
 into the ngx.* and ndk.* namespaces used by the ngx_lua module. In addition,
 this Lua library implements any significant new Lua APIs of the ngx_lua module
 as proper Lua modules, like ngx.semaphore and ngx.balancer. The FFI-based
 Lua API can work with LuaJIT's JIT compiler. ngx_lua's default API is based on
 the standard Lua C API, which will never be JIT compiled and the user Lua code
 is always interpreted (slowly).
Homepage: https://github.com/openresty/lua-resty-core
Lua-Versions: 5.1

Package: lua-resty-lrucache
Priority: optional
Section: net
Installed-Size: 42
Maintainer: Jan Mojžíš <jan.mojzis@gmail.com>
Architecture: all
Version: 0.13-10+apertis1bv2024dev2b1
Provides: lua5.1-resty-lrucache
Depends: libluajit2-5.1-2
Filename: pool/target/l/lua-resty-lrucache/lua-resty-lrucache_0.13-10+apertis1bv2024dev2b1_all.deb
Size: 10516
MD5sum: 836899c76f332cc196386f95d69b1cca
SHA1: ad5c49189c71d65607f70bab23b04668a6a68a91
SHA256: 0da85b04f15ae1a08d590c29231268d94f13974c6f5ef96376982420aaca2444
SHA512: 6c87fa46b637d86cebcf221e322284c983cc0bfba630784bc634531b3b46d4e208b939f9b8a16414946586b7fad6c0809e9ec02991c915f5736769f45d4e8460
Description: Simple LRU cache for the ngx_lua module
 The LRU cache resides completely in the Lua VM and is subject to Lua GC.
 As such, do not expect it to get shared across the OS process boundary.
 The upside is that you can cache arbitrary complex Lua values (such as deep
 nested Lua tables) without the overhead of serialization (as with ngx_lua's
 shared dictionary API). The downside is that your cache is always limited to
 the current OS process (i.e. the current Nginx worker process). It does not
 really make much sense to use this library in the context of init_by_lua
 because the cache will not get shared by any of the worker processes (unless
 you just want to "warm up" the cache with predefined items which will
 get inherited by the workers via fork()).
Homepage: https://github.com/openresty/lua-resty-lrucache
Lua-Versions: 5.1

Package: lua5.2
Priority: optional
Section: interpreters
Installed-Size: 377
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: amd64
Version: 5.2.4-3+apertis1bv2024dev2b1
Provides: lua
Depends: libc6 (>= 2.34), libedit2 (>= 2.11-20080614-0)
Filename: pool/target/l/lua5.2/lua5.2_5.2.4-3+apertis1bv2024dev2b1_amd64.deb
Size: 102968
MD5sum: ca3315aab8e124d5001f496e792093be
SHA1: 8189f60933fc2753e013060cb15a99996b0b4b22
SHA256: b6314e0e0a61bd4d8c195dd3e4712ae06d490277d9538b54f8f9514a19ef7a32
SHA512: 9168dc7daf7bfc1de4a115d186c68a09999c392cc86053c1ae4ff8992936490dbe67db52f051b3898d89d8690e251c441aaa6c400661a0ab7f06559cfbc05f21
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: 563
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: amd64
Source: lua5.2
Version: 5.2.4-3+apertis1bv2024dev2b1
Replaces: liblua5.2-0-dbg (<< 5.2.4-2~)
Depends: lua5.2 (= 5.2.4-3+apertis1bv2024dev2b1)
Breaks: liblua5.2-0-dbg (<< 5.2.4-2~)
Filename: pool/target/l/lua5.2/lua5.2-dbgsym_5.2.4-3+apertis1bv2024dev2b1_amd64.deb
Size: 518056
MD5sum: 0ba25a0d4d9b6251af5aa6488595fa34
SHA1: 0511fd7ca4f95e7a0deb73a1c843e2311de7555a
SHA256: bccebd1f5881cc6023a0f1fa249f282729d48718d66eeff3f1ed1a7bfbe5af36
SHA512: 2062bbb041761cad50264769a01e1dd1f8f39a15ecb1f56d14697baecb389b576685af5ba0442b709fe3fde842f766ea78d79a9fbfa63bc87d7bb83fbdb97a6e
Description: debug symbols for lua5.2
Auto-Built-Package: debug-symbols
Build-Ids: 545d4c0b194e4c9814489743358c22c6e9571706 cca827a7ec0a31b77ef5451eae4bd1181183b9a4

Package: lua5.2-doc
Priority: optional
Section: doc
Installed-Size: 366
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: all
Source: lua5.2
Version: 5.2.4-3+apertis1bv2024dev2b1
Filename: pool/target/l/lua5.2/lua5.2-doc_5.2.4-3+apertis1bv2024dev2b1_all.deb
Size: 81128
MD5sum: 6f7aff6b43baa6defba6a948ed88cae7
SHA1: ee58d07b1753bb33d1691dd4b2e0e1a0f09fa692
SHA256: 66875b6987bdc229a5fae44c83d30b10ade90c4fabad9de15403fd7a20dc09a6
SHA512: f6f95000e87620bb6d43d3ee11ed55ddd0d98748cc938699d3f48f2a1350e0edbb750f996d4bd3620985e0cbba745f0a45032daf0a902415c8eb011462b83cb6
Description: Documentation for the Lua language version 5.2
 Lua is a powerful, light-weight programming language designed for extending
 applications.  The language engine is accessible as a library, having a C
 API which allows the application to exchange data with Lua programs and also
 to extend Lua with C functions.  Lua is also used as a general-purpose,
 stand-alone language through the simple command line interpreter provided.
 .
 This package contains the official manual covering the Lua language and C API,
 examples, etc.
Homepage: https://www.lua.org
Multi-Arch: foreign

Package: lua5.3
Priority: optional
Section: interpreters
Installed-Size: 422
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: amd64
Version: 5.3.6-2+apertis1bv2024dev3b1
Provides: lua
Depends: libc6 (>= 2.34), libedit2 (>= 2.11-20080614-0)
Filename: pool/target/l/lua5.3/lua5.3_5.3.6-2+apertis1bv2024dev3b1_amd64.deb
Size: 114160
MD5sum: cf286fad0788f27a9c64d785465c0618
SHA1: 779a2bf5102b0814fb45c1fb4697963d08c71f63
SHA256: 49d9b2441b0bbbf41d700fe799890082d3f6900ff3f99ff290da11b3864489fc
SHA512: 73f9e3ca72d4496518e8d4f78cf1c593218ff0c5e7add0011639901b583233e7eb554c8f58875dc525391cbe8249818b66dbfc3b6948d7d6f331cfbb7649bb16
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: 593
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: amd64
Version: 2.1-20230119-1+apertis1bv2024dev2b1
Replaces: luajit
Depends: libluajit2-5.1-2 (= 2.1-20230119-1+apertis1bv2024dev2b1), libluajit2-5.1-common (= 2.1-20230119-1+apertis1bv2024dev2b1), libc6 (>= 2.34), libgcc-s1 (>= 3.3)
Conflicts: luajit
Filename: pool/target/l/luajit2/luajit2_2.1-20230119-1+apertis1bv2024dev2b1_amd64.deb
Size: 263564
MD5sum: acb3f3824e062c55cd59b8a4f64f7a7f
SHA1: ccc47c7e8b7c0d8d33e48ec42e184b2144e98733
SHA256: e624b2541a58a6cc5454f7951172f56b6641ecff0f056a251226c86cc4b6450a
SHA512: 6ccf2b646bc74e1c89aefc92bed344d5cfb060834f93a7ec863d3455b85cdddc76750e0b48a40a0cd376155fee1af21b484b488b93d62aad347da2fe6e4b8e27
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: 1069
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: amd64
Source: luajit2
Version: 2.1-20230119-1+apertis1bv2024dev2b1
Depends: luajit2 (= 2.1-20230119-1+apertis1bv2024dev2b1)
Filename: pool/target/l/luajit2/luajit2-dbgsym_2.1-20230119-1+apertis1bv2024dev2b1_amd64.deb
Size: 1031468
MD5sum: acee871d96c1e543b4985fff9dae9a7a
SHA1: 7fd6dbcb256b6004d679e5b28b2d88897d60a846
SHA256: d387daea9fa3fe79375bab0fc110500bc97e965312bbc0af15e145f3707435a3
SHA512: d65d681ac1c0bb68e328d28a8ca51dc7f8bad797d700852667fa1d563007541dbd3c37eb43f2742093903d9c361cef6d6f8ff82e884bf9447ca93564350156d0
Description: debug symbols for luajit2
Auto-Built-Package: debug-symbols
Build-Ids: 3e3d615119e82f1b42bd151e94701750bfd15a9d

Package: lv2-dev
Priority: optional
Section: libdevel
Installed-Size: 822
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: lv2
Version: 1.18.4-2+apertis0bv2024dev2b1
Filename: pool/target/l/lv2/lv2-dev_1.18.4-2+apertis0bv2024dev2b1_amd64.deb
Size: 125412
MD5sum: 56b6524a98fe1334021230902b66f7f0
SHA1: 5dcd3a378bf73e962cc7b76a2e2ece2b8f20e285
SHA256: 88c6ca62616b301e20be8a6decb514d0881abd69d0480e80e59729d6a96a68c0
SHA512: e4aa959c8340acbc331563f4a7d733404086ef04acaeed6378c7a3a59ba7bc248915b90ef94070da23618f918c651ac50134245e6b19ad484456457633014e0a
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: 278
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: lv2
Version: 1.18.4-2+apertis0bv2024dev2b1
Provides: lv2-plugin
Depends: libc6 (>= 2.27), libcairo2 (>= 1.2.4), libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.18.0), libsndfile1 (>= 1.0.20)
Filename: pool/target/l/lv2/lv2-examples_1.18.4-2+apertis0bv2024dev2b1_amd64.deb
Size: 55176
MD5sum: 7f29c7a52a0adc16de5614e24b10564d
SHA1: 94e71ec62e753874690255341afba72679fe1b62
SHA256: b4416b72a27eb6ee213d1ee49619acbaeb47aeb4407bcf8a49faf278049ad69c
SHA512: 5e04520e0a06f948a175b551ac1db9a5698d2c2b0aacd25f0d1179bc8f7bfdc9773bf54e78c716eabc0cd9c51caf56824ba5cc34d961067727224deb4ebd3764
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: 261
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: lv2
Version: 1.18.4-2+apertis0bv2024dev2b1
Depends: lv2-examples (= 1.18.4-2+apertis0bv2024dev2b1)
Filename: pool/target/l/lv2/lv2-examples-dbgsym_1.18.4-2+apertis0bv2024dev2b1_amd64.deb
Size: 197972
MD5sum: c9e9072d239dcc5bbfa826f137c498be
SHA1: cfe6709026880df4907fad889af5001da75e2786
SHA256: 5293905e1dbfbcc663edd0edb5227fa1648a45835404809d7457ac0088157e03
SHA512: a69adf9c12560075b9cfc003d8e640a3aba53815a1784e5e499b04350c0bf1ce4dd7c3391d58216fa992db8a670a9f2175b8ee38a3dd446dee57b2f812b9157b
Description: debug symbols for lv2-examples
Auto-Built-Package: debug-symbols
Build-Ids: 23a15c9a772abe321f7f056d57af33d5528003c2 28ad98707d26b0c4090c0bd2b59030cd296fc2da 352628e9f5079b22eeeca8dc5a846d9d3df99241 5fdc39bbd6e8c989b0dfe2a156e6907bfedfdcab 6be0113d20583998abf6c43a5b8fd54298994ecb 86c1909963818b86728be8093cf4ceeed163b03b 89c45243597f120f6ee7dd54302b4dc403ed3916 93513b42a5878d281d931d98a06fcf5647c03dc0 f940c01aaaefe0aebff4149acf61bd99dc1816db

Package: lvm2
Priority: optional
Section: admin
Installed-Size: 4028
Maintainer: Debian LVM Team <team+lvm@tracker.debian.org>
Architecture: amd64
Version: 2.03.16-2+apertis1bv2024dev3b1
Depends: libaio1 (>= 0.3.93), libblkid1 (>= 2.24.2), libc6 (>= 2.34), libdevmapper-event1.02.1 (>= 2:1.02.74), libedit2 (>= 2.11-20080614-0), libselinux1 (>= 3.1~), libsystemd0 (>= 233), libudev1 (>= 183), lsb-base, dmsetup (>= 2:1.02.185-2+apertis1bv2024dev3b1~), dmeventd (>= 2:1.02.185-2+apertis1bv2024dev3b1~)
Recommends: thin-provisioning-tools
Filename: pool/target/l/lvm2/lvm2_2.03.16-2+apertis1bv2024dev3b1_amd64.deb
Size: 1233332
MD5sum: b491a564a0ee6bd0e5176ac4d906aef9
SHA1: 4d2de941b8a7dade71274bbcc0ed9ef585edd3f9
SHA256: d562a91253ed27ad72fe3c1bcad83c55790f3b146bf550b07f658c75bb453e31
SHA512: c9e447eadcefec1d355b2b8d8fd286947b2951a9df1c167ca23618086c592b7da6b1d3897af3e327bf61f87b28124b25e7ea988633be43d5d80e382d0c466879
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: 1110
Maintainer: Debian LVM Team <team+lvm@tracker.debian.org>
Architecture: amd64
Source: lvm2
Version: 2.03.16-2+apertis1bv2024dev3b1
Depends: lvm2 (= 2.03.16-2+apertis1bv2024dev3b1)
Filename: pool/target/l/lvm2/lvm2-dbgsym_2.03.16-2+apertis1bv2024dev3b1_amd64.deb
Size: 900536
MD5sum: 50d5841f9d9b0cab8b1fb0efccd26556
SHA1: 376f03f77db3cbb52c0e3bbabb5e9cbc90ddfab8
SHA256: 5548b252f6bc74b09965da45a21d0db33b4bb6c210c73d765b8eab9013d504b1
SHA512: 8a32fb8846f5625ac730479496cf5a416060b31e74f1362f0be4e104fb80a933e61996ea63210fbb96ae4dfe947002cca5ba36733af4293f3b59346d2e4c398c
Description: debug symbols for lvm2
Auto-Built-Package: debug-symbols
Build-Ids: 1f425fe6414bd33a175f9521e1e155dc856043e8 4d102195b53daf353b8ec33d1e746d61420128ca

Package: lvm2-dbusd
Priority: optional
Section: admin
Installed-Size: 236
Maintainer: Debian LVM Team <team+lvm@tracker.debian.org>
Architecture: all
Source: lvm2
Version: 2.03.16-2+apertis1bv2024dev3b1
Depends: python3:any, lvm2 (>= 2.03.16-2+apertis1bv2024dev3b1~), dbus, python3-dbus, python3-gi, python3-pyudev
Filename: pool/target/l/lvm2/lvm2-dbusd_2.03.16-2+apertis1bv2024dev3b1_all.deb
Size: 49328
MD5sum: f2beb7e22c32d2f390636f954f12794a
SHA1: 2922fc495404fab1790ad7baf8f1b70b808d1c2d
SHA256: b265f554f599ecd8bd272919edac249bfa70ba705e8a5b00417a6b0fda61861f
SHA512: e1aefb72da0ed91bba3f5195db53072b2492fd8281e4caff00fa63d35bc3ac0b0a6c88e788284276861e385c0b5029c4fe1726b4dff26e53f46a3e8c13fb37c3
Description: LVM2 D-Bus daemon
 This is LVM2, the rewrite of The Linux Logical Volume Manager.  LVM
 supports enterprise level volume management of disk and disk subsystems
 by grouping arbitrary disks into volume groups. The total capacity of
 volume groups can be allocated to logical volumes, which are accessed as
 regular block devices.
 .
 This package includes the D-Bus daemon.
Homepage: https://sourceware.org/lvm2/
Multi-Arch: foreign

Package: lvm2-lockd
Priority: optional
Section: admin
Installed-Size: 565
Maintainer: Debian LVM Team <team+lvm@tracker.debian.org>
Architecture: amd64
Source: lvm2
Version: 2.03.16-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libsanlock-client1 (>= 3.3.0), libselinux1 (>= 3.1~), libsystemd0, libudev1 (>= 183), lvm2 (>= 2.03.16-2+apertis1bv2024dev3b1~)
Filename: pool/target/l/lvm2/lvm2-lockd_2.03.16-2+apertis1bv2024dev3b1_amd64.deb
Size: 134972
MD5sum: aed40d6df6ee0756c10f437ff3ea8365
SHA1: 22773bd931312491b220ef725146cfcfba28f984
SHA256: 918b1e1408c89bb6c4f7dc71da939ad6347c87e86138e174e524ccc7f520b60e
SHA512: 12d5ab76b67b902f3ea117c89a161e66f3b16f04cb63a9823be073db523f07def23420e5efbd5db17721b6cae28ebb440685334d0c2d8b848636aca1589bf31f
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: 227
Maintainer: Debian LVM Team <team+lvm@tracker.debian.org>
Architecture: amd64
Source: lvm2
Version: 2.03.16-2+apertis1bv2024dev3b1
Depends: lvm2-lockd (= 2.03.16-2+apertis1bv2024dev3b1)
Filename: pool/target/l/lvm2/lvm2-lockd-dbgsym_2.03.16-2+apertis1bv2024dev3b1_amd64.deb
Size: 158772
MD5sum: 829885831448829317f6269efcf944d6
SHA1: 886d3fa21751f0128042d25d567b753147475d6d
SHA256: 0598e5ea78874b9a1bb6ff08c8f74e38e7d81b06611061a9d329eadf3c4a7198
SHA512: 73270322514cf16c501d2c0c1564f0da397049cd5f522d311070222df796f9fe6d62c6563b951c82a5a1804e825ed0280599fe5a4c94fe18668c3a5c1f5044e5
Description: debug symbols for lvm2-lockd
Auto-Built-Package: debug-symbols
Build-Ids: 1858b34bb637d408d3215db9595262243d1b29f1 ae1a9f57ac90c9b650ceff181fa3417fe18f2238

Package: lz4
Priority: optional
Section: utils
Installed-Size: 245
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Architecture: amd64
Version: 1.9.4-1+apertis0bv2024dev3b1
Replaces: liblz4-tool (<< 1.8.0-1)
Provides: liblz4-tool
Depends: libc6 (>= 2.34), liblz4-1 (= 1.9.4-1+apertis0bv2024dev3b1)
Conflicts: liblz4-tool (<< 1.8.0-1)
Filename: pool/target/l/lz4/lz4_1.9.4-1+apertis0bv2024dev3b1_amd64.deb
Size: 91544
MD5sum: 4dea3c5f4b41de695b8f77600ee07eb1
SHA1: b52e75d2f1d5f58b1b18d2f63efba03bf66f016c
SHA256: 409d515302e562a46eeaa99cf9bdd97e2b9c4f814d49617e5fa5b8e5c6433293
SHA512: 02328851783f4256c7d2b1bbe496976f8bf554fe530189fc71812ddea4c3a81c6b65fb7f903ca3b4b34e3073c14c1d7164c10b8af36f7f000f9c9faa9b0ec041
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: 445
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Architecture: amd64
Source: lz4
Version: 1.9.4-1+apertis0bv2024dev3b1
Depends: lz4 (= 1.9.4-1+apertis0bv2024dev3b1)
Filename: pool/target/l/lz4/lz4-dbgsym_1.9.4-1+apertis0bv2024dev3b1_amd64.deb
Size: 428128
MD5sum: d19c17ad4065f71cbb659ea6c4030747
SHA1: 4b90a2b9f30cc352c0f3431d56ae1c78c6dc3d39
SHA256: dd1b26080ee46d98d7fcc33d023b65f6166f4e35cf1d9c28eacc02dad7eb76d7
SHA512: a5de0fb4d6053852b4c7367ea941a2ee41b689fe915b812f87fcf68d466643773555453aa87ced846ce1e4ff8d39da89c317352b2cc9862a73d19063069e72e2
Description: debug symbols for lz4
Auto-Built-Package: debug-symbols
Build-Ids: b2a548631389764c9e9c7674692d18b974401ccb

Package: lzma
Priority: optional
Section: utils
Installed-Size: 150
Maintainer: Mohammed Adnène Trojette <adn+deb@diwi.org>
Architecture: amd64
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_amd64.deb
Size: 47736
MD5sum: f45b73ee453080a83d68486e9588f73d
SHA1: c652251c4c083d3ea34fb725929282c54af24a93
SHA256: b3f8f57900058abe28c28c7a5f8dc8b39db70fe479fef673275f11bdb0f0a87e
SHA512: 002f10d943dd2d182eec9343c123e0cedc74b6983104f0b7cd484eaa6c88321cc4df2cbc17ab94ffb7e435e32882f3db62e40c6eb15faa8990137e394dcc0f22
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: 202
Maintainer: Mohammed Adnène Trojette <adn+deb@diwi.org>
Architecture: amd64
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_amd64.deb
Size: 68632
MD5sum: 2e4e7a59e32b95e3082cdae75df8662c
SHA1: 83a6435c8fceadcd31c47a88c09351890a50c773
SHA256: 0d5cc48f70fba1d0f5c61020e112e57f43b092384834e36149d25e4f1fb0b549
SHA512: f3628bb03699936bf5080b8c24273ccb794af9efa13cb50db38599e0206b5526c15225c81013963f845c895667849de37c493771769f74b9d348b9f65e5b6187
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: 64
Maintainer: Mohammed Adnène Trojette <adn+deb@diwi.org>
Architecture: amd64
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_amd64.deb
Size: 13116
MD5sum: 9e3058bd8d3b9d9780fda31ab3cca5ee
SHA1: a0c3e4a87d4eb472b872d852ba6deb325eb61406
SHA256: 627fc080d4c0ebbec7f7ed43df16bbf2e8b14ddc8714c63aa31dcb29a3df2ef1
SHA512: a961b3494e86409c3a9ff5ae8e777ddfd52f750d01f72427579b4a921fceba2ec0b53c15075b136be3b6c4ff52c2cefc145604d8cef2e0656638df37cc2dd1bb
Description: debug symbols for lzma-alone
Auto-Built-Package: debug-symbols
Build-Ids: 3d753f22ebcb19df04b04764d924c6a1b8017335

Package: lzma-dbgsym
Priority: optional
Section: debug
Installed-Size: 46
Maintainer: Mohammed Adnène Trojette <adn+deb@diwi.org>
Architecture: amd64
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_amd64.deb
Size: 9656
MD5sum: c64b755b950fc78ce4da23089a59c2a4
SHA1: 66b781836a0f6359af72102bb1bf3c1c0c822f7b
SHA256: ac2e676a405c2901a34dabab4509a22bc48ffb20c9cea7befaef0105299be919
SHA512: b72c3a6a3a66488486d56f009c989d94e426fad41b0df98bc53a518f56f63ae9c2d76b4e27b23937f3a38bfff433e6e0d1366a2d8f8137a5a50203d9b2e93a4e
Description: debug symbols for lzma
Auto-Built-Package: debug-symbols
Build-Ids: 09bb22fd4998cab8a3e3b23d2de0986c960bd8a2

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: 265
Maintainer: Boyuan Yang <byang@debian.org>
Architecture: amd64
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_amd64.deb
Size: 115168
MD5sum: 47a4e3ac6afe1c9a7a5365db8806e63f
SHA1: a399f81c7953df4051b50f56d567b261b9aa7d4d
SHA256: 35ca962ef7add98a3e21bb06d27565771df1d5a997af713ce0bd5ac00f754e3b
SHA512: 12ed30109f0b010b55a5f14da1967a9243a727ab6598714418bffdbcdaaab5ad7ac68f08f52c84177d8a2147fcf411b798f22a8c4e02b29f30823e795cd61623
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: 180
Maintainer: Boyuan Yang <byang@debian.org>
Architecture: amd64
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_amd64.deb
Size: 158772
MD5sum: 0016ac3c0dc2f6e9ac9aaf39c3992e2b
SHA1: 82232aa3c0c282907ff6b131fb21b956644246c1
SHA256: 1b3919b4e37113733367181a551999e73e5561ac1220bb48eedccf04b60d1a3e
SHA512: db2dc4356972626eec94e5d1414e8e6b4ed58b069d92b1b0bf3fca608ba321e738011adb4d77c6ee13b9aa9755e38443aa123e4e37ee631baf14f9215c1d35de
Description: debug symbols for mawk
Auto-Built-Package: debug-symbols
Build-Ids: a3fcadb518311b6111f8aae7431a5e14bba04f41

Package: maynard
Priority: optional
Section: x11
Installed-Size: 87
Maintainer: Walter Lozano <walter.lozano@collabora.com>
Architecture: amd64
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_amd64.deb
Size: 23320
MD5sum: c20dc9c8dbfc70997397b61c61255c72
SHA1: 31ecea09818001b02152e0abc4614d8932ef3938
SHA256: 28b9d49cf9d076a69e1e926e45d9a9699ff8eedbcfb3f672dc9d6ab1840fc746
SHA512: 4217d0053ea28b7c646ae3d4de9a2d0f40f349f06efcb812ba767567fba9582b289b1f2c5244e03b1e23178e25cbeb75a929d8313f2a919d42aaf7b9fc523b54
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: 144
Maintainer: Walter Lozano <walter.lozano@collabora.com>
Architecture: amd64
Source: maynard
Version: 0.2022.15+apertis1bv2024dev3b1
Depends: maynard (= 0.2022.15+apertis1bv2024dev3b1)
Filename: pool/target/m/maynard/maynard-dbgsym_0.2022.15+apertis1bv2024dev3b1_amd64.deb
Size: 115972
MD5sum: 8acbea5e1b10f51dca6bd9e6c0ce230f
SHA1: 8a3e82e65b581f91f00d550916b90aac9992aeff
SHA256: 1ee30fec19eb2dbb73512d7957d1a078d4a2d6abbe2128604d0aa0363ed670b1
SHA512: e9e8b58d20a973189e810d258d8cfd668d18a1737add86e9fbbad865390b86576fd51fef2433a2c26c87a36c030ce92c6c993be6b75746c3bba9c23799a7bc7b
Description: debug symbols for maynard
Auto-Built-Package: debug-symbols
Build-Ids: bafa9f71ddfca22451aca91bb0f9d9eda796a469

Package: mesa-common-dev
Priority: optional
Section: libdevel
Installed-Size: 2680
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Replaces: libegl1-mesa-dev (<< 18.2.5-2)
Depends: libgl-dev, libglx-dev, libx11-dev, libdrm-dev (>= 2.4.95)
Breaks: libegl1-mesa-dev (<< 18.2.5-2)
Filename: pool/target/m/mesa/mesa-common-dev_22.3.6-1+deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 2039728
MD5sum: e054f144257e324df6aa89c5fe3f3ac4
SHA1: 59f22eb558f1489af7b70c66b5843d9020585a32
SHA256: 53bf779d3d56e66f1cdebfeef6ca0aa9d5703203929990305a1238a08167e34d
SHA512: 60db65a973afe4575812a91415466c42ea4db4ec5c0bc2e6b6d15559fb5ff65465d3178674770926b9bdba696a297143b2a0a6a7cfb0ef64616250965ed18547
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: 8366
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Replaces: vdpau-va-driver (<< 0.7.4-5)
Provides: va-driver
Depends: libc6 (>= 2.34), libdrm-nouveau2 (>= 2.4.66), libdrm2 (>= 2.4.75), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.4), libllvm15, libstdc++6 (>= 11), libx11-xcb1 (>= 2:1.8.4), libxcb-dri2-0 (>= 1.8), libxcb-dri3-0, libxcb-present0, libxcb-sync1, libxcb-xfixes0, libxcb1 (>= 1.9.2), libxshmfence1, libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Breaks: vdpau-va-driver (<< 0.7.4-5)
Filename: pool/target/m/mesa/mesa-va-drivers_22.3.6-1+deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 2121632
MD5sum: 8fb2c4978b9776aea218d6aba5efb507
SHA1: 95ce7115257313169cfe6cd7d771f8bee8d6901c
SHA256: 9588f48b43da016f38ffd9e61b836ddea74ba62d42bd5dd5a67a0c5a7250f809
SHA512: 0b51c07029697a66bab86395cb02e3fc8af79bff096252232851bdd5dfa1e45a85805138c26547a597ca6c4f4d5a217fef2b2cb9a95c3dc0bb4234b4677b97c6
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: 14310
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: mesa-va-drivers (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/m/mesa/mesa-va-drivers-dbgsym_22.3.6-1+deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 13954280
MD5sum: a85e014bacf333d9c0326b8761dbbb51
SHA1: 6cf9c98814d61d4a573de1b910b8c45d90c1c2a5
SHA256: bfb61fa10f84ffd0671088a315f8c28d6d514b5830a435b50e64c40f263ba8b4
SHA512: c79d5a9b4481ef5401d79e9a2c3915009423dfcaf1e0fd951f539760913d43ff06cb6b4cf8a98071990ca6342646e01a5fa63a693dc79f061dbda96505b9216c
Description: debug symbols for mesa-va-drivers
Auto-Built-Package: debug-symbols
Build-Ids: c44b37d28a12c1c81770c06326e1869baec709db
Multi-Arch: same

Package: mesa-vdpau-drivers
Priority: optional
Section: libs
Installed-Size: 8001
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Provides: vdpau-driver
Depends: libvdpau1, libc6 (>= 2.34), libdrm-nouveau2 (>= 2.4.66), libdrm-radeon1 (>= 2.4.31), libdrm2 (>= 2.4.75), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.4), libllvm15, libstdc++6 (>= 11), libx11-xcb1 (>= 2:1.8.4), libxcb-dri2-0 (>= 1.8), libxcb-dri3-0, libxcb-present0, libxcb-sync1, libxcb-xfixes0, libxcb1 (>= 1.9.2), libxshmfence1, libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Filename: pool/target/m/mesa/mesa-vdpau-drivers_22.3.6-1+deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 1982896
MD5sum: 88c9e733232e23e82360cac70c1d7aac
SHA1: b0f6faf9105fd5ed71ceca3a50b602d11c7453d0
SHA256: ec2f91e96e04ffaa9ffbe438d0baad6c733d0f0c40dfb50911e120aa47e2efe7
SHA512: 302a837498be1966ebfb7247e0560fc7f9530a28734b0dd0cd0eb31b391d3b07cba9b868985800b040a60dd40d9c22fe19ae650ca594d3adc07470828f57c715
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: 14511
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: mesa-vdpau-drivers (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/m/mesa/mesa-vdpau-drivers-dbgsym_22.3.6-1+deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 14234036
MD5sum: aa41c836bcccd3019834711add878c5c
SHA1: 15653d29ea2135f8b59cd7d2a6eaacb5871ff802
SHA256: cdbcc92d7b4dc98f992149ce42c3fa847515e2ad6f84381252691f8ee4bfb513
SHA512: 7c360513473ed460c9309c8aacb76d09f51e2bd01ad1aa80cb4a608fa45f3b51e0ca9a25451af8a0e876931953148b1c9bd14f0dba0e2559a5d4d43c060e421c
Description: debug symbols for mesa-vdpau-drivers
Auto-Built-Package: debug-symbols
Build-Ids: 158a2749f5ef9d0a21b64aacdbc5906b54a5c357
Multi-Arch: same

Package: mesa-vulkan-drivers
Priority: optional
Section: libs
Installed-Size: 35749
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Provides: vulkan-icd
Depends: libvulkan1, python3:any | python3-minimal:any, libc6 (>= 2.34), libdrm-amdgpu1 (>= 2.4.110), libdrm2 (>= 2.4.99), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.4), libllvm15, libstdc++6 (>= 11), libwayland-client0 (>= 1.20.0), libx11-xcb1 (>= 2:1.8.4), libxcb-dri3-0 (>= 1.13), libxcb-present0, libxcb-randr0 (>= 1.13), libxcb-shm0, libxcb-sync1, libxcb-xfixes0, libxcb1 (>= 1.9.2), libxshmfence1, libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Filename: pool/target/m/mesa/mesa-vulkan-drivers_22.3.6-1+deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 8039616
MD5sum: a08b123b00ce68d0050d6774200db161
SHA1: 097cdd30dc20843e40a037166a3d3eddd6c82746
SHA256: 27081fe8be2701a417c699b455af00a7eb8b9c7e96bb490bae64524e0bddebda
SHA512: f56d5fa6330cf27c6fc71cf8d6388f0ea9f5cc50b752a0b67339b651db118dcc2198b8d088aecd5df5d6ef49ec069110b2ff6f45dd8048c8d336600beb076e5b
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: 47860
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: mesa-vulkan-drivers (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/m/mesa/mesa-vulkan-drivers-dbgsym_22.3.6-1+deb12u1+apertis1bv2024dev3b1_amd64.deb
Size: 46448160
MD5sum: 4ba28cf85fc5a3fffd12aa9d2148b4a5
SHA1: 82be2ff9b0b6e3655ff3fb08724f208e198acc47
SHA256: d35ca1dda96d612029a9eb018f200bcc5225ce0ff7a1ea689ea3ea129ce25d22
SHA512: 4d538235dc42b9a38a325f39b56d7f42ed489abade5bbe0873b536ab3430fb176f1881221d03a264394d6c0e124f61edf2a617c9b9981c0808fc7ab795fc6821
Description: debug symbols for mesa-vulkan-drivers
Auto-Built-Package: debug-symbols
Build-Ids: 0c0e87f4180bb8007f178847fecc2fb260415dd6 4e22aa3fd9003e6d68f9a9ad13b0d38b01655289 5ebd5f28823aa520f59d89c3b450ba7078a4cdf9 698043f5276385f546e86245a7df94fb8bb327cd 7553fe6cf4b411b609e0d10276922b1ab7fa0b8d 930f0f06a5636219f0865da32ebaaaf0786ef50d 9e69c3c4f76d7140cd689b16488dea19185cbbf0
Multi-Arch: same

Package: mime-support
Priority: optional
Section: oldlibs
Installed-Size: 9
Maintainer: Mime-Support Packagers <team+debian-mimesupport-packagers@tracker.debian.org>
Architecture: all
Version: 3.66+apertis1bv2024dev2b1
Depends: mailcap, media-types
Filename: pool/target/m/mime-support/mime-support_3.66+apertis1bv2024dev2b1_all.deb
Size: 2424
MD5sum: 87e57a51d85b8b2bdfcd8da16a8a6745
SHA1: 89df6323971db3829b7a21d6bd981611aeb03f72
SHA256: 7382fcb0b89338a9e73a22ce9ccdecc7250634f3e8b087d85512885754319804
SHA512: c228de9796a55e19cfeb8d13dcaad48e497a641c98cf7d0fab0f51e860278721923dbb3d37ebdcc83577f7ca965e7d9f6c90f8d9187505067e0c9d8d095ef001
Description: transitional package
 This is a transitional package. It will be possible to remove it
 safely once its dependency chain has adjusted to depend on mailcap
 or media-types directly.
Multi-Arch: foreign

Package: mktemp
Priority: required
Section: oldlibs
Installed-Size: 20
Maintainer: Debian QA Group <packages@qa.debian.org>
Architecture: all
Version: 1:1.6-4+apertis4bv2024dev3b1
Depends: rust-coreutils | coreutils-gplv2 (>= 6.9-0co13) | coreutils
Filename: pool/target/m/mktemp/mktemp_1.6-4+apertis4bv2024dev3b1_all.deb
Size: 4576
MD5sum: dd801f3d8579bbf0ed8e2587ea6c26a9
SHA1: 5343f31dc2147aac92bd97cd4626cac4a9978b54
SHA256: 9d9066cff19a269df3da08d48dffbb23ea7602c516f7f846b70a8899e569dfff
SHA512: 146a71f296ee990df90709b37a323c4b29973c6cfc1bbcfb48e328b7a1d8cb478258804648911b049939f23f9b456cb3eaff60b2518a5a5773be475cd5fb72d8
Description: tool for creating temporary files (transitional package)
 This package provides a utility designed to make temporary
 file handling in shell scripts simple and secure.
 .
 This package is an empty transitional package for coreutils and can
 be safely removed.

Package: mktemp
Priority: required
Section: oldlibs
Installed-Size: 20
Maintainer: Debian QA Group <packages@qa.debian.org>
Architecture: all
Version: 1:1.6-4+apertis4bv2024dev2b1
Depends: rust-coreutils | coreutils-gplv2 (>= 6.9-0co13) | coreutils
Filename: pool/target/m/mktemp/mktemp_1.6-4+apertis4bv2024dev2b1_all.deb
Size: 4576
MD5sum: 7e8ae9934a0564c09de179f1eed57d35
SHA1: ed6bcbc0042cb03e019ff4d020ffdd6299ffbab5
SHA256: 00506511b34f2d1dd7bb62e635c4efc4eea2e587155c9dcb2bdbdd0100c2061f
SHA512: 37744aa7d14e08bc2842afc3b31a29d5f4be20ede35015c4e186bbaa461d121678b1bf40a103f204de8ad4fdfee2e79a658b02f458fd42109f8860d1bb4c328f
Description: tool for creating temporary files (transitional package)
 This package provides a utility designed to make temporary
 file handling in shell scripts simple and secure.
 .
 This package is an empty transitional package for coreutils and can
 be safely removed.

Package: mlir-15-tools
Priority: optional
Section: devel
Installed-Size: 79879
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libc6 (>= 2.36), libgcc-s1 (>= 3.3), libllvm15, libstdc++6 (>= 12), libtinfo6 (>= 6), libz3-4 (>= 4.8.12), zlib1g (>= 1:1.1.4)
Filename: pool/target/l/llvm-toolchain-15/mlir-15-tools_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 14804480
MD5sum: 1d5a54e8e0f84be22698db0f4c7879ad
SHA1: 8c03a5d909d9d6ea3a93fe8c75fc04a0942854fb
SHA256: 13921a527e96cc11cf76ec5339c40da59751897911a9aa035e76dbbf62b10176
SHA512: 708ae4bb81e3517e78ee5417f26581fa79e78cab717f516addfb36df323980207e3eeb26396980a26c8aab1143674821bf72ffb2210e4749b6b521274b3b2174
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: 49656
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: mlir-15-tools (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/mlir-15-tools-dbgsym_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 2833052
MD5sum: 1e522b5a89f2415bb46f6bcd532fc476
SHA1: 529e891bd7dc751b706c99d82623cbe36ef286dc
SHA256: 8d6303d1c74bb6c87ebeedc8863ffd8ded4fe6b09fd1f04f19b0032f7deef102
SHA512: 2f3538e6abea047cb19c0ef1373601aa9e88ff07e74b3613eca1a05ddbb174c3008846505c96949fd495914403063c39a8f488e3a2db66bb11d51661455e716c
Description: debug symbols for mlir-15-tools
Auto-Built-Package: debug-symbols
Build-Ids: 0753ec2eb52ff9a7c0a41e6249032e5f5b633bf5 12c61055a5841b7a1b81c6e556ea8e9f6499ea12 2b8a9c54088933bba406f1a0fc9b7718224b27b0 4f4e8bf64e5b10f45f7f405c4b771ca9a5e4ae92 700fb7c1a14f788a9b23dd2c22cd15e86c80adaa afff375d22204b02fdaa1150999790b7196fb96d c36928b78d982e6038670aaa1c5e2cf4c484a91d d2f23928ae10194e070be4b37c5f3b3e17984aea dd02d84e48da906cf24fb42d3a373ae330754c59

Package: mmdb-bin
Priority: optional
Section: net
Installed-Size: 79
Maintainer: Faidon Liambotis <paravoid@debian.org>
Architecture: amd64
Source: libmaxminddb
Version: 1.7.1-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libmaxminddb0 (>= 1.0.2)
Filename: pool/target/libm/libmaxminddb/mmdb-bin_1.7.1-1+apertis1bv2024dev2b1_amd64.deb
Size: 26732
MD5sum: ee386a763d05e6411a19c87e569b33fc
SHA1: a39f771ba800bccc30f2dcc9604c1ce62e8a1ba8
SHA256: f59d98ecb572a92a4f50c9ed295bc383e8fb24c624b8d29c42fd0a69f91c9024
SHA512: 88615dfc091df10a558b9ceb9d7bd53828e93b457c2ca8f0afadea054afe6b89fdca32cd84fef55ca2aac69b0608fc23025fcc443e60756824169ee69f22d0b0
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: 31
Maintainer: Faidon Liambotis <paravoid@debian.org>
Architecture: amd64
Source: libmaxminddb
Version: 1.7.1-1+apertis1bv2024dev2b1
Depends: mmdb-bin (= 1.7.1-1+apertis1bv2024dev2b1)
Filename: pool/target/libm/libmaxminddb/mmdb-bin-dbgsym_1.7.1-1+apertis1bv2024dev2b1_amd64.deb
Size: 17092
MD5sum: 904d34a28b38b472e93126bd8632e46c
SHA1: 9b32c8911d158bc1025fdfcc25f14e8f469a516d
SHA256: 99d4c1e583c8b1e46b5bc4dedd5bd78c0ab059c247360211ca6c7035809626b5
SHA512: c5f5676d44af1aa8c33d0293facf5cf8f787e98708bb1c0f30ea1ed1a2f5c3635c50bb0b443c86c198736b0dd59ca8886b2ac1488425433b9cb717358691ca11
Description: debug symbols for mmdb-bin
Auto-Built-Package: debug-symbols
Build-Ids: 60ded3e8bb11f45275e36aa524b46fe3032daee7

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: 1038
Maintainer: Roger A. Light <roger@atchoo.org>
Architecture: amd64
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_amd64.deb
Size: 408304
MD5sum: 8c346990c0723e581f949cf06c137055
SHA1: e984e24e8466d248d2c49e2d123c906fa706fe80
SHA256: a3aa6bbc85741b361150c4a4f2fbdab7253efd342ebd5956766a219cc0936f21
SHA512: d7b64a04b147fe718bfd42ebfb8ccb6e74fbf5c0aed6cc0430b404e1bf4290d8a66ba6bda2293e763e73a517b0c9114af33d8f49ec552e41f7224e5ee339d537
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: 287
Maintainer: Roger A. Light <roger@atchoo.org>
Architecture: amd64
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_amd64.deb
Size: 110560
MD5sum: 0529051246a6c4cd85eeb5a28e87b355
SHA1: a8f4b124c58e127f1d37f636b0791476c2efb9fa
SHA256: e4da77b4ab89c7af62de433541c73438e46e149f783244ad7ebe80805f64e0f7
SHA512: db74efec2cc9b29e919f6fb3c98f93ba89be278c7847a5c01fb36324c943b0805efa348f36889856c03dd3ecf7518445db5e9d4bef54b7ac055fda0935479aa2
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: 176
Maintainer: Roger A. Light <roger@atchoo.org>
Architecture: amd64
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_amd64.deb
Size: 133388
MD5sum: fd39ec8c41fffa2d67eb690d948d50e9
SHA1: 1dff4b98f6026c84c833ca4c7a1ca713203eced8
SHA256: 769c73784d9c78d8c0441571abaf92d10e8061c828be72225fa315cf2ec89407
SHA512: cfeba67db5a8fa93feecd02ca45f322c4759ac38ae9f0688771ae1c169584584b247b1b602625e4bcfae6cb388f27e486fbbfbdb980f81b0f93125d9ae519ac1
Description: debug symbols for mosquitto-clients
Auto-Built-Package: debug-symbols
Build-Ids: 2814bca1cf3b5a33ba6b60bb8e7c4ea1b6f8ce64 3c48b8062099c6d2f2e9f240ae9834502e6847f1 78893bcec8ad01bc1859911c0dce39a9a0158683

Package: mosquitto-dbgsym
Priority: optional
Section: debug
Installed-Size: 609
Maintainer: Roger A. Light <roger@atchoo.org>
Architecture: amd64
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_amd64.deb
Size: 504948
MD5sum: c467f20684270910bb04e36516097b24
SHA1: ac1ed944fb111e06e726d7af6d03b779b9660cbf
SHA256: 49893ea8a39e73f2aa0b0f84eabea95672b1e801f342198b2a1f5bad13037e8e
SHA512: 029dbd7286245f980a6f332c1da5abc7f6db684ac1444ff5c4943a5dc91f4e230b0fb0e48406533a3b798334ed3f8c6e7bc03c74f6270daef50940a3275ab775
Description: debug symbols for mosquitto
Auto-Built-Package: debug-symbols
Build-Ids: 8d4ae65d3d2ab871dcf9a83a95fc03966e23946a ac6e30d9cf69ca9a41e1208225e5c8817cd1b756 ae0fef99c8a0d001a93ace54b77597fa31989432 bb9f147f4e458f106eeeb67fc0c5ff554037321a

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: 405
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 143692
MD5sum: 96db679bdf7fffb7c9b665b30325174c
SHA1: 228126632892c95215474cbceb854aa026996149
SHA256: 48c0c018b2f703e705d0afb897fb49e555bf99fe38eb90ebab9d8b02efc8d762
SHA512: 84182c8af6bf73efa18788d82f0a355de9d9a5d1f7dd27dc5d9deaf6785e6a359115e6facdd89d46e8693bd7021091fd0694e603fc24adeba301b40ce4a6aae7
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: 321
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 250760
MD5sum: d81c3fe0b34685984c152891ec947884
SHA1: 588ded26906a7c0244a22863efdf3050bca82736
SHA256: 73744e9e8436539e5ee70c1106b7dc1cda924136ab79aabdd569f0f3364c3dda
SHA512: d6137a4cddbf7c9750aac770a2ed231c7f4a3eca1bddd7cd120a2b33dc26084b916a31638a3fa809ab7e3369fb3156a738ae6c324377817e3cac0274ba01db75
Description: debug symbols for mount
Auto-Built-Package: debug-symbols
Build-Ids: 68c77abc8556fc76f4b3bc5620d5f106efcec961 b5d3c84d47352b345f4f6b8d17c77b37715e1817 c55b25b79ac11d446d9a92a15ab2ef6ec4206c39 c5acabb80fdb4e535d6cd0e7dcebfb7949a48ef8 cffdab59f71fa78332bdd7c9459ad1ebf23d661b

Package: mtd-utils
Priority: optional
Section: utils
Installed-Size: 1462
Maintainer: Bastian Germann <bage@debian.org>
Architecture: amd64
Version: 1:2.1.5-1+apertis1bv2024dev2b1
Replaces: mtd-tools
Provides: mtd-tools
Depends: libc6 (>= 2.34), libiniparser1 (>= 4.0), liblzo2-2 (>= 2.02), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libuuid1 (>= 2.16), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Filename: pool/target/m/mtd-utils/mtd-utils_2.1.5-1+apertis1bv2024dev2b1_amd64.deb
Size: 258208
MD5sum: b8ebc148eaf60876576ac01046d50a75
SHA1: 1e3ae1313aed885d4351fd3f697e72bbea2168ef
SHA256: 9147d735417680ac19b43cc028ebe93ed5e4f3a47a9b901a8fd2560027ef8f67
SHA512: b35ab887ef2dc415e82e63b7767017ad48ff9df8364eddf57acd1918f1fe7640f37c4fe6ba9a736c0d60f1b76c6aeebd03c77db83adec6e1d0edd7fd3ae379bc
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: 1631
Maintainer: Bastian Germann <bage@debian.org>
Architecture: amd64
Source: mtd-utils
Version: 1:2.1.5-1+apertis1bv2024dev2b1
Depends: mtd-utils (= 1:2.1.5-1+apertis1bv2024dev2b1)
Filename: pool/target/m/mtd-utils/mtd-utils-dbgsym_2.1.5-1+apertis1bv2024dev2b1_amd64.deb
Size: 1250472
MD5sum: ae134d6f8ac4111c1e5cbf96bee73cd9
SHA1: 1aaf1eb5d4a53aeb3af457eb799a67ead47fcf24
SHA256: 4fde703233f523f5d54e6d79a05bae47c764bc8b7c51f52654253f8be43f32d8
SHA512: 0f5752ecec7f2eecc37e8cbf67151d76d07bb29a1ea5832cde46b521c83b14b210750a067f87811827d87265e72114ab01c97c474d06bafa61db4afb785d2c74
Description: debug symbols for mtd-utils
Auto-Built-Package: debug-symbols
Build-Ids: 01ece8e26e4a90d77310957a5ea05abd65f4aa42 054c374139d9b84289d3f6e4e4999db5ff57cf5b 087d9369e445a8090d8ac9b046653003b68d3d69 119a7046d5d248b3589169ebab89a24200d279d5 125560e1e7f34c27337f4abea824c815d86bb28e 15bd455a8f39bee60883d55e87bf6a93757d0d05 18a847fb8845941538b5a1dcd90f7e6bc0d2dda0 1ae5ac8fc2367abe27dab6aa572f3287fe72c968 1bde84bcb1bd1ed156b8160cca41ac386f0d53a4 1d4eb506244ca6e3025a40f7658c3effabd9827a 245506060da65e9ab3a27717dfb3cc6ef5994b61 25a14f552f54c873fea6617eaa5fc10b22c2989a 29604051036d7a7f0218fac41313fa1223f59d0f 304440b3f6770360c3f7470704f6a2adf941f488 463a57299ce169297ac5a201f924e83a67862777 4d17fb508557e403713d4526d530c09aa64928d5 616b00b7fb0b1012d98a402537b8457a8713a4d3 61ad5b8abca4b6ad6e343fa7eae086f79bf9e12b 679249c509762a96425dca57fd479e8cf6b84ce8 6b5916f121e40db2cc7892b3e1caf20f16b4d2fb 6b7e8cc975d590325dabab7e391feab5de46043b 6c70dda5b5c27d520203d3159aaf413f8692f956 7061fd822ac0054b616814251dc812f328e39273 71ecd327488400866819c09bae70103ad70771a2 737a4f21cd7a2d75095750f7c12426165c62cecb 75fe1b3a5eb707ee2f87badae488ddb60c467a3f 79d1054446e358496d1e219a3cba56e3e4359db1 860b00ef854fd5c9ca0c5baa8ec9634c6d3291a9 8d7eca6bddc9e086bcf7345b48b23479d5028a7c 8e191c7a182c6b28562eb7cebd0d6a6f74e0d89b 90c9baeb419b9c6083c75b85fc854a148869f11f 934fa6ed7b29018c00aa3a203e15faf8b3f8dc9c 9db3ef67d2ea8cc4b9a02cd1587f3e1a87915bdf add062f80ec5868a7923c5e3a17ca921ca4fb1f7 aedd9a0eb114acd524b0c5bf9be06e9a2fe5a0aa b31d0e628ab427669bcb6d7447547af4ff5211b3 b544c80a801b3a5d70201ab8bfe76fcfc41da075 b6401f43c409a310df70b2d18db04978f3d92d46 bd6a67095aba1c94642534cda1c3e1ec0fa14d74 c7bb0b0940e91744979179d23777bac1a671c4e1 cb603348a266f9e4d450b1f1caf69726c22599d5 cc4f3cc09c856ca7a4f47eb174be6486b1366883 cca7a9bb6c883c091000bcfe8aa4b39e20965b4e dae7fd1f22c611421227c80d434d6e2065be08f5 f4f82dc78eaed84a08ff37a9941edd84432390e6 f5e69ee8bc4cafb9c4d4857b4c69650f55a4d9c6 f671abe401c0d03aff255a04f8fe4e07ca981472 f85bfd92e4ea8f2abb19adc70d79bd62bd7ae6a0

Package: mtdev-tools
Priority: optional
Section: libdevel
Installed-Size: 40
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Architecture: amd64
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_amd64.deb
Size: 15032
MD5sum: 458c52b82ba8d73706af27773ce82471
SHA1: 9db3b44b1c31492a0e25e715c2fda08a6f1ad06a
SHA256: fdc923087ca78b20b1bdfe0b31bd5f42635a725d427349f648e2649d6bb14182
SHA512: 226f71b3e8bb433e6381416fa9bde0dccae9f5758ec7c66eeb311b111ab6adf70b14ad78fcfa83a9463022467ac297201a34bb3d2da74efd8ff90a5695e0e607
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: 20
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Architecture: amd64
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_amd64.deb
Size: 6636
MD5sum: 751a2b36fd36a202e58efdc8abf72738
SHA1: 6f20dd757dfc86cccba7ca6e52ad71f3c72ad85a
SHA256: f7b5e8fc87ac9de9f713e14bf1cd17579dee6233f76e06fde64ec2049733dda6
SHA512: 72ae67994548819de6576beaba6cf6013dbd668f7d1d5fa2b313a72ce5d263dd91d9d69138d684f25c597b52e53339917bf57aa99724641566f7f2dc699bf3cd
Description: debug symbols for mtdev-tools
Auto-Built-Package: debug-symbols
Build-Ids: 53b0ceb6c1a2e2c2c4d6242682d904e1446b0ecc

Package: mtdhealthd
Priority: optional
Section: utils
Installed-Size: 81
Maintainer: Bastian Germann <bage@debian.org>
Architecture: amd64
Source: mtd-utils
Version: 1:2.1.5-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34)
Filename: pool/target/m/mtd-utils/mtdhealthd_2.1.5-1+apertis1bv2024dev2b1_amd64.deb
Size: 27224
MD5sum: 1723d14dc076ce3b958198f87fac8328
SHA1: ba045d8bebef6938101cf8f2098f609bc7d90904
SHA256: 2f4932c7a3d3f6f97f4ef7580218f117c9e018b0ac8114aa253dd926f2a4be9b
SHA512: d217a9fa3ff5e32de40499f6f10bb339825151917be5a87a4f15a4276ce165e5090af926dac2500c747520e21272a62df66438d2c25b97d407a89d8c7dc20e48
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: 73
Maintainer: Bastian Germann <bage@debian.org>
Architecture: amd64
Source: mtd-utils
Version: 1:2.1.5-1+apertis1bv2024dev2b1
Depends: mtdhealthd (= 1:2.1.5-1+apertis1bv2024dev2b1)
Filename: pool/target/m/mtd-utils/mtdhealthd-dbgsym_2.1.5-1+apertis1bv2024dev2b1_amd64.deb
Size: 58932
MD5sum: 61f1580029f05a11ce2b53fcdcdb63c2
SHA1: 8cc5a3711ed071ddac5cfd64c7ff7ccaeeb12f58
SHA256: de1b716200af9733f6367e7fa308b47a2ac4a86de41861c6e0fa6ee77972626c
SHA512: f64c549dacf1795036a04fd3ac906b69739bfec1e273fc3dbaded0e3849b862ca12f6f095b595795da2984a3bf418ff9e6c4acd49ffbfdbdfe82242fe7b2e7c1
Description: debug symbols for mtdhealthd
Auto-Built-Package: debug-symbols
Build-Ids: 29604051036d7a7f0218fac41313fa1223f59d0f

Package: ncurses-base
Essential: yes
Priority: required
Section: misc
Installed-Size: 381
Maintainer: Craig Small <csmall@debian.org>
Architecture: all
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Provides: ncurses-runtime
Breaks: bash-static (<< 4.4.18-1.1), libmono-corlib4.5-cil (<< 4.6.2.7+dfsg-2), libslang2 (<< 2.3.1a-3), libtinfo5 (<< 6.1), libunibilium0 (<< 2), libunibilium4 (<< 2.0.0-3), neovim (<< 0.6.0), vim-common (<< 2:9.0.1000-2), zsh-static (<< 5.4.2-4)
Filename: pool/target/n/ncurses/ncurses-base_6.4-4+apertis0bv2024dev3b3_all.deb
Size: 263008
MD5sum: d0900eb0fcaed7c8d2d905d6fdf27422
SHA1: b5b9a05b17b00ffc84d4bcf9b47c83f0c2edd5a3
SHA256: c183724a1a0d25807016205af424edcd6eb6db8a70dc5704d280cb24f1feafcb
SHA512: 88380e7c3ffeca2069fd5373df44d74a3da2bff6304acd96b0f809f7a518bacbdabc55b8b2bf24e998fc31f191c24eda4ed7393459536480595bd07320e9edf0
Description: basic terminal type definitions
 The ncurses library routines are a terminal-independent method of
 updating character screens with reasonable optimization.
 .
 This package contains terminfo data files to support the most common types of
 terminal, including ansi, dumb, linux, rxvt, screen, sun, vt100, vt102, vt220,
 vt52, and xterm.
Homepage: https://invisible-island.net/ncurses/
Multi-Arch: foreign

Package: ncurses-bin
Essential: yes
Priority: required
Section: utils
Installed-Size: 640
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Pre-Depends: libc6 (>= 2.34), libtinfo6 (>= 6.3)
Filename: pool/target/n/ncurses/ncurses-bin_6.4-4+apertis0bv2024dev3b3_amd64.deb
Size: 423160
MD5sum: 324fdb0aba6601c7e9d38ea2ef3f72e1
SHA1: f08fd733138b3c17c38b21375a9bec691186486b
SHA256: 955f21fcaddce395b8c6da3e0088899041cb54610e0a00c2f2788cbcfa1a4d8f
SHA512: 922ed6645519ebf726e6782fa27dd3d6a6508490e99c7ef73b82cf1c6a8d80604d65e43c7f10841ff9f849be1d8201d9cbeba2bcfc466fbfec138b758c217d97
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: 274
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: ncurses-bin (= 6.4-4+apertis0bv2024dev3b3)
Filename: pool/target/n/ncurses/ncurses-bin-dbgsym_6.4-4+apertis0bv2024dev3b3_amd64.deb
Size: 198304
MD5sum: ac5a81e2b02424150519308e158b451a
SHA1: 14534d9596f6e21c2ce6345c82459aa8a98b60c5
SHA256: 61aca96e07d6c505e8c943c4e0ae2cf4639cfdc3d132ca6a0b269e6fcffead0c
SHA512: afff4c668eb58c44731adb3e97fd811339ef54ddf797a4e4f0888607610bb6d380029b6eb195efd336a0694294f07cbd35f31f797625d2513a5f0b0cfaf10bae
Description: debug symbols for ncurses-bin
Auto-Built-Package: debug-symbols
Build-Ids: 2d3c411c2165f8f50a4e4556e4486740734b77b3 3a0f3fac4fe1aabc24753bd12281b6637b69ac85 7a2359c40be2dc6560aa2fcb66733238be0f0b3f a959b2fe4e77dbb84777b5e7c274107a6ec57dd3 c1b9096cc3e1adc197460840c17d3f45dd0f0807 ed542056ed43140564b3fe0dd5e142b06a683cc4 f34d8e7d8aba814db81f2153d6ebe2579053f77c

Package: ncurses-doc
Priority: optional
Section: doc
Installed-Size: 3693
Maintainer: Craig Small <csmall@debian.org>
Architecture: all
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Filename: pool/target/n/ncurses/ncurses-doc_6.4-4+apertis0bv2024dev3b3_all.deb
Size: 934544
MD5sum: 8b3d2f31a15250517109f46701ed0d4e
SHA1: 2f7954706e34c24c8cb7aee68c079ae9ac532a58
SHA256: c056305a28c549ef172196d3f7d93008aaac9bbb81acd08031b2ddbff9b22776
SHA512: be52473c8a0fbe953f5b1a3de75e3234c8fbd04c92dc5d8c7269c3f23ae2be04f965b7ca27e354351d2020ea0a985eec07635a51c773e57b0af7d52f505337bd
Description: developer's guide and documentation for ncurses
 The ncurses library routines are a terminal-independent method of
 updating character screens with reasonable optimization.
 .
 This package contains an introduction to writing programs with
 ncurses a guide to the internals of the ncurses library.  It also
 includes the libraries' man pages.
 .
 Non-developers likely have little use for this package.
Homepage: https://invisible-island.net/ncurses/
Multi-Arch: foreign

Package: ncurses-examples
Priority: optional
Section: misc
Installed-Size: 2310
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: libc6 (>= 2.34), libncursesw6 (>= 6.1+20180203), libtinfo6 (>= 6)
Filename: pool/target/n/ncurses/ncurses-examples_6.4-4+apertis0bv2024dev3b3_amd64.deb
Size: 542724
MD5sum: 230b0d70df37a5abb81e8157f524c8f9
SHA1: 3d221b27d1c090e786a825433989548f6c13665e
SHA256: 20e5c0ce09c65da8f856dfc13b520908aa29a0862a723a6d80c208653c8db6e1
SHA512: f8ed8318fc560921418f95344a34a7d1da7b6bc6e34186c5cafe0f976e1569530cb69492acc6cf7fdf1c2abde2f6a36321d50bb0d5c199b829467c9f44ecacd1
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: 1531
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: ncurses-examples (= 6.4-4+apertis0bv2024dev3b3)
Filename: pool/target/n/ncurses/ncurses-examples-dbgsym_6.4-4+apertis0bv2024dev3b3_amd64.deb
Size: 797284
MD5sum: c2251ffe724cdf84cf29f706d7ac98c0
SHA1: 4de1eb055d0a340423b18ce98b4c4cbf643eb3ec
SHA256: e67908b091caa55687e34fec2f181f1a76f452bb89fd666c0dbfeaf83579d2cf
SHA512: 0815e985b26eeb6b393e5117b7d1c9356288bec04cc8abad39c49987bd65b3c3d1867b740e070ee0ad7b8fe0fefa491d11d796dbb3eee641fdf23bb0868df0e5
Description: debug symbols for ncurses-examples
Auto-Built-Package: debug-symbols
Build-Ids: 0675f2f7d7ce00f8fc37c36ddebd057004e1c73e 0839729d33814772a41bf13981a5ff2b4bdbab6f 0a57ea086ea3ce7ee57c8051d1b24d1711a03bcf 0f221cbc804c4b99a52206940c1eaee2473e6dc1 0f7e2fc141bdec631629f8fd396988623a38531a 10b9888a00dcf0c3beec236c5a8e723e247423ff 136e72f94b0171285301bd3a852b0d8a4efb7321 139aac74befba936328b6bb2e338e795bbc58465 153cf6971b4b1518ae83ef1a3695488990a73bb1 16ecb0ed1cc71f120e9a90a641bab032bca22112 173e0d268a2b2fc99fe59ff8b8aafa85b29ebc1c 1dc1dff6c9d2fa9095884b0f8692b796cc29029c 1e3aff55e3b634e8df5171c0f191f8889c4fdc55 21fe2f1ee822a3be6fc08958474e2fcabef2fcc4 242078c09eb442c9580fda060b46570f8a2849b6 24906bc27386feddb18799b6dd56b4939c1fe378 27e9d070ed839f95c286f7c558f6b05913f6e1fb 2847d07e1aa65f52c873e9488b7502a4b725bdad 2a533284834198aa25163b7f19cfed0acd54c19b 2bb59419a496b4135a9703edf9d98527299474d3 2f30b55f1ad4cd531edd51a1aca0c3b63d6b26b6 30f37016604eea4e03d9a0bf5f83825b262ea8d6 31ac5170314365b3e1307724c25e15639c748ded 36be1daff2fbbe38e2202925a6f5f51bc8b8f173 37c1188cba7c752f622b0fc49313f662531ecec7 3cc2019288bba813833196bbdaef35a548e01d2a 3e9ce1172ccf0dae2251b6390979a0922c99d1a1 3f93f9997c24f189200c1c64577107de1f3fbdea 3fc0d75de244bed8212c6c66af324525dd0663f5 459cf27f3b55fd438e853acc918853803b61b437 4b428feb0fc989132c6188a729466dae4e19583b 54d51f280a09231181038b267709d5ad4ff9f5b5 5591e1759942508bde420cf56af3b798297aab51 55dd7c6ff8dc5b2098009834b5c6b17872f48548 572cfb600191e628d5de9258c0a789be5c7c9992 5757c68688c6f19ce9dc0bbc49dee6215a37a305 59699aff30f26c0e44152cd132e0641223841b6e 597e8dfb1dceda5488aaa292b39894a6c0d5e120 5e369dcb588d3927165e646823a95429ccb3756b 60b1c18c45e1cee8b20ef85d5d5e31a818fd5406 6771b6e63a42fe390c1bd85cd8b24746ec9299c0 69c7769825ae60e39f6237675a2bf96fe98252b8 6dc1f88bbc4a676436ce6a7137847613a438f925 70ed5358852819b285bd56beb139d8a2aa31995d 70f1d9bd13bd8415bf1d03839cc77858b9267a2c 73d1765cbb01fd18083e344024404273352b6d1c 78476b6a8062ef83c3959c9e1e521f60912bb288 7e0e99c983c863e525ee72f02161d3204e87ebe7 801df9eaffaa6962ac956aee4fbb1c78b4ea5780 806dfa0a7addadea34dee3752037eddc1c3c0e4f 840a4d976029f93471ce57afa490299af1ea6180 8fbf2b83c36a2a2584747267b22453442f2d2cb2 962c810524b9dd57812be51542044b1fc5db6082 a3ec80a4e4d75e727e07c03f75c0a78b9769ee73 a478a5dba52228b734cb006dbfc84fc2a92125ba a80e85d317daa7a41dc0cd01cec01ffb78b4a78d a83c4f2e62508bac2c9071276ab2b5dcd430a490 ad8a903f99e6eafa8640c42681cecbae2c959442 b69896d7a9f898f16e081d57e0eb958c10ba23c9 b6af7b81f70eaad5ae68d5e46e64b6e2acfc63db b82d189ef7aecf83f8853a07b42c4ec326165548 b947476ae4518fffbc8138b833d26dce051cca7b b9b0762e8af51eda0137255a75ab656dc8e6ae21 c5b8230c51979b4f099819b354c5fed50712e1e0 c71a9277b3d8f9ebab1f3ff81934c4dc24d226f2 c71c6295f606dfad8e1a6efd0b5e6410ee9bf071 c846fe3fa4a2714cdfc443ccfd81a5a756d1e7e4 d13207d73361b7cd63f76b029496fe5fa479ebcd d20265b051ea10762bfaf7abea6266459759bdbb d2210ccb58ff9b72ffdbc01ccc3bcd42a8ec603a d2e2df3ad1648892e3c4b143272314dd8eb9c6c5 d436a50af33393bdc395159ba06cfe7ebf592555 d56622bd132d38a2493420ffe1565f13dd5326d0 d5b5dfb59c7cdc5c9306141d567a2423a8697b5e df6685d541e92a5fb823273ae9e6b88b399c12f8 e2917264324cac745a7c15b7fd5fd9d95c2cbba5 e35d938d5cc7652b95e2d10f59f7d702a2387927 e49e8e22f8f86754c5f985d97920138f5e5f74b4 e4ab0212f6e67b7c7761d70b15247fd88a0ac45e eacbc79730dc466e1977a0af73d717aa72a1cb56 f7c1e6daeca53514cca03f00a872e115bb53848e f99d6a88c4eddd6b3f436894e839b4bbb3ba2fce fc744570df3f1f3dbacf20d485d499968f7e4b07 fccfa6dc5e111ab815fb72ee35c27891f2f9fd55 ff1cb518c55aa9d7d22c915cc78e587843b70978

Package: ncurses-term
Priority: standard
Section: misc
Installed-Size: 4291
Maintainer: Craig Small <csmall@debian.org>
Architecture: all
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Replaces: alacritty (<< 0.3.4~), dvtm (<< 0.15-3), jfbterm (<< 0.4.7-10), kon2 (<< 0.3.9b-21), libiterm1 (<< 0.5-9), tn5250 (<< 0.17.4-3)
Depends: ncurses-base (>= 6.1+20190713)
Breaks: bash-static (<< 4.4.18-1.1), dvtm (<< 0.15-3), libmono-corlib4.5-cil (<< 4.6.2.7+dfsg-2), libslang2 (<< 2.3.1a-3), libtinfo5 (<< 6.1), libunibilium0 (<< 2), libunibilium4 (<< 2.0.0-3), vim-common (<< 2:9.0.1000-2), zsh-static (<< 5.4.2-4)
Filename: pool/target/n/ncurses/ncurses-term_6.4-4+apertis0bv2024dev3b3_all.deb
Size: 502516
MD5sum: e13cb05dfb5c2b104570d19240973ecb
SHA1: 551d4cbd6d4fcb467cb90386f83e065a898eeafe
SHA256: c767fcf0eef6b2da81dfcc5f753f52a6e514a82cab5c49cd027e1d9fd986996f
SHA512: c59c82f0860c58c64a737c00933dee55c232b226f83c4efd226f634d7e6afd8766e74298f1f6106bd80403ff0bf10cada89f1300e7eb374081637c077da6dfb0
Description: additional terminal type definitions
 The ncurses library routines are a terminal-independent method of
 updating character screens with reasonable optimization.
 .
 This package contains all of the numerous terminal definitions not found in
 the ncurses-base package.
Homepage: https://invisible-island.net/ncurses/
Multi-Arch: foreign

Package: net-tools
Priority: important
Section: net
Installed-Size: 991
Maintainer: net-tools Team <team+net-tools@tracker.debian.org>
Architecture: amd64
Version: 2.10-0.1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libselinux1 (>= 3.1~)
Filename: pool/target/n/net-tools/net-tools_2.10-0.1+apertis0bv2024dev3b1_amd64.deb
Size: 244324
MD5sum: 5e7ace301543832b121053999cab3ca2
SHA1: cfbab94b7e705645b40436ecd3460e15926a0dfe
SHA256: f00838c85cc877ddcc452bf63e1b94afd3c46d879267270307c110066c705801
SHA512: 829c9fbab37019d7de68d976ed6f84a56dadec7376043d20a4ea2d7893c4c0bfd5061e1fcc16922af48021158bfd9c68daa0e79813f5fe9401d00be0c2df9558
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: 590
Maintainer: net-tools Team <team+net-tools@tracker.debian.org>
Architecture: amd64
Source: net-tools
Version: 2.10-0.1+apertis0bv2024dev3b1
Depends: net-tools (= 2.10-0.1+apertis0bv2024dev3b1)
Filename: pool/target/n/net-tools/net-tools-dbgsym_2.10-0.1+apertis0bv2024dev3b1_amd64.deb
Size: 459212
MD5sum: 160b1886146208cdc5345ab7519f1864
SHA1: 2241983fdb2cc27006683b60ef24e5316d9ec456
SHA256: 0f8d6fae650a2c1b0c8538667bb7b84218684805ecdc85541938fa77a8f64871
SHA512: 09ba5b524daac765aa428e50ec0fa615656dfcbdb61e8724e3ab0d9cffa36c2a4b8ba13bd07b49712d309173fcc3bc908c12e0198ef82b2e4fc13e8d03c3cb73
Description: debug symbols for net-tools
Auto-Built-Package: debug-symbols
Build-Ids: 0867a777959080fdfd4f3fceb816467c03d12e2f 17f1477fb4316e8379a750dd6df60b0101719e8a 1b481ab932ee2b5bd674e1edc1fc0c8d6449a9c0 5578094cceb341aaedadd77cd172bbb9276516a4 882624b1662020e8e6bbb60f29673d2b21b6b723 8da67c44083d1091fa909c2d714d0aae94be0435 8dba95ef0aaf8ec31e16c159677734ccdad43999 9449094f97c41a6a9a7a511092d19c7f6f924088 a26fdde01d468c4da7e41c63cd3f735010840666 af61c6d6024f51cbfc3764f8d11f722fbd7f1b44 d447df1713090d1a700bca366da174106a11b4a4

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: 117
Maintainer: Magnus Holmgren <holmgren@debian.org>
Architecture: amd64
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_amd64.deb
Size: 25488
MD5sum: 36d1a4d7b104e1e573fd75472a02d091
SHA1: 7bdbe5e344cb36d8e64eb4d731bf0c13a51f8fcb
SHA256: 09d7d2b48a652a0c5de6f9db41585424cecc377b2d193fbcc8fc3c1b40984f45
SHA512: b3f66431aed8e57653e163aa0f99a121f70af4e8c3c799166625dc1b28d1d3d1f72ecdc421c0031ee27a3b047753511da6682eb188334bc9a1e8fa36cd65b93e
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: 145
Maintainer: Magnus Holmgren <holmgren@debian.org>
Architecture: amd64
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_amd64.deb
Size: 96536
MD5sum: 6065f00432cfa19586b9657c2e667c30
SHA1: 8bac3e2e05a55c7eeb4ee6d7ccfe65001b5272a2
SHA256: 12ff3dcb05272d54cb30bd75ba851f8f0983c5e044f339b707c1fad3a03e723c
SHA512: 69d76ef980d932cb84d43c47b49052014d1bad4bdacf4a7ad9e1dfa06b88bff845fb083f6b3cbf7f1395ac006e3e198790ce882e6532f6389a8584814f302186
Description: debug symbols for nettle-bin
Auto-Built-Package: debug-symbols
Build-Ids: 5caa1db92bcb562a95b8a1a44230706fddee724a 5e230a9485055de2b8ddc94e3f41e8f1f03849f3 a9405e8a290223df022f964dbe67e0a07ccc71d6 e339db5c18ef13c3d95e71de1feec4bd58cee8c9 edc721ad04245942e8d1248f713e7d855196d5fb

Package: nettle-dev
Priority: optional
Section: libdevel
Installed-Size: 1791
Maintainer: Magnus Holmgren <holmgren@debian.org>
Architecture: amd64
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_amd64.deb
Size: 552148
MD5sum: b14d98c4b0a736b2cbb6fa60b4099b15
SHA1: f3febf16ce257963231f0d331a9427b4d3804828
SHA256: ea8106b80859ea0cee5d4376b95c9b323cf69e4cf29350418895e7c3b8743ec4
SHA512: 4daba9a0cb4b43e26c27d8f1fef4900fd83079f2882bdb9460f093f7c7ac412a1726768e27ee6bf1f0b2be9678f2a2f0be35d968ae059edfc22b1be285d7ccbf
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: 95
Maintainer: Apertis packagers <packagers@lists.apertis.org>
Architecture: amd64
Version: 0.2024.1bv2024dev2b1
Depends: libglib2.0-bin, libnewportiface0 (= 0.2024.1bv2024dev2b1), dconf-gsettings-backend | gsettings-backend, libc6 (>= 2.34), libcurl3-nss (>= 7.23.1), libglib2.0-0 (>= 2.43.2)
Filename: pool/target/n/newport/newport_0.2024.1bv2024dev2b1_amd64.deb
Size: 23348
MD5sum: b3579168d758e1babdd04e182c1e9e06
SHA1: 1175c46e1ab3f0e92c2ac8fceea8a89200e11a1a
SHA256: 5ae33f43c8822400eb212b95607e45015f3640879a0f8ae19571d8c98d6a61e9
SHA512: f8352043b730266835ad0f16bcf44b8fc8c2188f9ab316f99f0d33eaad7a6b5514f6838043ef15900f2384c5ed1a8980f1246c38c089673123c39c12c388fb10
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: 70
Maintainer: Apertis packagers <packagers@lists.apertis.org>
Architecture: amd64
Source: newport
Version: 0.2024.1bv2024dev2b1
Replaces: newport (<< 0.1706.1~)
Depends: newport (= 0.2024.1bv2024dev2b1)
Breaks: newport (<< 0.1706.1~)
Filename: pool/target/n/newport/newport-dbgsym_0.2024.1bv2024dev2b1_amd64.deb
Size: 51344
MD5sum: 119a45c820b2e5116242618c8f884137
SHA1: 8f95531d8b7dc8a34a24019f76ff366d73c83289
SHA256: bee4053dc65d6a4c66153ed11cc4512e7da88820a20eb5c7efd3c748f28c3779
SHA512: bc61270d0fa74c69d58a3d58e517b2770f3cf9d9efc89ccd6720797d64d631962aba753797ce81adef5b874b8f2717bc0b3a387561c885a653ce7a8261d6f00e
Description: debug symbols for newport
Auto-Built-Package: debug-symbols
Build-Ids: 977ee2550c24d5e5122464b967af9c3b5fe7c3d0

Package: newport-dev
Priority: optional
Section: libdevel
Installed-Size: 344
Maintainer: Apertis packagers <packagers@lists.apertis.org>
Architecture: amd64
Source: newport
Version: 0.2024.1bv2024dev2b1
Replaces: newport (<< 0.1706.1~)
Depends: libcurl4-nss-dev | libcurl-dev, libglib2.0-dev, libnewportiface0 (= 0.2024.1bv2024dev2b1), gir1.2-newportinterface-0 (= 0.2024.1bv2024dev2b1)
Recommends: newport-doc
Breaks: newport (<< 0.1706.1~)
Filename: pool/target/n/newport/newport-dev_0.2024.1bv2024dev2b1_amd64.deb
Size: 35280
MD5sum: 7781a13dc97761ee9a23277a02cccda3
SHA1: 4f39fc1bcbca9d82162d7c721d0510fce2f8587e
SHA256: 4818a58ade5d436c2f0779c53d3db8584a1399633dd1893eee00865786b40db6
SHA512: b3d4e636f97d4f513ac243ed3d4a86f9715af8e952caa488f85f29fc14e72b56cf04add108b4a026b9ffa8992c43eef9a9eead649ce5f5136353e24d4549b106
Description: Download manager service - development files
 Newport is a download manager, used to download files from the Internet
 to local storage.
 .
 This package contains development files for libnewportiface0.

Package: newport-doc
Priority: optional
Section: doc
Installed-Size: 76
Maintainer: Apertis packagers <packagers@lists.apertis.org>
Architecture: all
Source: newport
Version: 0.2024.1bv2024dev2b1
Filename: pool/target/n/newport/newport-doc_0.2024.1bv2024dev2b1_all.deb
Size: 17128
MD5sum: 92858d27b532952953f19916e5fe647b
SHA1: 41435c92aec345f9db3e0e415ec90007bb74ecea
SHA256: 7311a55b880963f3fc16aa72f87527a21bb9f01f03ea9894ef1c910a5fa8390b
SHA512: 659e5f3730975187b7bd309b23b9a2814c3e89a029d699e5c1a61abe13f06c41051e88f4d77318e5df4aa9ea8a65436fafc3017c10579a58cdb2d8977a512a8b
Description: Download manager service - documentation
 Newport is a download manager, used to download files from the Internet
 to local storage.
 .
 This package contains the API reference for the newport service.
Multi-Arch: foreign

Package: newport-tests
Priority: optional
Section: libs
Installed-Size: 60
Maintainer: Apertis packagers <packagers@lists.apertis.org>
Architecture: amd64
Source: newport
Version: 0.2024.1bv2024dev2b1
Depends: newport (= 0.2024.1bv2024dev2b1), libc6 (>= 2.34), libglib2.0-0 (>= 2.37.6), libnewportiface0 (>= 0.1706.1), libsoup2.4-1 (>= 2.47.4)
Filename: pool/target/n/newport/newport-tests_0.2024.1bv2024dev2b1_amd64.deb
Size: 13496
MD5sum: 3c0ffdcc97139bc6d8f6fcff20babe8d
SHA1: e8607ab3a4097c58c0624bbd3ce068eef0437556
SHA256: 153913dd3bf4bc990add02cc12fcfe659bb1293b89ad60d577fa5cadf2ef90b3
SHA512: 18ab6511a5e830dfaf84833ae771472fb6a2983ec0f1bff5ca0667d87780e7b6f5b05e9d2027a03aff6e1e6d0ba7489550abf19538a2f8d94b20fc08ac164fee
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: 31
Maintainer: Apertis packagers <packagers@lists.apertis.org>
Architecture: amd64
Source: newport
Version: 0.2024.1bv2024dev2b1
Replaces: newport (<< 0.1706.1~)
Depends: newport-tests (= 0.2024.1bv2024dev2b1)
Breaks: newport (<< 0.1706.1~)
Filename: pool/target/n/newport/newport-tests-dbgsym_0.2024.1bv2024dev2b1_amd64.deb
Size: 15396
MD5sum: 26b20e2bc8118bbf73d7b3a33245b656
SHA1: 4ea43dbae61473df122ae9adcd650d52936993ca
SHA256: e4974768edcc90adeba3a49617da9321db3746c92033b62bfcd99d6d12ab2ac3
SHA512: 1110c094b311f125338df01190081cff72d0c2502b0309df5124e54ab79f4df47ce93882716ed8e4691946c0e4a569119a7130880142524e92018317e967cd0b
Description: debug symbols for newport-tests
Auto-Built-Package: debug-symbols
Build-Ids: e9cb299f1e2749e7dff67d6a14768226201a2ca7

Package: newt-tcl
Priority: optional
Section: interpreters
Installed-Size: 48
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: amd64
Source: newt
Version: 0.52.23-1+apertis0bv2024dev3b1
Depends: libnewt0.52 (= 0.52.23-1+apertis0bv2024dev3b1), tcl8.6, libc6 (>= 2.14), libpopt0 (>= 1.14), libslang2 (>= 2.2.4)
Filename: pool/target/n/newt/newt-tcl_0.52.23-1+apertis0bv2024dev3b1_amd64.deb
Size: 17964
MD5sum: c2e327abf3cad94bd9daceaa031a3915
SHA1: fc365b287b9ea326b092b85d691476a89ba509d4
SHA256: 954a6cda9049c5962f24bd72769e36025ab6071991ce2f212b5c37d977205d94
SHA512: 9ad3e16e1bcade8df0ca6e0ea5e93fe3cc30daac06c661d6fea4629737ac79472ad4bf33cb1db9a88d0190760df4a65001439e2330b895a22f4fa93a5b15d8bd
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: 38
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: amd64
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_amd64.deb
Size: 23088
MD5sum: 2499094d6cdfeeac81116290fa535625
SHA1: f1dd896af71d27cbc3af57962f8c5d509b460243
SHA256: 8190e6de34eb10454e0d69d8845bff891809a98aebb0735b1981b56ae0ee481e
SHA512: 51908348605feb5b8f016e5918b71e8cf32891ed66f25821cde9890d68dcddae14e33a24e62bc9502defe6c4f5f29c598a2e2bc4b1735119a2846efe6642e25b
Description: debug symbols for newt-tcl
Auto-Built-Package: debug-symbols
Build-Ids: f9e295b05dc45a6575625fcdc6b1c89e353f37d5

Package: nftables
Priority: important
Section: net
Installed-Size: 176
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: amd64
Version: 1.0.6-2+apertis0bv2024dev2b1
Depends: libnftables1 (= 1.0.6-2+apertis0bv2024dev2b1), libc6 (>= 2.34), libedit2 (>= 3.1-20130611-0)
Recommends: netbase
Suggests: firewalld
Filename: pool/target/n/nftables/nftables_1.0.6-2+apertis0bv2024dev2b1_amd64.deb
Size: 70096
MD5sum: 4880590d262478ea94ba8c3f1eb6a8f9
SHA1: d6d09377fecd337f3aafe412287382e9a0dd91f3
SHA256: 84f831f4219a734f836cde6353f7900587cd4b5914e969ca210e94cc19e5e6a3
SHA512: 3c52b36448fd0613fbc127bfa4699c5cceca1f4183a49a7801a709f08ee5a29650b64585371bde6b36180d775a9c590de190eca72014585ee1ab5144e6000e68
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: 29
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: amd64
Source: nftables
Version: 1.0.6-2+apertis0bv2024dev2b1
Depends: nftables (= 1.0.6-2+apertis0bv2024dev2b1)
Filename: pool/target/n/nftables/nftables-dbgsym_1.0.6-2+apertis0bv2024dev2b1_amd64.deb
Size: 14052
MD5sum: 690145a3a738b369b164e43c381f10aa
SHA1: 9d9f33ffe5a0e868462502ed729cdd036297e4e7
SHA256: 2752a210ef709fd0ed8356cf32d92f30242b50225762a588c14caba4df25e8ed
SHA512: a892eb5c97d66b3f4ff3686e4b4bde1d382916b15529756724b573220c2b1d381cf92522abe799b1a4c3012e695e7e9ef14da951fea84bce4b17d92753247b69
Description: debug symbols for nftables
Auto-Built-Package: debug-symbols
Build-Ids: f8ec18b95f58ff7fa989190432b756cfe5a25508

Package: nghttp2
Priority: optional
Section: httpd
Installed-Size: 23
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: all
Version: 1.52.0-1+apertis0bv2024dev3b1
Depends: nghttp2-client (>= 1.52.0-1+apertis0bv2024dev3b1), nghttp2-proxy (>= 1.52.0-1+apertis0bv2024dev3b1), nghttp2-server (>= 1.52.0-1+apertis0bv2024dev3b1)
Filename: pool/target/n/nghttp2/nghttp2_1.52.0-1+apertis0bv2024dev3b1_all.deb
Size: 9880
MD5sum: b446a74a000e93d3e6d7d5e61b4f9746
SHA1: b0da00a92ea365f6610318cd38559cfec00ea35d
SHA256: 54c1b28529aab20cf72b34358ae8fc61accca978f4e0050b12bdfc93455d8f45
SHA512: b91cb74e6191247959cbe4987a2ee2ef42d8ce1185c21bc3eff8b921aef4a8d6afb414ac37e53d369c040ef4f53fa5011981ee49ab2764d46a0cba22b37c922b
Description: server, proxy and client implementing HTTP/2
 This package will install a set of programs implementing the HTTP/2
 protocol: a standalone server (nghttp2-server), a reverse proxy
 (nghttp2-proxy) and a client (nghttp2-client). It provides no files
 on its own and is not necessary for these programs to work.
Homepage: https://nghttp2.org/
Multi-Arch: foreign

Package: nghttp2-client
Priority: optional
Section: httpd
Installed-Size: 586
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: amd64
Source: nghttp2
Version: 1.52.0-1+apertis0bv2024dev3b1
Replaces: nghttp2 (<< 1.3.4-2~)
Depends: libnghttp2-14 (= 1.52.0-1+apertis0bv2024dev3b1), libc6 (>= 2.34), libev4 (>= 1:4.04), libgcc-s1 (>= 3.0), libjansson4 (>= 2.14), libjemalloc2 (>= 5.0.0), libssl3 (>= 3.0.0), libstdc++6 (>= 12), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Breaks: nghttp2 (<< 1.3.4-2~)
Filename: pool/target/n/nghttp2/nghttp2-client_1.52.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 172784
MD5sum: b37c89f7401c15089703ff943162c30f
SHA1: cc847281f4b9abd6b30dce6ff7524266052c6be5
SHA256: d800e734b251482b25c39c8fc820f290054fa95312cac394c5cd3c16837871fe
SHA512: 0817ceeb7a21d42c5ec1c40642d8bafdaa348862bd560e05b1542b1bf506ea90df7e38583b3c8d481d2b688f9dfb8d19b468f6ad3268a83f68fdb8359accff22
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: 2105
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: amd64
Source: nghttp2
Version: 1.52.0-1+apertis0bv2024dev3b1
Depends: nghttp2-client (= 1.52.0-1+apertis0bv2024dev3b1)
Filename: pool/target/n/nghttp2/nghttp2-client-dbgsym_1.52.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 2011660
MD5sum: cb9f1862194ec1a725786ebd5714ecd8
SHA1: 2be484565365a825478c7c1aa5e79aade269e8db
SHA256: 1c6f112317eb3e4595bff9a22051fecd626676eb2c1215b08657c23e024f8ff4
SHA512: f948fb7c52a1d59e945ca3668a2e55f7477367f4447bbc3095e2885355db2c7e9ea4ad73daba808c47d4b38603ab86eab11547501dcbb492bc16cca9e3f7f289
Description: debug symbols for nghttp2-client
Auto-Built-Package: debug-symbols
Build-Ids: 2299cb56129f55187ec76d450cf75998c8fd39c9 58639f1a3e82ae19772e5a55b2a8928d2b6e9bb4

Package: nghttp2-proxy
Priority: optional
Section: httpd
Installed-Size: 1131
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: amd64
Source: nghttp2
Version: 1.52.0-1+apertis0bv2024dev3b1
Replaces: nghttp2 (<< 1.3.4-2~)
Depends: libnghttp2-14 (= 1.52.0-1+apertis0bv2024dev3b1), openssl, python3, libc-ares2 (>= 1.7.0), libc6 (>= 2.34), libev4 (>= 1:4.04), libgcc-s1 (>= 3.0), libjemalloc2 (>= 5.0.0), libssl3 (>= 3.0.0), libstdc++6 (>= 11), libsystemd0, zlib1g (>= 1:1.1.4)
Breaks: nghttp2 (<< 1.3.4-2~)
Filename: pool/target/n/nghttp2/nghttp2-proxy_1.52.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 399948
MD5sum: 194a5d40b340a269ce98e4fbf43a9dd3
SHA1: e1f4b897fd3ef33e9f6b069d80782622d8ab54de
SHA256: 06b3b86ae74bdc867655bc44d6da7cb697be965678bde2663667b0ef20c7d744
SHA512: f6eaa451293bb3d5bd7445fbc7a50e579e9afe7e7ae630a5f8f9fa0617bb6414146dea17c83386534756c9c06bf53491e25d6b472fdd1b049b822e132401c217
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: 5993
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: amd64
Source: nghttp2
Version: 1.52.0-1+apertis0bv2024dev3b1
Depends: nghttp2-proxy (= 1.52.0-1+apertis0bv2024dev3b1)
Filename: pool/target/n/nghttp2/nghttp2-proxy-dbgsym_1.52.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 5885156
MD5sum: ac31a77bb1b2adc91145775781d8d9b1
SHA1: c41b729fdc500896f974df17af93241e424a2751
SHA256: 223d8e71441c12edb4b502310584d8ec463cb50695e42074fc065b71a838eb61
SHA512: d3e7adb095a9788247b54b3dd0e707479f99e43885919d1cc5327417606a3907413517fa410f43d9aba1af023318a7403cfac904522c9e0352a91d75802e43c3
Description: debug symbols for nghttp2-proxy
Auto-Built-Package: debug-symbols
Build-Ids: 427da9fa7256521c0c273f0f1315baa260c342c9

Package: nghttp2-server
Priority: optional
Section: httpd
Installed-Size: 270
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: amd64
Source: nghttp2
Version: 1.52.0-1+apertis0bv2024dev3b1
Replaces: nghttp2 (<< 1.3.4-2~)
Depends: libnghttp2-14 (= 1.52.0-1+apertis0bv2024dev3b1), libc6 (>= 2.34), libev4 (>= 1:4.04), libgcc-s1 (>= 3.0), libjemalloc2 (>= 5.0.0), libssl3 (>= 3.0.0), libstdc++6 (>= 11), zlib1g (>= 1:1.1.4)
Breaks: nghttp2 (<< 1.3.4-2~)
Filename: pool/target/n/nghttp2/nghttp2-server_1.52.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 99728
MD5sum: 9a8fe67eab89f79ce7f1cc6cd1ac6591
SHA1: 73d4f6fadfee1bfb2b5e177dc82aa42d3e05be53
SHA256: bcc62cc789ef3603d246387d15016e5f1ec18840dc1a4f3ea0928316ee26f882
SHA512: 14ec2e6605381146999d876cb86dcef02c16a1325b2e1b9367b98111518c83b52d0b1d8605c1a8409937a709189aa50b4309c6ccd45d66c37536a1e51a620dd6
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: 994
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: amd64
Source: nghttp2
Version: 1.52.0-1+apertis0bv2024dev3b1
Depends: nghttp2-server (= 1.52.0-1+apertis0bv2024dev3b1)
Filename: pool/target/n/nghttp2/nghttp2-server-dbgsym_1.52.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 954788
MD5sum: bae598e0bdd9562f2e914459db09c987
SHA1: b616001a876d01bd02d90d4741dc25c24df2901d
SHA256: 842d546eafddbfe113f94d69c63ef80bd8c4b5a387b2802e761976ed28f2a679
SHA512: f0a9c75b2c6f801ca5ba42ae1801fcd3226f0868dc56784fb1223e118f5882eadb5c891ce4dedbdf317e5edff88a7e446ce1d3cf48d0a3079dcced64a239baa6
Description: debug symbols for nghttp2-server
Auto-Built-Package: debug-symbols
Build-Ids: d69d3c3da6d1c70cb3bdf4c06410c978d517964a

Package: nginx
Priority: optional
Section: httpd
Installed-Size: 1344
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Version: 1.22.1-9+apertis0bv2024dev3b1
Replaces: nginx-core (<< 1.22.1-6~), nginx-extras (<< 1.22.1-6~), nginx-light (<< 1.22.1-6~)
Provides: httpd, httpd-cgi, nginx-abi-1.22.1-7
Depends: libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libpcre2-8-0 (>= 10.22), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4), iproute2, nginx-common (<< 1.22.1-9+apertis0bv2024dev3b1.1~), nginx-common (>= 1.22.1-9+apertis0bv2024dev3b1)
Breaks: nginx-core (<< 1.22.1-6~), nginx-extras (<< 1.22.1-6~), nginx-light (<< 1.22.1-6~)
Filename: pool/target/n/nginx/nginx_1.22.1-9+apertis0bv2024dev3b1_amd64.deb
Size: 530452
MD5sum: 7a220fadbb076a82c44a97afad8c625b
SHA1: fdf1ed755bd105a6392133146dd965c0f494cf4c
SHA256: 86f2058cfd59a8eeaab85d3c3fb03388ec182d80a16bfcdc47a09f76ae775f2e
SHA512: 695ed564962dd7c8414eacd134f9c57474fb6e3dd40bb7a74b100d2b92fc5452555de39e41da7e09a58e6b3f35c49d8650afab166296f8e832f1eef4927ac0ea
Description: small, powerful, scalable web/proxy server
 Nginx ("engine X") is a high-performance web and reverse proxy server
 created by Igor Sysoev. It can be used both as a standalone web server
 and as a proxy to reduce the load on back-end HTTP or mail servers.
Homepage: https://nginx.org

Package: nginx-common
Priority: optional
Section: httpd
Installed-Size: 329
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: all
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Replaces: nginx (<< 1.22.1-8)
Depends: debconf (>= 0.5) | debconf-2.0
Suggests: fcgiwrap, nginx-doc, ssl-cert
Breaks: nginx (<< 1.22.1-8)
Filename: pool/target/n/nginx/nginx-common_1.22.1-9+apertis0bv2024dev3b1_all.deb
Size: 114272
MD5sum: 24d9c27d029aa3796b6a20f9654608a4
SHA1: 329defba8ff9916ef3067168c86341df21826f8c
SHA256: 9fc6039cf0c8c42f1140e5b8b023e1120da202abcf1b91a568c90c6990da2651
SHA512: 0c076d0a211180a76381217fa66f46034e1f210466a358bed3d6f1dd120522c5d3345023ab6616981123d3eba12f92161f3e966827defc9103d818be1f5d476d
Description: small, powerful, scalable web/proxy server - common files
 Nginx ("engine X") is a high-performance web and reverse proxy server
 created by Igor Sysoev. It can be used both as a standalone web server
 and as a proxy to reduce the load on back-end HTTP or mail servers.
 .
 This package contains base configuration files used by all versions of
 nginx.
Homepage: https://nginx.org
Multi-Arch: foreign

Package: nginx-core
Priority: optional
Section: httpd
Installed-Size: 93
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: all
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Replaces: nginx-full (<< 1.18.0-1)
Depends: libnginx-mod-http-geoip (>= 1.22.1-9+apertis0bv2024dev3b1), libnginx-mod-http-geoip (<< 1.22.1-9+apertis0bv2024dev3b1.1~), libnginx-mod-http-image-filter (>= 1.22.1-9+apertis0bv2024dev3b1), libnginx-mod-http-image-filter (<< 1.22.1-9+apertis0bv2024dev3b1.1~), libnginx-mod-http-xslt-filter (>= 1.22.1-9+apertis0bv2024dev3b1), libnginx-mod-http-xslt-filter (<< 1.22.1-9+apertis0bv2024dev3b1.1~), libnginx-mod-mail (>= 1.22.1-9+apertis0bv2024dev3b1), libnginx-mod-mail (<< 1.22.1-9+apertis0bv2024dev3b1.1~), libnginx-mod-stream (>= 1.22.1-9+apertis0bv2024dev3b1), libnginx-mod-stream (<< 1.22.1-9+apertis0bv2024dev3b1.1~), libnginx-mod-stream-geoip (>= 1.22.1-9+apertis0bv2024dev3b1), libnginx-mod-stream-geoip (<< 1.22.1-9+apertis0bv2024dev3b1.1~), nginx (>= 1.22.1-9+apertis0bv2024dev3b1), nginx (<< 1.22.1-9+apertis0bv2024dev3b1.1~)
Breaks: nginx-full (<< 1.18.0-1)
Filename: pool/target/n/nginx/nginx-core_1.22.1-9+apertis0bv2024dev3b1_all.deb
Size: 81780
MD5sum: 2bad6eef4b401214a5dcc829fd04bc73
SHA1: dde95a285919a59d1915b5f3e2c75f0559ec0b1b
SHA256: 739f160fa8d4b6c8ad3dce9212d74b38a00afc7868021146ba3189c20b7312f9
SHA512: 80792d56d9eaaafdb304db0ca6a9e1cc1d9bb6f53773060b45c3a4afc893bebea93f066338b3161284cee5216ac448968f664a17b56aef1a54dc6dd2e78fad0f
Description: nginx web/proxy server (standard version)
 Nginx ("engine X") is a high-performance web and reverse proxy server
 created by Igor Sysoev. It can be used both as a standalone web server
 and as a proxy to reduce the load on back-end HTTP or mail servers.
 .
 This metapackage provides a version of nginx identical to that of nginx-full,
 but without any third-party modules, and only modules in the original
 nginx code base.
 .
 STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Browser, Empty
 GIF, FastCGI, Geo, Limit Connections, Limit Requests, Map, Memcached, Proxy,
 Referer, Rewrite, SCGI, Split Clients, UWSGI.
 .
 OPTIONAL HTTP MODULES: Addition, Auth Request, Charset, WebDAV, GeoIP, Gunzip,
 Gzip, Gzip Precompression, Headers, HTTP/2, Image Filter, Index, Log, Real IP,
 Slice, SSI, SSL, SSL Preread, Stub Status, Substitution, Thread  Pool,
 Upstream, User ID, XSLT.
 .
 OPTIONAL MAIL MODULES: Mail Core, Auth HTTP, Proxy, SSL, IMAP, POP3, SMTP.
 .
 OPTIONAL STREAM MODULES: Stream Core, GeoIP
Homepage: https://nginx.org

Package: nginx-dbgsym
Priority: optional
Section: debug
Installed-Size: 1213
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Replaces: nginx-dbg (<< 1.10.1-3~)
Depends: nginx (= 1.22.1-9+apertis0bv2024dev3b1)
Breaks: nginx-dbg (<< 1.10.1-3~)
Filename: pool/target/n/nginx/nginx-dbgsym_1.22.1-9+apertis0bv2024dev3b1_amd64.deb
Size: 1117700
MD5sum: 396cd0def8deaba10b1e135289f4ff20
SHA1: 9e34a00d64b3be7197fd95656282547475e35ea2
SHA256: 8e84bc33415ad6c2f15d53e6cbe47ac216b39abda4389c6f5c17a6cfc03ab0cc
SHA512: 422def5ed573542c680777511de2e7f4e3768177d9a4833b7bbf1f0fad5a167fa185ef7d15a937719e462093bfd0c2e7652bb07eb3bd58278cd61f6abf2b6eea
Description: debug symbols for nginx
Auto-Built-Package: debug-symbols
Build-Ids: 23096c9ea4da3eb3582c82f706dd32d8614bbe11

Package: nginx-dev
Priority: optional
Section: httpd
Installed-Size: 795
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: all
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Provides: dh-sequence-nginx
Depends: debhelper-compat (= 13), libexpat-dev, libgd-dev, libgeoip-dev, libpcre2-dev, libperl-dev, libssl-dev, libxslt1-dev, po-debconf, zlib1g-dev, nginx (<< 1.22.1-9+apertis0bv2024dev3b1.1~), nginx (>= 1.22.1-9+apertis0bv2024dev3b1)
Filename: pool/target/n/nginx/nginx-dev_1.22.1-9+apertis0bv2024dev3b1_all.deb
Size: 178248
MD5sum: 1a311d7048d963787e418381bd4abc3b
SHA1: 7763a080c2e41e155129041d4b8fa4a6aeb545ec
SHA256: 5dc8e814f3cf5a12c649d9122a6412aa707bcfd80a4c64154c3a14985eb95c9d
SHA512: 606081fe55e50f79860ab7e75445aa521e887f01c029857e6a2dad3d67c0c11cbdb97913eb5c174b39cc965f59b8cfb09947c3202267f6527798a89713c36c39
Description: nginx web/proxy server - development headers
 Nginx ("engine X") is a high-performance web and reverse proxy server
 created by Igor Sysoev. It can be used both as a standalone web server
 and as a proxy to reduce the load on back-end HTTP or mail servers.
 .
 This package provides development headers and necessary config scripts
 for the nginx web/proxy server, useful to develop and link third party
 additions to the Debian nginx web/proxy server packages.
Homepage: https://nginx.org
Multi-Arch: foreign

Package: nginx-doc
Priority: optional
Section: doc
Installed-Size: 127
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: all
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Filename: pool/target/n/nginx/nginx-doc_1.22.1-9+apertis0bv2024dev3b1_all.deb
Size: 89776
MD5sum: 7f4498c4d0fb48e94dcac3b3beee80e4
SHA1: 019fdb9b9f85f9c51511e10586c67771b579fc58
SHA256: a3fbf3fdfb956f1891f6f53b3bfd1f644ec627474118448886896d27b7d195cc
SHA512: 1bb4776b2e6b3728a0b7dd60058958bf57d2ffca58fa707ac679d5d9e9d1f39df35f5eeeb8fe0b603caa80eb9fe3e1443410c75c88eedda42dca9aede80731cd
Description: small, powerful, scalable web/proxy server - documentation
 Nginx ("engine X") is a high-performance web and reverse proxy server
 created by Igor Sysoev. It can be used both as a standalone web server
 and as a proxy to reduce the load on back-end HTTP or mail servers.
 .
 This package provides extra documentation to help unleash the power of Nginx.
Homepage: https://nginx.org
Multi-Arch: foreign

Package: nginx-extras
Priority: optional
Section: httpd
Installed-Size: 93
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Depends: nginx (= 1.22.1-9+apertis0bv2024dev3b1), libnginx-mod-http-geoip (= 1.22.1-9+apertis0bv2024dev3b1), libnginx-mod-http-image-filter (= 1.22.1-9+apertis0bv2024dev3b1), libnginx-mod-http-perl (= 1.22.1-9+apertis0bv2024dev3b1), libnginx-mod-http-xslt-filter (= 1.22.1-9+apertis0bv2024dev3b1), libnginx-mod-mail (= 1.22.1-9+apertis0bv2024dev3b1), libnginx-mod-stream (= 1.22.1-9+apertis0bv2024dev3b1), libnginx-mod-stream-geoip (= 1.22.1-9+apertis0bv2024dev3b1), libnginx-mod-http-auth-pam (>= 1:1.5.3-3~), libnginx-mod-http-cache-purge (>= 1:2.3-4~), libnginx-mod-http-dav-ext (>= 1:3.0.0-3~), libnginx-mod-http-echo (>= 1:0.63-4~), libnginx-mod-http-fancyindex (>= 1:0.5.2-3~), libnginx-mod-http-geoip2 (>= 1:3.4-3~), libnginx-mod-http-headers-more-filter (>= 1:0.34-3~), libnginx-mod-http-lua (>= 1:0.10.23-1~), libnginx-mod-http-subs-filter (>= 1:0.6.4-4~), libnginx-mod-http-uploadprogress (>= 1:0.9.2-3~), libnginx-mod-http-upstream-fair (>= 1:0.0~git20120408.a18b409-3~), libnginx-mod-nchan (>= 1:1.3.6+dfsg-2~), libnginx-mod-stream-geoip2 (>= 1:3.4-3~)
Filename: pool/target/n/nginx/nginx-extras_1.22.1-9+apertis0bv2024dev3b1_amd64.deb
Size: 82008
MD5sum: cccda086b256f7f76b493d3b4bce1e50
SHA1: 90273f64b0ad6f6f0f49c60059608cbebc5d3533
SHA256: 57733849eafdb7503caaf7e97bd94d8c2ef88f134f6af0f67ebb8c4ed3edcd82
SHA512: f63348e097436e7c74e761d5f9311354e7a33d106033a013ee78d59db02806af8cd53f87ac51e5edb242583eceaa7d95431fb69c1074078704f1990c5ded935c
Description: nginx web/proxy server (extended version)
 Nginx ("engine X") is a high-performance web and reverse proxy server
 created by Igor Sysoev. It can be used both as a standalone web server
 and as a proxy to reduce the load on back-end HTTP or mail servers.
 .
 This metapackage provides a version of nginx with the standard modules, plus
 extra features and modules such as the Perl module, which allows the
 addition of Perl in configuration files.
 .
 STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Browser, Empty
 GIF, FastCGI, Geo, Limit Connections, Limit Requests, Map, Memcached, Proxy,
 Referer, Rewrite, SCGI, Split Clients, UWSGI.
 .
 OPTIONAL HTTP MODULES: Addition, Auth Request, Charset, WebDAV, FLV, GeoIP,
 Gunzip, Gzip, Gzip Precompression, Headers, HTTP/2, Image Filter, Index, Log,
 MP4, Embedded Perl, Random Index, Real IP, Slice, Secure Link, SSI, SSL,
 SSL Preread, Stub Status, Substitution, Thread Pool, Upstream, User ID, XSLT.
 .
 OPTIONAL MAIL MODULES: Mail Core, Auth HTTP, Proxy, SSL, IMAP, POP3, SMTP.
 .
 OPTIONAL STREAM MODULES: Stream, GeoIP, GeoIP2
 .
 THIRD PARTY MODULES: Auth PAM, Cache Purge, DAV Ext, Echo, Fancy Index,
 GeoIP2, Headers More, Embedded Lua, HTTP Substitutions, Nchan, Upload Progress,
 Upstream Fair Queue.
Homepage: https://nginx.org

Package: nginx-full
Priority: optional
Section: httpd
Installed-Size: 93
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: all
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Depends: libnginx-mod-http-auth-pam (>= 1:1.5.3-3~), libnginx-mod-http-dav-ext (>= 1:3.0.0-3~), libnginx-mod-http-echo (>= 1:0.63-4~), libnginx-mod-http-geoip2 (>= 1:3.4-3~), libnginx-mod-http-subs-filter (>= 1:0.6.4-4~), libnginx-mod-http-upstream-fair (>= 1:0.0~git20120408.a18b409-3~), libnginx-mod-stream-geoip2 (>= 1:3.4-3~), nginx (>= 1.22.1-9+apertis0bv2024dev3b1), nginx (<< 1.22.1-9+apertis0bv2024dev3b1.1~)
Filename: pool/target/n/nginx/nginx-full_1.22.1-9+apertis0bv2024dev3b1_all.deb
Size: 81836
MD5sum: 0af69c2e6b6a0c86c2a28ee040b1e4e2
SHA1: a3dcd9d1ffb4e149eec5397fdd4ea6b87dec71a8
SHA256: a03117fbbc06d5e02a2c8de34aab436c47a6d8255073c9130510e3e1057d1b5d
SHA512: 0b0eaa649f7d5144d2d44b0637a95ba5c98dcc27da2e4ed1070e9f015199450f44d95842549cdf5b4c71f0b8b7cbb00ffcfdf9296ea58c750af665300f250129
Description: nginx web/proxy server (standard version with 3rd parties)
 Nginx ("engine X") is a high-performance web and reverse proxy server
 created by Igor Sysoev. It can be used both as a standalone web server
 and as a proxy to reduce the load on back-end HTTP or mail servers.
 .
 This metapackage provides a version of nginx with the complete set of
 standard modules included (but omitting some of those included in
 nginx-extras).
 .
 STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Browser, Empty
 GIF, FastCGI, Geo, Limit Connections, Limit Requests, Map, Memcached, Proxy,
 Referer, Rewrite, SCGI, Split Clients, UWSGI.
 .
 OPTIONAL HTTP MODULES: Addition, Auth Request, Charset, WebDAV, GeoIP, Gunzip,
 Gzip, Gzip Precompression, Headers, HTTP/2, Image Filter, Index, Log, Real IP,
 Slice, SSI, SSL, Stream, SSL Preread, Stub Status, Substitution, Thread  Pool,
 Upstream, User ID, XSLT.
 .
 OPTIONAL MAIL MODULES: Mail Core, Auth HTTP, Proxy, SSL, IMAP, POP3, SMTP.
 .
 OPTIONAL STREAM MODULES: Stream Core, GeoIP, GeoIP2
 .
 THIRD PARTY MODULES: Auth PAM, DAV Ext, Echo, GeoIP2, HTTP Substitutions
 Upstream Fair Queue.
Homepage: https://nginx.org

Package: nginx-light
Priority: optional
Section: httpd
Installed-Size: 93
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: all
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Depends: libnginx-mod-http-echo (>= 1:0.63-4~), nginx (>= 1.22.1-9+apertis0bv2024dev3b1), nginx (<< 1.22.1-9+apertis0bv2024dev3b1.1~)
Filename: pool/target/n/nginx/nginx-light_1.22.1-9+apertis0bv2024dev3b1_all.deb
Size: 81544
MD5sum: 7f48044802b1aed26e9236e85ba2f905
SHA1: dcb341b7cc4b072fdb9e09cf9e3259334d3d3c08
SHA256: 8ecec3d4d34fd8b9cbbea86b72abed5e3724b489e1c5ab319969ddc053813d42
SHA512: 45e5e1aa85b915a951e3f51966d82069b9abe20026f1b6bc20f71bbc9431ddc80cd7425606461ca5575e90bd1d2cc568c7a3990b4fbd322e86958c5c485643f2
Description: nginx web/proxy server (basic version)
 Nginx ("engine X") is a high-performance web and reverse proxy server
 created by Igor Sysoev. It can be used both as a standalone web server
 and as a proxy to reduce the load on back-end HTTP or mail servers.
 .
 This metapackage provides a very light version of nginx with only the
 minimal set of features and modules.
 .
 STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Empty GIF,
 FastCGI, Map, Proxy, Rewrite, SCGI, uWSGI.
 .
 OPTIONAL HTTP MODULES: Auth Request, Charset, Gzip, Gzip Precompression,
 Headers, HTTP/2, Index, Log, Real IP, Slice, SSI, SSL, Stub Status, Thread
 Pool, WebDAV, Upstream.
 .
 THIRD PARTY MODULES: Echo.
Homepage: https://nginx.org

Package: nlohmann-json3-dev
Priority: optional
Section: libdevel
Installed-Size: 1515
Maintainer: Hubert Chathi <uhoreg@debian.org>
Architecture: all
Source: nlohmann-json3
Version: 3.11.2-2+apertis0bv2024dev2b1
Conflicts: nlohmann-json-dev
Filename: pool/target/n/nlohmann-json3/nlohmann-json3-dev_3.11.2-2+apertis0bv2024dev2b1_all.deb
Size: 258528
MD5sum: 20a673ce2b24c69bcedae10c414767e7
SHA1: 5e16e4654444ad66e4e173cda55597b995451aed
SHA256: f615fc5f4112c06de6cc41fc3c3bc9157c4a06d2e859997304d390b92adcafd9
SHA512: a601c7cb350a3f429679668f8405a337dc6704c76b02a171a284ff19d414e605d43cdc4d2a50048a2b941b125fb130927c802c2b75a9973db44f0602f4892b83
Description: JSON for Modern C++
 JSON library with intuitive syntax, trivial integration and serious
 testing. Other aspects, as memory efficiency and speed were not so
 important. The library consists of a single source file json.hpp.
Homepage: https://nlohmann.github.io/json/
Multi-Arch: foreign

Package: notification-daemon
Priority: optional
Section: x11
Installed-Size: 384
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Version: 3.20.0-4+apertis1bv2024dev2b1
Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.34), libcairo2 (>= 1.10.0), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.19.12), libpango-1.0-0 (>= 1.14.0), libx11-6
Filename: pool/target/n/notification-daemon/notification-daemon_3.20.0-4+apertis1bv2024dev2b1_amd64.deb
Size: 55888
MD5sum: 095c6ca2a65c019256d41a8eed32bc59
SHA1: 98ae3e3cd87a9c7168820811768bf700d4bd9153
SHA256: c6f933446de66aea60e75fcf3c89a6ab3b49702f1c5415f307c1c97973d23b61
SHA512: d3f8b90555dbb41d1fb0372d8d5570bce13b739a964e9a4aa235befafa8206ec07664eae8acaa6ef2ff66c5eaf0937240441fa3107cd883dc945b4e856f27ea6
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: 167
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: notification-daemon
Version: 3.20.0-4+apertis1bv2024dev2b1
Depends: notification-daemon (= 3.20.0-4+apertis1bv2024dev2b1)
Filename: pool/target/n/notification-daemon/notification-daemon-dbgsym_3.20.0-4+apertis1bv2024dev2b1_amd64.deb
Size: 132532
MD5sum: fc5f80178bb3854afcc8342d61ced36a
SHA1: a2c058a2b40dd240ca71978edf8c5a3b138d79bc
SHA256: 7eb2cb973b54500794076b9549e215e78e300797a90b7aefb78e225538564510
SHA512: 2acaa7ace4cbdbed2d6b0abb06b8bba9fd2b93dcfd54a18adbebd60c6164fe7fa68ccd293df886f6a6c8511fa9c86f214cd60cb505abf2f92105509c11f7588a
Description: debug symbols for notification-daemon
Auto-Built-Package: debug-symbols
Build-Ids: 8e16edaba9504485180855b252d5aa57c498285b

Package: nscd
Priority: optional
Section: admin
Installed-Size: 276
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: amd64
Source: glibc
Version: 2.36-9+apertis3bv2024dev2b1
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+apertis3bv2024dev2b1_amd64.deb
Size: 133936
MD5sum: 159bc8cb3b7b2adfc223543a6fc2ab14
SHA1: 7f35fa7766f020eb849996612c6ab9d144194f08
SHA256: 795950766c030fd3dc4ac0c273bd7637b91bf4cf638846d8eb30b07112c4f80b
SHA512: d8de7f7a266e2c9af93fccedb92d6cc41748f7bdde55e918eae79731867bfc45422f3611808eef7cdfe1644291580d96cdb6760197abc383bfce116c497cdad1
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: 299
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: amd64
Source: glibc
Version: 2.36-9+apertis3bv2024dev2b1
Depends: nscd (= 2.36-9+apertis3bv2024dev2b1)
Filename: pool/target/g/glibc/nscd-dbgsym_2.36-9+apertis3bv2024dev2b1_amd64.deb
Size: 274236
MD5sum: 05ba3ea2b06e2a9a991a40825e948594
SHA1: f5070d922487a8a55fe907eb7fc19893e799de29
SHA256: c48f941cc573c7665fd890a0547ab4f3c492a72c52f8f76d3d19cd557e342d83
SHA512: 5eb883d104dc4dd0074fdf3cbd9b23511d4b4ac919c6f6f87946cbaa69381c87bc0deec907555222eb5c0af765bc90236deb0b103a82ea0fc34dc3234ff169ac
Description: debug symbols for nscd
Auto-Built-Package: debug-symbols
Build-Ids: 59b6051e7f197886d5ec5d51eb90308e0c94273e

Package: nss-plugin-pem
Priority: optional
Section: libs
Installed-Size: 196
Maintainer: Debian FreeIPA Team <pkg-freeipa-devel@lists.alioth.debian.org>
Architecture: amd64
Source: nss-pem
Version: 1.0.8+1-1+apertis1bv2024dev2b1
Replaces: libnsspem
Provides: libnsspem
Depends: libc6 (>= 2.14), libnspr4 (>= 2:4.12), libnss3 (>= 2:3.15)
Filename: pool/target/n/nss-pem/nss-plugin-pem_1.0.8+1-1+apertis1bv2024dev2b1_amd64.deb
Size: 54808
MD5sum: 397602ee00935e686c091665405cc2ca
SHA1: d3a1044e502fdbdf21072225c1e1e2421d94d6c3
SHA256: f7472b32155a072877367d9f239953cd80fe0128ff859a163f215abc409b7098
SHA512: a65336d07d1d10ffc7b41b1c6bd380cf7c4f83b5974a0a865323748ca90583babd54af80139c9bd5b756b998c6f618c7413af60b538393a955485fff53b2bf27
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: 301
Maintainer: Debian FreeIPA Team <pkg-freeipa-devel@lists.alioth.debian.org>
Architecture: amd64
Source: nss-pem
Version: 1.0.8+1-1+apertis1bv2024dev2b1
Depends: nss-plugin-pem (= 1.0.8+1-1+apertis1bv2024dev2b1)
Filename: pool/target/n/nss-pem/nss-plugin-pem-dbgsym_1.0.8+1-1+apertis1bv2024dev2b1_amd64.deb
Size: 258672
MD5sum: 814e28709860ace443084ed240602e91
SHA1: 916dfa7050ed00bd9363e08ba3ffe11a3183c746
SHA256: 02a61633e72c63f4e5181ee29600ca7ba000616dc5736aab4de6996ae7864c75
SHA512: 56d90443ff4158635144f67e127c28b7153904d85dfe899e9cc5994dd007328c35c3fdf1c3b0afe56a97c56261f720739fbfcc61a60fc42d0224a0d7d41e9cb6
Description: debug symbols for nss-plugin-pem
Auto-Built-Package: debug-symbols
Build-Ids: a1048cbcece90f3cfa0980bcee3849b7e8b8578f
Multi-Arch: same

Package: ntfs-3g
Priority: optional
Section: otherosfs
Installed-Size: 1470
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Version: 1:2022.10.3-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libgcrypt20 (>= 1.10.0), libgnutls30 (>= 3.7.2), libntfs-3g89 (= 1:2022.10.3-1+apertis0bv2024dev2b1)
Pre-Depends: fuse3
Filename: pool/target/n/ntfs-3g/ntfs-3g_2022.10.3-1+apertis0bv2024dev2b1_amd64.deb
Size: 405588
MD5sum: 2802c387d50f274e9afb242e6f5bd887
SHA1: 2fc2f3c99b2b83cb0e540fd5d9d2aaff47a9ac86
SHA256: bceaf31c1ef3821c311918d1b1eb434ba2389c0a17159a4c8564e39250608dc9
SHA512: f649c79fe8c2831433d5431e37c443e2a48ac95a96a358a33413a14717f7bf9c0b0c8d5620f612d23086c53e30969e3b4d31c0e373577f0e42ce18aa3ea401a0
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: 1565
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: ntfs-3g
Version: 1:2022.10.3-1+apertis0bv2024dev2b1
Depends: ntfs-3g (= 1:2022.10.3-1+apertis0bv2024dev2b1)
Filename: pool/target/n/ntfs-3g/ntfs-3g-dbgsym_2022.10.3-1+apertis0bv2024dev2b1_amd64.deb
Size: 1320588
MD5sum: 7a3330fa8a90ef9e12a3f89a42a916fe
SHA1: 325695b8f798b24c590ada511e95e2470f7b62cd
SHA256: 7ea05b0c1cfea2e69fe08b7c23592c2f7098052816f592579af45a3e2f7c0a27
SHA512: 823df022ad8c68cbbbbfe55d19199dd6d449e3db955e65562a18c06463630d85f6abfb04daee9c8f085312230b23985b02edb78db9e2dd99b1e0788533726316
Description: debug symbols for ntfs-3g
Auto-Built-Package: debug-symbols
Build-Ids: 00324ef29e2b390bdeb3ff6fb3d501ff003bff63 0bab4b415c4380c7a76125f27ef8ea623231d271 0f0b32a8dec4192c2e7e05dd5ad6855177104fb8 101a8be9a2ab06ddce4b2f5b8a81d5893ec9bd4c 15c2d0e1494615ab9234ddd19b76db510bcd67cf 47789856fd9f2457dca1698b86d3028db54eaa01 4e352d2ed999987ef7e156101d3524948bb811a1 5a15c8d0c74a1c848aaed0d291b4dcc35339edd7 5d7699f20307033f1f579ed1ed1544270f6391c5 5da673a25fbe59a9de3cba6e33de2e5c5ffc92d2 61ddf831d085057ce803a6bc93e9f27d94019f92 6b470b06ab9e1726e4bc25cdf664ba839ce5f449 7677de0e97587929ed2c0d5bf0e0bd6b40512f5f 78d9cbfed96f53bb067c849706c1873f0bb9b66e 7fb8b8bcb2f251c0cbaeaf03a20bead6785444d9 853051a1b673f722cafa5a0439ad914b819a8b20 8a6c22bc1be7dc61273bb4c170feca00c08336ad ace44d5cf2511861ba54c59fdcbf91bb8416a150 c6c2ff3b64cc6f1719b509999155ceefc8ba10c1 ceafdaec2e67c72a5d7f9efa82c3b9f8d13e4e9a dfda72d313352d2885b07b6932a32f6e7499a1f6 ee0cbbb26cfbcec0d340ff12f1e2302deb50aee3 f93e8ec770eea7d1a841f70f0e8439aaa7d849d2

Package: ntfs-3g-dev
Priority: optional
Section: libdevel
Installed-Size: 984
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: ntfs-3g
Version: 1:2022.10.3-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libntfs-3g89 (= 1:2022.10.3-1+apertis0bv2024dev2b1), ntfs-3g (= 1:2022.10.3-1+apertis0bv2024dev2b1)
Filename: pool/target/n/ntfs-3g/ntfs-3g-dev_2022.10.3-1+apertis0bv2024dev2b1_amd64.deb
Size: 244100
MD5sum: 36ea56e90eda8f58ff9d129072b73174
SHA1: 6b58b412b2c4a3c34361af00bb532fc1a3eeb128
SHA256: 240917d54c2aa94bc5182d27e1c7cf54f7fc27e7a6ef42759d5e8eaa690ce3d4
SHA512: c484b4d26ea87804166fc42794cd80ea12603c8c5bf9f17e199ac45b4516759be3a1a4bab1ac642b38ac7eb8fc2ca417634c4d2c2bda60cce9709d26d6afeedc
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: 108
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: ntfs-3g
Version: 1:2022.10.3-1+apertis0bv2024dev2b1
Depends: ntfs-3g-dev (= 1:2022.10.3-1+apertis0bv2024dev2b1)
Filename: pool/target/n/ntfs-3g/ntfs-3g-dev-dbgsym_2022.10.3-1+apertis0bv2024dev2b1_amd64.deb
Size: 73088
MD5sum: 3beb32e0426f66a9750e61921f471196
SHA1: 83034cebd123b6fdd7c7a11df955cb5808c8e1c0
SHA256: 8615dc708274c2343a2fbaf4deef1ea7b4439f53c5b3d8e69192601078b75626
SHA512: 7ed041ac083bca0704d428599400c55a5cceda2456609b3c5b6843840475e40df138efeaa25865bc5627ea998cf1adadf85712efc9289faf039840c358286207
Description: debug symbols for ntfs-3g-dev
Auto-Built-Package: debug-symbols
Build-Ids: 3e39c6bc91beed50927a8d40157e79487ce86a2c c7b71fd1be9a5d7b75faf58fe7ee43fd2c9c5a0f cb0998a9439dcd69bca48cc26fd690fed6ecb526

Package: ofono
Priority: optional
Section: admin
Installed-Size: 2354
Maintainer: Debian Telepathy maintainers <pkg-telepathy-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 714788
MD5sum: b8d2b5dcfde3a71e5067eb1f59cb5e70
SHA1: 58bc2cf015d01c003f69d9cf1be6d433cc2a9809
SHA256: 2c7eca24550a4c45140f468b040844fb2cac70584a038b586f124aa22eea1fcc
SHA512: 60e688362419854d0f950d1cd79e0613aae654b7451c804cced25b519c2c81aba54f5cb881f15c3b54da338079e91c177cac0e547df60abdbe79b191faccbbfd
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: 3020
Maintainer: Debian Telepathy maintainers <pkg-telepathy-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 2699856
MD5sum: cf8052f7c66fbc9c3a1788f46f3e8583
SHA1: 50f3188bf999015607f8962710d49cf60c2883d3
SHA256: 9db40b35561f6e7f6665d71dc050b9560a2d482eda48e633217f50d1e4f372df
SHA512: 5167b39af4499d3b8680a18cff165cf32c58c1a95fca9aa12c3a8ab28aa5705213c4772b53b2ba0429693a68a81742fc23b8bf737dafde1cd3949eb0d12b9f49
Description: debug symbols for ofono
Auto-Built-Package: debug-symbols
Build-Ids: 4a48767d34e030f3caa14df3f87cfd772194e423 e6292390d0a5d9abb434ed91c333d481672b09a7

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: 10588
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: onnxruntime
Version: 1.12.1+dfsg-0+apertis2bv2024dev2b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.0), libnsync-cpp1 (>= 1.20.1), libonnx1 (>= 1.12.0), libprotobuf-lite32 (>= 3.21.12), libprotobuf32 (>= 3.21.12), libre2-9 (>= 20160901), libstdc++6 (>= 12), libxnnpack0 (>= 0.0~git20220216.ae108ef)
Filename: pool/target/o/onnxruntime/onnxruntime-tools_1.12.1+dfsg-0+apertis2bv2024dev2b1_amd64.deb
Size: 2847632
MD5sum: 51dba2551e44c591fa670b8eee3a9b1f
SHA1: 85a2f8ac1c05c74dbe3df170f21910f35534ebd3
SHA256: 5871a7f871cdbcb239fffbeb9a8460a2abdaaf5453fe6850e33a4eb3d1088c92
SHA512: 150f72ff58cec3706f47ff4fb60a59d2d2b37191c1408f4d63c63731507c9babd7ed6776dc44f1ad305222eca9a37821339a38981f82c8aa7dce12680179a895
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: 139552
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: onnxruntime
Version: 1.12.1+dfsg-0+apertis2bv2024dev2b1
Depends: onnxruntime-tools (= 1.12.1+dfsg-0+apertis2bv2024dev2b1)
Filename: pool/target/o/onnxruntime/onnxruntime-tools-dbgsym_1.12.1+dfsg-0+apertis2bv2024dev2b1_amd64.deb
Size: 139163500
MD5sum: 23e7c7acfc9ec19a19a8ca27c382b876
SHA1: b4f7dd1d70147cebe5ca7d24af9451a989e4fb8d
SHA256: f77be96018180f13ca65f0a9c5b6cdd6415cc8c14fc8ce99fca77046ae5992ed
SHA512: 57ab0071f1fa3861234e3dece51cd43d985f056c0b89ecc6471637e0c8af606371b1fbe212dd5293ca15ad8e283736a7625bbc7fc292eec90f439f06662e820c
Description: debug symbols for onnxruntime-tools
Auto-Built-Package: debug-symbols
Build-Ids: aab315fb2de8ee13d2a73ed1d78bd16d84eb05aa

Package: openjpeg-doc
Priority: optional
Section: doc
Installed-Size: 81
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: all
Source: openjpeg2
Version: 2.5.0-2+apertis1bv2024dev3b2
Depends: doc-base
Filename: pool/target/o/openjpeg2/openjpeg-doc_2.5.0-2+apertis1bv2024dev3b2_all.deb
Size: 37152
MD5sum: b8f50def8ca53162b9de517755f31178
SHA1: 6d4fe07e8eeb1ad74095e6635473f5878e2c604a
SHA256: 2928a080d439cf597004dfc1d811f18e2d82f4a951026e30ea27c1ebb1f1de62
SHA512: 46805f6b67e54c94363f62a333d1d6755a9bec0f131e7292bedcbd29c516ec4881c6a187528678f5928143e0641b5e966d20570adb744f79f9415d5cec568cf1
Description: JPEG 2000 image compression/decompression library
 OpenJPEG is a library for handling the JPEG 2000 image compression format.
 JPEG 2000 is a wavelet-based image compression standard and permits progressive
 transmission by pixel and resolution accuracy for progressive downloads of an
 encoded image. It supports lossless and lossy compression, supports higher
 compression than JPEG 1991, and has resilience to errors in the image.
 .
 This package installs the documentation files.
Homepage: https://www.openjpeg.org

Package: openssh-client
Priority: standard
Section: net
Installed-Size: 5790
Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
Architecture: amd64
Source: openssh
Version: 1:9.2p1-2+apertis1bv2024dev3b1
Replaces: openssh-sk-helper, ssh, ssh-krb5
Provides: ssh-client
Depends: adduser, passwd, libc6 (>= 2.36), libedit2 (>= 2.11-20080614-0), libgssapi-krb5-2 (>= 1.17), libselinux1 (>= 3.1~), libssl3 (>= 3.0.9), zlib1g (>= 1:1.1.4)
Recommends: xauth
Suggests: keychain, libpam-ssh, monkeysphere, ssh-askpass
Conflicts: sftp
Breaks: openssh-sk-helper
Filename: pool/target/o/openssh/openssh-client_9.2p1-2+apertis1bv2024dev3b1_amd64.deb
Size: 988240
MD5sum: c110756a0078145851c45b7123ee7420
SHA1: 416c70e30e2ff0acc9e218332c81c9e2d8dc0b22
SHA256: 630725e220368c0404a0f09fbcc351f5fa6c84dbae2643512bdae8dba7fef2c3
SHA512: 7637c19cd534465d3ba96abfd092c03ef5b0dc397de285dd030efdc64b21b109d6feae4d16ac9bb041defa826e5f5132052161b175a42c453ac92dcf0c7c9894
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: 4187
Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
Architecture: amd64
Source: openssh
Version: 1:9.2p1-2+apertis1bv2024dev3b1
Depends: openssh-client (= 1:9.2p1-2+apertis1bv2024dev3b1)
Filename: pool/target/o/openssh/openssh-client-dbgsym_9.2p1-2+apertis1bv2024dev3b1_amd64.deb
Size: 3776888
MD5sum: 2e30446c665ed7147107c214ba33153f
SHA1: 359ec98b391c3817e32503428b1a1de226fa0430
SHA256: b3207b6dec830fff488874bbcb1be636d1f48be6f9bfd906ac740e5b0f2aa5a2
SHA512: 0635ab1a1b2ebaba100ca563d68ba457c6de9029368a2029bf306e4a7707479ed20fd676a29a0c7df38c187191bdc38b0e1188408fec533765c5c7bd2115cc13
Description: debug symbols for openssh-client
Auto-Built-Package: debug-symbols
Build-Ids: 0f7fb9bf07628722347451f0bc602419f9e4f942 1fc507387c791bd49ab8819fde7f7f005d87b3dc 4d7e4452cd2a6fd2b919c078b404c67cc223beeb 9608e1cb464d1eabe83d28ef44a81c215d90ee83 9c3f0d1374b61b595e125a552dd1e5e476e9787d ad1297eb172f162a7ff9e8735524e26c879011a4 b5d949fe2c7425443a953f9914bb7d47426b177b c131f81106c1072d87792007609749d07d04527b f56c66166bce00723d47c4e6cec041331aee801a f8a7b8d52ce5d8a79ccb6c9963ae77ad905826a1

Package: openssh-server
Priority: optional
Section: net
Installed-Size: 1917
Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
Architecture: amd64
Source: openssh
Version: 1:9.2p1-2+apertis1bv2024dev3b1
Replaces: openssh-client (<< 1:7.9p1-8), ssh, ssh-krb5
Provides: ssh-server
Depends: adduser, libpam-modules, libpam-runtime, lsb-base, openssh-client (= 1:9.2p1-2+apertis1bv2024dev3b1), openssh-sftp-server, procps, ucf, debconf (>= 0.5) | debconf-2.0, libaudit1 (>= 1:2.2.1), libc6 (>= 2.36), libcom-err2 (>= 1.43.9), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.13~alpha1+dfsg), libpam0g (>= 0.99.7.1), libselinux1 (>= 3.1~), libssl3 (>= 3.0.9), libsystemd0, zlib1g (>= 1:1.1.4)
Pre-Depends: init-system-helpers (>= 1.54~)
Recommends: default-logind | logind | libpam-systemd, ncurses-term, xauth
Suggests: molly-guard, monkeysphere, ssh-askpass, ufw
Conflicts: sftp, ssh-socks, ssh2
Filename: pool/target/o/openssh/openssh-server_9.2p1-2+apertis1bv2024dev3b1_amd64.deb
Size: 454812
MD5sum: 4fc9fa7b353ce6ed074d0d65d5ab8d7c
SHA1: 20616a4ab4dfd927d41bd574821a8b42cb3b216d
SHA256: 24738e9e8ee67f8b1b471dcb5e37f696874930aad105f9a4cc5da09798f5c533
SHA512: ca836db5bc79263b557d51391904e58c69ccc606ee803853baca1264eba7d1df936972d46ce5909982c787fb39e0906e04e0b02d8ea3b6a8465d0b327e8191b1
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: 1016
Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
Architecture: amd64
Source: openssh
Version: 1:9.2p1-2+apertis1bv2024dev3b1
Depends: openssh-server (= 1:9.2p1-2+apertis1bv2024dev3b1)
Filename: pool/target/o/openssh/openssh-server-dbgsym_9.2p1-2+apertis1bv2024dev3b1_amd64.deb
Size: 937816
MD5sum: 39a885a5af45eb96a487178211bb129c
SHA1: f5c5b2d8e1401b1e90627072b3f63e27f491574a
SHA256: 77a6c278b5084ebd5042f0fc16d44f3313a29d883cff8f60e91cdc13bbe4c691
SHA512: c6dcc6b4f0454b0d27a9b8165abc3d789505801f56fa8f72aa2bf214b68a431bf268a38be1db70162a1b3a8114d426737e747efa29e532044d9de14116ea289e
Description: debug symbols for openssh-server
Auto-Built-Package: debug-symbols
Build-Ids: 0e1a973f7fbe950caea1ce6054025dcee8e68282

Package: openssh-sftp-server
Priority: optional
Section: net
Installed-Size: 221
Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
Architecture: amd64
Source: openssh
Version: 1:9.2p1-2+apertis1bv2024dev3b1
Replaces: openssh-server (<< 1:6.5p1-5)
Depends: openssh-client (= 1:9.2p1-2+apertis1bv2024dev3b1), libc6 (>= 2.34)
Recommends: openssh-server | ssh-server
Breaks: openssh-server (<< 1:6.5p1-5)
Filename: pool/target/o/openssh/openssh-sftp-server_9.2p1-2+apertis1bv2024dev3b1_amd64.deb
Size: 65800
MD5sum: e33038363cd082277107e697b033d8f7
SHA1: 072cc7eef149fc7f24c9f99b9270e8c7e7340aeb
SHA256: 565dd074b8d684bada290d9fb6784be97604f1150980e5640633920425e287db
SHA512: b4f834a9d64e5ff167339c897c5c33a049121391b8b3b49d27d6630bffe36f7ea55b39708798e25817978dcf8ca51a15701e630983da826db043b82227d77c91
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: 191
Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
Architecture: amd64
Source: openssh
Version: 1:9.2p1-2+apertis1bv2024dev3b1
Depends: openssh-sftp-server (= 1:9.2p1-2+apertis1bv2024dev3b1)
Filename: pool/target/o/openssh/openssh-sftp-server-dbgsym_9.2p1-2+apertis1bv2024dev3b1_amd64.deb
Size: 165056
MD5sum: a85e7bdaca855fc6e50a548f32cd73c5
SHA1: 075d9623affe3694b7df4813fce9341f658f3eb4
SHA256: 2fd25bacf26c14ca51f03f81454d229e86986bdd523d0d14c0be78ccaa8b0a89
SHA512: 8c1198f98b049305709030edd8d44e023c4994e355c87807685bc751a9d762fdf1574079d29c37e36aaf2ddce99bc3c1450b0610d3e712470bde560494c578a3
Description: debug symbols for openssh-sftp-server
Auto-Built-Package: debug-symbols
Build-Ids: 8189d85d4280d0b0831a66fad1873f65882b0491

Package: openssh-tests
Priority: optional
Section: net
Installed-Size: 7700
Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
Architecture: amd64
Source: openssh
Version: 1:9.2p1-2+apertis1bv2024dev3b1
Depends: openssh-client (= 1:9.2p1-2+apertis1bv2024dev3b1), openssh-server (= 1:9.2p1-2+apertis1bv2024dev3b1), openssh-sftp-server (= 1:9.2p1-2+apertis1bv2024dev3b1), openssl, putty-tools (>= 0.67-2), python3-twisted, libc6 (>= 2.36), libmd0 (>= 0.0.0), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Filename: pool/target/o/openssh/openssh-tests_9.2p1-2+apertis1bv2024dev3b1_amd64.deb
Size: 1052208
MD5sum: 6b846023efb5666ad14f13fa3949a020
SHA1: f468f1b445666d2abe460cfdde71746e14967089
SHA256: 2f79557f79ef5d2f79e82962c420f2071814ea513fd00621f0868d3519338671
SHA512: 77989a8b890ba8703246cd1676dad2083d48893b81d1a0381b168232da0a76d0f5ca91f92c9c94e428289c817f9e6aae74e8d95d4ffea1bee67d51662176d322
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: 3397
Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
Architecture: amd64
Source: openssh
Version: 1:9.2p1-2+apertis1bv2024dev3b1
Depends: openssh-tests (= 1:9.2p1-2+apertis1bv2024dev3b1)
Filename: pool/target/o/openssh/openssh-tests-dbgsym_9.2p1-2+apertis1bv2024dev3b1_amd64.deb
Size: 2956344
MD5sum: 224aa31e0f28a8b654e59c997991bf88
SHA1: b1e71c55d0b05217b39266bde393382bbd2ae546
SHA256: 61e39ef82a18f951267fda82e1750aebb26a0009d796ac4007883e7635b56908
SHA512: 53b24389cb23ad049a9d20fda65e523098955d7ca7c693aca468326ab2ad779f10df8d931beffe36948ab4cf37cda50f025c7a41f5a0eee2eb2c1c0186a90592
Description: debug symbols for openssh-tests
Auto-Built-Package: debug-symbols
Build-Ids: 08a2c84510a1a2a979c7ee265f19ae3e335d0d22 0a54bde2309eaf031db83d177bb1db6bff469492 12d03a0f891271e4edc50bdffe89d602895eba2f 267ab0ded83d0f94988356af4c2aad61d3cfb76f 27b2d765b1fba355c74e938f22670ba4da274a14 2c99b8dd657a7ae1966ef07427a2411bd49825c9 348d268a2af4856577d36b33d4c67a0b2c09db33 3e652f11bd86ec73f5e44ef9188f56810da5fcd5 42438eac73db8e8ffaa7c859226b9381ab895c57 6b3d49fb8395b8a2889d2425a8d9ba87388e37a8 7d175c6c64585b004432026942b4cd3209db9a40 b0f9cc8340efbd3375239848711d67dacd3a81f0 b134772c7167c50e98b283d13428fe0b784d3793 b59ffb5dd23247699c6148cc75a8a5a50fe5d6a5 c128e8eabd894a2a97784b5976288c93dc3e3994 d3294723da5a314c8df44bdc98213ff1b2ba183a e59c4743bac95c30c3cc3b9d1909b6860672934c

Package: openssl
Priority: optional
Section: utils
Installed-Size: 2302
Maintainer: Debian OpenSSL Team <pkg-openssl-devel@alioth-lists.debian.net>
Architecture: amd64
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_amd64.deb
Size: 1424172
MD5sum: 1edfe244aa0e8a1e6960197ca71bac81
SHA1: 393b3b777edb21695a0dd9e10975a4db9bba75b3
SHA256: a141e6994550798c7112294ee40a6915eb44e0122056a6a2694aae66d7a1a1ad
SHA512: afca7a3c3e66f14b2d38e8a35f8c4d638967b34155b8401e1fe959e42d7710757ec6ab28a0c79826de66eb8c4b0161a8a1814f1c13186d4a686ea90f24704143
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: 790
Maintainer: Debian OpenSSL Team <pkg-openssl-devel@alioth-lists.debian.net>
Architecture: amd64
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_amd64.deb
Size: 689832
MD5sum: 4fc48fad3de2d6dd5c61ed1fbf97d767
SHA1: 23869083862801d111aa7af71c5fcafac0ac4b5c
SHA256: 8cd167ff6039509984320a75ac8301d3f3739d2103eb788d7ef5ba58798a4d01
SHA512: a5ab859d8e917266820a15c55e8752612b6856d35d6feb2adf0a200ce6a57725ba6dcc4da4d29a4b06b66cdb64bb761f17b928aea31a24c1a2e4112fcc55e7a3
Description: debug symbols for openssl
Auto-Built-Package: debug-symbols
Build-Ids: d6e497346d01e46acb9a7552569bea40e819b38d

Package: osinfo-db
Priority: optional
Section: libs
Installed-Size: 3721
Maintainer: Guido Günther <agx@sigxcpu.org>
Architecture: all
Version: 0.20221130-2+apertis0bv2024dev2b1
Filename: pool/target/o/osinfo-db/osinfo-db_0.20221130-2+apertis0bv2024dev2b1_all.deb
Size: 142516
MD5sum: b391b4c6421db5975bfb4b1102b7df59
SHA1: f018bda37e3bbb7c824eda1d88eea1f07dba320a
SHA256: 9dd72d74ba79b64ffc101645daf3d4219b3b344e384d30cfed9786aa22e2c890
SHA512: 337a13ed9985df99d864e3870c36caf4da10b05327b220be338052120f4bc260ea4e8a2e6b74156ad69d5204c901e48b90f4734c78203d736a6f852d926783be
Description: Operating system database files
 libosinfo is a GObject based library API for managing information about
 operating systems, hypervisors and the (virtual) hardware devices they
 can support. It provides APIs to match/identify optimal devices for deploying
 an operating system on a hypervisor.
 .
 This package contains the actual database files.
Homepage: https://libosinfo.org/
Multi-Arch: foreign

Package: ostree
Priority: optional
Section: admin
Installed-Size: 476
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Version: 2022.7-2+apertis2bv2024dev3b1
Depends: libarchive13 (>= 3.0.4), libc6 (>= 2.34), libfuse3-3 (>= 3.2.3), libglib2.0-0 (>= 2.67.3), libostree-1-1 (>= 2022.7)
Breaks: flatpak-builder (<< 1.2.1-2~)
Filename: pool/target/o/ostree/ostree_2022.7-2+apertis2bv2024dev3b1_amd64.deb
Size: 176336
MD5sum: 7d617ff8b08ff4dd22c778742cfdf28e
SHA1: 86664659e5a5ae3888b013804ed56b2e2addde28
SHA256: f0d2767ff577a8440f4f8d4aa3021c7d08edfd01be2e4cc17bc8cb18280ed615
SHA512: edcb88006e9182bed11bfae32cea5c8fe14ee6f358c78b64030739ccd8fb9916ffb0a202998bc572cbb11f76e397ab874705e685ec056293deb4394ad8c0bbf4
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: 125
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: ostree
Version: 2022.7-2+apertis2bv2024dev3b1
Replaces: ostree (<< 2022.7-2+apertis2bv2024dev3b1), ostree-grub2 (<< 2022.7-2+apertis2bv2024dev3b1)
Provides: ostree-grub2 (= 2022.7-2+apertis2bv2024dev3b1)
Depends: ostree (= 2022.7-2+apertis2bv2024dev3b1), libc6 (>= 2.34), libglib2.0-0 (>= 2.66.0), libostree-1-1 (>= 2016.4), libsystemd0
Recommends: dracut, grub-efi-amd64 | grub-pc | extlinux | syslinux | u-boot
Breaks: ostree (<< 2022.7-2+apertis2bv2024dev3b1), ostree-grub2 (<< 2022.7-2+apertis2bv2024dev3b1)
Filename: pool/target/o/ostree/ostree-boot_2022.7-2+apertis2bv2024dev3b1_amd64.deb
Size: 29720
MD5sum: 7ed87839434c73adef1fd78f2af8779d
SHA1: 86382b76ac9d27309f9a6aa224b8447e0cbec71b
SHA256: f5da246f680c09eaf1c74935143103082cb6ba06c35a0b935da171e90653dac8
SHA512: f86dcbd504a45f36062bb8fbb303c4dd9bd4b9d331f827656c2c47568b0fdea644f6c0ba863e9670c85041b1f697651d033e60edea3e7c034ce0f66b7c37a7d6
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: 51
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: ostree
Version: 2022.7-2+apertis2bv2024dev3b1
Depends: ostree-boot (= 2022.7-2+apertis2bv2024dev3b1)
Filename: pool/target/o/ostree/ostree-boot-dbgsym_2022.7-2+apertis2bv2024dev3b1_amd64.deb
Size: 20380
MD5sum: df7946c8c23065b1818ad6887fe85e66
SHA1: af56694c8ad23d54e9c52df6a983257a898843be
SHA256: 8f8dd3dccf6826559e3fa22eca4596b445ced476e2293518a8739d062b2697fe
SHA512: 86190c266f54502645d0069d9f6e4471c28e0e2e5ad4d982fd1279bf115572f56175b20b394b522aeaea25a28d0fc8e1e263d683510e2b415c15d31c5c4e0076
Description: debug symbols for ostree-boot
Auto-Built-Package: debug-symbols
Build-Ids: 3297343659e8a6ff448a6a85b709004c80828624 77a64a48414f613a6047450e5c542c250865b757 bc54c68347447f19d9b4004d4fa285e591e519a4

Package: ostree-dbgsym
Priority: optional
Section: debug
Installed-Size: 403
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: ostree
Version: 2022.7-2+apertis2bv2024dev3b1
Depends: ostree (= 2022.7-2+apertis2bv2024dev3b1)
Filename: pool/target/o/ostree/ostree-dbgsym_2022.7-2+apertis2bv2024dev3b1_amd64.deb
Size: 342064
MD5sum: 6a7b3de95635fdf013b220ff9b911a2c
SHA1: 464359d23d42a8ed9cb0933b800310b149c189a7
SHA256: 463b38de789fa60cd321aab580709735ff172d120f57d0374b90e8c0be47a643
SHA512: 946e54fb474e775c7d8aa47f0042c79da7bcad8102a28c2757bb6b6259fbb034eed62b3717c2ea932d06da3b56fee9fe51a10c397665dfb6a409b524b79c6a05
Description: debug symbols for ostree
Auto-Built-Package: debug-symbols
Build-Ids: c1d978a2f6985819c1dee092a442c7eb87cee741 fbb87069fb77de9912507f51b3857ddce90e99c6

Package: ostree-tests
Priority: optional
Section: admin
Installed-Size: 2648
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: ostree
Version: 2022.7-2+apertis2bv2024dev3b1
Depends: attr, bsdextrautils | bsdmainutils (<< 12), ca-certificates, cpio, fuse3, gir1.2-ostree-1.0, gjs, gnupg, ostree, python3, python3-yaml, libarchive13 (>= 3.0.4), libavahi-common3 (>= 0.6.16), libc6 (>= 2.34), libglib2.0-0 (>= 2.67.3), liblzma5 (>= 5.1.1alpha+20120614), libostree-1-1 (>= 2022.4), libsoup2.4-1 (>= 2.47.4), zlib1g (>= 1:1.1.4)
Filename: pool/target/o/ostree/ostree-tests_2022.7-2+apertis2bv2024dev3b1_amd64.deb
Size: 1316752
MD5sum: 3beb810ba16a97ec6af66c28a7834fb1
SHA1: 3e03ef0145274a2bbd2985ee49d4b3250ef5f17f
SHA256: c017d67464e4bd402a96fdabe22a94aa3c0bea059d216702bc1ef656b09a52d2
SHA512: 77a63c404a392c3a28218094a384c085daa2e653fafb6a9ef31edb539427a4f6a03a55b84a90319f2aa2d3e134747a78c2de86d99cb2b6c685f8059c9967b996
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: 934
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: ostree
Version: 2022.7-2+apertis2bv2024dev3b1
Depends: ostree-tests (= 2022.7-2+apertis2bv2024dev3b1)
Filename: pool/target/o/ostree/ostree-tests-dbgsym_2022.7-2+apertis2bv2024dev3b1_amd64.deb
Size: 672708
MD5sum: 1cc6556ba6538e234e1b6c58f023e25f
SHA1: 0867f1f40baa98a38bef41b2686614bfce4c4264
SHA256: 5315b1da02cd6abaaa6b0e349e6ff8bd0df1c7a20b8c2866eb72d7e8a0517a98
SHA512: 8ddf5829626d601f01c10bedfee34cf36b23eb8a7aa4075fe38692754efe9bf56acac1a904928cb3431600a69828bbe8135f31d85ac18cf8464df554545ca38d
Description: debug symbols for ostree-tests
Auto-Built-Package: debug-symbols
Build-Ids: 03448010b25670526fe335ad86a625fbd1901275 19565414bd27a6fee72544a6abc2e7133f91b9c5 2e77a21764932b5af3bcc71b6cefcfde73ea7ac8 319b1c62ba19c2b89d8351bdeb388e605a4542f1 3a2d4836fecf99730abba925c6975b94c8e487d1 3d810a006fc35ed5e3f66ab682976c0c1e3fe773 41eeabe4ef5273ce5cc7d3b08ab8dcd0d03c229d 4cb61c279cb5e0c77db324a6bd1942b7aea913f6 4d15aeae66435bbef242a1ac7f81546b7f46be14 5974e0ee89de562b394e6c95dbf9be116218387d 63f98821bf7d9182e8067f20c1a797572f96b610 6950f650d2883c280b2dfb0fdc26a87cd797bf84 6ac5b84d7133e86bffcd9883d71d4ef555baf9a5 7e5b8c95060bd3d2c8679a7f66413251d186c132 8998b5c19057a1a24a4b24df4b8a41ec4da16da7 93f1309f592cca9b8c277e04b1f7e8ee287405a9 a7bd2b3a269c3dcaf4df291fe512aed142812a18 b9b4540da6c87f6f70e387d6a929c990927f8773 c1b467569442928e014ef4f4cc197c67cab46b01 c6b9f45352ee66b50569a594f82ba01fe9df057a c962c960d20e2ef2ab7d6a003bfa8cdf2af3e596 cd113fded919003a95008ae94f3817e4a9a449be ec5e155b8c97ef0f97739f258d430da7d1feaa84 ec873d4c468298cac45ad9650a9880152aafd6a3 f94475a2b88a3b845b506b1e09f100b719c5035d

Package: p11-kit
Priority: optional
Section: misc
Installed-Size: 969
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: amd64
Version: 0.24.1-2+apertis0bv2024dev3b1
Depends: p11-kit-modules (>= 0.24.1-2+apertis0bv2024dev3b1), libc6 (>= 2.34), libp11-kit0 (>= 0.23.18.1), libtasn1-6 (>= 4.14)
Filename: pool/target/p/p11-kit/p11-kit_0.24.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 294148
MD5sum: 674d06e04d8546fd33b14d5c6cc5912e
SHA1: 4e0d32fd6da1863bc29869bcec1c1b9c868dfdfc
SHA256: bcab1881740d5fe498d57be9e20f9c73e2755341cd082dee1a78630e0f260ca6
SHA512: 142021f707298431b09c85410e4179bc19dc708aeade4a8600b060d7ab331fdc699667f3550ebf6ab37f40447e5fc497ee3fdebc9592e5986e7e5746365a9b96
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: 322
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: amd64
Source: p11-kit
Version: 0.24.1-2+apertis0bv2024dev3b1
Depends: p11-kit (= 0.24.1-2+apertis0bv2024dev3b1)
Filename: pool/target/p/p11-kit/p11-kit-dbgsym_0.24.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 259088
MD5sum: b370f8277ea36dc188148b9ce467253d
SHA1: 6921d00fcabc414b064178a4bfc05a820ebe0aca
SHA256: e3d7da7fc486538e4bad2e8907f9d526451501540696d7ac57ff2594ff3ae8ed
SHA512: b9981fe48c57499e833a621f679da47356cf869770fbbde32ba36ced5ebcfb910ab06f93749782ae17ad03b2422847a7207c99d6928e6d168cb757fc7fb8079c
Description: debug symbols for p11-kit
Auto-Built-Package: debug-symbols
Build-Ids: 389a49ccd96596c741e1cf9f272caa213bd14204 9678707795d16e228bab6aa6877de5721acbf2ac a3e0fa8823ae134bcc12a134ecc4f7548ebc4a26 cc803f1cfd87fac0bd3b418ae6c5a1137cfae3b2

Package: p11-kit-doc
Priority: optional
Section: doc
Installed-Size: 617
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: all
Source: p11-kit
Version: 0.24.1-2+apertis0bv2024dev3b1
Replaces: libp11-kit-dev (<= 0.24.0-4~)
Breaks: libp11-kit-dev (<= 0.24.0-4~)
Filename: pool/target/p/p11-kit/p11-kit-doc_0.24.1-2+apertis0bv2024dev3b1_all.deb
Size: 206432
MD5sum: 7a349ef4ab4030922390436fe0f5aeed
SHA1: 3ab128707d2a702bbf9bc16b217a409803c8292f
SHA256: d4cf5183057a16baa91b556e71aa4abae0f7454ecfe85e5db7feebaec48b9ceb
SHA512: 7fbe734d1cc5263a343cedbe59665091e0c2453d8293ec6b65e60e185e13b533d6e49a9b6b516b219404d47ed9a19114d17bd2884ed913e585d5e133e6457244
Description: library for loading and coordinating access to PKCS#11 modules - documentation
 The p11-kit library provides a way to load and enumerate Public-Key
 Cryptography Standard #11 modules, along with a standard configuration
 setup for installing PKCS#11 modules so that they're discoverable. It
 also solves problems with coordinating the use of PKCS#11 by different
 components or libraries living in the same process.
 .
 This package contains the documentation for p11-kit.
Homepage: https://p11-glue.github.io/p11-glue/p11-kit.html
Multi-Arch: foreign

Package: p11-kit-modules
Priority: optional
Section: misc
Installed-Size: 1422
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: amd64
Source: p11-kit
Version: 0.24.1-2+apertis0bv2024dev3b1
Depends: libp11-kit0 (= 0.24.1-2+apertis0bv2024dev3b1), libc6 (>= 2.34), libffi8 (>= 3.4), libtasn1-6 (>= 4.14)
Filename: pool/target/p/p11-kit/p11-kit-modules_0.24.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 233364
MD5sum: 84462b8bfd3cfc53126d3f3d66f31bc5
SHA1: 44fa13d3154b51db5c997c14126bec77efd32a29
SHA256: 7bdaada865e43da7123f8ffa259d8432bee8bfe6cab5864f17dafc9eda63612c
SHA512: 43493741ead39da2627ec91f7408515446889c4a3f78f3a029d639d78b10981b5ba67cc6b5b5403d2aeef93e5dd54b3155654d5e12ac707ff7544fa72879f5fe
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: 1974
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: amd64
Source: p11-kit
Version: 0.24.1-2+apertis0bv2024dev3b1
Depends: p11-kit-modules (= 0.24.1-2+apertis0bv2024dev3b1)
Filename: pool/target/p/p11-kit/p11-kit-modules-dbgsym_0.24.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 1396480
MD5sum: 181bb9eb4a13f6ea88f8de3ebae6f3e7
SHA1: 899e88846175a3639c038ef5c2c9b8901c54b63a
SHA256: 8181565c1686cb6d09fb02cc518135a11a713b9c80b9ccf4d4c6f1b0d52233ba
SHA512: 57a8c4678d3c22fe2a1bdb4f35f2d75def1b122d43c95aa35743155be50351cc393a6587529f48823ec7c48311a27a5d90ca6b9ab17f3d780f37c8c696ca2816
Description: debug symbols for p11-kit-modules
Auto-Built-Package: debug-symbols
Build-Ids: ed3826c3a9fbb073dec080e4e0fa7463162d5bb4 ef1faa09131024ad87e975ca5b39c1d4036eadfe
Multi-Arch: same

Package: pango1.0-tests
Priority: optional
Section: libs
Installed-Size: 4279
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: pango1.0
Version: 1.50.12+ds-1+apertis1bv2024dev3b1
Depends: fonts-cantarell, fonts-noto-color-emoji, fonts-noto-core, libc6 (>= 2.34), libcairo2 (>= 1.12.10), libfontconfig1 (>= 2.13.0), libglib2.0-0 (>= 2.62.0), libharfbuzz0b (>= 2.6.0), libpango-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), libpangocairo-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), libpangoft2-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1)
Filename: pool/target/p/pango1.0/pango1.0-tests_1.50.12+ds-1+apertis1bv2024dev3b1_amd64.deb
Size: 967456
MD5sum: bfd9c23ece6c5f21be15b7d984816e62
SHA1: 096e2ad09c7b42c3a339e2a4d8578bc0663c06da
SHA256: 5a76dfcbe28e9c43c1b38b2da86059ae13048f99b9b480b081da7800fba50bd8
SHA512: 1704d5a6518c47e3521c09f209d50d2c9da535c128f1a6d1c3c249b537fcee6384c7655d10e78093d8251a9dbe583fbbc602bf4fc01d84da6c1ddc062134faf0
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: 468
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: pango1.0
Version: 1.50.12+ds-1+apertis1bv2024dev3b1
Depends: pango1.0-tests (= 1.50.12+ds-1+apertis1bv2024dev3b1)
Filename: pool/target/p/pango1.0/pango1.0-tests-dbgsym_1.50.12+ds-1+apertis1bv2024dev3b1_amd64.deb
Size: 233328
MD5sum: 4490efcfb9c9c312af5e2875d9d583bf
SHA1: 410387690814f5ab16287589685d1110644da653
SHA256: 29e1e924642960abb94b655efe2390fcf4ea785a971849cfc263494802859252
SHA512: 94442af7c5e25d06423705db75b6ce4bef7097d79384723f7c37b6435bcc51fe9938f62f0aa3256034c56c9ac904775d472c76833404fc19b6371fbc82433907
Description: debug symbols for pango1.0-tests
Auto-Built-Package: debug-symbols
Build-Ids: 03351c00df0b3e935889ebddf6475b47c350ed1f 0563ac0bb488ddd19a8d97c3e2ca4a31d2ac7683 1d1b76eebd24ac8d757da88226cc6177f92e72c6 1f7219cebaa0964dc891b107c2ae81ffbe2eff05 2496a269c1984e9d792d88eed3a9557aef2729ee 2615c1a272ea845e4241b9e18ff6452e80c2d5db 38d2164d71063bed35d04d701259ba3da3613189 470dfe8421caa39d7a18c1b87061c450e013144d 5168c9b56c196be822548d2eceb083719cd9cda1 5909eb1d213e708740c59d606520af8386d68c11 61ddc4970c086373f616a3a162fb125c76c18729 6531416e38b6f580be14b28c3eb06ae9d5d79b1c 71980c5f27926985282e91392f1888515ea3d454 738e2e2094f943c3b3b70217de3c4889f732920a 762dc955c075946a9360af50379b7d76a903e424 8bfa8a9e5cfb260a1ac8d0fe96be5ce84ebd8b01 92369ccf12f14bc461aaa4e5f82f4ca9f3caa835 9e6b1a27c4902d62478d516e24df70e5e1b6ed75 ab4c822cac1530580d75adfb3f5497787c312370 b5d07466cb887a9d1b4bedde5d7b28bba6d04469 be843b23c0f61bc144f68b9f890d5b81b9e9381d c63586a73dff96b7205aa1a81716673c6c5a53de cceb9118051490c0fdf076fed86afca96fdcb425 cdcd70f13b5b3b3196cc29f1fde75e7ac123e1b3 cff2b1b54e2ef074968079b215bb3ed02d0bb8c4 d472df12d3bf37a8eacbc5281719258f6b49a420 f5eda388e3d356529a451cb79ed2fcb4e801dd13

Package: pango1.0-tools
Priority: optional
Section: libs
Installed-Size: 148
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: pango1.0
Version: 1.50.12+ds-1+apertis1bv2024dev3b1
Replaces: libpango1.0-dev (<< 1.42.4-4)
Depends: libc6 (>= 2.34), libcairo2 (>= 1.12.10), libfontconfig1 (>= 2.13.0), libglib2.0-0 (>= 2.62.0), libharfbuzz0b (>= 5.1.0), libpango-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), libpangocairo-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), libpangoft2-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), libpangoxft-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), libx11-6, libxft2 (>> 2.1.1)
Suggests: graphicsmagick
Breaks: libpango1.0-dev (<< 1.42.4-4)
Filename: pool/target/p/pango1.0/pango1.0-tools_1.50.12+ds-1+apertis1bv2024dev3b1_amd64.deb
Size: 43740
MD5sum: a20d8f4f2ded2290defe9506b92aa9bd
SHA1: 62c7da848003b29e45addcbf3e79f541a40d039d
SHA256: 0ae33da3e6b852be90f5a52ba2004a5394bfd8361e76ae0b1aa8e08707b111bd
SHA512: c2ebc72962398dab7745e50effcda8b46f9d6e8bbf92a1ac190de7b65ce5fe3b6ee16c84872521ab0c6d95f7ef11b53b90860922e8a1cc4397a3463fda8fb475
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: 119
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: pango1.0
Version: 1.50.12+ds-1+apertis1bv2024dev3b1
Depends: pango1.0-tools (= 1.50.12+ds-1+apertis1bv2024dev3b1)
Filename: pool/target/p/pango1.0/pango1.0-tools-dbgsym_1.50.12+ds-1+apertis1bv2024dev3b1_amd64.deb
Size: 76304
MD5sum: f9c6b62ec7eb754497845a77808ae22c
SHA1: b87de1361b8f2997b0f15c9445f56b23f656c7c8
SHA256: b5cc5372d49d900468b8352c3ff0e9ae60b052f4b0bbe03b386e95dcaddda444
SHA512: 8c6d461f9f23b46205db824dac28c5217867cd6d40810a41715931a8f8cf7576ec7751e1da5a792f632cc202cb60b34407cb9e1c9a8dfcf537c72e522e7016eb
Description: debug symbols for pango1.0-tools
Auto-Built-Package: debug-symbols
Build-Ids: 635d85c129538b9a11337eab2ed0996212eb4d08 8b23db7e879d32ba7a025e43bec9f1feeb277dc6 9cb490ff5f318eb600a41b0dd9090f071280d082

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: 10275
Maintainer: Bill Allombert <ballombe@debian.org>
Architecture: amd64
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_amd64.deb
Size: 3836692
MD5sum: e00e3db2b5de2c80eb7c3783e8f79005
SHA1: e20fc70d653a3eb5bff6d9771d9093fbbe226b31
SHA256: 513b49dfe170b6f85f436cc039ff7d9e5928f0b8da1a88e03f489db665845d56
SHA512: 39f2aceaebd5720a0b27cbdb533568ef346898c01ab8f59cf709616bd88df1bf6ae65f0a810967c701e95dccff0f28c85caf58b204dd3ef41664e1780e6e8799
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: 17963
Maintainer: Bill Allombert <ballombe@debian.org>
Architecture: amd64
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_amd64.deb
Size: 17922736
MD5sum: 4cd4866ec902c3de0a9d7e96fbd9b6bb
SHA1: 38490cb99680c7213ea0fcb7ba8e7f91d2b8cddc
SHA256: 19e5211fe2201f1aa3f34743b3a9fbea810719f7e7b30080669247183b46b8e5
SHA512: c02332413f8bfacb6e651b8daf818efe8351f868c45df4cd12d6462cb1719ac0d7ab4a5d4336a4b94122994a436bb95a938e651fd50becce0ab5ac8497029215
Description: debug symbols for pari-gp
Auto-Built-Package: debug-symbols
Build-Ids: 57e334fa277e1d847e914a041d321d196efed13b

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: 2868
Maintainer: Shadow package maintainers <pkg-shadow-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 976528
MD5sum: aa150dfc01f996821f8c33a7d44d99c9
SHA1: d71febd7c6c0065516c7122b7b4377144ec28675
SHA256: 682b4b51157b2dc7d7db58390d387994470a70d23b9573bd65f266a30a246947
SHA512: 1a22c08a15388c30822d5d3c6411985ffb12c7bd48abc9166259653142b42f3dad2cf90299894bf1466b2997efeeae4ea78753c382ab40689b33d1ca970d3289
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: 1904
Maintainer: Shadow package maintainers <pkg-shadow-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 1491616
MD5sum: 4a615982570ddffca9e838f16da2f40e
SHA1: e9627dedb04bcc20c5221e4b41b3983f650001bf
SHA256: d30a93c16af92659ecb31dd7ed17e3526825aa7fd0f5deb7860fb4e577978d74
SHA512: 2f26a683c8cde8e58dea63fa2822986f703829fb807561c03aa6c9ce91f72d6838cf7bc987f4d748901672adf08cc77cbcd3f333ed2153829cc1e7b819e72398
Description: debug symbols for passwd
Auto-Built-Package: debug-symbols
Build-Ids: 00a18260d70bd27c026284497305abf09307b4fc 015b7c4a8da04c5e88dbb349abee288de1d26cf4 04e9ccca428459019dbea33c2f35f91a01d4cd19 0da75b9fe3f3de68e4271525940855fa6c06f404 128f4f3983e5d7d291452cd5e3209a40989b5e8d 34dd7bc38c9b7d39238ef40f1da0a6da3dec2f59 3f0551884a4317986c16281f97f6ecd8f0cb3398 3ffcc1a968c82ba7f85d019b4171cf27c735d99d 4646f305267771582184fd6dcc9975706bc9c2a8 4815d56227c24197b9797dfb497acda28f6f6d20 51f0ff84d98b8fa147d32eb99caf4305d74ba9b1 70c06437d4cd592f34251deeb13801a13ed520a0 8d4aa9f906b8f1d62e4c02179b51f9ff5d0ad9aa 9113d95822b28b43bd7a30d8ae555e84a0a0ce40 98ab3f6121221bb543d555a7fd10ab6317b6ee7d a285cb4bf504959cb9c5a895208a3a1949857b80 a327419d0ece930eff942b601851c6330d0c9333 b4c3ffa57a91876267e0280b1d79f96b3527ebad c07154ea3ba7b0836d886239680238b238d5c016 cd19e078de6e3ec8555ce69a17ee49660703401d d3dbe3d9d49a4f4d6419c65f2aef7e632dfef072 d6e0591e31c36f10ef42abd241f0f431bd47ff8d e7bdf8d074b74fbf18f6634d1123c0e07a14d7e2 f2c198f4b98b23659068af85d434d5f36f11fe0a

Package: pciutils
Priority: standard
Section: admin
Installed-Size: 211
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: amd64
Version: 1:3.9.0-4+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libkmod2 (>= 5~), libpci3 (= 1:3.9.0-4+apertis0bv2024dev2b1)
Suggests: bzip2, wget | curl | lynx
Filename: pool/target/p/pciutils/pciutils_3.9.0-4+apertis0bv2024dev2b1_amd64.deb
Size: 104716
MD5sum: 92ce64415ada0ee71ef45edcad543d58
SHA1: a6122fd8060f470b8e91cb676a93df0e9e01ca5d
SHA256: 5f9f71b5ff7d948691fb3917f220a58e2ad4aca3ae74bc8a31d4533e75c04d64
SHA512: e163913ccbcfe04df3ebfc13ba6fe7a6a06d0813ba8f2d9da854d2e972bfba43348c87b37df8a682c77bb02128ad5f0a8b90daa49a7e9b69c7aa96ebbba18e76
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: 161
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: amd64
Source: pciutils
Version: 1:3.9.0-4+apertis0bv2024dev2b1
Depends: pciutils (= 1:3.9.0-4+apertis0bv2024dev2b1)
Filename: pool/target/p/pciutils/pciutils-dbgsym_3.9.0-4+apertis0bv2024dev2b1_amd64.deb
Size: 136184
MD5sum: 0177937716c25bdd438531e4114a1375
SHA1: 91979a639890097ff932e52c395d2f1b996e2ad0
SHA256: e8e01b6c5ec85833e5cd323d8be79a68cf82a18be523db02353ca545fed04abf
SHA512: 1fbd132712b525074ed4f94d4cafaffea5d30a2adc8903fb3e2e18786a211b4b593029e5e7edef4b4fe9acb783d17f70e7a421cfef42ff9af3aae69c42dec95f
Description: debug symbols for pciutils
Auto-Built-Package: debug-symbols
Build-Ids: 1e1c53d2d5e3d0fbad4891b8321d80c68a7fe13c 921cf20cd26308fb6870e0e68973766f57367efa

Package: pcre2-utils
Priority: optional
Section: utils
Installed-Size: 330
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: amd64
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_amd64.deb
Size: 175664
MD5sum: 3c978d80f9ed80cdd7baa266209e1f54
SHA1: a8ffadd2a1f965d1b181e114b24ea5af9f963ba3
SHA256: b0493fbb2762eff22a0f39119e7ec6276e1fb40ecbee0c23ce93bff9ba8ca5cc
SHA512: c734130492654b67643eee4efad3820735e38f7f40332db04df213bd11b53cb5fa8e38a384c45c2d16d84b8b92dc51f20b30ce19b1590ad6233976b24537c41f
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: 231
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: amd64
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_amd64.deb
Size: 195952
MD5sum: 88b2fa3066e989b88e55f45515ac33ab
SHA1: 1be9ab08374de981ca63cfa98f35ea365799f2de
SHA256: a960fd078a6aee971acfa2ecd7d7443870585a52b0aac6de49cc983016b2df6e
SHA512: 419df4514339a5cf087b5c203535bb2e7613b9cc857bc954a9863e5217b60ab6f80d8d4214ac7632f4ef32bb3cfacc4328d24a998daa143a0ddd07909806b285
Description: debug symbols for pcre2-utils
Auto-Built-Package: debug-symbols
Build-Ids: 2652924b462fb984fe75a2609178f087fa625534 e02ad9e2a7a45b6abb22ff0d4b9ec01558717f11

Package: pcregrep
Priority: optional
Section: utils
Installed-Size: 70
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: amd64
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_amd64.deb
Size: 27568
MD5sum: 8d4b26120a5aaadafb029c6464cd0602
SHA1: 136a0ac2c820ca218643de34d159f007beac9b9e
SHA256: 4edb75fe6fb69e7f96178d364a239ccbde45233f2687d05f87726337a80ca236
SHA512: 640f48d999735bf9d29aa42862bd3e094e79048686d9afaf35fa9bd34140d8b899a043e479d01d190c72739f872cfbf7f93d90ac32e2aa137147a9a4c0ea7ff1
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: 198
Maintainer: Ludovic Rousseau <rousseau@debian.org>
Architecture: amd64
Source: pcsc-lite
Version: 1.9.9-2+apertis0bv2024dev3b2
Depends: libccid | pcsc-ifd-handler, libc6 (>= 2.34), libsystemd0, libudev1 (>= 183), libpcsclite1 (= 1.9.9-2+apertis0bv2024dev3b2)
Pre-Depends: init-system-helpers (>= 1.54~)
Suggests: systemd
Filename: pool/target/p/pcsc-lite/pcscd_1.9.9-2+apertis0bv2024dev3b2_amd64.deb
Size: 92432
MD5sum: 74a6638a3aa21acd0dde0fa1f193203b
SHA1: 25f1dc32ad9379c4ec252251f7f8cdc024a5e583
SHA256: 5db5def2f0d40b77c25623fbe40927d19b2f39edb3c8eaf4424620ad187ed1f7
SHA512: 39ca991fcaa699bf23f930fb097debb9f039d394039e487c4fac6f481503d62c5259dd611ad5bde34ec733c302d83d95898eaa20252148f9a4e3739e6599064b
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: 148
Maintainer: Ludovic Rousseau <rousseau@debian.org>
Architecture: amd64
Source: pcsc-lite
Version: 1.9.9-2+apertis0bv2024dev3b2
Depends: pcscd (= 1.9.9-2+apertis0bv2024dev3b2)
Filename: pool/target/p/pcsc-lite/pcscd-dbgsym_1.9.9-2+apertis0bv2024dev3b2_amd64.deb
Size: 122008
MD5sum: 9ee029a4074e8d0da13b4d74efdb4b2b
SHA1: 04a88273dd1a7053faf49cc40c82abdbb8bf2bde
SHA256: 8967d2950ff99e2a691ffad5ab03158baa7074f56de6ac549ec6fe27ef938488
SHA512: 30b60036f527c55dbfa57b0258152fa2e16d00dab80c777539f3e007f4a291fe71b671b7b880e86454634b74053960c4683de81f0b85b4160901a690fcce3a39
Description: debug symbols for pcscd
Auto-Built-Package: debug-symbols
Build-Ids: a91eacc42805dcc8c469a6f7f58a7ad61e057119

Package: perl
Priority: standard
Section: perl
Installed-Size: 682
Maintainer: Niko Tyni <ntyni@debian.org>
Architecture: amd64
Version: 5.36.0-7+apertis0bv2024dev3b1
Replaces: perl-base (<< 5.36.0-2), perl-modules (<< 5.22.0~)
Provides: libansicolor-perl (= 5.01), libarchive-tar-perl (= 2.40), libattribute-handlers-perl (= 1.02), libautodie-perl (= 2.34), libcompress-raw-bzip2-perl (= 2.103), libcompress-raw-zlib-perl (= 2.105), libcompress-zlib-perl (= 2.106), libcpan-meta-perl (= 2.150010), libcpan-meta-requirements-perl (= 2.140), libcpan-meta-yaml-perl (= 0.018), libdigest-md5-perl (= 2.58), libdigest-perl (= 1.20), libdigest-sha-perl (= 6.02), libencode-perl (= 3.17), libexperimental-perl (= 0.028), libextutils-cbuilder-perl (= 0.280236), libextutils-command-perl (= 7.64), libextutils-install-perl (= 2.20), libextutils-parsexs-perl (= 3.450000), libfile-spec-perl (= 3.8400), libhttp-tiny-perl (= 0.080), libi18n-langtags-perl (= 0.45), libio-compress-base-perl (= 2.106), libio-compress-bzip2-perl (= 2.106), libio-compress-perl (= 2.106), libio-compress-zlib-perl (= 2.106), libio-zlib-perl (= 1.11), libjson-pp-perl (= 4.07000), liblocale-maketext-perl (= 1.31), liblocale-maketext-simple-perl (= 0.21.01), libmath-bigint-perl (= 1.999830), libmath-complex-perl (= 1.5902), libmime-base64-perl (= 3.16), libmodule-corelist-perl (= 5.20220520), libmodule-load-conditional-perl (= 0.74), libmodule-load-perl (= 0.36), libmodule-metadata-perl (= 1.000037), libnet-perl (= 1:3.14), libnet-ping-perl (= 2.74), libparams-check-perl (= 0.38), libparent-perl (= 0.238), libparse-cpan-meta-perl (= 2.150010), libperl-ostype-perl (= 1.010), libpod-escapes-perl (= 1.07), libpod-simple-perl (= 3.43), libstorable-perl (= 3.26), libsys-syslog-perl (= 0.36), libtest-harness-perl (= 3.44), libtest-simple-perl (= 1.302190), libtest-tester-perl (= 1.302190), libtest-use-ok-perl (= 1.302190), libtext-balanced-perl (= 2.04), libthread-queue-perl (= 3.14), libthreads-perl (= 2.27), libthreads-shared-perl (= 1.64), libtime-hires-perl (= 1.9770), libtime-local-perl (= 1.3000), libtime-piece-perl (= 1.3401), libunicode-collate-perl (= 1.31), libversion-perl (= 1:0.9929), libversion-requirements-perl, podlators-perl (= 4.14)
Depends: perl-base (= 5.36.0-7+apertis0bv2024dev3b1), perl-modules-5.36 (>= 5.36.0-7+apertis0bv2024dev3b1), libperl5.36 (= 5.36.0-7+apertis0bv2024dev3b1)
Pre-Depends: dpkg (>= 1.17.17)
Recommends: netbase
Suggests: perl-doc, libterm-readline-gnu-perl | libterm-readline-perl-perl, make, libtap-harness-archive-perl
Conflicts: libjson-pp-perl (<< 2.27200-2)
Breaks: apt-show-versions (<< 0.22.10), libdist-inkt-perl (<< 0.024-5), libmarc-charset-perl (<< 1.35-3), libperl-dev (<< 5.24.0~), perl-doc (<< 5.36.0-1), perl-modules-5.22, perl-modules-5.24, perl-modules-5.26 (<< 5.26.2-5)
Filename: pool/target/p/perl/perl_5.36.0-7+apertis0bv2024dev3b1_amd64.deb
Size: 251264
MD5sum: a5c1cc7e67bf80a80f4c724324b76112
SHA1: a0fcfe09a15214760d11879a61a1a824533ce8cb
SHA256: f86f50a24da4a416c1ff67334a3765e43b497a5993bb46a3f70723533d693f32
SHA512: 53384848c73008817087d254f4db898b03902b36575702cfd897af1e134d2338cd5999f5b6ba60105fb7eb0eeb763cd95a399c8cf5432d3e5613deb919eb0bfe
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: 7657
Maintainer: Niko Tyni <ntyni@debian.org>
Architecture: amd64
Source: perl
Version: 5.36.0-7+apertis0bv2024dev3b1
Replaces: libfile-path-perl (<< 2.18), libfile-temp-perl (<< 0.2311), libio-socket-ip-perl (<< 0.41), libscalar-list-utils-perl (<< 1:1.62), libsocket-perl (<< 2.033), libxsloader-perl (<< 0.31), perl (<< 5.10.1-12), perl-modules (<< 5.20.1-3)
Provides: libfile-path-perl (= 2.18), libfile-temp-perl (= 0.2311), libio-socket-ip-perl (= 0.41), libscalar-list-utils-perl (= 1:1.62), libsocket-perl (= 2.033), libxsloader-perl (= 0.31), perlapi-5.36.0
Pre-Depends: libc6 (>= 2.35), libcrypt1 (>= 1:4.1.0), dpkg (>= 1.17.17)
Suggests: perl, sensible-utils
Conflicts: defoma (<< 0.11.12), doc-base (<< 0.10.3), mono-gac (<< 2.10.8.1-3), safe-rm (<< 0.8), update-inetd (<< 4.41)
Breaks: amanda-common (<< 1:3.3.9-2), backuppc (<< 4.4.0-7~), bucardo (<< 5.5.0-1.1), debconf (<< 1.5.61), dh-haskell (<< 0.3), duck (<< 0.14.1), intltool (<< 0.51.0-4), kio-perldoc (<< 20.04.1-1), latexml (<< 0.8.4-2), libdevel-mat-dumper-perl (<< 0.42-3), libencode-arabic-perl (<< 14.2-2), libexception-class-perl (<< 1.42), libfile-path-perl (<< 2.18), libfile-spec-perl (<< 3.8400), libfile-temp-perl (<< 0.2311), libio-socket-ip-perl (<< 0.41), libmp3-tag-perl (<< 1.13-1.2), libsbuild-perl (<< 0.67.0-1), libscalar-list-utils-perl (<< 1:1.62), libsocket-perl (<< 2.033), libxsloader-perl (<< 0.31), mailagent (<< 1:3.1-81-2), perl (<< 5.36.0~), perl-modules (<< 5.36.0~), pod2pdf (<< 0.42-5.1), slic3r (<< 1.2.9+dfsg-6.1), slic3r-prusa (<< 1.37.0+dfsg-1.1), texinfo (<< 6.1.0.dfsg.1-8)
Filename: pool/target/p/perl/perl-base_5.36.0-7+apertis0bv2024dev3b1_amd64.deb
Size: 1619976
MD5sum: d3344d893887c25251604c38f31c2e19
SHA1: e4309e91f12f27f643fca077ce8dc97f7d8656e2
SHA256: 7800fd607f179980a398b8684e284d5462fb3c6acb544409c73a63adc1a58232
SHA512: c431cf53ede55b6dd32fec98d7329b9d7d71fc0e741b13d1c9e333e7dd790e1373be90fed6a8c4643f292ac18aa9836d632fe55704b476a4008c51bef091bfd9
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: 21592
Maintainer: Niko Tyni <ntyni@debian.org>
Architecture: amd64
Source: perl
Version: 5.36.0-7+apertis0bv2024dev3b1
Depends: perl (= 5.36.0-7+apertis0bv2024dev3b1), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0)
Filename: pool/target/p/perl/perl-debug_5.36.0-7+apertis0bv2024dev3b1_amd64.deb
Size: 11732760
MD5sum: 4a90629d525129ce3ee0c939119da342
SHA1: 0b59b08c4f787267d11f5840d126ee9cc514ddad
SHA256: 46fab78dc1d3e013a40f7bf4f0e3d1d2d256d77410e86cfd8a5e609e1d8d441d
SHA512: b0abb687dd7a1dd9c6013636dd051d1720cd93e22107251abe6a47f12d9a488f7def804fc110a031a0253a486ac9d8348a2e9b2069cdb17b89bad975723a8061
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: 074da0af3f840a0f78342605d7fae8553fd17f75 08dd13c99183d39af3dec0b9de262f471cbb20ff 0a0deba9d86aa8bb5c8774b0a731d745e52ad19d 190331b545fe2a846fc6f013a1c12eb51a5b7e36 1987df0019a7763e0bdb185f07926a4be1da9433 2ac9ce72d3ff03ef6a3d9e9e36bed154cf135848 351ee8ea24991edc8d0e10421dbf3c435b647102 36884e233201f2ffb176a1e8780f64fde0e87717 39016a296c2fd1608c5f1d4412a4ab3dc939ce7c 4485ba055d3273610aa302fb16b400a965ecca3f 4791554075ee6d34b2ad644e956f36c191c4ea3e 48dbcc39c784a67a89109060f34e43b6968bc35c 4fce018d5681e83e1cf84fe62acb3538200022fd 51d86553b8cacd5a05efa37d364c605eb66f72cb 59a2f4ed288f3ca2df655e0c41d782e6b7c45cdd 5cdddff85c4125a1f6844f601eb71ab9b2b8e62e 5e10ad5da68ea887ab17d4fea2bd91abfd6c0cfe 65c5faa9043abcdf9e5deb9aaa77d8cc6a017027 669438ea5ec4c577d1672549211fe7493e24c382 68bc666b8b8b514433462da8b7b85f63421a7999 6afa2353d8f824ec4fa918e5add421971a8b865a 6d262a2592aad4e58688af7decf6b4b1a491bb2f 6f62fe8d6828b968b4cb17fd25756e03b856d9f1 764c7c4dc5157bd6c72b9b97e576a960a060d687 7aa71e7a17abe3cc35806e7ee07246d5ae4d176d 82799efbcc8bc693ffce935ea51102ea9b3e4670 897301c65c807f19bcaed33dd8e98d18f82d2edd 8a521a495052da8a60bdc2cc198160a7093d070b 916cc07f2ac9c13deffbb92acc42b0874d726323 91d29527791ce265082ea8095510d68b550634bf 91e931ce522103d3216b6f139ad0377524158e79 96e7c88510076ddaa5ab18717d903b2db1598cfe 9e243b115e19e513e82c5405c9c5f53c1fa24bbf 9ef0135ce07916efb3ab442d3e6b100371ea7cfd a01d387c5cf1367d6d8cfcd51d52e6625fe0d250 a32ca1e83b89db23b851513de62a3db289d40e6f a36b6bb9a17010af4b5fb97e2119644de6696855 a78f8b10fb7ce16b5124aa3a0863b399e8436c8d a89870b6ae372f2274ae0d94b51253fdcf4e8dea aa21785be8f867bb18cc5294d591f35a8cfdd012 aa2d928da16fe8349aab49c474cb19fbc6ffe300 b21d49ab9312cde25428813cb1ccff745e5b9a8d b36fde5913178b70e5973685847900db29935dd6 b57f4bfbf774cb70df3518c758be7a36ad51e51c b614f16e74681d8286743f3aec49b48febf44f1f b7a59c483d0194157f2bc4a098c04520122b79b9 c6ee6ecb4b55049b2d9837a25246dfd23ef43420 c760872a820ae47901954655a1f9ed6202997367 c84afe2027ce2102799d3da2331e3cea233f56bf c8caf1b62ecc1b5f4623c08c578a2c04542346a5 dd70999fa651ad0db72737e9fe4c08d097bf2d41 e80668fb2d43905a3d9cbf8ff8d57cf45865af99 ee21cc998d05396a6d93288adf43899916cd07e8 f0afdcbc752229c5b93b8bb31812747ac405c2a4 f1722a2bd269a3a6a7f42ea0edc54855f4c28d74 f4b33d12eeca929ea6615afbc2c2ac3b20a73c8f
Homepage: http://dev.perl.org/perl5/

Package: perl-doc
Priority: optional
Section: doc
Installed-Size: 14992
Maintainer: Niko Tyni <ntyni@debian.org>
Architecture: all
Source: perl
Version: 5.36.0-7+apertis0bv2024dev3b1
Depends: perl (>= 5.36.0-1)
Suggests: man-browser, groff-base
Filename: pool/target/p/perl/perl-doc_5.36.0-7+apertis0bv2024dev3b1_all.deb
Size: 7910272
MD5sum: d3a720640e7a19198a4424cf4da2955c
SHA1: 38312bf2000448521d56f508fe669784dec5790e
SHA256: 7ba31fa6708ec8b71cb4c86f7415306d0d0175f7609af44ec4b3135cd523ab9b
SHA512: d973c1afa8ed4e3f01ee73f960e807fc09732fd04781a5ac49c99326052194643890a615477bf6beb84eb2a8f503cccabec24947489c551f27bada0d2e2c793c
Description: Perl documentation
 Perl manual pages, POD documentation and the `perldoc' program.  If you are
 writing Perl programs, you almost certainly need this.
Homepage: http://dev.perl.org/perl5/
Multi-Arch: foreign

Package: perl-modules-5.36
Priority: optional
Section: libs
Installed-Size: 17829
Maintainer: Niko Tyni <ntyni@debian.org>
Architecture: all
Source: perl
Version: 5.36.0-7+apertis0bv2024dev3b1
Replaces: libansicolor-perl (<< 5.01), libarchive-tar-perl (<< 2.40), libattribute-handlers-perl (<< 1.02), libautodie-perl (<< 2.34), libcpan-meta-perl (<< 2.150010), libcpan-meta-requirements-perl (<< 2.140), libcpan-meta-yaml-perl (<< 0.018), libdigest-perl (<< 1.20), libexperimental-perl (<< 0.028), libextutils-cbuilder-perl (<< 0.280236), libextutils-command-perl (<< 7.64), libextutils-install-perl (<< 2.20), libextutils-parsexs-perl (<< 3.450000), libfile-spec-perl (<< 3.8400), libhttp-tiny-perl (<< 0.080), libi18n-langtags-perl (<< 0.45), libio-zlib-perl (<< 1.11), libjson-pp-perl (<< 4.07000), liblocale-maketext-perl (<< 1.31), liblocale-maketext-simple-perl (<< 0.21.01), libmath-bigint-perl (<< 1.999830), libmath-complex-perl (<< 1.5902), libmodule-corelist-perl (<< 5.20220520), libmodule-load-conditional-perl (<< 0.74), libmodule-load-perl (<< 0.36), libmodule-metadata-perl (<< 1.000037), libnet-perl (<< 1:3.14), libnet-ping-perl (<< 2.74), libparams-check-perl (<< 0.38), libparent-perl (<< 0.238), libparse-cpan-meta-perl (<< 2.150010), libperl-ostype-perl (<< 1.010), libpod-escapes-perl (<< 1.07), libpod-simple-perl (<< 3.43), libtest-harness-perl (<< 3.44), libtest-simple-perl (<< 1.302190), libtest-tester-perl (<< 1.302190), libtest-use-ok-perl (<< 1.302190), libtext-balanced-perl (<< 2.04), libthread-queue-perl (<< 3.14), libtime-local-perl (<< 1.3000), libunicode-collate-perl (<< 1.31), libversion-perl (<< 1:0.9929), perl-base (<< 5.22.0~), perl-modules, podlators-perl (<< 4.14)
Provides: perl-modules
Depends: perl-base (>= 5.36.0-1)
Pre-Depends: dpkg (>= 1.17.17)
Recommends: perl (>= 5.36.0-1)
Conflicts: perl-modules (<< 5.22.0~)
Breaks: libansicolor-perl (<< 5.01), libarchive-tar-perl (<< 2.40), libattribute-handlers-perl (<< 1.02), libautodie-perl (<< 2.34), libcpan-meta-perl (<< 2.150010), libcpan-meta-requirements-perl (<< 2.140), libcpan-meta-yaml-perl (<< 0.018), libdigest-perl (<< 1.20), libexperimental-perl (<< 0.028), libextutils-cbuilder-perl (<< 0.280236), libextutils-command-perl (<< 7.64), libextutils-install-perl (<< 2.20), libextutils-parsexs-perl (<< 3.450000), libfile-spec-perl (<< 3.8400), libhttp-tiny-perl (<< 0.080), libi18n-langtags-perl (<< 0.45), libio-zlib-perl (<< 1.11), libjson-pp-perl (<< 4.07000), liblocale-maketext-perl (<< 1.31), liblocale-maketext-simple-perl (<< 0.21.01), libmath-bigint-perl (<< 1.999830), libmath-complex-perl (<< 1.5902), libmodule-corelist-perl (<< 5.20220520), libmodule-load-conditional-perl (<< 0.74), libmodule-load-perl (<< 0.36), libmodule-metadata-perl (<< 1.000037), libnet-perl (<< 1:3.14), libnet-ping-perl (<< 2.74), libparams-check-perl (<< 0.38), libparent-perl (<< 0.238), libparse-cpan-meta-perl (<< 2.150010), libperl-ostype-perl (<< 1.010), libpod-escapes-perl (<< 1.07), libpod-simple-perl (<< 3.43), libtest-harness-perl (<< 3.44), libtest-simple-perl (<< 1.302190), libtest-tester-perl (<< 1.302190), libtest-use-ok-perl (<< 1.302190), libtext-balanced-perl (<< 2.04), libthread-queue-perl (<< 3.14), libtime-local-perl (<< 1.3000), libunicode-collate-perl (<< 1.31), libversion-perl (<< 1:0.9929), maildirsync (<< 1.2-2.1), perl (<< 5.36.0~), podlators-perl (<< 4.14)
Filename: pool/target/p/perl/perl-modules-5.36_5.36.0-7+apertis0bv2024dev3b1_all.deb
Size: 2828088
MD5sum: 74dc2dd9b5ba09239867795094f79935
SHA1: 5760c0db8dc953f4ee593115a664ec9af78f9078
SHA256: 473e85b710bc1f24cc69514aac3c0c01dd3f291edaa806b658635668f5fd4806
SHA512: 601ece990295fde90661b4f0038a209952643ea16b8d0c2a3fbe1124687148d181347b8babf68909647ca641445dbe3cae70486362f1400213dddaa42fbc7f18
Description: Core Perl modules
 Architecture independent Perl modules.  These modules are part of Perl and
 required if the `perl' package is installed.
 .
 Note that this package only exists to save archive space and should be
 considered an internal implementation detail of the `perl' package.
 Other packages should not depend on `perl-modules-5.36' directly, they
 should use `perl' (which depends on `perl-modules-5.36') instead.
Homepage: http://dev.perl.org/perl5/
Multi-Arch: foreign

Package: php-google-protobuf
Priority: optional
Section: php
Installed-Size: 799
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: all
Source: protobuf
Version: 3.21.12-3+apertis1bv2024dev3b1
Filename: pool/target/p/protobuf/php-google-protobuf_3.21.12-3+apertis1bv2024dev3b1_all.deb
Size: 125848
MD5sum: e95f0e300433d9a052a089fedd73bb20
SHA1: 8b8329f0fd4c56f3d3d854683663b0bd08a1e623
SHA256: b7264990b92a1555d7a63362bc07971eb8091bde997ef392f38e36686c645220
SHA512: 94e9d07ea3ccc2d0c176b1f8864ff0679d40c32b11d07379560dbb2694a2d3e22aa09985d2704479665f7196107b1867499908277efb9095771abb0ba36ac675
Description: PHP bindings for protocol buffers
 Protocol buffers are a flexible, efficient, automated mechanism for
 serializing structured data - similar to XML, but smaller, faster, and
 simpler. You define how you want your data to be structured once, then you can
 use special generated source code to easily write and read your structured
 data to and from a variety of data streams and using a variety of languages.
 You can even update your data structure without breaking deployed programs
 that are compiled against the "old" format.
 .
 Google uses Protocol Buffers for almost all of its internal RPC protocols and
 file formats.
 .
 This package contains the PHP bindings for the protocol buffers. You will
 need the protoc tool (in the protobuf-compiler package) to compile your
 definition to PHP code, and then the modules in this package will allow
 you to use those classes in your programs.
Homepage: https://github.com/google/protobuf/
Multi-Arch: foreign

Package: pipewire
Priority: optional
Section: video
Installed-Size: 103
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: amd64
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: libpipewire-0.3-modules (= 0.3.65-3+apertis2bv2024dev3b1), pipewire-bin (= 0.3.65-3+apertis2bv2024dev3b1), init-system-helpers (>= 1.52), adduser
Filename: pool/target/p/pipewire/pipewire_0.3.65-3+apertis2bv2024dev3b1_amd64.deb
Size: 85160
MD5sum: b4afd8777f785acd39085190999ea82f
SHA1: 2841977c701a625317a944796581da7d09833114
SHA256: 993697e8fe3358a78df4d59986d81faa6a5cfbef3196212ff2c3c6046f22d2fd
SHA512: 191428775184d4033db30e1735ceeed2006cc4c8ae220c893198b1011072303efc061ca94276f8e5ea9e334297c05d3b372262e861a499dee52d68b4827d155f
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: 200
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Replaces: pipewire-audio-client-libraries (<< 0.3.54-1~)
Depends: pipewire (= 0.3.65-3+apertis2bv2024dev3b1), libasound2 (>= 1.1.7), libc6 (>= 2.17), libpipewire-0.3-0 (= 0.3.65-3+apertis2bv2024dev3b1)
Conflicts: pulseaudio
Breaks: pipewire-audio-client-libraries (<< 0.3.54-1~)
Filename: pool/target/p/pipewire/pipewire-alsa_0.3.65-3+apertis2bv2024dev3b1_amd64.deb
Size: 59612
MD5sum: 8be24b88b5b283b3be7394ab0e75e39c
SHA1: 3c5ac761cc7fee43b44811c8983e0c1c524969f2
SHA256: c7d3305a580b14c944febf3530bb2b56427fefde190e9514ea69d78f24d7dcc1
SHA512: 0bc594ac59a0bb4216768ee6556797a9f590ba7256a1f5179054a3f384a65c8219f100cc7d38c362531c859c33d5d37da7881e9caa467243d6024d96300833cf
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: 172
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: pipewire-alsa (= 0.3.65-3+apertis2bv2024dev3b1)
Filename: pool/target/p/pipewire/pipewire-alsa-dbgsym_0.3.65-3+apertis2bv2024dev3b1_amd64.deb
Size: 144516
MD5sum: 87634dd9486ef8098bd23bd2fe340d1b
SHA1: ba7acce6df4366add7a17a97eba3d8ec2fad98a4
SHA256: e84e3e8a4465775b476b5749da2fab2ad3d5a2837d65606e250533ec64e0f0cb
SHA512: bd588fa03cb9a04d32b0b3c77fc34476b80fe6491a4b7badfa3675d4bbcb5efb50dac068b542d99c51f63cf7c974377224ad43d929ccc4ee441e22f3b0465bbe
Description: debug symbols for pipewire-alsa
Auto-Built-Package: debug-symbols
Build-Ids: b87b6413856fdca0486854b77c843e3f9e17679b eb590ef0467fcb91afcbe3928dfdf49137c72ab1
Multi-Arch: same

Package: pipewire-audio
Priority: optional
Section: sound
Installed-Size: 32
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: all
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Replaces: pulseaudio, pulseaudio-module-bluetooth
Depends: libspa-0.2-bluetooth, pipewire-alsa, pipewire-pulse, wireplumber
Conflicts: pulseaudio, pulseaudio-module-bluetooth
Filename: pool/target/p/pipewire/pipewire-audio_0.3.65-3+apertis2bv2024dev3b1_all.deb
Size: 20376
MD5sum: 2c5a2e069db91384d3ba3e2dcba709c2
SHA1: 7cf487dccf38a1a52b318a2135473fa9f74ffb40
SHA256: 04e39ccbb9ce57e23ffd1ea8879b3f4fbd88e018a7802354f2d5c8e32aca5a28
SHA512: 7fc578727c307380955b91e856112dced4a3e19873feb695225a1430e40a9d12abca5798e6d815ef35808f7ff417c55af7912c35c80b6d577e2b05b1c7c91943
Description: recommended set of PipeWire packages for a standard audio desktop use
 PipeWire is a server and user space API to deal with multimedia
 pipelines. This includes:
 .
  - Making available sources of video (such as from a capture devices or
    application provided streams) and multiplexing this with clients.
  - Accessing sources of video for consumption.
  - Generating graphs for audio and video processing.
 .
 This metapackage depends on a recommended set of pipewire packages
 for a standard audio desktop use.
Homepage: https://pipewire.org/

Package: pipewire-audio-client-libraries
Priority: optional
Section: oldlibs
Installed-Size: 32
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: all
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: pipewire-alsa, pipewire-jack
Filename: pool/target/p/pipewire/pipewire-audio-client-libraries_0.3.65-3+apertis2bv2024dev3b1_all.deb
Size: 20168
MD5sum: 92bab658639ead4c9853ba8ebd8850ed
SHA1: 4e5a35de2b8bd92563c578fa21d3b70c574fe004
SHA256: faa58a08da4d866db8229ce93742907e5a6dd93ea4d1791c420e9c735a70ae90
SHA512: 68a82c2f3e82c7657d88fc35cdfdc89612f189d7547505298195adc6889c6f74c040126010346e7b191b6d9df920bec7ee50bbf5b6f83a86169d3348b83405a7
Description: transitional package for pipewire-alsa and pipewire-jack
 PipeWire is a server and user space API to deal with multimedia
 pipelines.
 .
 This is a transitional package for pipewire-alsa and pipewire-jack.
 It can safely be removed.
Homepage: https://pipewire.org/

Package: pipewire-bin
Priority: optional
Section: video
Installed-Size: 1550
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Replaces: pipewire (<< 0.3.5)
Depends: libpipewire-0.3-modules (= 0.3.65-3+apertis2bv2024dev3b1), libasound2 (>= 1.2.1.1), libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libedit2 (>= 3.1-20130611-0), libncursesw6 (>= 6), libpipewire-0.3-0 (= 0.3.65-3+apertis2bv2024dev3b1), libsndfile1 (>= 1.0.20), libtinfo6 (>= 6)
Recommends: dbus-user-session, wireplumber | pipewire-media-session, rtkit
Breaks: pipewire (<< 0.3.5)
Filename: pool/target/p/pipewire/pipewire-bin_0.3.65-3+apertis2bv2024dev3b1_amd64.deb
Size: 321188
MD5sum: 4ebdc9cfe959836ece5611c26eb8ca8e
SHA1: 848f4286bfcd25b9012c1ce63b82e8ee885d144f
SHA256: 96813ea4e7b8f46800df8cf47cf74c9f69efceb27e32c1eaec2666509e7a22e3
SHA512: d72c96dc24e242a8989a6627ed8d5503a6583affac748d4edaa152903641237e347361013044fc073d0aea80a40a41f0dcd71dcf4d10554d3599dfa08f018d35
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: 1133
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: pipewire-bin (= 0.3.65-3+apertis2bv2024dev3b1)
Filename: pool/target/p/pipewire/pipewire-bin-dbgsym_0.3.65-3+apertis2bv2024dev3b1_amd64.deb
Size: 953700
MD5sum: 152210379c182b170b9f800cbfaf7b99
SHA1: 95bc81cd7c1ca2f27b8759fd4edd5ea8a8a613fd
SHA256: 514a28ffb62a1dba278898a67e61cc35487762bacd472b4f8b28d39f7db793ee
SHA512: 42e03d767dd185f52829d492b8399c167657d1c41c3f0e9be2e94741bb8ce9f26d33a91a4668325a4686552e3020fd992811b7fc7d24fe9cdcaf7b4a93c7c0d9
Description: debug symbols for pipewire-bin
Auto-Built-Package: debug-symbols
Build-Ids: 13159d34fc402618b432babc01c05bbfd9045c66 13df8d5bc164a97605549eef24c0f556bfebe8ba 2d8da28f3c52f911121d930f55ed6366f38816f1 2dfbd19a6fb6b502933e6ce41824bf26e08e6802 3a5c5e73c88c8f51fb0ccff42b4b50386b24c596 3c5152bd4795b1530c72d62b8f357fb97640aa00 47cf6ce4a2a80fc220fdb65dcc248adab4ae10d7 6c0093791b8733a76bf30b4d30dfc6661bdc4967 88c941a18372097e84b506062304e953add8ee46 8a2f2ae9eb4cb3446b32c860f39b14affac9e5f2 999cb0f13968e76e495e045ed7b7676385f26b22 9bad3ffbcb431328ee64a7c0dec7c9f7e93696a5 a7b4ab863ca4172b11735a85f458ac114c491977 d02cdfeb2cf7c7335f50778ce7f0ba1326a47c55 e3b90bfd572ac30b584420cb5c0895d4e437add7 e9cb34ef64271152c2a2c69540fd74f01b5d3af9 f5e3ec5ec37afd1f363b0a74f647951fb8d8ed03 fe7db6c77e0cca2fe203f6c1de234c5dc4df07ce

Package: pipewire-doc
Priority: optional
Section: doc
Installed-Size: 26473
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: all
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Replaces: libpipewire-0.2-doc (<< 0.3.1)
Breaks: libpipewire-0.2-doc (<< 0.3.1)
Filename: pool/target/p/pipewire/pipewire-doc_0.3.65-3+apertis2bv2024dev3b1_all.deb
Size: 1462268
MD5sum: 8235e1333ebedcc2d411def8a9076d78
SHA1: 12563bb1d403cf4e394dc0e9cff82de22339b5b4
SHA256: 948c12d30e4f9d7f12d2a3b8e62a7cfe925a77dd75da9eb3cb8cd3753741f1c4
SHA512: 3819f3b38c730c5b6faaea9d8b8ef5ea2cf99526567caaa2070cf03d50d9a52ef2e84ab71946e4d89a83fe606c4200c5ebb2b55dc67bf3ba25456cae30817e98
Description: libraries for the PipeWire multimedia server - documentation
 PipeWire is a server and user space API to deal with multimedia
 pipelines. This includes:
 .
  - Making available sources of video (such as from a capture devices or
    application provided streams) and multiplexing this with clients.
  - Accessing sources of video for consumption.
  - Generating graphs for audio and video processing.
 .
 This package contains the API reference.
Homepage: https://pipewire.org/
Multi-Arch: foreign

Package: pipewire-jack
Priority: optional
Section: sound
Installed-Size: 547
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Replaces: pipewire-audio-client-libraries (<< 0.3.54-1~)
Depends: pipewire (= 0.3.65-3+apertis2bv2024dev3b1), libc6 (>= 2.34), libpipewire-0.3-0 (= 0.3.65-3+apertis2bv2024dev3b1)
Breaks: pipewire-audio-client-libraries (<< 0.3.54-1~)
Filename: pool/target/p/pipewire/pipewire-jack_0.3.65-3+apertis2bv2024dev3b1_amd64.deb
Size: 122424
MD5sum: 7a13672eb698f82bbed6d08c13ac5b9f
SHA1: 0c5f32b63bf4e4164f2760cf617f6e1e0e3b4941
SHA256: fded07cae0b118d8f71bdef5dafe5d0f2a716314859e13a92872cbdf043e51cb
SHA512: 5ee10ef4330704f6733588e9816548547c3aaabc189f87798a520c2bfb96372710d9d2044f9afebc027f45b6c681e6244b0cd939ba31fa9a4e9cabe24426a5e9
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: 530
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: pipewire-jack (= 0.3.65-3+apertis2bv2024dev3b1)
Filename: pool/target/p/pipewire/pipewire-jack-dbgsym_0.3.65-3+apertis2bv2024dev3b1_amd64.deb
Size: 466220
MD5sum: d644bea82b87aac2c890685eba906abf
SHA1: a5784bdda39b545573717e111fc0ee0eb4f06f30
SHA256: 96b1edcd59d918d60c313405455892bb8929f3df3551ae3adea2d8a91b68552a
SHA512: c7059a9e99ddb945e2ab5b8fb5981d5d7e201f30a72673086ea706cd1711131eb867c82ae75885aacd94724d92fae44e35ca7a057415665168c206cfda0cabc3
Description: debug symbols for pipewire-jack
Auto-Built-Package: debug-symbols
Build-Ids: 3d3cc1d3c068465e9258626c7069a059e8279707 56752fbfcbf7daa768621bf1660e807d62d99be8 59074c21611ba348a5bd6bf41b06e5ee34813227
Multi-Arch: same

Package: pipewire-libcamera
Priority: optional
Section: video
Installed-Size: 176
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: pipewire (= 0.3.65-3+apertis2bv2024dev3b1), libc6 (>= 2.32), libcamera0.0.3 (>= 0.0.3), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Filename: pool/target/p/pipewire/pipewire-libcamera_0.3.65-3+apertis2bv2024dev3b1_amd64.deb
Size: 72372
MD5sum: 5c5ff4ed34b0fe5b190e36b0f98ec475
SHA1: ac6ceb35a2d5e9a1a36f1036a72c3625361158fe
SHA256: cfa8c15f238126ced9dcc1e82da6afac6f8e8b58c1b4598f267cc8e1a9b8f71e
SHA512: 052883021db02c50a22ec2f23b7241b0fe0f1d05f68a747375c1e224b632fc57eef78e6358fd570d0a1c95450fd7c8e3171148d01a573c48a25d935c90c6c6c6
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: 596
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: pipewire-libcamera (= 0.3.65-3+apertis2bv2024dev3b1)
Filename: pool/target/p/pipewire/pipewire-libcamera-dbgsym_0.3.65-3+apertis2bv2024dev3b1_amd64.deb
Size: 578008
MD5sum: 6d26c2af19a6fad41aca7dbd25578965
SHA1: 9fa6fc181ed26edf672966af02c44b44e8d76ece
SHA256: 3508dbcf69d75bc53e9e49803b57d254a66136c4834b3e3b7fd2202bcf26ff96
SHA512: a618ea8118c5fd1ffbb01cb978e64f3088eb55fdd6e6d496dc58ad5319f1ea02a57cbc0fa9030cc87f38b07a1a36e452482b26c5fe3c7e0238f485c408e21dd9
Description: debug symbols for pipewire-libcamera
Auto-Built-Package: debug-symbols
Build-Ids: d0ba736d32eba0e9a82914c8d9c426393c952394
Multi-Arch: same

Package: pipewire-pulse
Priority: optional
Section: sound
Installed-Size: 58
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Replaces: pipewire-bin (<< 0.3.27-2)
Depends: pipewire (= 0.3.65-3+apertis2bv2024dev3b1), init-system-helpers (>= 1.52)
Recommends: wireplumber | pipewire-media-session-pulseaudio
Suggests: libspa-0.2-bluetooth, pulseaudio-utils
Breaks: pipewire-bin (<< 0.3.27-2)
Filename: pool/target/p/pipewire/pipewire-pulse_0.3.65-3+apertis2bv2024dev3b1_amd64.deb
Size: 24912
MD5sum: b08738935d20c98a9898507a368cb46e
SHA1: 31791009d44807311981881b5a43d7f2215ae70c
SHA256: 8a566653e4eaf2ab2d38ca5284955be9c62447ef8112a5275f63bb400f248acf
SHA512: f5673559ac4f7e25e67830b8e29df02c440e04926163efdb1da09ef29421fac4f8410280a348bc75214956d15b0c6879469567bdf89c6294393e41e44c99d663
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: 1651
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: pipewire (= 0.3.65-3+apertis2bv2024dev3b1), libasound2 (>= 1.0.16), libc6 (>= 2.34), libpipewire-0.3-0 (= 0.3.65-3+apertis2bv2024dev3b1)
Filename: pool/target/p/pipewire/pipewire-tests_0.3.65-3+apertis2bv2024dev3b1_amd64.deb
Size: 265648
MD5sum: 22c8492cd40720f1e6ca11bce584ac39
SHA1: 74409b87d447dbadfa2d1b8efc6bc8f6461022ae
SHA256: cb03cd5cc4b774f0e3ac88b6a52bc427d4cbf936e8efe170920bab7cb62d191d
SHA512: ecedc122c335902bfb5bc3ac52d3ed0923fd14c6e1246e6241483d8caa97f326bda3ae0a3b606e9a13e5f9d4641de9a346c149fcf6fcbc10d95cdaf18624ee9c
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: 1810
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: pipewire-tests (= 0.3.65-3+apertis2bv2024dev3b1)
Filename: pool/target/p/pipewire/pipewire-tests-dbgsym_0.3.65-3+apertis2bv2024dev3b1_amd64.deb
Size: 1542864
MD5sum: 3e75ba7368bdf5c6062324483366f2d7
SHA1: 48e64a4cda1e6b87b26a96a139bf18fc5f210f7e
SHA256: 91e4addf69b9e2865742772f935b0ee72984c7476de8d8a118e2ed33ce8c8af6
SHA512: f98fece161acd36e04a6b1c755533b84127e47ed09b7526e388ad59835d5ac4baa7afe27208c07ef0004cd4464f15e23bf42e91afc3850237861483825b792c2
Description: debug symbols for pipewire-tests
Auto-Built-Package: debug-symbols
Build-Ids: 10cc7a2b9df8a78d287283f92c9242b5aeeb791a 14ccc16a636168794a36a513bb18a16c62ab34e5 1b7611072a003731d9d4ea7ffc01191bbe4223e2 2074d0712c37469ea535487edc38d1a58e59dc42 21417b37d85222b82da1714c75b81ba669ef1358 3016f8b08ac0ea9ebdc498e53c27e21d302cb116 30fdab31b6079820ca743770627ee23c91d84222 3393b8ee95cdbd94914d93837774cbe86c8cf3e9 521adcf39c4ee5518e0454f620f334c27224e52a 647fc9124e421f35e6ca2a353b9fd1b5ffef8666 660c7621754713b20cdc98d466d53f5d07fdbbb9 66eb06befb84875860b665c743913c073516f19f 705ce910f0e8b8cf62a82fc457588db2b148e9dc 7629b40093183dee6416482d17f0e3eaa213bbbc 7b69bd6e79ccd900b4d14a96d515ef16e45c93cf 7c60913d5aab2096a10b29a853ac97b3f5359fa9 824fc88c5cdb9e0c68f472b2622001851ca8c7ff 90eb2bbc469dbc669f2e0b34dabe171d960a4d6b 9261c8601c87038c6b2564eb6a0238a4c632d41c 94dd56d06bf1cd093b22ee115df5c350b0e08948 975bc481c2e6776c7af964ced2cea56ee2e1b635 9a190b0d2290abafa233f80e2bf51e0ef86cd8fd 9c85857c76db355d060beb457f8096fc916efaf8 9cd426eff17d5e2f9caf31937a689154a1c1b1e1 a4967b6e4242e24073134d30a5651c323bc38a6d aeb4c542ef8235db5c44a3d99c3eccdf4262378c af5d1fef303a75cce3e4650e659fb8da8193ca85 cae65cbb2865b3938c4ca4768e21d2325c1f0e79 cd77a8c0f31f146cc38ac4bf2ef5e56b3f13bb30 dfceac42074c4abffcf33c5e5d81c1bba513adcd e1f815513a024579a1249776f16e59031e27d4ca e330c6b22d5900999b0266f622c1d0d2374a79c5 f2e2c7d5f24ebe22d5fe9a73e136bbac4352256a f381f54221b7fd63302666cdd2915cb8e93564b4 f5f3febb9b6082879fea2d92058aa5be14f6c352

Package: pipewire-v4l2
Priority: optional
Section: video
Installed-Size: 120
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Replaces: libpipewire-0.3-modules (<< 0.3.54-1), pipewire-bin (<< 0.3.54-1)
Depends: pipewire (= 0.3.65-3+apertis2bv2024dev3b1), libc6 (>= 2.34), libpipewire-0.3-0 (= 0.3.65-3+apertis2bv2024dev3b1)
Breaks: libpipewire-0.3-modules (<< 0.3.54-1), pipewire-bin (<< 0.3.54-1)
Filename: pool/target/p/pipewire/pipewire-v4l2_0.3.65-3+apertis2bv2024dev3b1_amd64.deb
Size: 51696
MD5sum: cb8a32116a47804f05620a8e55c287ad
SHA1: 6d9786176bb91d2dc0651dd227d20c69cdb9ba07
SHA256: fdde62f533e5631a4247959cb545ff9b455145abae9e59b1427bcb5adfa5049f
SHA512: e8f8c5031a910a65fca083ee3c81e62877e9cd104c969beb62ff706cdacad33fdc210d2458bccb7d59846e5141622c2dce19a0cac97c7f368c26aafe6d8f22d8
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: 126
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: pipewire-v4l2 (= 0.3.65-3+apertis2bv2024dev3b1)
Filename: pool/target/p/pipewire/pipewire-v4l2-dbgsym_0.3.65-3+apertis2bv2024dev3b1_amd64.deb
Size: 112092
MD5sum: 9f9c110fd3e701e75be55e066e7a913e
SHA1: 634b27a89084b38e04531edb44cf8aec0572e6b0
SHA256: 4b3e10a54375c774cc33d36d6a735f9ca042130d59470da2ec106126767e9cd4
SHA512: 117c2561e84f7fb429dfd02c645e8faae6f3176c7f675c9890141b6dcfe646a897375685b998e3b17037aa74bed7b627d6662fb7c250ae041682e28e224a9b0f
Description: debug symbols for pipewire-v4l2
Auto-Built-Package: debug-symbols
Build-Ids: caf3568afa5d27c7caaf5c198a646ebca6c15c17
Multi-Arch: same

Package: pkexec
Priority: optional
Section: admin
Installed-Size: 60
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: policykit-1
Version: 122-3+apertis1bv2024dev3b1
Replaces: policykit-1 (<< 0.120-4~)
Depends: polkitd (= 122-3+apertis1bv2024dev3b1), libc6 (>= 2.34), libglib2.0-0 (>= 2.35.9), libpam0g (>= 0.99.7.1), libpolkit-agent-1-0 (= 122-3+apertis1bv2024dev3b1), libpolkit-gobject-1-0 (= 122-3+apertis1bv2024dev3b1)
Breaks: policykit-1 (<< 0.120-4~)
Filename: pool/target/p/policykit-1/pkexec_122-3+apertis1bv2024dev3b1_amd64.deb
Size: 24280
MD5sum: bbcbf871451497e99f16fd1ce0f2a6ad
SHA1: 3fbcdaceeb803478eedeb9b898fafe492715f197
SHA256: 69ebbc91d803faf03b41af748bf99cd7a9081b8046b6278e698be6443ded6f7c
SHA512: 214b04a3ff7b6edc473aceed59100e9d1ef6f19c44e038970a8cd812536b2420bc862b8ee61ec4d810de8457d8154a32b9c785d018767183bd38297e24aa07bc
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: 38
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: policykit-1
Version: 122-3+apertis1bv2024dev3b1
Depends: pkexec (= 122-3+apertis1bv2024dev3b1)
Filename: pool/target/p/policykit-1/pkexec-dbgsym_122-3+apertis1bv2024dev3b1_amd64.deb
Size: 22316
MD5sum: a1403bf300486a3de2775e94906e4389
SHA1: 85dc5e7e9acf423fc8eb1b0ac26cdd9b2ba98533
SHA256: 44c9de42a91d0c3295248706656cfdfbf375ed0238c2d0b3e2758e477e387df3
SHA512: 9362bda5084a0ead7bf313289fa96fdd93ab709ff74c82a8c9c5e41c14c401e824a17de7155c39404f341b96236f449c2c9c0f8b18ec3a75de3f3f3d367b1ac8
Description: debug symbols for pkexec
Auto-Built-Package: debug-symbols
Build-Ids: 9f48db579f360e02b76cc496be4d86447f5def87

Package: plymouth
Priority: optional
Section: misc
Installed-Size: 757
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: amd64
Version: 22.02.122-3+apertis1bv2024dev3b1
Replaces: plymouth-drm (<< 0.9.0-6~), plymouth-themes (<< 0.9.0-8~)
Depends: init-system-helpers (>= 1.18), initramfs-tools | dracut, lsb-base (>= 3.0-6), systemd (>= 232-8~), udev (>= 232-8~), libc6 (>= 2.34), libdrm2 (>= 2.4.47), libplymouth5 (>= 0.9.5+git20211018)
Suggests: desktop-base, plymouth-themes
Conflicts: console-common
Breaks: mawk (<< 1.3.4), plymouth-drm (<< 0.9.0-6~), plymouth-themes (<< 0.9.0-8~)
Filename: pool/target/p/plymouth/plymouth_22.02.122-3+apertis1bv2024dev3b1_amd64.deb
Size: 168420
MD5sum: 08c07c9dd739b9798485f20dd4e61960
SHA1: 24d4477570ebc182584b9e15d93a1f9c45280835
SHA256: 0c2965226b25b3fb6eab93a6d3566cf37ba3e7b000fe01f38b09556129af9a45
SHA512: 0cc94f1e46e3a06704e67dcd80cf20b7721af441e689b347cf524aa399513423d95241a70d7b928224f9f8dc3495d716459d28fcbe16948cde43680f1fbf940a
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: 430
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: amd64
Source: plymouth
Version: 22.02.122-3+apertis1bv2024dev3b1
Depends: plymouth (= 22.02.122-3+apertis1bv2024dev3b1)
Filename: pool/target/p/plymouth/plymouth-dbgsym_22.02.122-3+apertis1bv2024dev3b1_amd64.deb
Size: 322688
MD5sum: cfec24305d79cbb58f13ce8392089116
SHA1: a1bff4f28cd9d4046fd3006af2015225fe3c2c7c
SHA256: c78c69a4401c1197aa96c7df7114b240b48f4ac74b26781bb17f653619c222df
SHA512: a332eab523ab603d4094cd095168b743457f79143de547f659503afe6ad8c73909ce5e74a753d89ba477041aeb45c46ed9803f59a203893d6e783feebacdcf2f
Description: debug symbols for plymouth
Auto-Built-Package: debug-symbols
Build-Ids: 1189766a51463d4d83ce725393d361825b504f29 2e98b85f9bfd37e7ce0b6f202e24a5daa0d6a30c 3cf235c5b25cc9ecffffe01c7499b517a36c010b 419a4b55a781e50f155086b7275f065a6a46f0f8 5bee757e02784a6c0e5fae1cc1434e70c9a68f11 a918627486dfb0bd8e4e6cf28d1be03c22e286de d19e8c17aef88ea3188a7b19d32640bc6417f11f e1c22b4891d111e58ebf2071eac6600c5426a52d ecc4c0e0af9a62d9f5b61c5fbafe9c0a29dd0afb

Package: plymouth-label
Priority: optional
Section: misc
Installed-Size: 34
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: amd64
Source: plymouth
Version: 22.02.122-3+apertis1bv2024dev3b1
Replaces: plymouth-themes (<< 0.9.2-5~)
Depends: plymouth (= 22.02.122-3+apertis1bv2024dev3b1), libc6 (>= 2.4), libcairo2 (>= 1.14.0), libglib2.0-0 (>= 2.12.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libplymouth5 (>= 0.9.5)
Breaks: plymouth-themes (<< 0.9.2-5~)
Filename: pool/target/p/plymouth/plymouth-label_22.02.122-3+apertis1bv2024dev3b1_amd64.deb
Size: 11040
MD5sum: 62f121b2593275f50ad472523e1f8b0c
SHA1: 3835ffe614d4ae338b78aaebcf14c8367bfaa57c
SHA256: b39b52652bbfdcc8b760f00f5b20f9babc6361fa343a4f8a1d463b670703892c
SHA512: 96f5608d49ba5c125ff74eaf46f256b121026d6f2b8df7bf713aec47a2838b828b8259b2cd82e51476895c3aefac0b01de659398a729171a1d8c61fd4b370ca6
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: 24
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: amd64
Source: plymouth
Version: 22.02.122-3+apertis1bv2024dev3b1
Depends: plymouth-label (= 22.02.122-3+apertis1bv2024dev3b1)
Filename: pool/target/p/plymouth/plymouth-label-dbgsym_22.02.122-3+apertis1bv2024dev3b1_amd64.deb
Size: 9832
MD5sum: 5103245403b8979d54c971dffd3bc532
SHA1: 0f39ef4e8a6458d4a474ce3e62da427414016d54
SHA256: a20a6a2364adf7154f206824f86c4ba49f4faa3e63c7d2f62ccc0fe7c498f5cb
SHA512: aa5eac9c44420b8514b4c114e6b9345c0bf3ba037309cd51650a324b9d37dc4c209243f4a4e043fff0e2dabe537edf289681f7e31705f34fead7590834572bef
Description: debug symbols for plymouth-label
Auto-Built-Package: debug-symbols
Build-Ids: 3c6235c603e3d759bc6a1916fa361b681da76607

Package: plymouth-themes
Priority: optional
Section: misc
Installed-Size: 1029
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: amd64
Source: plymouth
Version: 22.02.122-3+apertis1bv2024dev3b1
Replaces: plymouth-drm (<< 0.9.0-6~), plymouth-themes-all, plymouth-themes-fade-in, plymouth-themes-glow, plymouth-themes-script, plymouth-themes-solar, plymouth-themes-spinfinity, plymouth-themes-spinner
Provides: plymouth-theme, plymouth-themes-all, plymouth-themes-fade-in, plymouth-themes-glow, plymouth-themes-script, plymouth-themes-solar, plymouth-themes-spinfinity, plymouth-themes-spinner
Depends: fontconfig, fontconfig-config, fonts-cantarell, fonts-dejavu-core, plymouth (= 22.02.122-3+apertis1bv2024dev3b1), plymouth-label (= 22.02.122-3+apertis1bv2024dev3b1), libc6 (>= 2.29), libplymouth5 (>= 0.9.5)
Conflicts: plymouth-themes-all, plymouth-themes-fade-in, plymouth-themes-glow, plymouth-themes-script, plymouth-themes-solar, plymouth-themes-spinfinity, plymouth-themes-spinner
Breaks: libfontconfig1 (<< 2.13.0-5~), plymouth-drm (<< 0.9.0-6~)
Filename: pool/target/p/plymouth/plymouth-themes_22.02.122-3+apertis1bv2024dev3b1_amd64.deb
Size: 765848
MD5sum: e3d6c8e357980e90c174c04871afa4dc
SHA1: ca715275b318b1b6ff2fe7724148ae39e6675103
SHA256: 1dd5a324431aab7842e9187312d0150eafbc7e48c7d7e9b637e6b2bac977277f
SHA512: cc5ecbc9d98f95ddf5d286513b7ca794ffbeb56fa90db9b831b06f01b88ceaf6649309fe9dc343a8a1225b3a1e4e65556ff6ac808c19901b8a445c93a0f7284e
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: 140
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: amd64
Source: plymouth
Version: 22.02.122-3+apertis1bv2024dev3b1
Depends: plymouth-themes (= 22.02.122-3+apertis1bv2024dev3b1)
Filename: pool/target/p/plymouth/plymouth-themes-dbgsym_22.02.122-3+apertis1bv2024dev3b1_amd64.deb
Size: 99824
MD5sum: 368770ddc466c882e9d713c11e9928a0
SHA1: 84977d7d88f15dd9f61bf4263692d19972a3a1e3
SHA256: 6e453db9055571836fbf142b915ca0525f09ae8f687540b10a793727c13067bf
SHA512: 60bff5cac654288f0101d4c1ff3e563b7640ff14933f5c0a42811ad13e50943401559232fbbf8c9c9a75f5db9fda83a0d3a9bc648d626b58032b2960fa82366a
Description: debug symbols for plymouth-themes
Auto-Built-Package: debug-symbols
Build-Ids: 32a532cdcb52285e3490600795a95aed9d8ba9ff 771aca94bf136a15b877d4c15b1112e5fb679aed ce5ff88c101f35fef0c44c7aa8fd1009fb88545f

Package: plymouth-x11
Priority: optional
Section: misc
Installed-Size: 45
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: amd64
Source: plymouth
Version: 22.02.122-3+apertis1bv2024dev3b1
Depends: plymouth (= 22.02.122-3+apertis1bv2024dev3b1), libc6 (>= 2.17), libcairo2 (>= 1.2.4), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.21.4), libplymouth5 (>= 0.9.5)
Recommends: plymouth-themes
Suggests: gdm
Filename: pool/target/p/plymouth/plymouth-x11_22.02.122-3+apertis1bv2024dev3b1_amd64.deb
Size: 12832
MD5sum: 6a1ef4e052f0f6ca4529fdb1110c2b9b
SHA1: d48d6e9a2386162bd5a5b317d74da796eeb5b8a8
SHA256: d4361bb0c3864cc339b702cc68e73798390d288d9016a0f6a565e744e3401054
SHA512: 4aa913f16c53b15e7576a6f82d8f50970278db2fa5bd65ce1fa3d2f105d966352f6af448843d73644541ef51d70b8a927bab560bb91aed880060ea75096e5594
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: 37
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: amd64
Source: plymouth
Version: 22.02.122-3+apertis1bv2024dev3b1
Depends: plymouth-x11 (= 22.02.122-3+apertis1bv2024dev3b1)
Filename: pool/target/p/plymouth/plymouth-x11-dbgsym_22.02.122-3+apertis1bv2024dev3b1_amd64.deb
Size: 21416
MD5sum: a003e70bfdb603a4a6218413ccefaa99
SHA1: aa86b31839aa3b1fd72f3dcf006e79d6dbc0fb14
SHA256: b3629582b928abc1b8add684cb3695ef900c791b10a74ad0cc6cfae2e058249e
SHA512: c8ed899b58fcd841b6fe6b3bcc713fb087388f4a0ce040e1c461b93a594783c658e8a361f57b4a5ade9c9866f1e6429855cc8c5a06a2f4fb425512c9aa5497f2
Description: debug symbols for plymouth-x11
Auto-Built-Package: debug-symbols
Build-Ids: ce66fd2b3c02b72d189a6e00385de8a429c144c0

Package: policykit-1
Priority: optional
Section: oldlibs
Installed-Size: 37
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Version: 122-3+apertis1bv2024dev3b1
Depends: pkexec (= 122-3+apertis1bv2024dev3b1), polkitd (= 122-3+apertis1bv2024dev3b1)
Recommends: polkitd-pkla (>= 121+compat0.1)
Filename: pool/target/p/policykit-1/policykit-1_122-3+apertis1bv2024dev3b1_amd64.deb
Size: 13444
MD5sum: 28fe10a1d7224c01de35eafb9260a272
SHA1: fbb2c675a811d93f2a1899a0c1eac50b92eebf8c
SHA256: 30d0033268ca6692c997a0835b3a58b60f78729b8d6cab85803c5f276d9dbaf2
SHA512: 2c05e1caec33b8346aa09515da0cfb89ae8441eb10fdd8ce5a83fb155eb7e96287d4ff43d03493038e0354380a1be78721bd56a755d02ebea5bd70b941ac09b2
Description: transitional package for polkitd and pkexec
 polkit is an application-level toolkit for defining and handling the policy
 that allows unprivileged processes to speak to privileged processes.
 It was previously named PolicyKit.
 .
 This transitional package depends on polkitd, the system service used by
 polkit, and pkexec, a setuid program analogous to sudo. They were
 historically packaged together, but have been separated so that users of
 polkitd are not required to install pkexec.
Homepage: https://www.freedesktop.org/wiki/Software/polkit/
Multi-Arch: foreign

Package: policykit-1-doc
Priority: optional
Section: doc
Installed-Size: 1032
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: all
Source: policykit-1
Version: 122-3+apertis1bv2024dev3b1
Suggests: devhelp
Filename: pool/target/p/policykit-1/policykit-1-doc_122-3+apertis1bv2024dev3b1_all.deb
Size: 244340
MD5sum: c7b2e462f97c2ada1be60809ce59b42b
SHA1: 9bea7788d2865e4464c6064a3907f8b82d2a78bc
SHA256: 951a732f24863369168867a809c2ddb6d2747a70e010216cb170441d6d355eec
SHA512: d0d68dacbe68686ff2159a661be1cf5792dcfcf406b72f993a282ad1816f943b040a8cf9fe2b059e0ea8fbfe85afd390d4265f512555e67e74e48458d8626c1b
Description: documentation for polkit
 polkit is a toolkit for defining and handling the policy that
 allows unprivileged processes to speak to privileged processes.
 It was previously named PolicyKit.
 .
 This package contains the API documentation of polkit.
Homepage: https://www.freedesktop.org/wiki/Software/polkit/

Package: polkitd
Priority: optional
Section: admin
Installed-Size: 480
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: policykit-1
Version: 122-3+apertis1bv2024dev3b1
Replaces: policykit-1 (<< 0.120-4~), polkitd-javascript (<< 121+compat0.1-3~)
Depends: adduser | systemd-sysusers, default-dbus-system-bus | dbus-system-bus, default-logind | logind, xml-core (>= 0.14), libc6 (>= 2.34), libduktape207 (>= 2.0.3), libexpat1 (>= 2.0.1), libglib2.0-0 (>= 2.37.3), libpam0g (>= 0.99.7.1), libpolkit-agent-1-0 (= 122-3+apertis1bv2024dev3b1), libpolkit-gobject-1-0 (= 122-3+apertis1bv2024dev3b1), libsystemd0 (>= 213)
Suggests: polkitd-pkla (>= 121+compat0.1)
Breaks: policykit-1 (<< 0.120-4~), polkitd-javascript (<< 121+compat0.1-3~)
Filename: pool/target/p/policykit-1/polkitd_122-3+apertis1bv2024dev3b1_amd64.deb
Size: 114672
MD5sum: 453b5ad70b1ba54f773299a7e0ae0853
SHA1: 4c1ddee1f422ce20dfff5f70fa3d82ce2c25887d
SHA256: 66f30f5f91dca48cc7415f4255cbb2dfe44ced7d258b7e3ecb8979a5abfe6b71
SHA512: f5db37bdcb28336a489fad7f82793b480469627919262dbfac7969963d26011977bd7ed8458f75f16fff6290f5d5bb91e0138f464b61662d4d660615747c05a3
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: 224
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: policykit-1
Version: 122-3+apertis1bv2024dev3b1
Depends: polkitd (= 122-3+apertis1bv2024dev3b1)
Filename: pool/target/p/policykit-1/polkitd-dbgsym_122-3+apertis1bv2024dev3b1_amd64.deb
Size: 156468
MD5sum: 5df150507d544abd6fabe4654b88f6a2
SHA1: c3f9c289e003e2f9f4f2920c215d517167ec2b97
SHA256: 77f1b142502ebfa26cc7cc517331d675082b37a6863132bda2dd5d3a7cb64411
SHA512: d51f17629421590c68e7840f4179dca2e3daf2ab4efd6f6b43cf22297020694e8d8bd756f44a3bb882785890cf97d844e218c695f505a4dfcaa321f329c8a89f
Description: debug symbols for polkitd
Auto-Built-Package: debug-symbols
Build-Ids: 21faa893116686d8adb905de0584727493011bfa 24a88b2573ea8b3c8b01c83847c4bdc8c577c18b 90257e60d22f2dd3e3c901f2344b37332bc69388 c4e1e25ef0c216d94a77cfe3da8df32ca5180cef e139a0ca0c077dce6519e766ba06085dc28d707e

Package: polkitd-javascript
Priority: optional
Section: oldlibs
Installed-Size: 24
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: policykit-1
Version: 122-3+apertis1bv2024dev3b1
Depends: polkitd (>= 122-3+apertis1bv2024dev3b1)
Filename: pool/target/p/policykit-1/polkitd-javascript_122-3+apertis1bv2024dev3b1_amd64.deb
Size: 12292
MD5sum: a506e163b49c8f6f692a6b8e10c18dc5
SHA1: 1f129573b9fe8cecdde25ab92d357128eef5309d
SHA256: 9762b307eab036866779002a96ce04915bac01f0824fbb3963d2c12c5814ad42
SHA512: a25db63e8edbc197e549a8ed5b425dca5d2d7dce45b9e212a21a540ef29e3c9005ca2017e2b5709a2e7adcf8a575617b6a81f7130481581ac7c36d6a28185d88
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: 120
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: policykit-1
Version: 122-3+apertis1bv2024dev3b1
Replaces: policykit-1 (<< 0.120-4~)
Depends: polkitd (>= 121+compat0.1), libc6 (>= 2.34), libglib2.0-0 (>= 2.28.0), libpolkit-gobject-1-0 (= 122-3+apertis1bv2024dev3b1)
Breaks: policykit-1 (<< 0.120-4~)
Filename: pool/target/p/policykit-1/polkitd-pkla_122-3+apertis1bv2024dev3b1_amd64.deb
Size: 33400
MD5sum: 4711c30e23242d3d236f88743620664a
SHA1: e491835b8262cd0c29e53787986377b060fde40b
SHA256: 6d69fd2f3700728d766e2b1301cdc61f84e6f2e3921aff5fdb46f6855546ae10
SHA512: b1131c97e39c56c11725d0833dfaa83df80bca759ff725e6e238506bb03a2f9a3d48dd34d5fd1011acc3d5e56ef4fe23dba8754fc311ce4f06d2081ced020c45
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: 71
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: policykit-1
Version: 122-3+apertis1bv2024dev3b1
Depends: polkitd-pkla (= 122-3+apertis1bv2024dev3b1)
Filename: pool/target/p/policykit-1/polkitd-pkla-dbgsym_122-3+apertis1bv2024dev3b1_amd64.deb
Size: 40116
MD5sum: 880168c68dbe9378bb8b319709321e89
SHA1: d758da30981955b023b349de8518746bd241d4e2
SHA256: 04a2483044eb81b2ec15ddd90b548d1ca62131fd6aab4a9b943da93033065234
SHA512: 98dca1cb7fe8ef9bc9717ef9ee3278b67f00875a689c87ac5aff899eed1c12586295e0deae6fc60b5f967da79bba35a806112d5a53b45f6c48bb953166894af1
Description: debug symbols for polkitd-pkla
Auto-Built-Package: debug-symbols
Build-Ids: 01861d00c9a5c9f1ac0115195cb64f952bcaa06e 9e37205c4b4b2acbcbdcde1970fa865e750e333b

Package: poppler-utils
Priority: optional
Section: utils
Installed-Size: 716
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Replaces: pdftohtml, xpdf-reader, xpdf-utils (<< 3.02-2~)
Provides: pdftohtml, xpdf-utils
Depends: libpoppler126 (= 22.12.0-2+apertis1bv2024dev2b1), libc6 (>= 2.34), libcairo2 (>= 1.12.0), libfreetype6 (>= 2.2.1), liblcms2-2 (>= 2.2+git20110628), libstdc++6 (>= 11)
Conflicts: pdftohtml
Breaks: xpdf-utils (<< 3.02-2~)
Filename: pool/target/p/poppler/poppler-utils_22.12.0-2+apertis1bv2024dev2b1_amd64.deb
Size: 192260
MD5sum: 2a9bb2c303d79634901678125cfdaeca
SHA1: f042f87ccc8f4249688e11dca74d9657f2ef8ead
SHA256: d4b3ea92e1ecb121b2f4b1b9affed350b7ac83015abf554c3de22f97b79c9a00
SHA512: 2d17ed632843ff1f2563bb02ad37f388ef303bc4b3c5c3193d8b4460d7430f5cde8a85b80718fab8f07b7bba8e9bcc14869c725f5e12da093457e0de6b99ac23
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: 2963
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Depends: poppler-utils (= 22.12.0-2+apertis1bv2024dev2b1)
Filename: pool/target/p/poppler/poppler-utils-dbgsym_22.12.0-2+apertis1bv2024dev2b1_amd64.deb
Size: 2821980
MD5sum: 15d82bf089ac658548fd8b1afe76a287
SHA1: 72656b4dcb88c84994300bc960d70666b153be3f
SHA256: 05214c9b4827134823615972081c179687232bb52bdbad64b4b70a61e35a6400
SHA512: 4167db1c2bc16cce7d6f56812011ae444d4c53430e5bf1db24bdd4262b33ed80ae649a609b6b2e46f6014750caebe201d2d2dcb4329dc347ce29d13582415195
Description: debug symbols for poppler-utils
Auto-Built-Package: debug-symbols
Build-Ids: 2b93e2b18fe87de2964e6c29c4c1259725d4d757 3ad7e820d7591293d0d81566d29254cb5792b901 3f0dac349c86cb96a51f8c4809797f317438e0c2 4dd4a12121f8b6e2223e2a7dd13178d951e6c764 757814cb820c1b047114aa69f52e3738686adbfd 82852c8b0f3fdb523fe159a175bdc9d2538a120c 8c9f17ab89dc0fb2b0b5ba2fef4f867d498ab961 98b0da425ccfcdc8494cfac5810693ebeadae1f6 a97a07bd2a34aab3e0d49471824101599069dec0 cfe8990f7dbd8761573e8e046bbb1dac9c94cce6 d8337e633c30099ed05db352586df2d6393d8322 e00d4a8ce3b25a05d3baf0ad634f269bae8d33b6 e3ce6938ecf573cf7955452b78df483fa37592ed

Package: prestwood
Priority: optional
Section: libs
Installed-Size: 70
Maintainer: Apertis package maintainers <packagers@lists.apertis.org>
Architecture: amd64
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_amd64.deb
Size: 15252
MD5sum: a1fd6dc68edb6b169327dd427ff6e9b2
SHA1: bd564ea2eb01a1d3f86c95d9f0913c4a9e676eef
SHA256: b3a87da4f6584b1c00e3ac04ba4584878b36344eb64eaa6480a2981569f64329
SHA512: 7e9b3a15aa7e602f94a10b48de1b19747b2cc8b931a76775da8be6019591b7b07bcfdba174950ddef58de3002a7aad7d1bd1de3c365e284eb3be41c7ee698be3
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: 35
Maintainer: Apertis package maintainers <packagers@lists.apertis.org>
Architecture: amd64
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_amd64.deb
Size: 18916
MD5sum: 34b69c188ecfb01a221d46c26b202d07
SHA1: 8ea44acdec5c45e01b2a655613a73b2e74c20b9d
SHA256: 36a21ffa101c7a13125938b0fa6b61d455725fdd3467e50a89f502f097de6ecb
SHA512: 04d1b049ba461398ccbc14e34cd0c9db97bec6f038cbeadcc07eaae41c0908db6d07302825e8397a13ad1b9f397d8930e15b465a2d9715826ce1cb375dcee400
Description: debug symbols for prestwood
Auto-Built-Package: debug-symbols
Build-Ids: b53a30b8f92932d7a1cb8302854265dbb912147d

Package: prestwood-dev
Priority: optional
Section: libdevel
Installed-Size: 172
Maintainer: Apertis package maintainers <packagers@lists.apertis.org>
Architecture: amd64
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_amd64.deb
Size: 24248
MD5sum: 158f7febc61e0c991229047ce56aa88a
SHA1: fc7b9f23ea28cf36cc1900b1e53fc27b4fd6f0e9
SHA256: 98f15d84b7827e512383afb107f73b04edc5114ce5f99512238e3d8261793e57
SHA512: 731995202dd4a02565cfab63457741fba7fa652c74e0c1dae04bb3b779d4dddc88f681c37583309323401650c3cc0d5847f22531f0f9f56942f464854b74019b
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: amd64
Source: prestwood
Version: 0.2024.1bv2024dev2b1
Depends: prestwood (= 0.2024.1bv2024dev2b1)
Filename: pool/target/p/prestwood/prestwood-tests_0.2024.1bv2024dev2b1_amd64.deb
Size: 7556
MD5sum: 7df86e19ab0e1baa747336c0e6b189d2
SHA1: f0c92558641620912f11d877e50db71361f60d54
SHA256: 1e23ea7ec05a493968f0c3cf2eeeb716df731b69d322c500d268cf28ebdcf224
SHA512: 112745374719214af15da2fd2de17115ebddc6700dc5147560f52b97558064ad9da457810043a4aa2cc46d5765d60012ef8ec1bff5038c43d8848272d113eae4
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: 2097
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Version: 2:4.0.2-3+apertis0bv2024dev3b1
Replaces: manpages-de (<< 4.9.1-2), manpages-fr (<< 4.9.1-2), manpages-fr-extra (<< 20151231+nmu1), manpages-pl (<< 1:4.9.1-2)
Provides: watch
Depends: libc6 (>= 2.34), libncursesw6 (>= 6), libproc2-0 (>= 2:4.0.2), libtinfo6 (>= 6), init-system-helpers (>= 1.29~)
Recommends: psmisc
Breaks: guymager (<= 0.5.9-1), manpages-de (<< 4.9.1-2), manpages-fr (<< 4.9.1-2), manpages-fr-extra (<< 20151231+nmu1), manpages-pl (<< 1:4.9.1-2), open-vm-tools (<= 2011.12.20-562307-1)
Filename: pool/target/p/procps/procps_4.0.2-3+apertis0bv2024dev3b1_amd64.deb
Size: 711256
MD5sum: 95c2126a6003dd458f7129563dd78c04
SHA1: b9efc26bf67167b2ebf75a5ca2debf11d0303e24
SHA256: d735b5b80fab90facd55fb61f6cf0432d3e1431c4c00c18cbb1a6b171ad8d1c2
SHA512: a84839b6c930a8f42e582b8069c558bd08bbf671fa9d2c9b40a6948907aefde41e2c93f16d5f3a8f13758fa9a1b0fd043a340e44503095d5b83195fd7f1942cd
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: 595
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Source: procps
Version: 2:4.0.2-3+apertis0bv2024dev3b1
Depends: procps (= 2:4.0.2-3+apertis0bv2024dev3b1)
Filename: pool/target/p/procps/procps-dbgsym_4.0.2-3+apertis0bv2024dev3b1_amd64.deb
Size: 442208
MD5sum: 7e4acbcc54db2fd094fc1703b05aa709
SHA1: c3d7a0148cd41a1f3e945651ff73836fe282b9ca
SHA256: 5a9bdaf1396232b844425c88a739f9db6e3e8af0e6c4d335066d1fa5ba356966
SHA512: e83cbd7eb7ee34111b297b17f5154d1b9485fadd174f4ddd5503932d012098506570cc3814283764965c1e91ae1aa88d7c1cd13d74e8ea45cf92c18ccabb8bcb
Description: debug symbols for procps
Auto-Built-Package: debug-symbols
Build-Ids: 0110f05e942b8965d053141508f401983f74d2fb 0ea8e6d6908345a90bb98d7845d7dc95b137cbb6 0f76f72802d63a6903f0659567a51d9b17704fca 332d08617527608004589be2f6483d204e9e9900 73c345aa2de1b993cb6e65f9d3364baaae3c1a42 782692462d9b595cc87731dc9424b03a76072523 7c609e5546e7d2176194d6703183e872d0901921 8b17bd4547ea0ae309874228f2bec63b1c5854f5 976aa83fe85cd9652235ab80e4f3a2bc401a060d 9942d709ae471cf4cb178aa37ecab739cdc727cf b56e977c75ae79d493a116df89c30816ad808495 bba566a3ae7319db51792ae0f7abdb143fd99898 bdbacc7bd7c1743b59a7cb7ac498f9cec82d918f d0c9044c23196268c0f53d2bc4cc96ffdf027f41 e7eed77a63efd9e7c945036d30ecccdc5cf114b4

Package: protobuf-compiler
Priority: optional
Section: devel
Installed-Size: 171
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: protobuf
Version: 3.21.12-3+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libprotoc32 (= 3.21.12-3+apertis1bv2024dev3b1), libstdc++6 (>= 5.2)
Recommends: libprotobuf-dev
Suggests: protobuf-mode-el
Filename: pool/target/p/protobuf/protobuf-compiler_3.21.12-3+apertis1bv2024dev3b1_amd64.deb
Size: 86348
MD5sum: 06c5ffa802144dddf46c1f59b8b1c872
SHA1: 775972fab9c3a27f4f190369146ddb557d2a2b8e
SHA256: 632c35e0e38b6ffe98343e20413b0e35de1f2ca2d82e3657ea43927e44c95222
SHA512: 698e87669ca444929ca97121a13f172d7995cb4f98077a577ad05a0be7bbdc71b6a509c9fdfef66148e67547b6b28cd50ad32ace46647c04eb3bfb5b40944ea4
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: 132
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: protobuf
Version: 3.21.12-3+apertis1bv2024dev3b1
Depends: protobuf-compiler (= 3.21.12-3+apertis1bv2024dev3b1)
Filename: pool/target/p/protobuf/protobuf-compiler-dbgsym_3.21.12-3+apertis1bv2024dev3b1_amd64.deb
Size: 119024
MD5sum: 1df0790ea1061176335da10ece3e2279
SHA1: 312fa8994548797d3ad6d2453ffe6aa71b0456d1
SHA256: ea6bc3570dc0e638b27331b2a28b28f29f5cf247e4b4f7404bd33ec35a59123e
SHA512: 32015fe6324bedac5e156afef3de41f61125c520cce258df9b1954d88dadda91b84d6b6cf38f91e2aa0f76dab83d67f4d96c96e0859f91fca5e5f6fdd9cdd2a6
Description: debug symbols for protobuf-compiler
Auto-Built-Package: debug-symbols
Build-Ids: 0015280608c61093ee9f3858a1d1c90b3999a4a5

Package: protobuf-compiler-grpc
Priority: optional
Section: libs
Installed-Size: 159
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: grpc
Version: 1.51.1-3+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgrpc29 (>= 1.51.1), libprotobuf32 (>= 3.21.12), libprotoc32 (>= 3.21.12), libstdc++6 (>= 5.2), protobuf-compiler
Filename: pool/target/g/grpc/protobuf-compiler-grpc_1.51.1-3+apertis1bv2024dev2b1_amd64.deb
Size: 37740
MD5sum: 121a0b06298f74569dbb0da095b8840a
SHA1: d30178075875a948e02498eb0608f24ff7fb0fa4
SHA256: 352b5f1ee346089f393339f3890267a8eeb55b5c0d93662aacdf8544403d38c1
SHA512: dfab8eb18a95c5cc71de291336278470cbdb7f8dcb5d107ed6f91cf7e0e1fdb59a3bcadbd42180530bfb6eeccaf3eeab53736831a183f2c909f42e130cd8bd11
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: 603
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: grpc
Version: 1.51.1-3+apertis1bv2024dev2b1
Depends: protobuf-compiler-grpc (= 1.51.1-3+apertis1bv2024dev2b1)
Filename: pool/target/g/grpc/protobuf-compiler-grpc-dbgsym_1.51.1-3+apertis1bv2024dev2b1_amd64.deb
Size: 559560
MD5sum: 39fecb0121a210e787203e9f24b8c0ff
SHA1: 1acfbdd47ed2fa370fdd0e060628ee0e9bdc3b39
SHA256: ffb923fe89fe0c7ddeabb4bfcc49318e51541cdebd500b14e043410691119677
SHA512: 0082ddded6fd787412e2394cfd94556ba1d7aded50162584deacc4cc9950260a91f8770172736fa38b315f5e25e5ba3e3bd85be5076833da8f8b48bff42b662e
Description: debug symbols for protobuf-compiler-grpc
Auto-Built-Package: debug-symbols
Build-Ids: 4ea3a0926bc7d6c8582ad27bc05c7e1a14d4cec1 5256d956cf882c48e0e0f6ae54cc089d50e2afa1 7c25c88a7e08a3187da785fcc3d252a56b53fb42 c4053ca740f1cae8a82e173806ddc09d597aaf93

Package: psl
Priority: optional
Section: net
Installed-Size: 47
Maintainer: Tim Rühsen <tim.ruehsen@gmx.de>
Architecture: amd64
Source: libpsl
Version: 0.21.2-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libpsl5 (>= 0.19.1)
Filename: pool/target/libp/libpsl/psl_0.21.2-1+apertis1bv2024dev3b1_amd64.deb
Size: 15268
MD5sum: beec2ae21fc4d5df4075750a80ef9bb0
SHA1: 3dabff11ec8762ae6278e9fe294b97e5ee96d6c4
SHA256: 7c84c2bbed45f1c2c040d1e451debd71f3149375af4d14e068308d99e8e1641d
SHA512: 204715b05235098b28bd5e301088bc4312fa06250a8abb9b3a0bd2973bf2df11ce714cdb3bfaa5c6aba08e6e69a0979c83ef1ca2c84a59b45c76816e9eea6422
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: 26
Maintainer: Tim Rühsen <tim.ruehsen@gmx.de>
Architecture: amd64
Source: libpsl
Version: 0.21.2-1+apertis1bv2024dev3b1
Depends: psl (= 0.21.2-1+apertis1bv2024dev3b1)
Filename: pool/target/libp/libpsl/psl-dbgsym_0.21.2-1+apertis1bv2024dev3b1_amd64.deb
Size: 12000
MD5sum: 559e663de15543723ce135287b07ed4f
SHA1: 06b382580090c872427bf8e5272fde02d2414f80
SHA256: 25954ed881e01f092101bec34c118d9fed4019a4c3213a15d48db6f0b4f1f4ae
SHA512: 4f13af6e4f17fc10325c6b16696dced00f31385defa671a4aa67e5f8fa4fac054e5f41356475ee94fbcf21143385eeee42f700dd86e15325cbb8128bcde9e239
Description: debug symbols for psl
Auto-Built-Package: debug-symbols
Build-Ids: 2aba4c1519cc1674eac02a84be1b6e88a7adfe24

Package: psl-make-dafsa
Priority: optional
Section: net
Installed-Size: 45
Maintainer: Tim Rühsen <tim.ruehsen@gmx.de>
Architecture: all
Source: libpsl
Version: 0.21.2-1+apertis1bv2024dev3b1
Depends: python3:any
Filename: pool/target/libp/libpsl/psl-make-dafsa_0.21.2-1+apertis1bv2024dev3b1_all.deb
Size: 16572
MD5sum: 707e78844732ef376f9c9a5a3221b44e
SHA1: 87876937a191206bf834d905770ee718209cb49d
SHA256: 17cb562fdccedfbe10d29cf678b7cc362c3ce6f93ad4262d2f49d7b99bb8d843
SHA512: 19e12834cf25db739df5e6197cfc629f6c48c8b4200dcda98798fd5f39f5ed551ad30955acfc02cc1036f144e9dab27e64c59fdf33e037d5ef54f94fe14c4956
Description: Create a binary DAFSA from a Public Suffix List
 libpsl permits the use of an optimized binary representation of the
 Public Suffix List (PSL).  This format is a deterministic acyclic
 finite state automaton, or DAFSA.
 .
 It is primarily used for building a new version of the publicsuffix
 package, but could also be used by anyone else looking to match
 printable US ASCII strings.
 .
 This package contains a Python script to convert a standard PSL into
 a DAFSA, either in C source code form, or in a specialized mmap-able
 binary format.
Homepage: https://github.com/rockdaboot/libpsl
Multi-Arch: foreign

Package: psmisc
Priority: optional
Section: admin
Installed-Size: 910
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Version: 23.6-1+apertis0bv2024dev2b1
Replaces: manpages-de (<< 4.9.1-1)
Depends: libc6 (>= 2.34), libtinfo6 (>= 6)
Breaks: manpages-de (<< 4.9.1-1)
Filename: pool/target/p/psmisc/psmisc_23.6-1+apertis0bv2024dev2b1_amd64.deb
Size: 259056
MD5sum: e676f988d2e24a5c43233fd69599e1eb
SHA1: 4b5f63936c3eb28965f5d5e1294c33dc2af36981
SHA256: b17a6d37597a7523bbe0b1724fa65e2667557b5dd8312d5cfe9ef4af2ac560ef
SHA512: 13fcf4856c08ffb36ed68aecaae02286ad72de5c65308ae822bcb60d06df2fd7850142b814f1cc543e98835aa0be625ed13a3d6a0081f4bb6bf803f03f6dff3c
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: 170
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Source: psmisc
Version: 23.6-1+apertis0bv2024dev2b1
Depends: psmisc (= 23.6-1+apertis0bv2024dev2b1)
Filename: pool/target/p/psmisc/psmisc-dbgsym_23.6-1+apertis0bv2024dev2b1_amd64.deb
Size: 111956
MD5sum: e12b1a80166f0c04821fe04e90829cc7
SHA1: e910f6e8ea4a707873909a70ebda150d69fe1479
SHA256: b1a21b5e0efadcf4e392655b5d6fffc266b7414a5de4f5c70f8cf1250a87e8e6
SHA512: 64761a487c7806aecd7c846bce7283501f2f2f23fb8dea24806c288027816c3d03b038f975289fa199a5a7d2b36fcc918ea9f270b54cdb55814158f298894ad6
Description: debug symbols for psmisc
Auto-Built-Package: debug-symbols
Build-Ids: 197703794fca9e2c48e5a3f0768a92323ad74745 417a8e8dea4f1e871b6be68cbecd7f25ac550fd9 79a7a888d889b7f985d42b936568f7423d71c5cb 8a07a06812c69dbe9786bdab4bdccb0852658126 a3337b0c53b6adafebb6a09a25c7b91a9dd3c38f c15007c4daadc3bfb17084845ac476b5d2fa15a4

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: 6495
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: amd64
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: libasound2 (>= 1.2.1.1), libc6 (>= 2.34), libcap2 (>= 1:2.10), libdbus-1-3 (>= 1.9.14), libfftw3-single3 (>= 3.3.10), libgcc-s1 (>= 3.0), libglib2.0-0 (>= 2.31.18), libgstreamer-plugins-base1.0-0 (>= 1.10.0), libgstreamer1.0-0 (>= 1.14.0), libice6 (>= 1:1.0.0), libltdl7 (>= 2.4.7), liborc-0.4-0 (>= 1:0.4.25), libpulse0 (= 16.1+dfsg1-2+apertis1bv2024dev3b1), libsm6, libsndfile1 (>= 1.0.20), libsoxr0 (>= 0.1.1), libspeexdsp1 (>= 1.2.1), libstdc++6 (>= 11), libsystemd0, libudev1 (>= 183), libwebrtc-audio-processing1, libx11-6 (>= 2:1.7.0), libx11-xcb1 (>= 2:1.8.4), libxcb1, libxtst6, adduser, lsb-base (>= 3.2-13), libasound2-plugins, pulseaudio-utils
Pre-Depends: init-system-helpers (>= 1.54~)
Recommends: rtkit, default-logind | logind, dbus-user-session
Suggests: udev, pavumeter, pavucontrol, paprefs
Filename: pool/target/p/pulseaudio/pulseaudio_16.1+dfsg1-2+apertis1bv2024dev3b1_amd64.deb
Size: 1180156
MD5sum: 34422c965d68d62c06ba53aa80190baa
SHA1: 39ed9131e422dcf81cb350d548c1e3b2bc51370f
SHA256: 7f7caf94fa63c656f271c7b43f1133b1d8828fa2563489f43f6d633a3bb51c70
SHA512: cc6ee071b5e449126940dd58bd8cef84be77b72513a12a2134a8bc3435b597fca39f72e06e98fd4119ebfe5896c721b3534e42591ba85f95daf930a4d9d11996
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: 3768
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: amd64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: pulseaudio (= 16.1+dfsg1-2+apertis1bv2024dev3b1)
Filename: pool/target/p/pulseaudio/pulseaudio-dbgsym_16.1+dfsg1-2+apertis1bv2024dev3b1_amd64.deb
Size: 2895144
MD5sum: a03b6de9dac93121ca5b31d0f5a946e5
SHA1: ae81642a1db06caa4f12563bbd2637234809d3e9
SHA256: afe94fbc00dc3b5628b007af1c966dec03e95a9914c52a0337f898ad73c2b541
SHA512: 5b76f634230d34316cbb044b569c1ab0c5656301fa7e8476266dace67be7b639e2c86a36b76425b6250d67754d77d865cdb6c925223bffd993f84d49ab8931a8
Description: debug symbols for pulseaudio
Auto-Built-Package: debug-symbols
Build-Ids: 04137048dea9621b0d5fec86c0340ca4c85c2026 0c20e4028025332ecc7799b2c17ea05afc06cea8 13a4bb0be5dde00d9356b74c247328300076a8b9 174e2c9d5d4884f8340f92f1d26a48989fd3bc66 1a80feb6fb6995554fa28dfb298c451088fddd4c 1d2b2f0e4a287a09ea4db1049af503685e10e2d6 1ff9e11ab97ce8e5cc14f6941d412fb1d06ab3ec 2375343137eb94e8d95a5ddcfbfb5f96c6fc11dd 28fbec85e5fd86de09df57daedf542b9473dc798 2eb336241edab9110a828ba8315ed5a71dfda28b 375f0630bc7ba5cb261b9110a061aa09b0a0dd35 3e15fd73432e2717f2e3f84ce9c7dc5a70fdd0cc 4de18ab7ba6757e66ba13bbb72c0aa4e5cdfa0b1 5126ac1239ddff10324893602cc97cd0a35b0773 5511b164b9b9e888041dcfe313a6304d040f639f 5a9179f2727cacd96298c7f7f941b6764b8641ff 5cc044bd27d706481d13f4e9bee9a8fd753a1d4d 5d9b7c75a7a9aa661ec6405d43e8343a78835cc1 6375ac3b8320b28a0bf007991e692fa87b25146f 646552a611064db1a7c48d3f7fce0f7fc31383d3 646bd911f7f83cdc4c93f4bdf30b36fcf541ce39 64d55034f03cd1c3649e60f8ee65b7d080fd52b6 70b33c7a514dc00b37b01c1e28cac1f536410e7d 70ceda6d8177070f49d15369e4b69061bf907132 76469df63617a8541f175815f28f7872b32a3130 76f3cd9936eb4a2286b0c9c2b06c575d4d9e4821 79e4d1dac8dbada86fbef66ae6e4093bb0c00c86 7c1a4d011729bf601d7e0ab0b513517f061aee16 7c3051d0af3d2fd4a2a0e916dabb306c5194270a 8038e74b14c1bcf2739f9664e3cb5d2a47621dfc 81d17d749da5f97e28d49e38a22edb797be4df23 82a618642c4f90df9ced5db7b3acbc65245c45c1 850562557a0eecef3ecbc3d2f3401d2cb7998934 89b9840582bb033e850a5033781a7d8dea6ab07a 8eea660fb7a70a5feaf2cacc410905edeb0d8f11 8f38586dfc1e6c3e1fb45e8b5ea0f53f686dff21 93cd6e73a014da21c37c90eea553c39e5eb3aae3 943c4862cf3ba4e92e6a292514bf146ee82667c7 953f4c301856f15efa0696fe68189b4aaa00def0 96310e4948eb15e1f2141501e3dd9aee591080f4 969ea4d4513f44f815953020b5b7926ff07fe49a 979cf0eb7811368b1d59dda138dca48709e6b39b 9ccdb94c93bbacfb72da7970ad2ee277a4ad4ada 9ee0c1a0bdf15d1aadba9373226cbcc2187c41e2 9fa0b532590a794f58e1a3b8dd33543366f2328e 9fd37e40ae406db8e2b2d37bc1f86d0b00af52ea a3169e834b336cec64d09716447f668befd7db89 a358180ace1756b8556d4b311d1835a2e9f33efb a43154438fe37616e105871d5cea598de0fb99d4 a4d94894f310f6ff6f8885157c1a3a20ad06bdc8 a7d61f65b2f68470b9b141a14296dd0c5adaacab ab2946addff36743df12db4a2b4e259abaa19a60 ab912a123ce69037c63982d03939aac7017c8451 abd6a21d1da1e16ae9c5d1ac6174448d67e15b1c ac6b8cd571ed752dd8e817e9b01679ee64d256d0 adf1e225d339cf4c31d4991a982a759fab0af99a afa3e5f40dd8c49696823c928af6907bb7a98785 bf60d743a8517031cbee3caec431829f970dd6f7 c17a635a0e62da23647e8911f70c832d2c20dfe4 c23847e34477a2e115121494e24342795c97c9db c36a3123ed82051210be918d500b113e59505d6c ccaaae76e82389f0fe2d204db29105c779ecdde1 cf5cc46038ce73e91102cd6767ad4a7a7827312a cf69b3f9521a53d4332e24182996c6e33efadca8 cfc66cb0203838bd8d963674f350df40601123a2 cfe6585435ee4550ea55aa98d4b7608df84494ae d41d2908b7870ccab6fd060fd73ce958a4027ebc dc26528396021cb584caf5bc4a1b05629f5e9c96 dca944e4d9766e9a5431a3d4e1fbd9e05eebc166 dddd1720e822ef435d3fa1679c2e9d9a72f48ab9 e3dc669c906ba26f7cfdab71b8f600b82667f5a2 ebb6e30addd829b71faffbd3a04f8cfa1a698149 ecef0e0d43bbf830135dc44f920372a573bc4ac4 f2f17857f357eef78cd2d574694ef1869766504a f36dd7e3d86b05ed0005ecc4dcb78f7e4b622525 f474f81fbe6a5383b36dcb17c501aac00cde9350 f51319f6945754c5f9294298e56e19d09b4e28b3 fab156e1396632419db796bd1b43a48b40629c87

Package: pulseaudio-equalizer
Priority: optional
Section: sound
Installed-Size: 161
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: amd64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.29), libdbus-1-3 (>= 1.9.14), libfftw3-single3 (>= 3.3.10), libpulse0 (= 16.1+dfsg1-2+apertis1bv2024dev3b1), pulseaudio (= 16.1+dfsg1-2+apertis1bv2024dev3b1), python3, python3-pyqt5, python3-dbus.mainloop.pyqt5, python3-dbus
Filename: pool/target/p/pulseaudio/pulseaudio-equalizer_16.1+dfsg1-2+apertis1bv2024dev3b1_amd64.deb
Size: 55340
MD5sum: 61db289f5d9d144f722524bdddccd840
SHA1: 19c0ddbfb83411ccf48cf192876f9445f7d9a5d5
SHA256: 3100069b272aae4033e2e73d429ea18645f2ff9a18f2f94d2f18f947c657bb03
SHA512: aff232f9f08f4f243c7a5361cddc2de5be69d7c082e7329c68852411334db94ab8cc90b8beada282cab518a3835d679c707c0c8f06bb7744951848b0ba473a0d
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: 89
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: amd64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: pulseaudio-equalizer (= 16.1+dfsg1-2+apertis1bv2024dev3b1)
Filename: pool/target/p/pulseaudio/pulseaudio-equalizer-dbgsym_16.1+dfsg1-2+apertis1bv2024dev3b1_amd64.deb
Size: 65956
MD5sum: 13f20d38aca22fc278300ba46455ac9b
SHA1: c1b08825802d050c7b380dc9df82f94b3cb3996e
SHA256: e689a55c5486420b3f0f45cf9efc30e4c362846297a0246444a032dfed1425f3
SHA512: 79b499d716fe1663772e33c4ffde2c7c121ddd5f4940bbb42eb173c2e79d7cf7adbc8f1aef9d6befd6e05ee110782ae09935d4ba6b9d245def4e3297e1116df8
Description: debug symbols for pulseaudio-equalizer
Auto-Built-Package: debug-symbols
Build-Ids: a61fd85cebf4f7f6f8fc29a05cc666639a7fd179

Package: pulseaudio-module-bluetooth
Priority: optional
Section: sound
Installed-Size: 359
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: amd64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: libbluetooth3 (>= 4.91), libc6 (>= 2.14), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.12.0), libgstreamer-plugins-base1.0-0 (>= 1.10.0), libgstreamer1.0-0 (>= 1.14), libpulse0 (= 16.1+dfsg1-2+apertis1bv2024dev3b1), libsbc1 (>= 2.0), pulseaudio (= 16.1+dfsg1-2+apertis1bv2024dev3b1), bluez (>= 5.23)
Recommends: gstreamer1.0-plugins-bad (>= 1.19)
Filename: pool/target/p/pulseaudio/pulseaudio-module-bluetooth_16.1+dfsg1-2+apertis1bv2024dev3b1_amd64.deb
Size: 112268
MD5sum: 98652cf2827cc482ccfce4c7497ec9fe
SHA1: 8eb21ea8070e4037ea6dbc035e268bc63a1de762
SHA256: 8d083fd8402d1db9f18402701a5ab3da94f380ac0ee005ee313200adecafea7f
SHA512: 7fe4706c88c0b3ad38819ee6234279c9f7b155bcffc8dbe2dff908f1f637efa3ec00acb4a06564e3f851864d25ad9b6a5798dfed4b0ef97b31e9f3a76f14886c
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: 345
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: amd64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: pulseaudio-module-bluetooth (= 16.1+dfsg1-2+apertis1bv2024dev3b1)
Filename: pool/target/p/pulseaudio/pulseaudio-module-bluetooth-dbgsym_16.1+dfsg1-2+apertis1bv2024dev3b1_amd64.deb
Size: 273948
MD5sum: c11826d4ffac3571e4c78a718fcf9d8a
SHA1: 45921f69d3443505627cf7bc6c7a6a333914002c
SHA256: a345d14ba6c17a11196f51fdf785e8ba87a2f8c997dd27c2d7afd961fd3188d6
SHA512: 9e13c3f0067bb81a6951fb6f0c1ac277bc73640553e9969e5df97315a43726638ee9b333caf3b616b38faeccc989232acce840c59c36e41a3a261669f160521a
Description: debug symbols for pulseaudio-module-bluetooth
Auto-Built-Package: debug-symbols
Build-Ids: 1a5c4dde998a255705f29243d99e22e055fb1aad 2f69fde2c9f43c8f7bfc2782422404f51e482f54 4bdd92c705a263f374ab3b4f1989ecf28dc57dec bb3cdb64ef2b8ffecf9938cd30272a08b60b33f6 d4c386d74fa31bae8fe1d343086cd379745b8c7f

Package: pulseaudio-module-gsettings
Priority: optional
Section: sound
Installed-Size: 102
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: amd64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.67.1), libpulse0 (= 16.1+dfsg1-2+apertis1bv2024dev3b1), pulseaudio (= 16.1+dfsg1-2+apertis1bv2024dev3b1), dconf-gsettings-backend | gsettings-backend
Filename: pool/target/p/pulseaudio/pulseaudio-module-gsettings_16.1+dfsg1-2+apertis1bv2024dev3b1_amd64.deb
Size: 35100
MD5sum: 47a6d6f1a734368ee9b275502f26e168
SHA1: 98cffd4b9e112765c82189d7a8695d95ffbcb99a
SHA256: 7033e6b864cc9d23c567289193b4539467c5f083ddc632ac997919ac6278be00
SHA512: 41dce5cbe43954772df94263b7211f3db822066ee1b587a60483856e2bf299c6976155a20fb4bad2787da7c81b7f24a959d2c4463acfcf0b45e8d28960fa977c
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: 53
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: amd64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: pulseaudio-module-gsettings (= 16.1+dfsg1-2+apertis1bv2024dev3b1)
Filename: pool/target/p/pulseaudio/pulseaudio-module-gsettings-dbgsym_16.1+dfsg1-2+apertis1bv2024dev3b1_amd64.deb
Size: 29464
MD5sum: 911549fd0008039c681e96d55466cf64
SHA1: bfef3973eb3de1543947e9af7398be0db7037784
SHA256: 0a653bc1cd951a4b3ef63c8bb7f3824f43a7f2258dbf4a06fc6f08e64978e705
SHA512: b348288a864923bfecec9f76d87bb5ba44abdcca1c66db2f1d7141effc3baff82d41e4ce0cc0fd860994b608578cfcca61164e759cda0ca04c27651de57fca57
Description: debug symbols for pulseaudio-module-gsettings
Auto-Built-Package: debug-symbols
Build-Ids: b41abd3bc09c5857ed657f6b1bb974ea8f74df82 e39a6844c43a4c10fbc9da0844887855cc6b8dbb

Package: pulseaudio-module-raop
Priority: optional
Section: sound
Installed-Size: 164
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: amd64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.4), libpulse0 (= 16.1+dfsg1-2+apertis1bv2024dev3b1), libssl3 (>= 3.0.0), pulseaudio (= 16.1+dfsg1-2+apertis1bv2024dev3b1), pulseaudio-module-zeroconf
Filename: pool/target/p/pulseaudio/pulseaudio-module-raop_16.1+dfsg1-2+apertis1bv2024dev3b1_amd64.deb
Size: 57120
MD5sum: dfaddb4711f6a8a956fc178a9147774f
SHA1: c2548a251714f8ea80a22a9ca622485b4a82a190
SHA256: 6e6e5c8a48eb9e3244c5e7fda74478061538c3bc4bcfc17974f67f7f14906052
SHA512: a5f11bfa25b7abed803524e251a8b73ca9b00d57d219049e71d27e85950973696bad2d17678645e939cfb45ef1e843b3f9e0d23398f224ba78de5a55fc5ebf28
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: 151
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: amd64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: pulseaudio-module-raop (= 16.1+dfsg1-2+apertis1bv2024dev3b1)
Filename: pool/target/p/pulseaudio/pulseaudio-module-raop-dbgsym_16.1+dfsg1-2+apertis1bv2024dev3b1_amd64.deb
Size: 114724
MD5sum: 8de2f0d1b716959f15b62bc0a2c94ea4
SHA1: 2849052041a1eb43a38776a2ae4bb04a542c3e71
SHA256: 962ce25445cc94bdf92b94bb17a57feb03f51025fe5a1c8e022e09ca32cf840e
SHA512: ff439a657106d9c0eaee8e00c6b0685ce31eec75579ff47c54d78b475152c07887aa30bde3d5b13dd3f48fde2226a24628f510ca18fd2cfdf221771de2b6d0bd
Description: debug symbols for pulseaudio-module-raop
Auto-Built-Package: debug-symbols
Build-Ids: 0341b84a49f4545b844713d6ef709d21fbc59439 7263ccc2163e466c1ab9869bac724dab076d3f17 7ab388de67a6906041f5165b5ac075b4834edd93

Package: pulseaudio-module-zeroconf
Priority: optional
Section: sound
Installed-Size: 128
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: amd64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.4), libdbus-1-3 (>= 1.9.14), libpulse0 (= 16.1+dfsg1-2+apertis1bv2024dev3b1), pulseaudio (= 16.1+dfsg1-2+apertis1bv2024dev3b1), avahi-daemon
Filename: pool/target/p/pulseaudio/pulseaudio-module-zeroconf_16.1+dfsg1-2+apertis1bv2024dev3b1_amd64.deb
Size: 43128
MD5sum: 9b27e4bf2f6839bca277fb76ed3ed66e
SHA1: 0ea20663270f3fe698d9b34d9139819206aecf35
SHA256: 9654ec247794bf9c80a3c4f085fddf760faa99e44020a9f486245c114b0077e7
SHA512: bd1ae369f98b848ca5d2420fbd711b1e18ea7c50567b3906ea28d232334857d65e16b3cdaeeed02102dd43023d6e71c520df09dd5f0480cd453a31388b84f4f8
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: 102
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: amd64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: pulseaudio-module-zeroconf (= 16.1+dfsg1-2+apertis1bv2024dev3b1)
Filename: pool/target/p/pulseaudio/pulseaudio-module-zeroconf-dbgsym_16.1+dfsg1-2+apertis1bv2024dev3b1_amd64.deb
Size: 68028
MD5sum: dd9dbf58b2d72b5e809a7babd0188e20
SHA1: 511fff20400147779012cf4cc16f92b6cc43d465
SHA256: 0be0046501ce699711fa4a5ced737d6c9943580c216dbedd0acda721085233dd
SHA512: 60704d362485b1bd669af684cfb62d352f21f178338ab845ad434f83011b978028129fee4f3273f42fedbedef701521155049c39ae97237b6e031e13f6df92e5
Description: debug symbols for pulseaudio-module-zeroconf
Auto-Built-Package: debug-symbols
Build-Ids: 913f367992f13b618d4c46cd90a1ceb15d7c6284 a9e2731725e2c2d1c484875a8f6929027b32a2d4 d244111ea34e83038df7e2d9e887b14e88d26eb2

Package: pulseaudio-utils
Priority: optional
Section: sound
Installed-Size: 340
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: amd64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Replaces: pulseaudio (<< 14.2-3~)
Depends: libc6 (>= 2.34), libpulse0 (= 16.1+dfsg1-2+apertis1bv2024dev3b1), libsndfile1 (>= 1.0.20), libx11-6, libx11-xcb1 (>= 2:1.8.4), libxcb1, libpulsedsp
Suggests: avahi-daemon, pulseaudio
Breaks: pulseaudio (<< 14.2-3~)
Filename: pool/target/p/pulseaudio/pulseaudio-utils_16.1+dfsg1-2+apertis1bv2024dev3b1_amd64.deb
Size: 94400
MD5sum: 346352bf5d8aa59546d084b5088ea3b6
SHA1: 327b444e20e0db79513e2d070d59b5373ac4763d
SHA256: 4211bd7d76d9af4741d69077221c921eafe8e616fe42b4bbefb8b1f9ec645ded
SHA512: db0acba935bebb95aef6c958d4a969e9a787c9156ab7aa4e28c88448457d2d32b7ec95ff99b864e17e197b13791ae7569de7f5bb968a2d429b202f8c94fb7742
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: 180
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: amd64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: pulseaudio-utils (= 16.1+dfsg1-2+apertis1bv2024dev3b1)
Filename: pool/target/p/pulseaudio/pulseaudio-utils-dbgsym_16.1+dfsg1-2+apertis1bv2024dev3b1_amd64.deb
Size: 116088
MD5sum: a24ab8c3274e9b8e1fef30495b287d3b
SHA1: d53b3f64af0edf8caa201f6cd4164d0e3ada17a1
SHA256: aa189a712d87c102628fb5c1b5b64a8e1808089b19fa2d8cb54c08af58532d22
SHA512: 5ac07c8577b13a2bbc99ac460b55754f1ad8439d3e35fb6625b6b0ad7e1340952fd510e28eed491ba1b1dfef6307609869827ef69be527540d236bf875ccaf4d
Description: debug symbols for pulseaudio-utils
Auto-Built-Package: debug-symbols
Build-Ids: 064a2e270490823a210a091cbf38565fe6317800 0ee6e14f6b9f636e0f5e74ddaf1b59dda128d73d 2cd88a57c532cc14da64a259676ad5683ca09124 d16682aa92f1c2c0a8bf92404f46b75bc5b44842 e4ad54a9b2a15fd646d8ca309339c98d5a317050

Package: pybuild-plugin-autopkgtest
Priority: optional
Section: python
Installed-Size: 16
Maintainer: Piotr Ożarowski <piotr@debian.org>
Architecture: all
Source: dh-python
Version: 5.20230130+apertis0bv2024dev2b1
Depends: dh-python (= 5.20230130+apertis0bv2024dev2b1), debhelper, make
Filename: pool/target/d/dh-python/pybuild-plugin-autopkgtest_5.20230130+apertis0bv2024dev2b1_all.deb
Size: 9508
MD5sum: 93e5edb63391adb15d8ca09daaaf1402
SHA1: 5beb9d1d72df17cb532db126eecdf1bed7341f40
SHA256: bcb362e9f9ffee36f4a49d7b0a5bf49260b78a1de78b817541bef6cfe152d141
SHA512: 37db434bf8355f1585208e8cbe2d573f1433ff5e2606c73a890fc8bcfefc630cb12f8d1c9e3eb6d8f8c92abeaa88c3245e840ed8e20d93db39c6f76f16790302
Description: pybuild autopkgtest test runner (metapackage)
 This package depends on the packages required to run pybuild-autopkgtest, a
 pybuild-based autopkgtest test runner. pybuild-autopkgtest will run the same
 test suite that regular pybuild runs during build time, but against the
 installed packages and without doing a build first.
Multi-Arch: foreign

Package: pybuild-plugin-pyproject
Priority: optional
Section: python
Installed-Size: 16
Maintainer: Piotr Ożarowski <piotr@debian.org>
Architecture: all
Source: dh-python
Version: 5.20230130+apertis0bv2024dev2b1
Depends: dh-python (= 5.20230130+apertis0bv2024dev2b1), python3-build (>> 0.7~), python3-installer, python3-tomli
Filename: pool/target/d/dh-python/pybuild-plugin-pyproject_5.20230130+apertis0bv2024dev2b1_all.deb
Size: 9468
MD5sum: 663435c1ecedcca390111c163f419d35
SHA1: 9d2a7386ba5b57d64b6fbd7946d84b96f1eef179
SHA256: cd9a2ece5b475b4888f5396ffe97d06f34f2463142fd285106a9867059ba8692
SHA512: 723baa5272cd64e617309332ceacfcc2b78106613d67f3b50deac78bf6bb2b30afe98be951979767b748d785ebb86c709c3c42f88f744a59b7f3bef3dcac9c70
Description: Debian helper tools for packaging Python libraries using PEP517
 This metapackage depends on the components necessary for building packages
 with the generic PEP517 build plugin.
Multi-Arch: foreign

Package: python3
Priority: optional
Section: python
Installed-Size: 81
Maintainer: Matthias Klose <doko@debian.org>
Architecture: amd64
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_amd64.deb
Size: 26448
MD5sum: fcdaf75105483b16c5ddf7eea84de71d
SHA1: 3cafd6bc3c88768d3fa78f7882a707279bae48a9
SHA256: 886ef06f1ae17cf6b1221e12f0704afaa1cbe36e47d0deaf14b7719e088e8032
SHA512: 47642d5485cbeedbc63fb7fc6863317da48540931613b81ad001ba7a67fa1c6132d8058b1ae8862a47732ae71461e92d96174d688ce897f9262514ae047783e1
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: amd64
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_amd64.deb
Size: 1068
MD5sum: 2ef0e426999d3827a59b51d8437d8dd9
SHA1: 234d2c8bb2c75d0fa46b639255f9cb89607f25e7
SHA256: 4cb0c70530d48ae220daac3edabab930e18f3853e646b0b3d064b88dbe639190
SHA512: ba4a182de69e1f80f7086259a01d0fb9a12580a9e80fc22ad1fe83d14dba863f23e8dd859210da26a5d19d3e7c05bc5c776f79165dd5fc5b4063dc69228579d2
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: amd64
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_amd64.deb
Size: 1088
MD5sum: b627dcb4cf688d9182053fc4cffc7f46
SHA1: 3f04e658738e1b55c974fa15764a6683c22760f1
SHA256: 78ab3a23e0d50073badc2e0b18d6271d8d9d258e573748f2ecfc5c34f8971eb6
SHA512: 9e6de5020e76abaa26533c42aa845e03640b2c59cb044f19a43659ecb4683a30fe33193be6912e1cf7133bcabd9fc42a2d5965b7b71d07f02f91ae6debb65366
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: amd64
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_amd64.deb
Size: 1088
MD5sum: ff9a107866138bec71876a07ce64b97e
SHA1: dea99d02e34bb8d68bf441552f63ac186db8c7fe
SHA256: 4d407c666eb921c881797474dd89172320335b77a30ea6f46b4f7a45c1beac22
SHA512: 68f928456818a07745b83d6109111cc86ad31f9d25d8ecbdd12e127eaa410a9e69d4e4106ac04a332444be9d630e9d2378e301316e400c6a0002861761a3086b
Description: package depending on all supported Python 3 development packages
 The package currently depends on python3.11-dev, in the future, dependencies
 on jython (Python for a JVM) and ironpython (Python for Mono) may be added.
 .
 This package is a dependency package used as a build dependency for other
 packages to avoid hardcoded dependencies on specific Python 3 development
 packages.
Homepage: https://www.python.org/
Multi-Arch: allowed

Package: python3-apparmor
Priority: optional
Section: python
Installed-Size: 478
Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
Architecture: all
Source: apparmor
Version: 3.0.8-3+apertis0bv2024dev3b1
Depends: python3-libapparmor (>= 3.0.8), python3:any
Filename: pool/target/a/apparmor/python3-apparmor_3.0.8-3+apertis0bv2024dev3b1_all.deb
Size: 94072
MD5sum: 4247f85d17da106f99052406fdcdc59f
SHA1: 13b11e41de6408af86f1ecb99696003dac97b036
SHA256: 831ae47ea88ff938f718f40440823713e24b35f706ba05cc9507c887a975a5f9
SHA512: ba0c0fee7bae700b997bc88a9a7d048723442594bbf511fe2dcb373c9372fa5e1b0b141b357d16ebe619b4b0384961119e2c5aeb3b277352401df35e15a14e06
Description: AppArmor Python3 utility library
 python3-apparmor provides the Python3 modules that implement the
 higher-level AppArmor applications.
Homepage: https://apparmor.net/

Package: python3-audit
Priority: optional
Section: python
Installed-Size: 318
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: amd64
Source: audit
Version: 1:3.0.9-1+apertis1bv2024dev3b1
Depends: libaudit1 (= 1:3.0.9-1+apertis1bv2024dev3b1), libauparse0 (= 1:3.0.9-1+apertis1bv2024dev3b1), python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.14)
Filename: pool/target/a/audit/python3-audit_3.0.9-1+apertis1bv2024dev3b1_amd64.deb
Size: 66808
MD5sum: 064cafce1fd8b38e901c9c298d67fe9f
SHA1: f00989b3d6e277b9c52f6c93550ac6484da98532
SHA256: f5611ab7d95de8ec1c3eda923ba1b4a8fc6c1491f23b1feac43443c72382c7b9
SHA512: 9bdb803e51d378cb1a0bacd6a35fdc41a402130730ea9c11847dcbdd66b68b84bbb0247991dbd0489241c64be1d209515d821fe8aca50c0eaddca22439455d11
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: amd64
Source: audit
Version: 1:3.0.9-1+apertis1bv2024dev3b1
Depends: python3-audit (= 1:3.0.9-1+apertis1bv2024dev3b1)
Filename: pool/target/a/audit/python3-audit-dbgsym_3.0.9-1+apertis1bv2024dev3b1_amd64.deb
Size: 216556
MD5sum: 83bacb3374f1b454a822df9fba510117
SHA1: bd539dd41c17738d780f39ad2fbfcad643f19ce3
SHA256: 150ff802d358149ed0ddfaaae4dfa5047874af0aea85b879234e2f39d1f06b9d
SHA512: 21010dd2a938076dfc57f440847c63d377774b0ae10514b7026d9b43a01560fe0c7134f5f5427af58c6417d7590d7261825607dafa0fff4e56d904d101b0e7a0
Description: debug symbols for python3-audit
Auto-Built-Package: debug-symbols
Build-Ids: 6fa1db0746c9abfb4395aeec20301b87d9057683 c7aead283ad1e041a6b531f4ea7e43c46b16beb5

Package: python3-avahi
Priority: optional
Section: python
Installed-Size: 59
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 29984
MD5sum: f4c0c7901f15eb328d982887e6fee02c
SHA1: 23fb63ec7f1609249333fab27ff853e4bf09c054
SHA256: 6538e0a59ce8786e97428d62a5e7fdf72410643c0ac524bee8a0100515b4381f
SHA512: e828b50ef1fb674c3a153c6d3357b0f75e5f0e4783086b4d6f7ea9c8282054210dbcd486f9ec3fed83937d14dae66268bf586e3371dc552c7adec660fa3da341
Description: Python utility package for Avahi
 Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
 It allows programs to publish and discover services and hosts
 running on a local network with no specific configuration. For
 example you can plug into a network and instantly find printers to
 print to, files to look at and people to talk to.
 .
 This package contains utility modules to talk to Avahi with Python easier.
Homepage: https://avahi.org/

Package: python3-blockdev
Priority: optional
Section: python
Installed-Size: 66
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: all
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: gir1.2-blockdev-2.0 (>= 2.28-2+apertis1bv2024dev3b1), gir1.2-blockdev-2.0 (<< 2.28-2+apertis1bv2024dev3b1.1~), python3-gi, python3:any
Filename: pool/target/libb/libblockdev/python3-blockdev_2.28-2+apertis1bv2024dev3b1_all.deb
Size: 12784
MD5sum: 7c8f44fff1f61209074d1de7b18aa586
SHA1: 28f3fcaa7721ed3f31b0404abcb1a7dc08121b3a
SHA256: eb1e25d3004779e7ee04b01f6d3d02840e6ccab52fa0e92a0a6d419cce4d1d06
SHA512: aae9d1a45e95be1e3dcb7d82e20293e68df10288b8aab9072a406815d6a5d2d71e7d25bcf9ad7b15647a9ecb09c424a701aab15e9fa92c5f337850c2d3bf68e9
Description: Python 3 gobject-introspection bindings for libblockdev
 This package contains enhancements to the gobject-introspection bindings for
 libblockdev in Python3.
Homepage: https://github.com/storaged-project/libblockdev

Package: python3-brotli
Priority: optional
Section: python
Installed-Size: 779
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: amd64
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_amd64.deb
Size: 296512
MD5sum: 60cfe5e7c028480dccb64638fc417d7d
SHA1: 89375ff561c326ba9c12fd7ce24823f4aaffd96d
SHA256: d827f852e2264eadeaf8df866a95e2a359a064789640a91ed58d7a254e73a3fc
SHA512: d3c28460c13a388d97d874218ad96f19e23619b480cdfed5a3bf8cfcfe400308eaf1fb6ad60faeef65b7adb36fe1d9c567049e1f82c908953ad224929349b0af
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: 1286
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: amd64
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_amd64.deb
Size: 1266868
MD5sum: c5990555c7abef5a8cb1f76b823af3d2
SHA1: 771d143b250791b52b3120082ab5111c23acc77c
SHA256: ec6a9849ad0e8f54f89d29867145c544c65b7b392bede9b25e1d8435e4034ff8
SHA512: 11588defbdd4df9fc8e9111889a499c12a08c7c0ae1e565468b275b88bd8e8db75f5da5bf6167ece67af8bc52cd010fa42c1d7a10f890657ee5c467e5e211d5e
Description: debug symbols for python3-brotli
Auto-Built-Package: debug-symbols
Build-Ids: 85a6290654ead275cc71fd3708dd6b644aa77078

Package: python3-cap-ng
Priority: optional
Section: python
Installed-Size: 79
Maintainer: Håvard F. Aasen <havard.f.aasen@pfft.no>
Architecture: amd64
Source: libcap-ng
Version: 0.8.3-1+apertis0bv2024dev3b1
Depends: python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.14), libcap-ng0 (>= 0.8.3)
Filename: pool/target/libc/libcap-ng/python3-cap-ng_0.8.3-1+apertis0bv2024dev3b1_amd64.deb
Size: 22224
MD5sum: a4a8b8f52c1901f8a0288c8e908c1c3e
SHA1: 65e154bafa1e75ccbf1afcdd4d6bc4207c233abe
SHA256: be8697b03fab4b30f885fd7abf9271bc742b3ffa3fc7568edbc77d301dee0e14
SHA512: da4c4d1454b6fbf0d4c102020f236d7017c024d58997018563af26b183311d9724eab2a46f36b64f4d03722bceffdf29d196bf0b8ff60ff6b4be4d203d14e5ed
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: amd64
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_amd64.deb
Size: 55340
MD5sum: 14ba69a43ac79f233eaaa0e1797647c9
SHA1: b1a84f37a7c1e033daab15f4077525818320a37e
SHA256: 1e186b424dc21c65a36f0089805e7b85d61663ad8a1790259553a04644c20294
SHA512: a201ebb8f43fecc9512f1f358097bb0d81d6a9943f35a8871ad5c7470426afd29ce82f68eddd79f6e8ae311b090dec5126c36749e6169c93d94470ce7a457100
Description: debug symbols for python3-cap-ng
Auto-Built-Package: debug-symbols
Build-Ids: 6ce09d78b4016127b094aeff8463631d300a32f2

Package: python3-clang-15
Priority: optional
Section: python
Installed-Size: 345
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: python-clang-x.y
Provides: python-clang-x.y
Depends: python3, libclang-15-dev
Conflicts: python-clang-x.y
Filename: pool/target/l/llvm-toolchain-15/python3-clang-15_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 233312
MD5sum: 8e165b5fb862938289bd8ffd6c272f34
SHA1: 0178180d27ced54dd49c2ac6bf3410791fbd0ffb
SHA256: cffdcb50fb3a9961735973511034ff61b90ee10d3e72771450baed0fda1d6c79
SHA512: d63dd4d8ccfce92042ebb1140addff0dda8b8fef2efe7f82d2a9adf722857c29814f80ccccfd6857353020c9ab56febed2d03015c5d3f0bbbb374930a3263f5d
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: amd64
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_amd64.deb
Size: 1244
MD5sum: e6072b8de07ea0ba8d4c39568e61f5eb
SHA1: 6b07155c65db8d1e1bb547c53e06883a7698a909
SHA256: 2b2f678ebb6c93e65559a85747e7dcebaa18c756865e58c27161b88e4ac3d432
SHA512: 3d20dd28a967cf5e1d67282a24f933288d96ac4c2daecba38e8869c9b2c9da20268a28c7c7356bd5548f612365ef8a76dceb8677ed0cf6c8161dac774279882e
Description: debug build of the Python 3 Interpreter (version 3.11)
 Python 3 interpreter configured with --pydebug. Dynamically loaded modules
 are searched in /usr/lib/python3.11/lib-dynload/debug first.
Homepage: https://www.python.org/
Multi-Arch: allowed

Package: python3-debconf
Priority: optional
Section: python
Installed-Size: 18
Maintainer: Debconf Developers <debconf-devel@lists.alioth.debian.org>
Architecture: all
Source: debconf
Version: 1.5.82+apertis0bv2024dev3b1
Depends: debconf (= 1.5.82+apertis0bv2024dev3b1), python3:any
Filename: pool/target/d/debconf/python3-debconf_1.5.82+apertis0bv2024dev3b1_all.deb
Size: 4000
MD5sum: f4dba74beca3d8a5e165001e5ac3c60a
SHA1: 3831d39cf87da0a61d618f632b69cfd00dd0e60a
SHA256: 00f66aafec03913ad607c3d249f6ad117963ea43cdc02746fbd3041dcc6aeeb8
SHA512: 9b2017dcbbbef2ce0918d511acba189224426c669ccb5aa63bf32e5220d63e68b8f4c2fd803abafb32368d759bc58b0fcc33fb9591b25dabda463fd8d99d6c31
Description: interact with debconf from Python 3
 Debconf is a configuration management system for debian packages. Packages
 use Debconf to ask questions when they are installed.
 .
 This package provides a debconf module to allow Python 3 programs to
 interact with a debconf frontend.

Package: python3-dev
Priority: optional
Section: python
Installed-Size: 155
Maintainer: Matthias Klose <doko@debian.org>
Architecture: amd64
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_amd64.deb
Size: 26200
MD5sum: 13ff82757a51f48fa48e3be6a2338d4b
SHA1: 3cf2549e79f8ff1388bfde403f39c9e3edf419dc
SHA256: c73938e5c435afbedf19589a612c9199e42ea6ca37cbad9476aa06de97123086
SHA512: 2c79909a48dcbd155bd7a14009e96eb5f6b793951eb72f18e43caa3a6d0fb598f85fa8d3deb96c32709aaeea69c486906317109509fac8aa48b66542b26f68af
Description: header files and a static library for Python (default)
 Header files, a static library and development tools for building
 Python modules, extending the Python interpreter or embedding Python
 in applications.
 .
 This package is a dependency package, which depends on Debian's default
 Python 3 version's headers (currently v3.11).
Built-Using: sphinx (= 5.3.0-4)
Homepage: https://www.python.org/
Multi-Arch: allowed

Package: python3-doc
Priority: optional
Section: doc
Installed-Size: 30
Maintainer: Matthias Klose <doko@debian.org>
Architecture: all
Source: python3-defaults
Version: 3.11.2-1+apertis1bv2024dev2b1
Depends: python3.11-doc (>= 3.11.2-1~)
Suggests: python3 (>= 3.11.2-1+apertis1bv2024dev2b1), python3-examples
Filename: pool/target/p/python3-defaults/python3-doc_3.11.2-1+apertis1bv2024dev2b1_all.deb
Size: 9632
MD5sum: d5da9a79cb84775292204f702918ea6c
SHA1: d524c99f2604bacc5caa9d87747f9676829071b2
SHA256: 0108025c028e62019ba5f00ff6beea538f657c49aa7ffb2181f3ee7e9367ed06
SHA512: 8437decb010a1cb9578704a20b5d22f346f130c2f4d34370bf76c37861ca31cc8e05da299d85a9906f50991afc7a47c8dd1ee01f59d49e746d5a58e0c7ce6d6f
Description: documentation for the high-level object-oriented language Python 3
 This is the official set of documentation for the interactive high-level
 object-oriented language Python 3 (v3.11). All documents are provided
 in HTML format, some in info format. The package consists of nine documents:
 .
   * Tutorial
   * Python Library Reference
   * Macintosh Module Reference
   * Python Language Reference
   * Extending and Embedding Python
   * Python/C API Reference
   * Installing Python Modules
   * Documenting Python
   * Distributing Python Modules
 .
 This package is a dependency package, which depends on Debian's default
 Python 3 version's documentation (currently v3.11).
Homepage: https://www.python.org/
Multi-Arch: foreign

Package: python3-examples
Priority: optional
Section: python
Installed-Size: 6
Maintainer: Matthias Klose <doko@debian.org>
Architecture: all
Source: python3-defaults
Version: 3.11.2-1+apertis1bv2024dev2b1
Depends: python3 (>= 3.11.2-1+apertis1bv2024dev2b1), python3.11-examples (>= 3.11.2-1~)
Filename: pool/target/p/python3-defaults/python3-examples_3.11.2-1+apertis1bv2024dev2b1_all.deb
Size: 1048
MD5sum: ba6829bcff6aef202f3b601b099d81b2
SHA1: 03a9f74a7420bcd9a216ce3bc0f968e00f7849fd
SHA256: 5c0544255af242cecbb35f8120088795d141a9112478ac87a94f3da682ce62c7
SHA512: 730ab83761271d8c9b70259f082c9a32c5f958b092efbcb8d2b983a45ef671bfdb9d5a8a626fab35b5d7eef2236dcb0300a4da2137a35d497c8c1039627f358c
Description: examples for the Python language (default version)
 Examples, Demos and Tools for Python. These are files included in
 the upstream Python distribution.
 .
 This package is a dependency package, which depends on Debian's default
 Python 3 version's examples (currently v3.11).
Homepage: https://www.python.org/
Multi-Arch: foreign

Package: python3-flatbuffers
Priority: optional
Section: python
Installed-Size: 130
Maintainer: Maximiliano Curia <maxy@debian.org>
Architecture: all
Source: flatbuffers
Version: 2.0.8+dfsg1-2+apertis0bv2024dev2b1
Depends: python3:any
Filename: pool/target/f/flatbuffers/python3-flatbuffers_2.0.8+dfsg1-2+apertis0bv2024dev2b1_all.deb
Size: 29228
MD5sum: a772800ba76b999d97a2d65dd02da8ce
SHA1: e2716d28ef405c8821260a439cb0d16f907ae347
SHA256: 7e9066537d60d5c75d87ece9e0cfeb8d86433feb6edcf8339e5c81b3b497a41b
SHA512: 064397c9e5722ef1396c13951da921a3c8f38a86c40b900296f048d417684bd69db365a479d487765d5e6e90190730509e9216ccb895ac6f558d11181debc05f
Description: efficient cross platform serialization library - Python bindings
 FlatBuffers is an efficient cross platform serialization library for C++, C#,
 C, Go, Java, JavaScript, TypeScript, PHP, and Python. It was originally
 created at Google for game development and other performance-critical
 applications.
 .
 This package contains python3 flatbuffers API.
Homepage: https://google.github.io/flatbuffers/
Multi-Arch: foreign

Package: python3-full
Priority: optional
Section: python
Installed-Size: 6
Maintainer: Matthias Klose <doko@debian.org>
Architecture: amd64
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_amd64.deb
Size: 1348
MD5sum: 2cfb1b66cd929793edd0057c03965ead
SHA1: 36f3a5f5abd61bc385dccc6daaaa073a9d1418d6
SHA256: 6c36c5084e8c51572c29ca22a9e9863923b0ecc49a3c90eb04ba848c1f5a48de
SHA512: 817c3cd81d8ab0437fa532fa73684f0caa95e66a192a1747dda3bfcdfca09ea07521a340f2f5aeb4df9761c7de3c5eb54759d96247d47f2e32151351597b7017
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: 7034
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: grpc
Version: 1.51.1-3+apertis1bv2024dev2b1
Depends: python3 (<< 3.12), python3 (>= 3.11~), python3:any, python3-protobuf (>= 3.21.0~), libabsl20220623 (>= 0~20220623.0-1), libc-ares2 (>= 1.11.0~rc1), libc6 (>= 2.34), libre2-9 (>= 20150701+dfsg), libssl3 (>= 3.0.0), libstdc++6 (>= 12), zlib1g (>= 1:1.1.4)
Filename: pool/target/g/grpc/python3-grpcio_1.51.1-3+apertis1bv2024dev2b1_amd64.deb
Size: 2060392
MD5sum: f690f8966b02b821eda6978a1ba0f5a1
SHA1: afbd2a13b4ae4f124b7154387014225941937abe
SHA256: d570ebac87e063c61eb13754e4107a3cc189232aebf81d440202066eb0fc6693
SHA512: 453111a561bd96b821fa0838b91c25cba25bd7f4a186f8c8932ca5be28d79e7a968493fd1a8a1880d1b5759a7531ca6be3f8ba50442b9e6e6ad4982097b8131d
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: 50031
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: grpc
Version: 1.51.1-3+apertis1bv2024dev2b1
Depends: python3-grpcio (= 1.51.1-3+apertis1bv2024dev2b1)
Filename: pool/target/g/grpc/python3-grpcio-dbgsym_1.51.1-3+apertis1bv2024dev2b1_amd64.deb
Size: 49297528
MD5sum: 350a71aad93a5b97957f7875f41d7c78
SHA1: 661934a455e81619075c9cf360bd725d39d41640
SHA256: 99ee5817b61ff63e7c8548c5b4b7c5a984ae7c5d1cb493bef1a28f788d8eb14e
SHA512: f225bf94e14ced07208c73fc591edb624673476cc828cdc390e2031376ef3154ca58b168985a1b51da488093c479b316de1d40f05aabd4f46727a50542a44462
Description: debug symbols for python3-grpcio
Auto-Built-Package: debug-symbols
Build-Ids: a404f40b3c6c3f8a913fe8889e763538bd7263a1

Package: python3-imath
Priority: optional
Section: python
Installed-Size: 36009
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 4049340
MD5sum: 1456a101b6c16f9e9bd16e5f58afcdca
SHA1: fb7ef4280b86250ff1bd936119ac78a178f2cf96
SHA256: c0374558f8b6c280b920636d5925922b3d28f8ab6fb2991d59918d039542fde3
SHA512: e3e1eeb2c2eb312d92b9ab670da73823bb71847d320580866ea3c89211f97f2e2538e5959ee8d0f357149d3032b43dc1283ecec9ae183db5bb6c5f0dd0ce4c58
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: 68737
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 52762352
MD5sum: f7ea8a8c95d922eccec64c984248c8bb
SHA1: 44010a0fc58efdf642186e8489c5569dedf70994
SHA256: 794006971cf1ec15cdad6f4a044bce6c7850e4d6aa38b03078816f53351c0221
SHA512: ecace17ec07247987a9d08ecc2c12370d4cebbd33352967b0ac03f8c4ca79281bf08f12369801cf5b4a064aeadbbea57c070f608ff1505d97609d9820c56589b
Description: debug symbols for python3-imath
Auto-Built-Package: debug-symbols
Build-Ids: 498d8590dc188819e8937d8f8e8ce41ea1cfcfdd 7c3b253b28fe46c17a9c339f180c0b8dbfefcb4f 7e93b91d157c99d7be3962e2e49e9798bd71f428
Multi-Arch: same

Package: python3-ipython-genutils
Priority: optional
Section: python
Installed-Size: 85
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Architecture: all
Source: ipython-genutils
Version: 0.2.0-5+apertis0bv2024dev2b1
Depends: python3:any
Filename: pool/target/i/ipython-genutils/python3-ipython-genutils_0.2.0-5+apertis0bv2024dev2b1_all.deb
Size: 21632
MD5sum: 0d7a9ced8667f70a8fdd83dfad9e0b89
SHA1: cca324d0f483ef33ce82b23f48f172a47297691e
SHA256: 6a6a536527d3234aecb623d5b05bb288dc205d5cb5a7b2fa803323924027a2c1
SHA512: 563d75b224ccdd0f5f0ca97557a7f53b95950c6e502322d0345889b98d1cd179473aa14ec506ac6e5028622a191c8c1657da48bc4b575d9f5cb35df03840443d
Description: IPython vestigial utilities for Python 3
 Contains some utilities shared by the IPython and Jupyter projects.
 .
 No new code should be written against those utilities.
 .
 This package installs the library for Python 3.
Homepage: https://github.com/ipython/ipython_genutils
Multi-Arch: foreign

Package: python3-ldns
Priority: optional
Section: python
Installed-Size: 1432
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: amd64
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_amd64.deb
Size: 222972
MD5sum: 5b0ef3191b7ae332523d9b5c4bdb6f81
SHA1: f964cf1c766d5bcea4b8e15e75fa8d12f29f8604
SHA256: dd3cda604e40b31f96b5eb93cea7b376b7636d932db5413dbe12aa31e27e13ac
SHA512: 80189b22ab0fe9f874dd49f5e5d87dfa858e52b85d551e2c93460cf5365605714841874f685ee6e84bd03a2ada757dda90713ae933cfcaea7a9fbb6625ee049f
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: 861
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: amd64
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_amd64.deb
Size: 765820
MD5sum: db72989c2e31e76e2314ea5cff115c26
SHA1: e43d0a83eca47587658fa7129a50381a81995e08
SHA256: 9ad2cea92db32552f00b3478c51c5fcfd9b6cfa792b2bc7f75ca772d46efb525
SHA512: 39e51b2f60f16418fc96db147768105aaec8e3adf84bc1580d6c8dd0bbf84c2e7fa77b23a3e0af16128d9d8ab4cd2a11ffcf30dcd556f944b723178c7a003ba9
Description: debug symbols for python3-ldns
Auto-Built-Package: debug-symbols
Build-Ids: ab7a69015db4dacba99eacc89c9b89aa20b452f6

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: 159
Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
Architecture: amd64
Source: apparmor
Version: 3.0.8-3+apertis0bv2024dev3b1
Depends: python3 (<< 3.12), python3 (>= 3.11~), python3:any, libapparmor1 (>= 2.10.95), libc6 (>= 2.14)
Filename: pool/target/a/apparmor/python3-libapparmor_3.0.8-3+apertis0bv2024dev3b1_amd64.deb
Size: 42820
MD5sum: 958226f417ab7d5431687b02dc8f5f27
SHA1: adf923cb809a15d13eaaa764a1501662977dc8bf
SHA256: 32e8ad54004788d318ab72eb2b24aad6fbc95b42fd0dd5925e30e3563e675a92
SHA512: f92b32e79c14c32a8227c2b04118700c4cd40aaaa79098d271529a2072eda5e0623801b655b1008b7fb8e13f0d7c0e3b0e67fb3bc601fa21e0afa7fd244a8a2a
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: amd64
Source: apparmor
Version: 3.0.8-3+apertis0bv2024dev3b1
Depends: python3-libapparmor (= 3.0.8-3+apertis0bv2024dev3b1)
Filename: pool/target/a/apparmor/python3-libapparmor-dbgsym_3.0.8-3+apertis0bv2024dev3b1_amd64.deb
Size: 108860
MD5sum: bbdc5997065aab4219c7602b85d689fd
SHA1: 020416fda3c143c8ea62f3bb57b8b1d866d57026
SHA256: 6c0ef944536c0025aa6d58e6698b8e05a5d708806f4d4f5eca082cbfdc331bec
SHA512: 3d94dd73e4917e14d9869a3cc3e6fe960891434363e0e011131d7735c3680c23f9e765361ab77613266f1ac38eb47f2ecbf9204bdbbeed4e2fac9060ad2827a1
Description: debug symbols for python3-libapparmor
Auto-Built-Package: debug-symbols
Build-Ids: edaade72f055b464bc9ef8760ae132226fcc6a19

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: 841
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
Architecture: amd64
Source: libxml2
Version: 2.9.14+dfsg-1.2+apertis1bv2024dev3b2
Depends: python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.28), libxml2 (>= 2.9.11)
Filename: pool/target/libx/libxml2/python3-libxml2_2.9.14+dfsg-1.2+apertis1bv2024dev3b2_amd64.deb
Size: 189612
MD5sum: 2c73235883093b8353d4e79029b5a3a3
SHA1: 77c65042a01368368904d4419bc13ea1557413ad
SHA256: 84f8a3991acc18cfd73182c136e7904ae263885c4560b8c4946f5deb4a1c666b
SHA512: 26ec1238024a9e209d9f5e2a2fc9f2067379b2944cec9c7c7f5ed47be38736c43ca9728da0c4b9196c4f2fcdfd8a547fd355f9d4ad24fc62e60a8c13b7cc126e
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: 319
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
Architecture: amd64
Source: libxml2
Version: 2.9.14+dfsg-1.2+apertis1bv2024dev3b2
Depends: python3-libxml2 (= 2.9.14+dfsg-1.2+apertis1bv2024dev3b2)
Filename: pool/target/libx/libxml2/python3-libxml2-dbgsym_2.9.14+dfsg-1.2+apertis1bv2024dev3b2_amd64.deb
Size: 220588
MD5sum: f186763fa33d98aa78c92b1226c6050c
SHA1: 7fc6537e5ec0f7e2589d6b0b53315b2ed1553e89
SHA256: 9cfad2426d509a1d7923462993126e0d690378b2ec635fe9d1e1e947ed492af3
SHA512: 82870e923bd7efa4bcb19cb885cb43237fb18342bf40592fc4de2c6073039096014368f4ea2b00f79603110a2f67bf51e7c4f4bd237b61fa3beb11e54c9b68b3
Description: debug symbols for python3-libxml2
Auto-Built-Package: debug-symbols
Build-Ids: 1809ba4c866af54b80db0774f82018ac26f7cd5a
Multi-Arch: same

Package: python3-lldb-15
Priority: optional
Section: python
Installed-Size: 970
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: python3-lldb-x.y
Provides: python3-lldb-x.y
Depends: liblldb-15 (= 1:15.0.6-4+apertis1bv2024dev2b1), python3-six
Conflicts: python3-lldb-x.y
Filename: pool/target/l/llvm-toolchain-15/python3-lldb-15_15.0.6-4+apertis1bv2024dev2b1_amd64.deb
Size: 309188
MD5sum: 502638d9dfe3b5768d544caf7b0e711b
SHA1: 427b81f945eb0f72a828dbb9ab0f9161b9b115d7
SHA256: 32459750fcaaa7d989f12a1b39527848e2ce51757e96ee2973ba92e004aeab4b
SHA512: b4c954080037622b3b1cc7fef1442fc4a3efdac19c0f68450de38fb35b5216eb65e60ea10d1e80a01329cbc9cfc26b5b1b06547235dec2f8230d932ff4fb9ae7
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: amd64
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_amd64.deb
Size: 26444
MD5sum: 26fe69ecdba37d93ae000edb904a1ebe
SHA1: b7da105904a3b6eacb8d7234b6e187b6eb1bfb5e
SHA256: ee2cef4d721c16a78dd1e1e99ee22a320914c41e4c4a2434073d8c3ce2a5a21c
SHA512: bd263505f8460d203687db47e50fbac6cc5fbb671b912cbd5477ff12e7f09fc592d04e99be22ea6218793d3f2d1734343e16e3796f312450d59eff6863a63bf7
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: 104
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: amd64
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.4)
Filename: pool/target/n/newt/python3-newt_0.52.23-1+apertis0bv2024dev3b1_amd64.deb
Size: 28004
MD5sum: ee3a5610a5ab53592e3b6399a6f04f0f
SHA1: a29fbf45f1013ec518649f987e31c66799ecab48
SHA256: 30ddee5024bb5d2ca88cee7fcac3eb78c0ef3bd4c7c8a2d43738adc642c7e3ef
SHA512: 90a18a34fda2bac0811a34e269ab966b8117a3b587a1d16532920238d626e1390662a8df3c96687bcdaf5ba5dc4b554467c3685333815cad5956206c64aae5e2
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: amd64
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_amd64.deb
Size: 37156
MD5sum: 72d8a39667beaa676f64a6d4cecf81ff
SHA1: cdc69c674db1ac36565bc32c4cecf6eb92258751
SHA256: ccf469c102c44733a4b0d4f22b4d5de09b56737ab6cc3ffee022ce7bc807c331
SHA512: 97b7ad387a8d02e1d51ba1ec719ef2d9aa5fd0fbcb2c596139dba6eedbb9a033ab82af4d3bcfe4ec95d336e91d5af684e8c71596948ea9e721fae48b1328ebe3
Description: debug symbols for python3-newt
Auto-Built-Package: debug-symbols
Build-Ids: 97d63f1b3a076f021758dfb93e53ff4e5c6fe1ac
Multi-Arch: same

Package: python3-nftables
Priority: optional
Section: python
Installed-Size: 60
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: amd64
Source: nftables
Version: 1.0.6-2+apertis0bv2024dev2b1
Depends: libnftables1 (= 1.0.6-2+apertis0bv2024dev2b1), python3-jsonschema, python3:any
Filename: pool/target/n/nftables/python3-nftables_1.0.6-2+apertis0bv2024dev2b1_amd64.deb
Size: 15324
MD5sum: 09570e024c7a533d0f77e3d68804c693
SHA1: cc52ffffc2164e25e91c555bf4364fc95d338eae
SHA256: 88dbb5a7d9fec7eb9e3b9b23a0fb12baff0c319960677b5d2cba167ffe058009
SHA512: 29fd426d1269d35cec4ad8e36e079d0274c63bf6c0905e7f96d4a19547d58de83cb7686a300c75ad5de3bb005b335921ef8c2f9405f58eb810cec332358f2714
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: amd64
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_amd64.deb
Size: 1084
MD5sum: 6573dd991bc3765b45ff36ccb379663a
SHA1: b7ea4c5bcc4ead18615f05866e382c47ad2dfbc2
SHA256: ce2c2d3f54eb43a94cacff3932ffdc6d499752ed1674985ecba02b4db7c4f3db
SHA512: 6cd63db92ba4a8b1b2a288a49d9f10a0402703c73aeda1adedf7e1204a9d3f9a8e8fdfc4c85aee0a6e534e54a7a3a663ccff1db2184a688d32e3ee7a19d05e85
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: 3760
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 621468
MD5sum: c7b0bc7d23c1d1af11164501b25f6caf
SHA1: 113c476561deee844e5fe911ae935c4809c2db83
SHA256: 33593026d1af7d7c376b722491bd15cb6aa8b7f7b326c685ad735fc497aad1b1
SHA512: 25649b80215f37ad8c5747babdb1fbf71bf5ccf65b3622998dac69e4cd1883d179a35a76c36e4e202b8ad4a96e98c999c7c3b02ce71fd56bc92df619312b08fd
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: 2492
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 2397688
MD5sum: 52f41d6433fe961c021c73469d3138d7
SHA1: 61a19302801602022efec93479dfecb8abd4124c
SHA256: 24c2c20a7d56a827ccd42839d2b0f808e4b6042576915fdab0beecc04087d10a
SHA512: b7f23d310d0016012bd155904f1e6977fc564c3c02b06d1f29b4297c65799f443181743ff3ac3252884f834defc078cec1a900365a43fbb5082bcddcc80981c1
Description: debug symbols for python3-onnx
Auto-Built-Package: debug-symbols
Build-Ids: 4ce17fc04a332a4fab603cbea470ebb6153fad29

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: 1097
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: protobuf
Version: 3.21.12-3+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libprotobuf32 (>= 3.21.12), libstdc++6 (>= 11), python3 (<< 3.12), python3 (>= 3.11~), python3:any
Filename: pool/target/p/protobuf/python3-protobuf_3.21.12-3+apertis1bv2024dev3b1_amd64.deb
Size: 247556
MD5sum: 77e63b7a3fa2c23c28cfab75b464b880
SHA1: 18f7b0cdb52d57206afb0b17784ea47247598bef
SHA256: 087e500dd61d31b96a1545db06b23742c7878aaf570065a9a605e13c72410b25
SHA512: 9f781bcba081b6095490bd50e9bcf3dd10c06f96be3006556f4794586636e7625524b28e126788ee44fcb7754ff0ad2f9675f9b095bd2265f38fcc4f7360068b
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: 1553
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: protobuf
Version: 3.21.12-3+apertis1bv2024dev3b1
Depends: python3-protobuf (= 3.21.12-3+apertis1bv2024dev3b1)
Filename: pool/target/p/protobuf/python3-protobuf-dbgsym_3.21.12-3+apertis1bv2024dev3b1_amd64.deb
Size: 1457436
MD5sum: 6720b8489e6e3f5c90ec7933bdeab0aa
SHA1: 4129ced84c216ba62ab1dcd67418fbe1bd54e7fa
SHA256: 09d5982ff6655c58e34c7b834657822bdf44c6b43dec9c0320e34078b8e81cd2
SHA512: c7eef2cdf333a056073cb44016b84404e1af2736c2bebedc9ef5f8bf27b85f9d61dbd0877cc873e09ba483c1ce9e8fd6bc75e0d4b492251d06a3a5da0716784c
Description: debug symbols for python3-protobuf
Auto-Built-Package: debug-symbols
Build-Ids: 89fb654ce4d87d080b22bf72af3d2cfedf12f918 cb0447a5d12af2fb1e02aef9501a32f57d538fc5

Package: python3-seccomp
Priority: optional
Section: python
Installed-Size: 289
Maintainer: Kees Cook <kees@debian.org>
Architecture: amd64
Source: libseccomp
Version: 2.5.4-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.4), python3 (<< 3.12), python3 (>= 3.11~)
Filename: pool/target/libs/libseccomp/python3-seccomp_2.5.4-1+apertis0bv2024dev3b1_amd64.deb
Size: 92984
MD5sum: 13746be3e56f6fe3becc55aaebd082f7
SHA1: 12c84af7e833185d24a9322238345307449ea40e
SHA256: b7c685030316af474fb963ba9cd20aa7830428bd08b01b9c2b4d895d207b8472
SHA512: fab4adf5068e0488f7f7db093cfe3242f2248d4751681823f320a427c4ee5abbf45ce5446491044e9c81ee695f80c5432adc0b704b00f45c83a2a27dd7324792
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: 368
Maintainer: Kees Cook <kees@debian.org>
Architecture: amd64
Source: libseccomp
Version: 2.5.4-1+apertis0bv2024dev3b1
Depends: python3-seccomp (= 2.5.4-1+apertis0bv2024dev3b1)
Filename: pool/target/libs/libseccomp/python3-seccomp-dbgsym_2.5.4-1+apertis0bv2024dev3b1_amd64.deb
Size: 331612
MD5sum: 88d8411b9d99c3921136dc1a20de021c
SHA1: b3bf6b8bf31b184fd587cc36f406149aa470772e
SHA256: f4a51141d71f3f222268f279b484e4b2762ef1702c6c650077249f454b8dd406
SHA512: d7c26d74d32e0934f9d01e65d1cd37ae0592d38bd27499326798ce9510751b245f923f62c6926da17ed7264b0c0a35b92bb90aaa8a137b1bc8cccf5b8ec08d17
Description: debug symbols for python3-seccomp
Auto-Built-Package: debug-symbols
Build-Ids: 17524ca5aa1ef5a8e8c4611ec4429853d29db77c
Multi-Arch: same

Package: python3-selinux
Priority: optional
Section: python
Installed-Size: 556
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 152080
MD5sum: af3de1cc0c573a1cd2dea72416c2df8a
SHA1: 2cf27d3719892d5a61130deb223379c9e25fd035
SHA256: fe453aace21ad2a95aefe3bf5217d5ac32009b91c17512fbac33c6781167c3d9
SHA512: 5fb3dc3c59833a3901e414375fe404befcbbca06989aab5216c7914675fe6bd552d2a03b1f321483261976e7c7b10f6c4eb1ba517ecc0294cdb6fa23ca681b6b
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: 340
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 262428
MD5sum: fb6604662ab54e65d30643b8260c3886
SHA1: c70930494273a1e4f6d851b47b7bb18bb8d5c2bc
SHA256: e6b0070149dcd3354912bbe2b70f388e8cbf7d307e5bb70b93c358e878488b78
SHA512: 6673e6247f9ffb8714a209203aec676433835976d0f6d563e8596dc6a80ae27a1bad1de19a3b24efcc57bffba221dcb9d60f11a413b2d9693d834cd87eab7810
Description: debug symbols for python3-selinux
Auto-Built-Package: debug-symbols
Build-Ids: e7da755bcc0bac8ab468552b513d8ade41abac27 f41f4e07aa876aa8223155db86c5e5678b0064c0

Package: python3-semanage
Priority: optional
Section: python
Installed-Size: 363
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: amd64
Source: libsemanage
Version: 3.4-1+apertis0bv2024dev3b1
Depends: python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.14), libsemanage2 (>= 3.4)
Filename: pool/target/libs/libsemanage/python3-semanage_3.4-1+apertis0bv2024dev3b1_amd64.deb
Size: 54472
MD5sum: 9f7f6f14d1a7549729675b7fac4af06b
SHA1: b08eeeca6e4d33a7458301da36f39c8f4e37498e
SHA256: 5ae10959ec12ff722ba100a358113ca7949d28933876bb5539f31eabc085f8b8
SHA512: fd4365c21347040932c44c1651da4b767e4addcfd1a22a9563bd1a8c346445968a5801e56ddff5cd11903041d2f613634c4ff2d669c358c4ba80dc626916c6b1
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: 303
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 248420
MD5sum: 4ed7b80fa065a001dccda179abd04619
SHA1: 468d39742ad3c8d117ea41bdc16ffd9b9a7e7730
SHA256: 3438067272f1b7e6bcbcbd4fe139a1ec591e34a2e8a6dbdce480603d26ec7c24
SHA512: 17b72365d971ecaba2157e6f20703189c006484129e96728261d4d562f79ea3e1ea9af4a0674bc8754f8dd48177cebc07acb9f120f08f56d9219f12b7adf2de1
Description: debug symbols for python3-semanage
Auto-Built-Package: debug-symbols
Build-Ids: 8dc9df63d9b5097475335f79ac4bdc30129f3f67

Package: python3-smbus
Priority: optional
Section: python
Installed-Size: 46
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: amd64
Source: i2c-tools
Version: 4.3-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.4), libi2c0 (>= 4.0), python3 (<< 3.12), python3 (>= 3.11~)
Recommends: i2c-tools
Filename: pool/target/i/i2c-tools/python3-smbus_4.3-2+apertis0bv2024dev2b1_amd64.deb
Size: 11764
MD5sum: dff2c18b84402dffeda8f2b2e6f91f79
SHA1: 8376032ee3a1c132f22a85c3a3f176d4ed55ea18
SHA256: 30208c96a053ad99aff5f8f9605bade6fb2d04f632d2959552c57567a763c189
SHA512: f9568344f98792793867aa968ad4e9fb6766a3e5e3affcfb8a04efd3ecea57ebfa50b1fa9823249924e9741bbc09374873306a3bab3f02c60a366e0da0dde0ac
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: 31
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: amd64
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_amd64.deb
Size: 16800
MD5sum: 6dcfea611568388536bfc069e33d79e1
SHA1: 91603f9ddef37c78ef289df8269d94c1f4e39667
SHA256: c71fc97b55d35ed108a46676ffe8d0ec592464a827395a7aab612b5074b03397
SHA512: d89766f43ce2cab9e30b3f3e3d40051d7934192e91237f70fcb3f94a8a28e1e4a0232c66fbdc18f96bca41c2cbc8bd7720fc659d1f6558f562ff0c3fac6a66bf
Description: debug symbols for python3-smbus
Auto-Built-Package: debug-symbols
Build-Ids: 0ef9b39d57e698755f218171c7c1748f4a563e1f
Multi-Arch: same

Package: python3-snowballstemmer
Priority: optional
Section: python
Installed-Size: 800
Maintainer: Stefano Rivera <stefanor@debian.org>
Architecture: all
Source: snowball
Version: 2.2.0-2+apertis0bv2024dev3b1
Depends: python3:any
Suggests: python3-stemmer
Filename: pool/target/s/snowball/python3-snowballstemmer_2.2.0-2+apertis0bv2024dev3b1_all.deb
Size: 58380
MD5sum: 66f4db37e12f6f83257154eba433acc5
SHA1: 6185bf8fcbe5306815ccb4298aa82a40fae56e0e
SHA256: 9fbfcced4f7ab429833e1c3e3ac645de46b4983fe250b9928e91c5d46bc85b0f
SHA512: 1e78cea6b0daa0cbb125d0fbb1e5c21e9708e5550d6154fe220916448191280734e891f478b2197e89a392301c2966485f15f95ef106742f64cab9a8296b404f
Description: Pure Python Snowball stemming library
 Snowball provides access to efficient algorithms for calculating a
 "stemmed" form of a word.  This is a form with most of the common
 morphological endings removed; hopefully representing a common
 linguistic base form.  This is most useful in building search engines
 and information retrieval software; for example, a search with stemming
 enabled should be able to find a document containing "cycling" given the
 query "cycles".
 .
 Snowball provides algorithms for several (mainly European) languages.
 It also provides access to the classic Porter stemming algorithm for
 English: although this has been superseded by an improved algorithm, the
 original algorithm may be of interest to information retrieval
 researchers wishing to reproduce results of earlier experiments.
 .
 This package contains the pure Python module that implements Snowball
 algorithms. When python3-stemmer package (which contains the C extension)
 is installed, it uses that extension instead of the pure Python code.
Homepage: https://snowballstem.org/

Package: python3-venv
Priority: optional
Section: python
Installed-Size: 6
Maintainer: Matthias Klose <doko@debian.org>
Architecture: amd64
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_amd64.deb
Size: 1212
MD5sum: eae5a48fd621d663258025a5eb80c6a9
SHA1: 5f41bc728ccd1f21f9bfed10209b3a7c76502dc0
SHA256: b258256163f7de47278d1f9b3a2b1915575d4dff62fd88de005367f2ef23134b
SHA512: c4b1d7b88da51c8df3259c6d9306a4fbc533209ec49f8fe6df05c0d77ffb3246444951d048d02dd72676259d2d0372ffe3beaf4cdfcc8f00e056ba96490c52bf
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: amd64
Source: z3
Version: 4.8.12-3.1+apertis1bv2024dev3b1
Depends: libz3-dev (= 4.8.12-3.1+apertis1bv2024dev3b1), python3-pkg-resources, python3:any
Filename: pool/target/z/z3/python3-z3_4.8.12-3.1+apertis1bv2024dev3b1_amd64.deb
Size: 78364
MD5sum: fd787686569b65b4e63d9d5289e97212
SHA1: a6b452ae868a5587f2ad75fb17e31c94a4be011c
SHA256: 9fcd84a5483996776e8ffc30134de64d6a875264e7f2a73c04f90d32bcd295a1
SHA512: 0cd6e3c5937f8cb4a7f5eff55e4cdddec25e784a57c906b3b2e37faedd27acf2794a96b025f7bc62811fe63188430cdcb9f6c21f5f85a633555c61df92fabef1
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: amd64
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_amd64.deb
Size: 572716
MD5sum: 414b39e3f02d216158e1ad143c1e14d8
SHA1: 0c80bf876066131947b498e238736cb64857a9e3
SHA256: 24822ef49984c4a7f67d55f8b513493a610708aece558d74b1c502e448423ef7
SHA512: 437685cfcb5b62c6ae3148d40517010df2a861bddeeb1533a991e8d1c1f67dc420b8c2c33bed752a24879fb9fe10a4c6ddc6c30fd39f8e6da35984d6d4b6d160
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: 58930
Maintainer: Matthias Klose <doko@debian.org>
Architecture: amd64
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_amd64.deb
Size: 36960228
MD5sum: 789c06b0db75bfa27298888c379abab6
SHA1: e28fd31e980c1c6f1a076b31fec8f6fd722eb7ea
SHA256: 072b943fa790df5e27dffcf70932182e0fc1bc35879da9612955031cc25bf6dd
SHA512: ceb82ebc9cf8273effc1fb64e0de31af1eecc1c7f474e4265c427c0bf0cf05c913bb857631bafee0ffbc97260c3fad709c29939cf1c0cf76787b96e2fcde1feb
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: 01472ae8af3fbd5d7c03ac18aa6308cc69cbe3ad 0396106e8623d9402955e65ab2cc53d7de0ee950 06ec47d39b188cb7bfa5eb1664ee9dd1210ba537 0cbe107af15b0799ac81b749dcdad7869cd7ad01 1aa893f6053c473db4d5615000067ef942ad2aa5 2554095c9e6fd1475e85b146dfbb6fc48a5571f6 2c2eebffd0f906f646abb85a926e5c2431202884 30619f1cdbc3438373a3a19acfdbc153caaed4d2 32f65a1fef60c6ce1cc2a4b82a74a29b38ecb528 3679d15cf6007c226365cdd01302515864a628e5 37a5f6c3e82d0f7593c50508f0f45c5bffd948a4 414cd37e6ae372938b4ec2b712319afe433d52e4 45a7034a8d16556921916040dd271708727b7d55 49d80ac994824bade29515acf970ca297349940e 4c12747d4c9953cc38e627ad76508d80f52d9c34 4ee01d375d06b466086dcb603ee7a2eeb9caac07 50df1b2f6c137d88e838d90bfcecab9d1e60fb7e 517f7f61f9e75a9f760e4c2bc74d8216d4c77c31 52e1af3a1ff77cd9e407e8860ae33c1e87ae9fac 54a137680315105b04b43a3ec7c1be65756f44d4 57064bc89cefd0de1c24da74934eea012ffde9fe 6188f4be9149c8b1c4ef8be3b20a9a598abf23f2 6cccfb5ba6e26f4d595a60ef9830d6d6019b0dc2 6d1dd000b54ac3b2191c271e145de99e8c78c4dd 6f5b536d53fc87296f7d69228382131ed492735c 80060b40114575cefaceb00d7bfee081764d9ab9 813f5beebfc55895f92c8afdc27bb4ba085ca1ac 82f86e72c37724cd7466591afcb4dfd89f345db6 8b3ca9206499de12a5c8aff47faa0a4151daa7f3 910b011108b888930000844385fb57d11c058eb0 9243c822cdfd49d781c8f470b334963ba688d10b 9cefd73034d6a38befe0c9ca1161365f6a5952e6 a2ca8086cc4fe53ce51f85f2cf838a1948dc0dc0 a58a09a65c5ec1e6a28c83f364dea09fa451f4bc a60837e5ecae37e9b565436b00acba1fdae92451 a6292ee6e1d052b6b9c783d26be8d097066f44e8 a6819173694b14af8d447599ff4de0c2f93ebd62 a765d8c168ee2e937e52f2a211468dd7c2c9ca8e b10bbdff8d6ed3056559885102ad340af42c1d4f b82e64fe2ab86b1c79d42dd6ee764f8824175b72 b9530614a22ff575530ae53a92296e26bba181e2 ba11e4da351b1e43605d41dae096ea878350c955 c240afccd824c1344cd1dfde4e4b13c4d30fc027 c734f6c9f821ad682cdde9a6e60f2b90ee259271 c8f540e53200cbd836a3530bae83dbe4df812ce6 d0d68f0786fe7a4cac5e830a7ca603be6bab31c7 d69494574d477eb63e9605861ab0e164f9cb6f1b e36c82d7e13c7e77c55351d3870342ee5b36ae6b fa8dbbf3e470f39476ed9db263fad7e71cf85f05
Multi-Arch: allowed

Package: python3.11-dev
Priority: optional
Section: python
Installed-Size: 617
Maintainer: Matthias Klose <doko@debian.org>
Architecture: amd64
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_amd64.deb
Size: 617092
MD5sum: b2de4e82fe268b828169f2080d902784
SHA1: b635dd450b8f4caf53122bf8d7554d7ddaab9764
SHA256: c244357dbe67b1311432487e3656b9e8454a6a6c392ef9fb334f82da63504a9c
SHA512: 2bc65e4ea783f719c705e5dedfe34d64ef6953dec70027c443f40803485340d63edf85e536fb4c7eecaa678b5484500b83bf4909d8e6395a9ad6950c931f62f0
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: amd64
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_amd64.deb
Size: 1304
MD5sum: af9b27979d8b0fdcdd769053c1d08e10
SHA1: dc000169c830f49dc9622da94e4b88a2b19bfab1
SHA256: 5e1181c78daa5d95ad08879259fe7877ba91d54e5ab94695e3e213fb31f96b4d
SHA512: e88cb1184042a8d266127aedef8adfa3b23b85de03c91fd395e8bc88528b472207d28eb36c0f7a4b6d35525a80346d71bcfe47d1d7014b0ed32aadd1ba4eb2dc
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: 6766
Maintainer: Matthias Klose <doko@debian.org>
Architecture: amd64
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_amd64.deb
Size: 2065884
MD5sum: 29c6a6e4a604e1df831f211a030486bf
SHA1: eebc1cf277e48ad73942141163409529743732d0
SHA256: 6b3712120b7b57d180c6c0def3b406b87197ad21310eb9ea2f27a8dca5b871ad
SHA512: afaee81bffe10d4c4477a89fd18bb3af038d2be2c6639c98579bf78d1e4439fa4193452874e225ee4521b5aa94e710faa95dbdc644e083763166d00c210adea4
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: 6746
Maintainer: Matthias Klose <doko@debian.org>
Architecture: amd64
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_amd64.deb
Size: 2056408
MD5sum: 00bfa13e6be0c29b133e0fc9dee14a70
SHA1: a39980151dcfe32aa0629b4b62985501d71cde25
SHA256: f8f86d1bf355914d6c7c36b29f9319f74cf12fec88df252f3495e7bcf3cf8057
SHA512: a8b225b9089fa1496c2bb79e46353aa870f0dc2e00fc3c5e8f6b94cf16c0b5738f86a7643d2e4f89426b87ca1e9c962418aac94015002b0a1acac8c32213299f
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: amd64
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_amd64.deb
Size: 5904
MD5sum: a427454e9548d8f96ef5d2d5573caa39
SHA1: d04305d5e8352779d4026728199697b33f993408
SHA256: ac547eeeb59ca4a342adb1e3b95d2194f40cd2b98da3dc1f054ea3d0a4a6be8e
SHA512: 3a76c1472229a962d2bbdc4b5c30e65062b0de88f8419cd08596606de75594083b3f2d3e278565c4f161e902a44b696a7e6e2ad99606703075fbf66071201057
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: 80
Maintainer: NIIBE Yutaka <gniibe@fsij.org>
Architecture: amd64
Version: 4.1.1-1+apertis2bv2024dev2b1
Depends: libc6 (>= 2.34), libpng16-16 (>= 1.6.2-1), libqrencode4 (>= 3.3.0)
Filename: pool/target/q/qrencode/qrencode_4.1.1-1+apertis2bv2024dev2b1_amd64.deb
Size: 41880
MD5sum: d4d86d7942a2e9e56e9727190283fda2
SHA1: 495bd1167deda95ba632bb23442f93a429ea0c87
SHA256: 1a4ce9c2f132251d632b045bd91b2cccfb665000d05619c48abb02b76c2d5149
SHA512: 206773c05473e6e5c85dc0834b1f3cf3186beb877d2483c807fb8606a3f766d9f51bef04eed6bee2f0d52b0b4cda9f80e98eeb2dcea3d9f2530aa0b89f3f54fb
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: 43
Maintainer: NIIBE Yutaka <gniibe@fsij.org>
Architecture: amd64
Source: qrencode
Version: 4.1.1-1+apertis2bv2024dev2b1
Depends: qrencode (= 4.1.1-1+apertis2bv2024dev2b1)
Filename: pool/target/q/qrencode/qrencode-dbgsym_4.1.1-1+apertis2bv2024dev2b1_amd64.deb
Size: 27508
MD5sum: 5eb5721d46f58524c509dd74c25cb1e9
SHA1: 5a18f3c7f009a0acffaa7914017bde96139f10a0
SHA256: 49cd0fbf2ab1636581d8f2b9346b6060544e25b136c53600b54447e3ce206e4b
SHA512: 24a68bbbe02682c81517662b2308ede73e9eaaf632a77cf92d3099e2dd275c71b1b4df23b23dfc800210b0c3e45eb7aa7a954f3f5554e22ceb09c809418e6b6b
Description: debug symbols for qrencode
Auto-Built-Package: debug-symbols
Build-Ids: 6af53e87459b324ba1ef09a4f432fcdbe111a33e

Package: qv4l2
Priority: optional
Section: utils
Installed-Size: 643
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: amd64
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_amd64.deb
Size: 202856
MD5sum: 7a2f43a0d8a6b436cf9c5922f407fb16
SHA1: 05e67ccc94ae7d0b06342f169725b32030a90d05
SHA256: 0011bed0ffa3aa7526790b9d01a5889de6d5f1eec5296bff6114cd515d28f546
SHA512: 7425f677af043c94d34c29f518037b86c17010fe01a500cdfdc0425252430371d1a9735ad759e992bb3adb8cebdba40fe65e60b7797628a01373c78c35ff5218
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: 2174
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: amd64
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_amd64.deb
Size: 2145272
MD5sum: d3ffec017f01ee689e77dcd0fe016cf8
SHA1: 1d69957a363fccc5504a5c843653a9c83caf7cc0
SHA256: 62b5ce08dc292dffe302e2a59719f90809fe4504349d690cf5aa923b7c1051e5
SHA512: 55e3abce52ad20956572e34c8ca0537a872b1b2044df038a8afba5b25e8f35c31cbef4bf63af37df7998ad8ec31728654f4c665d35229ce505a9a131dba02699
Description: debug symbols for qv4l2
Auto-Built-Package: debug-symbols
Build-Ids: 08ddf6be6ed53c099b25c06d4e34cbbb59a61064

Package: qvidcap
Priority: optional
Section: utils
Installed-Size: 438
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: amd64
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.15.1), 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_amd64.deb
Size: 185932
MD5sum: 55de1d55a286d01a01130efb06168833
SHA1: 452d8c0c0ff765b24df55c0293fdf40c07dffd1b
SHA256: a249df8078f7a42642cb4d320815988eac672c7668b56608a7a1f0e6d6867ae7
SHA512: 99a375127479c26aaa25c07a5f35bcac4ad91e92e901a77e3889f47f6ddae23d5775dc6f435d9ff77693c1691f923fbad4a0ddb03509aa74c351cb53d3d95755
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: 1046
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: amd64
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_amd64.deb
Size: 1028340
MD5sum: 627dfd826ffee9c95ff2f64f43f0248d
SHA1: 0fc3b5a1ad3d8ac322e60f7627cbcc4b110c997b
SHA256: 5306be6f56de1b196d4be181a1d2e8143ecd3044a56047174b6c71a144857dfa
SHA512: 6f2109d487ff510e6dd7bfb20aea39d212a3b24818a51e3329442314d30c528e19d073755bab811111667013711979b4d74d6bc488582d0988f15e5c47d0018d
Description: debug symbols for qvidcap
Auto-Built-Package: debug-symbols
Build-Ids: 12924ede411ca9237f507450da5ea4f922ea99b1

Package: rapidjson-dev
Priority: optional
Section: libdevel
Installed-Size: 627
Maintainer: Alexander GQ Gerasiov <gq@debian.org>
Architecture: all
Source: rapidjson
Version: 1.1.0+dfsg2-7.1+apertis1bv2024dev2b1
Suggests: rapidjson-doc
Filename: pool/target/r/rapidjson/rapidjson-dev_1.1.0+dfsg2-7.1+apertis1bv2024dev2b1_all.deb
Size: 98356
MD5sum: ba47f23e74154416cc462b3b15085a95
SHA1: 1a06db7ea1bfc0fefc6ef5d46887cbd5b1f77734
SHA256: c55cad496c8e657ba71c6e25dd27a3041809f78dcd519de8218cc5d5655e53f7
SHA512: d210f070a32a26828479117633aabf15c5fc2c11b0c192ba69be27d135891478d49b76704c41a1b43cc40d179521c210b182fc53ed6e355d806c5742fc057433
Description: fast JSON parser/generator for C++ with SAX/DOM style API
 RapidJSON is an attempt to create the fastest JSON parser and generator.
 .
  - Small but complete. Supports both SAX and DOM style API. SAX parser only a
    few hundred lines of code.
  - Fast. In the order of magnitude of strlen(). Optionally supports
    SSE2/SSE4.2 for acceleration.
  - Self-contained. Minimal dependency on standard libraries. No BOOST, not
    even STL.
  - Compact. Each JSON value is 16 or 20 bytes for 32 or 64-bit machines
    respectively (excluding text string storage). With the custom memory
    allocator, parser allocates memory compactly during parsing.
  - Full RFC7159 compliance. Supports UTF-8, UTF-16 and UTF-32.
  - Support both in-situ parsing (directly decode strings into the source JSON
    text) and non-destructive parsing (decode strings into new buffers).
  - Parse number to int/unsigned/int64_t/uint64_t/double depending on input
  - Support custom memory allocation. Also, the default memory pool allocator
    can also be supplied with a user buffer (such as a buffer allocated on
    user's heap or programme stack) to minimize allocation.
Homepage: https://miloyip.github.io/rapidjson
Multi-Arch: foreign

Package: rapidjson-doc
Priority: optional
Section: doc
Installed-Size: 14861
Maintainer: Alexander GQ Gerasiov <gq@debian.org>
Architecture: all
Source: rapidjson
Version: 1.1.0+dfsg2-7.1+apertis1bv2024dev2b1
Filename: pool/target/r/rapidjson/rapidjson-doc_1.1.0+dfsg2-7.1+apertis1bv2024dev2b1_all.deb
Size: 998396
MD5sum: 560d605e16d57a37a8742556071675f5
SHA1: 43fb224a9812038d56e6428f15e32a9a5401584b
SHA256: 8b01a74a8bca758f86f9338e642ae814061f4da6cc42cb3c24600de7c4ac99a5
SHA512: eb38bf383d498aa6eb5a530572df5cc8e2e9f5569aa80cab5fe04ef899c754e824225f23ea8e0401af54bc436181e3a2bf9a2c02121283dce65fcf4ff3b666ca
Description: fast JSON parser/generator for C++ (API documentation)
 This package contains the documentation for RapidJSON, a fast JSON
 parser/generator for C++ with both SAX/DOM style APIs.
Homepage: https://miloyip.github.io/rapidjson
Multi-Arch: foreign

Package: rauc
Priority: optional
Section: admin
Installed-Size: 382
Maintainer: Uwe Kleine-König <ukleinek@debian.org>
Architecture: amd64
Version: 1.8-2+apertis2bv2024dev2b1
Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.2), libfdisk1 (>= 2.31.1), libglib2.0-0 (>= 2.67.1), libjson-glib-1.0-0 (>= 1.5.2), libssl3 (>= 3.0.0), dbus, systemd
Suggests: casync, cryptsetup-bin, dosfstools, e2fsprogs, efibootmgr, grub-common, mtd-utils, squashfs-tools, u-boot-tools
Filename: pool/target/r/rauc/rauc_1.8-2+apertis2bv2024dev2b1_amd64.deb
Size: 143744
MD5sum: a85bc506dfa01168f23af01a3b3dd177
SHA1: dfc4ff43d7d30af6c80eab0853cf9b0b8d2b47ff
SHA256: dee034b31d83ff6748f2fa1b08e85682768f97bba1cd4b4992c9af5a1f1c8173
SHA512: 3c3479921d496e7dae6928715553fd49a958a83920bfb1ffd712cfd54ccb1748e19c33673084805569862628608ddfc67002a14e33dffe310469eff1a65645e2
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: 477
Maintainer: Uwe Kleine-König <ukleinek@debian.org>
Architecture: amd64
Source: rauc
Version: 1.8-2+apertis2bv2024dev2b1
Depends: rauc (= 1.8-2+apertis2bv2024dev2b1)
Filename: pool/target/r/rauc/rauc-dbgsym_1.8-2+apertis2bv2024dev2b1_amd64.deb
Size: 430428
MD5sum: 4f980fc4d464cf47844ea6f72466be04
SHA1: a8ed1303e33d1bf871ec8a01141f515b588b8a6a
SHA256: 02a2595e4ba3d5b08f8ab730a6df0a63590de9b1e2ce2dedd110c295fe7ef7cb
SHA512: 42b681d1daf7aebe8e7ad4fb24374f5e166abd8ed3cb7cb507e965a51e7d6fce370cf5455f782dab9bd813a15be725758b543ff470bfa915b424b16bc1a4dfc2
Description: debug symbols for rauc
Auto-Built-Package: debug-symbols
Build-Ids: e18c3539bc47ce9567c9a3742825b35fdb4f9654

Package: rauc-service
Priority: optional
Section: admin
Installed-Size: 48
Maintainer: Uwe Kleine-König <ukleinek@debian.org>
Architecture: all
Source: rauc
Version: 1.8-2+apertis2bv2024dev2b1
Depends: rauc
Filename: pool/target/r/rauc/rauc-service_1.8-2+apertis2bv2024dev2b1_all.deb
Size: 22176
MD5sum: 0da46a4b5fb8b55828dbf6b5ff750311
SHA1: b65afb3b48da5f6cbe8e7fb727d0ee88dde8f230
SHA256: e50df99ad5e209704d938a4ebdec8853a15d8084b27c0e233d82aeaa62c023dd
SHA512: b59d049386d12ec2249675c8e17dd7ece2f8326373fe9e36deb4e978182990fe8589b51557b41f0deb50d5ee86f9a96aa3d6722e8ef8bb7e0e080a8f8aaf434f
Description: Robust Auto-Update Controller - service
 Safe and secure software updates for embedded Linux
 .
 RAUC controls the update process on embedded Linux systems. It is both a target
 application that runs as an update client and a host/target tool that allows
 you to create, inspect and modify installation artifacts.
 .
 This package provides the rauc service files.
Homepage: https://github.com/rauc/rauc

Package: rav1e
Priority: optional
Section: video
Installed-Size: 3874
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: rust-rav1e
Version: 0.5.1-6+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2)
Filename: pool/target/r/rust-rav1e/rav1e_0.5.1-6+apertis1bv2024dev2b1_amd64.deb
Size: 1103428
MD5sum: 67c5833d9989872d34d5cb8498b055ee
SHA1: 693477038c21d604b1a9e6cb87e6215fc7cefa55
SHA256: 3f88bfa7eca94022ee30030060252e84477d0339a5d5c845e5c3349f3534f111
SHA512: 50dac60e17faebe9b1cf04ff0ef71fb37136114af1c93e614533b7ff0898a5c11c4c7bed964e8eba100146e16d38d1f6c443b01bdd2033cf5be28851d6ecc4b8
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: 9279
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: rust-rav1e
Version: 0.5.1-6+apertis1bv2024dev2b1
Depends: rav1e (= 0.5.1-6+apertis1bv2024dev2b1)
Filename: pool/target/r/rust-rav1e/rav1e-dbgsym_0.5.1-6+apertis1bv2024dev2b1_amd64.deb
Size: 8661168
MD5sum: 45ce0d461cf323f4c320e0b928c374c4
SHA1: 8c5c52fb3a1e61dd0146e092a5a61e13fad6097b
SHA256: 8b56cae82c20e45d7e55ea3997296b7b4cd46153c89eaf0343ed2cd0cfa62ace
SHA512: 7ccabc4a2d4620dcc50288748ff258526fd0f4fa0bda4481653fbc2e1afa1acb32f0c81b7e0abc8474d5ce07659f28c1eb6c0a637186c6cc8b5c735cb5fdd2fc
Description: debug symbols for rav1e
Auto-Built-Package: debug-symbols
Build-Ids: 31ca246a2edb7933ce6e81ec62227da663bd0933

Package: rfkill
Priority: optional
Section: utils
Installed-Size: 108
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 43876
MD5sum: 06a0987f609b9aab3eaccad922102fb3
SHA1: 18286d984dfce0c1c35aa66da7cdd94bc4c6ffba
SHA256: 0dd4142b78f88ed709902acaf650cf8988b6403cc739ecce25f094fbaf19f790
SHA512: e307195abcf2f91855bcb91eeb4e814e3cb2a6ee5d4b3e80f7aecedfb8aa0957879c71cef02fb4e3ce397ac245da97fc4a57ccd0f7528550cb3f365d50a653c3
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: 62
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 44620
MD5sum: 391304b63ecf05a9b5358fddf5502981
SHA1: 1a31b693d0c701a9883cec9b711c19c89ba53abe
SHA256: ac9960375a688c886b933af43aca88c0080b0543e268197a9531419c243f639f
SHA512: c1feab08b1874b3e9c6806a4a580eba4e945171eea9fe4205df52df2f93b4c2d3a0468b956fb8f29884fe9637e1cf7f72db0a87b8ac996e01e8f49721e289b20
Description: debug symbols for rfkill
Auto-Built-Package: debug-symbols
Build-Ids: 69e373e071f3885dd2e9d644c627f440e6b19a2a

Package: rhosydd
Priority: extra
Section: misc
Installed-Size: 123
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Version: 0.2024.0bv2024dev2b1
Depends: acl, adduser, policykit-1 (>= 0.113-1co2~), libc6 (>= 2.34), libcroesor-0-5 (>= 0.2024.0bv2024dev2b1), libglib2.0-0 (>= 2.59.0), libpolkit-gobject-1-0 (>= 0.101), librhosydd-0-6 (>= 0.6.0)
Filename: pool/target/r/rhosydd/rhosydd_0.2024.0bv2024dev2b1_amd64.deb
Size: 29608
MD5sum: 2c62562f700ed2c82972c8f5336dfecd
SHA1: c3abb123e226af6be55cac00b5799b184115dc50
SHA256: 03eb7cd96a7ef932a84880cdffe92e17fa06f5cafe529b6505a7ed8fa123ccb6
SHA512: 79a5427983dd41e65dfc228243a3b1c778a9e112f50e683a2f56dd4f27807c2f192c6cfbe80a11ee0ee49e8ea6d499cbe3bf2534e932c3fce57a2f199291112c
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: 93
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Replaces: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Depends: rhosydd (= 0.2024.0bv2024dev2b1)
Breaks: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Filename: pool/target/r/rhosydd/rhosydd-dbgsym_0.2024.0bv2024dev2b1_amd64.deb
Size: 70256
MD5sum: 29dbae43e2b01654dd1dfc4555ec15bf
SHA1: 02a8967e7b3970880f70c75a68f8bf0e2238884a
SHA256: 7c5ae002a01102fa7c0e78a6704fccdcc21f253cfe12e20ca5171554166dad7b
SHA512: 20b34b93c61d3dc09fd85c7155ee82f1513f0a4e58f9a0e61d3c2b462160d342c708e7ca34a9acd7a998fef05bd480979816df2079340b50c41c157080e62ba4
Description: debug symbols for rhosydd
Auto-Built-Package: debug-symbols
Build-Ids: e5dc030e320bd20ee3f1f2189f651be8a10b6f0f

Package: rhosydd-mock-backends
Priority: extra
Section: misc
Installed-Size: 125
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Depends: rhosydd, libc6 (>= 2.34), libcroesor-0-5 (>= 0.2024.0bv2024dev2b1), libglib2.0-0 (>= 2.59.0), libjson-c5 (>= 0.15), librhosydd-0-6 (>= 0.6.0), libyaml-0-2
Filename: pool/target/r/rhosydd/rhosydd-mock-backends_0.2024.0bv2024dev2b1_amd64.deb
Size: 23844
MD5sum: d85650a99d73dcbcc48298f8d05e73a3
SHA1: 459afc6f98a1f24cb90b01634da56529664edff9
SHA256: 3e271760f3ec6a637cac425eb8809cd6db3611b7716a2b458e62ad1c6bd8a8a4
SHA512: ce7ad8ddd5f9aa0291e5206f11d21481d6c1c8aa23c5b65a160fc02c4a4209abea5ba53f3d52e358e86047f826e6e17e15e2cf5cee090f96c35cadfc26637b1a
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: 68
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Replaces: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Depends: rhosydd-mock-backends (= 0.2024.0bv2024dev2b1)
Breaks: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Filename: pool/target/r/rhosydd/rhosydd-mock-backends-dbgsym_0.2024.0bv2024dev2b1_amd64.deb
Size: 41892
MD5sum: a741c927aafe721b8c1f8bed80ae7e95
SHA1: 8f8e53771dcf0e4ea5d58c1ea8ff842753dd8151
SHA256: 37f5af8bdc4afadb65e95febac2db5e5a5068aa98547089001dc3cde280350a6
SHA512: 6c55d96d90b7cc74ff9aeec862fcc20d50514f729f366c22fe7946edc4794dc376980cdaa428f9787aaf9d69fe8ccf68398bee1ffa665a1e50bb89cbfec3315e
Description: debug symbols for rhosydd-mock-backends
Auto-Built-Package: debug-symbols
Build-Ids: 53afc73d2655b57b68c33e0a6ae92afacff0ff0a 7bc32b8c53670766d19250467864195da18435cc

Package: rhosydd-tests
Priority: extra
Section: misc
Installed-Size: 126
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Depends: gir1.2-rhosydd-0, python3-gi, rhosydd, libc6 (>= 2.34), libcroesor-0-5 (>= 0.2024.0bv2024dev2b1), libglib2.0-0 (>= 2.59.0), libpolkit-gobject-1-0 (>= 0.94), librhosydd-0-6 (>= 0.6.0), libsystemd0
Filename: pool/target/r/rhosydd/rhosydd-tests_0.2024.0bv2024dev2b1_amd64.deb
Size: 28644
MD5sum: f6cd9317813082906f9cbb86318492fc
SHA1: 83021136f326b1089a32f38833db1a0b54ad3500
SHA256: 1598135b50958cffa17ed5c71df32453b64716dfb5af52d294b77d1f2e8a42d8
SHA512: 83fbfa97434debac7073205d7c6f9af9bc77d2cfdf4e896a05768b684b202415f12c39beb4c322cf93bd5f051ada90d134afb120cf5267e2ef9247fbb6cbd06c
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: 66
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Replaces: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Depends: rhosydd-tests (= 0.2024.0bv2024dev2b1)
Breaks: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Filename: pool/target/r/rhosydd/rhosydd-tests-dbgsym_0.2024.0bv2024dev2b1_amd64.deb
Size: 46580
MD5sum: 5983fd994dbf68dc44d8158a4b5c4b2f
SHA1: b22ae1e0e0c43c50fd9857ef2ba3ba8ffc6b62e5
SHA256: 9f93ae7857b2215770418831b4a6e2ab6229f924582ea5c15e86cd888f952dcf
SHA512: a26f9a98e8bdea64a92e79f269210b563cb038f8be06a4bed461e44c5597250991c6c0fa93c6dd323fc09d07e8e8f70139db9bfb353652180bec166848ad0fd9
Description: debug symbols for rhosydd-tests
Auto-Built-Package: debug-symbols
Build-Ids: a2be5599ca14fe25df7e6e1cd7acb87d17de54cd

Package: rhosydd-tools
Priority: extra
Section: misc
Installed-Size: 62
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Depends: rhosydd, libc6 (>= 2.34), libglib2.0-0 (>= 2.58.2), librhosydd-0-6 (>= 0.6.0)
Filename: pool/target/r/rhosydd/rhosydd-tools_0.2024.0bv2024dev2b1_amd64.deb
Size: 16024
MD5sum: 42caa00d82899d404792ca4ce2788c43
SHA1: 9c0232e30d2b4ffdabc175b96a26ea4ab9de95bd
SHA256: ccba894701f3cd3248ada6ef52b7ffe781bd9ed7fcb88993686fab09a0f32408
SHA512: ece776cfc0c8d94d3a90621b8d5df0fbb73bb15f1b52ce5def541a5d72ed31f688e7e133fa7c02dc8c0974d7bd5fc074fbf1ec635becbbd6e9f308201a70d25e
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: 39
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Replaces: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Depends: rhosydd-tools (= 0.2024.0bv2024dev2b1)
Breaks: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Filename: pool/target/r/rhosydd/rhosydd-tools-dbgsym_0.2024.0bv2024dev2b1_amd64.deb
Size: 23556
MD5sum: dacaac03d3e4bdcc3d2afb8a6ce8bbd8
SHA1: c960555cd4cd3cd1eafbfa868cc60ddfe1bb0500
SHA256: f52b45c49f03f498dbb92ec4f6fc708795d1f73f0c6af51395a58efbf6af95b9
SHA512: 5f87b6c71d3472090b1549c35fcbc506653eae7e00e58fd18811c59d17e9a47f07dde84f80eb1f2bdc57ff5a97eff9f939b8979d2b598c9fcfd04ae91fefe01a
Description: debug symbols for rhosydd-tools
Auto-Built-Package: debug-symbols
Build-Ids: 0a5b1e5b15b3b681795e52d34afc5f89e367b9f9

Package: rng-tools5
Priority: optional
Section: utils
Installed-Size: 87
Maintainer: Michael Stone <mstone@debian.org>
Architecture: amd64
Version: 5-4.1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libgcrypt20 (>= 1.10.0)
Conflicts: rng-tools
Filename: pool/target/r/rng-tools5/rng-tools5_5-4.1+apertis1bv2024dev2b1_amd64.deb
Size: 21856
MD5sum: a88f31f9933f6b5b7f1bcfa82727000c
SHA1: 5e4f1a02c7c3bfaa2e7f94e7bca390adb82bf7ca
SHA256: b94e6259cff62840df499441bb1220a9c64e3a1e60d512d0ff344440f3316c38
SHA512: da48eed1fee2219ad3751339ba8a8bb15f1b80493a3907c58d402945b2dcbbcf9002c76340ed4169357602f545766daa8c337a3bd5933a6aa2602e71f04d8556
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: 64
Maintainer: Michael Stone <mstone@debian.org>
Architecture: amd64
Source: rng-tools5
Version: 5-4.1+apertis1bv2024dev2b1
Depends: rng-tools5 (= 5-4.1+apertis1bv2024dev2b1)
Filename: pool/target/r/rng-tools5/rng-tools5-dbgsym_5-4.1+apertis1bv2024dev2b1_amd64.deb
Size: 41192
MD5sum: ed7b0fe192060c1be959a6a9faab9f0d
SHA1: fb7f13f5da19122966f46132012b7f5df7dc4ab7
SHA256: fb090b6276145b8aaa0936b43e11f9effa079ae9a1d7a18463750d12c82b2a2b
SHA512: 0007bbccb2673025c50c6c3bfaf537b2bee0aee64f865dce2c53fcfc79b11b73f2e0d42476f7bed43559c1a44b198dab64dbf451d9ceea5bd9c7a852f3c69d8c
Description: debug symbols for rng-tools5
Auto-Built-Package: debug-symbols
Build-Ids: 57451b53b2ded2d937856e88eeba0f4b7960ec70 b80c46a4f3dee8e2e0c88bbce6f48c1cf7288efb

Package: rpi64-autoconfig-connman
Priority: optional
Section: utils
Installed-Size: 22
Maintainer: Apertis packagers <packagers@lists.apertis.org>
Architecture: all
Source: rpi64-autoconfig
Version: 1.2021.1bv2024dev2b2
Filename: pool/target/r/rpi64-autoconfig/rpi64-autoconfig-connman_1.2021.1bv2024dev2b2_all.deb
Size: 3248
MD5sum: 4429a0847db910203a07967ce0b6af54
SHA1: 6002b52bc891d9912b9ab0d176a24958135b94c0
SHA256: 42c892a5a724105fa96fd4bf74178cea3b520d0941b8d7085e788684b4e4e339
SHA512: 9cfc66252d2d9daeeeb2fe760a4595dcb2d9519e710d94fb42a99a26e4a30cd91b509deb158e5c3674cc56fb628ed16c4cf39b87ade709f8ec8154cee2c12b30
Description: rpi64-containers specific auto-configuration scripts for connman
 This package installs a set of configuration scripts to configure connman on
 system startup without user interaction:
 * Define WiFi credentials (WIFI_SSID/WIFI_KEY) in /boot/firmware/wifi.config
   to automatically set a WiFi connection on startup.

Package: ruby-google-protobuf
Priority: optional
Section: ruby
Installed-Size: 397
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: protobuf
Version: 3.21.12-3+apertis1bv2024dev3b1
Replaces: ruby-google-protobuf (<< 3.6.0~)
Depends: ruby, libc6 (>= 2.11), libruby3.1 (>= 3.1.2)
Conflicts: ruby-google-protobuf (<< 3.6.0~)
Filename: pool/target/p/protobuf/ruby-google-protobuf_3.21.12-3+apertis1bv2024dev3b1_amd64.deb
Size: 169068
MD5sum: 9cbc46ffec08155ffb7e8a702e124b2a
SHA1: 95aa371e5f5e5907fdf11cb58c2fba3ad2944499
SHA256: 28469550f343bd90c411a5ee49534882c595ab7008842de0228487b74eb65ef6
SHA512: f0325aae18cf3d91136c6c1411fb0e2ea89cd809be98127f7571faa16c3d459e28246d6af56c9fa6e41e3243a7a67087af09556d9b9e8b193dec6644b33f3d4c
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: 572
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: protobuf
Version: 3.21.12-3+apertis1bv2024dev3b1
Depends: ruby-google-protobuf (= 3.21.12-3+apertis1bv2024dev3b1)
Filename: pool/target/p/protobuf/ruby-google-protobuf-dbgsym_3.21.12-3+apertis1bv2024dev3b1_amd64.deb
Size: 540264
MD5sum: b292088f3d7cfa8c14c2c8a405861ba6
SHA1: 8f5860122fa563b2a4314b8bef99a68f782ad2a1
SHA256: cc6ca1e48fca2b8c5c98bdcbb3c8749e172b261d88996a889fc5d413c0927d2d
SHA512: 5d9b64020d6ce9199a984a0a29aa841dbb1ba79a9796d1518d5410fc9b155357f399935f8137fc42f6ce51319d89e04befb297ad37ca9595cdde6c1e257e6ae6
Description: debug symbols for ruby-google-protobuf
Auto-Built-Package: debug-symbols
Build-Ids: a9f345dab0cc3ff6789ba42917fec6e1a696c522
Multi-Arch: same

Package: ruby-grpc
Priority: optional
Section: ruby
Installed-Size: 16
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: grpc
Version: 1.51.1-3+apertis1bv2024dev2b1
Depends: ruby-google-protobuf (>= 3.21.0~), ruby-googleauth, ruby-googleapis-common-protos-types
Filename: pool/target/g/grpc/ruby-grpc_1.51.1-3+apertis1bv2024dev2b1_amd64.deb
Size: 6344
MD5sum: 67361d9ac285d8471853bcf44d527a8d
SHA1: cab938afacac8139f9b70bd82eb95759df6cb8fb
SHA256: 5891bb6ad44afa413f147df03a998e4a7b0fe99f336d12d8073868ec374da866
SHA512: 1b80f9f926b08952937ecf158e02752da4a7bb272c27cd9637f6bf8aee2511324aa220d75a0be11b45a07ec27400debc4d31045740a0fd0e8cca03b5f76c78df
Description: GRPC system in Ruby
 Send RPCs from Ruby using GRPC. GRPC is a high performance, open-source
 universal RPC framework.
 .
 Some features of gRPC:
  * Simple service definition
  * Works across languages and platforms
  * Start quickly and scale
  * Bi-directional streaming and integrated auth
Homepage: https://www.grpc.io/
Multi-Arch: same

Package: ruby-grpc-tools
Priority: optional
Section: ruby
Installed-Size: 16
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: all
Source: grpc
Version: 1.51.1-3+apertis1bv2024dev2b1
Depends: ruby-grpc, protobuf-compiler-grpc
Filename: pool/target/g/grpc/ruby-grpc-tools_1.51.1-3+apertis1bv2024dev2b1_all.deb
Size: 6224
MD5sum: d5739ab31bc72a61e9b018452af45e62
SHA1: 4e8e90e5749b10811982e0d8e1d49f71fb2307c1
SHA256: 4b7e7c6a55cb5dc67240f05f6cdbe97952a48c4a801fce102faeb39f5a3dddb3
SHA512: 2e18da63e17fd2cbdd8a62a0524b178081a900b273a7a5f3058ee08c06ce3bc29f8897aa758d15459ebb89bd3b9784520668220ed2b78bed4ee8188c922ef2ea
Description: Development tools for Ruby gRPC
 Ruby gRPC library allows sending RPCs from Ruby using GRPC.
 GRPC is a high performance, open-source universal RPC framework.
Homepage: https://www.grpc.io/

Package: ruby-selinux
Priority: optional
Section: ruby
Installed-Size: 203
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: amd64
Source: libselinux
Version: 3.4-1+apertis0bv2024dev3b1
Depends: ruby | ruby-interpreter, libc6 (>= 2.14), 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_amd64.deb
Size: 43504
MD5sum: caf51c9f0ea220ba6abb1a5466299f87
SHA1: 4f4a78caf0b7334a7aec0d8389cc02b7147d7b6c
SHA256: d9931a89b7fc4af8736f347d967db5c97c8160ca78ae49a7c0a27cfc76ad5384
SHA512: ea9ef5aed7c42344defd248a3ba59513d0821f5b4ec76a08a86fdda7f6a104daec771de56524940ee5b9c502519f7f717f9de7a48a08b80ad56b27cabedfd5ad
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: 232
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 183672
MD5sum: 0382c977605e6e64263ee28842235f1e
SHA1: 9b0619871a85b25e23d0a95bbcebda220db576ff
SHA256: b230c5ca9323238bc170f99af2d5dfffeee889c2eb5e4e1c11b0974335d5c379
SHA512: 04c321290724f3e4fbee54bcd53ec11dfb777279aacd8d445d1f0aa0a20c0ecefb4fa2ff6ef1d99ca62e868592783c7399b2eb50ef67326f69a7790cca3070aa
Description: debug symbols for ruby-selinux
Auto-Built-Package: debug-symbols
Build-Ids: ea46e8e1686bcd81e19b401a83cae278a7fb07c4
Multi-Arch: same

Package: ruby-semanage
Priority: optional
Section: ruby
Installed-Size: 244
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: amd64
Source: libsemanage
Version: 3.4-1+apertis0bv2024dev3b1
Depends: ruby | ruby-interpreter, libc6 (>= 2.14), 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_amd64.deb
Size: 42992
MD5sum: 0f9891388cce898d82756dd45a72cbf2
SHA1: 0bf3cf06161e769519bef1cd99c766aa191470cc
SHA256: 5ef6e377e2f1377f525359dadf5e04590188f45646102f47af2167de38d5e541
SHA512: b03ea934fb2b4bf4767cafe465f15b975d2b2ecf8230c9fdc6453d9633818b5596cce252ec8a045b9a88d2ab95c74ac2cdc61bb13919e27810e102121dbfbb52
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: 252
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 194580
MD5sum: 1381fe211050ecc384a015d62d579009
SHA1: f87b8ad1a200de41e26357afe7cc8c252c3417ab
SHA256: d0644844692e6b50a1e86d6cbd68b4af1784fffbf8cb874a4be8f98bfeb3973e
SHA512: 6a14dd67f8d1ecf9fe9787d1c1fb8cbf37715f3c65eb38808a0c6c81107406ca245563567cd1d5655cfbfb64c7644a2f61b36d87bcd35c98910721e953525b98
Description: debug symbols for ruby-semanage
Auto-Built-Package: debug-symbols
Build-Ids: 0390c45cdfd21184d48161c3301ea07047d30b73
Multi-Arch: same

Package: rust-coreutils
Essential: yes
Priority: required
Section: utils
Installed-Size: 24526
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: amd64
Version: 0.0.17-2+apertis4bv2024dev3b1
Replaces: mktemp
Provides: coreutils (= 8.24-1), mktemp
Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libselinux1 (>= 3.1~)
Conflicts: coreutils, coreutils-gplv2, mktemp (<< 1.6-4co5)
Filename: pool/target/r/rust-coreutils/rust-coreutils_0.0.17-2+apertis4bv2024dev3b1_amd64.deb
Size: 4620340
MD5sum: 0d95e2df5344a7c37a7373a7a53d2078
SHA1: 690a287117a70ca989417964e4116bf4fae69796
SHA256: 9ad9eeb4498e7be9982f0e8d82127603b0f4b60d7bb8e44e1e19dbdc9b29a5c1
SHA512: 6b5e977fda9f9c266a904f41e75a0a7ff54308c8c4df84ea343f0a4ec39e3d25da7ed6a6cec9e4c247eb09755943217d926b56ef4b3f916b976527df79e5ace8
Description: Universal coreutils utils, written in Rust
 This packages replaces the GNU coreutils package written in C.
 It should be a drop-in replacement but:
  * Some options have NOT been implemented,
  * Might have important bugs,
  * Might be slower,
  * Output of the binaries might be slightly different.
 .
 It might break your system.
 .
 This is an EXPERIMENTAL package. It should not be used in
 production.
Homepage: https://github.com/uutils/coreutils
Multi-Arch: allowed

Package: rust-coreutils-dbgsym
Priority: optional
Section: debug
Installed-Size: 5628
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: rust-coreutils
Version: 0.0.17-2+apertis4bv2024dev3b1
Depends: rust-coreutils (= 0.0.17-2+apertis4bv2024dev3b1)
Filename: pool/target/r/rust-coreutils/rust-coreutils-dbgsym_0.0.17-2+apertis4bv2024dev3b1_amd64.deb
Size: 2883696
MD5sum: 554eaa207cf23fb0876efd7b5c447139
SHA1: 29beb3297caabad10a41e8be0fe17d0883a657f1
SHA256: f87bdfc07b93aff57c3775ad735961167a936bada737e03f965ae1806f12e48f
SHA512: c9096d25936df1d843734321a369e1c6e9141d68be789cadd1623f8ed49a7e2a3e404e68abbfd042e71f3fcb733e877a64efb862433be4337064ecdde84da9a7
Description: debug symbols for rust-coreutils
Auto-Built-Package: debug-symbols
Build-Ids: d86359092d27033ad2a0d791dc26fb5d1281fceb

Package: rust-findutils
Priority: required
Section: utils
Installed-Size: 3425
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: amd64
Version: 0.4.0-0+apertis1bv2024dev3b1
Replaces: findutils, findutils-gplv2
Provides: findutils
Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2)
Conflicts: findutils, findutils-gplv2
Filename: pool/target/r/rust-findutils/rust-findutils_0.4.0-0+apertis1bv2024dev3b1_amd64.deb
Size: 825892
MD5sum: 11e518eeca62fa601587af5309c2c1d7
SHA1: ad47392872ab3dcf50b3187086e3a41d163c74a5
SHA256: 46ad95a099c15b5a1fd44af80a8cbc7c4fdb6c71d91b44ddb4ae73f76df92fb1
SHA512: f45c414b5e2b6cb232b877ce438fe7a8216b6677ee3b166164dab32b093ed7d199079187c76e231e8eabf7cd07e4927342e6b7a6769cdf00135d9b7c51c2ee52
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: 14330
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: rust-findutils
Version: 0.4.0-0+apertis1bv2024dev3b1
Depends: rust-findutils (= 0.4.0-0+apertis1bv2024dev3b1)
Filename: pool/target/r/rust-findutils/rust-findutils-dbgsym_0.4.0-0+apertis1bv2024dev3b1_amd64.deb
Size: 13669720
MD5sum: b947d1c7a9ddd655a221f1a6a0c82fd1
SHA1: 531cdd72849144af67f6991dbe3cf9c2054d86ce
SHA256: bbcae956bc1d19c6b6882003e061368399752d1629a8e1fc24072363acff4e21
SHA512: a4714a287a431ea9b71803cdc69694794af35c06a3228675198070c3a44391aa8d003c964c3c3a52a96f0d2e18f7e959e13d54a1af5027daac87d1582e902c41
Description: debug symbols for rust-findutils
Auto-Built-Package: debug-symbols
Build-Ids: 5ceb0f3be5f86c030923588920d74c4429ec70e2 7d5a3d349f029e4bc42a6f44dd83cf0b7662ec0f
X-Cargo-Built-Using: rust-aho-corasick (= 0.7.19-1+apertis0bv2024dev2b1), rust-ansi-term (= 0.12.1-1apertis0bv2024dev2b1), rust-atty (= 0.2.14-2apertis0bv2024dev2b1), rust-bitflags (= 1.3.2-3+apertis0bv2024dev2b1), rust-cfg-if (= 1.0.0-1apertis0bv2024dev2b1), rust-chrono (= 0.4.23-2+apertis0bv2024dev2b1), rust-clap-2 (= 2.34.0-3+apertis0bv2024dev2b1), rust-dunce (= 1.0.3-1+apertis0bv2024dev2b1), rust-faccess (= 0.2.4-3+apertis1bv2024dev2b1), rust-iana-time-zone (= 0.1.53-1+apertis0bv2024dev2b1), rust-lazy-static (= 1.4.0-2+apertis0bv2024dev2b1), rust-libc (= 0.2.139-1+apertis1bv2024dev2b1), rust-memchr (= 2.5.0-1+apertis0bv2024dev2b1), rust-memoffset (= 0.6.5-1+apertis0bv2024dev2b1), rust-nix (= 0.26.1-3+apertis1bv2024dev2b1), rust-num-integer (= 0.1.44-1+apertis0bv2024dev2b1), rust-num-traits (= 0.2.15-1+apertis0bv2024dev2b1), rust-once-cell (= 1.17.0-1+apertis0bv2024dev2b1), rust-onig (= 6.3.2-1+apertis0bv2024dev2b1), rust-onig-sys (= 69.8.0-1+apertis0bv2024dev2b1), rust-onig-sys (= 69.8.0-1+apertis0bv2024dev2b1), rust-os-display (= 0.1.3-3+apertis1bv2024dev2b1), rust-pin-utils (= 0.1.0-1+apertis0bv2024dev2b1), rust-regex (= 1.7.1-1+apertis0bv2024dev2b1), rust-regex-syntax (= 0.6.27-1+apertis0bv2024dev2b1), rust-same-file (= 1.0.6-1+apertis0bv2024dev2b1), rust-smawk (= 0.3.1-2+apertis0bv2024dev2b1), rust-static-assertions (= 1.1.0-1+apertis0bv2024dev2b1), rust-strsim (= 0.10.0-1+apertis0bv2024dev2b1), rust-textwrap (= 0.16.0-2+apertis1bv2024dev2b1), rust-time-0.1 (= 0.1.44-2+apertis1bv2024dev2b1), rust-unicode-linebreak (= 0.1.4-1+apertis0bv2024dev2b1), rust-unicode-width (= 0.1.10-1+apertis0bv2024dev2b1), rust-uucore (= 0.0.12-1+apertis6bv2024dev2b1), rust-vec-map (= 0.8.1-2co1bv2024dev2b1), rust-walkdir (= 2.3.2-1+apertis1bv2024dev2b1), rust-wild (= 2.1.0-1+apertis0bv2024dev2b1), rustc (= 1.63.0+dfsg1-2+apertis1bv2024dev2b1)

Package: samplerate-programs
Priority: optional
Section: oldlibs
Installed-Size: 23
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: all
Source: libsamplerate
Version: 0.2.2-3+apertis0bv2024dev2b1
Depends: sndfile-tools (>= 1.04)
Filename: pool/target/libs/libsamplerate/samplerate-programs_0.2.2-3+apertis0bv2024dev2b1_all.deb
Size: 13948
MD5sum: 9a1ccd4f529ee4ac9d01bef14e5300a0
SHA1: 81eebebdbc353fa9f4d9cd24b3451bae6bf0b61b
SHA256: 7dfff98a310adc5954a61a24caf16d5dc572c451b02cfee1f22f4cd5897d737e
SHA512: 9e44f18c612b67adcffdb8e3dcaf403ec8b555def2d48617732bfca9c89d189f56b26c0bc9b4dad938754bfb253a9f8a1112c6c46e2ad8ce8ad6b368f7972be9
Description: Sample programs that use libsamplerate - Transitional package
 This is a transitional package. It can safely be removed.
Homepage: http://www.mega-nerd.com/SRC/

Package: sasl2-bin
Priority: optional
Section: utils
Installed-Size: 372
Maintainer: Debian Cyrus Team <team+cyrus@tracker.debian.org>
Architecture: amd64
Source: cyrus-sasl2
Version: 2.1.28+dfsg-10+apertis1bv2024dev3b1
Depends: db-util, libsasl2-2 (>= 2.1.28+dfsg-10+apertis1bv2024dev3b1), lsb-base, debconf (>= 0.5) | debconf-2.0, perl:any, libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libdb5.3, libpam0g (>= 0.99.7.1)
Pre-Depends: init-system-helpers (>= 1.54~)
Filename: pool/target/c/cyrus-sasl2/sasl2-bin_2.1.28+dfsg-10+apertis1bv2024dev3b1_amd64.deb
Size: 103044
MD5sum: 3720ce7e191e41031f5fc5d7f047e296
SHA1: b0cfc5a39cd6f60276d4a3dafb4e817ea8d28c96
SHA256: 59b3fcaae7fbbdb84869c6ea6d9a8bd840f6efe538c126fdfb785b91e47451e9
SHA512: 5868a5ebc77d4f404d2e35ea4a40d465261803ac962f3d6ebf1a69e51e0856ca8699635698b63f9b7783d41dea4c36249868202f98cc2f4e9e492c1f8ba6d199
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: 245
Maintainer: Debian Cyrus Team <team+cyrus@tracker.debian.org>
Architecture: amd64
Source: cyrus-sasl2
Version: 2.1.28+dfsg-10+apertis1bv2024dev3b1
Depends: sasl2-bin (= 2.1.28+dfsg-10+apertis1bv2024dev3b1)
Filename: pool/target/c/cyrus-sasl2/sasl2-bin-dbgsym_2.1.28+dfsg-10+apertis1bv2024dev3b1_amd64.deb
Size: 169928
MD5sum: d637b054f9d210b3b6eddb3bad199527
SHA1: e08e55e6719a5511ddc54c8188201053fd6d2d84
SHA256: dcbd464fa8d628439cae18410dd6f2faa50a2a59d2218012cb221a45731e74c8
SHA512: fddd19fd4da2450c86009881057bc8b218f3e7af4e196915dc540d2efd8646e4c2cb80d4821648a0a05c649f6d275d507dc6fb7c7c7ff2b0e444f824b674352d
Description: debug symbols for sasl2-bin
Auto-Built-Package: debug-symbols
Build-Ids: 10e79a82b444c683216e010b97e6254c231f8692 55e2b95be31ec225f5608133838d67098c5ea9e3 800ad7936d047b2d5e0b660e05712522846ec49d 80a52335f460e9dedfeb21c396b0123600c4252f 9b86e67b7e317acecf5530b59a944d44e9fc0010 9e2ac47f979041ab9ca5432012a5c706e625bf76 e2d991bf145cb8fc77ef6419e78233ebe6a3d4b5 ee6342a22b1a68dfb998d46e14170cec2bad0615

Package: sbc-tools
Priority: optional
Section: utils
Installed-Size: 152
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: amd64
Source: sbc
Version: 2.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/s/sbc/sbc-tools_2.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 40544
MD5sum: 765db672965c36b2c52618f866d15b4d
SHA1: 7eca97e67ff2697c3e5063513bab73c5b292900b
SHA256: eabef995061766534bbc2c2dbd44c06b4837d738d17ac7708096b2f8bb2b23f3
SHA512: 92e5c8b984717944d0bf26fa1bf408bc9db36b815351eb7b091b0a17254e4e49eafbfafe78f29a4daa4a7eaf0eb92727367a5fb2e1faeca9fea1dfc79b495312
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: 148
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: amd64
Source: sbc
Version: 2.0-1+apertis0bv2024dev3b1
Depends: sbc-tools (= 2.0-1+apertis0bv2024dev3b1)
Filename: pool/target/s/sbc/sbc-tools-dbgsym_2.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 109424
MD5sum: 0a7dc8613c816566ad04099fe24e956f
SHA1: 854221e90b62bb4273999017763a4eab25a92c56
SHA256: 0bec4bb5e63b36e4f749c837fc4b07a067a94a951d9d4ed89c099d5cf5db4255
SHA512: dc8de0ab2d0f8454bbd3b05eb3116d63bd9ae74fe50593f8beb79485d3ab76ceecdf0591f90506231193cf475f9a7e81ea3883b9b8926f2060dfc1793eabf058
Description: debug symbols for sbc-tools
Auto-Built-Package: debug-symbols
Build-Ids: 5cdec36a7edbff62a4ce19ce77ecdf848398843b 64168430fe98ab421789616a2753e1809d3df5f9 de4288a748a9e5bc4597b0de0fdfca806e8335cf

Package: seccomp
Priority: optional
Section: utils
Installed-Size: 38
Maintainer: Kees Cook <kees@debian.org>
Architecture: amd64
Source: libseccomp
Version: 2.5.4-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libseccomp2 (>= 2.2.1)
Suggests: libseccomp-dev
Filename: pool/target/libs/libseccomp/seccomp_2.5.4-1+apertis0bv2024dev3b1_amd64.deb
Size: 13652
MD5sum: 44f91739795ebd1612eb634acf942401
SHA1: 9446e04d0ec989b0b5332ccf9e1465481e5fc3d2
SHA256: 415f113d7f83f32ce8ce3d37a1e40f3b680aca8a13475b1a475a0a1502b07bd9
SHA512: 8d42796c37d6343c72c7c1180b83f840c80e4eea85e0c0f34f44cc018a682401cd71db7821bd6e5a9af71f15539acf93f6cc75d228cbc816353b9aac0aa070f6
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: 19
Maintainer: Kees Cook <kees@debian.org>
Architecture: amd64
Source: libseccomp
Version: 2.5.4-1+apertis0bv2024dev3b1
Depends: seccomp (= 2.5.4-1+apertis0bv2024dev3b1)
Filename: pool/target/libs/libseccomp/seccomp-dbgsym_2.5.4-1+apertis0bv2024dev3b1_amd64.deb
Size: 5316
MD5sum: 817110e7c1594ce036bb61842f2d82d6
SHA1: 0feb2d16ea9ef40ec9a2d9cec0270f267f525fe1
SHA256: f4d2631a686b777bb0f53fb353edccb35e9c7529ce4eb9bc27966a8a6c81b33b
SHA512: a5166ec090671376436478f745618cd2229a39228409c5df09aa95514325ab4425903d5bc33e08a349887929e31f204809a6919a40e771adde513bf7c7b0bcd9
Description: debug symbols for seccomp
Auto-Built-Package: debug-symbols
Build-Ids: 859c8a1e7739be839d7b598da92f415df2c64f83

Package: selinux-utils
Priority: optional
Section: admin
Installed-Size: 605
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 127020
MD5sum: 7bee825834c0c45acfd308b46a19ecf3
SHA1: 818bc0b31b9cb0076ab63a32000009b83fc082cb
SHA256: 81a4c6559a9c418820d473dd323b6922ea1b02b22cd604714e8a03ecb6adc824
SHA512: 6a513ddc5c6ee912639ba310d7c68f8fcfab62bbb47907f8e2fae7230b5eef6163b9951f8576b52327471fd94fbec402e5f3dca5df6c2a9e0fe7807b21ebc712
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: 370
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 161376
MD5sum: be4b8141c026b3505acd04bbe9db6503
SHA1: f367b12806ac2c2f3d8bee22c17249f3ba8e2f24
SHA256: 6fa8409b45324f451930a8927c9f16c9a37d955bb8b9a41b7dc2f3bd8737cc09
SHA512: 81d48c693d091f18814935a24d0163ccd2333737acc1097d5fb9747393994902236fc59ec68141e747b701241268a7f87406b995018c0ca7d8988e1b5e14f76d
Description: debug symbols for selinux-utils
Auto-Built-Package: debug-symbols
Build-Ids: 02b5360348a26d0e671b2e71f6a7252a8df4bc02 058a74b221f31f9266c5f775f521a6f757612c6d 06522997f07626a5f9c2a06b24c62021b6ab4270 125e4eb6101af2529ae6713cb1f29066caea9886 2268b872c8779cb58aa04233c402f1fc951ee86e 291bc148af13f5a4dcd5ccfc6b9c81e75fb7c137 43fd3ba5e693536d508c35fdb4d77fdee5b7b179 48b2307f4c0aaad8a8c7ca0d7ca52f8b90d1e2db 594e7664b81c2de8e44c84978d46080a7d5d2f79 6779e5bb58f710100b7b0f8f8d686eeb87379a06 7852b07a187de19ad5df41c56acfb6506df046ad 854401b4d2e25f669d1c1c66d16c7dc2f6dbab99 8bbd2081121ea326b1e8d6e30f835d698b127e98 8bde72ac1113621937260d43111583d5634764f5 9ea9cf0119c22eb618f9f2f5a3e10f419ce10ca1 9f8c31616233c1f6f40876281cb2fc77628a8133 9fd8cf9ba6c0d7d1164258d24e8402ac38b5a939 a0e8690582dc4daff6d6917187cfd7e97a3f3efd a2e7c073413c585ac277736c5a5044f0d9ae1847 a6e90d156f96e821ff139cba71f1af5f1947932b a83481b943c56be1ca2f5aa2a62c071aa41e949b b99b3b1c8305c293360d750845256f9a08fe472b c0e093b455e825d6feb89b7993c29b29e8160ac4 c14687e18866496a57f37a03dca7cca756d8be7d c8f0ea37106363276a9c65e131badcccd2b191b2 d1b0f37edbc190255ad5f07102f57f851affaf5c d648218797ed2ede04673127ce970febf39bb72a f739589a8bcad511b23c0b177d785ddc7771d37f

Package: semanage-utils
Priority: optional
Section: admin
Installed-Size: 25
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: all
Source: libsemanage
Version: 3.4-1+apertis0bv2024dev3b1
Depends: libsepol2 (>= 3.4), python3 (>= 3.2), python3-selinux (>= 3.4), python3-semanage (>= 3.4)
Filename: pool/target/libs/libsemanage/semanage-utils_3.4-1+apertis0bv2024dev3b1_all.deb
Size: 7292
MD5sum: 30268681dc500efb632a971c814c855a
SHA1: 05c743e5f33c8c90756e8bbb057643996f3b63c0
SHA256: 9828d684a139a48bf2443b858b76ff770b5301ed1fdbb142cc9226a6794d7f9b
SHA512: cb9605c9bca8e3c42f533380541ea5de4409f5ba156d261f35f9b7dc4058f951e0750685adb0750607db08fbd0a7073a897f20d1ec3c68b0c7e33b42b8edd87c
Description: SELinux policy management utilities
 This package contains an utility that can be used to migrate from the old
 policy store format (HLL, stored in /etc/selinux) to the new one (CLI, stored
 in /var/lib/selinux).
 .
 Security-enhanced Linux is a patch of the Linux kernel and a
 number of utilities with enhanced security functionality designed to
 add mandatory access controls to Linux.  The Security-enhanced Linux
 kernel contains new architectural components originally developed to
 improve the security of the Flask operating system. These
 architectural components provide general support for the enforcement
 of many kinds of mandatory access control policies, including those
 based on the concepts of Type Enforcement, Role-based Access
 Control, and Multi-level Security.
Homepage: https://selinuxproject.org

Package: sensible-utils
Priority: required
Section: utils
Installed-Size: 59
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Architecture: all
Version: 0.0.17+nmu1+apertis0bv2024dev3b1
Replaces: debianutils (<= 2.32.3), manpages-pl (<= 20060617-3~)
Filename: pool/target/s/sensible-utils/sensible-utils_0.0.17+nmu1+apertis0bv2024dev3b1_all.deb
Size: 19616
MD5sum: c37bb27c30f3ba348fc6008d0a8b558f
SHA1: 5d88f4da1c551c2882608858189f64feec5d6071
SHA256: 9cdf15f9a4a272e8eed1f4d63d5ff6033117f6416bc436d941436d3bde45c242
SHA512: b55a86531f108926ca88419e9acfc008e57f4d6495cdb36878d1cf76fba02d0559ac7badcf9afb31bfd22c28be7c25754c6dfe8f0ed583e6cd1de946fd85c8a5
Description: Utilities for sensible alternative selection
 This package provides a number of small utilities which are used
 by programs to sensibly select and spawn an appropriate browser,
 editor, or pager.
 .
 The specific utilities included are: sensible-browser sensible-editor
 sensible-pager
Multi-Arch: foreign

Package: sepol-utils
Priority: optional
Section: admin
Installed-Size: 116
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 14820
MD5sum: b3321852b299456f4b1da21f2e69cd7f
SHA1: ef1da926b3bed30ad0574c65ccfab2fe2464804a
SHA256: 8f009e1df6356509b09ccc0fccac15bbc53c394cb80575a3fd2de468a7a6f185
SHA512: 77cee88c78b0d76c113c1970f2983f7cf0d67b9082bbaf808e2f65280914d7ded80f32a8324dc769e43e3d78a04dcea9216882f1108d3eb4a321503400b9b6e6
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: 72
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 18192
MD5sum: 337caa4afa7df592e1cd601cee3061a3
SHA1: 86c8f2a7249c4c4d14acb773201788e2d921e690
SHA256: 90e34d3cbdd138f9c05389b0415229bcbe6b93fd14f4670b3e9be331f2843902
SHA512: 5c8d411888515779dd70ccdf60032f8bf2268927f1a622fe615f92e76904ca55f968b84ba6548d8528d5b0841a4fdacc961581dca395f454de8de8275967b1d7
Description: debug symbols for sepol-utils
Auto-Built-Package: debug-symbols
Build-Ids: 32f3f2d27c5b646e70438b0c87dd956b7d801fdd 4895f0cbcddfa22aa09226733b864141050988d1 50339a779adf5b59714813255bedfd83e82b6b3b 88c52fd6dd5e03fa6db82db3aee279547927b885 cad3b0a48df09a4816df825b678ba4aa425fb0e0 db6340a83b2d9d684f7d8d3d6bd9030642c159ae

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: 42
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: serd
Version: 0.30.16-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libserd-0-0 (>= 0.22.0~dfsg0)
Filename: pool/target/s/serd/serdi_0.30.16-1+apertis0bv2024dev2b1_amd64.deb
Size: 14868
MD5sum: df362a4c7a02ee4cf683177d42db19d8
SHA1: fc0a874e7c5c8d9d8f6d440bfc27add4f5d0e78e
SHA256: 333360f492d7f5d2a1e2f1f0188a785b6bf4212eb0043571afe1584dbcb9f2f6
SHA512: 026b04d49552f484e06c191c1c965b8419909615aa30e16ce3ab206a4428bdbbaefd88807c58a8139e477a4bc3d3bd21b320c83c53d2483b4301aa855fedbc5e
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: 28
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: serd
Version: 0.30.16-1+apertis0bv2024dev2b1
Depends: serdi (= 0.30.16-1+apertis0bv2024dev2b1)
Filename: pool/target/s/serd/serdi-dbgsym_0.30.16-1+apertis0bv2024dev2b1_amd64.deb
Size: 13332
MD5sum: 15e4fc0587c723ee74db95d69c0e640a
SHA1: 90067286fbf9073a95499d7f59e629237e58f8be
SHA256: 95dce20034bf80be6c44bb0eb41c844582813ee5ad43e57077a6e3fdf9567ad3
SHA512: f471c857d5bf85324922bbe21fd5e04cf976143e79edea60bb10382b581211b52642fe6c17065faf1d6d52a9eb0b917f9857b393064fff91ca8e24c2a133dab4
Description: debug symbols for serdi
Auto-Built-Package: debug-symbols
Build-Ids: 32136275850219c8d9c9f0a039f22fff51d0feb8

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: 1797
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: rust-sha1collisiondetection
Version: 0.2.6-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2)
Filename: pool/target/r/rust-sha1collisiondetection/sha1cdsum_0.2.6-1+apertis0bv2024dev2b1_amd64.deb
Size: 705668
MD5sum: df59a3adc8332304376a66f3acfab811
SHA1: 84f1f654831d959235a3e7f856e1341685c7b5dc
SHA256: 34d29a69491567493f62d70e7adf4d04c22942eea65230e3ad0f711b1baf77a7
SHA512: 7b6b9d69327aceaf2f3daa12510fa70fdb5efb7ebb762cd91d1a319ce6fbdede5efdb9fc2df509b11010431142f1ec55d2de7fd75cc5c6aba664e45b955835d7
Description: Calculate SHA1 checksums with collision detection
 Print or check SHA1 checksums while defending against well-known
 collision attacks.
 .
 This program offers a drop-in replacement for coreutils' sha1sum
 in most cases, but one that is not vulnerable to a specific,
 well-known cryptographic weakness in SHA1.
Built-Using: rustc (= 1.63.0+dfsg1-2+apertis1bv2024dev2b1)
Multi-Arch: allowed
X-Cargo-Built-Using: rust-ansi-term (= 0.12.1-1apertis0bv2024dev2b1), rust-atty (= 0.2.14-2apertis0bv2024dev2b1), rust-bitflags (= 1.3.2-2+apertis1bv2024dev2b1), rust-clap-2 (= 2.34.0-3+apertis0bv2024dev2b1), rust-generic-array (= 0.14.4-1+apertis0bv2024dev2b1), rust-lazy-static (= 1.4.0-2+apertis0bv2024dev2b1), rust-libc (= 0.2.139-1+apertis1bv2024dev2b1), rust-smawk (= 0.3.1-2+apertis0bv2024dev2b1), rust-strsim (= 0.10.0-1+apertis0bv2024dev2b1), rust-structopt (= 0.3.26-2+apertis0bv2024dev2b1), rust-textwrap (= 0.16.0-2+apertis1bv2024dev2b1), rust-typenum (= 1.16.0-2+apertis0bv2024dev2b1), rust-unicode-linebreak (= 0.1.4-1+apertis0bv2024dev2b1), rust-unicode-width (= 0.1.10-1+apertis0bv2024dev2b1), rust-vec-map (= 0.8.1-2co1bv2024dev2b1), rustc (= 1.63.0+dfsg1-2+apertis1bv2024dev2b1)

Package: sha1cdsum-dbgsym
Priority: optional
Section: debug
Installed-Size: 4042
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: rust-sha1collisiondetection
Version: 0.2.6-1+apertis0bv2024dev2b1
Depends: sha1cdsum (= 0.2.6-1+apertis0bv2024dev2b1)
Filename: pool/target/r/rust-sha1collisiondetection/sha1cdsum-dbgsym_0.2.6-1+apertis0bv2024dev2b1_amd64.deb
Size: 3899880
MD5sum: 88dcb6426bb23965f35daf4e488abfd0
SHA1: 4856bfaf86f1f0b240dbb4ee910ee36f5b02b1a4
SHA256: dc5e3b94a4dec5845122ce5cd4ecca1251707da02d781621dc340705c6c588ce
SHA512: d961ed761f5f679078b08a95fa39dc5a89b30575e53c07286a6a807c7cc64813da764d9430d8fe807ce383c2bfdba55c31ad6ea85f201c4d6bd8927e7b55da45
Description: debug symbols for sha1cdsum
Auto-Built-Package: debug-symbols
Build-Ids: 412a74ab1cafecd6206761b838d157ca702d2cbc
X-Cargo-Built-Using: rust-ansi-term (= 0.12.1-1apertis0bv2024dev2b1), rust-atty (= 0.2.14-2apertis0bv2024dev2b1), rust-bitflags (= 1.3.2-2+apertis1bv2024dev2b1), rust-clap-2 (= 2.34.0-3+apertis0bv2024dev2b1), rust-generic-array (= 0.14.4-1+apertis0bv2024dev2b1), rust-lazy-static (= 1.4.0-2+apertis0bv2024dev2b1), rust-libc (= 0.2.139-1+apertis1bv2024dev2b1), rust-smawk (= 0.3.1-2+apertis0bv2024dev2b1), rust-strsim (= 0.10.0-1+apertis0bv2024dev2b1), rust-structopt (= 0.3.26-2+apertis0bv2024dev2b1), rust-textwrap (= 0.16.0-2+apertis1bv2024dev2b1), rust-typenum (= 1.16.0-2+apertis0bv2024dev2b1), rust-unicode-linebreak (= 0.1.4-1+apertis0bv2024dev2b1), rust-unicode-width (= 0.1.10-1+apertis0bv2024dev2b1), rust-vec-map (= 0.8.1-2co1bv2024dev2b1), rustc (= 1.63.0+dfsg1-2+apertis1bv2024dev2b1)

Package: shared-mime-info
Priority: optional
Section: misc
Installed-Size: 5028
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 724524
MD5sum: 2544c0573ea57c04530e89b8d92507a2
SHA1: b0bc286989511d9f0920282283528e80cf17f49d
SHA256: a5db7bd4434d5bb836e898139286a21c76d29e0218cd6e77ffbe52332a58341f
SHA512: c672839762ba6506420a4acaf187ca46471d8ecb43d9d545c67b011c8ca8008604adf8cf743661d857fa0e110ab108720133e9135ed0d1523e7d14837f299d34
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: amd64
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_amd64.deb
Size: 64448
MD5sum: df49c5094ef98d401114bff69032779f
SHA1: 1017f68c66e5ed3d02b29b28dfb3a349769ad940
SHA256: 9206403d1e878f001ee1a5fdd4768d4bcc8cf887bd3998fe86298197213c83cb
SHA512: 51d03d1015a354b016111206007ab0c449e70358a9d2579cf5bd4188c7d6bbb56c2ada7f8d9333d4c7106364666a96f246bbfefe4941085c20e1363014cb357c
Description: debug symbols for shared-mime-info
Auto-Built-Package: debug-symbols
Build-Ids: 8af25ad8dc5f2a007fb5bdcfd7b4aee24883bc06

Package: slapd
Priority: optional
Section: net
Installed-Size: 4639
Maintainer: Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 1445856
MD5sum: 4dd67c267501a7c4a767cc1860d8b30e
SHA1: 503140c28491afad5d33fba7c72ba58266d2260c
SHA256: 86dcb30a13bf20f5007909454136132fbb5ede11f7521d3ab9024a68d8da2ced
SHA512: 117583a857caa36957ab6a41cc95b6725600f65607ece0213a54aa4cbb3428ab4c0f7b5513a5f54aed4afd86d7e3caac6529ffe3ca859200972433eb1db0dc72
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: 188
Maintainer: Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>
Architecture: amd64
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.8), 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_amd64.deb
Size: 49908
MD5sum: 423315d9fd72d40203e5019242ce48df
SHA1: f5e1e40122df434f09623c2ea5c7083ca0c15459
SHA256: c56fbdc81319e3d906f19cad8b52614e0e9c48d6038a0225eac9eefeaf2ecd75
SHA512: 481892e409843535b8b4bf689c76f60ce839258e0d9966d122113768d477ce9c732c16565ef6ba4afc722db0436363593b208a46495f5cc8c907e7db8ea6c561
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: 85
Maintainer: Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 50128
MD5sum: de81a3ca9c61bece3593e005a6ee7b3f
SHA1: 17823b8b16a1ad5fc1fdcb31fa00a040cdff5eca
SHA256: 7ad9d46586f7335aa5f6373aec3db886a908cc7d3b777251b0b417d19d713c9d
SHA512: 0b5824d09dcff91bd95d1963ccd60e5206cb54817445f974b334f9df2fa2bfe01f8394521135069920ac63c013988593774edc5bb0f3feb923ce5c2ba21b837d
Description: debug symbols for slapd-contrib
Auto-Built-Package: debug-symbols
Build-Ids: 2f6948785296ba3724cfdd94c405c92dee5b7a6f 39a4c87772d30e16a32e3f67c79324a845f8c3ba 7e9b1c1945dea9723a90ec16ebf2fc2543cd1e8e fd262e54e6040c9ef60ad766016729181d1916e5

Package: slapd-dbgsym
Priority: optional
Section: debug
Installed-Size: 3766
Maintainer: Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 3347508
MD5sum: 8b6fbd51f811ca8385d39e5e50f1aed5
SHA1: 9c2a2f2c5905b0aa5c51530fbad98aaf2c352feb
SHA256: f4649f365d4d6b4a7d24ae88b44b37f9ab5f5ca95724d4c93a93434d8598d9b6
SHA512: 99232329b1fc830fad27a28cda9479b539cd757b3b4314e8e77d6b51d2978b08c70f6e38cf0300a41274938a6c5a2869585afb8ba5d6f3bf3835ce25951330e3
Description: debug symbols for slapd
Auto-Built-Package: debug-symbols
Build-Ids: 005dd3b75047f7467d23f09259f49b2c844e27d8 047ded1b4c57b23e9f120e9d7a7b5da57778462a 12c9cace602b52e7c97d9046f5105f6da39062a6 22df61315a15d565a1cfa7e4b07f4d009a84e89e 2358391d6b1c980ad12626682fa81c46f2880495 237a81c553ceadd0518a92dd92d9e09bf18dfa8a 285cd3c9031a6d115c2726ca5e44126c74a07adf 2c031d46db365f1f6a2e57f82306abbc6e0974db 2fa090045615b8081175ac90e58468f6c35397f1 314cd221baa1e7d2e484f90a9d85fbe46361eb09 321c85d761c7a65f84125c2d1188edd3fd70a0da 3301f2071064801364b73310d4efd1e462657c24 3c97c634ecfdccaf40e8475edd7f241a515df4fc 3fad247a5d7d9cf2c6e8a2253575c20b21484a14 408db0d22ed8e7f94a378e6f9dd202612b9b2e62 441e534f30ec2b09da3a0f62e9bb771055227af7 4e35eb73cb3f9c72ac4978fc477c99a2876fec7f 4fa68bc93e15bfc02b58d449cb10248c197fc3d0 5146353f0534717b3b2decdf32b98d2b1a2484f4 552188be47650309625d86b641df98a72667d858 6076e0c1f4bea3b1743d333c8bea49cc6c58b5b0 612d190d0b482000d5bb419ee1714bd10eeb4eaf 697d4ac34625a84ecb90aa23514ae9c2aee33014 6c90f72fd54a71312bd53068d7f6c516b9f1b5e4 75a0c34fa161c05a6cbc72ec5daf7aebc2590052 7a504efc55050360c7325443a468d0c8e653464d 963f564bb217bc52a370c845851de3859bc0a35b a3715369ac99d808a68ec52b886f8ef522619b06 c3e07f1eba67c989ed6e379fee761bd8336f772f d3720589eae8c433f84393f03cbd762553ce8701 d3c91f1889cf612a2a459d8c9363de162d404069 d40c5029541124d9c419f9d07eb0d7474d60b168 db704e94df7cddbd821cb0bfd87fc558391d2209 e09638b125c07d563c52f580cc64f42787a9f187 ed6f54175e6e963b2b32ec6ce9fe3c0a4d5e2e7f ef38e055790f71c1b43a6bc432cceffc151d3f7a f4506d8d8e9a6c35d70dbbd7bee4ee7f7acdd3d7 f919dcfb266001f01f0181b651dfd2f397359dbb fd957b348824c5d5ef53575ae8249f778c66c9bb ff8d277de6a04cc095497ba73e3b5cd6d2bc3a76

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: amd64
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_amd64.deb
Size: 38948
MD5sum: 6985bbfb412473e1526719af5bf2dfe8
SHA1: 65ed35a5bff88194ae2cab33748d0317be2216a2
SHA256: 036e892b9902ed502ac8271af22b8134ce316242a55be99b1a18bd168e7faa33
SHA512: 1a8bb01d1acf49092b107bc19c95f46ef3a2620b643168219d0b9259520b337949e9e3d3d0480dc3d97d8fe5a2fb35c3d5c97861623cac8dc21ebc876015ed7c
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: 776
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: amd64
Source: slang2
Version: 2.3.3-3+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libslang2 (>= 2.3.0), libslang2-modules (= 2.3.3-3+apertis0bv2024dev3b1)
Filename: pool/target/s/slang2/slsh_2.3.3-3+apertis0bv2024dev3b1_amd64.deb
Size: 206628
MD5sum: afbe07ff6f4b303aec125be1dd162d39
SHA1: 177b5db313e65e156a37ace79670ea9c4e7bbb12
SHA256: 897994a72782df9db5ee529e816e24341c6197ab413b2fb79a544adabd6d810e
SHA512: e6b0118a8b23121f35608adb04aaa883752b108c70f5518493c0b355631ce3a6076bd56b5331cb46501fca3c016d3cd28eb174dae3d6b72adc9e8310ba43e6e2
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: 35
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: amd64
Source: slang2
Version: 2.3.3-3+apertis0bv2024dev3b1
Depends: slsh (= 2.3.3-3+apertis0bv2024dev3b1)
Filename: pool/target/s/slang2/slsh-dbgsym_2.3.3-3+apertis0bv2024dev3b1_amd64.deb
Size: 14516
MD5sum: 3187af12b2e439025b7374e9ec0a2b6b
SHA1: a1d8e811bd89bc964f6eacb8d1f0bf18bde16c91
SHA256: 38c2b42f146289a54f32db29f2b074de4c812b1c5a1262c6610c3ec74d9eaa58
SHA512: 7ee28325f52c49e3b159ee909314bf54f4db5650ae5ee4cbb87a9a0018f1c470bdb7c4b2fabc6e8a0895dd6b816736454a04a4ad8b49bbdfce3485e4e1144900
Description: debug symbols for slsh
Auto-Built-Package: debug-symbols
Build-Ids: c61d15ee52b2aafdb03670ef4c08bb5cf09fa949

Package: sndfile-programs
Priority: optional
Section: utils
Installed-Size: 335
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libsndfile
Version: 1.2.0-1+apertis1bv2024dev3b1
Depends: libasound2 (>= 1.0.16), libc6 (>= 2.34), libsndfile1 (>= 1.0.20)
Recommends: sndfile-tools
Filename: pool/target/libs/libsndfile/sndfile-programs_1.2.0-1+apertis1bv2024dev3b1_amd64.deb
Size: 50472
MD5sum: ba38c46f1de949839aaa81a081a5123f
SHA1: 7950825f78ad005018dc4d499534e06729a6c7c1
SHA256: a21c7ac10aaef4701134754b123840fb43241ec38974d6bab9e4ba1d4f3a7d8b
SHA512: bbfa3bac2be47d2c66d9a699a2878f07b0f885bed1be55bf66c82e1311809955952c80d34c15a9d89819d637776f097f3fe00b6c7330555f5266874b93f1ca67
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: 250
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libsndfile
Version: 1.2.0-1+apertis1bv2024dev3b1
Depends: sndfile-programs (= 1.2.0-1+apertis1bv2024dev3b1)
Filename: pool/target/libs/libsndfile/sndfile-programs-dbgsym_1.2.0-1+apertis1bv2024dev3b1_amd64.deb
Size: 159328
MD5sum: 900b527906c0ebe993f34655de07e8b4
SHA1: e7f3f45d9ebed78f06c15361f1e6356ab8e8cf97
SHA256: 0188eb3ebd3349a286bccc0c3d841712f329f72542dd506a0decb346cd44e777
SHA512: f8e9c0ac0f3558df70c609e21293b19e9f4bc991d1621fbcdc17460c9bdf2f209724d387d14c3fdcc7cb6ec9909e4eb8fd25d5492e4606fcd0ee1d131a402a05
Description: debug symbols for sndfile-programs
Auto-Built-Package: debug-symbols
Build-Ids: 04f01724e55da81d43bcb7905b10f0b9e2c126ff 249de741eecbc280ec754ec9f785878ce3d1022c 32b1fa457188d69f3ea616bb69dd431e1263b6ce 36ea2dbdf2d851012d31197c28d38837425c92af 4f1e9363675cf78e0be38bf7774ca671cdd5ef69 88c1efdb81c9bac8ff54143fd83577f033a5297e 92b6beebbfb1d59f08384af4368c0b3e9e2b2167 d6ccf6af59fefdf5f28619175694f71bd31a8b1d dc8dac9df6d944c07a62db4c25c29bae2e650e02 dde0a3eaf1d8a94c43c4d7216ae230356536a2d4

Package: sordi
Priority: optional
Section: text
Installed-Size: 65
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 17692
MD5sum: 6d493a84ddf5c4716232e8fdec1ca27c
SHA1: 2f8a2ad3abce5bfa3c50b6ed1ac54657d0950ae0
SHA256: f5bf8a175b893836e0262eb051497215093c991bc46296cc3ef9040bb678d75c
SHA512: e38d9b5a822d293beea2f28b62779ae6c1c9a01f26c9587f27f28971e9e7a08d7b2709a3b42ddbe5256edddc101c640648b862c6015138b5788c9c9b495ff2d6
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: 51
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 26408
MD5sum: 7190283d7151eb7e3a28bbfbc2636a33
SHA1: 9b28019561ead0e3d5580df7147a04e65dd4bc0c
SHA256: 2a824346460f487370c8c752746931ec6b9ffad06977f21174ed03b1a487013e
SHA512: 859e480e58f73441477680c91ae18933c19bd9779e8d21f3254786a1f6a49e1928a130dd5967fc374263c7c8cc43be63958bca90b1d65b9bdefc6c02c2e3bb02
Description: debug symbols for sordi
Auto-Built-Package: debug-symbols
Build-Ids: 4e42f614529e149ff195a1a3b0b76e250584769c a10eb5e3840070d272c9a551472dd6d691adf966

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: 89
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 25488
MD5sum: e911e17fedf727f50b51be8e3ea81a53
SHA1: 41159d1263800c81553c93694e713a95c59b33c2
SHA256: 5cf569bfc361d0907654d23ad7bdb0d771f15388b1e27ced9766bbd298d158cf
SHA512: 7b3533d0b853d699d034d9acad58b711482cfb87b560294b2e656bc79bce20806eb836486dc6426f1a25cae409aa37db1e8979534bd7a340ed0f574b9263088f
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: 74
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 48320
MD5sum: 6dd6436a3fd0fd43a9b6402cc755223d
SHA1: 7bade7665abdf768de8c727dfbc7c760d7cbba91
SHA256: 4dd6dc8c3ef4e17ea88470f4a67f36ce4de419a5fa22fdcc28c7e9ece4118081
SHA512: 45e9d278856a4ef6951931049aca06dfa2fc57713601a700e2fdab8eee3ff6657c58b921bb9ce47d8d977eddcd53d6fafb3c8c4016ee037363c2b7b32c57d76e
Description: debug symbols for speex
Auto-Built-Package: debug-symbols
Build-Ids: 11529c4b4d3b172b7f54ff015b82aee4fa0304aa 58576d73289eb83e036a2dceaf19862ccfbaaff0

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: 10173
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: rust-sequoia-sq
Version: 0.27.0-2+apertis1bv2024dev3b1
Replaces: ispell (<< 3.4.00-6.1~)
Depends: libbz2-1.0, libc6 (>= 2.34), libgcc-s1 (>= 4.2), libgmp10 (>= 2:6.2.1+dfsg1), libhogweed6, libnettle8, libssl3 (>= 3.0.0)
Breaks: ispell (<< 3.4.00-6.1~)
Filename: pool/target/r/rust-sequoia-sq/sq_0.27.0-2+apertis1bv2024dev3b1_amd64.deb
Size: 2570864
MD5sum: 1184f45d741f364268eff3b1b2f361e3
SHA1: 0c132cfb93d6263a21c97c7a72ac40e116fd1fe3
SHA256: d7ced36d1877e3a4cd6908affd526dcec823fad780b72908cfc0637a4581b615
SHA512: 2792b3e4222f3533c48a17cbbdcfac62d216ab02a3f7378645b5d81ddac6d7386b011096a59626ccb5001e0ab1b92ae3dc7ac216dab9ae9925d85dd0ae0aca8b
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: 26754
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: rust-sequoia-sq
Version: 0.27.0-2+apertis1bv2024dev3b1
Depends: sq (= 0.27.0-2+apertis1bv2024dev3b1)
Filename: pool/target/r/rust-sequoia-sq/sq-dbgsym_0.27.0-2+apertis1bv2024dev3b1_amd64.deb
Size: 24164356
MD5sum: 206b157a9305325345d11e44a37e7c52
SHA1: df079352c3b711a07af7c9d56abdd56c006a074c
SHA256: 43d11963d35edcde7504af7a32438ecdea54c074efee33301696dff25b22fe3c
SHA512: 5398861e2becf76bdffdfdccbb1d3d510c50dcc20be868f639b6f66bcb64a2ebd1f7f6ee3a096edeb8280a6f744c1d6fe14ad7a24e0c9a2b8edcdaa6a6d04887
Description: debug symbols for sq
Auto-Built-Package: debug-symbols
Build-Ids: 368e7351a844bb13226acef9fa42846d56e1f987
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: 574
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Version: 3.40.1-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libreadline8 (>= 6.0), libsqlite3-0 (= 3.40.1-2+apertis0bv2024dev3b1), zlib1g (>= 1:1.2.0)
Suggests: sqlite3-doc
Filename: pool/target/s/sqlite3/sqlite3_3.40.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 393548
MD5sum: 3f2cd69f7a018de5637e60786eb03b66
SHA1: 04b6f035b05fb942039d1c81a6c74fd7865917b3
SHA256: 44ad11cb6298c2d0d692ed2a820f0272d66a2d18f230918881b0331e40257614
SHA512: 6b10b984fb33641f1067a2147a28a1a4109b92f7dfd1756edfa015697b9924832262ad484ca2683d603dcf7952e6fc05cfddd695c78fd4c04a23a54045a9112d
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: 393
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: sqlite3
Version: 3.40.1-2+apertis0bv2024dev3b1
Depends: sqlite3 (= 3.40.1-2+apertis0bv2024dev3b1)
Filename: pool/target/s/sqlite3/sqlite3-dbgsym_3.40.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 369592
MD5sum: c0b6e9e731f3e828a1386fd003d5bebd
SHA1: 80be8d89210f3b8f647fd8ee2c8603daa5cc7634
SHA256: 19d41e0ff0130e0f096c7dffc821d159c538fa5f869bc210f0420d0c70863d6d
SHA512: 7742342b55b3e9b747af7853ac9158eabb9fd025fd626a74d56ea01440fcbc6c6e3b87dbd31f593bb4d834b4a8f19c690b0b15c2a8f16081547ffbbd702bb09b
Description: debug symbols for sqlite3
Auto-Built-Package: debug-symbols
Build-Ids: f12a4b2de43b9cb9f277a3dd136834145b5c2954

Package: sqlite3-doc
Priority: optional
Section: doc
Installed-Size: 28055
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: all
Source: sqlite3
Version: 3.40.1-2+apertis0bv2024dev3b1
Recommends: sqlite3
Filename: pool/target/s/sqlite3/sqlite3-doc_3.40.1-2+apertis0bv2024dev3b1_all.deb
Size: 7570508
MD5sum: 13a7d1e5bdb2d57b84b42bceb15f44f5
SHA1: 7bd6e84fb914d99cfffc8d2cbac6f83a20cb5235
SHA256: 89f20383c14899f261e9605eb5ea911433ad8683e243c2040560ac7e3d1dcaf4
SHA512: 25e7a33dd7f67e60a013d851075778f35bf3cf73ffcef0c0740cbfa8ccfa4d1583642ee07e46d5e2a0e8bb409de68837709a09fb7c1058c59f58a4a77bdd37e6
Description: SQLite 3 documentation
 SQLite is a C library that implements an SQL database engine.
 Programs that link with the SQLite library can have SQL database
 access without running a separate RDBMS process.
 .
 This package contains the documentation that is also available on
 the SQLite homepage.
Homepage: https://www.sqlite.org/
Multi-Arch: foreign

Package: sqlite3-tools
Priority: optional
Section: database
Installed-Size: 8479
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: sqlite3
Version: 3.40.1-2+apertis0bv2024dev3b1
Replaces: sqlite3 (<< 3.37.0)
Depends: libc6 (>= 2.34), libtcl8.6 (>= 8.6.0)
Suggests: sqlite3-doc
Conflicts: emboss
Breaks: sqlite3 (<< 3.37.0)
Filename: pool/target/s/sqlite3/sqlite3-tools_3.40.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 1400248
MD5sum: 4be5f608442d707243666af1300089e1
SHA1: 5863967e2d5d8cf3346da577d488bc1582ef255c
SHA256: 9b6b0e91eed4cfd15b91320f0f3c94197e832da965bbbc61c206225ee476dc76
SHA512: 3b321dc6705c8b31e8717c737839194021c40a94283d12c0832b7f4eabd86cfdb05d94b222bb8ea82759ccbf355929eebbbe2571601e3edd59095855c79b84be
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: 14505
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: sqlite3
Version: 3.40.1-2+apertis0bv2024dev3b1
Depends: sqlite3-tools (= 3.40.1-2+apertis0bv2024dev3b1)
Filename: pool/target/s/sqlite3/sqlite3-tools-dbgsym_3.40.1-2+apertis0bv2024dev3b1_amd64.deb
Size: 14025896
MD5sum: f370ee8b57d3794693a2ad030ed2a6f4
SHA1: ef01186deebeae89711b7841f1011f5785f4046f
SHA256: c80903752c7cd03eae4f2e3b370ad8cb0d788bb3adb7e69172501279fee357e0
SHA512: fd677e6508e212c8082632f24399a1ca91bf2f51d4097ba0b5af9e0cdda7772c1f6a49a0877e16e57bf1d3e873e926ae3f5e1d43ad94f8ee76a28e4461a33a92
Description: debug symbols for sqlite3-tools
Auto-Built-Package: debug-symbols
Build-Ids: 05804b74b1de99a0b5714c6ed6283f0672653b71 4a97d547bfdf4cd9a24ce4bfa607160d71f636bb 5599a2a56cbf6267a7b67a73db03f56c95794d1e 861c38649c7716ffb8ee6a36ee8238bda077b846 ada6e89592bcc4984fede76ef4667191f7d9c5fe bf5c43963db92033ca29ae84d9adc15488272291

Package: squashfs-tools
Priority: optional
Section: kernel
Installed-Size: 449
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Version: 1:4.5.1-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), liblz4-1 (>= 0.0~r130), liblzma5 (>= 5.1.1alpha+20120614), liblzo2-2 (>= 2.02), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Filename: pool/target/s/squashfs-tools/squashfs-tools_4.5.1-1+apertis0bv2024dev2b1_amd64.deb
Size: 175340
MD5sum: c2b38e4ea3d917bbb9bd5a75e0e09b1e
SHA1: 3a9a13d158f3fc944da3087997c8fbd6d505a6cf
SHA256: baf3a74da22f1e358db7e37fbe438f93c302fc43e17ad8ec890342fdba5b0941
SHA512: eccb6ef9b870dce54da40e0e5b51370262c73472b4848abe74799b6bc1745ba1e2cbe965681751e1ee70ecbd216693a0e8eb4e2244b80bda582d8078e6e7424d
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: 511
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: squashfs-tools
Version: 1:4.5.1-1+apertis0bv2024dev2b1
Depends: squashfs-tools (= 1:4.5.1-1+apertis0bv2024dev2b1)
Filename: pool/target/s/squashfs-tools/squashfs-tools-dbgsym_4.5.1-1+apertis0bv2024dev2b1_amd64.deb
Size: 458692
MD5sum: b5d838792febb3c2bd46384942e7b6a9
SHA1: e52c54e439f4938e4ee9e1baceacd3a8974ee74a
SHA256: 785662453b18eee71d6d2d3fb092cfdf4f9e58e7401ba9aa40a4abc3d2004d09
SHA512: b04fd78e0073f6277c62a9a42553275e0313ed2c871fe65ec9a9354dc3642ec02dfe805aa7c80f0d87bfb2e3cc1a179638778683e48781503120062f31d1d5d5
Description: debug symbols for squashfs-tools
Auto-Built-Package: debug-symbols
Build-Ids: 802b74805c967de18edcfe47bd01232bc997119e cd1c09815adbe9bdf0c2f1a74bbf670b5db4159a

Package: sqv
Priority: optional
Section: utils
Installed-Size: 2605
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: rust-sequoia-sqv
Version: 1.1.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libgmp10 (>= 2:6.2.1+dfsg1), libhogweed6, libnettle8
Filename: pool/target/r/rust-sequoia-sqv/sqv_1.1.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 759364
MD5sum: fb9071ec20c65ea1bcb05d767ffb14db
SHA1: 154e1699c7f901f6525aea92a14257b3160931ea
SHA256: 072eed0a37045970475ab88e8df259c9fec589d205869567b31da08e3d88350f
SHA512: 64d2d28cfaa30b25106a11ce010df59fee6c4be0c0d451a08dad168b1e473ad02eb3d61ee42ebc3c03624178c23ba54993126bce1c21b0b4d52571f8b8872b09
Description: Simple OpenPGP signature verification program
 This package contains the following binaries built from the Rust crate
 "sequoia-sqv":
  - sqv
Built-Using: rust-buffered-reader (= 1.1.4-1+apertis0bv2024dev2b1), rust-nettle (= 7.1.0-1+apertis1bv2024dev2b2), rust-nettle-sys (= 2.1.0-2+apertis1bv2024dev2b1), rust-sequoia-openpgp (= 1.12.0-2+apertis0bv2024dev2b1), rustc (= 1.63.0+dfsg1-2+apertis1bv2024dev2b1)
Homepage: https://sequoia-pgp.org/
Multi-Arch: allowed
X-Cargo-Built-Using: rust-aho-corasick (= 0.7.19-1+apertis0bv2024dev2b1), rust-ansi-term (= 0.12.1-1apertis0bv2024dev2b1), rust-anyhow (= 1.0.69-1+apertis1bv2024dev2b1), rust-atty (= 0.2.14-2apertis0bv2024dev2b1), rust-base64 (= 0.13.0-1+apertis0bv2024dev2b1), rust-bitflags (= 1.3.2-3+apertis0bv2024dev2b1), rust-buffered-reader (= 1.1.4-1+apertis0bv2024dev2b1), rust-cfg-if (= 1.0.0-1apertis0bv2024dev2b1), rust-chrono (= 0.4.23-2+apertis0bv2024dev2b1), rust-clap-2 (= 2.34.0-3+apertis0bv2024dev2b1), rust-dyn-clone (= 1.0.2-1+apertis2bv2024dev2b1), rust-generic-array (= 0.14.4-1+apertis0bv2024dev2b1), rust-getrandom (= 0.2.8-1+apertis0bv2024dev2b1), rust-iana-time-zone (= 0.1.53-1+apertis0bv2024dev2b1), rust-idna (= 0.3.0-1+apertis0bv2024dev2b1), rust-io-lifetimes (= 0.7.2-3+apertis0bv2024dev2b1), rust-lalrpop-util (= 0.19.8-1+apertis0bv2024dev2b1), rust-lazy-static (= 1.4.0-2+apertis0bv2024dev2b1), rust-libc (= 0.2.139-1+apertis1bv2024dev2b1), rust-linux-raw-sys (= 0.0.46-3+apertis0bv2024dev2b1), rust-memchr (= 2.5.0-1+apertis0bv2024dev2b1), rust-memsec (= 0.5.7-4+apertis0bv2024dev2b1), rust-nettle (= 7.1.0-1+apertis1bv2024dev2b2), rust-nettle-sys (= 2.1.0-2+apertis1bv2024dev2b1), rust-num-integer (= 0.1.44-1+apertis0bv2024dev2b1), rust-num-traits (= 0.2.15-1+apertis0bv2024dev2b1), rust-regex (= 1.7.1-1+apertis0bv2024dev2b1), rust-regex-syntax (= 0.6.27-1+apertis0bv2024dev2b1), rust-rustix (= 0.35.12-1+apertis0bv2024dev2b1), rust-sequoia-openpgp (= 1.12.0-2+apertis0bv2024dev2b1), rust-sha1collisiondetection (= 0.2.6-1+apertis0bv2024dev2b1), rust-smallvec (= 1.9.0-1+apertis0bv2024dev2b1), rust-smawk (= 0.3.1-2+apertis0bv2024dev2b1), rust-strsim (= 0.10.0-1+apertis0bv2024dev2b1), rust-structopt (= 0.3.26-2+apertis0bv2024dev2b1), rust-term-size (= 0.3.1-2+apertis0bv2024dev2b1), rust-terminal-size (= 0.2.1-3+apertis0bv2024dev2b1), rust-textwrap (= 0.16.0-2+apertis1bv2024dev2b1), rust-thiserror (= 1.0.38-1+apertis0bv2024dev2b1), rust-typenum (= 1.16.0-2+apertis0bv2024dev2b1), rust-unicode-bidi (= 0.3.8-2+apertis0bv2024dev2b1), rust-unicode-linebreak (= 0.1.4-1+apertis0bv2024dev2b1), rust-unicode-normalization (= 0.1.22-1+apertis0bv2024dev2b1), rust-unicode-width (= 0.1.10-1+apertis0bv2024dev2b1), rust-vec-map (= 0.8.1-2co1bv2024dev2b1), rust-xxhash-rust (= 0.8.5-3+apertis1bv2024dev2b1), rustc (= 1.63.0+dfsg1-2+apertis1bv2024dev2b1)

Package: sqv-dbgsym
Priority: optional
Section: debug
Installed-Size: 11624
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: amd64
Source: rust-sequoia-sqv
Version: 1.1.0-1+apertis0bv2024dev3b1
Depends: sqv (= 1.1.0-1+apertis0bv2024dev3b1)
Filename: pool/target/r/rust-sequoia-sqv/sqv-dbgsym_1.1.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 11168500
MD5sum: acec76dfa7b96769b9fdb06038cf89cf
SHA1: a8e81397660f9bbd3c7af33d228cbf45efb5f07c
SHA256: 687f7209f5b672dc02f8ef74b594fc3170f6fa231c9ca2fd3c8a587c62daad76
SHA512: 22b9ce710eea4c63514243f59975922d9769fffa6d5f9644db3a4612210c768d272167858690b2926c5f35e0bf4b3e0f185b8036a9719ce7ef1a647e9bf75c36
Description: debug symbols for sqv
Auto-Built-Package: debug-symbols
Build-Ids: 5babc9473208773cd88a63473d63ad92864aac49
X-Cargo-Built-Using: rust-aho-corasick (= 0.7.19-1+apertis0bv2024dev2b1), rust-ansi-term (= 0.12.1-1apertis0bv2024dev2b1), rust-anyhow (= 1.0.69-1+apertis1bv2024dev2b1), rust-atty (= 0.2.14-2apertis0bv2024dev2b1), rust-base64 (= 0.13.0-1+apertis0bv2024dev2b1), rust-bitflags (= 1.3.2-3+apertis0bv2024dev2b1), rust-buffered-reader (= 1.1.4-1+apertis0bv2024dev2b1), rust-cfg-if (= 1.0.0-1apertis0bv2024dev2b1), rust-chrono (= 0.4.23-2+apertis0bv2024dev2b1), rust-clap-2 (= 2.34.0-3+apertis0bv2024dev2b1), rust-dyn-clone (= 1.0.2-1+apertis2bv2024dev2b1), rust-generic-array (= 0.14.4-1+apertis0bv2024dev2b1), rust-getrandom (= 0.2.8-1+apertis0bv2024dev2b1), rust-iana-time-zone (= 0.1.53-1+apertis0bv2024dev2b1), rust-idna (= 0.3.0-1+apertis0bv2024dev2b1), rust-io-lifetimes (= 0.7.2-3+apertis0bv2024dev2b1), rust-lalrpop-util (= 0.19.8-1+apertis0bv2024dev2b1), rust-lazy-static (= 1.4.0-2+apertis0bv2024dev2b1), rust-libc (= 0.2.139-1+apertis1bv2024dev2b1), rust-linux-raw-sys (= 0.0.46-3+apertis0bv2024dev2b1), rust-memchr (= 2.5.0-1+apertis0bv2024dev2b1), rust-memsec (= 0.5.7-4+apertis0bv2024dev2b1), rust-nettle (= 7.1.0-1+apertis1bv2024dev2b2), rust-nettle-sys (= 2.1.0-2+apertis1bv2024dev2b1), rust-num-integer (= 0.1.44-1+apertis0bv2024dev2b1), rust-num-traits (= 0.2.15-1+apertis0bv2024dev2b1), rust-regex (= 1.7.1-1+apertis0bv2024dev2b1), rust-regex-syntax (= 0.6.27-1+apertis0bv2024dev2b1), rust-rustix (= 0.35.12-1+apertis0bv2024dev2b1), rust-sequoia-openpgp (= 1.12.0-2+apertis0bv2024dev2b1), rust-sha1collisiondetection (= 0.2.6-1+apertis0bv2024dev2b1), rust-smallvec (= 1.9.0-1+apertis0bv2024dev2b1), rust-smawk (= 0.3.1-2+apertis0bv2024dev2b1), rust-strsim (= 0.10.0-1+apertis0bv2024dev2b1), rust-structopt (= 0.3.26-2+apertis0bv2024dev2b1), rust-term-size (= 0.3.1-2+apertis0bv2024dev2b1), rust-terminal-size (= 0.2.1-3+apertis0bv2024dev2b1), rust-textwrap (= 0.16.0-2+apertis1bv2024dev2b1), rust-thiserror (= 1.0.38-1+apertis0bv2024dev2b1), rust-typenum (= 1.16.0-2+apertis0bv2024dev2b1), rust-unicode-bidi (= 0.3.8-2+apertis0bv2024dev2b1), rust-unicode-linebreak (= 0.1.4-1+apertis0bv2024dev2b1), rust-unicode-normalization (= 0.1.22-1+apertis0bv2024dev2b1), rust-unicode-width (= 0.1.10-1+apertis0bv2024dev2b1), rust-vec-map (= 0.8.1-2co1bv2024dev2b1), rust-xxhash-rust (= 0.8.5-3+apertis1bv2024dev2b1), rustc (= 1.63.0+dfsg1-2+apertis1bv2024dev2b1)

Package: ss-dev
Priority: optional
Section: libdevel
Installed-Size: 117
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: amd64
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_amd64.deb
Size: 37764
MD5sum: e99d7830d51626630c7b0a88709bc4dd
SHA1: 8300f1f667ef4061412b09dc03b4a15a8b63293d
SHA256: 132cd4ad24b6f5accfe8ba6c4f2afbcd7f59487b89fbd0fd43f65ab81e9fb623
SHA512: 7c9c1187f9180c6c80f3058c297a1b1bcc82ddc7d604f627eabd3382abefc0584db1c22a038e36115b611ecdd3802db6f366d00de92d44be519a9dbf7be87d43
Description: command-line interface parsing library - headers and static libraries
 This package includes a tool that parses a command table to generate
 a simple command-line interface parser, the include files needed to
 compile and use it, and the static libs.
 .
 It was originally inspired by the Multics SubSystem library.
 .
 This package contains the development environment for the ss library.
Homepage: http://e2fsprogs.sourceforge.net
Multi-Arch: same

Package: ssh
Priority: optional
Section: net
Installed-Size: 189
Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
Architecture: all
Source: openssh
Version: 1:9.2p1-2+apertis1bv2024dev3b1
Depends: openssh-client (>= 1:9.2p1-2+apertis1bv2024dev3b1), openssh-server (>= 1:9.2p1-2+apertis1bv2024dev3b1)
Filename: pool/target/o/openssh/ssh_9.2p1-2+apertis1bv2024dev3b1_all.deb
Size: 180836
MD5sum: 89a367355d5ada295382357c91041fab
SHA1: 9aebd313bca1f195d27c3bdb7a209b53cf4792fc
SHA256: 18949c26108af0c8dd013f5b22760259d9a847b45576eb2e3218efeffdba66a6
SHA512: 639c874bb7e42f88a2990a7b4d112b28d0b888085eb426e63c638f7017740d42bd435f79bc44c847dbac4e573998c52dd209022c89e476b2d49c0e6e1c6b80ba
Description: secure shell client and server (metapackage)
 This metapackage is a convenient way to install both the OpenSSH client
 and the OpenSSH server. It provides nothing in and of itself, so you
 may remove it if nothing depends on it.
Homepage: https://www.openssh.com/
Multi-Arch: foreign

Package: ssh
Priority: optional
Section: net
Installed-Size: 182
Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
Architecture: all
Source: openssh
Version: 1:9.2p1-2+apertis1bv2024dev2b1
Depends: openssh-client (>= 1:9.2p1-2+apertis1bv2024dev2b1), openssh-server (>= 1:9.2p1-2+apertis1bv2024dev2b1)
Filename: pool/target/o/openssh/ssh_9.2p1-2+apertis1bv2024dev2b1_all.deb
Size: 173684
MD5sum: f18c50eca916558540b1e34f3d5960de
SHA1: 432f7bf62254075ecc2f8c94329183ef1e73037e
SHA256: 245f7e1589c0a6fded5449bd5b38b50fb6adb28d3c250c7513dd7a7ca453534b
SHA512: 14842154aad8eccc1abd38b4b35a20e2c8e264a58501205b60b0da83cccbe30afa5c509e6ce2a0bb69251e00b7b812b536181f251c47c382f6d378d1f215b904
Description: secure shell client and server (metapackage)
 This metapackage is a convenient way to install both the OpenSSH client
 and the OpenSSH server. It provides nothing in and of itself, so you
 may remove it if nothing depends on it.
Homepage: https://www.openssh.com/
Multi-Arch: foreign

Package: ssh-askpass-gnome
Priority: optional
Section: gnome
Installed-Size: 227
Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
Architecture: amd64
Source: openssh
Version: 1:9.2p1-2+apertis1bv2024dev3b1
Replaces: ssh (<< 1:3.5p1-3)
Provides: ssh-askpass
Depends: openssh-client | ssh (>= 1:1.2pre7-4), libc6 (>= 2.34), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.19.12)
Filename: pool/target/o/openssh/ssh-askpass-gnome_9.2p1-2+apertis1bv2024dev3b1_amd64.deb
Size: 194488
MD5sum: 4cbde79e2bbb9525daea69d0a7df3096
SHA1: 4bb485092424589bb6b2909e7739b817c3a24e9a
SHA256: c6b9515211ea896f78bad11cce9c7dce69ca0c8888de0427e2fa0f2cf2d0f687
SHA512: 3cee7949c065fb21f5dc25e2ae0a44ecf62424fbb1da2f80b5f9d72fad95c6b8d3667334c20a3a2af38f0e2bb403979751c582971dbcc29315d2823175e66195
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: 32
Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
Architecture: amd64
Source: openssh
Version: 1:9.2p1-2+apertis1bv2024dev3b1
Depends: ssh-askpass-gnome (= 1:9.2p1-2+apertis1bv2024dev3b1)
Filename: pool/target/o/openssh/ssh-askpass-gnome-dbgsym_9.2p1-2+apertis1bv2024dev3b1_amd64.deb
Size: 17012
MD5sum: 2921e6bceee7b3a7238cdf5ec7c1d42c
SHA1: b703c3116e3f53cd660b4a978102c828d0ff12b4
SHA256: 4682be902af47ad8bcf4326a49647effcda7a24ceb776a42886b683a2c3f8bf6
SHA512: 1637ad5e3eb8859b7d3194018223fbac31746f5d19485ea7ebc2e2d98c7e892344e5b8f0439d41cac93d839ba8f5e85743092cdc983d4f5a4eb8d8d4632f5728
Description: debug symbols for ssh-askpass-gnome
Auto-Built-Package: debug-symbols
Build-Ids: e8d225d9b75b048fa73b10b469f96a38c94bc19d

Package: stress-ng
Priority: optional
Section: devel
Installed-Size: 8853
Maintainer: Colin Ian King <colin.i.king@gmail.com>
Architecture: amd64
Version: 0.15.06-2+apertis0bv2024dev3b1
Depends: libapparmor1 (>= 2.10), libbsd0 (>= 0.6.0), libc6 (>= 2.36), libcrypt1 (>= 1:4.1.0), libegl1, libgbm1 (>= 8.1~0), libgles2, libipsec-mb1 (>= 1.3), libjpeg62-turbo (>= 1.3.1), libjudydebian1, libkmod2 (>= 5~), libsctp1 (>= 1.0.10+dfsg), libxxhash0 (>= 0.6.5), zlib1g (>= 1:1.1.4)
Filename: pool/target/s/stress-ng/stress-ng_0.15.06-2+apertis0bv2024dev3b1_amd64.deb
Size: 2364924
MD5sum: d42a8da6991b21f4df2826547422ee79
SHA1: e53cbbf28f1bad2c6092d2383ad01effd169870b
SHA256: c5179501a0fd3ebcc9abe8d2b530c378584e4155f386de36417e5a5344dec926
SHA512: 04a573fc699cf970b1265f961ddff9e054c8b8a8987aea1134543370cffa718f4da7151cb84af7d5b68650f0cb9b7a406fa0f372099373991404a82ac0c238db
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: 4506
Maintainer: Colin Ian King <colin.i.king@gmail.com>
Architecture: amd64
Source: stress-ng
Version: 0.15.06-2+apertis0bv2024dev3b1
Depends: stress-ng (= 0.15.06-2+apertis0bv2024dev3b1)
Filename: pool/target/s/stress-ng/stress-ng-dbgsym_0.15.06-2+apertis0bv2024dev3b1_amd64.deb
Size: 4008592
MD5sum: cdde61ba9853d208110a7914bc7551ff
SHA1: d7a226f97ec60c73ed9979244f6cf28d4ed19de1
SHA256: 070de68f4afb0c7c6849a6226ce0aa4c02487e4fc8fb4f7206ff5c225cef54ac
SHA512: 869b15f1ffb5f0d6b3ac418b31c6d0a82dab00979bca88f16c578e8ab5e8ec176864522e24159f8fec179d03e8ec1d9a77b01f902410cb735bf05fc21412f3db
Description: debug symbols for stress-ng
Auto-Built-Package: debug-symbols
Build-Ids: 35c626a42ed5cf50a5eb79a0e988e270c39a3646

Package: sudo
Priority: optional
Section: admin
Installed-Size: 6086
Maintainer: Sudo Maintainers <sudo@packages.debian.org>
Architecture: amd64
Version: 1.9.13p3-1+apertis1bv2024dev3b1
Replaces: sudo-ldap
Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.34), libpam0g (>= 0.99.7.1), libselinux1 (>= 3.1~), zlib1g (>= 1:1.2.0.2), libpam-modules
Pre-Depends: init-system-helpers (>= 1.54~)
Conflicts: sudo-ldap
Filename: pool/target/s/sudo/sudo_1.9.13p3-1+apertis1bv2024dev3b1_amd64.deb
Size: 1894040
MD5sum: 558e8053f253bb05a94fa4bd45f244b1
SHA1: 8f10f427b5bd52387429b9ef0e46eb50e898f1f2
SHA256: fc8bde6dd3cfebecb0a6fcdec011c1310ac57e84f93f2b2e6ad045651e5d00ea
SHA512: 6e918ff0daa271d1405431e1d334ed0453bbb23c625c07670319453bf941b4eb567b39a77681369159b1bea2c7ebf80585f64eee89b68e19e3dbd3ed3605f272
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: 2298
Maintainer: Sudo Maintainers <sudo@packages.debian.org>
Architecture: amd64
Source: sudo
Version: 1.9.13p3-1+apertis1bv2024dev3b1
Depends: sudo (= 1.9.13p3-1+apertis1bv2024dev3b1)
Filename: pool/target/s/sudo/sudo-dbgsym_1.9.13p3-1+apertis1bv2024dev3b1_amd64.deb
Size: 2015064
MD5sum: 7d17f6cb8fe6f57f14ec1950edcba32f
SHA1: 2f8a8b92c7ad17202ecea8d40ed14d672e530556
SHA256: 7dcc21a9ebe171f830700bdad591366d3f73f48e8bd48128f8484e3cd54eb882
SHA512: 36a6bd672b57dae40c7b78495258abf5192e65b515f14d2f3ba0fb0e2c5fe8debb71bc3ca09b9b74796caf492f0721de6ab244d69d2765036e8393b58e5214ef
Description: debug symbols for sudo
Auto-Built-Package: debug-symbols
Build-Ids: 128f618b547f6b97cb1ed42c3e00ca5b7782bb61 1e3292d0d4f885d37641719d8ddcb78005d9bef0 3411b72acfdc795695fd3c088a449f675760d756 3e6422739a565bcf71c39e181c1fa08dca1b78fc 43cc88bebff816370dfb69766e9579229735ceb3 445b191b9d5a2e3ce543e1c775b39d6199a3a822 5581e86699f4122dd990f93767620a32078abeef 5fc92328b19d3f4b602ae448d81e86b826a75888 8bc731823377654359f65aa030fa711ef32f72f6 a026abf6a7255cd1565593a814d3eed56b4a9d83 a9b747ac4815330ad3007099651a5a3df27be3d0 e08f42282209b0dffadcbe34070b5766b53464e7 e50487d778470b643aa06db0b7b301931665693e f16b089208d520fb230b21eab59be3fd924ddda4

Package: sudo-ldap
Priority: optional
Section: admin
Installed-Size: 6160
Maintainer: Sudo Maintainers <sudo@packages.debian.org>
Architecture: amd64
Source: sudo
Version: 1.9.13p3-1+apertis1bv2024dev3b1
Replaces: sudo
Provides: sudo
Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.34), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libselinux1 (>= 3.1~), zlib1g (>= 1:1.2.0.2), libnss-sudo, libpam-modules
Pre-Depends: init-system-helpers (>= 1.54~)
Conflicts: sudo
Filename: pool/target/s/sudo/sudo-ldap_1.9.13p3-1+apertis1bv2024dev3b1_amd64.deb
Size: 1931124
MD5sum: aa7ad93a991a3575edc1f338f37a7200
SHA1: 2bef23fad713d53fab4aad1436b1c873e2c2b044
SHA256: 33bf0f2b81f2fb2c2db215ef36a480c4ec559bc67f2fa3dcde84fee55db864f6
SHA512: 54c9c5db4fef9cbbe0a63e6dea42f89c06942b0f45c64aa388fe4b757710c580bd10d6312572a2b14a7f9141a36e0b2bc436727d56c9c58bc91293ce92671f41
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: 2346
Maintainer: Sudo Maintainers <sudo@packages.debian.org>
Architecture: amd64
Source: sudo
Version: 1.9.13p3-1+apertis1bv2024dev3b1
Depends: sudo-ldap (= 1.9.13p3-1+apertis1bv2024dev3b1)
Filename: pool/target/s/sudo/sudo-ldap-dbgsym_1.9.13p3-1+apertis1bv2024dev3b1_amd64.deb
Size: 2061348
MD5sum: 7794f3c9b9b7cfda55348c205928dfae
SHA1: 2d3ff1cb109527259c22a69c4ace0de1f62328a4
SHA256: 276f61a2925c13f7b520b9531c8fe6145d80854fa4c56e05223b5d84f8e39d76
SHA512: 239ef9b78c5b9016094b6c1c659936f2cfb40a5fd0ed0f59ae467086813440e0cb910d988d290ded2adba20d3e71f86d132590d4055a6f263994de59f4c18870
Description: debug symbols for sudo-ldap
Auto-Built-Package: debug-symbols
Build-Ids: 190c11a325eb9617fa60e4931ce46e829671c77e 1bd25c54cf93e6cf40498acf8363e25ebfcc4c7d 3039d18d7e4aea7af5c688a58cc6d29f6dea9f73 352bc4a179909f8683320a6f5641ba4f71be15d5 4ae6db220c9d69cbab6a487d230179dc37b986c8 51bb89d50919455e0b150915147296971a15fc3d 59d972b605de661f2045c570c9ad29199017b146 636c5129f363ec86dd662a5fe917c4776c2b389b 8ec742234c0b612a51945a2d2606135b516edcd8 92489bfdbf85cdf1f1e1ff248a1babed5087ae46 95dc6fffe9093548acbebb32d68eb7e68802715c a2f8584970d8876a4f9e1ce9e5f8c4810e5b3b53 ce2eebeac899d81ea76042187782aeb0e12802d8 ee6a62f03e56230da45bd03689cfe4d703b4efa2

Package: svt-av1
Priority: optional
Section: video
Installed-Size: 169
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Version: 1.4.1+dfsg-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libsvtav1dec0 (>= 1.4.1+dfsg), libsvtav1enc1 (>= 1.4.1+dfsg)
Filename: pool/target/s/svt-av1/svt-av1_1.4.1+dfsg-1+apertis1bv2024dev2b1_amd64.deb
Size: 53516
MD5sum: 93c14331709ecc0b52aac682e0a06bcb
SHA1: 916667b39b1bd30803c2051d270526cf2b6bdb80
SHA256: 4b4544900baff5716a1144e9333bb881c778d8667b7a7793034f86fc5853a177
SHA512: 1f9468b5087b5271d7de26908aecd42b397eb55dfb5a684ba444816bb48b4d3183f74b24684243d92ae2a88fbf7a06d37cd279c099ed3fa41f93350d2f11af6b
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: 154
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: svt-av1
Version: 1.4.1+dfsg-1+apertis1bv2024dev2b1
Depends: svt-av1 (= 1.4.1+dfsg-1+apertis1bv2024dev2b1)
Filename: pool/target/s/svt-av1/svt-av1-dbgsym_1.4.1+dfsg-1+apertis1bv2024dev2b1_amd64.deb
Size: 124500
MD5sum: d96adb1b9fa8ae079757cdfdad0228b1
SHA1: 2d10a2d40fce006a1364acc5761af52e2977111d
SHA256: 9c87b180b86a6edc20a980f58a17edbf030f274cb7a8e366db790458ba5105e1
SHA512: 81ecddc56e7da5eca9bd1f60ba65eeb609c1f92a70b38b172e5e1d9d61b7237e6f2ff738eceda9017e008ab0fc46796cd2b66d9031bbfead87a1477fabdf9c55
Description: debug symbols for svt-av1
Auto-Built-Package: debug-symbols
Build-Ids: af9c2ee9f75929c4ea8cbb03139a4b887ecfa378 b07e2f18c172035544ced2024973fbde794ac038

Package: symlinks
Priority: optional
Section: utils
Installed-Size: 34
Maintainer: Gunnar Wolf <gwolf@debian.org>
Architecture: amd64
Version: 1.4-4apertis0bv2024dev2b1
Depends: libc6 (>= 2.34)
Filename: pool/target/s/symlinks/symlinks_1.4-4apertis0bv2024dev2b1_amd64.deb
Size: 9140
MD5sum: 7cbb7af1fae65da56e358bfa61cfa001
SHA1: 8391129330f4549247a9ca7163780e2d2535606e
SHA256: 8daf32ccded8ce99fe2898de040e8fa7c168046ee57ae94bff4e2743b2de0d1a
SHA512: 375adb590d9a0b5ea653e6b4f7331472ee5a00228b95846e8e25c44f28c321b403d3dfbd9a2dfa86e004914d687d6d8d45ef588b4f5276c7f08aee9904ee917a
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: 26
Maintainer: Gunnar Wolf <gwolf@debian.org>
Architecture: amd64
Source: symlinks
Version: 1.4-4apertis0bv2024dev2b1
Depends: symlinks (= 1.4-4apertis0bv2024dev2b1)
Filename: pool/target/s/symlinks/symlinks-dbgsym_1.4-4apertis0bv2024dev2b1_amd64.deb
Size: 11348
MD5sum: c2203af6d45d6a8ccc7822dfb216f39f
SHA1: b45f680f3fdc8fd97a798cd5f92fd14d0d296a28
SHA256: 681d09998a49ed449f0870538fe33a0ec542074b88eb6009a05edccba17b2a6a
SHA512: 9b8c9f02ad2d60ef6e948a2e7e53eb7527c94e4a55d437b7be450b47d9c7b6abccc730740825e81caa582cce3b6501116527c4fbe7c5f3650772482f2d175368
Description: debug symbols for symlinks
Auto-Built-Package: debug-symbols
Build-Ids: 7b2ea478af3c4848c8b24fca33b36ce47123019c

Package: systemd
Priority: important
Section: admin
Installed-Size: 9737
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Version: 252.6-1+apertis2bv2024dev3b1
Provides: systemd-sysusers (= 252.6-1+apertis2bv2024dev3b1), systemd-tmpfiles (= 252.6-1+apertis2bv2024dev3b1)
Depends: libacl1 (>= 2.2.23), libaudit1 (>= 1:2.2.1), libblkid1 (>= 2.24.2), libcryptsetup12 (>= 2:2.4), libcurl4 (>= 7.16.2), libfdisk1 (>= 2.33), libkmod2 (>= 15), libp11-kit0 (>= 0.23.18.1), libseccomp2 (>= 2.3.1), libsystemd-shared (= 252.6-1+apertis2bv2024dev3b1), libsystemd0 (= 252.6-1+apertis2bv2024dev3b1), mount
Pre-Depends: libblkid1 (>= 2.24), libc6 (>= 2.34), libcap2 (>= 1:2.10), libgcrypt20 (>= 1.10.0), liblz4-1 (>= 0.0~r122), liblzma5 (>= 5.1.1alpha+20120614), libmount1 (>= 2.30), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.2)
Recommends: default-dbus-system-bus | dbus-system-bus, systemd-timesyncd | time-daemon
Suggests: systemd-container, systemd-homed, systemd-userdbd, systemd-boot, systemd-resolved, libfido2-1, libqrencode4, libtss2-esys-3.0.2-0, libtss2-mu0, libtss2-rc0, polkitd | policykit-1
Conflicts: consolekit, libpam-ck-connector, systemd-shim
Breaks: less (<< 563), resolvconf (<< 1.83~), sicherboot (<< 0.1.6), udev (<< 247~)
Filename: pool/target/s/systemd/systemd_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 3042548
MD5sum: 87ba9ab9aa541745a50db69e9c2d511b
SHA1: 7e9003f81f42cadc2c6ee1b8805f44fd0f9e90f3
SHA256: 7ac927c98be0259aa8c47d2739cac85585b4fa33d0ec827726868366bd80fc4d
SHA512: ec1ebe4da55c57b09fe0430da9f657dbdb59750dfc3e4b20e21c903dcb2c4249e0aa2c0ff69df7cff1c8f14a26b10fad7412c6e71b66b329a993313bfe171097
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: 259
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Replaces: systemd (<< 251.2-3~)
Depends: libc6 (>= 2.34), libsystemd-shared (= 252.6-1+apertis2bv2024dev3b1), systemd-boot-efi (= 252.6-1+apertis2bv2024dev3b1)
Recommends: efibootmgr
Breaks: systemd (<< 251.2-3~)
Filename: pool/target/s/systemd/systemd-boot_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 109692
MD5sum: ba587fa8da5c6762070ec938e61640cd
SHA1: e9581a6c3b3cb3463d80bc5d75ac33ef2d781881
SHA256: f8e4bcbde4c153890f23019fcc39266a63a00f23b44900c554d3d64fb9dcfa7b
SHA512: d866b0cab98587aa883044a6054d9fcea41d59e5aa26b696842e88049566c69598b97d1992bcfc4b3808953a3b408b7447184663dc2ac1358ec2bfd2d18f02c1
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: 159
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: systemd-boot (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-boot-dbgsym_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 117944
MD5sum: d8abe63985c9534c9be027a97552cb4f
SHA1: 0b7ed4df452781a5c5b9c2bd16e9106fe64e6e1c
SHA256: 6c19807696302ebd747beb6b9359172745bab36c782f17a59f79383abaf7b58b
SHA512: b37831dd5bb668caa25c04fdf7db0af935b46965a7440e30871be8c8d149d19fc1ae9884753fa389d714d125eae2e463161cc5860f6c4da6c1f21c23d851605d
Description: debug symbols for systemd-boot
Auto-Built-Package: debug-symbols
Build-Ids: 13870cadb9d8f4f8c67188c4ae393474e76cb96a 701e3f214994a8d53a02a6b9daff3ecf3570db93 97aabb0ebdcc12879800d1edbc3046d55a11caa8

Package: systemd-boot-efi
Priority: optional
Section: admin
Installed-Size: 397
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Replaces: systemd (<< 251.2-3~)
Breaks: systemd (<< 251.2-3~)
Filename: pool/target/s/systemd/systemd-boot-efi_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 120820
MD5sum: 72aaa22d08f43087ebdc8ef9d78f8cea
SHA1: 6dbe09e8ac35841d3eabbab0978877bddcc623af
SHA256: 4562df148e1c29d078cc3229af80e1ff51a95ac808abc9fc1b91c4236354d506
SHA512: 7777a6ce72e8fcba1c85796f70e231d67f623d16bbf8bb5f02d73eff11aba614b9a01bd2ceeab6dea24d03d06089c2af7796d73d3ec0c38172b1d73f3c9b4dab
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: 45
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: systemd-boot-efi (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-boot-efi-dbgsym_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 5860
MD5sum: 33a0f552c5054dd4ea1ae48634e28506
SHA1: cedd2995e852949dd1742d9f21b31ed87d5bc7b8
SHA256: d4a72ae0e71a0a0aaa96f46e7ff04106c8a8b56ac898d01770d845bf811345a3
SHA512: c0ac46c65616f8a922228eb9d4597b789bd53fd34ec13c537a5f93c01ce370c115f6b1373402efd76971897376ffcbd662f480bd1bc85c243dc3cb3d57c04e18
Description: debug symbols for systemd-boot-efi
Auto-Built-Package: debug-symbols
Build-Ids: 431999c13ab7ab627d2ff93d218531f425eb71c5
Multi-Arch: same

Package: systemd-container
Priority: optional
Section: admin
Installed-Size: 1271
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libacl1 (>= 2.2.23), libbz2-1.0, libc6 (>= 2.34), libcurl4 (>= 7.16.3), liblzma5 (>= 5.1.1alpha+20120614), libseccomp2 (>= 2.3.1), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libsystemd-shared (= 252.6-1+apertis2bv2024dev3b1), zlib1g (>= 1:1.1.4), systemd, default-dbus-system-bus | dbus-system-bus
Recommends: libnss-mymachines
Filename: pool/target/s/systemd/systemd-container_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 422392
MD5sum: 88d8017ccf8f08d38ba7cb2cc1c1b824
SHA1: c797d7fb9194f4cf1c8f02d27dc4865de814ac88
SHA256: 3b4838ceb9a37801776d1bc7ca72236f378a69c642e7400d81ba59fb03ca4074
SHA512: 6c99a49a9de21c86321766e7ff310e771c4bb8d85898ab0de82de92d1cc389e48fbacfa0c3923542a01521c0d28121b4fd45dbc23e1a9d433635fef8c939cf2d
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: 1285
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: systemd-container (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-container-dbgsym_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 1082436
MD5sum: 2d0248d9eb5ef332903b1ecf1ca654c9
SHA1: e15f041245762cdbfe9a3da6848f68ae72fd104e
SHA256: 0b0dd5a1d125016499390b548dda2c62c13c71b2756c07dcbff634f613f2b4a8
SHA512: 883dfbf012d4e754edbdc95d7f3a08de65391857aec70ac8af483ce3188da30f29e1c7f68c0ecb3472a01a2b2fd2e8c316971d66adb68bfe8c470dcf522ff644
Description: debug symbols for systemd-container
Auto-Built-Package: debug-symbols
Build-Ids: 09665d39a1fed3dfebd8065a8ce0103fdef2d539 0c9b8b4458674410c9f1adb0214ac7f8ddd278f6 3ae42b3c3ac56bdd766b7ebd306ffc24e52c545f 51d02e0cf2c4a4c6190a620d8799f89b842d419c 55f41a74b123ea55f5472882284f2e137df843da 81dad6a9a2317e878e18fc6c350fe25a09e008bf bfea5307febdc95faa9e62064272a65a64c8b9f9 c69e59335406409b13e580e632f40b4838fc5a49 cdb670ed088f21c4c2fc1b1365c774bc2092141a d4bf81b87cf79e1b85188ea0b627ff891f897d95 ed7afdc2083144f3b766e2dffc230d50e3600120

Package: systemd-coredump
Priority: optional
Section: admin
Installed-Size: 267
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Replaces: core-dump-handler
Provides: core-dump-handler
Depends: libc6 (>= 2.34), liblz4-1 (>= 0.0~r130), liblzma5 (>= 5.1.1alpha+20120614), libsystemd-shared (= 252.6-1+apertis2bv2024dev3b1), libzstd1 (>= 1.5.2), systemd
Recommends: libdw1
Conflicts: core-dump-handler
Filename: pool/target/s/systemd/systemd-coredump_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 105880
MD5sum: de5840a0b7fefb7dae1555714f7f104a
SHA1: 1c3a637d8fe459868ae24272f3d4184a67ea41f6
SHA256: acd6230c6750257d97471fc44fc07f5c451709b32a7bf4468f95061c8fed5760
SHA512: 932d82f2fe9d6cc610cddb446b056e51126548577483a9d85ee91704afae03b19c4eb224ad85d33ba5995ab947e45623714b5fa26ec4197eaef775aded643fc6
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: 213
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: systemd-coredump (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-coredump-dbgsym_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 173380
MD5sum: 5adc2146c297574027d42f2e6401a5c2
SHA1: 36e12af205749e31430fe963f6d4f353d5195b82
SHA256: 211dded9039cb38b3a4d5f084107cb734c18f8b1ba6ddf2eb044b016b2a924d6
SHA512: af2c97c68952fd63e2377baea62cb14f5442376e561297fbabf03ff455e868a2ef2714ecad5321d46b5f0ddd76236d9ee5e8c944380c39a7753c8b82b32ee931
Description: debug symbols for systemd-coredump
Auto-Built-Package: debug-symbols
Build-Ids: 6685b1fa17e86710867daeb068a043a811b95e15 f59ac29e407616b26fc5cbe3f65f3adb7bc9e744

Package: systemd-dbgsym
Priority: optional
Section: debug
Installed-Size: 8012
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: systemd (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-dbgsym_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 6751796
MD5sum: 6562425f48f2e74c45ed511f32e262cc
SHA1: c8aba67cf2c38e28c722a88141d24631080f25b4
SHA256: 02a0ac9c27d496ba0fa1e9c8018122af8776d5ccfc65999b432dc78915309b7a
SHA512: e6b9d2bfec13acab734da3c49a8a6d579e59f383e9500cc25ebfe919dcab983c0cedaa5d562a9c009265264332455892ea2a426014ace1b09ccd318f0b19bff7
Description: debug symbols for systemd
Auto-Built-Package: debug-symbols
Build-Ids: 00cfafb49b3beccf9e85a1dc31558d0d578d1981 02db0c8d00b68ae338ae1670d7aa1329ebfb9d9c 04cae74fe7bd528dc68ad446362b09222aa5eef8 05be73830ed7abb3cb0e241c730da66e3bfdba6f 0603559bda85880ffc9820bd7ec886f737ec4d8a 064bfd8392f80aada7cca3416a87c0018473f717 070adcf4721141139bef1c8a258e31d6e5142f39 08320cd2c1cdf3f0b26ded48b3a125e156569d50 0afc65a1e933010659eae6cdf81e740a24143972 0c1c1ad56d09406fb3820d99be29f0e071d78ebf 11bf06dc42c7b60cf5907a34b73eb3597ddb9fbd 13a78e169eff54ae7be1cc82a66b482ae55ddcbb 13ab5da42e8851b254b689e0f7e0b3aa8149e8a2 14d53608bf9638fb302ead0f8ddc3b9982172500 17c5e5d28a0950c9825963371550d0bd734948c4 18ef17676d8f7880ea7135470a0ace6108f5c098 1a3efa21766514553ffb394e12549c8685d8565a 1b750047baca42b4bdf656f92c61716616660c6a 1d78ad9771111d1f48ae826f02219bc2f05da800 20f84e72592fbcefcb210b8c12f2c7a5d3e751fc 23aa6a89c7627dbdc05c791a70394070da63b2bd 263333b5b38a10e777363505b3ad8f25c3a27a56 26594fabe16e4d98051633c3dfcab7d6e814d52a 2c6b1358bd07fb3bd096478b55897a6fd52d4070 2cc5e0a8a95c22455bcfe455c7044120494be90f 2eccbbf835cf86e24fb9ba50c60e7b21ac56cd12 307cbad8b6f053807c33671183728595f88651bf 345b7373a6ea60290d108622c727ccea21f1a03f 356160f932cc9d428d0a72f7b179723d6eb7acf9 3637cd4ebba822673bf1ecb1ba85ca5fb0ce94b3 3e9b72f705e17e4b8895f7c67ffad19f082f5293 4425b0256228ac5928d45dd6d6e85d5cbba00de4 450789511ce25587bb38fe89b500fc3048311716 47e93c46a91d50c97a4e16d5d5d71e1df5a35e89 4f13d2611d1747aca13fe18fc013d34c980ad24b 4fe0f153cb6d969d1f9c53fa930eaf285b93f6c5 512014d1d1d54df554b142670f4d736c34a1854b 573c4c75a81ccd8254325c6ce599c66f086c08c4 606b4e8b4ee2a8afc1e31e9dd3fdcb796517bced 608fa1f918017cc06080c9533be227d6b5690d4b 64e01b1d693f9bbff0d71099e88a12c742432513 68d21fe0faae8c097419b6503713ec8553dfeda6 6d7234936fe93fdd890d6ba2658d87f77ffc53e4 6ed6ecb62d724018503f76661313d8a0652db0c5 72adb6efebebeedb7251a5e79919cd46a083bbfb 73a321bc4ec45bb91be1d6485983a195661908a3 76e5c2bbdcf813433ab3273b280d92689d70227e 7c67560140edeb6a9e695f44fc6cf2fac3e9c032 93c68891a9f32c3b68fc9fad63c3259bd3825f0c 9477d6bac9728f738d8cba948d3ae463dab3672a 95faf49b5c79d4a0c3ba67357cf13cdfdbfa9f12 9685ab3fadb3fc0b902821b5850e15c2ec4b1674 977d9b3c52c61aad552ba2b88356072fff226df5 9a532de073a6a7d23c9fc4641429d19766305fe6 9c60ffb2a807097626425d43571adecc093a0aa9 9f19c016dbdeb501c08397dc496d086bc7462823 a21ad8f285d572267922e7c99f11010e9cbac6a0 a2c30ee1aaa5d2feab1a9061624ac646695b49e3 a3d2ea6075703d618813e55aaff461172df42943 aae0d539a9b90cc9a9c9ed8888aabe13ee49b176 ad544b76dcb222bf9b56f18593c9729ef08108b4 af3e92f6ab7f3c20c25a5c044f25b4f44c3090e4 b05dc0d10f7e3e628e4d1ce554dc17f3cbefefc1 b35afe3a3f8040259288e6bb113147471c7b0ffc b5e872ac71157027d2067804ee0766812ccac453 bcc0be3a4f4e167c39b0ea0cb90cedcc03fc6d08 be6583e7ee575b4eb2f4874bfffab01cd3e54507 c69f551e74eb2c3b67aa10b0d8b77ff291ffca92 c6b9eac2e8ba4dd83ce308a92cb6c08545f29950 c6d1147eee5ad53f075d326e943e299f8531d76f c984568ea602736264c7a95cbd0a78d697ef293f ce706062da2a24d7ef31f0cb0b033e9efc08e074 d1047a24f45c1e579c07ac0081704f5ecfb31d38 d1e48a1cc76cfce355f58cfb4f65b9ec9d7fbf25 d5b80f17fe75b3249007f20f0a17872f23e5128e d6739192263820fb8ed423bb410a530515d1deb4 d9afcb145af4bdcdad1ddfa6439c6fa9cf0a3b8f dad325206454f680750abbb1dced4241c05b4dd2 dd8d7ce8811da4f1aeb3a5aedb6eb0e5a132f5e2 ddfab454f5ab1a15c97d7e31c9461822ed53fbb1 de809c437f1831e303f268c6191ee14452e7f251 de8a4f93abad5daf8219c202808d68057c5626ee e40164bf3451a8843c9e7c6566ac11fbed6045f2 e5c6e505800317d220176a103ed7bc25d0c4bdbf e8b25fd42c32a53192b0d2606e7e775aca7646d5 e8eac33e0c19968c867f1bfc4f9aaf37c45d81c5 edb67a657fbabe5242619d23cae569f465da73e6 ee73fc686846efa577d814d7f4876a5ad171c739 ef5c641238132705f39a31b84c4a48e0faa7e8a3 f19633010020c45fdf4ddd125a2e7389c04cce02 f255f06da0144c1c0ba493a8f832902e2e56dc51 f2c9aa2883e59dae54ebbd3dddf68e5470fc22ec f8867aae241982a446c7e4bbe31c1be656870102 ff47eb060ef5aa16ce4717e5f39c89b30b817204

Package: systemd-homed
Priority: optional
Section: admin
Installed-Size: 1095
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libblkid1 (>= 2.24), libc6 (>= 2.36), libcap2 (>= 1:2.10), libfdisk1 (>= 2.33), libp11-kit0 (>= 0.23.18.1), libpam0g (>= 1.1.1), libssl3 (>= 3.0.0), libsystemd-shared (= 252.6-1+apertis2bv2024dev3b1), systemd-userdbd (= 252.6-1+apertis2bv2024dev3b1), systemd (= 252.6-1+apertis2bv2024dev3b1), libpam-runtime
Pre-Depends: init-system-helpers (>= 1.64~)
Filename: pool/target/s/systemd/systemd-homed_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 406252
MD5sum: 4cce88790bebabfab6b0d5561f05104c
SHA1: c0b36376fef1634098b983319b437aa34813514d
SHA256: 74bd6458e4ba11b21c4c269b3f9e504ba6fc35bdabd32b5a745078e021d4833e
SHA512: 2571d06168fb07a608c2cab2c8f14b78dacdb0ed2ff009ee33112dec9c19e43772e45747f02a3458beba289c2a72e5aaf6e8d44acabe2f366ef934ea5ff831ee
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: 1476
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: systemd-homed (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-homed-dbgsym_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 1354772
MD5sum: bdf39ab21f6e3206588ab52c40a08b32
SHA1: 511290266cf8f52077d2b90ffb014a5cf4030e08
SHA256: 4741537cb0e3bde1087b99421b3de04defa7916d8476d5aa9356013d500a67c2
SHA512: b888fdddd821f84627eae17d6d6efadf90a8fe96c52a408e03e272d418e82dcfc9c37802807213204a7c5eff429055b50e1cb444da2ca595b5d81a4ad835f38a
Description: debug symbols for systemd-homed
Auto-Built-Package: debug-symbols
Build-Ids: 08aea644a37544b6362de3f94d964a8196c74d7f 818d34bd50810a410f471f3135365a07124862a5 8dcd41ed2c0beb6e148ab7431b207e62e0b43eff bb07249ee5ba91d5e3c75a078362ffbbc3366b9b

Package: systemd-oomd
Priority: optional
Section: admin
Installed-Size: 196
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Replaces: systemd (<< 250.2-2~)
Depends: libc6 (>= 2.34), libsystemd-shared (= 252.6-1+apertis2bv2024dev3b1), systemd | systemd-standalone-sysusers | systemd-sysusers
Breaks: systemd (<< 250.2-2~)
Filename: pool/target/s/systemd/systemd-oomd_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 77360
MD5sum: 93e70d1c2996b084720492a1949ea405
SHA1: 33a4d014f1f77886464f00d23dab0ce4f2bd93f9
SHA256: 7faa7cddb8a93e28e225e5592ba7212589bbcecaeedb1e1a1b2a93790a00ba27
SHA512: b1a4845edef104ce53302896435b315c360295b3e52fb95b94d3be940af670fab38c072f08cd34345b537a1c7e8b1c7281bd0b53252c655a430656670eccb13e
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: 106
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: systemd-oomd (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-oomd-dbgsym_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 74136
MD5sum: f9bd1172a70c1155e36912fa4a9d4ad3
SHA1: 63f0a6a3fbeffb45429959c632c4c5bfd0b9216c
SHA256: 9e88d54ce0b19affb4f222fdf3bdf33658cadb016cb637e523f678d7eadfd438
SHA512: 853360f77144cef99d7b4d91c99546cd8b8129501cb023fa3ea3cdf58e578fb92e4081472746844227abf9a1a9f2091d298bc4ddaccccf9753cb34a15687f9e0
Description: debug symbols for systemd-oomd
Auto-Built-Package: debug-symbols
Build-Ids: 1fcb73a9023f6d1dbcb0e6855d08ba5c77b861b1 637f82d1173555b149d4178dd7260026ab11db3b

Package: systemd-resolved
Priority: optional
Section: admin
Installed-Size: 813
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Replaces: resolvconf, systemd (<< 251.3-2~)
Provides: resolvconf
Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0), libsystemd-shared (= 252.6-1+apertis2bv2024dev3b1), systemd (= 252.6-1+apertis2bv2024dev3b1), default-dbus-system-bus | dbus-system-bus
Recommends: libnss-myhostname, libnss-resolve
Suggests: polkitd | policykit-1
Conflicts: resolvconf
Breaks: systemd (<< 251.3-2~)
Filename: pool/target/s/systemd/systemd-resolved_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 313672
MD5sum: 9937006ad0328917d173c5911226d2f4
SHA1: acf4ca49d25f1656c042c3f38dcb2b0c33bdb0c5
SHA256: 7c164dfe8706eaf0585946b8893247cf6d8a4cd40ecb4892ce36aee283520c77
SHA512: 3a4b228063d20b7320368a67003c35068476680ca03c5a727851debd3aea91a1871185c59f6d579d3087fcce2dcabc1d7d0e20ba8521b7649d2b18ddba625640
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: 1030
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: systemd-resolved (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-resolved-dbgsym_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 930064
MD5sum: 07fdbd9897fe72cfaa35115780765983
SHA1: 4a48c8e8e54206a3e5b72e00e7dbe4464cf11eaa
SHA256: f72cc7cb327a06cf3ba7def8cebd5e380323ec9b00d077c28819f97a8dcd6419
SHA512: 8d1c94131159c491fd06659e84bdf87bb7a3bd3255c836b63be7f140e5b3e94983bbcc30c04a69ab425ec82581c52251a9498f8d9f682fb6b114778ce37c201e
Description: debug symbols for systemd-resolved
Auto-Built-Package: debug-symbols
Build-Ids: 6eb8c1e29727d0a20e7f22726955b6ecd6219519 df72a52d79449c98543193ce2f2c32bbd3368803

Package: systemd-standalone-sysusers
Priority: optional
Section: admin
Installed-Size: 276
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Replaces: systemd (<< 249.3-3), systemd-sysusers
Provides: systemd-sysusers (= 252.6-1+apertis2bv2024dev3b1)
Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libcrypt1 (>= 1:4.4.0), libselinux1 (>= 3.1~)
Conflicts: systemd (<< 249.3-3), systemd-sysusers
Filename: pool/target/s/systemd/systemd-standalone-sysusers_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 136364
MD5sum: 221cb24a8d04d0eaa0d975d85e64c120
SHA1: 91e7aab38f9f65d25badc023ab14635001220a91
SHA256: efc7e9e816f21e16d84657f7f0d61314b2c74df1ebce969534750e9c90217a33
SHA512: 8420a193d1a8d68a282e37753283d073498805dc39a0eda17b4df4a8f280323a8b5adea6c2f0a89eca3d5ea3a1924b0b31d03dcf348b6a381941f1f08ae5c732
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: 504
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: systemd-standalone-sysusers (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-standalone-sysusers-dbgsym_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 470552
MD5sum: 5bba5682f7e5e635d1f370518728a242
SHA1: ce1d448a7a861f94fcb29e140a13d23d85b8e891
SHA256: 39826755f84b6719f16e617a8fa7d2c82cecad6ef02e38a0f4df4c41e5c76642
SHA512: 90e17933f8bfffa00bad870ac641df0ec3e68b0dd9b6c59f90db371d7c8fe1d9440f21755b8a2fc599429cb6580a14b43af8832c356f26b28f3aeae6aab64725
Description: debug symbols for systemd-standalone-sysusers
Auto-Built-Package: debug-symbols
Build-Ids: 75f43c2d6058bda3f0d7d630ecc38bb65c5ba04d

Package: systemd-standalone-tmpfiles
Priority: optional
Section: admin
Installed-Size: 382
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Replaces: systemd (<< 249.3-3), systemd-tmpfiles
Provides: systemd-tmpfiles (= 252.6-1+apertis2bv2024dev3b1)
Depends: libacl1 (>= 2.2.23), libc6 (>= 2.34), libcap2 (>= 1:2.10), libselinux1 (>= 3.1~)
Conflicts: systemd (<< 249.3-3), systemd-tmpfiles
Filename: pool/target/s/systemd/systemd-standalone-tmpfiles_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 186684
MD5sum: ea4bd761eea800ec3d37df73715e5b19
SHA1: f078746294600c949e487c463f28bc71ffd744a4
SHA256: f283e0959eadf3db62d7e1ff207216b23a428be9fea019b6882a65a768849c7e
SHA512: 5e8f20968096dbbfc3d31af62a0794daae949aea565d446cae05a580b17ec23d7ba404998b9166607eb3a5124b04202cdeb89f399ea82e5c1b5742f5d50fd116
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: 642
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: systemd-standalone-tmpfiles (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-standalone-tmpfiles-dbgsym_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 604660
MD5sum: b10c053279729aae4f31f2111c07f2b0
SHA1: ff43787467875b0eabedd508c639c60fca9eaabf
SHA256: 5c569842170500e658f47124f446537d84ec05ad019ba598e48e9ab2bb677110
SHA512: 9db8bd5b127dab8c1d65bf9fb21436d6fb6a202c470c0ac1470b5218a7bb3a2a4431fa78fa8adcba129ad5fe0e1ddc6920b88e3ab5cadcd4eb41c76afbbc789c
Description: debug symbols for systemd-standalone-tmpfiles
Auto-Built-Package: debug-symbols
Build-Ids: 535baff4d6c4136256b9654071c93522ccf7b950

Package: systemd-sysv
Priority: important
Section: admin
Installed-Size: 82
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Replaces: sysvinit-core
Pre-Depends: systemd
Recommends: libpam-systemd, libnss-systemd
Conflicts: file-rc, systemd-shim, sysvinit-core
Filename: pool/target/s/systemd/systemd-sysv_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 51204
MD5sum: 65527ba38739b0b0845878fc6d1c3d01
SHA1: 498e163a9b1d4850bbc441c3f516846c2e56387d
SHA256: 0c8a7bf76e833a4e066752bd76d892c5f65984234f3c861071fbc1992ef4d3c8
SHA512: 1efa2a8561eaae1f9259f5c45caf6620e60ee83f372292da17d034783dc0b79b69b65de8f0f3be26756b485c33f11f2547a1779fd6f3f4644ffc6da14ced5a8e
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: 21006
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libacl1 (>= 2.2.23), libblkid1 (>= 2.37.2), libc6 (>= 2.36), libcap2 (>= 1:2.10), libcrypt1 (>= 1:4.4.0), libdbus-1-3 (>= 1.9.14), libgcrypt20 (>= 1.10.0), libglib2.0-0 (>= 2.26.0), libkmod2 (>= 15), liblz4-1 (>= 0.0~r130), liblzma5 (>= 5.1.1alpha+20120614), libmount1 (>= 2.30), libseccomp2 (>= 2.3.1), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libsystemd-shared (= 252.6-1+apertis2bv2024dev3b1), libsystemd0 (= 252.6-1+apertis2bv2024dev3b1), libudev1 (>= 247), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4), systemd (= 252.6-1+apertis2bv2024dev3b1), python3
Filename: pool/target/s/systemd/systemd-tests_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 3902324
MD5sum: 5adff258d1c71e382fa3b9525116c443
SHA1: d9b1fc65e07f0e35f2a198709c420e99f92d7384
SHA256: 66a44e7cbc9c6669d0e9558ebecde1e7162bfac054f4b4ebb1a2e3f1d1ffee9e
SHA512: e760e2b0d0cfe30ae3645cd52dc6451c17f7b861989bf8e0ff1b3003a5586daa60a2530b431011907f456a23199d41b7d38a501af9ecb1c9cdf45fdfc888c321
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: 21585
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: systemd-tests (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-tests-dbgsym_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 18093756
MD5sum: f7397f33c7c8294214ff849fac76f2ef
SHA1: 7cfa077e941e96f30859fea8702650f97709bf0b
SHA256: 3e1dabecbf4d44840a3c48cc0337516e4bd7a43c6aa327ff46e0cebdfd9333ad
SHA512: f07f7f9dea60f411d65dc6533966ea480ea0852d04fb29a5477bdf5ebd9d01d45bb5e069d6cd7aba847a2a2f887b4cb69cb65618efa3c203438d8995b59edfe6
Description: debug symbols for systemd-tests
Auto-Built-Package: debug-symbols
Build-Ids: 011af74332fa765482707a178ff7813e81ac4cbf 01647e1d9c1c5222a71fccf3e85dfecf9c04ae9c 020527c0150f0ea867b59c546926e222bea0ae50 056663c95841cd853914ae886bcb6b1901ce8b54 0590c26a1338a944fc410407f3954035c3ef790b 05a65e8ce298f13603478553ef3602099a04aca6 0746c6dc71f71d63fb1a7b5dbeb9a48262a81598 074d33dc2cfde9b2f315a132a72122a5600a16e6 089623df62fc369241dc02bad1c81cbf45dc8fe8 08e5680fd619cac418b9cc888e880928aaa450dc 0af8c7deac8f979079d890b1b1faa14f319e5c0e 0b0983da3e61eff7e47fded8e12b0042b4297c4f 0bcbe971fc2b4ada520931f1b258af2da7ecc899 0bf82e9b4393e0cd174a02a1ff4615b664d942b7 0d02cb11d4ed953719fea8df63cb00d28d45ee25 0e210c22eddb47b16f9dce1c9cf0b48d326c1de9 0f163a60cd00fd191e7d1561577f30c13b3fce79 0fb06b362b5c83a70fc5502b5743f566e7d4b5b5 1033e566e0e94f6e756c2defaa75608303707352 111a5a9b00a977cccd57b81ccbed5b4b5eb06240 11c18eff719e34b8ae4083aea8c7038935460ba5 15d5668daf88aa3317c2798459f6e6f14dd70d7a 172a14daa31a82b6665ca3232eaa459dff2a487f 1790d293e0047983d94a0af0a040ca7cf2bd7ad5 17c94b6ee41a3fd4c94e9c50cd40a9ad6076a909 17de9a8a51a438a8d8183e218116a73d1f015062 18468811102674abd2023d3597504e838fafd869 1a6793a1d3609d70c645d1ba125a8d1aa672263b 1a87f975afc256fbcf9508beb43bcd9eada67aa7 1c13d7e2694c90d3b6a45e033987a8b901005cd1 1cbeed8f586818bb139c488056e63573f618e64b 1d9f4a3625b820b24be23985691a63cf7230de52 1dc01c880ce372e91cc7e3bcd5c070daa26fa049 1ed5b2006c08d12fc0740742d5e543a026fce486 1f49014abc02d79803ec7c134f339a317ab75612 2239d80898817902eb627b4d99c19ae778fab27c 23208cf230a024d1cf393aecafcd80feae468e52 23bc71b30e442a2727fe716d2d7be6f20ffb711c 2467da22e03dcc1a488fc44ddd53eb57d2979f58 25a9ae2fede41f2e7fdc0948c83410693a3c3ef7 26050947545fd86dfb4ad5046f0c54f73cb55c6b 271e761e8aba0e0cc1c17e2583d25b76b701baae 27e7365c5109239d7b867e3efdef15dd9f2c114f 291bcb66783b4a0b30f04d6913fa2df1a052e29a 29437ae5ba79bd1ebae43705f59d8e9bedbe38d7 2ac37a0f4bbd6d9928d345b6efd920b4119b8cd6 2cc498a3dc5c3f81617669785ba804d87369c437 2decccec586962d9807a70037bb3c984965a9633 2e9b03f666a066121914eea28378ae25a6284f0e 2e9eed1472f5dee22740812f5b234f74bc0da1fd 307ccffa991886e7216b7602097528e05a53312e 3598ef6da995d06be6788f0b8a231c1770c4d332 35a2fbaf928294a691be0974c504dddec25895d7 35ab01531b54ffe7910ca307fe3dc93a145bc6dc 37869672eb58d91b70803bcc93e519c29dca82bc 380a3af36acb2ac77298593ff274a5871df4b1c6 382beca2446f0613cf241cfad6157a091fce4697 386df29c8cbbc206c129c838c37f901fc74346e3 3897fad5b69cfdb927fcdaf3d31d49d9ca0b9711 39518632ccaf683067eb24220bc66166c78d2ec0 399db4b88788360959cfcf221a9141ce7b45b841 3b00e9ff0bea5dda197d968e9c9c0a5673350cdb 3bdbc3af953021ab50d5df62c013a4c50f0addc8 3c30bb495a1a693ba7a5591c918233f8738ea2b2 3d019ad995a4cdb2c2d4ffd2a4243ab720b13001 3d2dd25beb029507e34720c9361bd60dd4a844b0 3d8ce2dad04c3d25d77b8343cf176ec484c27073 3daf68de26993908abeb57463e3ea23901b00615 3e475587228a41192f48abd27ffa3b2c6c4f0ea9 3f6bc4bd946dcd120c3bab6f6924cd3fe87e9f2e 3ff09c234057fddff9defdb74099ee07085c25fd 40059ba46b8ff70463c33c5189f8e42271e1fde0 40667ffa210f7988f76f1f9126f362453a79ffdb 40ae4012e3b3b846af709384642d883d5bb015a9 447374c4bb50daa90b61bae5987af7c0624f46b5 45127fabb068442b46690e35eab9df568b75a96d 4514603f700a809302439fc8eda2b1cf48fa900a 456a0a4bca303a27199120fb89e7cff2fa423f0b 45e44ecd772375a23eb6095e0e0992aca53c6c78 461dbe8f0e3050f8373f02b78eda5cdbc95e0c15 46e5c529ab956a92a700fd518783c5afdee273f3 485000065dc7613a178e482867c0b2d6c5a649bd 48546dfd60e33c87c9879ca01e112b5f38b33e84 48a72cf2b538fb552886b41a41dbcd78feea8c71 492e7aedfa5c5b555dde52540a95e5393f12703e 4aa6ca030c10545ec3e931d91c2f5567fdb1cffe 4aaa731e3aaca94313bef6a116ffd8b1e2edc79f 4ba521dfd58397d02a0197b4a07c1401e0e401a4 4be0301fa530e8713084e21f358a5bacc45a8fca 4bf00fc7b24a8467663ad939172830ecd4e2fc50 4c090cc5ed03779820f55c20d8060639e96e12ae 4e2f46cbf9bbd463658804123d1741396fd2d07d 4f01a5f28cf5233ed2e38718c6501681c8c408a7 4fc771eb98055cdcc63f2e60390c96cc4b786349 500d11f09337906c09dc34d8552d2a91838f4215 51c5f8dc3381f00c3ec0e30745e9a137cdf0f4c6 529d71bcb604493f07af32ddc9cf31ed13b19f74 5443888558dc758808f13479d63fb9e603ae771c 5494e8f7575f0420dc40759bb207ebb4a9c42bed 55d424e35b3ef90c425976df5fdc8ce3ec8a5e91 57202f7018d2a320a24321bbac426371fc043dfd 5895fd7cc532246f7c158e04b7333628a7da16bb 592d7a82b1899960d32f6304edecaba5d78a06fa 594e399f3e623074cd60bee1a85d0c2d214cd838 59b402f8de53566ef39eff3fa5498ad315b8121e 5a69bee2688e6bc013ecbefd59195db002b20c40 5bd945177ba2120d4c03404bb82bc7c6bd90a9f0 5c5c48c6fc8384b1723297dfcc1071b39bd4cb6c 5cd5eefd902797e749ccd993f7d21d64640bd3e4 5ce61b605357f3e94487f3974b13153b150bde6e 5d2c7e86566eab39084151374b720c236744cc8d 5d675965a6d40e744fb030c8ff1537a561c9d090 5d7b4e305e4daf518eed9179b3903f08b1fcc08f 5ff035820f228ed51be1e261979e11e824b892e1 5ff14f79767097d23b28f4550470fc85be40999b 615206782db166ccd0571d7e483abbca589bcefd 62142b1d1e7b0d5c1dacedb4fa9af160d55a2e1d 62593ac17653bcaf698110b50ac7f64bb5ac93c2 63438393c8b86dcb4fd2e52d6e7164aaabfdbe10 641fa55cd55b016402d6bf6089d1de05d085718d 64b131f7a0d5c69f21b194666bf69cb5f7e32912 654c98bc97082f2b0637bfdec787c7fc0cee6c63 6569a3fd84854e9e58e97d64881d50f5c4462021 658df5dc0ceb794066cbec719afef633552be85c 65a832e423b06cd42763ef9534fd977e35026c4b 693c4e0e389d50b6e5ff39745ca1952064c7b620 69d2a718e34b3a82e1f5dea6847d25d0a7a31cb5 6aead39281cb7d384246853ccaf87e139404d3d3 6c21010b86aa0c22610b2383379af59d8abab718 6ccfcac3b8c2c99b664013318d595381b4816bd6 6e9c66bd9cb175881cc7a2b5bbd0a66cb463f425 6ef4e2089514dafdcee21bd6789bf114efe30bb5 7115a0f2f2600eeaf3ae4322cebce88593a3b0aa 7145a1524e6c67873d16e8ca4cb20ec056320de3 7306b532b7bc2ff5f6ff50cfde46374450dddf8f 763e2b0a849b3e6b9c134d0568378c5abef2f870 7779e7d06fd8dac679a870f278a4dae6c608d53d 777b78ce978bc579a9b1c8070d69aca66596115e 77df4e77e95f57fd37e35c1e07e4089fbecabb55 7831f5a2fb0ff50e0511615b7400f3a594303493 78c62a48a4fdaa561d3bc1b2509ca4f9846468eb 7b65379179adf587e04981990db57bf200f5ddd3 7d5f08214ad904b50e365163a474fe9dd46e1225 7fb4973dc77baa9b57084df99764a230ea7de474 80038f7eb70cd329ebe6d4680690561853c94e28 8305ee505bf2b2c73fb137743bfb8a55ebb73e06 83191a56cc5d887a4014498bcdaed3f3c53e53f1 8333abf8234c9ff5e004a50640e5587c502340b9 8473458a551494df3fb98e9bdf3128ece9f2fc71 85427abe1d1183093ad2163dc0528f31a8853fb2 85e00343a2ea19c2db4d2865f560da90cfd43a15 85e61d8269ab9bce8922cef9b25e0935f4b777c5 88a8282133637e4ddcc1c755978f3f15020a3de0 8923f7dc5cab558256490b3390382e0a75672135 89334035af9f3aa11816d43361d38af60aa9ea85 8a16d2b141b1ef6336e6a0838acbde1bad38c37b 8aadc491ce0fcbfa109ea8ce56fab7aee2f05457 8de530d3d25c648cbad85ead43bd3c2e9acfb4e5 8ec3d76f9b4c32599f12f9bbbefdaaf5e47fb617 947aa8469b4040f49321d3695cb5668f6f5d1852 94e4b461b431dee78a35d887615a6da410a2bfb3 99175ffac8758aceb4fd0704e93421a04297a9ed 9a84fd082413dea40858a46a01b5ef913ccea78a 9b2914a50c1e9512e3ee67dff8251435184cfbab 9bcd90b9aed703f34d87fc8855b5bd4940341614 9c5deba207da581dd7cc7dd664c0f4455d6810ed 9e72fccb556f2e97aef4b5bcbda9ae67fd1b72d5 9e74f9db4c0a297405e69277a0ddaa2bbfc977ac 9f42a3105fa708c34c719006ff2a382cfcb621ae 9f7a87cd99d0d67a88c5e1d5639180ba7804805a a079182856a33d1cc2762f00b1e9a44ad05a141f a0d99def186412b259fc2d85a92a59857eb1cdf9 a17a36af073067d6d671b854a48447f2f6a19467 a2cfd6eba74b3f84853a11a50bd531d2c026f98c a3c335feb01d4b37a00f48c15a78ec4f157e55dd a5373018b4b93807456717bfe0021b22fb95daa8 a5cdc92234246b10451cdb7d4c3d34dc856c836e a7c45b09bc9dc9aac2d1eb05760b8e956d1992d5 a889a0b93d144867a7a19cb85c7205d5c16a9d64 aafdc8359c49f2cfdbe9870c27aac155edc95201 ad93c276bd9a416dd4b73bcde0b919a7f06fdea4 ae0d3ce95338d463543046460faefd7c313b9221 ae67f897187549323a99af869e98bdcc7f3969af aef86e185e35695bc5fae52e8a38f760d3565ffe af4f01a4c757ac3de28ae4a58a92ac428af8bd83 af93054225b2a4a04a0f442879229d79cd36d28b afdc9ddca67b3e76c87dea37af39ae7fead51d15 b04b68a60fdf9da004c013f9090d81b92f495d64 b12efb6c31c83b3976337f2398aeb1e6072ef2be b540ef17de57cc335b3d00c12727f9464f081dab b62e6ab0ad4e3ad20ab8fd6b19632de828317d08 b6d6ee5a7774ecddbb2087d866d49858e44bffb3 b6ea3fefee925d80256c06c4dc1bf5e6077471c1 b7ea1b32bce1166af958ec7526fa50fafd52c88c b87acd94298497c6bbe0e650bab27aa1b79a8cd2 b8ddc7faae5acfa26c2d84a6251be11641b05372 bb439efa5478760e43be15bc21c258172aaaf609 bbcb2c1383f1fe047f512f4fab96947d53ce8fb2 bc2856fc4ab62c704640050cb3606e1ead9086a4 bce804b9a6438d6845d79ae84256dc37985fd53e bf11c8ca20b5ce5a92c1911ab17f988b8cc1a943 c0bd007e47531d2d48125a520260211fdbea873f c131b41c51ea55398256ac26b230e4bf0dafbd5f c154185faedcd195e0ee6b0226fdd728f188ad37 c3c947d324431ce3e9ded85bd08e77bca4fe6f27 c45873f2aa6680d1e44d3d09cb654965a8ea88a2 c476c24f30c4c52bd88a313f623ae738fade36ac c4af597ac16b8d8313b20b9e2014d8329d6cc8dd c4c93aa333cb836d069ab62f61d4593bed248cf7 c4f2b0e2e78afd6524c557bfead908b43818e224 c694d40e36fc81c16a6bd4bc80e8342165d65681 c77dcf2bfd9abcdc9718b438e2a41e0a86c2104c c797b46a64e5afe0efb7adb976ee2c7ae418c262 c9039b3903f66d1c105d0ece29e832f1426b2bb9 c94e9aca99af165b8a7bcad66c3d5160141e9f48 c9ffef06864cfafc0b4df786b644171d41da9296 cacc1ac5217458dd974f09903d2201f8741aa93d cafdbf82f9a7963e6fc4cc738fa6904a4b516ec3 cb31db600a8fb8fb30e076b3e379a614c30449b1 cb44835bd033b502e053738df437c753daa0d6a4 cb6b055d2513c144962662fe50a3c39d7bee82fc ce9953185aba0818ba3ff4b1db7b392f18426043 cf6aea1e80f1091dff53c5f65e6d35d7e4d91b8c cfd69c0338e66e877755ca25781722fb2787334e d004b76fdf6cf8b58a614d0d148a18ea9d144439 d05385d1f816898dec253c238284bd4c17c100ac d084a79fa6da3cc8546ab84cc10ff160ccff4bc6 d0d832a79bc343503a83027e3956ce5a189daf76 d113f7ebd1a6d4db7abc4e1db51a10c44602bb01 d12e389a3d3ad761621a95eb5b4349e91804b8d2 d14842f4e6002251f3e7c0e7fa70f61809a1bffd d206ae463be6fdc60fa4b2f895be2c87d05a7486 d3015a9144634838cc3d7b49c3d45f4fa632dc98 d31c26ea83eafec60a7040b93f4a2e579593266e d34368217cb897a8737838c12e905fdb3ef36ca2 d4c8e7d99e9b7e207816506c95e394e1aaa0af07 d6d243102daa5ffc33721970c17c296ee90c247d d6d47e8624582d98134b8176492a91de7a5d8dd5 d7f70c53de21427cc1a0b9782094c6b1b304f805 d83ab2a2fa502d2ad1f056fbbc33b959dbd93055 d884be92ec3653f0d636bb06f2e2bdb6a5556bd9 dbd480699e48803ba1c291e98816b363f32ab603 dc50ba837fef90b94301fcf57a88af4555941a0b dd34e930aa14ef8352b3a17e93cc2e2f4b8f0ab5 de9e490c26ab0189302573bfebf66d7a7ed0f469 df1e03c85aa5c0672fd4f960079d58075caa4bf3 e3b69db32a823afffb82e3abef97a3396e011305 e4cb0430fd8ed8b0605a8e835f95630a3246d6ad e5e666036e2573673bb0b62491fb114aa82e2315 e7606931aceb13db4dce2bf565ccec3ef1714b03 e762856d5b413f070da76f66d3a5bf746115942f e7bff21d849b09c0083bdb83e417687fe51c1dc0 e93beb20836d273b928959a24077f43c2ad19fa2 e9859830e019633c21bb99398c7351db777b4b21 ea9a19f0239e055a8bc4d00230aeb82261390a8d eab26d901422100aa0cc1db6c655a6035cbe04ea ecb9bbb414dc826e361c1359a7c17e9999eb2064 ee4fc023fbcb87e47d3d366d35d899069fe20023 ee624c87d363ca5c556d6416a0002c8fddf6f4ab eec0540df51d010196959afa8fa981f88236b0f2 f0c516c3f2e9d74e61f9f9f56a1fcf28f9facb03 f2cea0a0c963e3f254f9cb7311b509452d91d64e f62a3a1557083561d89243944b15b86a4c23e713 f675ab4b7128c102cb1d687d0efe602b84b2db06 f69f9aa26c649a39775f8fba6dd0023c7f96bcff f7acb8708a49b89a46957a90cee957b09022dc20 f7bc663f202013a5fc070f1efbe7abe96a20211b f8aad0355e07b83b72cb90bd503c6aed645bd9f8 f98b7593a623f57c0320b2e76faa7ca6eeddba53 f9dc5e49ae14264ab0ca701040e736c595f5c429 fa5759fadf1005fd20bf0ad31fb9302c65e3cfe3 fb22a8b2a7bb3de041cd1977b0f9e81da5e241df fb4d7d61cd1a35ae9e6d894da859411f6732aeed fc03820047452e2f906ec17bcc640e24d3cd2a70 fcaee918e1222a279f466b00614ac1563b830c4a fdb857067058d7a7a757318e29cc434de287355a ff301b62ab9b7509d8298df45fc88238ef17aeb1 ff5573783fa5f4c23ce382d922332a7d7fa23380 ffcb3c80331f5c8e14021a9be42f69ccbf3aa4d1

Package: systemd-timesyncd
Priority: standard
Section: admin
Installed-Size: 157
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Replaces: systemd (<< 245.4-2~), time-daemon
Provides: time-daemon
Depends: libc6 (>= 2.34), libsystemd-shared (= 252.6-1+apertis2bv2024dev3b1), systemd
Conflicts: time-daemon
Breaks: systemd (<< 245.4-2~)
Filename: pool/target/s/systemd/systemd-timesyncd_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 72344
MD5sum: c71ace6e1c8e1eec59aa97f94abc7b94
SHA1: 1fdda467176149e9244413a3dd6740a35f0ed2c4
SHA256: 6b268b07a495ab5d0d591a3bc76a05ad0446cc09f24e3bf284ea1698eb173626
SHA512: 22d19aa5b53663b91c6dfcdad3ec811bf278c93b4d7d32f92f2ca0051fe7e8168f14dec0942008fdb6b5328bcc323c0678ad4e4bd7c60742f537914a6ad4200c
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: 87
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: systemd-timesyncd (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-timesyncd-dbgsym_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 66992
MD5sum: 51a2ff9a4e0b0fcca11c01aee7efbc86
SHA1: 59db7c061cf77f78d2a6844fab03834e9141b124
SHA256: 0cd55f6ab4b8770ea289ea9893283d71f742d3f6b593a48e645420d7847fb31c
SHA512: 84c5004ab47cfe05091fcdffe4ce185a593249e157af79cfd5da5015bb077054bcc81a14acd77cc25eee5bb432d9abc8c1514557679a4e695209d756247f4b91
Description: debug symbols for systemd-timesyncd
Auto-Built-Package: debug-symbols
Build-Ids: d94247d04847066f915d3646b6243d603771714e

Package: systemd-userdbd
Priority: optional
Section: admin
Installed-Size: 183
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libsystemd-shared (= 252.6-1+apertis2bv2024dev3b1), systemd (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-userdbd_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 78724
MD5sum: ed02eecd38b96538db2ebfe092b3fe4f
SHA1: a0dceacd6a6210b572d7ff7cd37a38879e96b6a5
SHA256: 80e15b07c1002c58090e6307ec1a041625c7f907a148c717f9f798960d54e954
SHA512: 0e4c9163fe601dc61e32973c6782ca6922bc98fb7f3759ba6d598cef9616587e4e799f24abaf10eda79b0caf716e31193129e2ddd0e163a1f6bb3a872bb9c400
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: 122
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: systemd-userdbd (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-userdbd-dbgsym_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 83964
MD5sum: e377fa679c65b250460d541b38d7732d
SHA1: 88d6f7f32a04a2365ef423eda113afb953f4f394
SHA256: 26a09486b45e803ea2f8c748817acd8ba92e29440178cd08b59133077a7e8639
SHA512: bb775cde2f2b98007dcb626f617e34275c09803518d6a1a99f2367e5ef9e7ee47f6568c9de4f81be9ab3e9790e9f2047262776b86c208aeb30b688dac3cb063e
Description: debug symbols for systemd-userdbd
Auto-Built-Package: debug-symbols
Build-Ids: 6ad254b48a14ea2047d045517ad7e9ec44fd6ae5 e71767cd9398f3384141ebb94566f19120d2939c f5c666f54e58a82c620d6bf3a5ce6ea9bd3af0ae

Package: sysv-rc
Priority: optional
Section: admin
Installed-Size: 87
Maintainer: Debian sysvinit maintainers <debian-init-diversity@chiark.greenend.org.uk>
Architecture: all
Source: sysvinit
Version: 3.06-4+apertis0bv2024dev3b2
Depends: insserv, startpar (>= 0.62-1~), sysvinit-utils (>= 3.05-1)
Filename: pool/target/s/sysvinit/sysv-rc_3.06-4+apertis0bv2024dev3b2_all.deb
Size: 38916
MD5sum: 327938cb9351473b26e1c07cab80c2af
SHA1: 4c7067de8ab4f467bdd35aa4415e40f9c404f14c
SHA256: d7741533e99713d797254d3ef7a52c2d4a71d7039d26305a703f9b4bd608b3eb
SHA512: 776f70553bf2e8ac028bd11fc91f416e0e57b943098abe302e1163e64d6539f7f120fe21cd6a71446c9462caebe277fc6a8f92e1e27e9daa4efb08d6659f0f21
Description: System-V-like runlevel change mechanism
 This package provides support for the System-V like system
 for booting, changing runlevels, and shutting down,
 configured through symbolic links in /etc/rc?.d/.
Homepage: https://github.com/slicer69/sysvinit
Multi-Arch: foreign

Package: sysvinit-core
Priority: optional
Section: admin
Installed-Size: 346
Maintainer: Debian sysvinit maintainers <debian-init-diversity@chiark.greenend.org.uk>
Architecture: amd64
Source: sysvinit
Version: 3.06-4+apertis0bv2024dev3b2
Replaces: manpages-de (<< 4.15.0-9~), manpages-es (<< 4.15.0-9~), manpages-fr (<< 4.15.0-9~), manpages-hu (<< 1:4.15.0-9~), manpages-pl (<< 1:4.15.0-9~), runit-init, systemd-sysv, sysvinit (<< 2.88dsf-44~)
Depends: initscripts, sysv-rc | file-rc | openrc, sysvinit-utils (>= 2.86.ds1-66), mount, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libselinux1 (>= 3.1~)
Recommends: orphan-sysvinit-scripts
Suggests: bootlogd
Conflicts: runit-init, systemd-sysv
Breaks: manpages-de (<< 4.15.0-9~), manpages-es (<< 4.15.0-9~), manpages-fr (<< 4.15.0-9~), manpages-hu (<< 1:4.15.0-9~), manpages-pl (<< 1:4.15.0-9~)
Filename: pool/target/s/sysvinit/sysvinit-core_3.06-4+apertis0bv2024dev3b2_amd64.deb
Size: 183856
MD5sum: 57f5b442426968aef37cdccdbf07c2e7
SHA1: bda258994bdba9ed974ef877a9e50d341bca7773
SHA256: fee66c6d424a34b433db4df8c9f3534dbee9f1310d83608482a4d152e1db3e23
SHA512: ecc7cb631130cb7efef14c818c0a45d46c39dfe0aa44e42a76f4b342e77c7e595430fdefda03ae40c64ccc2f34dd6a966f19e910e4ad7bcefaef540f6362430c
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: 129
Maintainer: Debian sysvinit maintainers <debian-init-diversity@chiark.greenend.org.uk>
Architecture: amd64
Source: sysvinit
Version: 3.06-4+apertis0bv2024dev3b2
Depends: sysvinit-core (= 3.06-4+apertis0bv2024dev3b2)
Filename: pool/target/s/sysvinit/sysvinit-core-dbgsym_3.06-4+apertis0bv2024dev3b2_amd64.deb
Size: 85592
MD5sum: 4f5320aa88304f99a30b77d553bec5a6
SHA1: cd86c1577a3b67ad74d7bed1d21ab314f9ec862a
SHA256: b2a4f0d6d4175705fc991401c1f3d7b119c30260d033edfe6f7c98c80afe260d
SHA512: c1a1dff02694c86c3e4e018f34315e0586a4b7b09b7ae7cd41bc708fe9939ca67157cf918ad45d0bb6845dcc3c85e67ebed8458c9b86bac57a6383046681cfe5
Description: debug symbols for sysvinit-core
Auto-Built-Package: debug-symbols
Build-Ids: 0219c5ab24b541082c553d0fe697969b3260e8dc 42f9b32e7004174b9270068c952a13dcf028f37e 791735d8c20c5827b9d0c1c9079a8145f4a64904 98d4aed98c8c06d4045b750e8888368aa471a1c2

Package: sysvinit-utils
Essential: yes
Priority: required
Section: admin
Installed-Size: 103
Maintainer: Debian sysvinit maintainers <debian-init-diversity@chiark.greenend.org.uk>
Architecture: amd64
Source: sysvinit
Version: 3.06-4+apertis0bv2024dev3b2
Replaces: lsb-base
Provides: lsb-base (= 11.1.0)
Depends: libc6 (>= 2.34)
Conflicts: lsb-base (<< 11.3~)
Filename: pool/target/s/sysvinit/sysvinit-utils_3.06-4+apertis0bv2024dev3b2_amd64.deb
Size: 32664
MD5sum: 25cf523c65eb492aac5b0967e49446d4
SHA1: 7440b72056a3ce241288cbe99c53179d40b48c24
SHA256: ec6f5414ea6a7182b795f7df47b522588ddad90018df9f058673fb774ba1911d
SHA512: d8b7ed3333c2d0955643582e980a72a287377c5a1c899fe8f6bed27f602a4b17498a50853a71c363fda8b3b22fa633685a68f2b1348842a2c3f2c233e54a4887
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: 53
Maintainer: Debian sysvinit maintainers <debian-init-diversity@chiark.greenend.org.uk>
Architecture: amd64
Source: sysvinit
Version: 3.06-4+apertis0bv2024dev3b2
Depends: sysvinit-utils (= 3.06-4+apertis0bv2024dev3b2)
Filename: pool/target/s/sysvinit/sysvinit-utils-dbgsym_3.06-4+apertis0bv2024dev3b2_amd64.deb
Size: 27984
MD5sum: ba7e8f0404f47ab9dbae0d3d120c4877
SHA1: f0fe29af7553cab2ec512083fd5d3d3a11501806
SHA256: c6beae36c8eb05f4d106cf277138d276883779b04a322b62aa2f2ea585b3590a
SHA512: aafe44fecfc8240c0c329c2e55f9a201e6784767bf5686555c2af9d7de49c0f88e2fb0202ae921a83e77a9dc3758c4d53a4f161a87c4ac8342a6adf726e4cd2e
Description: debug symbols for sysvinit-utils
Auto-Built-Package: debug-symbols
Build-Ids: 0a1595ca87ca44475c9b386c2d1cd4966b43de7d 5788dfc8633bef1a8da03f68e27f92c14e659f7e

Package: tracker
Priority: optional
Section: utils
Installed-Size: 1985
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Version: 3.4.2-1+apertis1bv2024dev2b1
Replaces: chaiwala-apparmor-profiles (<< 1.2019.3)
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.55.2), libicu72 (>= 72.1~rc-1~), libjson-glib-1.0-0 (>= 1.5.2), libsqlite3-0 (>= 3.20.0), libstemmer0d (>= 0+svn527), libtracker-sparql-3.0-0 (= 3.4.2-1+apertis1bv2024dev2b1), libxml2 (>= 2.7.4), shared-mime-info, libglib2.0-bin, default-dbus-session-bus | dbus-session-bus
Recommends: tracker-miner-fs
Breaks: chaiwala-apparmor-profiles (<< 1.2019.3), tracker-miner-fs (<< 3.1.1)
Filename: pool/target/t/tracker/tracker_3.4.2-1+apertis1bv2024dev2b1_amd64.deb
Size: 502792
MD5sum: 99cb8372f61c103dda625de0536812fe
SHA1: 71deb4ae9468bb3e2984ff4d11326d811b5517d5
SHA256: 1752b9c92a743516ae0d61b9ca4de3ce434cf505a02011e68a386f7c8b7c10e5
SHA512: 7530d0f92783c9f13d327c44498a9e93772eeca3047874c04749bb01e20655d80d6eff061ea3c01a7905711f96758d3e089a853645aef53436846a42b964b806
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: 952
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: tracker
Version: 3.4.2-1+apertis1bv2024dev2b1
Depends: tracker (= 3.4.2-1+apertis1bv2024dev2b1)
Filename: pool/target/t/tracker/tracker-dbgsym_3.4.2-1+apertis1bv2024dev2b1_amd64.deb
Size: 836620
MD5sum: 9fbb1b1b742962afe73ba6469e41d532
SHA1: 6187d3d129c826d9b03037d9bf02948ba114974d
SHA256: 74cb7653e70e4417205760c79eb2279566f65db73ec796f70bfd9854bedf189e
SHA512: e1346ffd50eb9b724e2039b051e048553b6e7c9871efb57f109859528500560695f048ae71eea3b02e3d21325946ee36c3c4d7ae5f68f2dfea3c923436f197e9
Description: debug symbols for tracker
Auto-Built-Package: debug-symbols
Build-Ids: 20a08f6ffa9d72628a354c387804604ef33e5372 c3fa2792e11f9043865a9f44314ddcafd1794eb6

Package: tracker-extract
Priority: optional
Section: utils
Installed-Size: 4017
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: tracker-miners
Version: 3.4.3-1+apertis1bv2024dev2b1
Replaces: tracker (<< 1.99.2)
Depends: libblkid1 (>= 2.16), libc6 (>= 2.34), libcue2, libexempi8 (>= 2.5.0), libexif12 (>= 0.6.21-1~), libgexiv2-2 (>= 0.6.1), libgif7 (>= 5.1), libglib2.0-0 (>= 2.70.0), libgsf-1-114 (>= 1.14.24), libgstreamer-plugins-base1.0-0 (>= 1.20.0), libgstreamer1.0-0 (>= 1.20.0), libgxps2 (>= 0.2.1), libicu72 (>= 72.1~rc-1~), libiptcdata0, libjpeg62-turbo (>= 1.3.1), libnm0 (>= 1.0.0), libosinfo-1.0-0 (>= 0.2.9), libpng16-16 (>= 1.6.2-1), libpoppler-glib8 (>= 0.85.0), libseccomp2 (>= 2.1.0), libtiff6 (>= 4.5.0~rc1), libtotem-plparser18 (>= 3.26.0), libtracker-sparql-3.0-0 (>= 3.4.0~beta), libxml2 (>= 2.7.4), dconf-gsettings-backend | gsettings-backend, init-system-helpers (>= 1.52), tracker (>= 3.4.0~)
Breaks: tracker (<< 1.99.2)
Filename: pool/target/t/tracker-miners/tracker-extract_3.4.3-1+apertis1bv2024dev2b1_amd64.deb
Size: 726152
MD5sum: 1af0a4fa25045221f14a38fc40d36813
SHA1: df8e32e147f82034b3f8feec1787057238fce2e2
SHA256: 8fd83eb892c3b07a6d8328d88a1d4431bdad3fb27d605d53cd8c296497b66ba5
SHA512: 1e44b9f5690dca3ffe44b51178b61b6c8d743a4d9c99ef834bfa1270ceb5a0be56716701fd4eb881482b1e73e7b5bbbbc2237c97442e94042239cc6661afeb92
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: 1896
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: tracker-miners
Version: 3.4.3-1+apertis1bv2024dev2b1
Depends: tracker-extract (= 3.4.3-1+apertis1bv2024dev2b1)
Filename: pool/target/t/tracker-miners/tracker-extract-dbgsym_3.4.3-1+apertis1bv2024dev2b1_amd64.deb
Size: 1355608
MD5sum: 487d983c462efff125ce1b9ae9d2b0a7
SHA1: f2b05c48ac1b6946f0118f551f6f5ca364a95e56
SHA256: 85075bb29984e4d5ffeb3482b50d508f10cf5e8ab0c519e57c85db15f536f0d2
SHA512: 53ada88ec7eed062e7162ca8867b9035188c0e7c6c721a49bca36c5fae16c3497be4ea78c05e10e04461d09bdee74f7215097593454d31c1a5d70464daa5e728
Description: debug symbols for tracker-extract
Auto-Built-Package: debug-symbols
Build-Ids: 0ad690ddffa0e43f82fed2a6cb0ea12b2bef7e78 0c088ac26f1970527535304e50ecc1dc52954c6e 0eeeea83a61eb98c4dd2cfc3df62327e3259e65c 12ab16891dfabbe803a93767f866389a9a62c0a2 15eead718e64dfd7d867d85d75c00e4ce33fbc70 18f2a9f4071ecacc5ed13acd80d0a1ebf38db69a 1a885a912fe71812da38107ea001f5979e3886ed 1e6d8067e4cc97ed25eaef75b0489e1e90bff305 2121fc142bd49ffe303d3f1020087308a40c7677 215f9f73d2c2142012989b96eeb266d7c1e96ccb 2857850ffba6d677b21abc6d83d22a539c9b20b6 4c76e69f3383c526518499f8c28037f2bc4e1b1a 54085fac3556013e5dae25ceb68e60236bd06ed4 577553cb8b80bf3a11021621da045ea935067fa0 5cc6a8fbfad5d330992db127f790726367277724 75023f91bd1982381c239f9b6a2a0a5172675ea7 790dece8254b927731d456acefc60198b25197fd 7c79ca448e28cd6827991f4dfa52cd178219d1be 82ab2d54eebe8e148c9a9e82e16c3346e108e6f4 8728ec787eb79e6881b3fb55cae9993a73963bc5 8fc24b9c44b3c5fee22faa1d9e360b5d0c9cc98c 940983b12c037f6f6f9c89703bbbc1e73cbdd1ba 96f222c9dc121a599f2c31138505046793a8c54c 99c976ef4b8a97353c23bcb2e82431873962289b a47246bf3421bf7a20f80fa81414c0774ed6ece3 b919b99ee6d6be41a8a028dcb04bd5762a64a7ad cb1049909b8a4007f76f3506948d02e694c19b80 cfc4bca5e3b9e38c89d701cd1af39c78dce0ac86 d4199121deefb82ff23c39e608930cb9929d7745 d88a49421262ac5127b008f95fb970a016ef24d7 dfd4093244d8e5aa8f010b9c2b999677272408f5 e25546ffb9126a23d9166d0f3a1f391d31c9e2c1 e46d94843c7d2717484c0fcb6d7631115da95b38 e7bfa7de6233a32e57dcead9de9e2c30cb8b725e ea0891209c9f21d20db9b218fa7dc49c194427ca f083a72d50d45102db8a871e795ac093d4292ab9 f4385c598eed0a26fab84a03927e7a02a3a0cdf0 fc97e5a8410d435454fed9c0577ca4cad783a42d

Package: tracker-miner-fs
Priority: optional
Section: utils
Installed-Size: 263
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: tracker-miners
Version: 3.4.3-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.70.0), libtracker-sparql-3.0-0 (>= 3.4.0~), libupower-glib3 (>= 0.99.0), tracker-extract (= 3.4.3-1+apertis1bv2024dev2b1), init-system-helpers (>= 1.52), tracker (>= 3.4.0~), procps
Breaks: bijiben (<< 40), brasero (<< 3.12.2-8~), gnome-applets (<< 3.40.0-4~), gnome-books (<< 40), gnome-boxes (<< 40), gnome-documents (<< 3.34.0-4~), gnome-music (<< 40), gnome-photos (<< 40), gnome-usage (<< 3.38.1-3~), nautilus (<< 40), netatalk (<< 3.1.12~ds-8.1), rygel (<< 0.40.1-3~)
Filename: pool/target/t/tracker-miners/tracker-miner-fs_3.4.3-1+apertis1bv2024dev2b1_amd64.deb
Size: 69372
MD5sum: e3899e532d2db0d61fa75415fd52578c
SHA1: 2d7f2db77434777c35eeb731159c5b6a52d2ee57
SHA256: 862850bddbd64eac568b4f5eb358f6fd7b6a48c5e7ef2e3f4901599ddd54cf6b
SHA512: 139c6b4058d1add769aca90ba1e57385b1370667f805d482b86be89acf46c63431ff9ce4c3de24df09ff80681cd76c157cf19db1764945f5bd3d630cf91560ce
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: 231
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: tracker-miners
Version: 3.4.3-1+apertis1bv2024dev2b1
Depends: tracker-miner-fs (= 3.4.3-1+apertis1bv2024dev2b1)
Filename: pool/target/t/tracker-miners/tracker-miner-fs-dbgsym_3.4.3-1+apertis1bv2024dev2b1_amd64.deb
Size: 174656
MD5sum: 1d68095113e1503e79505b1b4c0514b2
SHA1: c6dea540d54a8d5ed4b7bcfc35c6bbabd4f7f566
SHA256: ce5e0755d35046d2d1f4b2d8a9ae3d23d7d9009c1a103ddc70c54c08436c216b
SHA512: 6e45bd524ccd9f9c35b4eb48feddd37d494f7a2061da47e5376975b5059791ab3a3aa960869dceaa82d075f35313fb359b512d2054f7fe0ba9616f0df943d0a5
Description: debug symbols for tracker-miner-fs
Auto-Built-Package: debug-symbols
Build-Ids: b7896105eefc72f0fc8bbe322482d629d654ee35 e944b1a256370b02d1a637a12847dd152b50f058

Package: tracker-test-utils
Priority: optional
Section: libs
Installed-Size: 88
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: tracker
Version: 3.4.2-1+apertis1bv2024dev2b1
Depends: python3-gi, gir1.2-tracker-3.0 (= 3.4.2-1+apertis1bv2024dev2b1), gir1.2-glib-2.0, libglib2.0-bin
Filename: pool/target/t/tracker/tracker-test-utils_3.4.2-1+apertis1bv2024dev2b1_amd64.deb
Size: 20576
MD5sum: 5d188e40d2c7363bb17f85219c0bafa9
SHA1: e333a9b0ee132291389aab963f257aad80e05a4a
SHA256: 02dbddffbddc536dad84512d77f565d7da72558f7fbcf2e6c2bf4bc38958f641
SHA512: 84319bda9732a96d56460da4a082885b2ca43af9a28ca40a4a1c2e07404d55f0b3ce8be5ee0053f368477ac8c135a67fa7154b78d0dc2080ac00cbf6326e04b7
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: 70
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: libtraprain-guidance-0-1 (= 0.2023.0bv2024dev2b1), libc6 (>= 2.34), libglib2.0-0 (>= 2.37.3), libnotify4 (>= 0.7.0), libsystemd0, libtraprain-client-0-1 (>= 0.1612.0)
Filename: pool/target/t/traprain/traprain-guidance-ui_0.2023.0bv2024dev2b1_amd64.deb
Size: 14924
MD5sum: 09bf25556c75dd20912778ae3fbea388
SHA1: 3489371c5091c23388dfdf0ff27500cb46e16bfd
SHA256: a972d2de2c7859f27372d8b7018967eef68fba6f463342377f7d982a1c7242e9
SHA512: 775dfdb34850890b776bf9d0544410c52608b851196ddf576c80e6cb69b04652e62814e2bba70b647bb8e6ca79657509b268f9083b82ed4ee7bf149d47f5d647
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: 34
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: traprain-guidance-ui (= 0.2023.0bv2024dev2b1)
Filename: pool/target/t/traprain/traprain-guidance-ui-dbgsym_0.2023.0bv2024dev2b1_amd64.deb
Size: 19060
MD5sum: b0c64c7a071ea036f52546cbb0be27eb
SHA1: d299b9cc625859a2f888b790c50f5c4ebb695637
SHA256: f438c8ccf9674a76ae1202aa5c0e8decd33951ec7790f4899cf8d46d92e178dc
SHA512: a45d8757d355eb6ff4eb1e06222a5e62c7a67e18ea9d3c9a3e347911545e5ff23388a41a5a498c7b421e0c5334c16398e14500b50052549a5f7871d14c66af38
Description: debug symbols for traprain-guidance-ui
Auto-Built-Package: debug-symbols
Build-Ids: 5ec9f68083fb24d04af14f5416e745ba840a0b30

Package: traprain-mock-service
Priority: optional
Section: misc
Installed-Size: 102
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: libtraprain-service-0-1 (= 0.2023.0bv2024dev2b1), libc6 (>= 2.34), libglib2.0-0 (>= 2.37.3), libsystemd0, libtraprain-common-0-1 (>= 0.1.0), acl, adduser
Filename: pool/target/t/traprain/traprain-mock-service_0.2023.0bv2024dev2b1_amd64.deb
Size: 22008
MD5sum: 434fb261e146f34efb2bcba3b1ed6d6a
SHA1: 3f3cba37724596c7cb0f26fe0ee2f42f37e8daca
SHA256: d77f8bbcda511ac0157ed4c8c746f5e72ccb4c04acfcacd5e67924b8d8e93202
SHA512: 7367b114ffa3533aa3f0f5b9b7e6d16f9ae7e09de4651146399cf89647969cbf218a34a8c2f28bac1be6b1be42b11c8bf03263c6a5d77fe4d56b091d9bcdba73
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: 61
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: traprain-mock-service (= 0.2023.0bv2024dev2b1)
Filename: pool/target/t/traprain/traprain-mock-service-dbgsym_0.2023.0bv2024dev2b1_amd64.deb
Size: 39028
MD5sum: 6d7452764fcb5f7dfd8bdc27e86fcf11
SHA1: 7f9d2fe91929e1ac20155a43e6fcdb893bee587e
SHA256: c4113cfce84aba5319ada04566fc8e5af764be8264b912ff3677ed64d0cbd236
SHA512: f85caa5d9b5ed843c20a8d6fb92f7514d06c185df5eab675d55f398a629f93f927779aebd0abdde729a7a088a612af180a55f7a9b0897b1d8142af4ea50b0ae7
Description: debug symbols for traprain-mock-service
Auto-Built-Package: debug-symbols
Build-Ids: 9f7d6a3f42d57f2f752195a5e6524658bd5cd648

Package: traprain-send-turn-by-turn
Priority: optional
Section: misc
Installed-Size: 53
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: libtraprain-service-0-1 (= 0.2023.0bv2024dev2b1), libc6 (>= 2.34), libglib2.0-0 (>= 2.26.0)
Filename: pool/target/t/traprain/traprain-send-turn-by-turn_0.2023.0bv2024dev2b1_amd64.deb
Size: 11912
MD5sum: 9c4e5da750c09cfb42a7767a5d2447a0
SHA1: ce1708b0f222e58ac1bc537fa2e2ead13a1f2837
SHA256: 8c6bc016e3a18c817dcd972ff4085f7387ade0643a1b624774c457308c78b95b
SHA512: c3fea5301370cf8d2fb96de0adc008ccd212164d22d362dddd81749f846e2a9f07f14a6ae428322e5bf0066d5149e613d768e4c61a44adce6d4715c7b6db243e
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: 22
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: traprain-send-turn-by-turn (= 0.2023.0bv2024dev2b1)
Filename: pool/target/t/traprain/traprain-send-turn-by-turn-dbgsym_0.2023.0bv2024dev2b1_amd64.deb
Size: 8108
MD5sum: d76b756ba32d687f640fa57ad8e15692
SHA1: f9333900385af416add7f17d824287e4e8cf8cf8
SHA256: 54cc5fcce6123bf0a5071e1b286a1274ee6307d37fdc42f5607f1a82eec726ae
SHA512: b18a82c5bf9dbf5735e47575b0614c74f29268ab33753e64b5c91bc5548b8f642da553e4e3028de044e2d0d6c16c3215d6f577ddafba54e837631ed2260d280b
Description: debug symbols for traprain-send-turn-by-turn
Auto-Built-Package: debug-symbols
Build-Ids: e5d5bf929083ce7b5bbb572e11234368bb4d00d7

Package: traprain-update-progress
Priority: optional
Section: misc
Installed-Size: 53
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: libtraprain-client-0-1 (= 0.2023.0bv2024dev2b1), libc6 (>= 2.34), libglib2.0-0 (>= 2.26.0)
Filename: pool/target/t/traprain/traprain-update-progress_0.2023.0bv2024dev2b1_amd64.deb
Size: 12888
MD5sum: 114dcaf56758b4f603e79e1455640672
SHA1: 7359a92ee20c09367d834d0032f63d16a7ba2eae
SHA256: 3033215a415a8793dfac221ba32050186340cf1ccf4c3796bee2caaa1fe7b8b3
SHA512: 5809803d88dded40a57a6b626efc8c4f11c78e47f7e8d494e69b8b4d5507d10727041e75e84a1b429eb0c92c38c24c7694f0d2ca32dc7ab30287f92e7b96968e
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: 25
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: amd64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: traprain-update-progress (= 0.2023.0bv2024dev2b1)
Filename: pool/target/t/traprain/traprain-update-progress-dbgsym_0.2023.0bv2024dev2b1_amd64.deb
Size: 10624
MD5sum: a9878a91d5790484493e82c85dca9c36
SHA1: e36040d38818510198628c2a75622c4dbd3a15f2
SHA256: 6b19251a8090d0aa712aa8372957c061a8ff671ebc489c8904fb254cb9249600
SHA512: 6bdb14a709031d44e5718b03dc3ea4f123435eee91986f2f2d572b8107bb98f0b00130ed613e586693b2ed844fbbd04562139d9f7ba390ab027bab51878ffcd6
Description: debug symbols for traprain-update-progress
Auto-Built-Package: debug-symbols
Build-Ids: ba48a3d71099f7e95d342178d78f2ecc45d96cbc

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
Priority: optional
Section: admin
Installed-Size: 176
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Architecture: amd64
Version: 2023.01+dfsg-2+apertis2bv2024dev2b1
Filename: pool/target/u/u-boot/u-boot_2023.01+dfsg-2+apertis2bv2024dev2b1_amd64.deb
Size: 158928
MD5sum: 5bf0149df9eed2fc1213d211f0b03818
SHA1: 277a91a7c1bfd944401e92d67ac694b6bc1d2ecf
SHA256: 5df11c59cb9f779307e6ee4b7c8a3f6ae5bf8f3404100d1853a6ed40ecc6ba6a
SHA512: 3b0a84a1279f4172069fe8c1a5b834d472b9578939efb2ad6ed3e39d39a410dba667e39cfac28ea8f5d7defe31a907e61ada6d622dd843967f1c9060c721ad68
Description: A boot loader for embedded 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.
 .
 Included platforms:
Homepage: https://www.denx.de/wiki/U-Boot/
Multi-Arch: same

Package: u-boot-menu
Priority: optional
Section: admin
Installed-Size: 39
Maintainer: Jonas Smedegaard <dr@jones.dk>
Architecture: all
Version: 4.2.2+apertis1bv2024dev3b1
Depends: linux-base
Suggests: flash-kernel
Filename: pool/target/u/u-boot-menu/u-boot-menu_4.2.2+apertis1bv2024dev3b1_all.deb
Size: 10028
MD5sum: 69daab95a7764a08a121747e79d1c21d
SHA1: d5adf156fbf5fae7c47fcfe2695208e16f8fae8d
SHA256: 3d4ca0cacf0556ea2f5838edbc2005839bb59141377ca7e0f18a6fe897e91087
SHA512: 0373a930259b4a5df4ce7f9a87e861a93f02f57bf12278532126add4fc51850fa2a12284408b5175bdbc91ff515236fe03b0d94bed1a92a16c8b9087a641c9c3
Description: u-boot menu update
 Automatically create extlinux-style boot menu for u-boot. Boot menu
 entries are automatically created for every kernel package when they are
 installed.
 .
 When /boot is on a separate partition, the package flash-kernel may help
 ensure that device-tree (dtb) files are made available to u-boot.
Homepage: https://github.com/suihkulokki/u-boot-menu
Multi-Arch: foreign

Package: u-boot-tools
Priority: optional
Section: admin
Installed-Size: 927
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Architecture: amd64
Source: u-boot
Version: 2023.01+dfsg-2+apertis2bv2024dev2b1
Replaces: u-boot (<< 2010.12-2), uboot-envtools (<< 20081215-3~), uboot-mkimage (<= 0.4build1)
Depends: libc6 (>= 2.34), libgnutls30 (>= 3.7.3), libssl3 (>= 3.0.0), libtinfo6 (>= 6), libuuid1 (>= 2.16)
Recommends: device-tree-compiler, libubootenv-tool
Breaks: u-boot (<< 2010.12-2), uboot-envtools (<< 20081215-3~), uboot-mkimage (<= 0.4build1)
Filename: pool/target/u/u-boot/u-boot-tools_2023.01+dfsg-2+apertis2bv2024dev2b1_amd64.deb
Size: 349464
MD5sum: fef63cc9aa1c6d901087a836822ee911
SHA1: 94906176f2346a1b3bba5d77f0e8a3ee73fac935
SHA256: ffe327aec2f3b0bfbd3c9bfac448eba01696ed0a756f3069e731bc13a2079785
SHA512: bbc75a27edf01a5f78bdce9dda01fc7ba8012b995784072b6718ddf70989f4ebd681f65570c43f8fa489c710264dd01133ae92d2727bc3b6f996f1c578799319
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: 1039
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Architecture: amd64
Source: u-boot
Version: 2023.01+dfsg-2+apertis2bv2024dev2b1
Depends: u-boot-tools (= 2023.01+dfsg-2+apertis2bv2024dev2b1)
Filename: pool/target/u/u-boot/u-boot-tools-dbgsym_2023.01+dfsg-2+apertis2bv2024dev2b1_amd64.deb
Size: 897548
MD5sum: 99828b37049fb196d0d4612547ebb23e
SHA1: 5d2dd963033a1a68d2cc48412a3c9af42e7d2908
SHA256: 8cf2d27d57e71d2c5f74489bdead5f8ea0184a843f5cdc10ada0cd7ad74b23d7
SHA512: 439d1ba96df704a963a23fdab71559ecd805363bd1f71d9b81339ba118cdd84b8786861108629bada9428a66e7641009ba0270f18ce2c388923425ee1f299641
Description: debug symbols for u-boot-tools
Auto-Built-Package: debug-symbols
Build-Ids: 01548d6f42c2041b1c56adb4b291b69bc6c280e8 1340e534edb7d35477b824682b1a8f4915ad2f74 3656fb4fa8c15897e741b7a42b431fa0bb0a22e4 79e518458fd424fcea84198c026d9c2b4500b6d0 c203a4dd4f952749f957acda55c864394a5359dd dad067d64a470db8412be2741bbfd1a4eff6e467

Package: u-boot-x86
Priority: optional
Section: admin
Installed-Size: 1992
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Architecture: amd64
Source: u-boot
Version: 2023.01+dfsg-2+apertis2bv2024dev2b1
Replaces: u-boot (<< 2014.10~rc2+dfsg1-2~)
Breaks: u-boot (<< 2014.10~rc2+dfsg1-2~)
Filename: pool/target/u/u-boot/u-boot-x86_2023.01+dfsg-2+apertis2bv2024dev2b1_amd64.deb
Size: 452280
MD5sum: f1fb88687ac5497716722df0316fc4b8
SHA1: 3e5c129e1782876d8ca19b93a566a333704b51ad
SHA256: 0d4a4791133a137bb75fec898c7bb0b9dbe599118d5062800a641f52d9e27dea
SHA512: f32976d4e712e33d3cb60097532848c167aa968414a5907c3c887d0f8b172f9147db93ef4b125c5fe23b25b3cd04c841c7a7065884479aa4291be3173cf8dc07
Description: A boot loader for amd64 systems
 This package includes boot loaders for EFI boot.
 .
 Included platforms:
 efi-x86_payload64
Homepage: https://www.denx.de/wiki/U-Boot/
Multi-Arch: same

Package: ubihealthd
Priority: optional
Section: utils
Installed-Size: 61
Maintainer: Bastian Germann <bage@debian.org>
Architecture: amd64
Source: mtd-utils
Version: 1:2.1.5-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34)
Filename: pool/target/m/mtd-utils/ubihealthd_2.1.5-1+apertis1bv2024dev2b1_amd64.deb
Size: 19464
MD5sum: 08959144beb8075cd19532b52bac6b67
SHA1: 320395380a19c41334f1aca4faf518ac7655ee85
SHA256: 53db48b66140562aee9ee12bbea5391e3205cb616ca783dcfce82e1c97e9ba78
SHA512: 96d2b695ee9a77f54a16f8779a593fb54a2514d76175d059f2ab95373167c7de2c0e7aeeab5d82722c4a4ccb7284534247ef57a341fba3ddf882123471945e7d
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: 49
Maintainer: Bastian Germann <bage@debian.org>
Architecture: amd64
Source: mtd-utils
Version: 1:2.1.5-1+apertis1bv2024dev2b1
Depends: ubihealthd (= 1:2.1.5-1+apertis1bv2024dev2b1)
Filename: pool/target/m/mtd-utils/ubihealthd-dbgsym_2.1.5-1+apertis1bv2024dev2b1_amd64.deb
Size: 34784
MD5sum: ab7f36094b9db5fdd4096794e26eae8a
SHA1: 312508eb632f9c031cd675c5cd10db2afea1ac3b
SHA256: 40c2685d0bf5fd414c9e99e250babddaaabbd2d225ef4fe94e68fbe9dd731a1e
SHA512: c66d32faca67519566f373f95b1b8a867315b47e7d2462a47a6ac1347a73d1e267e423977f01cf75af0a71f36b959712faceeea885406217976cfde060ee53bb
Description: debug symbols for ubihealthd
Auto-Built-Package: debug-symbols
Build-Ids: f671abe401c0d03aff255a04f8fe4e07ca981472

Package: ucf
Priority: standard
Section: utils
Installed-Size: 216
Maintainer: Manoj Srivastava <srivasta@debian.org>
Architecture: all
Version: 3.0043+nmu1+apertis0bv2024dev3b1
Depends: debconf (>= 0.5) | debconf-2.0, sensible-utils
Filename: pool/target/u/ucf/ucf_3.0043+nmu1+apertis0bv2024dev3b1_all.deb
Size: 55744
MD5sum: 92ecd2fa4fc9c3dd1786b4824f718e54
SHA1: bb7fb2b91907b9057647cba1b700392b4bb32dc1
SHA256: 3b0a850217495a1026ffe46f5a5ec67b658e61154e702c7ab27af80817bc77a4
SHA512: 8dc118737fb32094c1742bf3db455b410b8074c4610ce117d5b83810378878aec0fcfdd0d073bbc78b6a853a31af23fd8f4e2aef9cad8d6076145a43f119c4d7
Description: Update Configuration File(s): preserve user changes to config files
 Debian policy mandates that user changes to configuration files must be
 preserved during package upgrades. The easy way to achieve this behavior
 is to make the configuration file a 'conffile', in which case dpkg
 handles the file specially during upgrades, prompting the user as
 needed.
 .
 This is appropriate only if it is possible to distribute a default
 version that will work for most installations, although some system
 administrators may choose to modify it. This implies that the
 default version will be part of the package distribution, and must
 not be modified by the maintainer scripts during installation (or at
 any other time).
 .
 This script attempts to provide conffile-like handling for files that
 may not be labelled conffiles, and are not shipped in a Debian package,
 but handled by the postinst instead. This script allows one to
 maintain files in /etc, preserving user changes and in general
 offering the same facilities while upgrading that dpkg normally
 provides for 'conffiles'.
 .
 Additionally, this script provides facilities for transitioning a
 file that had not been provided with conffile-like protection to come
 under this schema, and attempts to minimize questions asked at
 installation time. Indeed, the transitioning facility is better than the
 one offered by dpkg while transitioning a file from a non-conffile to
 conffile status.
Multi-Arch: foreign

Package: uchardet
Priority: optional
Section: utils
Installed-Size: 29
Maintainer: James Cowgill <jcowgill@debian.org>
Architecture: amd64
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_amd64.deb
Size: 6508
MD5sum: 18a04e2d012d8eabd00ae85b4eeb04ad
SHA1: 46e0e62d82de20b0fca35c1acc7a5934a51978f8
SHA256: cea3a8cfff0d642e6e478395d2e69084667b4c5b2961f226f0cb659dca9d5442
SHA512: b415233c60a3f25acc8970278674b703ab6c9b106ce66d404edaa94963d66d5f9932958e150ece69640448e2998caf615006a8d67dcd80cd6d302595c4002424
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: 27
Maintainer: James Cowgill <jcowgill@debian.org>
Architecture: amd64
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_amd64.deb
Size: 13308
MD5sum: 9767d9aa685c04837de2f3b051fd8636
SHA1: 2538587ac4b9f9a41b7c0205327b3b1cce0188e9
SHA256: 75ad948a7c1ec966f64903b847045a89eeadef4a9bdab2ad80ec2e29cf6c21a0
SHA512: e9bca1ad11187f22968575ca027926980c6d17673e536ee9ac0615a25f1648755cbad7db6b81f15e4938afd47cb3c9d6ef326073f81817a96baf11f7083bd78f
Description: debug symbols for uchardet
Auto-Built-Package: debug-symbols
Build-Ids: cb2e534e1c59fc7f2295c288a5672d58ad84ab49

Package: udev
Priority: important
Section: admin
Installed-Size: 10162
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libacl1 (>= 2.2.23), libblkid1 (>= 2.37.2), libc6 (>= 2.34), libcap2 (>= 1:2.10), libkmod2 (>= 15), libselinux1 (>= 3.1~), adduser, libudev1 (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/udev_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 1627536
MD5sum: 30478fd8e69c756edf090c81d94cf2b5
SHA1: 63ddb224513ea76d8a1aafaa604f5a634179417a
SHA256: ec94589a9735f6e43f1b3af8081368bdfc1004297502aa6cde74b059bdc46f14
SHA512: 115e95473f42ce4036d4e9ed3ca74fb9e90d78e47cdf86361567f55d5026d5cff58402837b750cb6e8f55a2905c0ecc1b9f27337fdfb585241ddb6a5a923df0b
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: 3651
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: udev (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/udev-dbgsym_252.6-1+apertis2bv2024dev3b1_amd64.deb
Size: 3442768
MD5sum: d06928d0de24caaaf41783029976d720
SHA1: 1a5acecc4a7505140ad7d81c61c33844cfe461ad
SHA256: b00b3003d02f1378882833533ec966dea04a50a608a8ae2e7adb16c69f930bdc
SHA512: 2b8f5e7c556571346b970c690e55fc016791f0486e34e979ee866249afc61410cd0201349511d7ef3489c7dca1e1c702368999c615798d29b6c621ad80ce5e6b
Description: debug symbols for udev
Auto-Built-Package: debug-symbols
Build-Ids: 12860f38c5117ac3779d40aa613dfc6e30594fa4 16c78ee0406d3a09fd8c5690e06832fd88b85e18 4199fd9cf597814c5d15ce564e8bdd7668f6f6cf 53d7892b1177361fd4bdb1e529333e75d2125060 66e25ce10c16452c889a0b0303061e5fd0abb041 68486df9990fedac51e21264f5228beae5b9a56f 75b66bbc214f813e1e7f0a10ede4a333e02c8347 838db6c2337c7c84c735a956b7624c90b8acab5e fdf69cea0bcfc323fcb62b6d7a0badf541ae0687

Package: udhcpc
Priority: optional
Section: net
Installed-Size: 46
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: amd64
Source: busybox
Version: 1:1.35.0-4+apertis4bv2024dev3b1
Depends: busybox (>> 1:1.35.0) | busybox-static (>> 1:1.35.0)
Filename: pool/target/b/busybox/udhcpc_1.35.0-4+apertis4bv2024dev3b1_amd64.deb
Size: 30200
MD5sum: ccf5b0e07caa19092941d3841bc3e4b9
SHA1: 3a193607c74c69efc671208f13ea3d0e23e16134
SHA256: 4a5736a355589b805b00d7bcca0ffb2dc369061bb67dcf8eabe4afda4f08037c
SHA512: e7b4a1c458e92c2862639e7373a40d4d97ab0701740e0d0e43e243172a2440eab7dbfdea5d7bfcdf11d840a455ff63f5d928d67bec18812b4263140ac1b24448
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: amd64
Source: busybox
Version: 1:1.35.0-4+apertis4bv2024dev3b1
Provides: dhcpd
Depends: busybox (>> 1:1.35.0) | busybox-static (>> 1:1.35.0), lsb-base
Pre-Depends: init-system-helpers (>= 1.54~)
Filename: pool/target/b/busybox/udhcpd_1.35.0-4+apertis4bv2024dev3b1_amd64.deb
Size: 33024
MD5sum: db75588fac883c8ac4854658aaa3392c
SHA1: 85d2a6f3f229fe8372a975c04bc3142857172478
SHA256: 2578231c4c6feccc576ea1b2f76bf6ad03391b260865c971e824652dbf9976d8
SHA512: f6ceee648fea00a46bbb8fdb410a6623d8f8e3b0b51d357c53a61a079c0995114cae48fa4e9a3fabb7a84558b015f11de389c10a6c8c5f988f5f31a6b98c92b9
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: 2494
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 388876
MD5sum: d3fd29f5b65bfa70ea3a6b88a09eb36c
SHA1: f85b42e07f181af96d88eb9350aec5f500ee1dd2
SHA256: ca88b71423850b1ab4af468c9506541846f3eb80bf6d4abef93b381ff356de65
SHA512: e7503cf9807a8eeeac27e3f6535f9461d8b1d1a2d7bd1e397c0cbeb1901e36d12c52b72884c9206cd4245db0b6b14ed69e58b5970d9700d68338d9a241d65def
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: 59
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: udisks2
Version: 2.9.4-4+apertis1bv2024dev3b1
Depends: libblockdev-kbd2, udisks2 (= 2.9.4-4+apertis1bv2024dev3b1), libblockdev2 (>= 2.25), libc6 (>= 2.4), libglib2.0-0 (>= 2.50), libgudev-1.0-0 (>= 165)
Filename: pool/target/u/udisks2/udisks2-bcache_2.9.4-4+apertis1bv2024dev3b1_amd64.deb
Size: 16036
MD5sum: 33e22747b49697024c119bf7865a6880
SHA1: a4b5206439f1f7732770c174be40f16cdc368a1a
SHA256: dcfbd45374f2084044cdfa8f7c220c4e707f73e5caf4b1a14df463478622ca2b
SHA512: 71015bb6b1abb63ac8a80ebaf9b9aa50642dec428e43add4d9376671d6271f27ad7a76a2b5eee7a6b7bd3f7c4a355a1494d6db1c0f2c92a286e7a4a999aa2a74
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: 45
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 27120
MD5sum: 72538d04d27ea7e2ea1c85f04ffeb82d
SHA1: d6141b50c131e3589848f2f3dbfd4ce82c498d40
SHA256: eea19960df57e8d8d7c98b014fbb6d4eae49c399a37e5ccc4b97d78fec66ea97
SHA512: 09683bab8b64f4bfea6bcc40e735e7665f25759dddc5c4c51bc402f2ad48167f566e9243cb7dfb94df94eb9409dc39e9b07ad5a266347afa72a8441f5c42d422
Description: debug symbols for udisks2-bcache
Auto-Built-Package: debug-symbols
Build-Ids: 26617a5fe72c92ba4112b5e2070848ab7b8d3479

Package: udisks2-btrfs
Priority: optional
Section: admin
Installed-Size: 59
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: udisks2
Version: 2.9.4-4+apertis1bv2024dev3b1
Depends: libblockdev-btrfs2, udisks2 (= 2.9.4-4+apertis1bv2024dev3b1), libblockdev2 (>= 2.25), libc6 (>= 2.4), libglib2.0-0 (>= 2.50), libgudev-1.0-0 (>= 165)
Filename: pool/target/u/udisks2/udisks2-btrfs_2.9.4-4+apertis1bv2024dev3b1_amd64.deb
Size: 17544
MD5sum: 8f63417a4e09492863be3b283dc6c351
SHA1: 81ac8f3902ecad578cefdc0466e5e865d99d12c6
SHA256: 566883b7ca7fb334a040e29b6294474e458a3031a07c0ccbac0f4d4d96bf4147
SHA512: c04f5c915b1035a6c107baf774d498814f3091b11bc40151962f0c0c5e13456232798cf5fcbb72dbccf7ad52c8ee531bff91f2c6983fade1db7c12f92e921096
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: 52
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 32992
MD5sum: 7b838e84186a51aa3ffb40635c1cad74
SHA1: ae158cccea0641bd14faa16376090c17401ea07f
SHA256: f61b0c4a71cec3346a4fc96b9de6e5d16a2054c04557792829325766d0e3f22d
SHA512: e5ff28555af52bc10b846f39caf6bbdf47971b031050840364b40d5a2d3e10bace8bbc3b8d251ef804abe6936c7eb14c1251a2e5707c61595e378bbe3bbc3aca
Description: debug symbols for udisks2-btrfs
Auto-Built-Package: debug-symbols
Build-Ids: 33dfe3665a974b296b8e23b796fe7ebea6875a0a

Package: udisks2-dbgsym
Priority: optional
Section: debug
Installed-Size: 600
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 501604
MD5sum: a8b816edf991dba705abb7773b8fa23d
SHA1: e34beaf62f57eae594f7d1daf78bfd1fa3bf223e
SHA256: 1d5fbb1bcec86d47e8ad03ee46d40e08927d0e7327d67f298b0589b6f99ee65a
SHA512: 8063a7d2c51fd789195e08b90054e6d07603eff1e93c26f73cd53c6f3af941d00a4da52c522835a55946560e182c98dd5bf961eda99719f58ab262f4ee5d329d
Description: debug symbols for udisks2
Auto-Built-Package: debug-symbols
Build-Ids: 618e693fd5f10f92a6dc6a3b6ed8c63d4feeeedb a27a1dadd0f2d7f50c85b80151d0a26b81f5377f d1af502aee5bcfafa1dd114e6545d7c2031e1244

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: 119
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: udisks2
Version: 2.9.4-4+apertis1bv2024dev3b1
Depends: libblockdev-lvm2, udisks2 (= 2.9.4-4+apertis1bv2024dev3b1), libc6 (>= 2.4), libglib2.0-0 (>= 2.50), libgudev-1.0-0 (>= 165)
Filename: pool/target/u/udisks2/udisks2-lvm2_2.9.4-4+apertis1bv2024dev3b1_amd64.deb
Size: 35216
MD5sum: 4664b8bb8599c5d1b82cfb4b37daf465
SHA1: 8b9da3408b51e2978f931e0b1e1394e60a4ce8ba
SHA256: 9d1477022582271f717c5bdf7be644005eb9b50e789694ce7148d855e7b3f777
SHA512: 38abd4de0a1cf01290a20688a30f5cf1c6443b46d1c92d6b7c7d6bd03121f0b23fa8bc4c181d4f7389ed213efa96b3e78c031db443790079c0f3a371b7b0a4e1
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: 127
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 96188
MD5sum: 1e486e169f5a6211da53d787b6b73dc4
SHA1: ef40ec97e90f559209c1b1fad5ad44648190148f
SHA256: b8bfe0aea7c8b1ee133c3a231787dda5f23ed832c62466ff579d610e6142f932
SHA512: c6f26db2ef0a6a189c4432fd6fbce3087d61a327bf3cfa4d06f1870f9816c5fd8895b50011dfca323b6c76ecd295408115fae5773b0a0226373924bd81cc487f
Description: debug symbols for udisks2-lvm2
Auto-Built-Package: debug-symbols
Build-Ids: 84e11fa5746cf44dd8c25fb197a09a6e6ecff7c7

Package: udisks2-zram
Priority: optional
Section: admin
Installed-Size: 65
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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.4), 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_amd64.deb
Size: 18836
MD5sum: d5915836d64629d131c4f22827a7b33f
SHA1: da1dfa8b7f4f62317e4ed269fb168518a8844a8f
SHA256: 44af56cce4c9a09707b65bf94b5d066cc04e75568db08ea2c57db80c90519889
SHA512: 2fb0c2d6798d155d2906143ee7ac270a0cf072948323a4b083d02c50984c3125f4fb8c695967bd5460e00583fb091ec50ec51b096c75cd178807445031a64635
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: 52
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 33396
MD5sum: 538489c56abf416ffb3274314561cfb8
SHA1: 2482b06643bbce3516b67661090dfab2b607f1cf
SHA256: 5cd896c813661c679876cb903bf5907c45c4057dc28544ab2855c65905e95c79
SHA512: bd28c010ee4357b4d1063d9819d1a08aa46be927bb1faa7e3069f14e1b460e7082caa949a56de19ab6e8efa7d303ffd82f231cd61340be67597cd9b419bbd201
Description: debug symbols for udisks2-zram
Auto-Built-Package: debug-symbols
Build-Ids: fc8ed7f6d5e85d7912acbf9bdd433df338f246e6

Package: uidmap
Priority: optional
Section: admin
Installed-Size: 318
Maintainer: Shadow package maintainers <pkg-shadow-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 192912
MD5sum: 4a422ca6bd2bb411b50ae4030a1d8e4d
SHA1: a92a9d2a864d154115d4e93b3e92c0c2c749f6d1
SHA256: db2f466c1a02ee1504c577ae2fc71bca9cb7d411e1d0b04766663d5b61c08617
SHA512: 1ecfa2074f02f42f9e112e5d65c75be61dcc9a11e89600dfe88e8931c3ec166e3a6c2f29b6948be8cc751ba178333439ecca99d617f186dd86694403cf967133
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: 153
Maintainer: Shadow package maintainers <pkg-shadow-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 109616
MD5sum: c1c4269a3f139c94b0f2d56fe8dc569e
SHA1: 9dcc2181de007a0872218e00a7a665f596d2bd14
SHA256: 410a82681c67527f576ddf43a107691a1f7ea2c37819119baa5d99152f9b9390
SHA512: c3f3b151735465140428a858486e10d960d54a11b16e4b1d8daeacddcf47d2975a5b42c63d4eb55f6e261849964381bd1395707955bce42ad016e2afd9ba221d
Description: debug symbols for uidmap
Auto-Built-Package: debug-symbols
Build-Ids: 66ce6c16908066bb092dcd24a7e871c690b1f07f 67dacb7b5247b21bc373283d4051badd4c4b6370 cd2a3449af416a937904d0c1f92f8c64bc291573

Package: upower
Priority: optional
Section: admin
Installed-Size: 275
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 81664
MD5sum: 644aac42d1ede2749ccde523eb67834e
SHA1: 7517a6848b7513ed0802904be039abd95501ca81
SHA256: 02fefae1b1e400c5937b652e03da21fcaed8f3c045ad1ffa059be29d7a55b08b
SHA512: 8b8d1cfcb7b70eaf7e67a6dc6fd3633567698a05ee6e45d351e7c5c42d3d3bd8d0fceb256197f3505a019949e3bd32cfbec6295ecc6c2950ac285c2d2cf0861e
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: 214
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 166004
MD5sum: 6910ef57a0ed0c3ce7dcb5166a6bcf14
SHA1: 681e83a0a7eb70326f25c0c0d38d9e1f39b25879
SHA256: 5c70526ebbfd9100e933592d6c5e6dbe7203f6fbf2738f92cd342efac6e4f6cb
SHA512: 93618b51e2885c7d56b4769345f113976f48d166290f8fcbca7e56e58a3cf257eb86718d139fa4539c4630d86c638fa1030c21c8562d04e8bf18a369a77e832e
Description: debug symbols for upower
Auto-Built-Package: debug-symbols
Build-Ids: 546c1719d33e1700534fa4a887530dfd417044f1 82bfad6841ce199093b73c7ba959bc65755bbae0

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: 150
Maintainer: Thorsten Alteholz <debian@alteholz.de>
Architecture: amd64
Version: 2.6.1-3+apertis0bv2024dev3b1
Depends: usb-modeswitch-data, libc6 (>= 2.34), libjim0.81 (>= 0.72), libusb-1.0-0 (>= 2:1.0.9)
Suggests: comgt, wvdial
Filename: pool/target/u/usb-modeswitch/usb-modeswitch_2.6.1-3+apertis0bv2024dev3b1_amd64.deb
Size: 52676
MD5sum: cc8ca5eb7f11250ac161a44876b8cff5
SHA1: 3d8164a5dcf80774ab14f2532d4641fe22b49a7b
SHA256: a8fe3f444277328c02622249f11328da9f9aabf59957957f6ceaa5f294117277
SHA512: 756a7c79483bd8a6168ee375128e3b67ca3e77f496e86f7af56f343cb174a9923422a2682c7e1633d3035e107d1b40adc41f6f7f85d5f6e8fa8090f0b4d9ec4d
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: 77
Maintainer: Thorsten Alteholz <debian@alteholz.de>
Architecture: amd64
Source: usb-modeswitch
Version: 2.6.1-3+apertis0bv2024dev3b1
Depends: usb-modeswitch (= 2.6.1-3+apertis0bv2024dev3b1)
Filename: pool/target/u/usb-modeswitch/usb-modeswitch-dbgsym_2.6.1-3+apertis0bv2024dev3b1_amd64.deb
Size: 52024
MD5sum: 52d5776c95dccb0e46380aca4883a242
SHA1: 3a80c68e7ee006bcf6be0765a05aa3635d2d82a4
SHA256: 2447ea763f3021a57f15a8e98b53e8de1187f7a83ff34a29cd73c9ba9ad0a97f
SHA512: 21343368304827a8ed9896a40ac67f895a61906c750c3bf8b2edd480f0ee9dd1d89689f0c7c8170a451bb1659bf879d8e8806fb4d895ca02409d75cd7dd0cc25
Description: debug symbols for usb-modeswitch
Auto-Built-Package: debug-symbols
Build-Ids: 09181db355dd5e4c8f33ae4e9f263aeb263abdd1 0d062c946f8c7c3bb105a49b0c4861c7d63ac0a3

Package: usb.ids
Priority: optional
Section: admin
Installed-Size: 720
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: all
Version: 2023.01.16-1+apertis0bv2024dev2b1
Replaces: usbutils (<< 1:008-1)
Breaks: usbutils (<< 1:008-1)
Filename: pool/target/u/usb.ids/usb.ids_2023.01.16-1+apertis0bv2024dev2b1_all.deb
Size: 206412
MD5sum: 490469a5ace2a8aa101d10568ea8a28c
SHA1: 3fd8e0e51230f39ae5cbf50fc5af57bb373e0795
SHA256: 270f1bf84fc83faaac6c10260b5d5f313fb937c78b4e6a80546c9f3ddb669ce8
SHA512: a7bc588da8235093ed92c66cc4b38913664b9f66c6cf5363945f7550b1be393269a36db8572015b9a7de92bf01063d761ce99475be840ae6dae301d644b8f934
Description: USB ID Repository
 This package contains the usb.ids file, a public repository of all known
 ID's used in USB devices: ID's of vendors, devices, subsystems and device
 classes. It is used in various programs to display full human-readable
 names instead of cryptic numeric codes.
Homepage: http://www.linux-usb.org/usb-ids.html
Multi-Arch: foreign

Package: usbip
Priority: optional
Section: admin
Installed-Size: 1324
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: amd64
Source: linux (6.1.37-1+apertis1bv2024dev3b1)
Version: 2.0+6.1.37-1+apertis1bv2024dev3b1
Depends: usb.ids, libc6 (>= 2.34), libudev1 (>= 183), libwrap0 (>= 7.6-4~)
Filename: pool/target/l/linux/usbip_2.0+6.1.37-1+apertis1bv2024dev3b1_amd64.deb
Size: 1227972
MD5sum: 3cf27638323770fe5d2313c4164e3878
SHA1: b812cd18691137d4ef83c6af41a167a5e0e034af
SHA256: 634d68582b9b13acc627de74a0f41f1002e6bc249b3e855a4ce746e98f4b2f17
SHA512: 6aa7c2c97ad454d03eac1935f6dba61916daebc18f54239480f69ba09f4bd5973db28c8a8cb155e8be60f987820a3cfb6c5edbdd893db8fc15f0b4c6b7409a1d
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: 174
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: amd64
Source: linux (6.1.37-1+apertis1bv2024dev3b1)
Version: 2.0+6.1.37-1+apertis1bv2024dev3b1
Depends: usbip (= 2.0+6.1.37-1+apertis1bv2024dev3b1)
Filename: pool/target/l/linux/usbip-dbgsym_2.0+6.1.37-1+apertis1bv2024dev3b1_amd64.deb
Size: 145364
MD5sum: 03ca3c09a626c5ae605a57c59ab44e7f
SHA1: 35c873a33a5bbc33e92a0f31922b4e60165631e3
SHA256: adf04a5f50c73e31366d745b5e01df9fc7c150ac5c2702f17c860e5af40b3ed6
SHA512: 2b344d7653c81a4d646731d2c96cde06d53317dbb84610bc43a131e3113aac71dcacfe7fa7af764e59c347f2c9a501fe50dec475791b55e820b50576e256cb92
Description: debug symbols for usbip
Auto-Built-Package: debug-symbols
Build-Ids: 20feba9c81489249dc4e5ce25490c31c7baf4830 5295802cc55f8052f62753f5592d9705c6030ab5

Package: usbutils
Priority: optional
Section: utils
Installed-Size: 321
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: amd64
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_amd64.deb
Size: 73636
MD5sum: 66acd71d6f3d15d43cd528243762ce46
SHA1: 9ec6338e6cc81ce0f8fe49bc9140afc6118097d9
SHA256: 8a287d2bacabd530de4870df097992b383ebceadb0518866b96e926c16ec152b
SHA512: 5cb6341122f1e1f0fc0e72a9e69d7c2b85bdffac91b97cd6b417f8a6f93812fb7a007506cad08451bedcf613ba04d39581aa3c1bb38996c561acb9f213382d22
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: 181
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: amd64
Source: usbutils
Version: 1:014-1+apertis0bv2024dev2b1
Depends: usbutils (= 1:014-1+apertis0bv2024dev2b1)
Filename: pool/target/u/usbutils/usbutils-dbgsym_014-1+apertis0bv2024dev2b1_amd64.deb
Size: 142968
MD5sum: b30155c337a4984250e22504ab706f86
SHA1: 32884b0ac1d632b1dbc570e308bddd8a58d45c55
SHA256: b136691aad276e7cfc49f94b7ebf37f2fbb6c3da3785966e4d88f8684d6384f3
SHA512: b24e95889439a83e7637539d6120324ab2ead1deb8465f2cf0e81f761dee9e899085e03f02d85a25b299fe29833baf358cae603376f5ebcb038be89b7d55b69f
Description: debug symbols for usbutils
Auto-Built-Package: debug-symbols
Build-Ids: 5baff7301b7ad15801c917b66a0092d55c2ca223 6dcf300d5febdd58281422422521f7fa58929276 94e500ca24378b6b97eb0ef66ca93d0fa2636eb3

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: 5003
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 1186848
MD5sum: 1d5805ad34ff694db23099ec16b75075
SHA1: f0bdec819e140e4ccbfc848f34f6e8faab489007
SHA256: 30a88593960a4fa70d3092226e8aef46800f4eb712810f2289f46ea54474ddc7
SHA512: d184e5350cfb9952dcca865de7722801e91e49b74576d0c758de2598516831fe16e63ee282b5de9d6107aacd68cce7315340cc6435b428c5506108c497c407c8
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: 4607
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 3677356
MD5sum: b97e319f0922247bade920384b119614
SHA1: f78b4fa2deac09b65e429b1261359223a962d80a
SHA256: b170836aa97ecded96e3365c0a603e08454a7c6d032f1940f49da5424880dd4d
SHA512: 50eaa658efb35ca274ff7a22260a6193759a9b6b1e5aa99956232fb5f8c9f3b16074ec1d5b955d0edc0cfd9e3e717739fd52dda3753c0ebd83e7c6e61c80df0e
Description: debug symbols for util-linux
Auto-Built-Package: debug-symbols
Build-Ids: 047e40c5d2a39dd41cad63f9b45d431ef71a38ce 04fc04eddf1732c9c1780430670ae4eecc6afdd4 0d80f7d8ea39ad164d34fc35315776120ae8ca54 119543c691b26eef8bd0e569509c00dfa3de9fdb 13f30249d53d27b096c43e22add25aa79074db83 167e9a08875b106f97633a7d85815adaeb84d510 1c42f8ec0cde2a4cf5e4aabb00cc4b1726f34545 1f1365bdb2811b4e2c9d183f1e5a83c8dc5fa253 20410536762aea62115b65bcbb4df7a3c7bb9e5d 213d2d918ecac4efc116b563baf73bbf499f8298 220acbdf192e8f87039420254c25e8451737c832 236f785c7dada4e2acdc5c965957b1d3fb7bb453 2902f0560e6bc2982304a893835938db5ecb96d8 2b5771bb7a2c7901138a9d8daa850b39a7352ab2 2e90c63dcd95085acd648817d64bb0d06fcdde1f 38d04dd32b057e43518a53200527e9eec35c1cfe 3c19c55a5c303e53f36808494ec327f233053612 40ca4552f18a3e62647b347c0f8d73fe2b569404 499bb1f34cac1b088b541b18b0992ab3409847a6 4ab24a33dbe4e2447e7642e8216c97958bc2e297 4be01c01a0e5146b0e0cf728e94add3f9cd18790 4d34794829e760958e40b9a37a59814c820e5653 4d9a564ccb83c87512b0a26bd4f0e4c264fb262a 4e1e4183af76fcc8b18bcab8f65cd491760a798e 4fd430b62b140924b231bd491dbe190df4a2d28f 530273d5373c06635dd32dea3a0d28d82df8b550 55d1e0990ef57595f0fc0f17c04e32c885462df7 564ef60c92ebf42fbaaadc9737446217af79b9d8 5723d4c79e6537eb8d3aeee7df3dc0ed299bc2c0 59074a539cf6b396f73918fd4413e9d3cc01741e 5a98059dc317d8df93ebad561b9e10f532c82681 600006bf766adce274dbb0b1745ae4e42f498e58 632a80d0487a52ab0d951ac62547d1704a348fd9 675887af20d6bcf9291cf3d1d30cddd7b878343d 750c4692ff4dade02ae35571d436ebf898a7bea5 75799dc5c16a69103a2c744d9af55fea46cca11c 7728609788a4b5d4d6f36db842ffe381d4059ee7 7755872fef2a37d7c795a3f1d61c9f09f8e7d7bd 827a4d772480480308032529b28e6721682e34ba 857d93e1751e37f2912ea72bb4a2acabab1290e4 8668f77a92ae6cc8e68d889b5240047915cbf349 8757ae1244b2063884eb3897eac51fc48e7a0018 89deb0da51e870d60a636d6aecbea123b623dd00 8d83c5dd0a79d267b01812413bceaeb2db1619bd 95301ec0e956943947840baf8454467ce66bc84f 958898de2c8a3afa5c5de458ba2f6636ecc3fdee 9d3f8508868f7f73e32c112724db6ed6e247e087 a3d5191e825100090a2ce82f725afac9d4d8eee3 a8bb6015ad3890f46aefe4f1469c6a940cae9025 aa9653789d24ed5a6380f4f1cb580fbb44e6f68d affc1ec60af124e367508a5d13c436ba4162f421 b52113fbd601a168d503437074d811e37ac31df1 b7bc714adcff4b9017cb8a1512b5e717f8af6265 b92cf17a5ef84f63b90a4172dc222d37361ca999 cfefe30465dc3df4680fd3827f97da6402959b25 d725c8d358cbf1a1802cd12e824cbc1eb7a2d858 d9a28593631f45c04e262deeb3d7eda43d6ba2d0 da0b8fad969e93a0cde22ffdaf7895b75e875c7c daba830960ff9449e220ca006cc0aecab6330a51 db57930e85360fceadefdda294a2e3a5b3a3987d db6bf20417179220d4591c6ed1e6bd3c41b67d87 dfe6e66e8fb549cc258a826a27cd40496891c0c7 e0062e6f184cb130d46ffafb7056576d72e567e5 e0f18b0ea774a705facbc78ac2f201d0feb382de e28fceceeb0b79e5a64cbd3482fb8d0a429b8cec e37daecdc22fce07293dada2120683377d68ab56 e7b3d6b62132bb7ccc9dba6a79d8fa74f650aa99 ed0b567d7571ae3421ebc86c3cf4b243956ab2d7 f0cd4eb80f367dbd645a278003871f22e53ae462 f1267b5a7c35f14bfc38b1f046120620cfd20cf1 f20ed0d583638da4fc619b36e15d4189a2ef86c9 f3cb581f51186ec65f7c544a91d152c20cbe87cb f8d44a99a3fe0a4a682ba6c7a6f7810badb522fa fafbc5d4b495ee7e3da95ecd0d366db33e21ab49

Package: util-linux-extra
Priority: standard
Section: utils
Installed-Size: 378
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 120292
MD5sum: 4e7c10e53500a4d979426f8874476910
SHA1: 6bea1f73ed21e779baf9f3ae1cf20c411aeec207
SHA256: affadfb27aacf6d86bffe056fb0f328e9e86543c84d094b09105d60230dbd0b1
SHA512: 8e55397a038e152ce6218519533c4666e5bc8a7833f11c65bd980401d063e350efbad4198b943c583bca40df596fafc2886d1f36d7527fcd03c673af00ffdf5d
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: 360
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 300144
MD5sum: 3fc54934bdd157d13afd27987dfc19ab
SHA1: 60b8d26685b439f94a40db5165ae3f10c4cb1f1a
SHA256: 7c4f922c8b660401af2bca97786442539dcb6970dcb9d8389364387aabfb8584
SHA512: af2a72977b02098968233b42075de90e0e32700c042f809619c9c5d8159f62628e47d63774b2c7e1f94695d5670023ccc67bd7578e36edbd816f0eb316e94247
Description: debug symbols for util-linux-extra
Auto-Built-Package: debug-symbols
Build-Ids: 09cbcf7a9ef1b1636a7615b81d8086a3d587062e 27fee16b92cf0b319c0bd57983e1f28d3ec69aff 9d6f15e880a408066fab808ffc7198278afbb781 a7873376852a29570160f5d7e3eebe3e12107aaa

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: 123
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 49356
MD5sum: 7e1e36cfdbf4c18fc30cb6a04b4f1d7b
SHA1: e7895324c5a0260234b4da28994b3a7be27b2c64
SHA256: 72dde00d5e5acc1054619a7d813ee359d35d092e0314b14992ffbccb62a20707
SHA512: a733849b198e252a2bfa42ccfda606fe5ebcab6a2abda55c3ad5c893f87322f0e899218478e25d5c970fe8910c4cea0155a82dd693f381fc33dee61b4bde630c
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: 185
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 57720
MD5sum: b45ba49ca8b6df961ee7a52f15baa0cb
SHA1: 8739c6a2bd836023179b82d3eeb63c313642fe4a
SHA256: 3a186479dee002f77c676a939a9e169b3695c60546bf80706ebab56698ecd055
SHA512: 4b0bf6ecbc161c44733f59f6ff0197ce2b773fa508bae6b0af328c0e006f76b91b41b122fe584cb14b687b5bbae878f7e4a52069c08ce013e6025e1d3e03c781
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: 117
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: amd64
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_amd64.deb
Size: 79428
MD5sum: b521e5ebb4395a4b23ecd1f02bb73917
SHA1: 4402f0036e4f6d6239f9bd5453ca7cfcf31b3cf8
SHA256: a9eefd01406e78d677707ae53e429977d968917a028799ac616333cc8e28c206
SHA512: 7eaf5eeef3b3d6cf6a5e06ef895aa3eee71a39c275d04b31c448b90cb01cd300ee4b5a129d10681c29eeb113e62b50c2f46f1f03ffc794f821db164c3a3d19a6
Description: debug symbols for uuid-runtime
Auto-Built-Package: debug-symbols
Build-Ids: 33d5ecd2816cb905f017ad027145e6f897394e53 bfd288d31c0b3718a9ecc55d53d48ee502900f02 f11190f805df72329c5847bd062d2c6c489e1314

Package: v4l-utils
Priority: optional
Section: utils
Installed-Size: 2270
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: amd64
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_amd64.deb
Size: 662196
MD5sum: 7ebfa0532a5bd527f78c6f8281eaee23
SHA1: e90bfa6ea5abe698b68b72c5fdf040f4dd3ad21f
SHA256: 30fa1958139d018f922ea8f945bd79dea92eea8ba9fa5e56f8e296014e966961
SHA512: bf31d544ee7701880a8f0360f84c109e8fa256e36ed8b4add452a475b1047024881450e4f09fae3075ae55dab5ec28b6abd6a58a1ab2007903d3120ce5db42d8
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: 4458
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: amd64
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_amd64.deb
Size: 4308560
MD5sum: 60703c9ddf1e3ee876b48233881c7332
SHA1: cb3dde3a491d0b6648be1e659f1a065f4679f530
SHA256: addc5fe7f6f90351c10e556927476b16d191d6719d967d3b2503ef39b197111e
SHA512: 84506ee52d4f10bfa7712495d2cefcaf072b60b6c0a7a31e44d4c633efa9ae110916dfa9f78b152d33e25cb4ff0f3ec8445128d9198b927a47772bf23948e7b2
Description: debug symbols for v4l-utils
Auto-Built-Package: debug-symbols
Build-Ids: 0fd8367da893eb6a3f65172f324ca1e7dfed510e 2f86fdc01006ecadc54644662c66f053eda02a2e 36899c286839eea5f06bea5101c104a66eca9b2a 55bc1359dd2fe7df9eb9c51861a20ed4e98e16fc 94fbbacca07af40617e74beaafc773a0913b8e93 9cffc05615596255912680d18adb450b4ef0d47e a1b99bc724cb9285c0e1d94a94d69828195b338a a2efbd07a3e17524d7de5e6ff83e9ce1a79c85d3 ae7fcb2f5623e1906ea286d6c6848abf4979010f b0e3bed8537b47baf18daedf0e8933c486b863ed cb050a9a487b21ea7d969ead6675db569c618c26 dacb7d56166d1e92e32b760f28ab94ffb67b4c48 ea5ed95385f98b26a8ff99484d593a88b6ee1976

Package: va-driver-all
Priority: optional
Section: video
Installed-Size: 24
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libva
Version: 2.17.0-1+apertis0bv2024dev3b1
Depends: i965-va-driver | i965-va-driver-shaders, intel-media-va-driver | intel-media-va-driver-non-free, mesa-va-drivers
Filename: pool/target/libv/libva/va-driver-all_2.17.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 13444
MD5sum: 28a81258472c97bac01922f944ee3a7a
SHA1: 490124651e1a96543074202d8c5b1bf09c1dcb8b
SHA256: 0a9efb35e9bf0839a5ecc4a34404bcf34ffd663066accb2a61e5ef40d0661069
SHA512: 52c8715a6c3a13b8aac62e85f98d38d7753c4eaa5dd615fbff409e6a73e943917dcdb61c4004eea8aebf7098f7b1df1e1a82cbc48235d4c10c1d327a08d2c56c
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: 3663
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: amd64
Version: 2:9.0.1378-2+apertis1bv2024dev3b3
Provides: editor
Depends: vim-common (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-runtime (= 2:9.0.1378-2+apertis1bv2024dev3b3), libacl1 (>= 2.2.23), libc6 (>= 2.34), libgpm2 (>= 1.20.7), libselinux1 (>= 3.1~), libsodium23 (>= 1.0.14), libtinfo6 (>= 6)
Suggests: ctags, vim-doc, vim-scripts
Filename: pool/target/v/vim/vim_9.0.1378-2+apertis1bv2024dev3b3_amd64.deb
Size: 1573152
MD5sum: fee7c75ada754791c858f3f75d4bec0e
SHA1: afcb7c5020a3cb8bb3346d9342e17fe70c20b20c
SHA256: 2e3e15ee026d5bf88b08086739e5b77f8d848154935a17c326c861b66ffc9bdc
SHA512: a59e9ae1f5c44da03f586d929c98ed1544dee4ec5b373f77771141ae56fbcec3c43088a1727be23a2bab3caf11a17737c6c9de4a094fb69617aabf8ab4c5e1a8
Description: Vi IMproved - enhanced vi editor
 Vim is an almost compatible version of the UNIX editor Vi.
 .
 Many new features have been added: multi level undo, syntax
 highlighting, command line history, on-line help, filename
 completion, block operations, folding, Unicode support, etc.
 .
 This package contains a version of vim compiled with a rather
 standard set of features.  This package does not provide a GUI
 version of Vim.  See the other vim-* packages if you need more
 (or less).
Homepage: https://www.vim.org/

Package: vim-athena
Priority: optional
Section: oldlibs
Installed-Size: 77
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: all
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b3
Depends: vim-motif
Filename: pool/target/v/vim/vim-athena_9.0.1378-2+apertis1bv2024dev3b3_all.deb
Size: 51584
MD5sum: f0abfe702c8f9236e832aeb707f6ef00
SHA1: f5ab949c40887de23a3272c8c25e59bdd1fb1771
SHA256: 4a0a373a416dbf2d52c9ebac46438d892ed52079aed6a0bc6667b8356ee788ab
SHA512: eefe179397de9172f081c62213b6807c230d6954576d5b9fb21db1ed2c34f096f1aba8f4ecb9b9b1f31ca2ffaaa3a724f340a1a1c9e7ecb33a55fe6a2911a0ed
Description: Vi IMproved - enhanced vi editor (dummy package)
 This is a transitional package to install the vim-motif package.  You may
 remove this package if nothing depends on it.
Homepage: https://www.vim.org/

Package: vim-athena
Priority: optional
Section: oldlibs
Installed-Size: 77
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: all
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b2
Depends: vim-motif
Filename: pool/target/v/vim/vim-athena_9.0.1378-2+apertis1bv2024dev3b2_all.deb
Size: 51588
MD5sum: 15f0d1eaeca1d2f4aae8f704be7b5f03
SHA1: ac63b783b61eed6448288588e000fa6354a3bf1f
SHA256: 6bf4ca85e6f39c5fe993d64f7c31d4a8d090d628382237ca5fe688db3ab09c68
SHA512: e6da53c878f2fe830ec47d454912b19463ea3cb946e609075f240abf5216397415a767071aae1e6c4cba27fdb4d712520a432442235533a03ba6b16637a7ac6e
Description: Vi IMproved - enhanced vi editor (dummy package)
 This is a transitional package to install the vim-motif package.  You may
 remove this package if nothing depends on it.
Homepage: https://www.vim.org/

Package: vim-athena
Priority: optional
Section: oldlibs
Installed-Size: 77
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: all
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b1
Depends: vim-motif
Filename: pool/target/v/vim/vim-athena_9.0.1378-2+apertis1bv2024dev3b1_all.deb
Size: 51580
MD5sum: aaca839182953d6075560f7bc20c4be7
SHA1: 6205f35334a32527270e409f6d14437b063424c3
SHA256: 2aab4900fd2e6a00eea0e1db7430a70be8bffde05c843b7ff782a7c6f9a85afd
SHA512: 6de80ce8150d69363d2feeea48ad2c9cc0ae0d44ae3f8e33287e0db1c1bf138232ca8e8eae76290816b7c716bfc7f18276166c8d86c698b64566192524f150fb
Description: Vi IMproved - enhanced vi editor (dummy package)
 This is a transitional package to install the vim-motif package.  You may
 remove this package if nothing depends on it.
Homepage: https://www.vim.org/

Package: vim-athena
Priority: optional
Section: oldlibs
Installed-Size: 72
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: all
Source: vim
Version: 2:9.0.1378-1+apertis1bv2024dev2b1
Depends: vim-motif
Filename: pool/target/v/vim/vim-athena_9.0.1378-1+apertis1bv2024dev2b1_all.deb
Size: 46376
MD5sum: e822a560dd0273f32b41519689c3631a
SHA1: 7d821e6e9b4be14dd3d933e22a82455a78d29401
SHA256: 6a2e754841665b2fbed96667d20f49e92693e72b536cb230c844a6d0be0de706
SHA512: a923b207069dbf539ca34140910fd420f424fb68fac754d61c36e8f68a0e9ebd521958c3d6b9adfb542b14a94a82e26e91ba2226c06f31f47b05a63b276f8eae
Description: Vi IMproved - enhanced vi editor (dummy package)
 This is a transitional package to install the vim-motif package.  You may
 remove this package if nothing depends on it.
Homepage: https://www.vim.org/

Package: vim-common
Priority: important
Section: editors
Installed-Size: 250
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: all
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b3
Recommends: xxd, vim | vim-gtk3 | vim-motif | vim-nox | vim-tiny
Filename: pool/target/v/vim/vim-common_9.0.1378-2+apertis1bv2024dev3b3_all.deb
Size: 129924
MD5sum: 488b0eb76c79a9a0b15a1e2a9be3dd91
SHA1: 394221027e3ed5c0e43b2b6c544ccdfc9cf598d8
SHA256: 356ecfea52d82da491b4f14c61ffb3d6c9d0b3f60a8af9ab18e386c2eb1bf7cb
SHA512: e8529a2598c742117fd53026a681d69f25c5f5b1e0c46051d4b21166df4c60cfcdecf4a3c5a9273f32ff6f8905bd0cd84765890fa9f2de070a4735fb1ff1e382
Description: Vi IMproved - Common files
 Vim is an almost compatible version of the UNIX editor Vi.
 .
 This package contains files shared by all non GUI-enabled vim variants
 available in Debian.  Examples of such shared files are: manpages and
 configuration files.
Homepage: https://www.vim.org/
Multi-Arch: foreign

Package: vim-common
Priority: important
Section: editors
Installed-Size: 250
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: all
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b2
Recommends: xxd, vim | vim-gtk3 | vim-motif | vim-nox | vim-tiny
Filename: pool/target/v/vim/vim-common_9.0.1378-2+apertis1bv2024dev3b2_all.deb
Size: 129924
MD5sum: 393469720e90755351e208637ff81a89
SHA1: efaafcffd5364b8c4bd3ba4f44356671ccf3b85d
SHA256: dca6f592b6222e76e842b6757771a0e0ea9e57ebacb68d70ee6dec79d0f5d923
SHA512: a5f136489b2f784190e2844dda708ae5cbe0f124ee70d11633c33e84066932709cdcc250fe4fd7bf7ddb158037696498629b64b271c8a8d54dd99df7ec76eed5
Description: Vi IMproved - Common files
 Vim is an almost compatible version of the UNIX editor Vi.
 .
 This package contains files shared by all non GUI-enabled vim variants
 available in Debian.  Examples of such shared files are: manpages and
 configuration files.
Homepage: https://www.vim.org/
Multi-Arch: foreign

Package: vim-common
Priority: important
Section: editors
Installed-Size: 250
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: all
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b1
Recommends: xxd, vim | vim-gtk3 | vim-motif | vim-nox | vim-tiny
Filename: pool/target/v/vim/vim-common_9.0.1378-2+apertis1bv2024dev3b1_all.deb
Size: 129924
MD5sum: 5fc751bb323b2c345b48ccc20c056467
SHA1: 49ead2fe46abdcf0a1fac06cf1a3235e89913727
SHA256: 96df4f519c650363d4fe9a466d27dc1c54ae260f5d763b5423ba122352f18ae2
SHA512: eefc531c1e084f19f9fffcced8723e901c5fa7a00a054a04c4e7ca785ac1f3901f0add6e99a87a255d90fdebb5ced72557af28239b638cb0f5cfc39f1c3e72f5
Description: Vi IMproved - Common files
 Vim is an almost compatible version of the UNIX editor Vi.
 .
 This package contains files shared by all non GUI-enabled vim variants
 available in Debian.  Examples of such shared files are: manpages and
 configuration files.
Homepage: https://www.vim.org/
Multi-Arch: foreign

Package: vim-common
Priority: important
Section: editors
Installed-Size: 245
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: all
Source: vim
Version: 2:9.0.1378-1+apertis1bv2024dev2b1
Recommends: xxd, vim | vim-gtk3 | vim-motif | vim-nox | vim-tiny
Filename: pool/target/v/vim/vim-common_9.0.1378-1+apertis1bv2024dev2b1_all.deb
Size: 124728
MD5sum: cf0b978ceb35815e3359bc788e410ba6
SHA1: a1b91911f44ca9482ac0fc4bd375d6a3eed1c98c
SHA256: 1daad792fa5069e9c57e574c7f9d094fa11c7db8c7485601ac2dfdd4dcff7ff6
SHA512: 00cf8c4aaed3494cb315ea67f79e1a0991069ac293180249d9d6bb8162966eaa1ef85ef2c8e4969098d104362abe11690e6b55bc836e54745bd3ceb8814ee8b2
Description: Vi IMproved - Common files
 Vim is an almost compatible version of the UNIX editor Vi.
 .
 This package contains files shared by all non GUI-enabled vim variants
 available in Debian.  Examples of such shared files are: manpages and
 configuration files.
Homepage: https://www.vim.org/
Multi-Arch: foreign

Package: vim-dbgsym
Priority: optional
Section: debug
Installed-Size: 4190
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: amd64
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b3
Depends: vim (= 2:9.0.1378-2+apertis1bv2024dev3b3)
Filename: pool/target/v/vim/vim-dbgsym_9.0.1378-2+apertis1bv2024dev3b3_amd64.deb
Size: 3970684
MD5sum: 53659edbd15313e2539028471a7bed5d
SHA1: 0e702eb19ff7dba30543554fb38ecadaaa7e20a7
SHA256: 03a2487dab5bb770cb9e61b1048ce8288337930bbd99e6ad9eda816352c4b12e
SHA512: 18fe9d059b14c5db13c328bd554cd52d5ab600200009b6371befbfa344a43b4c89112d328075965b7a67a3d60a1987904e8622b803b0f37c19c05d4531576169
Description: debug symbols for vim
Auto-Built-Package: debug-symbols
Build-Ids: 85dec88504494ec68b42270202a9c03c1faab4a3

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: 4491
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: amd64
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b3
Provides: editor, gvim (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-lua (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-perl (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-python3 (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-ruby (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-tcl (= 2:9.0.1378-2+apertis1bv2024dev3b3)
Depends: vim-common (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-gui-common (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-runtime (= 2:9.0.1378-2+apertis1bv2024dev3b3), libacl1 (>= 2.2.23), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libcanberra0 (>= 0.2), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgpm2 (>= 1.20.7), libgtk-3-0 (>= 3.21.5), libice6 (>= 1:1.0.0), liblua5.2-0 (>= 5.2.4), libpango-1.0-0 (>= 1.37.5), libpangocairo-1.0-0 (>= 1.14.0), libperl5.36 (>= 5.36.0), libpython3.11 (>= 3.11.0), libruby3.1 (>= 3.1.2), libselinux1 (>= 3.1~), libsm6, libsodium23 (>= 1.0.14), libtcl8.6 (>= 8.6.0), libtinfo6 (>= 6), libx11-6, libxt6
Suggests: cscope, fonts-dejavu, gnome-icon-theme, vim-doc
Filename: pool/target/v/vim/vim-gtk3_9.0.1378-2+apertis1bv2024dev3b3_amd64.deb
Size: 1883288
MD5sum: 7153e7956cac7b612fa535edb6eb2863
SHA1: 19d05f756b21955c7073d9f107781beee27324f7
SHA256: 2c94bb68ae668300df67c6f4fa39409c3c5d836ac36c908a3ee61116779a59d4
SHA512: 7bf3cc82f694371b0b6af3d53482aa069ed79d042ce26c9486b4b72dc6cd84bbcb2e6cd98bfa96156c0f4f19f32424296ab8a3ce0db206f5262ef96855ff9ec4
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: 4845
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: amd64
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b3
Depends: vim-gtk3 (= 2:9.0.1378-2+apertis1bv2024dev3b3)
Filename: pool/target/v/vim/vim-gtk3-dbgsym_9.0.1378-2+apertis1bv2024dev3b3_amd64.deb
Size: 4571268
MD5sum: 091c0c6f46a8ce8451e3b922b6fcf0cd
SHA1: 3f9e07ab918ba2e944e7af413f90b4da7e16b574
SHA256: 10aa6c7a649add9903b4bed8640c528411eee32450c60dc602e68ceb7b6b12df
SHA512: 4516128935e1a744541f1602555861b3cdcf64c9c64f59e1289c6ff507e8b4a967786f1d9beeba7773990e114789f8f5404d1ded1684f024ecdb2a4e6ca5febe
Description: debug symbols for vim-gtk3
Auto-Built-Package: debug-symbols
Build-Ids: 59496dd2ff9188370ac144f24be9c4b4efec59ce

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: 4527
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: amd64
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b3
Provides: editor, gvim (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-lua (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-perl (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-python3 (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-ruby (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-tcl (= 2:9.0.1378-2+apertis1bv2024dev3b3)
Depends: vim-common (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-gui-common (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-runtime (= 2:9.0.1378-2+apertis1bv2024dev3b3), libacl1 (>= 2.2.23), libc6 (>= 2.34), libcanberra0 (>= 0.2), libgpm2 (>= 1.20.7), libice6 (>= 1:1.0.0), liblua5.2-0 (>= 5.2.4), libperl5.36 (>= 5.36.0), libpython3.11 (>= 3.11.0), libruby3.1 (>= 3.1.2), libselinux1 (>= 3.1~), libsm6, libsodium23 (>= 1.0.14), libtcl8.6 (>= 8.6.0), libtinfo6 (>= 6), libx11-6, libxm4 (>= 2.3.4), libxt6
Suggests: cscope, vim-doc
Filename: pool/target/v/vim/vim-motif_9.0.1378-2+apertis1bv2024dev3b3_amd64.deb
Size: 1874864
MD5sum: 86f005a37c86b91ffe9d0dbad86c13c4
SHA1: c3b86e78eb6857c03f914d04b310c029a9498e96
SHA256: 492ec8f7ec6d696e87369dde81ab30ce654648d937dc5ed0c1b21682ba4fead4
SHA512: 748768916aadb8321fec08b4666752da2d6e0f0729a63d3aa7ec79c251a38e014881c1e8d92a8d1ce74bb12f607ee0331905571ffef536f8c4379440bf648e3e
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: 4826
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: amd64
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b3
Depends: vim-motif (= 2:9.0.1378-2+apertis1bv2024dev3b3)
Filename: pool/target/v/vim/vim-motif-dbgsym_9.0.1378-2+apertis1bv2024dev3b3_amd64.deb
Size: 4562004
MD5sum: a6f7a2d93896aae8d8db25ec246c7fc8
SHA1: 0981b28577f286c9ece26ed0d604cc29f70c0c33
SHA256: 961faf47ce094fc5fc277b574e0b66af1778bef847c47b0eb96667e84867d7dc
SHA512: ba42c05f2f1de1bcf2437ba60d18a41c6153113f8e911b22050b210ec8c06bd52b38d37f031bbcad475aca6da71d0b9cb3ae9600d568a7e861d1e8a3f8d2c699
Description: debug symbols for vim-motif
Auto-Built-Package: debug-symbols
Build-Ids: e64c4e859ab0c5dd4dc5f5aeea81d38cb50350ac

Package: vim-nox
Priority: optional
Section: editors
Installed-Size: 4171
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: amd64
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b3
Provides: editor, vim (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-lua (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-perl (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-python3 (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-ruby (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-tcl (= 2:9.0.1378-2+apertis1bv2024dev3b3)
Depends: vim-common (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-runtime (= 2:9.0.1378-2+apertis1bv2024dev3b3), libacl1 (>= 2.2.23), libc6 (>= 2.34), libgpm2 (>= 1.20.7), liblua5.2-0 (>= 5.2.4), libperl5.36 (>= 5.36.0), libpython3.11 (>= 3.11.0), libruby3.1 (>= 3.1.2), libselinux1 (>= 3.1~), libsodium23 (>= 1.0.14), libtcl8.6 (>= 8.6.0), libtinfo6 (>= 6)
Suggests: cscope, vim-doc
Filename: pool/target/v/vim/vim-nox_9.0.1378-2+apertis1bv2024dev3b3_amd64.deb
Size: 1753260
MD5sum: d1460351aea10661571274f9b3b657d5
SHA1: f21ccb6d9f687167698e7a619e549849baf84db1
SHA256: 6e4400e3aefdbfd11e5bbc0b657d54e541e1c94318019300566ad726e8fcfb7a
SHA512: 3e41a623bb888b94b0deb20520cae84116805b9a0d893d6a707ff93e4fd68e1b1713d70e1f9260d483da5a3413d7b557b7f74f0d63e64b9f6a24e6a12461e574
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: 4486
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: amd64
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b3
Depends: vim-nox (= 2:9.0.1378-2+apertis1bv2024dev3b3)
Filename: pool/target/v/vim/vim-nox-dbgsym_9.0.1378-2+apertis1bv2024dev3b3_amd64.deb
Size: 4247380
MD5sum: 21284a2a661dd720e9ff11ebce9dafed
SHA1: 99bed5482d1df4fdad086e95f3de7990ccd9e769
SHA256: ac9748199d3c9515f214bc2b02c15e53e10ccab31cdcfa361e2422efb9e00b12
SHA512: fa3dc1fa34208c3627f6c5f251e72ce1a36d86a4f947d8ba35f380b1612d5aa036fca58745cd65dc26b65f4ab7624634def005f3d9dacf2d5310cc9227301fe0
Description: debug symbols for vim-nox
Auto-Built-Package: debug-symbols
Build-Ids: c2d3499502f576da562243e774f857dc62b5380b

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: 1702
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: amd64
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b3
Provides: editor
Depends: vim-common (= 2:9.0.1378-2+apertis1bv2024dev3b3), libacl1 (>= 2.2.23), libc6 (>= 2.34), libselinux1 (>= 3.1~), libtinfo6 (>= 6)
Suggests: indent
Filename: pool/target/v/vim/vim-tiny_9.0.1378-2+apertis1bv2024dev3b3_amd64.deb
Size: 726160
MD5sum: 78a7e14ea92638c78816d6cc5665be40
SHA1: 98546f64f171c0bc6ab9dff18d9bf4abba83cf9d
SHA256: 420a40b7c570099c4a5494d838af7cff3ccc126146219394dc4b132cb615c50c
SHA512: 11f3b608ab6ce7453e535ba616e4e0ba116d256eecbeebfb76cea7b2568261da0787ef6aa803845cc020b187273e856b0a728e2a2d3820cb3f41e4eb9a276cbb
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: 1730
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: amd64
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b3
Depends: vim-tiny (= 2:9.0.1378-2+apertis1bv2024dev3b3)
Filename: pool/target/v/vim/vim-tiny-dbgsym_9.0.1378-2+apertis1bv2024dev3b3_amd64.deb
Size: 1629124
MD5sum: 5422801a50551754a809b69147f78aa5
SHA1: 98e4f3a04e50b55cf20ccfb262cfaa12c095bffb
SHA256: 31f0acba67255394dd2f439b8bfd29ee2cb933036e63f768f2b498c0fc8a942e
SHA512: d0078c9f52413429676826362ee013600d9d35269d6e89931b5af9dbc5f5a86e743378d96527900e6bcea35ed34f8ea95cd756c99a962b467bf2fb8c0bf9f598
Description: debug symbols for vim-tiny
Auto-Built-Package: debug-symbols
Build-Ids: 85d25a515939f512203cf159c5d594771b3996d4

Package: vpx-tools
Priority: optional
Section: utils
Installed-Size: 1444
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libvpx
Version: 1.12.0-1+apertis0bv2024dev3b1
Depends: libvpx7 (= 1.12.0-1+apertis0bv2024dev3b1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Filename: pool/target/libv/libvpx/vpx-tools_1.12.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 294164
MD5sum: a3dd087a0815edaa54442ad1b27190c6
SHA1: cd3353a49cb6b9797f31b7ffdea6573f513290c2
SHA256: 0736305668c5b85f31d0baa69dc5a21b2148b4a6171c0c3d4d83cf7d6f18fa83
SHA512: f124a60be611ebfdbec4b7d004a76d5054d99e43067c4c575713fcbb303d797219ddaee75414baa257cb92cbc6095d3fe034cc641eecf2b0d41153f10a38fc1f
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: 1657
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: libvpx
Version: 1.12.0-1+apertis0bv2024dev3b1
Depends: vpx-tools (= 1.12.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libv/libvpx/vpx-tools-dbgsym_1.12.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 1505404
MD5sum: 7b973fe8ad6e16a3615eea082b7d236d
SHA1: c8a502e678b71be2f4d3c01af86bb314538711cc
SHA256: 45015101b286f88676b82079ed945f95206be6f84f11eab1deaf4a4e78104048
SHA512: 924e83f9797e5f23b1af0457ec0fc1f3ef20d2046d52cf3119d73b246bd24391ba511ccd8e2191ee650b198cf1c01064a31698c12d1ec38d87a67faaf48a9fa3
Description: debug symbols for vpx-tools
Auto-Built-Package: debug-symbols
Build-Ids: 7a9b7b66910f064ccdb9afb434e53d11612c731d f9c00a5d838ff4be8ce66c40121d374f2773e97f

Package: wavpack
Priority: optional
Section: sound
Installed-Size: 314
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Version: 5.6.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libwavpack1 (>= 5.0.0)
Filename: pool/target/w/wavpack/wavpack_5.6.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 113112
MD5sum: 68c014d66a09fdc907f87efd8a7a90d9
SHA1: 525c43d6c3fd39afbef471b3582c3f2a72bf2064
SHA256: f670b25b028c07321d700b68451364b9592f8d3e06e715c8695df0fd93ef90e2
SHA512: 07a506aab8f78245aac469d1e8db1b8bd80d0f45b4bac4a543dbf3cf4e8b7ec272e7572cfefd75e90b77c0ce8f60a40abdfedc87b287f44e0540dd7d988d1d76
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: 283
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: amd64
Source: wavpack
Version: 5.6.0-1+apertis0bv2024dev3b1
Depends: wavpack (= 5.6.0-1+apertis0bv2024dev3b1)
Filename: pool/target/w/wavpack/wavpack-dbgsym_5.6.0-1+apertis0bv2024dev3b1_amd64.deb
Size: 234196
MD5sum: a7858f6cd7a999f36ae1d8e0e0f00a08
SHA1: 093ea6b8f3122c9fe3e28a0c9765b7bc8833aac2
SHA256: cfda6a8961cc47e06ce4a91d3aef9cdddfc5354b092c7be744ce1fe050a660e9
SHA512: 85850104f0e541531b49fd914d615d97139508268abc60c9e45e13e3dfefbc403f26c69e87af3a8396dfaf3343354aeab31e406c6a00383366e429f4c4d7c61f
Description: debug symbols for wavpack
Auto-Built-Package: debug-symbols
Build-Ids: 0c93832780fcbcaa2065fb6b03fd27b0c4614f70 16329b64ddf1377fd82dda323132133aa0cf032e 4259a14b159fc2a8d917c4d4b13e3680c75b6fac d440908b7d1c94600667e4a1985af02c493b06b7

Package: webkit2gtk-driver
Priority: optional
Section: web
Installed-Size: 2132
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libwebkit2gtk-4.1-0 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), libatomic1 (>= 4.8), libc6 (>= 2.34), libgcc-s1 (>= 7), libglib2.0-0 (>= 2.65.1), libicu72 (>= 72.1~rc-1~), libsoup-3.0-0 (>= 3.0.3), libstdc++6 (>= 12), libsystemd0
Filename: pool/target/w/webkit2gtk/webkit2gtk-driver_2.40.3-2~deb12u1+apertis2bv2024dev3b1_amd64.deb
Size: 787020
MD5sum: c4dca4be34a97677080b7e049524d984
SHA1: b01828746cdea1971be1ae7986987020e58365dc
SHA256: 36615bf334ea8ea6a13d1cb39cc1d330c95401b517e3d431dd8c33521760f947
SHA512: bcc686c516ed7f244c0c2fe3f1437590ba32206c0dbbf55a0a621aeeadc7b4d89888767618721ed615a76ceda35729c2571f2f69dbde694a3212340880c0ecf0
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: 2431
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: webkit2gtk-driver (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/webkit2gtk-driver-dbgsym_2.40.3-2~deb12u1+apertis2bv2024dev3b1_amd64.deb
Size: 1967968
MD5sum: 652d7471777a021432be56a31fd599d5
SHA1: 6cd8343f25350c8870de0e9c50d673cbb69ebd6a
SHA256: 6d624090dbea94ffddefbc3a45a54f234a094dcdd73dc37fdeebf151db0a5fd5
SHA512: 900f540cd4f97159384eaf00d4e1cd076d9d91371c2767121ac6edba06a2bd984415d2004391989cda0c2c9d210b1be73252750e38c60bf9b22c759d5e8979ab
Description: debug symbols for webkit2gtk-driver
Auto-Built-Package: debug-symbols
Build-Ids: 0c0a0df930959da33d2c254bb90aa6257e0e0dfd

Package: webp
Priority: optional
Section: graphics
Installed-Size: 399
Maintainer: Jeff Breidenbach <jab@debian.org>
Architecture: amd64
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_amd64.deb
Size: 174592
MD5sum: cc523befe22f9a76fcf55764d3f974bb
SHA1: 1e1a6acb510f32e43ee1dcc7a6383d61a0eed6d4
SHA256: ea6e62571de90282369363b37dc150d5ef75c9d16a917b3490b9ce7bd8aecb2f
SHA512: 7998cc3017765f32f03946d8115f4e045ced9f3795b7c8de7ecf9a50d33087a6fb4cebcebf4ff3845a45958beee38a30cc792eadb1709ec9ea1f14470d903f37
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: 346
Maintainer: Jeff Breidenbach <jab@debian.org>
Architecture: amd64
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_amd64.deb
Size: 272588
MD5sum: 7e314d1d9c687bdaeec24752e7aebe0e
SHA1: 8a0f1ba5a577f5c2a52f07b5e3d75ebf2bb74896
SHA256: 8d25d4aef13ba0a8f8bb00ebf8e5af5706be2999841e8c07b6c38b8255398990
SHA512: d575918d0dce0d81245c7a80506e3a72d9d65cc617d564b4c4b41f408f80233c87bac2d69aee85b1d3d4cbb456945bbe5b0344830c08f9130e4e224be7bdf275
Description: debug symbols for webp
Auto-Built-Package: debug-symbols
Build-Ids: 10c119e5923f96d420385b244421cda8c0d220d3 19bd626f1547eea8bb3ccca97dc06305f79c5c1f a2825fe9c6184b5852eb8825833f1f29812800ec bf111d7f764924e4c804e24e91259036e393c493 d8459dc6095154f904e1602df36b33591608fea8 df9c0a11bb79ca4d7dfcf65e581d5b03eeebb046 f44cfcc9b3f0e748e16adc79964e7ddcea5ae72f

Package: weston
Priority: optional
Section: x11
Installed-Size: 4305
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Version: 10.0.1-1+apertis1bv2024dev3b1
Replaces: libweston-8-dev
Depends: adduser, libc6 (>= 2.34), libcairo2 (>= 1.10.0), libcolord2 (>= 1.4.3), libdrm2 (>= 2.4.107), libegl1, libevdev2 (>= 0.9.1), libgbm1 (>= 21.1.0), libgles2, libglib2.0-0 (>= 2.31.8), libinput10 (>= 1.4.0), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpixman-1-0 (>= 0.30.0), libpng16-16 (>= 1.6.2-1), libsystemd0, libudev1 (>= 183), libwayland-client0 (>= 1.20.0), libwayland-cursor0 (>= 1.18.0), libwayland-egl1 (>= 1.18.0), libwayland-server0 (>= 1.18.0), libwebp7 (>= 1.2.4), libweston-10-0 (>= 10.0.0), libxkbcommon0 (>= 0.5.0)
Recommends: libgl1-mesa-dri
Conflicts: libweston-8-dev
Breaks: libweston-8-dev
Filename: pool/target/w/weston/weston_10.0.1-1+apertis1bv2024dev3b1_amd64.deb
Size: 852764
MD5sum: b365d7ef7f7bf973b855ab4e0b9bf55b
SHA1: db44545960b28be6d1b5b8f7cdfdaed267083c16
SHA256: 42b4cded051b9e7fde8c058148a841353d41508d7740d1c8e71e6fc9f20007b9
SHA512: 7bfc471de707678fb2ff6c9932e911d446856a71379e3f33f16bf57d1cfad5328afee7ef259a1d14157eb45c53f4b446dbddc98c9c78a6f43bcf7bdfa86d3a8e
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: 5752
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Source: weston
Version: 10.0.1-1+apertis1bv2024dev3b1
Depends: weston (= 10.0.1-1+apertis1bv2024dev3b1)
Filename: pool/target/w/weston/weston-dbgsym_10.0.1-1+apertis1bv2024dev3b1_amd64.deb
Size: 4701636
MD5sum: e33118bc265395bbbea0df27df103cc0
SHA1: 2fb49f9112b64d606ba6f6990f554b5cdc8919c8
SHA256: 8fd1d70be6109dbd568f1bf7596658a6b4988ae6782b90b59ffcd5b5599bde24
SHA512: 9e024c5d863ee330bd4cb6fd163a96d065f596d9ae1e48deefd77881351a69391ea248afa67471dcfed823ecb156e0d957e191a6256e5415aa1525cb36a32fe8
Description: debug symbols for weston
Auto-Built-Package: debug-symbols
Build-Ids: 029e0a9565d6be2ccf7150308e44a6c9159c413a 02d20325b40fa2f2428c04ece47866f51686caba 03af061457f8c46fea22ea78c06d7a0e22f0dec6 0f45f0ad5784e892da3bc76551ba42b583bde060 0f99fe9b2c6a57ade04e1f0155427c26384507a1 105e6eec93daaa4054e8c802a727d986a1bbed7b 1706abeb146477288443d7b7ae367b546eb2c341 1ab570c6fb1558ca283cd3e18a4019ae6a67ce6c 1abc1b79326a34abe937990b0f9737ccd1dab501 1f86a1ab49c24b2efa0ef97cc0ea1650840efdb4 3be501c46bbe1191ec95f46bd4d72e260bced650 3f91b96d9835dea9c702545eaf73bfbd5b5fbfcc 453ea435830578be7b7da7be16b3add8962aa823 467a18f0960c8b9a77e34d44c75ec876c2364abe 5267c0bad9be8581f1f9bf542200e07b2f98f67d 5428b1b8697943864eb13cc9a92f6d04aad7e389 5bd1fe51c8401a4e0771427ebc7c13a3a94e9f9a 5f5735959d01b4b1316269b539534f82cf1d2a23 686c7c81b158c7ae14fb80f679a2f4544e7db706 6d504b6944dfaeb9e56b91a798dcff73c8a7a709 7591aa7c74780b9d1751d0a972254d574d1c8a4d 8ca948d6a20f15878bdd775c213572db1d43c6ad 8d29b7283a0adf6ba92527f6b054b6352e0da4a9 8eea86da7a5faebda58c4ed1967b607b0be66ffd 9059e13d717f5f9d3b6047688f59a6dd937ca22b 90b80d354aada68caacd609bfdc244380cb8e121 91056a200de59a25940a224f6778eb6223f690ea 91601caf3a3651143df754b8c92db41b02db559d 9b23e3bffc6bf60242987c172956228f30789c9a 9f7a9d9c4a7366f0e74760d1bdb14340b055d47f ab0a069bc3cd489da6266c905d70c8e0f30d9420 ab94c050ebae7f6418d88e372f6befbdac422cd4 aeaa38eaf3bb3089a0d4832ea952b0cba9ce8a61 b007c2504ff008e1b9a93d94d941bbb4863effc6 ba3753ce20c2c47035b36add5736e9ac2a6a8b26 ca28ef2b4f81216a6e529823dbd8c97455e60cf2 ce8fe48e60ff065266536f81a3bd67ded16312d5 cefb8523d6bfab7bf257510da36ce6b3f5f54d4b d2f56ca21eb2c05997470cb595e2d829025292d9 d5d13db33a8ff12f41189129d985b0baf619dcff d7d5a4937f136027d9cd8f6c75af8b91476b5d4b d8960c6f9453fa5ca2994d613ae404c5969c3d55 daa2fcd4b47ddaa5104a4b905a4c989ab3d94eb4 db69012fcc172f1807ecab618df52e2008a7931f db9c08fa6491106236e1d5d4532072da1b94ffbd ff0933330119e5c87a4da67f550dede5d4a348d8 ffea12435cb56a12c2c5fdc14284f091d85c0006

Package: whiptail
Priority: optional
Section: utils
Installed-Size: 59
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: amd64
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_amd64.deb
Size: 24448
MD5sum: 13e4b075c3af72d29e4422148c7511b1
SHA1: c06d7ee4073c789b05a959d4fe7a19ef9d9a5ba9
SHA256: e76ec1ffda3468ff3faf55457bfc0576a056e497070ddaf81babd021f9c1b0d4
SHA512: 2e785e1f623152424f2874a891771e4fec1bd5b0ef02377508a06efa840a1ba8420a60ad7cc994994d95915f443f1b363e4c1423a826fbfe66fc0d07fe89ff19
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: 43
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: amd64
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_amd64.deb
Size: 27272
MD5sum: ba3f794da8aba851218cd9c7ba814e09
SHA1: d97f6eafceade971af771d0fd5a1628dd6ad650c
SHA256: 6f928e895531f4e92014bf8406eaa10a2ff47749b024e1ec47d9f667224eca93
SHA512: d491154c7067a8976602d4cf9463ab5da6330040aa9c306571d38ecec5e494e361080a6b29790a8c8ffa286918676c75080a96e60f8e843f2c32d09383795713
Description: debug symbols for whiptail
Auto-Built-Package: debug-symbols
Build-Ids: 00f071574c7b2fcf53c812e525f1089f2f2a8b13

Package: wireless-regdb
Priority: optional
Section: net
Installed-Size: 34
Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
Architecture: all
Version: 2022.06.06-1+apertis0bv2024dev3b1
Filename: pool/target/w/wireless-regdb/wireless-regdb_2022.06.06-1+apertis0bv2024dev3b1_all.deb
Size: 10632
MD5sum: 7ebb6ef696728d0aaa5ab8cdbde74de1
SHA1: 23c2c0f7e9141ea9f409b892949292e7cecb147e
SHA256: c1296b890d8700f4de1b18296c0588131437013a142e195564e780ba47d1fd60
SHA512: b5b8c21af1793050b4b05727d4be5c81ed6cccf96d2ad49eaec0ef7e0e9e151d11aa9065e72a296983d5f3ffd19f426034003520a857fd0de2610a8a7067d808
Description: wireless regulatory database for Linux
 This package provides a machine-readable database of legal
 regulations on radio emissions that affect use of wireless networking.
 The Linux kernel and drivers use this to maintain compliance with
 those regulations.
Homepage: https://wireless.wiki.kernel.org/en/developers/regulatory/wireless-regdb
Multi-Arch: foreign

Package: wireplumber
Priority: optional
Section: video
Installed-Size: 511
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: amd64
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_amd64.deb
Size: 83032
MD5sum: 7bb4cb79cdc95388b7d6fc8ccf974cbf
SHA1: d0cfa67820ef4eeb77edd708c3113676bae10634
SHA256: 4b78d810da5b26aabc0aa5edabf2c4fef94aefa63a1526dfe3c715a66b9c55cc
SHA512: 27b83b9e834a88fe0516920118c70081c45a24ee59f4b695bf1d60264fbe1c0c2fe85e8f26fed75bd5c9dbc40fc789d2d6204b63bb7f4a26b4f87e2386f5d290
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: 109
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: amd64
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_amd64.deb
Size: 69620
MD5sum: 3ebcfbc9ab8f7bc8a270d96336170dfe
SHA1: 671cbaed98f5bc83371537f2bee4cbb7da27487f
SHA256: ed674368247293eccd2bde7245f553c942f7ad54037ed4ccd44ba2f95b3aaf5b
SHA512: bbd6304a738d208edfbe134213474417f2adafc0ff80f8051fdf5c5cb885970137c3ae56a4cd0a78a24c4b3350d1c1971eb15f6f15b129bcfd3e6709b6d549f5
Description: debug symbols for wireplumber
Auto-Built-Package: debug-symbols
Build-Ids: 11764b3b9b33343c1a87c57ef29afb7fd25e810b 69a7730e7120afbc4ea1df9e51a9461b3ebe7802 718c2f6235df1b1efdcf875e60f3dcc59d64273f

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: 73
Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 12024
MD5sum: 01547b3625d73212eb4d8a1588d58800
SHA1: 944975e04c6cc854ab7be38fa08f8285ee50d180
SHA256: 120ddd821f93b41807fd71301b6436a8e567a7b3109dbd954d6de7a078432e08
SHA512: 77faa18f1c12e0017859492eee18df53949f7afc51bddc28af41a6def66d4409761ef3e38a78870e164f19a71d0835b83b831cafc6de75b8163d5977b54605b7
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: 140
Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 108984
MD5sum: 95f90d31f9b00106395c05e7aefc6047
SHA1: c3ebd0a70b935efc7dd4290b8baad99228d6bec6
SHA256: 68076f52fced57198960c3b4bd840ac2139df6828d669870ee1e314b6c8063a7
SHA512: 055e3207f47a7fab59829986940cc2ce7ba73eb18a50a7829f8ae914879c39460bd02541ab31810dad7623be2168eaca70504c915faae89e18b51a6ecff6dc8c
Description: debug symbols for woff2
Auto-Built-Package: debug-symbols
Build-Ids: 156c8c759be3f5287a082adb990b63e16d5656cc 7295f2378abb72c3c6b4e457ba80864efa57751b da602b4be51a53e41c129d462d4b0ec04d65e4a1

Package: wpasupplicant
Priority: optional
Section: net
Installed-Size: 3889
Maintainer: Debian wpasupplicant Maintainers <wpa@packages.debian.org>
Architecture: amd64
Source: wpa
Version: 2:2.10-12+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libnl-3-200 (>= 3.2.21), libnl-genl-3-200 (>= 3.2.7), libnl-route-3-200 (>= 3.4.0), libpcsclite1 (>= 1.0.0), libssl3 (>= 3.0.0), adduser
Suggests: wpagui, libengine-pkcs11-openssl
Breaks: network-manager (<< 1.36.4-2~)
Filename: pool/target/w/wpa/wpasupplicant_2.10-12+apertis1bv2024dev3b1_amd64.deb
Size: 1430048
MD5sum: c19c4859371b02dbbed8883df85e52c6
SHA1: 4cc4f228cd3bef45b78e34b1d6f8de31ec315c40
SHA256: 23c67fb5d85ef1654b270852c8ea6b59d0c2272adea20900930b18f445c98883
SHA512: dcab455d0fadbcf02c43ebcd9be80ace3124d2c53f36b13a27a71c792e0f3b355ca27524493f75d93189da19632211db81eb908d98de501ed014d1f431f3510e
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: 4854
Maintainer: Debian wpasupplicant Maintainers <wpa@packages.debian.org>
Architecture: amd64
Source: wpa
Version: 2:2.10-12+apertis1bv2024dev3b1
Depends: wpasupplicant (= 2:2.10-12+apertis1bv2024dev3b1)
Filename: pool/target/w/wpa/wpasupplicant-dbgsym_2.10-12+apertis1bv2024dev3b1_amd64.deb
Size: 4607208
MD5sum: 00ba218f39b38143cd80d0244010d6db
SHA1: 129d6e7a449774c650fdc236271c9493afe147a9
SHA256: 26388611f11e75f541434ee6a05fe8d0bb6f24472a6ea621093abbf2a480a910
SHA512: 77b6762d3c0f6c6923071b97520b64de9726c9a381801b7ae796d81f77211581f27b1ab5914afa25eeafd73cd8c01be1ae168b780fd5f119a458804d95ddbf65
Description: debug symbols for wpasupplicant
Auto-Built-Package: debug-symbols
Build-Ids: 5fa993995739b4b24f33931b2f8a990584856700 a5c72b80fa6a7bc7b355acee8979e0422a006d30 c098de2fc49fffcb33d12e6a8b9d4f4deae88510

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: 699
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 195372
MD5sum: 760889b0e5ce308fdbbc4b52575c47ab
SHA1: 8784de5080a89029acd7b0a1d0c481b2c991a192
SHA256: 7186ff2c508c9a6c0fcd377c3da60064e7aa53cd4d6933ba33903e309744339d
SHA512: 3b0de00013f09bec30044a18cad279651f4df185c23893b839d40d163bd8725779804d163af9c882097b83f77f05bf63ce3d475c504368d3c551a2814c339e04
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: 567
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 406312
MD5sum: 06d20aa4101f59723d17135e8746c6a8
SHA1: 26dc5b8947a68a68d0ee4cc07b1f390ddebac01d
SHA256: 2d63c6e98e623f5c50626d4dafff7fa33abf90a82cada3ada12719e06d3592b6
SHA512: 2a4bb00db7e95c7655713f31ab3ce42227827a9b5ac90959cc45fd4fde9493f5f6fc230ed6cab9f696d4fbb81efd9d06eb2c7c50bda136b8a40cabbb1b8974db
Description: debug symbols for x11-utils
Auto-Built-Package: debug-symbols
Build-Ids: 0cf0d37e5eda2fd8995be6dc2718012a5db3344c 302c1259cd2fdd6ab000873708c6e8129f1630dd 386c21c376edc156a88dbcc61c4225a01d61fc4f 3d948cd985e1349c677eb2952d5089693235fc27 5008501a724b63114f0aca0aad4445309a74ffb6 718ff48d2ed10518565085d4794f83035e2ccf7f 76cd5d8ad1962fb26b38d916b0a393fe791fb1bd 7a74bbfb1be2ff14167f3bd981ad869545b2b3b8 87cf72278f7f43f0e8f0beb7f9d0085f9bf336dc a79474ac4bfb1d8c5cfa20436797ab086ec0b783 bfbf187f21b70bbceda1f9eba6c1fb346734cec0 c44531d2701fa7afd1e14cdd5efcc037f2328b2d d1a63fdb2dab2f290b819e630df09086f579ef90 d9e3010834a5bddcb2dddd30d1cc31d530203a4c dacc921ceadfb311c158a155cf904eef32b92e6f ecd8cdd5aa7a88a7720621e0064a93b5f9948e3d f7ca3b66826f5254b437b56f5384cb6bf994a6b8 fd8b31184ce293165ed628b42f8260592334a762

Package: x11-xkb-utils
Priority: optional
Section: x11
Installed-Size: 489
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 159324
MD5sum: cb26525dc2f04d98061a18654c36b795
SHA1: 5a69be08e5b39d498e98c160b69d8e927da3c974
SHA256: 21b1c632a450d6a331815bd0780d22baad395f0fd46ab5ebf014ba1e4a14b577
SHA512: 6b0c2dc7c82d59efff2fbbab1c07a4a13363bfb6c9192303272d78ac6c1227128812740f62165280d39564e336fdc9e9d2d09a196172253ea827a880701abad3
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: 422
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 351376
MD5sum: b05a8d2bcfa6ef78f73afbb8283d68f0
SHA1: 7c9c9c7706e303181339523991e77ab4d2f36c6a
SHA256: 1e20094f72265daffd18feea688539dbeaf13e893236b8d4857a42d1fc833992
SHA512: 21620990ef364d260ef95f16d92460a7f0a6623f6856c5a590eaa53e791d24a29c785a2eddc322525c089335cc296f9d8a75a1fbe439933ecd215d738619c09b
Description: debug symbols for x11-xkb-utils
Auto-Built-Package: debug-symbols
Build-Ids: 08e97b7f7578cd6afa3d0cbb472e72cbf618b40a 0ffaf85dba36b8243293acd4f61f69b59fb6fd9f 4668e8504e68b1e4dd0cd5d2d85a4003ed92c148 52311b0bcd6a3c6e0f1dce183a047f92a94c052a 5828e8c476a0fd991b25c707aa9522bf8ff47c49 7b788e8c68cddf107f25bb91df213225af7ea4a5 a0cef92330aa7e342f90ccf923216aa6013498e8

Package: x11proto-core-dev
Priority: optional
Section: oldlibs
Installed-Size: 11
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis0bv2024dev2b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-core-dev_2022.1-1+apertis0bv2024dev2b1_all.deb
Size: 3568
MD5sum: ad3994d98e7e84d51d22ba22f57542fa
SHA1: 749f80c81f2ed05b69542b70e33782baee89b24b
SHA256: 3329c2645cb11821589b75f3b1eb7d65a0ccf2e73e46e5436a8dcbbac6e464d9
SHA512: b4a176924e11364e162624b950b29f27df44a2000adc91b06e47e4c37f8ac2d4ad2b99fbb569bea76163dc4884279edb85ea668c1f09a73ea62ceb8a74283d12
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: x11proto-dev
Priority: optional
Section: x11
Installed-Size: 1680
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis0bv2024dev2b1
Replaces: x11proto-core-dev (<< 2018.3), x11proto-dri2-dev (<< 2018.3), x11proto-fonts-dev (<< 2018.3), x11proto-gl-dev (<< 2018.3), x11proto-input-dev (<< 2018.3), x11proto-kb-dev (<< 2018.3), x11proto-present-dev (<< 2018.3), x11proto-randr-dev (<< 2018.3), x11proto-record-dev (<< 2018.3), x11proto-render-dev (<< 2:2018.3), x11proto-scrnsaver-dev (<< 2018.3), x11proto-video-dev (<< 2018.3), x11proto-xext-dev (<< 2018.3), x11proto-xf86dga-dev (<< 2018.3), x11proto-xf86dri-dev (<< 2018.3), x11proto-xf86vidmode-dev (<< 2018.3), x11proto-xinerama-dev (<< 2018.3)
Provides: x11proto-core-dev (= 2022.1-1+apertis0bv2024dev2b1), x11proto-dri2-dev (= 2022.1-1+apertis0bv2024dev2b1), x11proto-fonts-dev (= 2022.1-1+apertis0bv2024dev2b1), x11proto-gl-dev (= 2022.1-1+apertis0bv2024dev2b1), x11proto-input-dev (= 2022.1-1+apertis0bv2024dev2b1), x11proto-kb-dev (= 2022.1-1+apertis0bv2024dev2b1), x11proto-present-dev (= 2022.1-1+apertis0bv2024dev2b1), x11proto-randr-dev (= 2022.1-1+apertis0bv2024dev2b1), x11proto-record-dev (= 2022.1-1+apertis0bv2024dev2b1), x11proto-render-dev (= 2022.1-1+apertis0bv2024dev2b1), x11proto-scrnsaver-dev (= 2022.1-1+apertis0bv2024dev2b1), x11proto-video-dev (= 2022.1-1+apertis0bv2024dev2b1), x11proto-xext-dev (= 2022.1-1+apertis0bv2024dev2b1), x11proto-xf86dga-dev (= 2022.1-1+apertis0bv2024dev2b1), x11proto-xf86dri-dev (= 2022.1-1+apertis0bv2024dev2b1), x11proto-xf86vidmode-dev (= 2022.1-1+apertis0bv2024dev2b1), x11proto-xinerama-dev (= 2022.1-1+apertis0bv2024dev2b1)
Depends: xorg-sgml-doctools (>= 1:1.5)
Breaks: x11proto-core-dev (<< 2018.3), x11proto-dri2-dev (<< 2018.3), x11proto-fonts-dev (<< 2018.3), x11proto-gl-dev (<< 2018.3), x11proto-input-dev (<< 2018.3), x11proto-kb-dev (<< 2018.3), x11proto-present-dev (<< 2018.3), x11proto-randr-dev (<< 2018.3), x11proto-record-dev (<< 2018.3), x11proto-render-dev (<< 2:2018.3), x11proto-scrnsaver-dev (<< 2018.3), x11proto-video-dev (<< 2018.3), x11proto-xext-dev (<< 2018.3), x11proto-xf86dga-dev (<< 2018.3), x11proto-xf86dri-dev (<< 2018.3), x11proto-xf86vidmode-dev (<< 2018.3), x11proto-xinerama-dev (<< 2018.3)
Filename: pool/target/x/xorgproto/x11proto-dev_2022.1-1+apertis0bv2024dev2b1_all.deb
Size: 598876
MD5sum: e7a23e3e1ce1b32647d07cce555d1500
SHA1: 2ee4e446c2c91f1938d6fe0d9b5ce632240d8e0c
SHA256: e648bd2ea00aae7a8a5cb27bbfc3a599271aec2035774366c8ff8bd1a6f2f7ea
SHA512: 400d39d1a682c32bd777690e4e89ac4db9ab93f417be33278d7cd860c9f6dfa4d5827b7261b7aec9f03e81be70c5562b6b48ec230b66df24b85ffca0f424f1df
Description: X11 extension protocols and auxiliary headers
 This package provides development headers describing the wire protocol
 for the X11 core and extension protocols, and also provides a number of
 utility headers, used to abstract OS-specific functions.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This package is built from the X.org xorgproto module.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: x11proto-dri2-dev
Priority: optional
Section: oldlibs
Installed-Size: 11
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis0bv2024dev2b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-dri2-dev_2022.1-1+apertis0bv2024dev2b1_all.deb
Size: 3576
MD5sum: 5e529d905c50e0860fac507a129d66de
SHA1: 7ac419000043bbac518252605e7a05677f545aa2
SHA256: 47233f3d952a8406829a8bcc30f37f1df218ae217a0e59bce8c0add7f9941b0c
SHA512: 2d90fa7d16867c3491f8038495b2930e0741c1ab8628401ac71eb25f0adf150a4a506738d00fa83040150043c46b6e036c617e5962a8663e9a95480a8ebc9b85
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: x11proto-fonts-dev
Priority: optional
Section: oldlibs
Installed-Size: 11
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis0bv2024dev2b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-fonts-dev_2022.1-1+apertis0bv2024dev2b1_all.deb
Size: 3572
MD5sum: 1c28aad3ff79b33bf8ab9e30446b5b1e
SHA1: bd0eac1c15c9aacb41b128bfb8df149b14a5c865
SHA256: 38ecdf563b6a1c97dfaef4b0961376dce19dd997210f408ec9d806023e0c50fc
SHA512: 44b4aad4e7461ff5f0a48bfda4329e1c42e975d68ec2613b9904a230e728faf1fd86085c52255fb4867bdbcd765fa73e9919a5d38e851cbd9ad053dd4c429e90
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: x11proto-gl-dev
Priority: optional
Section: oldlibs
Installed-Size: 11
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis0bv2024dev2b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-gl-dev_2022.1-1+apertis0bv2024dev2b1_all.deb
Size: 3572
MD5sum: f4623c99587883e2aa6e3385c9cb62c8
SHA1: 53e4d3109dca0b4d88d0a855d0a725468fb720ef
SHA256: 8edfaba0303eb6b5d990509463a186c90d9729cdced2c49a2db73491583bc9f3
SHA512: 13b82268449affca10b55a5d9019c1a6522b09e2dfc78c72394a75464156d5133b845dd70285856d721da4a4d138bec9b6750e4d24bc8f3f0d6d4381bd7b8967
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: x11proto-input-dev
Priority: optional
Section: oldlibs
Installed-Size: 11
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis0bv2024dev2b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-input-dev_2022.1-1+apertis0bv2024dev2b1_all.deb
Size: 3576
MD5sum: fa45bd1701ba3fa0f87323c6f2447aad
SHA1: 7495296ce395ec1f9d61ee6095e2b740f0013dee
SHA256: 145b6bc84d41ad9cc48cc85272476dad4140e97cad54e6388372d0366f76aa2a
SHA512: 75a4a878620a98daeaa943e6e80598b894a7898c5c8ae684af20f54cda993eb045adc4cef0f346da4b6532497340516515fb4b2fc009aa5ec65feaa896c32197
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: x11proto-kb-dev
Priority: optional
Section: oldlibs
Installed-Size: 11
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis0bv2024dev2b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-kb-dev_2022.1-1+apertis0bv2024dev2b1_all.deb
Size: 3572
MD5sum: c3f09a5c8c7593bc0fcb22f9fc09a59f
SHA1: 6078477117b7036249c5775f06d31a3fc5c02616
SHA256: c8a55e94d2fa59e2b51875b350c2a5e6842b37c1706a8ff43580673a3436633c
SHA512: 1fa64938d21f8e4251b1a2203340e6a1c586e2877df4b55f0b6c09fa4f96b0d681ad6e8b7e4555963cc00d20f67973d1f12358a51bcc2f76aedfa826f802f423
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: x11proto-present-dev
Priority: optional
Section: oldlibs
Installed-Size: 11
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis0bv2024dev2b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-present-dev_2022.1-1+apertis0bv2024dev2b1_all.deb
Size: 3576
MD5sum: a558091ddfa3269b64d861a093b3c331
SHA1: e7b154549732ac5634e57011fd8b1ab2a1b050a0
SHA256: 5fbc68a6b4493665625cb34e1315af32c48f77c445aaf9274f6b54d5b6497419
SHA512: bdde9f7b07fd82a77186970c31eece675046dc6853c2dcb578272234a4c599bfd9ef126aca8b29143638be6ca89f8a5aad05d24f1b0732a4f5d98aafa5bd4521
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: x11proto-randr-dev
Priority: optional
Section: oldlibs
Installed-Size: 11
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis0bv2024dev2b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-randr-dev_2022.1-1+apertis0bv2024dev2b1_all.deb
Size: 3572
MD5sum: 81606abd1e6ef45909824116389a436a
SHA1: bfc2ccdd4c8377a7ce34f36f0439fa7ee177cf52
SHA256: ae71e455ef8702764753ea69055c278ed220afe694fcbb6cbc1ff53a8f1590aa
SHA512: 25e00eb8af3d6086ef16a88b7d9f3b7f028200edd652276d1c620f8d407c4311dee430884571431a450c368c843c0233264a221a466a1a88c0b50185b2780713
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: x11proto-record-dev
Priority: optional
Section: oldlibs
Installed-Size: 11
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis0bv2024dev2b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-record-dev_2022.1-1+apertis0bv2024dev2b1_all.deb
Size: 3580
MD5sum: df0c49d55d53be34bf505c27e6c444b0
SHA1: 32f244d8782c83dd847aa45b266b14ceacf9b133
SHA256: 132f3147361d060f1e21098038932ea2e0f4f800f354cd623c09f776d3780fb4
SHA512: cbf790ae2082355a6254d8c9343cd34bdce563602a15536c91bbb83718c3def895f9533266ea28bb1bddf708dfa08f987c08e4a575df828f57a1a3482eb96514
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: x11proto-render-dev
Priority: optional
Section: oldlibs
Installed-Size: 11
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto (2022.1-1+apertis0bv2024dev2b1)
Version: 2:2022.1-1+apertis0bv2024dev2b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-render-dev_2022.1-1+apertis0bv2024dev2b1_all.deb
Size: 3588
MD5sum: a6ffb4946c35c8e9ce5899f8ef37aec7
SHA1: 38ad01d31005715c60e0f1dd2bc777669c1e8c2b
SHA256: 03fed3cd91bbe901ef8dfaf09b3b76d8d055bbcc969e220bd6cc1f9d39e52c4b
SHA512: b0517ba05f1fbfb5287d219aa13540594c8b4c1285e62d4eb7062d044232997ecb0b2f199d467ced831689e29422bba81a53b9b3df65eff9d3020c9193deab89
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: x11proto-scrnsaver-dev
Priority: optional
Section: oldlibs
Installed-Size: 11
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis0bv2024dev2b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-scrnsaver-dev_2022.1-1+apertis0bv2024dev2b1_all.deb
Size: 3580
MD5sum: 065a68fff1cb288c2d5213d4ec3a2bd5
SHA1: cb58e6b98a27764dcdbdacfdee662500b965452f
SHA256: 32cb6c4a2416f56f99a370238ce691514f3b7d8bd14cf6ba121eb44e2a9a848c
SHA512: 286839512bcb53809034aa8c69a0b28a2eedf5fc1a8dfeffb6dddec9ae26c9126556c382c5c9363071576316f4f10b9ae597ccbe8b95ac18350dc96a22856801
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: x11proto-video-dev
Priority: optional
Section: oldlibs
Installed-Size: 11
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis0bv2024dev2b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-video-dev_2022.1-1+apertis0bv2024dev2b1_all.deb
Size: 3580
MD5sum: 28a1b54fcdec709c20b2cd5f36cc72bc
SHA1: cc3d5ca1795e205cd4388b0ab1994232d74967c4
SHA256: ca53ec7018bdfb2c8485066f8cf90c9b2bbde16b33d69df6a8a78a429e917c53
SHA512: 69c1df07468a3015e33976d495b54bece14ab8ec9b502f8483ba04d53f39053341d36fbaeb42639a2849ff06901d2eaca76228d56ffb7f886bf227dcf7a250a4
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: x11proto-xext-dev
Priority: optional
Section: oldlibs
Installed-Size: 11
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis0bv2024dev2b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-xext-dev_2022.1-1+apertis0bv2024dev2b1_all.deb
Size: 3568
MD5sum: 73d367a8f62efa64fc3c650fdb652918
SHA1: aff60492eb5d9d68f3cdb9f644026972183170f2
SHA256: 850919b6810b1a86e7f70bce9d0e50dd9e2c2f84a06907ae93119c587d82a829
SHA512: da42d32f5d15b7b6d17e2d489ee4a0a88379330caccfe8721286402304eac2766a90947f1d60d5c88ace67da6903b26ed4b7cbea576fb35f9092378048acba04
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: x11proto-xf86dga-dev
Priority: optional
Section: oldlibs
Installed-Size: 11
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis0bv2024dev2b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-xf86dga-dev_2022.1-1+apertis0bv2024dev2b1_all.deb
Size: 3572
MD5sum: c0cf59a8aaa7d6bfb3f1733f1b66738a
SHA1: 252c2e1ba84754b810bf8b77080d3477208ab59a
SHA256: 2e6444cd376f2a19e64ca671b3332cc6ba82a53b8dcd7039fb46cf100b0e8c3d
SHA512: a078bbdcd5eb064ca839e75bead061c91054daabf3b08b72610b90ab4acd739d8f9ae3af0df3565c9a2b6dd8f9c0383ac74fde720707c145a16d3b916464df5d
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: x11proto-xf86dri-dev
Priority: optional
Section: oldlibs
Installed-Size: 11
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis0bv2024dev2b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-xf86dri-dev_2022.1-1+apertis0bv2024dev2b1_all.deb
Size: 3576
MD5sum: c64e5ba4b9a2e6b0f08a9cd0d74d28ab
SHA1: 2b514e19a82d861724417a6e5078f2ba1098683f
SHA256: 99c5bba89b287a57d230ba960428c028642eae8a25eb6421b4056cc0d8ed4867
SHA512: 302b5aa42a33d4496188fa269580e3fcb0d8fb47f74809f662d57d8aa53933a6ced68c9f517f5dc0de13d627357232245c5985da57caba472d3dfd65a7e83a04
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: x11proto-xf86vidmode-dev
Priority: optional
Section: oldlibs
Installed-Size: 11
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis0bv2024dev2b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-xf86vidmode-dev_2022.1-1+apertis0bv2024dev2b1_all.deb
Size: 3576
MD5sum: 177f2dfc44f565ffe447af46c0baece8
SHA1: 1c2ef312beeee32a278aa326a493001fcc302a97
SHA256: f330c8a15370a8a58339cc2db785acc216e959b8d949e0e1239189e6fc97c0f1
SHA512: 486c11910a556388447f4f5a99ca092b076f5b3e06349b4495f9481f231c1e8a13c47acc940d6f883cdc4d0ecc0bca6d4bea197a0a02a269d67d188a2e97c15a
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: x11proto-xinerama-dev
Priority: optional
Section: oldlibs
Installed-Size: 11
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis0bv2024dev2b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-xinerama-dev_2022.1-1+apertis0bv2024dev2b1_all.deb
Size: 3580
MD5sum: 255e17a4c5ec9ad4ba1daf256d05e719
SHA1: f61fbb4b4549f1eb67191c27c8316b43130a0f4e
SHA256: f09df4ca8804c38bec0a7110156bebfe9d75f262137a61655bca0cf6d5ead4a3
SHA512: 0a3753e21bdb224d6111046a6333a2860a5503cde1f01c03e7c5e24cf83297ab1de53368d3e9b48afb9bdf24f88959843f110bccd2a3d4823018d9c15bb1532b
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: xauth
Priority: optional
Section: x11
Installed-Size: 81
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 35964
MD5sum: 0ea9bf4486c2ba6fac638d2adf2b195c
SHA1: f97234df8b54552e856a7b185177304c1dce798a
SHA256: cf269b08dc4b77ae87ce23102e516339e8ce60bd1180a0558427ff35afda41a0
SHA512: 7accd61fe9029d858c0fa2e482e8f3e22350b5c0379dab6ade2c4aa857fc0813d7e43929cb520f543abbf7641d7cf9dcc30290c283217b6da16c48c54a6c2380
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: 62
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 46516
MD5sum: 30ced5977c5303f5d58264e1b46dc5b9
SHA1: 6bab498c5f4fc50011f9ed67f7888bb18f481f66
SHA256: 377834bf26372c93e262cccdacd843fe3343955917822f82eaf85d8e79bf26dc
SHA512: f9c4f1edab9323a10fb101a2b1993eafed273178913baddf708816f5bfa6d8795122d7f2ad7feb7ea1c0022bfb216e68d52a2be04919e4db9f55e00c5f04b816
Description: debug symbols for xauth
Auto-Built-Package: debug-symbols
Build-Ids: b5d8f3bad7e3313645421059296a137f5e51d78a

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: 30
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 7932
MD5sum: d7e2b20366f97aec8906c89a38a7b43b
SHA1: 0dcbeeb6e981b0bf8a0a07507899f425c5dd053b
SHA256: 5d46c226defecb9e36e7a61d41b92b3cd386626a95492f01cfdf92d5c95cb7b8
SHA512: eeb543c4d231564b4c91b65cfcb26d59c76102977689b983360c92332965a1f36c76335870ace1fb5a17223d6f72e254345942f10141e505ea79b5fcc6d2bcad
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: 22
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 8764
MD5sum: 46ea3f816601a9466f914a1a780db867
SHA1: f1b2736f0311b4eb9d7cbcc7694ef1edaa94ec02
SHA256: 68dbfc340654092333053456d009d7f7544c1c1d3326130ffb1b6fb7bbeb7ba0
SHA512: 3b4867f33164e1558742f108d21a2bf43cd28fa1f293e9c062b355b83c6bc5b613848d0b8f23d09f13f274a7ccbf52266b66ee12e90a93c4d40f331236e6e950
Description: debug symbols for xcvt
Auto-Built-Package: debug-symbols
Build-Ids: 423e60b5fbae1ac6768d69719f3597494dc54782

Package: xdg-dbus-proxy
Priority: optional
Section: admin
Installed-Size: 71
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Version: 0.1.4-3+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.39.4)
Filename: pool/target/x/xdg-dbus-proxy/xdg-dbus-proxy_0.1.4-3+apertis0bv2024dev3b1_amd64.deb
Size: 24204
MD5sum: 77f0955efaa6ac69a6244c42e7d1d764
SHA1: 8dbb8f59b3976496bf44d3413c14747baf9d4529
SHA256: 96d669b9de3e523417bec32a93122f5b1b81abf13d75f255c625be9fb79e96fb
SHA512: 3a6b7161f30e76785a7ca62a8d2e8d2bfe7ae960852946b568e01a0c830dc984bee2fff5d852d506aa214151b98ea0c2411154645788f5997caca09bb147d3e4
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: amd64
Source: xdg-dbus-proxy
Version: 0.1.4-3+apertis0bv2024dev3b1
Depends: xdg-dbus-proxy (= 0.1.4-3+apertis0bv2024dev3b1)
Filename: pool/target/x/xdg-dbus-proxy/xdg-dbus-proxy-dbgsym_0.1.4-3+apertis0bv2024dev3b1_amd64.deb
Size: 60428
MD5sum: a2c2cf5671d498e3bcc111cf8d781487
SHA1: c3c1e133cdef1d18c7b0c2f6ffc7a323490196aa
SHA256: fc041c5a3377ab421463ea8ad0f1edfe013380855301a011f699b669e1a52d5e
SHA512: e83b41f7103cb6aab2c4fed957913e595f78232f317903d3494d409429abb8709f4bb9bfc550b450af00120c967cf727332fd4b514bf20ba00fd623af12c816b
Description: debug symbols for xdg-dbus-proxy
Auto-Built-Package: debug-symbols
Build-Ids: 6afa4e9c709df0dc6ce41f358491dc2854e6a867

Package: xdg-dbus-proxy-tests
Priority: optional
Section: admin
Installed-Size: 39
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: xdg-dbus-proxy
Version: 0.1.4-3+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.39.4), dbus-daemon, xdg-dbus-proxy
Recommends: gnome-desktop-testing
Filename: pool/target/x/xdg-dbus-proxy/xdg-dbus-proxy-tests_0.1.4-3+apertis0bv2024dev3b1_amd64.deb
Size: 8832
MD5sum: 1a197739f80ecbbe20627e324a76da7b
SHA1: 7c4cb67b84190472f4b8a4a8384cf330aa97f983
SHA256: dd0d092826c3f90c0c48ef9f54ab8060d5cc8f61e9de18743de8e26139499152
SHA512: 965de115ef6a95671890fd4403b2ec7562f141b4564b5c84be2ad93ff13ccceb0d74215625ce080e5dd8891e960cae06be89c830a74e11bdf69a58b9ef55b198
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: 26
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: xdg-dbus-proxy
Version: 0.1.4-3+apertis0bv2024dev3b1
Depends: xdg-dbus-proxy-tests (= 0.1.4-3+apertis0bv2024dev3b1)
Filename: pool/target/x/xdg-dbus-proxy/xdg-dbus-proxy-tests-dbgsym_0.1.4-3+apertis0bv2024dev3b1_amd64.deb
Size: 11456
MD5sum: ce0cc85031c0a0027ab94aa8f9c2358f
SHA1: fe9ebda1191e6e6ebf28af407940e4a72b41863b
SHA256: 7b55291d42cb56fa7f2e8530f393f7baa1f298bf314511f6917b3dcbdbbca855
SHA512: 2d93061619549946d7410d0f5aabd50b6a06f49496fd2fa302446e5b8841abf17a57604ec0d5f9073728ac8885a4685dd6f5100633ce496660cc3fd2c6575465
Description: debug symbols for xdg-dbus-proxy-tests
Auto-Built-Package: debug-symbols
Build-Ids: b6022cb440e41c7a5d8c52bf1a6e4dde3adadfde

Package: xdg-desktop-portal
Priority: optional
Section: admin
Installed-Size: 1745
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Version: 1.16.0-2+apertis2bv2024dev2b1
Replaces: flatpak (<< 0.10.4-1~)
Depends: bubblewrap, default-dbus-session-bus | dbus-session-bus, fuse3, init-system-helpers (>= 1.52), libc6 (>= 2.34), libfuse3-3 (>= 3.12.0), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.70.0), libjson-glib-1.0-0 (>= 1.5.2), libpipewire-0.3-0 (>= 0.3.10), libsystemd0
Breaks: flatpak (<< 0.10.4-1~)
Filename: pool/target/x/xdg-desktop-portal/xdg-desktop-portal_1.16.0-2+apertis2bv2024dev2b1_amd64.deb
Size: 325928
MD5sum: 2ca2f253ffdfe2a52e9a796bdf8df7fa
SHA1: 906ce5859af5e9f21312f1d5e1d582cabf7c9e68
SHA256: 61364e65d551080ecafd3b4c2045b8b36a43af61230b052adc4729432efb0a6f
SHA512: bd5350ab9eea5d372ecd0432c5770d02d6b59e529cca244edcd32470c850ee3b87bb83b27db602ebf0408dfeae10bab635669141d553add4a065b44579662b1e
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: 1925
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: xdg-desktop-portal
Version: 1.16.0-2+apertis2bv2024dev2b1
Depends: xdg-desktop-portal (= 1.16.0-2+apertis2bv2024dev2b1)
Filename: pool/target/x/xdg-desktop-portal/xdg-desktop-portal-dbgsym_1.16.0-2+apertis2bv2024dev2b1_amd64.deb
Size: 1477652
MD5sum: dff6d441e7316fd42463aa91d90b366a
SHA1: 1acfc756a9a07e98149cd43e214605b37206e9b7
SHA256: c42b8c3c6e9be9ea54de1da2ae946a4a02bd4dae05deaf90d05e4b0cd2d22ab6
SHA512: 4f77185b9c4b07c5651772a1f3b35625ade0619c3f58dde259302340f887e213c637e0daaadaf8483701820071845d393e4cbf21b08b55d3ef57423d87ada247
Description: debug symbols for xdg-desktop-portal
Auto-Built-Package: debug-symbols
Build-Ids: 51f7ccc8b3ae02949d56ca191d715a9edb19e6d8 ba1a25caa7ea1a3ffff501314edc5f37aa69f96a d1c9f5e7b1a914ce0de809d39fe29bd9c1aefd2f e6605519e5f7c17e90e3178f7af38b6c153dc2ff ea1b2b0b29097f96c2c4b579853edb530a3ee736

Package: xdg-desktop-portal-dev
Priority: optional
Section: admin
Installed-Size: 836
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: all
Source: xdg-desktop-portal
Version: 1.16.0-2+apertis2bv2024dev2b1
Replaces: libflatpak-dev (<< 0.10.4-1~), xdg-desktop-portal (<< 0.5-2~)
Breaks: libflatpak-dev (<< 0.10.4-1~), xdg-desktop-portal (<< 0.5-2~)
Filename: pool/target/x/xdg-desktop-portal/xdg-desktop-portal-dev_1.16.0-2+apertis2bv2024dev2b1_all.deb
Size: 66964
MD5sum: 51d0f7f0fe36c46b7122e15491508991
SHA1: 216282b88a28fc4899021ddd22ef83b65a12b537
SHA256: a63df66373d4fc84afd3c3173be1efb0cd4629b14145954c66c754d1be91bb24
SHA512: 04116951bf79ba4173371566d664705821a2e41b4ef1a0a1d4fc6c07cad4e23bf5a967c62f986b7fa502f34b15d1c4253f460887f76de4e342631ca342a99928
Description: desktop integration portal - development files
 xdg-desktop-portal provides a portal frontend service for Flatpak, Snap,
 and possibly other desktop containment/sandboxing frameworks. This service
 is made available to the sandboxed application, and provides mediated
 D-Bus interfaces for file access, URI opening, printing and similar
 desktop integration features. See the xdg-desktop-portal package's
 description for more details.
 .
 This package contains development files for backends such as
 xdg-desktop-portal-gtk.
Homepage: https://github.com/flatpak/xdg-desktop-portal
Multi-Arch: foreign

Package: xdg-desktop-portal-tests
Priority: optional
Section: admin
Installed-Size: 1741
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: xdg-desktop-portal
Version: 1.16.0-2+apertis2bv2024dev2b1
Depends: dbus-daemon, libcap2-bin, pipewire (>= 0.3.10), procps, python3, python3-gi, xdg-desktop-portal, libc6 (>= 2.34), libfuse3-3 (>= 3.2.3), libglib2.0-0 (>= 2.67.1), libjson-glib-1.0-0 (>= 1.5.2), libsystemd0
Filename: pool/target/x/xdg-desktop-portal/xdg-desktop-portal-tests_1.16.0-2+apertis2bv2024dev2b1_amd64.deb
Size: 284084
MD5sum: a9c6b77bd47f8656b1d3ac34759c9959
SHA1: 3abe90b8d331058181eede75ec750d1be093a0ad
SHA256: 3cc79d04a4adc7e35b3fbaf953da888507e06c20d85a1e654a607767ba31413e
SHA512: 22e2b0693d0012c7b58ced150b394abb7372e8190a105b2b75975765a2e8e110f114a9469a039da5365b1ab9668902aaea0ed2543396af343bd8051cd4b51141
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: 1965
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: xdg-desktop-portal
Version: 1.16.0-2+apertis2bv2024dev2b1
Depends: xdg-desktop-portal-tests (= 1.16.0-2+apertis2bv2024dev2b1)
Filename: pool/target/x/xdg-desktop-portal/xdg-desktop-portal-tests-dbgsym_1.16.0-2+apertis2bv2024dev2b1_amd64.deb
Size: 1394236
MD5sum: 2c7eb58437e6d34edd7b2c4483a1b3b5
SHA1: 26aa3209fc35e3372fbd02366387072a86ce540e
SHA256: abd40a59cf5556f444df4d828e75f731659456955d1f1ebc0896b18c0356a1bb
SHA512: cff0822ad40e0bb545f2675a05823c5c87c29895292a38a9e472d46a4304d01a76b9c2ee971842e2252f47f39c7b71dedab09a2d0e214aee10e877b1ea7bed47
Description: debug symbols for xdg-desktop-portal-tests
Auto-Built-Package: debug-symbols
Build-Ids: 3517a62e69680f0926a2c0994a364bce200d11ec 353a8061e11a65b94af7d6b79d46f3f2c9b51995 471da2756b68d01c83dc8649852f3619de9e2c41 737ba5ec069e4125960fbc455cfb28e181a616d6 7806a0a7d52d33416365296a68c8eeff1a1302ac 8764a3db21bc160e66f0586fb81ab98b50aa170e

Package: xdg-user-dirs
Priority: optional
Section: utils
Installed-Size: 377
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Version: 0.18-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/x/xdg-user-dirs/xdg-user-dirs_0.18-1+apertis0bv2024dev3b1_amd64.deb
Size: 53708
MD5sum: a69517ef1aff9b02a07a5efd8741595d
SHA1: 3fcc568f004aba3a827d8a806a885458e9ebc7f4
SHA256: 8520bb3d918ddd12055aba9f9b0f139e02bac58b3ed47bd0cd320eab29301123
SHA512: 9a4d1e8294270e1f3b8ba192576e9a8e574bbeed5311557ac02b5f6d53c978cc39b39ba30f11145e2f28dc1c2dd16d244b3c993ad4a5b9453b3e538e074be262
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: 39
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 24484
MD5sum: 8b1a2f19d4405995655c700f852c5a77
SHA1: 0fefba64e9b029a4e95a2318cdc1b61f420ddf8a
SHA256: 26e8febfd76e2e5624d4cd0af9195ccfefef806d777bd37018d5ce129d79c9dc
SHA512: 2eb4b734e257eaa3e47055c22740cf5ffa4b6a6b1fcdc6eba13bc8f8be584c95199ba13242876aebbddb4aebbf5073601673d54d42dac9ff55ac80dfa6fa8d4a
Description: debug symbols for xdg-user-dirs
Auto-Built-Package: debug-symbols
Build-Ids: 7d1fff73ac6ba24d1a2afd34f02af51cb90b66b5

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: 80
Maintainer: Debian QA Group <packages@qa.debian.org>
Architecture: amd64
Version: 0.5-4+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libxml2 (>= 2.7.4)
Filename: pool/target/x/xml2/xml2_0.5-4+apertis1bv2024dev2b1_amd64.deb
Size: 13044
MD5sum: 547fe83e4b38ae80b93a6768e7948386
SHA1: eb5a53393de1789dd3bbdc4450df7eb0625f90ea
SHA256: b1a4b6797975bfc20e7170ee28616cbb8f9206ab2c8b7748addbeb91f2f19f44
SHA512: dde928a8920f06fdb65408d89c151927a1ee571c0b54a90df794191977e22f77ec7ef1a4b9ec05de5cbf90cd56d3fd8a5b8512a63f0c43ee9b58e26d974263e0
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: 70
Maintainer: Debian QA Group <packages@qa.debian.org>
Architecture: amd64
Source: xml2
Version: 0.5-4+apertis1bv2024dev2b1
Depends: xml2 (= 0.5-4+apertis1bv2024dev2b1)
Filename: pool/target/x/xml2/xml2-dbgsym_0.5-4+apertis1bv2024dev2b1_amd64.deb
Size: 31856
MD5sum: 4919bad7b50c5b8c1bf67b3dc5359e75
SHA1: d77eb19aef03ab41959132f49d5190a9877a11fa
SHA256: 8ebcc559b410289d4a9f931c54af492a074ed4a4b0d1f4ac069f59296a040997
SHA512: 73ca57af514f7e35f67d1f40a482f2ed651cd78ef13151a37142106100d28cd2057b9a1b4f7072c04b706437f2b377e22629ffc5744f2765cad1a2af2d7b0289
Description: debug symbols for xml2
Auto-Built-Package: debug-symbols
Build-Ids: bbb3145223351f9fb795d4e75313211b06f4a25e d39c866ce2361d640b1f0471995a6625299f4d1a e15bfeab37f2cd313092454ee4b09bd6d63c8db8 e4e402b54a2c7eb183ad97a8e1ca9b4443cbe32b

Package: xnest
Priority: optional
Section: x11
Installed-Size: 4018
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 3025952
MD5sum: b7b183110372d5d652a9768e50b930f9
SHA1: 8d25bdd956d93058664d81730f5e9e08098f70d2
SHA256: 48452203bca86dda4b09f1144edf6547be1d90fc1abbe0f659512beb9cd5ca21
SHA512: 2107c6318f71fd48a298b17d87d05b58b07d989c9305d8b45312379eb640c5910863cf0934174aea74c769b21c8d8cfd5699c6d12b7994e4c689b0e8c413f8bc
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: 2808
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 2680584
MD5sum: 925415d10dbad928d4f24213118f1050
SHA1: 80751b296e89292648ea6780eadcc20f10f7d989
SHA256: a4180f55913f3b8799df9a1392c70fde1d5b709921f682dd481e305b65dfd62c
SHA512: 95cf9cede1b79f64967e36b3cf3ce539ed008fe7cc7b5173042f1aa0b01f9c7c653afbb7f5c57f1aafcf67ef666069d0af273cebd01e519814a1555d3e58434e
Description: debug symbols for xnest
Auto-Built-Package: debug-symbols
Build-Ids: d7955c17fa19c1ab90c751335554312d40c9dc1d

Package: xorg
Priority: optional
Section: x11
Installed-Size: 19
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 4332
MD5sum: c700378d29a908f778e1a869e7a3b568
SHA1: 32eee5054065a280e2b2f7e0e11f7ebfe8e64c9a
SHA256: 136e00cfad793e6ae228e4ae951fdc0369d702133916d4a61a537dde9ae5c776
SHA512: 6aa5bb2169d54f8311d6efad506a44e09880db0d472ee0cc016761163942a54b68be639640ac01b3f6162f72a341e45aa689ba421aa78a4b4370a08a324cef12
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: 94
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 37476
MD5sum: 12479f6ba3e794705c5c26bb6e40245a
SHA1: 9b1679724ddc1af82357d220883521be723cdb16
SHA256: af949622e945659518934a59b8331114d62898339278725f7e3b12a5f5fc6e6a
SHA512: 8090ef1b20056a35a637922d8a69f671c34efa10f93110633d5fce61079c627279c7fb4ddae8e1dea2fbf154c7504453a499e831a99f93a9cf45790c8f30d316
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: 77
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 55248
MD5sum: 2ea814bf337c28019468636cee322dd8
SHA1: ceceef7cd2a1dba61d8733f01add5dc164bb0559
SHA256: 06f0934de4b52eb99e5840d050da029752489eb68377a47834387f9324078126
SHA512: eae0a52bc538baaac32ef04bdb6edeae436867c8d82df29723b957b53da890a0477b608e89ff502b3af67fc3aaa059b2b2e120588372fd4cbd3a52c8be15521d
Description: debug symbols for xpmutils
Auto-Built-Package: debug-symbols
Build-Ids: 432eba6d3140384ec9edd09297a508fd35b5f289 fc5b57a75f9995449f04c3fa1f12e419940a76cf

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: 4831
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 3305984
MD5sum: 701972242c0f665b657ca519e14b260f
SHA1: 092b0814a38f0729cff36d36d21c1d087b08bbc6
SHA256: 5d42031443830ab55e75791ead331a2ad2982ca65fb8f683ac823eaa279bd68c
SHA512: fc4a570bc6cf7768a814e2acb5e3a7fb7c05a6459f85783e3c1af2209ab9381dd38585fa4d5d54442d10e3b1a40473576a03a507215410c5c908ac206c1512db
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: 4166
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 3953296
MD5sum: da1ea6de368b13d605438539aea1c3dd
SHA1: 9fa9a496cf617b08a6cbefe17e06ed13ae3087d2
SHA256: e7e748b476be0b6efdd4c1f6d348c3521e16e12879d0618d4ffe476eb3e66331
SHA512: 992a5e59fd503dc7d2892cc42b53757036d34e9082e4ac13c7407aa1d1fb15001005adedb69ac53a8aeb2d9d90e6c3d3d1df30dd12b56b7d604417e13b01f12b
Description: debug symbols for xserver-xephyr
Auto-Built-Package: debug-symbols
Build-Ids: 153dc29b3cd2c8f518fd6f4607bd6d3518b3cfa5

Package: xserver-xorg
Priority: optional
Section: x11
Installed-Size: 205
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 59340
MD5sum: 442725a005df0da771a99188988f3672
SHA1: b33b284e9749410dda3dbf9926a31a2579d81080
SHA256: b890537b8609b5654906fee14e0f6f0d1fcf4d04f9eddb1ef4dd34254240c5c3
SHA512: f6212c263a4d49947450625b43811ad5a33f4d095911a49d84bf8e82ddcf8d1aa3b94c4e9d569c3c78b43b61f9c7859f33f1ae9a65b43e78904de9374f04fba0
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: 6175
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 3734044
MD5sum: b06f62aa727e3c75d8189bef79882061
SHA1: 6f83eec8525ca195662c687461f10ff83377a49d
SHA256: efa410d399dcd34f13fd5aa342b1702809d4a973943bfa04cae8f962236e9b1d
SHA512: 52b28c157c7e7dd1b83fdb5e80c118634137122631e77af3a764e3344e78a8c0d96e847c1ba36f82f9e7bcd2b73585efbae9b95240d44ccdab369bdc148a0861
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: 6162
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 5800548
MD5sum: 2615df8ace38a5cc8ff269d6c358f1b7
SHA1: 03932a2bcc00260fc6cb03d0ca148baaa9200edb
SHA256: 1c688f169a1803757112218fe2aba6aabf135e70da1f1bb6c4b70bb6563e4a98
SHA512: 48325b782376321b67453fd066909114ed7922a25fb39026070e9e88a78d3c947334bf7642a215d1c9c46ff198f2ab1d9065fe16f036b20e1137f00dbe345209
Description: debug symbols for xserver-xorg-core
Auto-Built-Package: debug-symbols
Build-Ids: 06f5a65a26cd6eb28be257ce49b1a69dabedfbaf 20dc5a437e71d3d5143c4742f660601ade14788d 2297c4a3eb8db619f9a9a555cc62ceda4eecbb2b 2bcbb144de528e2a7c52715a744f34d1ab247692 36fd6a7680863797d2ed5e9941935d3d7d37e7d7 54b8c63697a164bf5f36657c3fdc4b6a004047c0 6093d1f2d6a030ff4784a4d2886daf2bd373029a 92fc25a38eaaf2c0be60312f47518fa58c24c743 99efa4b79d7e54fa1d63161db3c90b9e10eebc5b ae0ed1dcfdafe393f8cedb1ee8f4bf3542fd8c52 cabb92292cce904f9ad4cd5b06c5c158cde1e253 f24d4de8e1750608eed150353a54fb9bd77872f0 f8a5c111086138e89bdb29f73663bc173be7a508

Package: xserver-xorg-dev
Priority: optional
Section: x11
Installed-Size: 3639
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 2565012
MD5sum: 22045a6fb5e0b58d4fdb8551d4d938ac
SHA1: 5987b01d7464331ef3e903be8603b0558053bfdb
SHA256: 79de192ee68af2c23e7cedfcbd94f180ed1b5b89f7494d1085306b25e45606ff
SHA512: 6410ecab549c6832344d864289abb683685ea44b073b78856b3c6cc5c6acaacbffb41a001a8253bfcd5672ba809c374e36ba0fb45508820ae0f14dc1683423bf
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: amd64
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_amd64.deb
Size: 3860
MD5sum: eebf5026f0e8c5a63a1d65e38d31795b
SHA1: 2e3ffe8394433f04269e01e7751a0ac4b06d43ab
SHA256: af2863f7faa34db51e98512cc96c74f1a260be5cf35f7d5a8e2d7817424f0857
SHA512: 2d2c325ea27c032a04169a6676e3c3cbe29f74b06fbcf7674b1a8ae407283ba0ab4f94fd7910c1a058f32e510b8e0985b7079b99152e2192a5ffedc0b881b744
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: amd64
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_amd64.deb
Size: 116600
MD5sum: a01007171010f55da32041381c952f74
SHA1: 089bf68de7a299b7fc371d5a16031d410523cdc9
SHA256: 46cc4d2ac31415150b2f626f5e95aa9ea56284467336913846eb8618b83cd90e
SHA512: 1a30a9a7e6a22a59ba61f599fb57ee037eb8d3fb4d0e0a536879187dcd712cf7837e2107fca6b24f1867b1c003f742268e5f4b1a656b214ea29b49eeac956dd8
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: amd64
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_amd64.deb
Size: 84692
MD5sum: 54e9cbdaa3cfae84909d9a0197dfd968
SHA1: 0ee99ea248dd6bc3c6c9a83214ab1d63132edc72
SHA256: bf601854a36b4068038ed831f6d1267a48919c2c86e7e91eb1c406c04d2a3d84
SHA512: ae6e10f77461d70cbdd4c8b45a47ea671f4239257b8e913256251052112e94f51bd289ff476b685e2ad0088ce9c07d3ef09cf0d5599fd9b6167306e24743950e
Description: debug symbols for xserver-xorg-input-evdev
Auto-Built-Package: debug-symbols
Build-Ids: db7283e34c4d139efa329c6b2153e070519224b8

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: 2487
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 2399196
MD5sum: b19253c0a348f8eec86b313811e33599
SHA1: 0fab63413537583dd01dd0ce824e096ce9bf000c
SHA256: f5e039758c9fea21155afc35d2a62f1d709ddcfb1d79ee0ea206cdf641a464d3
SHA512: 1bc15ed4f3f40ce375fd1320291695429236aa497db08da293310304b018b012a317d04448156a124890beee24ca9b5ca42d0dfb8af38ab2a5a731dffd8ae17c
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: 23
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 8916
MD5sum: e2b676d64adf8363054af52f4fc7480b
SHA1: fe61b26e540a53ae55d6cb144aa4287815f01f8e
SHA256: 470fc65af82dfbd56141b11b30e9f3730f658646bf23677d09fcca2d3f84d1ba
SHA512: 04eecc697039045cf22f0fbcd581911849f56028e49c2bc83001802ccb7695833a0f918cc04849cf7271bf2f2e3409f0313367b3860ecb5213a1cb7d8a7c1706
Description: debug symbols for xserver-xorg-legacy
Auto-Built-Package: debug-symbols
Build-Ids: 9369dd61a30e6a5d923a3d17b87e1fe1fbc87440

Package: xserver-xorg-video-all
Priority: optional
Section: x11
Installed-Size: 13
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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, xserver-xorg-video-vmware
Recommends: xserver-xorg-video-intel, xserver-xorg-video-qxl
Conflicts: xserver-xorg-driver-all
Filename: pool/target/x/xorg/xserver-xorg-video-all_7.7+23+apertis0bv2024dev2b1_amd64.deb
Size: 3920
MD5sum: 09e82a8f27773aa8aeef2e194445e737
SHA1: 67a4d1e91792ea827ab91bf9295cbacf16e88346
SHA256: 9a56c2daa9387509ee10c753daed939bab34de1e86f649837b0f64692455c6d8
SHA512: 3077248ea9570f150b58c2bbeab14601d3d3a9817c63af362e32dd08259effd8499965534994956259038858ca5f63ecde067e14788e7c1f505e4245116acf98
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: 156
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
Architecture: amd64
Source: libxslt
Version: 1.1.35-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25)
Filename: pool/target/libx/libxslt/xsltproc_1.1.35-1+apertis0bv2024dev3b1_amd64.deb
Size: 118228
MD5sum: e22c94e6343ecf54dfbd3332c5b23fd7
SHA1: fb621c000c2275875fc0d9e1fa04b59cd47f5ab1
SHA256: 4a5d9acfa5efb6239572881abe433e119186c400c5f0a0ad74f964eb0fe9bb19
SHA512: d72d70513157647eb7e344939c4ab9eb70aa5cc1e23bd26e54e26ee88f6bc293c40941f952db2cd7915145323f7e08a7632c2890b8631657ff96c5fe442775ae
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: 46
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 29664
MD5sum: c1cd175a0ceae9b1d5c94bc115b0cd67
SHA1: 56731cf16c70d93fb95922064297fac8ff872a7f
SHA256: e225b78af7e6bd6390dc8dd99d2043711923bdc9cc1691fe35bd311effa81b71
SHA512: 9ce2fe5315b7518dbd4f262f5811afa13a5e67098901946bbc7b587caf09eb7c71a7c0893a5925fc1ba4dff48b42098516e06b9ad0dec6d0fe4543c075970c3b
Description: debug symbols for xsltproc
Auto-Built-Package: debug-symbols
Build-Ids: b071d11a9280cf444f874037675a2d1c19519a13

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: 4458
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 3164612
MD5sum: 3ed9716e580f62d3481d9caef560a951
SHA1: a67ee21728bddb7139f1885e35dd9519b696ab4d
SHA256: b1925aadfbe28b728cd107dcba6209fc5e06f4d0096db380bcbff9ce4b6ec8b9
SHA512: 90c8f1b3687f7eafe57c17a7e5cd7185e2d16c387a697184b15f100203b77fe08954d7544d824cda6c54b87a458e5b363263e53e539a6cbb56a0bf1f35ca6d25
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: 3444
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
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_amd64.deb
Size: 3266476
MD5sum: cf05171b39bb6599ce44b06dd5358526
SHA1: c10f36e1c73baf253e6878bcebeb35e0386044a0
SHA256: de5dc5c654b20440058d0f0aa3ae307146841bd437adf42dceb2301429f803b2
SHA512: 16bef180789ec81fdea9d1c5c3be8bd77890b50dd060f7d98e785cc09ef3e6eafc1fe24e36f78f27397fbda57f3e6c93c6dc5697dbe156961bf6987d055f9329
Description: debug symbols for xvfb
Auto-Built-Package: debug-symbols
Build-Ids: 624a8dcfde797be0d13a228381230ddc2ad4ead5

Package: xxd
Priority: optional
Section: editors
Installed-Size: 141
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: amd64
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b3
Replaces: vim-common (<< 2:7.4.2347-1~)
Depends: libc6 (>= 2.34)
Breaks: vim-common (<< 2:7.4.2347-1~)
Filename: pool/target/v/vim/xxd_9.0.1378-2+apertis1bv2024dev3b3_amd64.deb
Size: 89292
MD5sum: 5601f6882a88ba3f585154900f67f9d8
SHA1: 869d08857890d076493d4cf748cdaead30aee598
SHA256: ad06fd511db5a36ba7359e91e1eb8d2665281d65094d5c9fdf26772a2c657a44
SHA512: 5e904d82ea21319474964ac209ff196af6811f1b836415272e301caac195e1e3a40f6d3409d1adc645e8958b0836c84d0988d3526fface7c11e6df19c1550884
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: 29
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: amd64
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b3
Depends: xxd (= 2:9.0.1378-2+apertis1bv2024dev3b3)
Filename: pool/target/v/vim/xxd-dbgsym_9.0.1378-2+apertis1bv2024dev3b3_amd64.deb
Size: 15096
MD5sum: eab6648309bdac5d13e2e2467fbda5a3
SHA1: 036d88b5be92ee1df88c28d1afa545c915dc2c0a
SHA256: 35fafd6dc157829ff1fd634c76d75c227c454666ed8bc2d960658417f0c861c5
SHA512: 11b7db06b2b9c26d639fbb70e223197832fedbd4991ce758d5177dd193558564dab08f043c81d518aac96a951eb492d53cfb485ecb42e1b67a2d241c8fe6c5d7
Description: debug symbols for xxd
Auto-Built-Package: debug-symbols
Build-Ids: d071b6d184a4de226ab8275fa3106d7679960c76

Package: xxhash
Priority: optional
Section: utils
Installed-Size: 131
Maintainer: Josue Ortega <josue@debian.org>
Architecture: amd64
Version: 0.8.1-1+apertis0bv2024dev3b1
Depends: libxxhash0 (>= 0.8.1-1+apertis0bv2024dev3b1), libc6 (>= 2.34)
Filename: pool/target/x/xxhash/xxhash_0.8.1-1+apertis0bv2024dev3b1_amd64.deb
Size: 42084
MD5sum: 4fb5afaf4117f2f470f22c53bf79ea2c
SHA1: 1ab4216c0e7e0d72b758e8df83e7dabd33889045
SHA256: fe10a76b78dd2192443b8b451890aa3031a56878db13a4e05cc6643e9b2f1a42
SHA512: 492abc686ba230abdaa3fe9cb0698f5579c335d4bd07027db9a6c8916d2cf0343c5ddd76407742ec9e5b4cc7b3bd8c8c6ddb705e8032e38ada53279e50ac6769
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: 343
Maintainer: Josue Ortega <josue@debian.org>
Architecture: amd64
Source: xxhash
Version: 0.8.1-1+apertis0bv2024dev3b1
Depends: xxhash (= 0.8.1-1+apertis0bv2024dev3b1)
Filename: pool/target/x/xxhash/xxhash-dbgsym_0.8.1-1+apertis0bv2024dev3b1_amd64.deb
Size: 329748
MD5sum: 30b13c626910385d1b6a625704ed7458
SHA1: 346d6c682f1d0aa19c915693911b1873890ec280
SHA256: 53113cbbf9ceac9b34e493374b4235a6579a66f7674d8725d30fd3bb8896c3b0
SHA512: bab3c9aac4af62da1d9c0595abd51085ec1ec8bc9bc4535326ea677104477ea2bfc792fffcf7d0653bce499a73a69f068558bebc1b51b8530bf9bf7b5ed362a2
Description: debug symbols for xxhash
Auto-Built-Package: debug-symbols
Build-Ids: 74e39d887f4ac90323777e6c1e97571bb7b3357c

Package: xz-utils
Priority: standard
Section: utils
Installed-Size: 1230
Maintainer: Jonathan Nieder <jrnieder@gmail.com>
Architecture: amd64
Version: 5.4.1-0.2+apertis0bv2024dev3b1
Replaces: lzip (<< 1.8~rc2), manpages-de (<< 4.17.0-2~bpo11+1), manpages-fr (<< 4.17.0-2~bpo11+1), xz-lzma
Provides: lzma
Depends: libc6 (>= 2.34), liblzma5 (>= 5.4.0)
Conflicts: lzma (<< 9.22-1), xz-lzma
Breaks: lzip (<< 1.8~rc2), manpages-de (<< 4.17.0-2~bpo11+1), manpages-fr (<< 4.17.0-2~bpo11+1)
Filename: pool/target/x/xz-utils/xz-utils_5.4.1-0.2+apertis0bv2024dev3b1_amd64.deb
Size: 473180
MD5sum: 00cd824fb4e04ac5eb287a8c37c6cb8a
SHA1: cf998584422ea2512983fd63bd6ca939d0f15a3c
SHA256: d6e0161e13f128980c2437f97dab28f9fc13f01f780e92a6cf44f46943cfb9fb
SHA512: f76d9d39c0a0e3459695a9d3e02a646068949b9b5dfb9441ca2cf364985c8f6126f52050d51aa6eb152ef8f31f58a40ebaa42daf621af58ac91dd9c474041c0e
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: 121
Maintainer: Jonathan Nieder <jrnieder@gmail.com>
Architecture: amd64
Source: xz-utils
Version: 5.4.1-0.2+apertis0bv2024dev3b1
Depends: xz-utils (= 5.4.1-0.2+apertis0bv2024dev3b1)
Filename: pool/target/x/xz-utils/xz-utils-dbgsym_5.4.1-0.2+apertis0bv2024dev3b1_amd64.deb
Size: 90024
MD5sum: cf53e8831e954d905f5f81342e4b5aab
SHA1: c8465ef464b01fbbe38c05151cdb0a85f494a4d1
SHA256: 84734daff3b7de383be1c952c657207df37a20a89ac8581f8b09e45017bb7bb9
SHA512: a872fdbfdc39eb850c0bbce23a3f2471c363e10e1180b7d122a67b6c65fc140792a466f86125cd6ca4c86879ef7e83dfa8f39d6c1ab99ff9e266bb7d2a659dd7
Description: debug symbols for xz-utils
Auto-Built-Package: debug-symbols
Build-Ids: 34e5bf32c4b31305fef5ae3effddeece61c08cd8 9cbbd2e0ef1799c94807625f4e03b2add8fc1024

Package: xzdec
Priority: optional
Section: utils
Installed-Size: 253
Maintainer: Jonathan Nieder <jrnieder@gmail.com>
Architecture: amd64
Source: xz-utils
Version: 5.4.1-0.2+apertis0bv2024dev3b1
Replaces: xz-lzma (<< 4.999.9beta+20091004-1)
Depends: libc6 (>= 2.34)
Suggests: xz-utils
Breaks: xz-lzma (<< 4.999.9beta+20091004-1)
Filename: pool/target/x/xz-utils/xzdec_5.4.1-0.2+apertis0bv2024dev3b1_amd64.deb
Size: 160392
MD5sum: e49d2761fbda93d3bbcdfbe299f870ce
SHA1: e28e17c8f86ba45181f15f917189b325f99ce593
SHA256: 055c52bdf6e242c288041ef6a5379e5fffa25c08af0e0708f9122ef34a5d16ce
SHA512: 0f68d1900283dcb05755a1c097367e580bac29db4b004dd7abcbbdf34ed74e6a2329166cd6d6675f51a1fd99455d44c37b6ae1a66f0e8b476daae17f4c60755f
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: 153
Maintainer: Jonathan Nieder <jrnieder@gmail.com>
Architecture: amd64
Source: xz-utils
Version: 5.4.1-0.2+apertis0bv2024dev3b1
Depends: xzdec (= 5.4.1-0.2+apertis0bv2024dev3b1)
Filename: pool/target/x/xz-utils/xzdec-dbgsym_5.4.1-0.2+apertis0bv2024dev3b1_amd64.deb
Size: 124164
MD5sum: 7b91c9b4830df431ddbb0eecafe69f9f
SHA1: 066965b82b38bbaa7cc97f2d63143d82a02991aa
SHA256: 3ed397c69936c13cf39ff8ab970548a82241619e5b9e2a050145a762adcc30e7
SHA512: 60fca22776854263edf719af59f551819894802d8d65f7ccc83597f40fe995afc6be25aa551cd07c3a2cbf1c7d6a65803d056ce02c116db2180a43b6c375c793
Description: debug symbols for xzdec
Auto-Built-Package: debug-symbols
Build-Ids: 273daa05b87d98e2f8641f7bad65584d8f73b9f1 c0e9ba724feb482f987098862b90e52e6770256e

Package: yajl-tools
Priority: optional
Section: utils
Installed-Size: 56
Maintainer: John Stamp <jstamp@users.sourceforge.net>
Architecture: amd64
Source: yajl
Version: 2.1.0-3+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libyajl2 (>= 2.1.0)
Filename: pool/target/y/yajl/yajl-tools_2.1.0-3+apertis1bv2024dev2b1_amd64.deb
Size: 13276
MD5sum: e04ac733525333260469218e8d18889a
SHA1: 2db706721e19b61227bd74140010d17e431a119f
SHA256: e80b9dd76bc66f6b3f332df957c26e5077b2e023b5db3f0acff4d74f7c5c9b9d
SHA512: 91ed77b7542a78af4016f5565b8858c08511721bc893c18d52ce26849b8c67f155edac38599e825f620fc985e514a064efbcba7f512afeaef47aa3c1edffa9a1
Description: Yet Another JSON Library - tools
 A small collection of tools that use the yajl library.
 .
 Current tools are:
  json_reformat - beautifies or minimizes format of JSON data
  json_verify - validates JSON data
Homepage: http://lloyd.github.com/yajl/

Package: yajl-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 34
Maintainer: John Stamp <jstamp@users.sourceforge.net>
Architecture: amd64
Source: yajl
Version: 2.1.0-3+apertis1bv2024dev2b1
Depends: yajl-tools (= 2.1.0-3+apertis1bv2024dev2b1)
Filename: pool/target/y/yajl/yajl-tools-dbgsym_2.1.0-3+apertis1bv2024dev2b1_amd64.deb
Size: 13276
MD5sum: 432c59eaed3a3b1340a5528dc9d673bf
SHA1: 9caafba1e8d2cee9a8417e0e645b137c1a81be4f
SHA256: d373f4230fac78f6712a8d45684087d8eb9abbcbc3ad157fa6785ade4a92bd51
SHA512: 1fc2d1045463e47d84c2aacff2477ac1c584ad392af6085713be5aa0f560849301d5a6269811e0cd8e796885bd11f3af17c5dc2617c7e4588dded478e34293e1
Description: debug symbols for yajl-tools
Auto-Built-Package: debug-symbols
Build-Ids: 0aee942b71e414f9f41514781f783652f6bf70e2 149d7b9746b4e86b7ccf1d7851219db751fdc17b

Package: z3
Priority: optional
Section: science
Installed-Size: 22875
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Version: 4.8.12-3.1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.4), libstdc++6 (>= 12)
Filename: pool/target/z/z3/z3_4.8.12-3.1+apertis1bv2024dev3b1_amd64.deb
Size: 7238196
MD5sum: e52030f0b6600ebc1d3a6cf70bbf50bf
SHA1: 8000897d9eccff1b6f382cf25a07916c2ce598ea
SHA256: 097afb1e80823754943bddae4d26ebba3ea4b76f6fe9e43186c91b3c907223d7
SHA512: 626b2e3e9599ebd0111368d45ed03ed99a7319a028ab32ee7c7ca8ad13912960dc50941991268a4c8fe12a7fadcd20474ef1ad5c2e30b8368ed2e52c98278549
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: 142247
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Source: z3
Version: 4.8.12-3.1+apertis1bv2024dev3b1
Depends: z3 (= 4.8.12-3.1+apertis1bv2024dev3b1)
Filename: pool/target/z/z3/z3-dbgsym_4.8.12-3.1+apertis1bv2024dev3b1_amd64.deb
Size: 142118584
MD5sum: 70ac465a4cc8cd5ba762da279329ae8c
SHA1: 03349a569ca0a33427b08aa1d9b38390c203264f
SHA256: 24c0e49df84e53901ba089a1fc26769169dc4ca3543012c3b06cfdd22f177b64
SHA512: 09e62dbc681a282977a0b85cd548fe394543a312fde7bf969b7e59b2b09d786c27ea8fb8fb6a127ac2937d88715b505842e0bbb374cb0bf13ac430b04147739f
Description: debug symbols for z3
Auto-Built-Package: debug-symbols
Build-Ids: e71274eddeea23cdb0b86701fa9f400c4cbf0559

Package: zenity
Priority: optional
Section: gnome
Installed-Size: 167
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 63472
MD5sum: a555c848b94c46ced7f8ac0a9e7276e6
SHA1: a4ffa00a89adbb928e58cbf74ba12fe89bd6b4ce
SHA256: 625bf191824bad7592a4289b92dc150944d9a287b7e9a5e0c58a874bc95099fc
SHA512: 70981dabd4c1530288d106c319196d42cdd75e2b36a9597438de753e38879ec08f68b7b75c01f85bffbe1034e61a622cd29125128aff96c5ce42ddbb2a9f5792
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: 139
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
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_amd64.deb
Size: 107096
MD5sum: 1da732362d409c4818aa065a20e7b468
SHA1: f90ed1b01f0cfdf20e293fdd8614776664fc57d1
SHA256: 4dfb1625fa82da92c4156668c5b6dd92c82a3cef135ac4aefd9253f5f147253e
SHA512: 56abcdb4394652d227b3c7b471d7c7dbbc6365fff58e4a7911f42f0970da698ea2fc33910295a6a4dc35bbcef0bcbef56615d4155d0726585bb29902e5ba6541
Description: debug symbols for zenity
Auto-Built-Package: debug-symbols
Build-Ids: 2707eceb5dc86daacb65e8b906a2c31952d0f9a9

Package: zlib1g
Priority: required
Section: libs
Installed-Size: 170
Maintainer: Mark Brown <broonie@debian.org>
Architecture: amd64
Source: zlib
Version: 1:1.2.13.dfsg-1+apertis0bv2024dev3b1
Provides: libz1
Depends: libc6 (>= 2.14)
Conflicts: zlib1 (<= 1:1.0.4-7)
Breaks: libxml2 (<< 2.7.6.dfsg-2), texlive-binaries (<< 2009-12)
Filename: pool/target/z/zlib/zlib1g_1.2.13.dfsg-1+apertis0bv2024dev3b1_amd64.deb
Size: 88320
MD5sum: 06f6112ad71ac8d3076c8597e2d67e92
SHA1: 482f56c4572874ded67c947f1b1e4427f21743d0
SHA256: 80ac62da56320d1d32b696692e0756d6092ad5732fed8c3fa6b1fec664ae85a8
SHA512: 75bebe0da1f15508b58f01b58c7b9a161af1a92034e4db9f385f506d4382c41c586108913fe2659e8d0b2e50a2c6a3a65cb657ccb748e8acf473940a6fc4dc7b
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: 133
Maintainer: Mark Brown <broonie@debian.org>
Architecture: amd64
Source: zlib
Version: 1:1.2.13.dfsg-1+apertis0bv2024dev3b1
Replaces: zlib1g-dbg (<< 1:1.2.11.dfsg-2~)
Depends: zlib1g (= 1:1.2.13.dfsg-1+apertis0bv2024dev3b1)
Breaks: zlib1g-dbg (<< 1:1.2.11.dfsg-2~)
Filename: pool/target/z/zlib/zlib1g-dbgsym_1.2.13.dfsg-1+apertis0bv2024dev3b1_amd64.deb
Size: 118616
MD5sum: f181e006c080223d0e63236df1fc9777
SHA1: 8b6dacc2984919085b9e8d4b9e215cc249f8ed1f
SHA256: 2f23ec73b283527da6be4e363c334a7de0d9858c0258388fabfbf985814ae7f4
SHA512: 2330073828a3e2b7a0729f17aeeee6ba8a335799ca23e1e2574cab4554a866a8be6f31a9c88b410d2001d7a8b75541191ebf6d10d6dc377b51f78186fa6c2642
Description: debug symbols for zlib1g
Auto-Built-Package: debug-symbols
Build-Ids: 41ec3f83f41cb47921affa96a2a97861394c8699
Multi-Arch: same

Package: zlib1g-dev
Priority: optional
Section: libdevel
Installed-Size: 1311
Maintainer: Mark Brown <broonie@debian.org>
Architecture: amd64
Source: zlib
Version: 1:1.2.13.dfsg-1+apertis0bv2024dev3b1
Provides: libz-dev
Depends: zlib1g (= 1:1.2.13.dfsg-1+apertis0bv2024dev3b1), libc6-dev | libc-dev
Conflicts: zlib1-dev
Filename: pool/target/z/zlib/zlib1g-dev_1.2.13.dfsg-1+apertis0bv2024dev3b1_amd64.deb
Size: 917744
MD5sum: b79719d405378b9e54e4f4802e5f866f
SHA1: f91af9059f1962b58292c80e44f4ed46ae57ba9a
SHA256: 24c06653ed7e0cf132ecbbc65f789f02b01aedd0f62ad766ad62546a2d2cce97
SHA512: 1f376bde5d01f2ee76d5e05c7670c583da85b27ae5e3d82d32313d9384d2921ecf6ab162cc0a1ad9c9bf7000d1919cafd74a3bf4c578a4a35dabe9b5752ce8f4
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: 2109
Maintainer: RPM packaging team <team+pkg-rpm@tracker.debian.org>
Architecture: amd64
Source: libzstd
Version: 1.5.4+dfsg2-5+apertis0bv2024dev3b2
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), liblz4-1 (>= 1.8.0), liblzma5 (>= 5.1.1alpha+20120614), libstdc++6 (>= 12), zlib1g (>= 1:1.1.4)
Filename: pool/target/libz/libzstd/zstd_1.5.4+dfsg2-5+apertis0bv2024dev3b2_amd64.deb
Size: 702640
MD5sum: b9a8c6fe088613a311a30e3ab4e32e88
SHA1: 1268dad2cec0d9e700d493cf402174f44b5acbda
SHA256: fd32b76635d5ada272738d6b99909dfaffc5c5d1caed7839cb19ef04e8bfa1d3
SHA512: 3dbcda5bd268a038cc72293c8dd017475abe7fda5be39df0d38be0ea29fcf464a1fac02edc7f59a51eb31a91ca2a4507d6eaf530d289609ae8f69aea1e7dae85
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: 4587
Maintainer: RPM packaging team <team+pkg-rpm@tracker.debian.org>
Architecture: amd64
Source: libzstd
Version: 1.5.4+dfsg2-5+apertis0bv2024dev3b2
Depends: zstd (= 1.5.4+dfsg2-5+apertis0bv2024dev3b2)
Filename: pool/target/libz/libzstd/zstd-dbgsym_1.5.4+dfsg2-5+apertis0bv2024dev3b2_amd64.deb
Size: 4535036
MD5sum: 6d3591affeca0a954488f7930c36012e
SHA1: 59f4fc4110bead8b3094dc61f35146fbb20b995c
SHA256: 30b5dd3fab63e21d98ee956df667fa23221f8cb05f119a4c338c5fa3ee7705f5
SHA512: dff0aa078dc36cca3c3a7410c15294cb0b73d99f190c1a2b0a27d429346e60e813865dfa579304323968e3a69acc248728cf649dcf50a930792ae73bcc3174f3
Description: debug symbols for zstd
Auto-Built-Package: debug-symbols
Build-Ids: 5d4114deb2481abfd6cf2c76defa5bc348512a25 7c33c742d06e142b8f711124f7fefe79f23c04dd