Package: devscripts Priority: optional Section: devel Installed-Size: 2661 Maintainer: Devscripts Maintainers Architecture: amd64 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.3.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_amd64.deb Size: 1096732 MD5sum: 7226cc0b20f8eb489505fad1bb164870 SHA1: b008eb97d188f4eb5ec57b10412d7620d96b338a SHA256: 2338a4aa8a3dce4b859dadf6b0de1f8bd530fd5a6f721319737d2bdf18ca6cc0 SHA512: 07a49a79313b312e8beccb2577f7b6044ed8dcbb687d897085d506cc3aa812a37776a8c8d2174935678f8817219047012a239008a9f26a1146c01e8aa89b4cff 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: 18 Maintainer: Devscripts Maintainers Architecture: amd64 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_amd64.deb Size: 4084 MD5sum: 724fd4c72fb62d1385f621a0c02d8cd7 SHA1: 6c6f4a23e66e2ed56edc3892c5fa3d32afdec0da SHA256: 50fe438d60e02d08a22bd041f96505f9fbdee62400aeda4861e632b2e8004501 SHA512: ec622ad5bc1057a703db292b14c34639f4e7ace900ffd72f725659302e2c2706f3fb36fc5b1b7be8874fabb625d12bc96ab4a1d900d315869078444721f09ecc Description: debug symbols for devscripts Auto-Built-Package: debug-symbols Build-Ids: 1e07455d3b97bcf84caec3e04d4edeec70a6c9dd Package: galera-4 Priority: optional Section: libs Installed-Size: 2306 Maintainer: Debian MySQL Maintainers Architecture: amd64 Version: 26.4.11-0+deb11u1+apertis1bv2022.3bb1 Replaces: galera-3 (<< 26.4) Provides: galera4, percona-xtradb-cluster-galera-26, wsrep Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), 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_amd64.deb Size: 807472 MD5sum: 7790e6dd6bb7d2f0df3d5f39b81fa3fe SHA1: b4d4f5b74065516906fdf987132c480376660e4d SHA256: cff5792960292258c727320eda91c52e2de3f0e00c71d3a8b94df3fc51563c5f SHA512: 1e4290d03b38ad302518c34d434297e3b977cd727781c8ec54d6e054576222bb74d98d3361d104068bb547074a077aebcd2c43a952c0a169f8c42c640e303c4b 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: 13687 Maintainer: Debian MySQL Maintainers Architecture: amd64 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_amd64.deb Size: 13490512 MD5sum: 7b39ed61a2dd5c065b45eaa27e026ac9 SHA1: f91532f0ac522fe6ca06f540956e8ef4a2290e77 SHA256: eee896f36e75056da7d20a1249bbe7e1869a490cad0ccf43459526a71ceb06ae SHA512: 12887fee5b700d9d2831c811188c3ddc22f51454f7c189bd15cb2926873058c9b18d2368a136ff7dfa411f7ddeea885a0aa1ec5bafe1346ebb012f06fbd4c6f5 Description: debug symbols for galera-4 Auto-Built-Package: debug-symbols Build-Ids: 01be658b4c28d2bf7be597e0e6f86cdaa7f33190 Package: galera-arbitrator-4 Priority: optional Section: database Installed-Size: 1896 Maintainer: Debian MySQL Maintainers Architecture: amd64 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.17), libgcc-s1 (>= 3.0), 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_amd64.deb Size: 616632 MD5sum: 5fe1466a3ad024d131cc346647b5edc7 SHA1: c9b9f8db5f7bc448f1a7934e09d754b2ddead3e1 SHA256: 9d167a0266c4b16a26cea712f3794ab6706c6cc428d6b27d55cf0fe7c31da257 SHA512: d89fe26220acc1e1d2e1337ea4163c586c381570922523137a354c08cf2d91ee21762254d32bcde1121c0483e66b7b37cd0024c7d09ffcbb7775994cdec5ef45 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: 9322 Maintainer: Debian MySQL Maintainers Architecture: amd64 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_amd64.deb Size: 9144472 MD5sum: 27d0525a17eb6c6b9e2d5ce6d204dfb8 SHA1: c0472162ffbbb8ebef9b2b507d3fef47ea3ec466 SHA256: b59bbcef695e96868d62c16cee43cd72325c9b4f31542ea07699f0624e4d49ba SHA512: 7a2990ea91a5437cb19f57a680838c8d7fd92f93b1236d3a96f1307eb7193e4d25f6fdc77562414928036cefb4ae36ff83e738e51eceb1897575f249705efcb5 Description: debug symbols for galera-arbitrator-4 Auto-Built-Package: debug-symbols Build-Ids: 714cf6f123e42724e68ed36ad4eea4d4891461d0 Package: gcc-arm-none-eabi Priority: optional Section: devel Installed-Size: 506561 Maintainer: Agustin Henze Architecture: amd64 Version: 15:8-2019-q3-1apertis1bv2022.3bb1 Depends: libc6 (>= 2.15), libgcc-s1 (>= 3.0), 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_amd64.deb Size: 30868296 MD5sum: e5b6eb96feb2d281f7120e981a3e35d1 SHA1: 0d94c29e7f9a57420ca2934f1147ae003ebba772 SHA256: afa3b3d8adf098dc3b092602437ee766b6e6ee36d96e5c304649c7952887f566 SHA512: 4699d8ea310e1aaccfb2082e7d4777199bdcca816c08e7c998811357d0abe60d10b70644277544296d432a03216a823c4004d089ffb25c396ae6bff9de58e5dd 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: 207785 Maintainer: Agustin Henze Architecture: amd64 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_amd64.deb Size: 203777652 MD5sum: 2cf8e0390d2ac8e9a97b0d5a2b59a9e7 SHA1: 4fb5966e47e4268d580f2bb0fd7188b05730765d SHA256: 2deaac3e6586c8b21607b00fdfc82f7ab4764577f0dc5e7088857f32716327df SHA512: 05faf90aaf6f0e6de95b16d124504b5e84c6d925079e082dda27247ba7f800d2157166934051bb527e31b77e7e0413fe01880eb3f4f392c375a5c4fa10e52ff1 Description: debug symbols for gcc-arm-none-eabi Auto-Built-Package: debug-symbols Build-Ids: 03164bceb2985a0e47e725526ec54b0649687047 03c79b740639bc37211170983554f3cefbece81d 0b75ec9d2c80c9fef6b76a5d2c39c9d4d237a1e7 16f4d5863f0eaa733da810207cbb5841a0602b20 23a4259a424a013d07f0d27b901c5251bdc59524 4212598b15e865a629f54bea40064f8ce9e660f1 597357287bb18d0b3d07408a84f2b7ad57259f20 67f60ec1dcd97864acb44a4e859bb6525ddddbd4 79e5ab9a00dc53bd3f25f2d7d596bc079e69474e 8230c172ce1dae59332a7229b89b73564f486dad 8d88f8606de5447c15ba87df71cf61ad1e9ee59d a2a05fd523c9e1cde5b5623fe61d097a420bf727 a742be01939fc0e6809e359ef47cac0ab0c58c73 b0033e9cb81bb2e0a15b1f9b65bc725836d0be4b b7ccba87a78331c80de80724e4cedf8bb1aeac7b bf9d3c46e5f12730ded9ae0c3b087698ee4904ba d09b92094146bfdb1470c433ed9d82347e4b0595 d7dc52a1468c7719bf2f81d4cc56d46eedebff78 f0b922f44d942f137489286582b8eb86ad0e7fa9 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: 237 Maintainer: Debian Printing Team Architecture: amd64 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_amd64.deb Size: 102216 MD5sum: df56adf0337df55eb97b688109067f0b SHA1: fed67ef210398b91a36f776884af5660e2a7ee82 SHA256: 92e75ed56751c66af6c994df9e5d59c2feba8a43679273b6357482dd9fd62f97 SHA512: 9b3220e3532f899d56b97b1224bb2ccf7cc1eeb1c1d4f70ae265b33179db7ca8a80b9a2f0eb38e4e1dac4a782083c8638ddaac51a08c7ecf662f8e9dc301027d 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: 20 Maintainer: Debian Printing Team Architecture: amd64 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_amd64.deb Size: 5872 MD5sum: 870b68a743c0645194b79bd329dc9f68 SHA1: efaa9ece157cf26835614880a6ca4592e2eba18d SHA256: d3a6d547b886988bf77c9690a3df4f2b4eab8c744a909ba5ab6ff8034ae16f83 SHA512: 75cb0e27f4f3b6d038382a6fbdf8be6a27bbbbaed98d4c8786d4f9333492a470eeb15104ab590cc877e53927714d27ab03c3f4a8415bd29bb23adfc50aa8658a Description: debug symbols for ghostscript Auto-Built-Package: debug-symbols Build-Ids: d481f97fa78ce84dfb7bdfb394d1484c23a8a50f 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: 229 Maintainer: Debian Printing Team Architecture: amd64 Source: ghostscript Version: 9.53.3~dfsg-7+deb11u6+apertis1bv2022.3bb1 Depends: ghostscript (= 9.53.3~dfsg-7+deb11u6+apertis1bv2022.3bb1), libc6 (>= 2.14), libx11-6, libxt6 Filename: pool/development/g/ghostscript/ghostscript-x_9.53.3~dfsg-7+deb11u6+apertis1bv2022.3bb1_amd64.deb Size: 98292 MD5sum: b7e5f4cff40ce112a20a8e87b467eb82 SHA1: 30d2262b63f8c2ca2ca3d27be44faf18f6905703 SHA256: a909b46005ecd1fc8fcf3a65f95cd1e3b84244779fcc920b664a53ce50f1ba47 SHA512: 8c69e2153745a965cd25921b242af7d87afda26fed7e881b9d471e4cae3feaf6b0849da524d5405857893af6a6056f6967654038f18d7c0a75b3ce9e93b1342e 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: 121 Maintainer: Debian Printing Team Architecture: amd64 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_amd64.deb Size: 100364 MD5sum: b189f5aa8aadaf3860f22fcbefac4b38 SHA1: d8c9b3a8cba1743973349755e21b5bed123679dd SHA256: 7ff56ef4b34c62507cd23729e71b6d97d9642b1e3a8d13510c1b195b502107ce SHA512: 912f455d9a67ffe0b8bf2d6b50f29b20b971c2a087da76c981404388370a18efebe5e33699c2146070572f7b0dd3d69418bb448dd581433d7d8f535ad3aa0732 Description: debug symbols for ghostscript-x Auto-Built-Package: debug-symbols Build-Ids: a04f16e4e8088ce9bab7a45b5af993d3d326a8ea 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: amd64 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_amd64.deb Size: 84208 MD5sum: 0e1838a90197e5b3299337b844a8feaa SHA1: b4352231d5cc331585466150f6d33c7c09a5e83d SHA256: 1ca49eca722fc7be895947daab53aa8987a11dc12cdc659a04f8d342a5e0d5bc SHA512: 854c9bad28e0ddaf26d3e8444d80712693fef3ad559465b63cb9f2fd089de05c30096b8ae928519deba01c04f11e519ecaa65ef69d3f881347c692f29eb9b447 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: 16413 Maintainer: Debian Printing Team Architecture: amd64 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_amd64.deb Size: 2247000 MD5sum: 5ecf5a8879e5b1fcc3a363656c8fe43a SHA1: 1ea9e3eb24109b8c7e0b073341e1f6fd360b0f30 SHA256: ccf9075c9cc0eb51c28d956ecb6751724c9f49e66e76b20e3d57eea7c48b21f7 SHA512: 0981d544a5a79bbb3fb81b5daa3920fb74568d1ef70b369486cf4dd7e6f98f769fd04a5618bef0de791a2cc27e6b65cd6732e1f57b7f162655c9f4cc2e1b834c 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: 8251 Maintainer: Debian Printing Team Architecture: amd64 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_amd64.deb Size: 7928296 MD5sum: 039eeedaee711b2163aaa21c488de38e SHA1: 8b8bec97f78c87d2fd29f0c0ffaf2fc4be69b98e SHA256: e55773abe7d15211fc88052933646c8dc566d2bd26c3797289a0df36e1bb9a63 SHA512: 1bd3229de5190939c5da9483b3d0e6f5992724aac47da368749524995e4da18fd4e49828a96849f471211a802c3db42cd2c59449f3866af33de86066f2cedada Description: debug symbols for libgs9 Auto-Built-Package: debug-symbols Build-Ids: e8f90e6df34e0b3c94a99d5c8888e4be1353b696 Multi-Arch: same Package: libruby2.7 Priority: optional Section: libs Installed-Size: 17511 Maintainer: Debian Ruby Team Architecture: amd64 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.2) Filename: pool/development/r/ruby2.7/libruby2.7_2.7.4-1+deb11u1+apertis1bv2022.3bb1_amd64.deb Size: 4213512 MD5sum: d1d4327a0db93fe28e8fe9aa0fcb517c SHA1: 00ee3319c4c079db24756511f39bc6e436ea7c00 SHA256: 8224b4f9e2f78f0ae14ea5ba51b733ea28e9a09553a33eb642dfe7a8d1157e0b SHA512: aa3351638d995d7a394a7a318b6dce2b7fc1aff87029a19f08a6e56aa5e723d13d03e465207e99c589dc856652a226a4517351fb3b10be44e86be65fb74c2fe6 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: 7868 Maintainer: Debian Ruby Team Architecture: amd64 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_amd64.deb Size: 6723708 MD5sum: 0a875bbb82fee0c9d697e925776515ea SHA1: 6fb75fb71be663192e66d34bfff5b7c3f4fec6ea SHA256: 32da9149e85e3f5cd5a9248c5ca9529abb18bb38e66f56d7f061a49ed843455a SHA512: bb2f859baaff368c24ab8ce20dcdb599682bd366e4ded3c4d044e72e152a3ae56141f6c6de2f8d4c53de53f108f81f2c7615ebc70263ed0d922250e054549222 Description: debug symbols for libruby2.7 Auto-Built-Package: debug-symbols Build-Ids: 0352b357f9cdf5da3b843c2c0e43f8264f949614 04e8f76da5fdcbbd84e53be0be821c392c8a9297 0a2000e7c13870b61844b626ffab5e6fe4665675 0b59f26e8bc645ec32d83df11234db0adf8bba40 0cdb366ccc82baa0ae79cde42d61d0dfb48308be 0d9dd5a2a25b5989500e7a4fb5ef0c13d82d049b 11c1e46aafea7470f3826fadb9bbffd3ddaf9abb 13150fa3087d141da95d1d56db2f6b14f4a20460 137d6ea00cc2da26bbe9163f99b50b0c6c4dc14b 16345034b128f9c782ab2e80ea1f2abec762e3c0 163d23276cc27a3fe883ecd33057619d2b37f4ba 170f24111fdee58554ea27d3acad2c42f6f65ffd 1a89da678d6d54ba8122d7aa9697eafe93c72196 1b4b07f905932f107f76c322ca0b8fa0596957c9 201f8988e1b1c5e4620a853db21ac575a6e6d36a 22600b80b641daf63cfbe2ef07b3f85b2a6b6965 234d3f0c477f416716929f55789478f219eec4d9 23c781c68f9a2a46ccbffe2bb4b9547d8c9c3622 2dd4289ddb621d68061cd903698e66c2304f4702 340032ec7e2e3b1dac9aedf332c58e57742a0b9e 3562e6443674f61af6e66a9158a21e2149b655dd 391f1fd0af7b75f11412926d7f9b137002c3026c 39c908dc08587d87df412c2633b2a0d03b0a7b53 3a84c2e3ed1ec45b6e26747cc64fd454c237f324 3e64158c0bd8e6779b5c4cdb0f4c567d4a89173e 3f4ed8dc2d4a2dd72237fe829a02d0d7f0fb342b 443ee1f3c7f4729b74a84ac13ede52e76696ff14 44e837d3b97e50bad7a1a032e897fe7f3e2ff9f6 45d19890657d6b3845fdec11ba3931d0f7c3294e 45e1b6074934a413f9ac3432cb5c16784a99ac78 4b27804941b4fd7c13e696fb47a4bd4dbbe8e1fd 4fac5fba23c2e7da413489c693a74bcc172ac793 52b1c5c5c0626f2bcb01098fd2f26c5fb72b2677 546ab497342bad17308bd7bea6803d8c56d7f476 5648fa9ffb40c55064ab4605054937ebee3c5917 59640a3bf499536804422ad90d953c85d55f8c91 5a19d9f0f975ce3cc282a6f263b4cd86ae045812 5b8d456df4b65f29e44e31928029b035a8674f01 5ca277710b021b9ead711c0c9effa7a32745156a 63a5288a13d954f1d7eb3301e076141cd9e34b90 641b4b28e5adc7e5e84fdef9ea8e3b8e676dd2e9 66074e5aedec90eb2e4f32455c23a29ac967ee64 6cb8a1f8dee92e0eee1fa2543dd2f933c34b424e 6ef121be51fea8fa7f01a207549bb23d12c1cf08 6f5a4261ad21e1a79e5ce60e1dd2c3cb7b63b82a 6fd9d9343a7a918acb88f75e17e05f8082a77abf 756955791d044b226b04cd95a2b66b73221f3146 75ecf82e64652b589bcf2a6c2b85e90efe810108 7689205977f257130dd197d46f3e8bc78e5e4a60 791176676ce8d37340bd7692db999d13449c6663 795dad9ee856ad55f42d72ac5a86b0191906b4ed 7aafc751f51e2d30c34757f3cd9934ce99aa10b5 7aeb98c36d7abc0e30c2976bfefd4194c7f68422 7cf54ece91897f359025ed28424e562163820825 7f36e2efaed2321ed9abaf5ddcf1215a842f9411 815fb3e0ebd14da304ac1a56c3b42e664ceee87a 8822f96cc820b6b27378ba0f44f909892bada5ca 8c6b933f131b86d9df55cba117676f9c7bbbd0c1 8d9fd0c777e1e3f2beec53e4d114637bad98d78f 8f6d0de8187650b47b23d195d68469632726f54f 93dd5c8df8e98b3319d04ee3dae1e39f4ff81476 942610f314e4611d1e43ec40339403aac6f5c6e7 948916b7a8cf6a0327bd0f362542af982f4f931d 9a33591866633b3bf03eb139cf84caf6edcd05ad 9d85c9583259cb9a8ca59afa8e819ff4225fc348 a172567bc96d938f5819a50fac62bbe6b998dab5 a3f420c5c5f4cbd414b85c81bf6d9af1851bf4c1 a43ba0ad1679c1346e00a06ca65a91998905304e a4f070f50fe20196e842bad29f955f6d7dbf127d a6b0cdf063a322edd36ff5d280a7b60d59ff1b22 a9c051bb4a58f1d9b38d6c7268af5bc831f138c2 abeb7e2dede8bc26771cc3d8aea8501be741f837 acb43570557f29afbd2d53fbcea48d021052c638 add36ccb814d75ead6e77737ece8590b5aa5fab2 b11977b663ca74598b71ec2ea0798d8731f60546 b53fbad5ba37dcf9a691986766f33c0353d42003 b714d5a8ff75e596d4c49ed414ca7bc3d7a85d16 bac1b3a2c383af2700c5ce73ee84f7b551213a61 bc49f1eaa83d8fbc445623ae5349f61b443220b1 bfb4ea46bd66f833494e9160ea95f5d6d6bdb939 c0820aae9c005bf97a487c71aa551cc65d94f395 c94f13210f81459927c39de0c4838e1b2a8b0eec ca5dbcef6eba65b994975f73b64a3d8b7923bed9 ca64bd758f006c2d6906944d9ae3b609f3db75df cdca94d5ed5fa903090c9f6e6395fcf74ff3aba6 cdccf3cea5ed63655eed1e8cab7ca9eaf18ac25c d13bd2f89e24a26496f74076c5fee78ae558a1a0 d7c7f976646483ffc2b9d6b690927dd13c4378f5 da37513b67f816a519917cf98a0025fe3198dfc4 dd34d1909197b945f49095f45e291fb9c6d292c9 dd769f9acfc3dd486ee9363c182bab0eb26cc8ed e161d7f999c232221d6e86ddf2df02c5b53eca04 e2ba765c5681db58730dc955a6796b5ff6e41565 e2d9c7e39c98e215dc78da15f95283614cd4406e e70f8f344a6991d4f992c56261b94ed6e742e8c6 e71acfcd69e69c78090421ae1ebf3ad95e1cacc8 ebe634a4b1c75ad72f1d0805089515b57cc83670 f5236b39917164ebeff2f518a8ade55ae2aafc9d f98c668f3df702c6cdd4f7ad9169ac90bcfad932 fa528fbcec6ec80173680db2df02d05779fe7c1a fd4f473f88d90ad0acd6c54feedfad70749984ae Multi-Arch: same Package: librust-nodrop+nodrop-union-dev Priority: optional Section: rust Installed-Size: 6 Maintainer: Debian Rust Maintainers Architecture: amd64 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_amd64.deb Size: 1092 MD5sum: 4ad514175dc98971efcc099e94786521 SHA1: 7626c0e752ced3239783d74e6484fcbb5eae21b3 SHA256: 9d3652047cd4f81786d241ab3d9e2f73f63f32d9f6127026a4473c66be5b9dff SHA512: c07ed4277ec24ac7cbb3dccc129b73dcb04c1c21e7808499e2fdecfb01cc1d4797823727f996a1d562bb8dec48db8377965d5bdb4a5c6b27d78659b71d7110ce 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: amd64 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_amd64.deb Size: 1096 MD5sum: f23a2f66526fa0ecc7b0d5b331b19b05 SHA1: c69b42f843e9090a47abc477765c490f09853799 SHA256: 4b8c1f063014e4dfef9d9126c0d9c06326931cfb0ba63e537f9dc423d4d7149e SHA512: 8678ca40e1df4a630ee16fb9b9030e28543edc0ab7c82586dbb5c98f9609a4f403efc29682bc1fb5fbe617bdf2a6fc828e884c8af425c81ad60af565ed5c3552 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: amd64 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_amd64.deb Size: 9292 MD5sum: 0c893ce203366829a9ce72abc2b9de0d SHA1: c160f2e2c553f307d18214b25c53e20b4d44890d SHA256: 1585374bdc8f9e2ed5213dae884dcf96b227eafe8783c2d9ce85333c317d72b0 SHA512: c8388c451be994e909313de6f1aff33d9e7423fff2497e371b727929e7e54bbff7d7065b7170b14d86f51c40a3f6d2f8aaf3b523683bf6059c3a30876ac20133 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: 4216 Maintainer: LaMont Jones Architecture: amd64 Version: 3.5.23-0+deb11u1+apertis0bv2022.3bb1 Replaces: mail-transport-agent Provides: mail-transport-agent Depends: libc6 (>= 2.14), 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_amd64.deb Size: 1568036 MD5sum: 86d8883c81db0dfd8e214ed86b9e8a87 SHA1: af9cc68b5cceb778108b7d30aad4177a5abeaece SHA256: 7663f6ea716f3837da6a17cb6ee4d4ac18ad24b086cbc373d7829feca1254fa3 SHA512: 6ca57d065b560cb50f4f189dd4c1711050697f9acf40ee40cb880ce82bd063391244a8826f1cbb47894042f50e6f055829204ec90ec8fc8d7c7ef3595a270406 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: 408 Maintainer: LaMont Jones Architecture: amd64 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_amd64.deb Size: 362812 MD5sum: 52173d7b097bc955f9307cd3ef20019e SHA1: 8a533860c40b49e8a93ea60b2d430f077fb90e49 SHA256: 6f3829607331c18c7b372e559a4ff176d37cd14e89fd71935310e73dd8da5d11 SHA512: 7e94fc4a8da0fec81b1046d4cdd0960929133b383172311311ea18e562a01131ad692f47b21aeb71114e154253495436be17aee711e91ab029913c1032c7d471 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: 24 Maintainer: LaMont Jones Architecture: amd64 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_amd64.deb Size: 9968 MD5sum: 57bdce67f1cc68832a61e7f8593d2843 SHA1: cb1c070f0e5df973bede80b8d5bb0b1c1adda2d6 SHA256: 566cc05890076848ebef57638e597533bc3b06c3c5344ddd3dceee5cf4a81792 SHA512: 43b934fa59bbad4ef90b176ffb329bc1b8004a41a06fd04c70f6ed0ee9f40659c8dccc6dfafa79e624389cda49a0f01775527353339edd3e0e1d3fd2de738fd5 Description: debug symbols for postfix-cdb Auto-Built-Package: debug-symbols Build-Ids: 4bb4dc1eef2d5a882ee504be72bfbaea099d7fa3 Package: postfix-dbgsym Priority: optional Section: debug Installed-Size: 2715 Maintainer: LaMont Jones Architecture: amd64 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_amd64.deb Size: 2072088 MD5sum: fd048d38a487bd5f84c4a93fbda44554 SHA1: 7da93d1b060aa5175daf599ab0564cba4c1bb81b SHA256: 41117344289246eebd303099d1a62f4f8299a0cb2aa110482a1ed6dd462f73f3 SHA512: 93708872394a0db4720a65a5bfc2deb91f0e46095dac24a326a8736cc4aeba854f1b811c86d5c959c10cec1daabedfded5f6ce534278afacadce2a87d3f43bc3 Description: debug symbols for postfix Auto-Built-Package: debug-symbols Build-Ids: 00d45b7587e922eecc4a830e04218cb946569873 100c85c13431c5fcaba09a98ead6b8b2c7263197 152c8f4da45ebc6357c9f55b6cbde2274eca04ef 16f6fd6abfc5702f095342cd41ca0328c978b650 171353b73d63ed3df21c0872f3d64a0ad1cbaf9a 1b0c2d3731ac5aa8c6895a3284b3d36b90f67eb8 2441baa90f97df6dd19424ce135defdc803ed092 285fbaae9315b5a86e52a33b8fb79e620a2309c0 286e8d63008fe6c5b642dd598efb0571ee5bfcbd 29eb753e66526f3c8f04bd4b9aa1335ab6db6d8e 2e84380e453ea13ce372af33c12d182c8f3cf3bd 2f3927069fda269157641f333805b4e9368d2371 328d37c3e4649336da9d634b4496e518d7467808 356cd556fd50ba847f8c56b7a018717460822898 45775e564c5b7bc1eeac714ca48b25bfc2f0d947 47c0b1377832480da17ba67185e278756b43630f 49c4e2179a220f6adb6fce42f5be2bb2a4cd48cf 4a3cb9202d6352dcf0dfb5ff72e17a802f7caa7c 516c40505a5d1898cc1edcaeecf6b1a834f41273 51a79a0beb6228b1fb0746bcd60801a82da11d6e 6ae2730983838af34ed3da1cfcd07a5e0e66c371 7159968405e320e89a4268a79677d5e0e189cbb6 740dd448a5d4d2db13eee5058c13bcc43f7312e2 7585c0642ecfa1104e92ef575de50a02e7d42948 79fa17392a3079754307103ce4cd53a6aeeaf6a1 7d25fba845a16d51878e69136f05e5050a39f4ea 885dad9e730708c4817aa2e789f55d4d902507b4 8a554c8eba400f5805289c9ec3c53d7dc6070110 8ce318c463a9d96480c36a489f4ac2c75ec0847f 96fb65607522d0fdd08a745b217d614218fcb2bc a35d27fc67b62f9d381a1cabafd6b5f5395d0a37 a5c7b2963cceacffb19f1d2d75f0f2cfc409ff2c acde18662c918cd7981451dd639b91cc878e98d0 b1124c2176cab63e24c985ecc80e046b8bc1386e b7aa5cc5e3add060ff79a99f7dd75bb450a271ab b8ac50e04c936d5a32f63e796219636e9ec1700e bb21f51c8ac80774b6d8d9b00b4465de4630bb73 be6caffaa30ef4ace34ba3b763801344cc4faf55 bec991769909a043ff50fbcb424b39916c77f452 c2b0c0e0682eaacb980bdfc16dfe6fc256953562 cd0ed746667ccdd62a91562d4f92acdcaf99d3df d167b4a806524a8af27fd986a8465b90c1eeb9ce d5362bbbc1196cccc830fdcb05d125d8d301f6f9 df63d42d8fd059c011af6281ac2a5a0368b235ef e76b21ac2d5f4067a9c78e2290ece86e4736f17e e95cdf5517f57817930fa4615c0299bd5af9420a ef2a528a0d5603ce755468dc0e529c3db6cb05f9 f19771684a1cdaa0483dbc69890a174810a3f107 f2560ee994c98faa6402357eee55237bdc79e9d8 fab358f891573c8c537dd52de6b1dcd4af6dd5f5 fc5ad35f3c6a7d9a6ba71065ba6a97f2a1cd4e28 fcf7cc25e7e8435afa98f8bce5aa61abcc7167e2 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: 439 Maintainer: LaMont Jones Architecture: amd64 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_amd64.deb Size: 381020 MD5sum: 9c68d767d16748a007fab793bb494ac5 SHA1: e2ceb0790ae64d2e334e24a03b5f5821068520a2 SHA256: 317b19edfb9884287dda41cbb33d9886d203e139341011ebb8154c30fe51ee35 SHA512: ceae3cda458bd14f20bd1ff1d5ca5de9069bb438128dcb1be2258ef69efab33cc45e7a4b1cbae46769a5967cc4cd6294ebded46d2ade3cc7a6d0190ef23c3521 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: 38 Maintainer: LaMont Jones Architecture: amd64 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_amd64.deb Size: 21612 MD5sum: ac0632af9b361682d8a85682de14b960 SHA1: f94cbe5d3e3c953e224ac32cccc4292a355126e9 SHA256: aede50bbfd06f61fc4e80a5cc38703f6e70852887714aecfca57e9bc487abddc SHA512: 21de78718845277b49360783047c86d329cf4c3cc310017a1bcc5d3a7419abb5329d25e0692802dcca4174ac30329b0b9a3150a40ceecdea173805ef29245b5f Description: debug symbols for postfix-ldap Auto-Built-Package: debug-symbols Build-Ids: 999246fc08e836fe091773c6bb8d2c36af4136a2 Package: postfix-lmdb Priority: optional Section: mail Installed-Size: 424 Maintainer: LaMont Jones Architecture: amd64 Source: postfix Version: 3.5.23-0+deb11u1+apertis0bv2022.3bb1 Replaces: postfix (<< 3.1.3-7~) Depends: libc6 (>= 2.14), 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_amd64.deb Size: 368252 MD5sum: 5059923b48675a58692e86dbdeb69f51 SHA1: 27b1f8f5c67d019e3bebdcf2555ce1642d4a9b84 SHA256: d02e506fd7dde97b7ed9596efd96175b69798ae3891559328fdd47155ce99514 SHA512: 076f433de1e9d975528d804a6cd32e378b093e1eab0ea9c584bfd82d938ee7ef72b8ee5e9c9bd130ba7e79771dadf5af82e87ab7726b29266773dd7fbf7e9b6c 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: 34 Maintainer: LaMont Jones Architecture: amd64 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_amd64.deb Size: 18604 MD5sum: ebed46996d40951c57996714cbd1f774 SHA1: 8a22111d418af3658b5ca8928ab8e06ac1641efa SHA256: 32d9ef4391dc3a749fb2642f70ef1488a2598067f368164eeccb2523bea11ee2 SHA512: 5b0d8f35b474030dbb3201af9035266513845db4844cdaebb992cb1f0e9ecfc178779f78b6b0425e1d1146eaf63814a03bf14112b467ba7be7a7d1b8df96cc77 Description: debug symbols for postfix-lmdb Auto-Built-Package: debug-symbols Build-Ids: 00d2cb75588438aa9cc3f997fd567d9f7a9bda4a Package: postfix-mysql Priority: optional Section: mail Installed-Size: 424 Maintainer: LaMont Jones Architecture: amd64 Source: postfix Version: 3.5.23-0+deb11u1+apertis0bv2022.3bb1 Replaces: postfix (<< 3.1.3-7~) Depends: libc6 (>= 2.2.5), 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_amd64.deb Size: 370556 MD5sum: efa9983be11abb06d893861ce5e6aa1f SHA1: 727101f938a488147f2358f06438913ffb0246b4 SHA256: 832be08153caf47d149bbd62034f2470837e2503049538d978f8bd46f35cc7e1 SHA512: 9de4f85d3b288829ab03d798a4ec57d346f08de7b1102d1b210be479839533b1f8188ba14efaf870289d86ce547d6212a45bd9782746d7f194109da6d31c9efc 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: 38 Maintainer: LaMont Jones Architecture: amd64 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_amd64.deb Size: 23564 MD5sum: 229898dc746e1539392fa2e60b5e96b7 SHA1: 2bdfd0446ab59af05e225d5f1bd4255a6afb48fb SHA256: 07f022a24eeb1c273db74944cfd59625d7ee8abde6d5ca82824536ec3aa33c81 SHA512: 2bd4f0d549006f4bdf109eef2e7d545e81162bef80b26f021e1f221b19c0c41a8054650ef10f4297ce91bf77f9d78514687b8df5822485defa16cb2abb82a52e Description: debug symbols for postfix-mysql Auto-Built-Package: debug-symbols Build-Ids: 47b4807111ef2d8d8e78b935df1f8ce7d105e1ca Package: postfix-pcre Priority: optional Section: mail Installed-Size: 418 Maintainer: LaMont Jones Architecture: amd64 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_amd64.deb Size: 368476 MD5sum: 18835e2ac785d9376220b01d8c10d5cb SHA1: 8ac7f7bfb7080a4c7ffcfddf4847b845dc6ccc63 SHA256: a98c810ed307409ddd8a8635dac77fefbd13bed84aef02160bc7257df3d3a22e SHA512: 1bb1b6be393956c02ec85d46c3f5b15f8266a32d8d5e587bb431af452f685a515a8c7a5fd39d3a25528e403aeb313f7492ad10f18795b0c436ec042f2d24467e 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: 29 Maintainer: LaMont Jones Architecture: amd64 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_amd64.deb Size: 14444 MD5sum: 0da0897d589ea46fa03abb88146341b4 SHA1: 488cd24a1126209111edb353be2c1714fa96c0c5 SHA256: d2165826201764407ee510a94ddc3bf226a2800ae2fde613da06f1d72d2ed3ec SHA512: 8b70bbbb1cedf4eadd64ebb5be319e2d427bc63f463e7fbe8f1505b769c8e63e74f3d96bfd31d71ccaaeb49b13608fd2d33001c8fba54501516651409faf2960 Description: debug symbols for postfix-pcre Auto-Built-Package: debug-symbols Build-Ids: eb5322a3fd884130a5774dde525659432509f54b Package: postfix-pgsql Priority: optional Section: mail Installed-Size: 423 Maintainer: LaMont Jones Architecture: amd64 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_amd64.deb Size: 369300 MD5sum: ba4fd91c5e994a213962a2cdcdeb633e SHA1: abeafc78567500579ab1f31da7f3d86c87793f40 SHA256: a3968dff30d6cb76c585a9e4d2286854dc48cd583745ef21a358fd9d79cc3274 SHA512: 900e58f0964c8a74a543c6b56847258db3f2582eed9cee794f7c8341106dad8bb360a7554ba13494305019eee260f7af301bc905234814aed7606993abe678b2 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: 28 Maintainer: LaMont Jones Architecture: amd64 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_amd64.deb Size: 13340 MD5sum: 4e1b0b4fbb2742f211c6db441512f320 SHA1: c4b71e2ee92720cde80738eab304d0498dc07637 SHA256: 0f00e726228e4fb8b91bcc543fbe5eb8aa63939828dc00bafa0ad486de7043c3 SHA512: c41ed6337b94114d767fdce3cc2fc3c2099b03ab6da8b6f2611e83b6cf7f97115be7b5b54d629d8d50082ef90a518ad9ed88cee23c3538c7c65d1b65a604ffb9 Description: debug symbols for postfix-pgsql Auto-Built-Package: debug-symbols Build-Ids: 44a3f798067cc0abd91f6c89b29079228e97114f Package: postfix-sqlite Priority: optional Section: mail Installed-Size: 412 Maintainer: LaMont Jones Architecture: amd64 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_amd64.deb Size: 366292 MD5sum: fef99d76c06e751136b729cea4c79941 SHA1: d574457370aaabd7b413cf142ecbfdc0edd84455 SHA256: c7d93311bae6047a273b284fdd90022f9bd36d23314e3cf02774d3e1b4162e4e SHA512: 521fd579447fbd35a703364054f4dc6abc3748562c4f0bf4ba405115b7b8466947d00dcbc9d49905cf9d8ab2b13c8e038522d0c196a75c1c72010726150a8440 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: 22 Maintainer: LaMont Jones Architecture: amd64 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_amd64.deb Size: 7756 MD5sum: 317ebebe2d73f462882ce91f32d29ff3 SHA1: d96fee63ef91413eba573e418806387f1eca9d26 SHA256: f1c09c473ba958c01b31be4bb78f363655f7db6813bef35fe09fcfffd3da8454 SHA512: 3fdabcfb9f8d301421f8658847d955fa94a5c679e80db1a81e3a4a1eef3da2dfff8bc05155e60eec79aea89761d399bcba209580082344407192fe76fde6a8e2 Description: debug symbols for postfix-sqlite Auto-Built-Package: debug-symbols Build-Ids: 06f5db037977dba1d63d923425c49c940bccd453 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: 829 Maintainer: Debian Ruby Team Architecture: amd64 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_amd64.deb Size: 752216 MD5sum: 21dc663b79775db30dce09f5fdd0d87c SHA1: db81e938cab28a1ffb77082c117038f9ed71374d SHA256: 9a2a17533b4310b0b890aa26f88910d98e1dd4f5e6c22f38f9498ed452865174 SHA512: 8e4ed88e0046f03efa8ec511c5e366587f72eb6153fa2e151ff981069dbe134dd361f638bb9cbf4797d5f8637dd1080b052cadffa9b52075cee62084051505eb 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: amd64 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_amd64.deb Size: 3412 MD5sum: ff3dd68695b5903a4193949b433ffa5b SHA1: 98594d9f8907b5fce8402dc75951bf408c80c6b6 SHA256: 154d1e11757a66ef7605d8c36f4be917572743c81097db6b7a8869b577d21080 SHA512: 7942d10fd2235de47f37cd83ee1c67c51b372bc079955f461182127c741e25dcda60e04c628d416079ddc0e3a02c5eed29c0f9124b630ef77f9a3e15b818a009 Description: debug symbols for ruby2.7 Auto-Built-Package: debug-symbols Build-Ids: 2e1f6d36d6fcb56f100adf1316539203f4a38d2b Package: ruby2.7-dev Priority: optional Section: ruby Installed-Size: 2041 Maintainer: Debian Ruby Team Architecture: amd64 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_amd64.deb Size: 839476 MD5sum: c5455299b5db33d27a6b7a4ba5e63fa2 SHA1: 4d5d059b685ecc5d112d497fc933791d260698e9 SHA256: d830998cda873b0bd1e86b27af3cf94c155280b580337d61f3e42b7b2743bddb SHA512: ced63c89943468a509deead381766f8d7c581ade7a5ba0bf8d61085e43fdc55f071a37cd9d33b6c7f42d44856cf567e724aa96fd101e85fb915266461e39462d 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