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: 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: 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: 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