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