Package: devscripts Priority: optional Section: devel Installed-Size: 2653 Maintainer: Devscripts Maintainers Architecture: armhf Version: 2.21.3+deb11u1+apertis2bv2022.3bb1 Replaces: hardening-includes, ubuntu-dev-tools (<< 0.124~) Depends: dpkg-dev (>= 1.18.19), fakeroot, file, gnupg | gnupg2, gpgv | gpgv2, libfile-dirlist-perl, libfile-homedir-perl, libfile-touch-perl, libfile-which-perl, libipc-run-perl, libmoo-perl, libwww-perl, patchutils, sensible-utils, wdiff, perl:any, python3:any, libc6 (>= 2.4) Recommends: apt (>= 1.3~pre3), dctrl-tools, dput | dupload, libdistro-info-perl, libdpkg-perl, libencode-locale-perl, libgit-wrapper-perl, libgitlab-api-v4-perl, liblist-compare-perl, libstring-shellquote-perl, libtry-tiny-perl, liburi-perl, licensecheck, lintian, man-db, patch, pristine-tar, python3-apt, python3-debian (>= 0.1.15), python3-magic, python3-requests, python3-unidiff, python3-xdg, strace, unzip, wget | curl, xz-utils, debian-keyring, equivs, liblwp-protocol-https-perl, libsoap-lite-perl Suggests: adequate, at, autopkgtest, bls-standalone, bsd-mailx | mailx, build-essential, check-all-the-things, cvs-buildpackage, debhelper, devscripts-el, diffoscope, disorderfs, dose-extra (>= 4.0), duck, faketime, gnuplot, how-can-i-help, libauthen-sasl-perl, libdbd-pg-perl, libfile-desktopentry-perl, libnet-smtps-perl, libterm-size-perl, libtimedate-perl, libyaml-syck-perl, mmdebstrap, mozilla-devscripts, mutt, piuparts, postgresql-client, pristine-lfs, quilt, ratt, reprotest, ssh-client, svn-buildpackage, w3m Breaks: hardening-includes, ubuntu-dev-tools (<< 0.147~) Filename: pool/development/d/devscripts/devscripts_2.21.3+deb11u1+apertis2bv2022.3bb1_armhf.deb Size: 1096476 MD5sum: 9b9ba04b0b667944def41635769ac1eb SHA1: f20c335efcec9c6717c04e75fc5cc616b65aef33 SHA256: 19c9102fecb5fe9eae13a8388aaf9dfd2402c9b40af925259aab179c6be18b01 SHA512: 1ef38108a4f8c5ae887a8c19bdb84ceaa3880fbfbadbd15cada7dc36b04589f08335ece8ef4a9458494d63799c4b8ee2edff1f9667f9224b3013f5238a6c01a4 Description: scripts to make the life of a Debian Package maintainer easier Contains the following scripts, dependencies/recommendations shown in brackets afterwards: . - annotate-output: run a command and prepend time and stream (O for stdout, E for stderr) for every line of output. - archpath: Prints arch (tla/Bazaar) package names. Also supports calculating the package names for other branches. [tla | bazaar] - bts: A command-line tool for accessing the Debian Bug Tracking System, both to send mails to control@bts.debian.org and to access the web pages and SOAP interface of the BTS. [www-browser, libauthen-sasl-perl, libnet-smtps-perl, libsoap-lite-perl, liburi-perl, libwww-perl, bsd-mailx | mailx] - build-rdeps: Searches for all packages that build-depend on a given package. [dctrl-tools, dose-extra, libdpkg-perl] - chdist: tool to easily play with several distributions. [dctrl-tools] - checkbashisms: check whether a /bin/sh script contains any common bash-specific constructs. - cowpoke: upload a Debian source package to a cowbuilder host and build it, optionally also signing and uploading the result to an incoming queue. [ssh-client] - cvs-debi, cvs-debc: wrappers around debi and debc respectively (see below) which allow them to be called from the CVS working directory. [cvs-buildpackage] - cvs-debrelease: wrapper around debrelease which allows it to be called from the CVS working directory. [cvs-buildpackage, dupload | dput, ssh-client] - cvs-debuild: A wrapper for cvs-buildpackage to use debuild as its package building program. [cvs-buildpackage, fakeroot, lintian, gnupg |gnupg2] - dcmd: run a given command replacing the name of a .changes or .dsc file with each of the files referenced therein. * - dd-list: given a list of packages, pretty-print it ordered by maintainer. * - debbisect: bisect snapshot.debian.org to find which change in the archive introduced a certain problem. [mmdebstrap, python3-debian] - debc: List contents of current package. Do this after a successful "debuild" to see if the package looks all right. - debchange (abbreviation dch): Modifies debian/changelog and manages version numbers for you. It will either increment the version number or add an entry for the current version, depending upon the options given to it. [libdistro-info-perl, libsoap-lite-perl]* - debcheckout: checkout the development repository of a Debian package. * - debclean: Clean a Debian source tree. Debclean will clean all Debian source trees below the current directory, and if requested, also remove all files that were generated from these source trees (that is .deb, .dsc and .changes files). It will keep the .diffs and original files, though, so that the binaries and other files can be rebuilt if necessary. [fakeroot]* - debcommit: Commits changes to cvs, darcs, svn, svk, tla, bzr, git, or hg, using new entries in debian/changelog as the commit message. Also supports tagging Debian package releases. [cvs | darcs | subversion | svk | tla | bzr | git-core | mercurial, libtimedate-perl] - debdiff: A program which examines two .deb files or two .changes files and reports on any difference found in their file lists. Useful for ensuring that no files were inadvertently lost between versions. Can also examine two .dsc files and report on the changes between source versions. For a deeper comparison one can use the diffoscope package. [wdiff, patchutils]* - debdiff-apply: Apply unified diffs of two Debian source packages, such as those generated by debdiff, to a target Debian source package. Any changes to debian/changelog are dealt with specially, to avoid the conflicts that changelog diffs typically produce when applied naively. May be used to check that old patches still apply to newer versions of those packages. [python3-debian, python3-unidiff, quilt] - debi: Installs the current package by using the setuid root debpkg script described below. It assumes that the current package has just been built (for example by debuild), and the .deb lives in the parent directory, and will effectively run dpkg -i on the .deb. The ability to install the package with a very short command is very useful when troubleshooting packages. - debpkg: A wrapper for dpkg used by debi to allow convenient testing of packages. For debpkg to work, it needs to be made setuid root, and this needs to be performed by the sysadmin -- it is not installed as setuid root by default. (Note that being able to run a setuid root debpkg is effectively the same as having root access to the system, so this should be done with caution.) Having debpkg as a wrapper for dpkg can be a Good Thing (TM), as it decreases the potential for damage by accidental wrong use of commands in superuser mode (e.g., an inadvertent rm -rf * in the wrong directory is disastrous as many can attest to). - debrelease: A wrapper around dupload or dput which figures out which version to upload, and then calls dupload or dput to actually perform the upload. [dupload | dput, ssh-client] - debrebuild: A script that provided a .buildinfo file reports the instructions on how to try to reproduce the reported build. [sbuild | mmdebstrap, libdistro-info-perl] - debrepro: A script that tests reproducibility of Debian packages. It will build a given source directory twice, with a set of variation between the first and second build, and compare the binary packages produced. If diffoscope is installed, it is used to compare non-matching binaries. If disorderfs is installed, it is used during the build to inject non-determinism in filesystem listing operations. [faketime, diffoscope, disorderfs] - debrsign: This transfers a .changes/.dsc pair to a remote machine for signing, and runs debsign on the remote machine over an SSH connection. [gnupg | gnupg2, debian-keyring, ssh-client] - debsign: Use GNU Privacy Guard to sign the changes (and possibly dsc) files created by running dpkg-buildpackage with no-sign options. Useful if you are building a package on a remote machine and wish to sign it on a local one. This script is capable of automatically downloading the .changes and .dsc files from a remote machine. [gnupg |gnupg2, debian-keyring, ssh-client]* - debsnap: grab packages from https://snapshot.debian.org [libwww-perl, libjson-perl] - debuild: A wrapper for building a package (i.e., dpkg-buildpackage) to avoid problems with insufficient permissions and wrong paths etc. Debuild will set up the proper environment for building a package. Debuild will use the fakeroot program to build the package by default, but can be instructed to use any other gain-root command, or can even be installed setuid root. Debuild can also be used to run various of the debian/rules operations with the same root-gaining procedure. Debuild will also run lintian to check that the package does not have any major policy violations. [fakeroot, lintian, gnupg | gnupg2]* - deb-reversion: increases a binary package version number and repacks the package, useful for porters and the like. - deb-why-removed: shows the reason a package was removed from the archive. [libdpkg-perl] - dep3changelog: generate a changelog entry from a DEP3-style patch header. - desktop2menu: given a freedesktop.org desktop file, generate a skeleton for a menu file. [libfile-desktopentry-perl] - dget: Downloads Debian source and binary packages. Point at a .changes or .dsc to download all references files. Specify a package name to download it from the configured apt repository. [wget | curl] - diff2patches: extracts patches from a .diff.gz file placing them under debian/ or, if present, debian/patches. [patchutils] - dpkg-depcheck, dpkg-genbuilddeps: Runs a specified command (such as debian/rules build) or dpkg-buildpackage, respectively, to determine the packages used during the build process. This information can be helpful when trying to determine the packages needed in the Build-Depends etc. lines in the debian/control file. [build-essential, strace] - dscextract: extract a single file from a Debian source package. [patchutils] - dscverify: check the signature and MD5 sums of a dsc file against the most current Debian keyring on your system. [gnupg | gnupg2, debian-keyring] - edit-patch: add/edit a patch for a source package and commit the changes. [quilt | dpatch | cdbs] - getbuildlog: download package build logs from Debian auto-builders. [wget] - git-deborig: try to produce Debian orig.tar using git-archive(1). [libdpkg-perl, libgit-wrapper-perl, liblist-compare-perl, libstring-shellquote-perl, libtry-tiny-perl] - grep-excuses: grep britney's excuses to find out what is happening to your packages. [libdbd-pg-perl, libterm-size-perl, libyaml-syck-perl, wget, w3m] - hardening-check: report the hardening characteristics of a set of binaries. - list-unreleased: searches for packages marked UNRELEASED in their changelog. - ltnu (Long Time No Upload): List all uploads of packages by the given uploader or maintainer and display them ordered by the last upload of that package, oldest uploads first. - manpage-alert: locate binaries without corresponding manpages. [man-db] - mass-bug: mass-file bug reports. [bsd-mailx | mailx] - mergechanges: merge .changes files from the same release but built on different architectures. - mk-build-deps: Given a package name and/or control file, generate a binary package which may be installed to satisfy the build-dependencies of the given package. [equivs] - mk-origtargz: Rename upstream tarball, optionally changing the compression and removing unwanted files. [libfile-which-perl, unzip, xz-utils, file] - namecheck: Check project names are not already taken. - nmudiff: prepare a diff of this version (presumably an NMU against the previously released version (as per the changelog) and submit the diff to the BTS. [patchutils, mutt] - origtargz: fetch the orig tarball of a Debian package from various sources, and unpack it. [pristine-tar] - plotchangelog: display information from a changelog graphically using gnuplot. [libtimedate-perl, gnuplot] - pts-subscribe: subscribe to the PTS (Package Tracking System) for a limited period of time. [bsd-mailx | mailx, at] - rc-alert: list installed packages which have release-critical bugs. [wget | curl] - reproducible-check: reports on the reproducible status of installed packages. For more details please see . - rmadison: remotely query the Debian archive database about packages. [liburi-perl, wget | curl] - sadt: run DEP-8 tests. [python3-debian] - salsa: manipulates salsa.debian.org repositories and users [libgitlab-api-v4-perl] - suspicious-source: output a list of files which are not common source files. [python3-magic] - svnpath: Prints the path to the Subversion repository of a Subversion checkout. Also supports calculating the paths for branches and tags in a repository independent fashion. Used by debcommit to generate svn tags. [subversion] - tagpending: runs from a Debian source tree and tags bugs that are to be closed in the latest changelog as pending. [libsoap-lite-perl] - transition-check: Check a list of source packages for involvement in transitions for which uploads to unstable are currently blocked. [libwww-perl, libyaml-syck-perl] - uscan: Automatically scan for and download upstream updates. Uscan can also call a program such as uupdate to attempt to update the Debianised version based on the new update. Whilst uscan could be used to release the updated version automatically, it is probably better not to without testing it first. Uscan can also verify detached OpenPGP signatures if upstream's signing key is known. [file, gpgv | gpgv2, gnupg | gnupg2, libfile-dirlist-perl, libfile-touch-perl, libfile-which-perl, liblwp-protocol-https-perl, libmoo-perl, libwww-perl, unzip, xz-utils]* - uupdate: Update the package with an archive or patches from an upstream author. This will be of help if you have to update your package. It will try to apply the latest diffs to your package and tell you how successful it was. [patch] - what-patch: determine what patch system, if any, a source package is using. [patchutils] - whodepends: check which maintainers' packages depend on a package. - who-permits-upload: Retrieve information about Debian Maintainer access control lists. [gnupg | gnupg2, libencode-locale-perl, libwww-perl, debian-keyring] - who-uploads: determine the most recent uploaders of a package to the Debian archive. [gnupg | gnupg2, debian-keyring, debian-maintainers, wget] - wnpp-alert: list installed packages which are orphaned or up for adoption. [wget | curl] - wnpp-check: check whether there is an open request for packaging or intention to package bug for a package. [wget | curl] - wrap-and-sort: wrap long lines and sort items in packaging files. [python3-debian] - /usr/share/doc/devscripts/examples: This directory contains examples of procmail and exim scripts for sorting mail arriving to Debian mailing lists. Multi-Arch: foreign Package: devscripts-dbgsym Priority: optional Section: debug Installed-Size: 17 Maintainer: Devscripts Maintainers Architecture: armhf Source: devscripts Version: 2.21.3+deb11u1+apertis2bv2022.3bb1 Depends: devscripts (= 2.21.3+deb11u1+apertis2bv2022.3bb1) Filename: pool/development/d/devscripts/devscripts-dbgsym_2.21.3+deb11u1+apertis2bv2022.3bb1_armhf.deb Size: 4352 MD5sum: 26466f19b1a2910e6fae7a0b1a3318ad SHA1: 7319bc3096547e1171615e3e6e428ce2abff4807 SHA256: 361b8ffbc997ad9479065662b88bac66f115a17a41d4b241927ac24887e76411 SHA512: 29439382e4a29cc2244b83f61fc56bafc18f1f99a9f70bca5876c08c56a20d4a0f941c1f9b039b2a5c26ee6f33858ce91eefaa8011d70f59f1ae652baee8e6c8 Description: debug symbols for devscripts Auto-Built-Package: debug-symbols Build-Ids: 189247f27f2f493935b77b624a287054cf1e39c3 Package: galera-4 Priority: optional Section: libs Installed-Size: 1488 Maintainer: Debian MySQL Maintainers Architecture: armhf Version: 26.4.11-0+deb11u1+apertis1bv2022.3bb1 Replaces: galera-3 (<< 26.4) Provides: galera4, percona-xtradb-cluster-galera-26, wsrep Depends: libc6 (>= 2.28), libgcc-s1 (>= 3.5), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9) Conflicts: garbd-2, garbd-3, garbd2, garbd3, percona-galera-3, percona-galera-4, percona-xtradb-cluster-galera, percona-xtradb-cluster-galera-2.x, percona-xtradb-cluster-galera-3.x, percona-xtradb-cluster-galera-4.x, percona-xtradb-cluster-garbd-2.x, percona-xtradb-cluster-garbd-3.x Breaks: galera-3 (<< 26.4) Filename: pool/development/g/galera-4/galera-4_26.4.11-0+deb11u1+apertis1bv2022.3bb1_armhf.deb Size: 741576 MD5sum: 57dc0ab717d1e4ec803c8a07071ac711 SHA1: 77439ccfce38a723b1944efb0a6acb4fb3f37fcb SHA256: 1a99ae9bbd5b24888dfe11a742ad70cea2e0bfd9f6735398bffe1aac0fa86f40 SHA512: bb2deb0a13b6540045cb0191b5b08a5445a5587563726cbf4c95b0cfd6b6e74584927e2c21feb6e17a7091ec648a0f57bb1e41abe39149d5ab586b7d985df9fe Description: Replication framework for transactional applications Galera is a fast synchronous multimaster wsrep provider (replication engine) for transactional databases and similar applications. For more information about wsrep API see https://github.com/codership/wsrep-API. For a description of Galera replication engine see http://galeracluster.com. . This package contains the Galera library/plugin. Homepage: https://www.galeracluster.com/ Package: galera-4-dbgsym Priority: optional Section: debug Installed-Size: 13288 Maintainer: Debian MySQL Maintainers Architecture: armhf Source: galera-4 Version: 26.4.11-0+deb11u1+apertis1bv2022.3bb1 Depends: galera-4 (= 26.4.11-0+deb11u1+apertis1bv2022.3bb1) Filename: pool/development/g/galera-4/galera-4-dbgsym_26.4.11-0+deb11u1+apertis1bv2022.3bb1_armhf.deb Size: 13121284 MD5sum: 90be5b3e15edadfb55201d2090e52ed9 SHA1: 2cd9ff6bb2ef8f529877fedae10a742ccdfec7ba SHA256: fc5dca9b6dd955ca5f67d4b0c01e0c903f5d66bab6d875e195eda6b64cca1103 SHA512: 0311db153f5780cdced67e44a060be6003d5ba3438c7d4b0be04b480b861c931d464e5c4830a5501fc1e1f12841c7fb16d1580ea499027e6f34de50bddfefae8 Description: debug symbols for galera-4 Auto-Built-Package: debug-symbols Build-Ids: 5aafab8813616203c479e35c64b741a2bb73fe9d Package: galera-arbitrator-4 Priority: optional Section: database Installed-Size: 1314 Maintainer: Debian MySQL Maintainers Architecture: armhf Source: galera-4 Version: 26.4.11-0+deb11u1+apertis1bv2022.3bb1 Replaces: percona-xtradb-cluster-galera-2.x Depends: lsb-base (>= 3.0-6), libboost-program-options1.74.0 (>= 1.74.0), libc6 (>= 2.28), libgcc-s1 (>= 3.5), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9) Conflicts: galera-arbitrator-3, garbd-2, garbd2, percona-galera-arbitrator-3, percona-galera-arbitrator-4, percona-xtradb-cluster-garbd-2.x Breaks: percona-xtradb-cluster-galera-2.x Filename: pool/development/g/galera-4/galera-arbitrator-4_26.4.11-0+deb11u1+apertis1bv2022.3bb1_armhf.deb Size: 573400 MD5sum: 2fb190cfa64dd1680b925b702656c98f SHA1: dacfa67633086eb5e8939d8163511811719cb211 SHA256: 171b2ba61251a268c1f9d1158c8fb489fd6fe3b33423571af741b1c8284e08e9 SHA512: 09f55d9aeb823ff83f7c2e91fefbb6d565d10d0bd4c4fe26c125613a1d7eae2007da509f11a885a705286cbff057984dec7047fb46611a5bd6bfa041216f2132 Description: Galera arbitrator daemon Galera is a fast synchronous multimaster wsrep provider (replication engine) for transactional databases and similar applications. For more information about wsrep API see https://github.com/codership/wsrep-API. For a description of Galera replication engine see http://galeracluster.com. . This package contains the Galera arbitrator daemon (garbd). Homepage: https://www.galeracluster.com/ Package: galera-arbitrator-4-dbgsym Priority: optional Section: debug Installed-Size: 9111 Maintainer: Debian MySQL Maintainers Architecture: armhf Source: galera-4 Version: 26.4.11-0+deb11u1+apertis1bv2022.3bb1 Depends: galera-arbitrator-4 (= 26.4.11-0+deb11u1+apertis1bv2022.3bb1) Filename: pool/development/g/galera-4/galera-arbitrator-4-dbgsym_26.4.11-0+deb11u1+apertis1bv2022.3bb1_armhf.deb Size: 8953024 MD5sum: 8da114b33c10f28aa3de1a46c8b64dfd SHA1: 3c667f4b8f9b0b69051c434da72fb31243dba0c0 SHA256: de5c4fd1f1fd0884aff62a53bf44afb53bdb156449f4f32363af4d01d442dc7c SHA512: e68c2667301f733e98d91ec4cc81f58948e75808c7451146f07824ffe5f8c7f5656ef2e4686547179840c08493c11c8fe54340531f2ba9e827d90995fc0b382e Description: debug symbols for galera-arbitrator-4 Auto-Built-Package: debug-symbols Build-Ids: 9c3a84116d9827cbede3de4c89ea1dfea0dc0c76 Package: gcc-arm-none-eabi Priority: optional Section: devel Installed-Size: 484133 Maintainer: Agustin Henze Architecture: armhf Version: 15:8-2019-q3-1apertis1bv2022.3bb1 Depends: libc6 (>= 2.28), libgcc-s1 (>= 3.5), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.1.4), binutils-arm-none-eabi Recommends: libnewlib-arm-none-eabi Breaks: libnewlib-dev (<= 2.4.0.20160527-4), libstdc++-arm-none-eabi-newlib (<= 15:6.3.1+svn253039-1+10) Filename: pool/development/g/gcc-arm-none-eabi/gcc-arm-none-eabi_8-2019-q3-1apertis1bv2022.3bb1_armhf.deb Size: 27548756 MD5sum: 59bcc7cc129d79754f1425014e908126 SHA1: 51a4ab0a49bcf85b2009c327b92fa7cc97471e26 SHA256: 3e3c7ad61f7432339516d9c7fea35cd8a91225970a30c6562882f0b7d2a975f0 SHA512: 65d96b92e2e21e213c4be26f848141628198af43b20029a7571efcde73827b449027ae784ed9cc41c4565e420eb5c8d982a04210ab015699a0c81efe0ade3d60 Description: GCC cross compiler for ARM Cortex-R/M processors Bare metal C and C++ compiler for embedded ARM chips using Cortex-M, and Cortex-R processors. This package is based on the GNU ARM toolchain provided by ARM. Homepage: https://developer.arm.com/open-source/gnu-toolchain/gnu-rm Package: gcc-arm-none-eabi-dbgsym Priority: optional Section: debug Installed-Size: 198869 Maintainer: Agustin Henze Architecture: armhf Source: gcc-arm-none-eabi Version: 15:8-2019-q3-1apertis1bv2022.3bb1 Depends: gcc-arm-none-eabi (= 15:8-2019-q3-1apertis1bv2022.3bb1) Filename: pool/development/g/gcc-arm-none-eabi/gcc-arm-none-eabi-dbgsym_8-2019-q3-1apertis1bv2022.3bb1_armhf.deb Size: 195590680 MD5sum: fa66e02c3827f27328370d6acb6192da SHA1: a61ab6ab58e0815c45d4174afc64c09bf8cea501 SHA256: 19f703e268eb9949594ff650ac805fa44ffa3dc6bb1f68226c683fb81d0f5d20 SHA512: fef38929cd10aa26595246238d3eb7a3f083cb49c495ef4e62d351e917378bea3d4a837f9571099168bd0c2826d19f2f2cf9a4b61029e6e9c9b80d0e175415a2 Description: debug symbols for gcc-arm-none-eabi Auto-Built-Package: debug-symbols Build-Ids: 1930ac551d4d2bfb729216e37baf626e2ec55c14 1bf5ff3f346057cad0caff979171aafc0c00ff24 1c376022766cbe372afd3ba7a0db15d32875a909 24a9bd5cc453e2552cada6b231ee8a596f760ab1 43679dbcb20c77e34edf84756c141133e9544990 473a78f03472a3f03385883d08e06a22883848ec 49fc012e068a689f098a16a9131d551bffe548e3 56db29e01114b026b7c924de6859c288e19607fd 69a96e9d794a7c1e39480f016ccc49ff86d9d97b 6bdd395bd8d4904e47fdef1f0aa04a359d602304 715a9177d246cce9eef9304d888aad5fa1f865f9 89df151b690fb8bd4e4f3945a92dfc0691649cf8 90daadad36244a2c7f5aa8bfd864e1f78ec8cfb6 a75fd5fceab4e21709aeaf471a100e21b66e44f9 ae8c0517f53761754140e3feef91e9ff28216ddc aeab36337bd95a89f509b385ee23d9affd02ffc2 ea26d3104358f78ffc07cf26f4c3bcf67e062ad0 f00ca9c5e1e312820c6aff8344a8405e26076382 f138422c2da521c69ea64a19f52cb6437fb76711 Package: gcc-arm-none-eabi-source Priority: optional Section: devel Installed-Size: 52235 Maintainer: Agustin Henze Architecture: all Source: gcc-arm-none-eabi Version: 15:8-2019-q3-1apertis1bv2022.3bb1 Filename: pool/development/g/gcc-arm-none-eabi/gcc-arm-none-eabi-source_8-2019-q3-1apertis1bv2022.3bb1_all.deb Size: 53484988 MD5sum: 67ef9ad1afd2da4de8f61845f8817f56 SHA1: 3dede9be922062991cdf73d7ec7f1c1f11f47681 SHA256: 0e34c861fad7a8b1c81caa17277164ec93ba67db196777e11857df1b87837d64 SHA512: 1e8cce2c7d8908084fee8816a4f2e34053dd8dbcfe9590fe64fa3a8d8fbfe99e8bb2928ea74b92e4010a186cc809b1f027aa19e27dee45d0c712ce263723de28 Description: GCC cross compiler for ARM Cortex-R/M processors (source) Bare metal C and C++ compiler for embedded ARM chips using Cortex-M, and Cortex-R processors. This package is based on the GNU ARM toolchain provided by ARM. . This package contains the sources and patches which are needed to build the GNU Compiler Collection (GCC) for embedded ARM chips. Homepage: https://developer.arm.com/open-source/gnu-toolchain/gnu-rm Package: ghostscript Priority: optional Section: text Installed-Size: 228 Maintainer: Debian Printing Team Architecture: armhf Version: 9.53.3~dfsg-7+deb11u6+apertis1bv2022.3bb1 Provides: postscript-viewer Depends: libgs9 (= 9.53.3~dfsg-7+deb11u6+apertis1bv2022.3bb1), libc6 (>= 2.4) Suggests: ghostscript-x Filename: pool/development/g/ghostscript/ghostscript_9.53.3~dfsg-7+deb11u6+apertis1bv2022.3bb1_armhf.deb Size: 101916 MD5sum: 9816f749b4e21a96e2ad5b0edec5c7a1 SHA1: 36554dd551d4b6a2a0548cd03b2196d5117cc051 SHA256: c7700d1609ad55f4580a0b06746802486136a8e6a38b8b3b9dbc03d93847ef6a SHA512: cc4bfd7dd0737201d7402d0b4f75691fa757775261d1ebbf0f96c72cc35e7512f7585f327a2ac409e085e59f4f178266fe0fe9fd469c21f987a4d0b366a93df4 Description: interpreter for the PostScript language and for PDF GPL Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . Furthermore, it can render PostScript and PDF files as graphics to be printed on non-PostScript printers. Supported printers include common dot-matrix, inkjet and laser models. Homepage: https://www.ghostscript.com/ Multi-Arch: foreign Package: ghostscript-dbgsym Priority: optional Section: debug Installed-Size: 19 Maintainer: Debian Printing Team Architecture: armhf Source: ghostscript Version: 9.53.3~dfsg-7+deb11u6+apertis1bv2022.3bb1 Replaces: ghostscript-dbg (<< 9.53.3~dfsg-2~) Depends: ghostscript (= 9.53.3~dfsg-7+deb11u6+apertis1bv2022.3bb1) Breaks: ghostscript-dbg (<< 9.53.3~dfsg-2~) Filename: pool/development/g/ghostscript/ghostscript-dbgsym_9.53.3~dfsg-7+deb11u6+apertis1bv2022.3bb1_armhf.deb Size: 6140 MD5sum: 95204f424a9ca4ede1bbb29849b8d084 SHA1: c29bc345a5c50896fc099a6fe869ad3609745d70 SHA256: f998429c68a399abfae05a09518936cd5e74491f6dc93aa94b10a5b65f1e4595 SHA512: e2088173fb23e7e5cddcf9591379860a1d558491a2d0a7772c7ca15e3d158c548b17a5839b48cc310176d445929c3f103c28dcce55c22b1681bc46230e1d17c5 Description: debug symbols for ghostscript Auto-Built-Package: debug-symbols Build-Ids: 66fa45e6dcc7ef80713a61a489d3ad0502f8ce47 Package: ghostscript-doc Priority: optional Section: doc Installed-Size: 16129 Maintainer: Debian Printing Team Architecture: all Source: ghostscript Version: 9.53.3~dfsg-7+deb11u6+apertis1bv2022.3bb1 Depends: libjs-jquery Suggests: ghostscript Filename: pool/development/g/ghostscript/ghostscript-doc_9.53.3~dfsg-7+deb11u6+apertis1bv2022.3bb1_all.deb Size: 8162768 MD5sum: 8f1f3b398b892e15567dd55424df3759 SHA1: fc6a1a8e5fe875d51d99c28428eec9b0e210a3e2 SHA256: e2a3ff714af5c9da07f296c96a215a4db6ab8227aa02974197018120b8aa7d6d SHA512: 934f11e5df3ab3c61498fbfe333f809b57a152bbbb2e5ce024c7fb6b2c253b52ff9dab154585071b3f8befc417c8233d1cee4dd2dcce2d7c07c8a5d262ebce90 Description: interpreter for the PostScript language and for PDF - Documentation GPL Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . This package contains documentation for GPL Ghostscript, mainly targeted developers and advanced users. Homepage: https://www.ghostscript.com/ Multi-Arch: foreign Package: ghostscript-x Priority: optional Section: text Installed-Size: 196 Maintainer: Debian Printing Team Architecture: armhf Source: ghostscript Version: 9.53.3~dfsg-7+deb11u6+apertis1bv2022.3bb1 Depends: ghostscript (= 9.53.3~dfsg-7+deb11u6+apertis1bv2022.3bb1), libc6 (>= 2.7), libx11-6, libxt6 Filename: pool/development/g/ghostscript/ghostscript-x_9.53.3~dfsg-7+deb11u6+apertis1bv2022.3bb1_armhf.deb Size: 94344 MD5sum: 4769aca7b211dc35289deaf9b4a580d6 SHA1: 5044e4f4237f5b89f82cfe95b1ce253e9ab67e6a SHA256: c4044306e78996402000804f808143bb83ba30d66d41a0821ed674dc01c586b4 SHA512: d1c0aaceb7c28ab8858a7c21b3a268db583452e7157947fffef32afd740d926e9db2875760c39a59dc954dc32cf1dcdf19a199f34dd45f9d258205382d201edf Description: interpreter for the PostScript language and for PDF - X11 support GPL Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . This package contains the GPL Ghostscript output device for X11. Homepage: https://www.ghostscript.com/ Package: ghostscript-x-dbgsym Priority: optional Section: debug Installed-Size: 120 Maintainer: Debian Printing Team Architecture: armhf Source: ghostscript Version: 9.53.3~dfsg-7+deb11u6+apertis1bv2022.3bb1 Replaces: ghostscript-dbg (<< 9.53.3~dfsg-2~) Depends: ghostscript-x (= 9.53.3~dfsg-7+deb11u6+apertis1bv2022.3bb1) Breaks: ghostscript-dbg (<< 9.53.3~dfsg-2~) Filename: pool/development/g/ghostscript/ghostscript-x-dbgsym_9.53.3~dfsg-7+deb11u6+apertis1bv2022.3bb1_armhf.deb Size: 100596 MD5sum: 05a8cfdbec8584cb5afd7980446da907 SHA1: 02d1b27f95e539356930842fdce6c8e57f486d7a SHA256: 9ab67dfec56befbf4f0f1756dc455de07e3c248a5ecd77165527113c5b5340b5 SHA512: e99b019a1861a25ee05639d4c8f00c3c9030cb10d4b12f833dc5f6de95b2393ba3de8fc6d3ca6f7894bbb71f794205ba33e7b2988b5a1d85628b1a64c8d36875 Description: debug symbols for ghostscript-x Auto-Built-Package: debug-symbols Build-Ids: d597d75bc9e272b0cca9e5b54f1c945602490f53 Package: golang-golang-x-net-dev Priority: optional Section: golang Installed-Size: 5386 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-golang-x-net Version: 1:0.0+git20210119.5f4716e+dfsg-4+apertis1bv2022.3bb1 Depends: golang-golang-x-sys-dev (>= 0.0~git20200930.fdedc70), golang-golang-x-text-dev (>= 0.3.3) Filename: pool/development/g/golang-golang-x-net/golang-golang-x-net-dev_0.0+git20210119.5f4716e+dfsg-4+apertis1bv2022.3bb1_all.deb Size: 666848 MD5sum: 2a10d54866df8bef648be6988fee2c73 SHA1: 0feddcd2c8d88f13f0e2e479d4218aa7d0fc5b27 SHA256: b74ee7ecffaffe7803245a6ff617b5e07c98f023fd2669c2eade98f8bbe63712 SHA512: e7aaed0bbe78982f36e956b5fd7d14f3cce3ffab01253d50f71f9ff799c8dc83646a14fd8244a7f25a91ab01bb156ea3f67ab71f358832e72ab061eac03fb8c9 Description: Supplementary Go networking libraries Supplementary Go networking libraries (golang.org/x/net) not included in the main distribution: . - context: Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. - dict: Package dict implements the Dictionary Server Protocol as defined in RFC 2229. - html: Package html implements an HTML5-compliant tokenizer and parser. - html/atom: Package atom provides integer codes (also known as atoms) for a fixed set of frequently occurring HTML strings: tag names and attribute keys such as "p" and "id". - html/charset: Package charset provides common text encodings for HTML documents. - icmp: Package icmp provides basic functions for the manipulation of messages used in the Internet Control Message Protocols, ICMPv4 and ICMPv6. - idna: Package idna implements IDNA2008 (Internationalized Domain Names for Applications), defined in RFC 5890, RFC 5891, RFC 5892, RFC 5893 and RFC 5894. - internal/iana: Package iana provides protocol number resources managed by the Internet Assigned Numbers Authority (IANA). - internal/nettest: Package nettest provides utilities for IP testing. - ipv4: Package ipv4 implements IP-level socket options for the Internet Protocol version 4. - ipv6: Package ipv6 implements IP-level socket options for the Internet Protocol version 6. - netutil: Package netutil provides network utility functions, complementing the more common ones in the net package. - proxy: Package proxy provides support for a variety of protocols to proxy network data. - publicsuffix: Package publicsuffix provides a public suffix list based on data from http://publicsuffix.org/. - webdav: Package webdav. - websocket: Package websocket implements a client and server for the WebSocket protocol as specified in RFC 6455. . This repository was previously available at https://code.google.com/p/go.net/ Built-Using: publicsuffix (= 20220811.1734-0+deb11u1+apertis0bv2022.3db3) Homepage: https://godoc.org/golang.org/x/net Multi-Arch: foreign Package: libdatetime-timezone-perl Priority: optional Section: perl Installed-Size: 6638 Maintainer: Debian Perl Group Architecture: all Version: 1:2.47-1+2023d+apertis0bv2022.3bb1 Depends: perl:any, libclass-singleton-perl, libmodule-runtime-perl, libnamespace-autoclean-perl, libparams-validationcompiler-perl, libscalar-list-utils-perl, libspecio-perl, libtry-tiny-perl Recommends: libdatetime-perl Filename: pool/development/libd/libdatetime-timezone-perl/libdatetime-timezone-perl_2.47-1+2023d+apertis0bv2022.3bb1_all.deb Size: 276692 MD5sum: 80beed229fffd670353bcfe815c1502d SHA1: b6c1711ff1ad64e93749b284bce82d8d61deb1ce SHA256: 2e418cea268930bfb2759ea8f9752d69cd4a39ebd37cc4cac12994512f75d81c SHA512: 3a115da3f357954a296f32186ac068b45324e94c24bd37da0ac9488fe186ece69bdb2070376b871cbc49e8c9d0001ee385549db80bf27dc8d0be3794a8b7deb5 Description: framework exposing the Olson time zone database to Perl DateTime::TimeZone is a Perl module framework providing an interface to the Olson time zone database. It exposes the database as a set of modules, one for each time zone defined, allowing for various optimizations in doing time zone calculations. . The Olson time zone database is the best available source for worldwide time zone information and is available from . Homepage: http://datetime.perl.org/ Package: libgs-dev Priority: optional Section: libdevel Installed-Size: 189 Maintainer: Debian Printing Team Architecture: armhf Source: ghostscript Version: 9.53.3~dfsg-7+deb11u6+apertis1bv2022.3bb1 Depends: libgs9 (= 9.53.3~dfsg-7+deb11u6+apertis1bv2022.3bb1) Filename: pool/development/g/ghostscript/libgs-dev_9.53.3~dfsg-7+deb11u6+apertis1bv2022.3bb1_armhf.deb Size: 84212 MD5sum: 21c91bc1add0c862fb38b668db07314e SHA1: 6216b0ce81bdd319af05d85d9003ddf8591bdd26 SHA256: 7f1e9d7d7eeebd54d5070a9a0e9f6994b558c3ae0dc79eb63d32b2127e64d4f8 SHA512: 93dffb65b8f4f3154e6b2306302b47c0eb8bd132effdb4b979aef46ad23abd3240b8e21ebe0c79e7d0658c4249aedb0e71b5570a31582a8a5b6e827e9bcc5c8d Description: interpreter for the PostScript language and for PDF - Development Files GPL Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . This package provides the development files for the GPL Ghostscript library which makes the facilities of GPL Ghostscript available to applications. Homepage: https://www.ghostscript.com/ Multi-Arch: same Package: libgs9 Priority: optional Section: libs Installed-Size: 13174 Maintainer: Debian Printing Team Architecture: armhf Source: ghostscript Version: 9.53.3~dfsg-7+deb11u6+apertis1bv2022.3bb1 Depends: libgs9-common (= 9.53.3~dfsg-7+deb11u6+apertis1bv2022.3bb1), poppler-data, libc6 (>= 2.29), libcups2 (>= 2.3~b6), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.10.1), libidn11 (>= 0.5.18), libijs-0.35 (>= 0.35), libjbig2dec0 (>= 0.16+20190905), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.6), libpaper1, libpng16-16 (>= 1.6.2-1), libtiff5 (>= 4.0.3), zlib1g (>= 1:1.2.0) Filename: pool/development/g/ghostscript/libgs9_9.53.3~dfsg-7+deb11u6+apertis1bv2022.3bb1_armhf.deb Size: 1936212 MD5sum: 7b202ef263d3913ec899758ce203a9af SHA1: 94273c8aaf10a58b82468a7ab1db29d24e6f3f70 SHA256: 99da7869616f38dac58d961f921909e5b74114fe094c9fa4177e3ad5d7733a38 SHA512: 0a5d8d804f2f0599f3b03a5b0aede4dda6d31764885ec97cab1b099c9dcdaa316c009204c322ee6e1eefb73a817a83109ab291d804b642c94f86118e94e10506 Description: interpreter for the PostScript language and for PDF - Library GPL Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . This package provides the Ghostscript library which makes the facilities of GPL Ghostscript available to applications. Homepage: https://www.ghostscript.com/ Multi-Arch: same Package: libgs9-common Priority: optional Section: libs Installed-Size: 3040 Maintainer: Debian Printing Team Architecture: all Source: ghostscript Version: 9.53.3~dfsg-7+deb11u6+apertis1bv2022.3bb1 Depends: fonts-urw-base35 (>= 20200910) Recommends: fonts-droid-fallback Filename: pool/development/g/ghostscript/libgs9-common_9.53.3~dfsg-7+deb11u6+apertis1bv2022.3bb1_all.deb Size: 738180 MD5sum: 421bd4c35dd6a2bc0ddd050d7587784e SHA1: ee5162ba900e7a42c1c54c9e4ceead10cf9f3846 SHA256: 36f70cb30a50b762a42bd55f332fedba5b027a260374a12a813db373155327e7 SHA512: 10f5eae14dd4cfcbacb7a116483cdf6c5171192a4b0731b1847fcf6ed0a21c4eae5a2ed389ed68c97d4ed34867b1b237ace44a1a7980b202dcb775a72955810c Description: interpreter for the PostScript language and for PDF - common files GPL Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . This package provides common architecture-independent files needed by the GPL Ghostscript library. . By default, GPL Ghostscript uses a font from the fonts-droid package to approximate glyphs in PDFs for which the requested CJK TrueType font is missing. If the fonts-droid package is not installed, these glyphs will be rendered as bullets. Homepage: https://www.ghostscript.com/ Multi-Arch: foreign Package: libgs9-dbgsym Priority: optional Section: debug Installed-Size: 8138 Maintainer: Debian Printing Team Architecture: armhf Source: ghostscript Version: 9.53.3~dfsg-7+deb11u6+apertis1bv2022.3bb1 Replaces: ghostscript-dbg (<< 9.53.3~dfsg-2~) Depends: libgs9 (= 9.53.3~dfsg-7+deb11u6+apertis1bv2022.3bb1) Breaks: ghostscript-dbg (<< 9.53.3~dfsg-2~) Filename: pool/development/g/ghostscript/libgs9-dbgsym_9.53.3~dfsg-7+deb11u6+apertis1bv2022.3bb1_armhf.deb Size: 7713876 MD5sum: 28cab94db66cecf083177da777309cdd SHA1: 2dc9cd7bf38c1e07e0d3dcaeb754f318b506f9ac SHA256: 04810a74968f546331252b5b1eb6dc7dc94bdc7886269e05ed38b5ca7881aa60 SHA512: afbf53b99c22b4d381d5b6c5e0896c6a9a60095f2c139612b27d75a11fd6be4a1ca1152811b29032bf990bc50879f695436e467f9a398f9203f2ea835df313f6 Description: debug symbols for libgs9 Auto-Built-Package: debug-symbols Build-Ids: 1a7c54c3f49b0411c1de8d60dce25976b837470a Multi-Arch: same Package: libruby2.7 Priority: optional Section: libs Installed-Size: 15128 Maintainer: Debian Ruby Team Architecture: armhf Source: ruby2.7 Version: 2.7.4-1+deb11u1+apertis1bv2022.3bb1 Provides: ruby-benchmark (= 0.1.0), ruby-bigdecimal (= 2.0.0), ruby-cgi (= 0.1.0), ruby-csv (= 3.1.2), ruby-date (= 3.0.0), ruby-dbm (= 1.1.0), ruby-delegate (= 0.1.0), ruby-did-you-mean (= 1.4.0), ruby-etc (= 1.1.0), ruby-fcntl (= 1.0.0), ruby-fiddle (= 1.0.0), ruby-fileutils (= 1.4.1), ruby-forwardable (= 1.3.1), ruby-gdbm (= 2.1.0), ruby-getoptlong (= 0.1.0), ruby-io-console (= 0.5.6), ruby-ipaddr (= 1.2.2), ruby-irb (= 1.2.6), ruby-json (= 2.3.0), ruby-logger (= 1.4.2), ruby-matrix (= 0.2.0), ruby-mutex-m (= 0.1.0), ruby-net-pop (= 0.1.0), ruby-net-smtp (= 0.1.0), ruby-observer (= 0.1.0), ruby-open3 (= 0.1.0), ruby-openssl (= 2.1.2), ruby-ostruct (= 0.2.0), ruby-prime (= 0.1.1), ruby-pstore (= 0.1.0), ruby-psych (= 3.1.0), ruby-racc (= 1.4.16), ruby-rdoc (= 6.2.1.1), ruby-readline (= 0.0.2), ruby-readline-ext (= 0.1.0), ruby-reline (= 0.1.5), ruby-rexml (= 3.2.3.1), ruby-rss (= 0.2.8), ruby-sdbm (= 1.0.0), ruby-singleton (= 0.1.0), ruby-stringio (= 0.1.0), ruby-strscan (= 1.0.3), ruby-timeout (= 0.1.0), ruby-tracer (= 0.1.0), ruby-uri (= 0.10.0), ruby-webrick (= 1.6.1), ruby-yaml (= 0.1.0), ruby-zlib (= 1.1.0) Depends: rake (>= 10.4.2), ruby-minitest (>= 5.4), ruby-net-telnet (>= 0.1.1), ruby-test-unit (>= 3.0.8~), ruby-xmlrpc (>= 0.3.0~), libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libedit2 (>= 3.1-20210910-1+apertis1), libffi7 (>= 3.3~20180313), libgdbm-compat4 (>= 1.16), libgdbm6 (>= 1.16), libgmp10, libssl1.1 (>= 1.1.1), libyaml-0-2, zlib1g (>= 1:1.2.3.3) Filename: pool/development/r/ruby2.7/libruby2.7_2.7.4-1+deb11u1+apertis1bv2022.3bb1_armhf.deb Size: 3966004 MD5sum: 6a83f68abccd0999fc942c710ed1ae29 SHA1: 7391bf450e6541578be5bfccfee69ce33aa1c514 SHA256: 09997bdfaae1a795cd7dbf91e8fde41f7d03bb7b8290cce4ad973e846e697e4b SHA512: e72c7c0287d7bfbba9f207cc53a6094b295e29acb71a83ee9559965dd03b174f1029399751a15f03176e7ebc23699b7c6949b108772643dfeeb65ba64e15a42d Description: Libraries necessary to run Ruby 2.7 Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . This package includes the 'libruby-2.7' library, necessary to run Ruby 2.7. (API version 2.7.0) Homepage: https://www.ruby-lang.org/ Multi-Arch: same Package: libruby2.7-dbgsym Priority: optional Section: debug Installed-Size: 7456 Maintainer: Debian Ruby Team Architecture: armhf Source: ruby2.7 Version: 2.7.4-1+deb11u1+apertis1bv2022.3bb1 Depends: libruby2.7 (= 2.7.4-1+deb11u1+apertis1bv2022.3bb1) Filename: pool/development/r/ruby2.7/libruby2.7-dbgsym_2.7.4-1+deb11u1+apertis1bv2022.3bb1_armhf.deb Size: 6365152 MD5sum: 9be9b8fec6a49261f0c8a37f08a1c4d0 SHA1: b3973becbe5614eacd03314fb8f48320240cac4e SHA256: 6597bc8020a2b85a56a3443b9a9acb39ad41406f7ab8ee2eaf9dc730bea67eb1 SHA512: 1fe4fad328292af0a8deaf66c223c95c3e61a2e46f3f6b7e241c49de835c2797a0a3048b57796c63a2af12105c38d1ccb3ec1be4935eae08d0f40902b62cadf4 Description: debug symbols for libruby2.7 Auto-Built-Package: debug-symbols Build-Ids: 01e52a07cacdca992aa7c128faef3106f3db3bfd 029a6ed55f4b8d1bc2b013d114bf5ab0fd5c85c2 043e7e27ec1507d22acece08ee72cbf2d091a2be 068ad291761bfb31477bbb99ca7de1f618d6c1a1 09a3a07d14b4a8af50fcad998b024e8e98450adf 13ab698b9a79ecf0fef0aaa8ba2ee92bafcae625 15661ec630b4be545aab521540b87e5f1021cbf9 16ccad027cc353f03e5dbc79ab2f5e180a8201d4 17aa7d44db61b2484e262b5aee66c6649ec54354 18c73cac10b12bdec574405e3137d037880dfeb0 1a2fbc6a98191aa4a78889993c53c9f599eb6aee 1a3cd077228f3fa90b6b05438c3bdc27c3f41b5d 1b42c00056bff4882bcdb4cae1b584b4c9332d7c 27e5d2bac4c55ed076527fc45bd052ea60105040 28609ea0eadc94033ec47c87cd6b995218ab736d 287fa3f270e47524f4099c36c9cd7cd668e03009 29348d06d901987c9bba65c9f1b3eff4ece67dfb 2bf3e5258a2ca4fabebe6f2bf0d2ad37c024b98c 2e79818bf38e48a3af72d94de0752eb6857b28d7 2f08a3e940e4aa8f7af4c7a132fde172b028fb57 2f8b95dcd8bba494d26315d717ab16f3f7aa718a 3208814df2b85b8713f7b7a27fe000139b12066c 322328b3a254fd53922e22ff980f1c4c516e0271 35138d31bed629d0631b91f5f18f632c76f68f9f 3afbc90eae578d83e0c0e8c0b9977280cf204e90 4d42413319596c97ccd6fcfa9b8765bd12345dd9 4e14cf479a1a8e116f0eab0c5f8f063edddc45bd 5165750a80ae9b79f1eeacf4c212ec17856d3afc 531dee9cb2743105ed2b2b027aa708acc0eeb5b4 542502ebcfda056b7684d9d83abdb087a5d4e261 54eff1a6714da2e1e8c094bd70573015c7fa9279 55dac4191d98af49ac415ad13dc139161f867552 5b2477e4006cde9aad1a0d57bb6202b04d61dd49 5d52a81d911ef06975466519ff8775ea555f4ef9 5f1b326a2e6d736b15cd77cf998a5f70d018053f 5f3445dcceae66d12f34c15b4caafa843baf8f12 6253893610f1663fc309a9f790057841445a96a8 66d873f58259f08acd6459a76200604730f836c7 690158b8cf5ae58754c420ff15cf5b935b5db3c8 6966c6cf8ccb626dba556f15db6de91a4e231cc8 6a31c12ddb218b23ced8ea979468f53b33b2438c 6aac041489cd88441dba7e549f0e9a539b3a7fa5 6e6d2371cad763d7da71054dcff24b57d3bc654c 71b246b25caee2a7150a8d71508c0f274ab4359a 7583f975cf5d858486e97309f5eb33b1028aedbc 759fbf2054585aac8bd6e70eda9e459561d20558 79c9b6bd4c592825aad89a0d08e25b964a18fa1a 7b8967e9f896c27453d692fd0a48e59d9cd19cf4 83b00d538bb0d70ad67869c75d7eda972e0850c7 8748f0aa1fded0b4a98fd6dd813365a24bd3f211 89098e4095ebd497ed9b4d384df438213c094d9f 8ce885c2974737b05e9b2cbf76c35f4e8fcd8699 90d706f7eb2bc3a5e1e0d5b9756be62d159149a9 915272b80f4cd19801155730e9863a03578b722f 91b637d69b1e3738139fdf96dc91f680ad56b7bc 93ac5d5019c9d4ee93bafcbf45d44a194e0de041 94798f804c07ce430a29740a0f36a2d3dbf45ce5 99889eb63ad117e50a990671b5e1fb4fbb2c887a 9da1c5369da516fb010680ec8cda350c7f1438ee 9e2dd7159358481dddbd82a869aeab241f9df332 a263e873ff505d07e7c21e85bcdab50a629ab4c8 a31efcc84bcfc7472601b9ab0365f8a837d81e85 a4a8fc29e758340e7fbf62c8dac951a277f73141 a4b32f4a286d4ad6d2a739b204a2288832a4ceeb a8d834b37e868ec9b699cd6ca63a98655608c31c a9c4bc9c837fd3d62e76a3efd6a3d2f0c961c8fc b2ba583f991fbe759c19d2a02fcde27c8d10d6ce b58349b3ee320acbaebf66f42cbda0e70dbac874 b84ebbfbea6044fdb04ad9f88e6ab1ce0bbb4e58 b865bfb110e2b3bab58229388a06091a0502413c ba9752f5b5983d408224af0d464043e85162588b baeaea3faf44b5b9949031f7360eeed8ac24f989 bdfc75dd34320085ad6837613203abc096adb5e3 bf9c936af799dbe40e62e4eef44862b70ef0b45d cafac697d753c0e06ff5cd875717e4296ae63802 cc801f082d7bda65ef9e7d3ae3ddff941a6db500 ce3fd686f8ca463942b194911ba7c680eda9d008 d18d4fba8f3cedb37cf122fed5ea7d943be7f486 d3a97e73a6f9133c1b3adf0ab6ac442dba5b85d7 d49350f6645b6e9a785dd46dfb0c41ae684a32bb d751180b4fd9f6f87d10ffb9e9cff84bad398819 d8848389ac12e78e42cab7060f00a12753a34db5 d98dfba775b9360d9a20601b631b8f5b825d532c dcb87bd8780d5d28573a6565ae67265e2a4f7a39 dd3b38880d52c9d45472427a9d7acde90f436367 df6f0fa89f940ab9d04e6205bac65ad493809ca2 e6958b63833d579f722b1b673b69a3349b3b5c24 e82213265b5bd3e14310b1d413588f634ecba299 ebf0c51908ca1a29242aa1bfc5c1caebf6050a02 ecdf0f8e4d503ce99e536923e889d039dcdeb4a9 eea17c1a237b4807bbb583b80ab4f5713b3f7769 ef254a720750d3772a0abb2b2cf9f63f3ac2f005 f00035251350f51b954f47fb16a3ebb346ab685f f014fce84406aaec8af5364a83257ed2f1e707c0 f1fb6d248c5107c827ac77fca82e719109cbc85c f1fb892a20a201666d901f2a650f2e057e757316 f2ae1f141589601efd80c6c4916cbc0c4f668dc1 f2dd51088c2c0d35af56d0f4d9496fe5434f538d f83bcfbaa3f48d5a6695144b999308203914536f f8cd3b9ad0e83790a3544329f87b5cdb84b7642e ff41ee30a21fd905abee0403eee1503dd1878c44 Multi-Arch: same Package: librust-nodrop+nodrop-union-dev Priority: optional Section: rust Installed-Size: 6 Maintainer: Debian Rust Maintainers Architecture: armhf Source: rust-nodrop Version: 0.1.13-1+apertis1bv2022.3bb1 Provides: librust-nodrop-0+nodrop-union-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop-0.1+nodrop-union-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop-0.1.13+nodrop-union-dev (= 0.1.13-1+apertis1bv2022.3bb1) Depends: librust-nodrop-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop-union-0.1+default-dev (>= 0.1.8-~~) Filename: pool/development/r/rust-nodrop/librust-nodrop+nodrop-union-dev_0.1.13-1+apertis1bv2022.3bb1_armhf.deb Size: 1092 MD5sum: 206e68b2ca3e2550de7eb300294d9dde SHA1: 0ebd69af5025b34c31c34b492367bc0139cd22f1 SHA256: 8d613e764311e77d9cee693824b4084265750310ff05b786e8ad8c75e86a55ce SHA512: 1d50f6820dad64a970ce14f9c42a277abd474f010d38b69ba88e6e6b02fa8f6e4a44d95d2c38b4479c0c9f4eb19a40620ceb7dcc82e54c3ae2c3a24042626cc7 Description: Wrapper type to inhibit drop (destructor) - feature "nodrop-union" Use std::mem::ManuallyDrop instead! . This metapackage enables feature nodrop-union for the Rust nodrop crate, by pulling in any additional dependencies needed by that feature. Multi-Arch: same Package: librust-nodrop+use-union-dev Priority: optional Section: rust Installed-Size: 6 Maintainer: Debian Rust Maintainers Architecture: armhf Source: rust-nodrop Version: 0.1.13-1+apertis1bv2022.3bb1 Provides: librust-nodrop-0+use-union-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop-0.1+use-union-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop-0.1.13+use-union-dev (= 0.1.13-1+apertis1bv2022.3bb1) Depends: librust-nodrop-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop-union-0.1+default-dev (>= 0.1.8-~~) Filename: pool/development/r/rust-nodrop/librust-nodrop+use-union-dev_0.1.13-1+apertis1bv2022.3bb1_armhf.deb Size: 1096 MD5sum: 3fe0c264f6c5f354d54fa4ec9c9c27ac SHA1: 9989be7211dce991e57da7c0326a37fdf7b39fa4 SHA256: b53a9d6122a936af1529aad3430ca0ff1b82bce030372588b751712d5aef2612 SHA512: 0c07daf4f0cfaa8b0a649d70f51e74b66196d3a8a572288eaa527260d30cd6896a36d0e98a0d562fe1c10466881d863c7bc31069919843c5ed456bf1d5eaac1f Description: Wrapper type to inhibit drop (destructor) - feature "use_union" Use std::mem::ManuallyDrop instead! . This metapackage enables feature use_union for the Rust nodrop crate, by pulling in any additional dependencies needed by that feature. Multi-Arch: same Package: librust-nodrop-dev Priority: optional Section: rust Installed-Size: 38 Maintainer: Debian Rust Maintainers Architecture: armhf Source: rust-nodrop Version: 0.1.13-1+apertis1bv2022.3bb1 Provides: librust-nodrop+default-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop+std-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop+use-needs-drop-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop-0+default-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop-0+std-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop-0+use-needs-drop-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop-0-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop-0.1+default-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop-0.1+std-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop-0.1+use-needs-drop-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop-0.1-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop-0.1.13+default-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop-0.1.13+std-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop-0.1.13+use-needs-drop-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop-0.1.13-dev (= 0.1.13-1+apertis1bv2022.3bb1) Suggests: librust-nodrop+nodrop-union-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop+use-union-dev (= 0.1.13-1+apertis1bv2022.3bb1) Filename: pool/development/r/rust-nodrop/librust-nodrop-dev_0.1.13-1+apertis1bv2022.3bb1_armhf.deb Size: 9292 MD5sum: 050d8779954621bdc9953283ae907a6d SHA1: 303918fb5e6a8e53ee37998b33d8267a5dd53722 SHA256: 47dc60d281e1b22cbecf76a07e947993c02fd34b6e21cb1a3192f4e187f081d6 SHA512: 32a4ad8a60a86aef884c3a776b4ffc73742025b76660ee781ac50ad0d87a86a204730706d4369537b91464e74f34e3b02f7facebc036a46988e3b77a40923fbd Description: Wrapper type to inhibit drop (destructor) - Rust source code Use std::mem::ManuallyDrop instead! . This package contains the source for the Rust nodrop crate, packaged by debcargo for use with cargo and dh-cargo. Multi-Arch: same Package: libtest-command-simple-perl Priority: optional Section: perl Installed-Size: 27 Maintainer: Debian Perl Group Architecture: all Version: 0.05-1.1apertis1bv2022.3bb1 Depends: perl:any Filename: pool/development/libt/libtest-command-simple-perl/libtest-command-simple-perl_0.05-1.1apertis1bv2022.3bb1_all.deb Size: 10728 MD5sum: 98f36eb087996f8c138a35268aa614f2 SHA1: 85b16b077f30774bf1b0f692d5d7f626d448fbbc SHA256: a3c1f03b60512edf089ef7317a6be5969d42dda287b7c235ebb691703d5a5aee SHA512: 7f4b89aaeb1fd2ba84966ccdc79faba3b0b6cca9c2254ed69f0774f23b280ec3c195aef069e7813684dd4cec124464deaae4784b621c09a2033631cd87504be5 Description: Perl module to test external commands Test::Command::Simple is a intended to simplify testing of external commands. It does so by running the command under IPC::Open3, closing the stdin immediately, and reading everything from the command's stdout and stderr. It then makes the output available to be tested. . It is not (yet?) as feature-rich as Test::Cmd (in package libtest-cmd-perl), however the interface to this is much simpler. Tests also plug directly into the Test::Builder framework, which plays nice with Test::More. Homepage: https://metacpan.org/release/Test-Command-Simple Package: lintian Priority: optional Section: devel Installed-Size: 6143 Maintainer: Debian Lintian Maintainers Architecture: all Version: 2.104.0+apertis5bv2022.3bb1 Replaces: funny-manpages (<< 1.3-5.1) Depends: binutils, bzip2, diffstat, dpkg (>= 1.17.14), dpkg-dev, file, gettext, gpg, intltool-debian, libapt-pkg-perl, libarchive-zip-perl, libcapture-tiny-perl, libclass-xsaccessor-perl, libclone-perl, libconfig-tiny-perl, libcpanel-json-xs-perl, libdata-dpath-perl, libdata-validate-domain-perl, libdevel-size-perl, libdigest-sha-perl, libdpkg-perl, libemail-address-xs-perl, libfile-basedir-perl, libfile-find-rule-perl, libfont-ttf-perl, libhtml-html5-entities-perl, libipc-run3-perl, libjson-maybexs-perl, liblist-compare-perl, liblist-moreutils-perl, liblist-utilsby-perl, libmoo-perl, libmoox-aliases-perl, libnamespace-clean-perl, libpath-tiny-perl, libperlio-gzip-perl, libproc-processtable-perl, libsereal-decoder-perl, libsereal-encoder-perl, libtext-glob-perl, libtext-levenshteinxs-perl, libtext-markdown-discount-perl, libtext-xslate-perl, libtime-duration-perl, libtime-moment-perl, libtimedate-perl, libtry-tiny-perl, libtype-tiny-perl, libunicode-utf8-perl, liburi-perl, libxml-libxml-perl, libyaml-libyaml-perl, lzip | clzip, lzop, man-db, patchutils, perl, t1utils, unzip, xz-utils, perl:any Suggests: binutils-multiarch, libtext-template-perl Breaks: funny-manpages (<< 1.3-5.1), pkg-js-tools (<< 0.9.4), pkg-perl-tools (<< 0.53) Filename: pool/development/l/lintian/lintian_2.104.0+apertis5bv2022.3bb1_all.deb Size: 1274612 MD5sum: 3546ba30f4ab4ab75775df1a6d656022 SHA1: 073b27ee479714d328e4f4fb8b51a7d2aa7cab75 SHA256: aacf3a2275fae57075884223b0d49ea2f27adadd58f551c1d719099cd4d047b0 SHA512: 52a685f2fc8e98320a9ab08933f3eb85e63210a8e87fe041e16c628ea15ced85cd425e37704c04c8ed078fc95d1ea721de8d0b591af9419d63925393146c71d0 Description: Debian package checker Lintian dissects Debian packages and reports bugs and policy violations. It contains automated checks for many aspects of Debian policy as well as some checks for common errors. . This package is useful for all people who want to check Debian packages for compliance with Debian policy. Every Debian maintainer should check packages with this tool before uploading them to the archive. . This version of Lintian is calibrated for Debian Policy version 4.5.1. Homepage: https://lintian.debian.org/ Multi-Arch: foreign Package: postfix Priority: optional Section: mail Installed-Size: 3153 Maintainer: LaMont Jones Architecture: armhf Version: 3.5.23-0+deb11u1+apertis0bv2022.3bb1 Replaces: mail-transport-agent Provides: mail-transport-agent Depends: libc6 (>= 2.28), libdb5.3, libicu67 (>= 67.1-1~), libnsl2 (>= 1.0), libsasl2-2 (>= 2.1.27+dfsg), libssl1.1 (>= 1.1.1b), debconf (>= 0.5) | debconf-2.0, netbase, adduser (>= 3.48), dpkg (>= 1.8.3), lsb-base (>= 3.0-6), ssl-cert, cpio, e2fsprogs Recommends: python3, ca-certificates Suggests: procmail, postfix-mysql, postfix-pgsql, postfix-ldap, postfix-pcre, postfix-lmdb, postfix-sqlite, sasl2-bin | dovecot-common, libsasl2-modules | dovecot-common, resolvconf, postfix-cdb, mail-reader, ufw, postfix-doc Conflicts: mail-transport-agent, smail Filename: pool/development/p/postfix/postfix_3.5.23-0+deb11u1+apertis0bv2022.3bb1_armhf.deb Size: 1476492 MD5sum: 1296caf74d995735cfc879035867f901 SHA1: 81a956f5b5de22e8e77c16c66c3cd79e7a9cd9c0 SHA256: bb2f7113a1940ed01c6e706ccbb2fcbb0a7ac3c7606c5887553459328b26b63e SHA512: bab7338b60d3a7c4c60f1331acfee8ccbf270e181d1e757f431a6d8f574c59d63d043af30514c641ac433678e94b3f63e6041d1f1610aa03c5853866800dc9ab Description: High-performance mail transport agent Postfix is Wietse Venema's mail transport agent that started life as an alternative to the widely-used Sendmail program. Postfix attempts to be fast, easy to administer, and secure, while at the same time being sendmail compatible enough to not upset existing users. Thus, the outside has a sendmail-ish flavor, but the inside is completely different. Homepage: http://www.postfix.org Package: postfix-cdb Priority: optional Section: mail Installed-Size: 403 Maintainer: LaMont Jones Architecture: armhf Source: postfix Version: 3.5.23-0+deb11u1+apertis0bv2022.3bb1 Depends: libc6 (>= 2.4), libcdb1, postfix (= 3.5.23-0+deb11u1+apertis0bv2022.3bb1) Breaks: postfix (<< 3.1.3-7~) Filename: pool/development/p/postfix/postfix-cdb_3.5.23-0+deb11u1+apertis0bv2022.3bb1_armhf.deb Size: 362184 MD5sum: dff9c7336bab3a6e3361462b3b5e7b88 SHA1: f6d817b75ce0314638fd1dfe96c7492308b3aad2 SHA256: 7946c078ee4c5268f010e083ea12b716ffdc6f866d12a6f60f6d52cc81be418a SHA512: dfbc1fc0d1f70bae88d2692e50dcea005304a81b9d34030e07d4050af3833bff3fe336157b2af80832b0cd19e4de64900d672d4c0a5479848b6441b68f81d465 Description: CDB map support for Postfix Postfix is Wietse Venema's mail transport agent that started life as an alternative to the widely-used Sendmail program. Postfix attempts to be fast, easy to administer, and secure, while at the same time being sendmail compatible enough to not upset existing users. Thus, the outside has a sendmail-ish flavor, but the inside is completely different. . This provides support for CDB (constant database) maps in Postfix. If you plan to use CDB maps with Postfix, you need this. Homepage: http://www.postfix.org Package: postfix-cdb-dbgsym Priority: optional Section: debug Installed-Size: 23 Maintainer: LaMont Jones Architecture: armhf Source: postfix Version: 3.5.23-0+deb11u1+apertis0bv2022.3bb1 Depends: postfix-cdb (= 3.5.23-0+deb11u1+apertis0bv2022.3bb1) Filename: pool/development/p/postfix/postfix-cdb-dbgsym_3.5.23-0+deb11u1+apertis0bv2022.3bb1_armhf.deb Size: 10136 MD5sum: a26ad73f2d5b977b633b4e9e8efa93c1 SHA1: 82a1d0176bf51370a42779c957b6f35d03ce078f SHA256: 1aa691b4334c75c0f1ebc0b2a0316122c20445b8db88384704297d0b1a2b8c91 SHA512: 4c70ba958d1fe0afd4fff6b3f9ce049efa9e31a071d7a6bfc7e506a509c81b85134f01f056cdb1b0e30affc4c864ead6afa775735e28822775abfbf5fe0d0ba4 Description: debug symbols for postfix-cdb Auto-Built-Package: debug-symbols Build-Ids: ec847f96a998a18fd679d8c14dd0ea238b9a0d45 Package: postfix-dbgsym Priority: optional Section: debug Installed-Size: 2644 Maintainer: LaMont Jones Architecture: armhf Source: postfix Version: 3.5.23-0+deb11u1+apertis0bv2022.3bb1 Depends: postfix (= 3.5.23-0+deb11u1+apertis0bv2022.3bb1) Filename: pool/development/p/postfix/postfix-dbgsym_3.5.23-0+deb11u1+apertis0bv2022.3bb1_armhf.deb Size: 2038220 MD5sum: bff2d274e5d9c6d5500f8f5c04877d06 SHA1: 6520e3aa86345218b0e2d88778a02780e7424afb SHA256: a1d640b91f8ffaa2949f498dc3769a45a551085da10f507231662912cedc97b1 SHA512: 52b6c1083ceeb4aedd2017166d4204ba8bd7e7a7b3db7ebc0703f84b7151684cf75e491564ca5840f27f5b22ba10296cb8fe31782f96cedc8086802d15719387 Description: debug symbols for postfix Auto-Built-Package: debug-symbols Build-Ids: 06436f3f63c7f4192335acc8f15bdb7abc56847f 0dbcf50ff47e2430519514218b1e0d7b57aefce0 1134f6fe9a6679c6e54c2bbb25be24d5639dc8fb 1338097fa193a220ef8357d5f059004b53c4203b 14594729037f0de9c3bf1e915093bcc5b4bb33ed 1806e5a52a498b7454ab76fa948c753513e2f45a 18c3f6f740135d5bddbf085d66e46a592bafe463 1bc2a8b6581f1102f87bfa64e47594987b93a99b 1eebe0ca41122b480fd30890349381718409b21d 2283507f211c7845c011d0f5008d4d17f828c8e7 27924873fd3cd9bf1d07470e8e95069a55014758 2815f41ec87240ade2fb234e9d2c0cd255166d54 2bfbc7ae86c4f728c692f8dd94707e56b1f1b135 37e3a0116b6fb6cf8b64a70331850179418c092d 4a8659b6041fe765da85668a599f5d0d002ba09a 527a3526ec5674795345c255aa033abdb08ae7ad 5b83a9ec5e3efed03de7c655dd911f70c5af1b29 69e4e147e78e476f1f981a76b7a3db46b9c4d881 6a718aa7759f307ba6b4261caaa9dd37a3ba786f 729f471d75cc6c179cb0875d09cec90ba19f393c 76177340ba4adbb3935f989ec26528dd3057188f 77d8f3d52bf01bfa6bb7bb4c98b23572957abf6d 78d37a0b36b309e58fbcd996952108330403fdaf 798d31acfd8661a9a96c5e6d2410a99a51ee8b77 7adbbb2d6fe8fa1948a96668fc7c2ae570ef21f1 863a4de2bba4d89b7cf1e510f3622a70d8ca7f49 86e72ded7e19fa5802efed886e8fabc29b9ea080 917dd35f9e295fdece45d71c0dc37b27ca434190 ae43e72c6bddcda7e512cd19ed16c96ebb0217d5 aef8e00c7e6476c510d7389bce4f2405feadd618 b21cf0983d69409bc369d8e1eaa76508587bbc09 b2f716bd4745f4d02165477ca69f4774c78e7bb7 bbcde6c0cb535e2c06c07a076e82e1e56eaddae8 bc7ef4542227521c70abf6006149948e34d1c588 bedfc52f6076a60ec4ba4ce86a54a67aa3831546 c34e517f54c46ebefe9053cae956567097ffaaf9 c3dda4dc14f3933b7596c893606ad4e8fa3b15d7 c5c191542191675356b1ef479e15a4feb50824b2 c9615d0aac14c22023eb0ebd84621df520a1eda4 cba97dabd566d83be961218458e40da7897dae04 dcb814649a0feefa345cfa03fa269b68bebc16ab dd1df6ce967d4336bea8b24b5177da3363c8644f ddbe1401d058a2b5ced16d648e72f711b2febe6d e1f8805ead0ba86f192b7602f2f17708e7fd2cf2 e330988ccf9750b3f9f8f8500104a21706506873 e56825da14cd1084a4c8676a970a1d258593fcf3 ea624a2d2392cc988b81a09503413343b8808f5d eb203430d6965dd9d4de9190a40108a29498262d ed3e92039a15d917b2b5a10b5ed075b9233e1c8a f0cf6a61f4f374fed28dbaba4b9e1627199fff13 f392e84b8e4aec8b79a5f57ad9959ca083af7389 f645ad835cb73dd6efd0793f326f3f99384e37ef Package: postfix-doc Priority: optional Section: doc Installed-Size: 4475 Maintainer: LaMont Jones Architecture: all Source: postfix Version: 3.5.23-0+deb11u1+apertis0bv2022.3bb1 Suggests: postfix Filename: pool/development/p/postfix/postfix-doc_3.5.23-0+deb11u1+apertis0bv2022.3bb1_all.deb Size: 1221036 MD5sum: f71e00cc61fc626ce649e3e0ea373732 SHA1: 8874349a087aac061b0211fb56d7f454dd7d4ae4 SHA256: 656fff918dc4b2ac63ee8f49542eac3bf036a0a6290feafc8cf0eefe6ef43b3f SHA512: a898ef6eba4626f231d6a85766b025f51b9ec35457e6de99fbb8487f2fe9566d4ce3856df1adeef648f2b6db9074355c7b353b941d172036528c1a35e12acde1 Description: Documentation for Postfix Postfix is Wietse Venema's mail transport agent that started life as an alternative to the widely-used Sendmail program. Postfix attempts to be fast, easy to administer, and secure, while at the same time being sendmail compatible enough to not upset existing users. Thus, the outside has a sendmail-ish flavor, but the inside is completely different. . This package provides the documentation for Postfix. Homepage: http://www.postfix.org Package: postfix-ldap Priority: optional Section: mail Installed-Size: 430 Maintainer: LaMont Jones Architecture: armhf Source: postfix Version: 3.5.23-0+deb11u1+apertis0bv2022.3bb1 Replaces: postfix (<< 3.1.3-7~) Depends: libc6 (>= 2.4), libldap-2.4-2 (>= 2.4.7), postfix (= 3.5.23-0+deb11u1+apertis0bv2022.3bb1) Breaks: postfix (<< 3.1.3-7~) Filename: pool/development/p/postfix/postfix-ldap_3.5.23-0+deb11u1+apertis0bv2022.3bb1_armhf.deb Size: 379772 MD5sum: 4ea1d505b2ea3d6f0f927f790058fa30 SHA1: b8513315d19d548415879edc15218a23a1ca1565 SHA256: be29b062b0239c8621531a22ae30cdbf2303abdd633f7de018b985df55d0d6a9 SHA512: d19901b8e278c4deda43c456e6a164c26870423c31b0d89aab27b597eb17981e5193285c144d38628ee60c2952980f20982a197c9004afc873769004e518a31a Description: LDAP map support for Postfix Postfix is Wietse Venema's mail transport agent that started life as an alternative to the widely-used Sendmail program. Postfix attempts to be fast, easy to administer, and secure, while at the same time being sendmail compatible enough to not upset existing users. Thus, the outside has a sendmail-ish flavor, but the inside is completely different. . This provides support for LDAP maps in Postfix. If you plan to use LDAP maps with Postfix, you need this. Homepage: http://www.postfix.org Package: postfix-ldap-dbgsym Priority: optional Section: debug Installed-Size: 36 Maintainer: LaMont Jones Architecture: armhf Source: postfix Version: 3.5.23-0+deb11u1+apertis0bv2022.3bb1 Depends: postfix-ldap (= 3.5.23-0+deb11u1+apertis0bv2022.3bb1) Filename: pool/development/p/postfix/postfix-ldap-dbgsym_3.5.23-0+deb11u1+apertis0bv2022.3bb1_armhf.deb Size: 21264 MD5sum: ef0f66bd840856b19555abd8dbb434ea SHA1: 60288394097101d14ce7a89934f153b784f5a129 SHA256: 7d6330b9204c610966008b2029cc10182b36411a7a8d188105e467b0200feeba SHA512: 0ef31869e358cdcbf41e320b0faa7564f4709b690774848df3fa456748a2b51628da9293d6f7233d4a4a308eb92a18a6b4734bcaf28a422c4602ac0140ef154d Description: debug symbols for postfix-ldap Auto-Built-Package: debug-symbols Build-Ids: d72631ac048f1e8395a6ff6d08b194911fb70095 Package: postfix-lmdb Priority: optional Section: mail Installed-Size: 411 Maintainer: LaMont Jones Architecture: armhf Source: postfix Version: 3.5.23-0+deb11u1+apertis0bv2022.3bb1 Replaces: postfix (<< 3.1.3-7~) Depends: libc6 (>= 2.4), liblmdb0 (>= 0.9.14), postfix (= 3.5.23-0+deb11u1+apertis0bv2022.3bb1) Breaks: postfix (<< 3.1.3-7~) Filename: pool/development/p/postfix/postfix-lmdb_3.5.23-0+deb11u1+apertis0bv2022.3bb1_armhf.deb Size: 366992 MD5sum: 2a8909e528a52af549cdfc6248ac7905 SHA1: b0f11864518e36bc8a29275a7d8f4c68ace05167 SHA256: df72787b79156cd98e734fd879f578d7833692d3681e98a71f1db45ec05d547f SHA512: 4346bf6d204adfbe6ffc97a3492b4889cecaff7bdd81c79b1c3f7cd4e8dc87457b0114123a7dd1393b750c4456961e3dca45eb3747c294478ce27d97d4a60faa Description: LMDB map support for Postfix Postfix is Wietse Venema's mail transport agent that started life as an alternative to the widely-used Sendmail program. Postfix attempts to be fast, easy to administer, and secure, while at the same time being sendmail compatible enough to not upset existing users. Thus, the outside has a sendmail-ish flavor, but the inside is completely different. . This provides support for LMDB maps in Postfix. If you plan to use LMDB maps with Postfix, you need this. Homepage: http://www.postfix.org Package: postfix-lmdb-dbgsym Priority: optional Section: debug Installed-Size: 32 Maintainer: LaMont Jones Architecture: armhf Source: postfix Version: 3.5.23-0+deb11u1+apertis0bv2022.3bb1 Depends: postfix-lmdb (= 3.5.23-0+deb11u1+apertis0bv2022.3bb1) Filename: pool/development/p/postfix/postfix-lmdb-dbgsym_3.5.23-0+deb11u1+apertis0bv2022.3bb1_armhf.deb Size: 18440 MD5sum: d7ef869e9ebda4b9d7a19d2c0b648a1e SHA1: c553b9b8d79d4b6b662ad14ffc2dd034e5601e9e SHA256: 271f29035128f164a70a34a738f6b9f5cdfe77c5834b28eecad1997ac86e0229 SHA512: bd274534170eeb0c0e2d6fe87ddbf7416e559a8ce47f7483987615e50d89ecbf8a4e38eec79aa00ab46d0421eb1841baf00eb82b01c195057521e697939eaa64 Description: debug symbols for postfix-lmdb Auto-Built-Package: debug-symbols Build-Ids: 19c97d5bc44534fdd6439736d5e13ddf4e83a3f8 Package: postfix-mysql Priority: optional Section: mail Installed-Size: 415 Maintainer: LaMont Jones Architecture: armhf Source: postfix Version: 3.5.23-0+deb11u1+apertis0bv2022.3bb1 Replaces: postfix (<< 3.1.3-7~) Depends: libc6 (>= 2.4), libmariadb3 (>= 3.0.0), postfix (= 3.5.23-0+deb11u1+apertis0bv2022.3bb1) Breaks: postfix (<< 3.1.3-7~) Filename: pool/development/p/postfix/postfix-mysql_3.5.23-0+deb11u1+apertis0bv2022.3bb1_armhf.deb Size: 369732 MD5sum: 4f0ac4418b26fc83404a0ded8a51ed3c SHA1: 5364d24174b217a9c8bfe84653d4eddca9a936ad SHA256: 10dcf71fcba11087e15e63b30dffd55111964f4ce8611c63e835eb2bb208f215 SHA512: f620b0243edc661ce677681696fdc04fba0296c8c7dbc8c4bf0064865172f39c5083cbeca2452d9b4547714af934c0284261b1c6402753737bfdac1a3d6dbebb Description: MySQL map support for Postfix Postfix is Wietse Venema's mail transport agent that started life as an alternative to the widely-used Sendmail program. Postfix attempts to be fast, easy to administer, and secure, while at the same time being sendmail compatible enough to not upset existing users. Thus, the outside has a sendmail-ish flavor, but the inside is completely different. . This provides support for MySQL maps in Postfix. If you plan to use MySQL maps with Postfix, you need this. Homepage: http://www.postfix.org Package: postfix-mysql-dbgsym Priority: optional Section: debug Installed-Size: 37 Maintainer: LaMont Jones Architecture: armhf Source: postfix Version: 3.5.23-0+deb11u1+apertis0bv2022.3bb1 Depends: postfix-mysql (= 3.5.23-0+deb11u1+apertis0bv2022.3bb1) Filename: pool/development/p/postfix/postfix-mysql-dbgsym_3.5.23-0+deb11u1+apertis0bv2022.3bb1_armhf.deb Size: 23448 MD5sum: b1d371e74b25f8d90c22ebba7ea19882 SHA1: 11ea297e3af5867eed234a91b8dc902687b77f69 SHA256: 47a4fce4e49ebd304a139f8ca3e6a38648bde8d1fd3d661a12460c38cef3c563 SHA512: e439259e5a3dd1475d22745ae35e3e23503db861d48ec1333ea40a07d112d2096df6d73cfa55784b76d78b44a8402e3fe59b97a98f23612eb8d4d78fa9775ca7 Description: debug symbols for postfix-mysql Auto-Built-Package: debug-symbols Build-Ids: 4bf1a81c28a636c5265570f922a065911b524c86 Package: postfix-pcre Priority: optional Section: mail Installed-Size: 413 Maintainer: LaMont Jones Architecture: armhf Source: postfix Version: 3.5.23-0+deb11u1+apertis0bv2022.3bb1 Replaces: postfix (<< 3.1.3-7~) Depends: libc6 (>= 2.4), libpcre3, postfix (= 3.5.23-0+deb11u1+apertis0bv2022.3bb1) Breaks: postfix (<< 3.1.3-7~) Filename: pool/development/p/postfix/postfix-pcre_3.5.23-0+deb11u1+apertis0bv2022.3bb1_armhf.deb Size: 367432 MD5sum: 8198ca4aa75e5363f44dcb378312bb8d SHA1: 63a69dc04cf09f32e6d01c1199ca826d6acc7ade SHA256: 2802a9f97c0a5d0dbcfdb246ff6abac32edd95549e5435666b055195623e72ab SHA512: f8087455dab47e85bc9658f56f22394adfd2dde6f640144ff97bc9e93468c927ea5826ecbba61c64860e59ac9db3ba2796ea39774abea1705225116acb2f84f1 Description: PCRE map support for Postfix Postfix is Wietse Venema's mail transport agent that started life as an alternative to the widely-used Sendmail program. Postfix attempts to be fast, easy to administer, and secure, while at the same time being sendmail compatible enough to not upset existing users. Thus, the outside has a sendmail-ish flavor, but the inside is completely different. . This provides support for PCRE (perl compatible regular expression) maps in Postfix. If you plan to use PCRE maps with Postfix, you need this. Homepage: http://www.postfix.org Package: postfix-pcre-dbgsym Priority: optional Section: debug Installed-Size: 27 Maintainer: LaMont Jones Architecture: armhf Source: postfix Version: 3.5.23-0+deb11u1+apertis0bv2022.3bb1 Depends: postfix-pcre (= 3.5.23-0+deb11u1+apertis0bv2022.3bb1) Filename: pool/development/p/postfix/postfix-pcre-dbgsym_3.5.23-0+deb11u1+apertis0bv2022.3bb1_armhf.deb Size: 13900 MD5sum: 494a93e723edb2022c5a3dc23e47ee46 SHA1: 0fc9450050dcd42bb47de42a4fd2cfede6ccc172 SHA256: 67837ec303047ea9814ed33d92c1181d91bca2e185532c3d98b1d8789c6bf3b2 SHA512: 33413565904df41a87aec57e75ea7cb187a87a7beb28631ccf0ab5de3c47e3634f19741104553eef47c19301d2f4a26038b4cf140062d6da7211d5e8ddcc8075 Description: debug symbols for postfix-pcre Auto-Built-Package: debug-symbols Build-Ids: dde4bec57e292cc818c3c6239ab7ecabe9dcb038 Package: postfix-pgsql Priority: optional Section: mail Installed-Size: 414 Maintainer: LaMont Jones Architecture: armhf Source: postfix Version: 3.5.23-0+deb11u1+apertis0bv2022.3bb1 Replaces: postfix (<< 3.1.3-7~) Depends: libc6 (>= 2.4), libpq5, postfix (= 3.5.23-0+deb11u1+apertis0bv2022.3bb1) Breaks: postfix (<< 3.1.3-7~) Filename: pool/development/p/postfix/postfix-pgsql_3.5.23-0+deb11u1+apertis0bv2022.3bb1_armhf.deb Size: 368536 MD5sum: 8984da0412a455c0cc98b15ed044dac7 SHA1: 7cc5c14d494333677c55f4354c1c877270129cac SHA256: 4643ff6c3683c98d70313a2a6dd2fcd41b1670d1abb4bde4b7d7864a1ecf55b0 SHA512: 23afed362ffd1f8148a78b452b21443c9ffa393647fd3092fbb627d54bea0e3ad8adb13853481ef91be8d64eec38baa482e98f0214d89f10a27500ceda8ba2ea Description: PostgreSQL map support for Postfix Postfix is Wietse Venema's mail transport agent that started life as an alternative to the widely-used Sendmail program. Postfix attempts to be fast, easy to administer, and secure, while at the same time being sendmail compatible enough to not upset existing users. Thus, the outside has a sendmail-ish flavor, but the inside is completely different. . This provides support for PostgreSQL maps in Postfix. If you plan to use PostgreSQL maps with Postfix, you need this. Homepage: http://www.postfix.org Package: postfix-pgsql-dbgsym Priority: optional Section: debug Installed-Size: 27 Maintainer: LaMont Jones Architecture: armhf Source: postfix Version: 3.5.23-0+deb11u1+apertis0bv2022.3bb1 Depends: postfix-pgsql (= 3.5.23-0+deb11u1+apertis0bv2022.3bb1) Filename: pool/development/p/postfix/postfix-pgsql-dbgsym_3.5.23-0+deb11u1+apertis0bv2022.3bb1_armhf.deb Size: 13348 MD5sum: 2fce4b77f9343e2bb0f2fdc643f3ac5d SHA1: d1d4253bfc00b68587e6b4aaf5421f5f01d849d3 SHA256: b425632dac794a5bbfb1bfa290b17d9de06ce7f7fe6c4bddef3321c14ed8ede7 SHA512: f0a93e55091c06193a884a0d9a8ac177ab229779742e08a760ab7cb32ca7ca582b7d8dc5e93120a88de811a8e85cc7b1c5c425c383f8f67ed13a530e96f74bb0 Description: debug symbols for postfix-pgsql Auto-Built-Package: debug-symbols Build-Ids: 36f2a86a703009cf39faae889dc050f643d8615c Package: postfix-sqlite Priority: optional Section: mail Installed-Size: 407 Maintainer: LaMont Jones Architecture: armhf Source: postfix Version: 3.5.23-0+deb11u1+apertis0bv2022.3bb1 Replaces: postfix (<< 3.1.3-7~) Depends: libc6 (>= 2.4), libsqlite3-0 (>= 3.5.9), postfix (= 3.5.23-0+deb11u1+apertis0bv2022.3bb1) Filename: pool/development/p/postfix/postfix-sqlite_3.5.23-0+deb11u1+apertis0bv2022.3bb1_armhf.deb Size: 365760 MD5sum: 2e91252f08e723db0c7e3df2af803f79 SHA1: feac7362ad3a404f0bc771fc015bf6ca3379aec6 SHA256: edbc38d6ce5bf5e11420beaa76cecd925d9efaa74d01138112107444e69eae26 SHA512: d2d83acc09ad7c0a8042a3bdee5e6466a9720093e89cec317c2c655b4c1679030fea053fad969106c22063fd86d45ce4cad162e937fa2db57694b81a9cae6ca3 Description: SQLite map support for Postfix Postfix is Wietse Venema's mail transport agent that started life as an alternative to the widely-used Sendmail program. Postfix attempts to be fast, easy to administer, and secure, while at the same time being sendmail compatible enough to not upset existing users. Thus, the outside has a sendmail-ish flavor, but the inside is completely different. . This provides support for SQLite maps in Postfix. If you plan to use SQLite maps with Postfix, you need this. Homepage: http://www.postfix.org Package: postfix-sqlite-dbgsym Priority: optional Section: debug Installed-Size: 21 Maintainer: LaMont Jones Architecture: armhf Source: postfix Version: 3.5.23-0+deb11u1+apertis0bv2022.3bb1 Depends: postfix-sqlite (= 3.5.23-0+deb11u1+apertis0bv2022.3bb1) Filename: pool/development/p/postfix/postfix-sqlite-dbgsym_3.5.23-0+deb11u1+apertis0bv2022.3bb1_armhf.deb Size: 7864 MD5sum: 0e297d6bf5c4ea8fdaaea79a83f93a39 SHA1: 0893362854bb88e7334ef316a2484d944dba0dd1 SHA256: 5fc860b5fcdb9dd32bdb6c16b683db2972c4db66c9dd7cf0345eb3cfb208af55 SHA512: 41d77575ac15c77533c7910493c44d72e1a056976c94e742707a3a22279ae0ed147c7b955e27a37ca6104b2452a4bc04675ac716c29ecdfb1958f501cf0c9d9e Description: debug symbols for postfix-sqlite Auto-Built-Package: debug-symbols Build-Ids: 375341edfa16677607c475054ca6b1985b42fd18 Package: ruby-rack-protection Priority: optional Section: ruby Installed-Size: 87 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-sinatra Version: 2.0.8.1-2apertis1bv2022.3bb1 Depends: ruby | ruby-interpreter, ruby-rack Filename: pool/development/r/ruby-sinatra/ruby-rack-protection_2.0.8.1-2apertis1bv2022.3bb1_all.deb Size: 37496 MD5sum: a2631b81a18a86428d0544d1abdca566 SHA1: 692d5fd494d4a7972445f4d8a6df4918aa15619c SHA256: 4a47ec008c715dde210169a3dfed9e47a58c875a787bf4c0df68f51bc452050f SHA512: b6935af8a9d5dab6063d2013813f9b1d653b4282bee6c26b3df84430826ef55f9372193cf4fc3661fd8c448ce4e7d87afdf98f9e2aad1c23ac59f8f74e30592e Description: Protects against typical web attacks for Rack apps This library protects against typical web attacks. Should work for all Rack apps, including Rails. Homepage: http://www.sinatrarb.com/ Ruby-Versions: all Package: ruby-sinatra Priority: optional Section: ruby Installed-Size: 430 Maintainer: Debian Ruby Extras Maintainers Architecture: all Version: 2.0.8.1-2apertis1bv2022.3bb1 Depends: ruby | ruby-interpreter, ruby-rack (>= 2.0~), ruby-rack-protection (>= 2.0.5~), ruby-mustermann, ruby-tilt (>= 2.0~) Filename: pool/development/r/ruby-sinatra/ruby-sinatra_2.0.8.1-2apertis1bv2022.3bb1_all.deb Size: 351884 MD5sum: 2a2ba6aa3564cea7769b5500e9566566 SHA1: aab65f55e9d957374e3109d6afd3bb542772480c SHA256: 12943a5b0e2bdedcc11769e6de038b09e4a1542b7a6c2e382d61610096889c5d SHA512: fa74781a9684c391a31c489a4cc784169b7678c175825df2e0bebfb730712aa3af3406fd6c69e47d52633db6ab0067690cf110d6f56386c8947c5f2399a74db2 Description: Ruby web-development dressed in a DSL Sinatra is an open source web framework for Ruby programming language. It provides simple Domain Specific Language (DSL) for defining RESTful HTTP actions, and then defining how the application is going to respond to them. . This framework is lighweight and uses Rack which is a web server interface developed to run many Ruby frameworks using the same stack. Homepage: http://www.sinatrarb.com/ Ruby-Versions: all Package: ruby-sinatra-contrib Priority: optional Section: ruby Installed-Size: 149 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-sinatra Version: 2.0.8.1-2apertis1bv2022.3bb1 Depends: ruby, ruby-mustermann (>= 1.0~), ruby-sinatra (>= 2.0.5~), ruby-backports (>= 2.8.2), ruby-tilt (>= 2.0~), ruby-rack-protection (>= 2.0.5~), ruby-multi-json Filename: pool/development/r/ruby-sinatra/ruby-sinatra-contrib_2.0.8.1-2apertis1bv2022.3bb1_all.deb Size: 51696 MD5sum: 1376ae2b17dad8af4991e89beebc61aa SHA1: 58659cb19bc34af21b80538683ec9de5fdd5cddd SHA256: 772ed19fcfef71b2cddd09c041553e5ec25c9306af72ce4884bd70892882be3e SHA512: f630d0b0dac3726a78076533230a46556d425f399eed7d029993156eb329049e0224a03c669e4c623932b1554d3fa20974daf873a420102d3dc0ad02599b424a Description: collection of useful extensions to the Sinatra web framework sinatra-contrib is a collection of common extensions to the Sinatra web framework, semi-officially supported: - capture: Lets you capture the content of blocks in templates. - config_file: Allows loading configuration from yaml files. - content_for: Adds Rails-style content_for helpers to Haml, Erb, Erubis and Slim. - cookies: A cookies helper for reading and writing cookies. - engine_tracking: Adds methods like haml? that allow helper methods to check whether they are called from within a template. - json: Adds a #json helper method to return JSON documents. - link_header: Helpers for generating link HTML tags and corresponding Link HTTP headers. Adds link, stylesheet and prefetch helper methods. - multi_route: Adds ability to define one route block for multiple routes and multiple or custom HTTP verbs. - namespace: Adds namespace support to Sinatra. - respond_with: Choose action and/or template automatically depending on the incoming request. Adds helpers respond_to and respond_with. - custom_logger: Allows one to define their own logger instance. - decompile: Recreates path patterns from Sinatra's internal data structures (used by other extensions). - reloader: Automatically reloads Ruby files on code changes. - extension: Mixin for writing your own Sinatra extensions. - test_helpers: Helper methods to ease testing your Sinatra application. Partly extracted from Sinatra. Testing framework agnostic. Homepage: http://www.sinatrarb.com/ Ruby-Versions: all Package: ruby2.7 Priority: optional Section: ruby Installed-Size: 821 Maintainer: Debian Ruby Team Architecture: armhf Version: 2.7.4-1+deb11u1+apertis1bv2022.3bb1 Depends: rubygems-integration (>= 1.17.1~), libc6 (>= 2.4), libruby2.7 (>= 2.7.0~preview1) Recommends: fonts-lato, libjs-jquery Filename: pool/development/r/ruby2.7/ruby2.7_2.7.4-1+deb11u1+apertis1bv2022.3bb1_armhf.deb Size: 752100 MD5sum: fff82c0734753ddbbd3e3eeecf6c0fd4 SHA1: 51c72b3e96b4f7612b6c0902292f29870cebfacd SHA256: cb03e44c06ededfd3efbb9b53768286800762337f6a388122ba4af6863df9154 SHA512: 1abffeeaf5f196fa0996a737972d0d48ddbdff5fc4e571bcb53fa7e42bff4e9f0d6a4f4c2ad1679b3f8e3f7ab68bf298a14f025b90587c9a47872abb6843b183 Description: Interpreter of object-oriented scripting language Ruby Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . In the name of this package, `2.7' indicates the Ruby library compatibility version. This package currently provides the `2.7.x' branch of Ruby. Homepage: https://www.ruby-lang.org/ Multi-Arch: allowed Package: ruby2.7-dbgsym Priority: optional Section: debug Installed-Size: 17 Maintainer: Debian Ruby Team Architecture: armhf Source: ruby2.7 Version: 2.7.4-1+deb11u1+apertis1bv2022.3bb1 Depends: ruby2.7 (= 2.7.4-1+deb11u1+apertis1bv2022.3bb1) Filename: pool/development/r/ruby2.7/ruby2.7-dbgsym_2.7.4-1+deb11u1+apertis1bv2022.3bb1_armhf.deb Size: 3736 MD5sum: b85d0f1d46039ba3a47666c3ea5bfe69 SHA1: fbf14b75775ae1d446addff7b9be66ea5674679d SHA256: 3af406931c27bc0a146ebb1e35a83869d3ccd58bc93123af6126a73a3d857232 SHA512: 703fbcc073bea519b293d0c99b6b5770fff622d87a968f23b06abb30e13c5ccdd6626282b813eda628aad12cf63bb84b76c03d45ed2a11e111c9343ecfff66fb Description: debug symbols for ruby2.7 Auto-Built-Package: debug-symbols Build-Ids: 87f73afd6c82aa5a3ac98d595c6e95d8bc80baaa Package: ruby2.7-dev Priority: optional Section: ruby Installed-Size: 2014 Maintainer: Debian Ruby Team Architecture: armhf Source: ruby2.7 Version: 2.7.4-1+deb11u1+apertis1bv2022.3bb1 Depends: libgmp-dev, libruby2.7 (= 2.7.4-1+deb11u1+apertis1bv2022.3bb1) Recommends: ruby2.7-doc Filename: pool/development/r/ruby2.7/ruby2.7-dev_2.7.4-1+deb11u1+apertis1bv2022.3bb1_armhf.deb Size: 839720 MD5sum: 9f79d93acb4b5e8e20a39fff92cec34a SHA1: b9d47395024bd2cb387d68afa65f51c87e42d49b SHA256: ebe0038b04e8d599574e09a47564b5d90c9cf76bc7cf970f3f5833b94c6b8943 SHA512: d33ae70e9c80418ef4616d48c417b0c97e3215449f10b70ff91d8e76c1c79448f3f0123c1ba92ac41610282d62fd0917d40a8f36c5b583225b246ac85e1e635c Description: Header files for compiling extension modules for the Ruby 2.7 Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . This package contains the header files and the mkmf library, necessary to make extension library for Ruby 2.7. It is also required to build many gems. Homepage: https://www.ruby-lang.org/ Multi-Arch: same Package: ruby2.7-doc Priority: optional Section: doc Installed-Size: 23050 Maintainer: Debian Ruby Team Architecture: all Source: ruby2.7 Version: 2.7.4-1+deb11u1+apertis1bv2022.3bb1 Filename: pool/development/r/ruby2.7/ruby2.7-doc_2.7.4-1+deb11u1+apertis1bv2022.3bb1_all.deb Size: 2820716 MD5sum: d0cfc23bd6cd5ecb30f12702d71af0d9 SHA1: 9e1214f7d5cda1991c39c8cf738fd8f53eebeb46 SHA256: d068c1be836a4781f38dae8403f0ddd4fe2f3b7cc4a47482f3337253be8d4b08 SHA512: e4cec4f4cd106d79f4e9b30d798be1fd3706e027afd20763a1103742328882d201a40bfa5472e2b2084f2f9b42a66605a1f0f8e851dabf21bc7c2f91fe35b1c9 Description: Documentation for Ruby 2.7 Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . This package contains the autogenerated documentation for Ruby 2.7. Homepage: https://www.ruby-lang.org/ Multi-Arch: foreign