Package: devscripts Priority: optional Section: devel Installed-Size: 2653 Maintainer: Devscripts Maintainers Architecture: arm64 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.17) 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_arm64.deb Size: 1096688 MD5sum: 526d6e33769529682abcc44732bd0dcc SHA1: b7cf70336c7fece3a1a73ef2578e0697d06d37fe SHA256: 73d8b1f8909302e2eae76e3af0a48bb571aa48551189d69c60bd9a064710f537 SHA512: 097d46408f6f16ec9c734f1d2483347cca4fbf26ee45f0a1c337b57f998536a9de719cb19d6f7652cd623feb244ad5ec88ab0f80adb34100a734bb18bb8201c0 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: 19 Maintainer: Devscripts Maintainers Architecture: arm64 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_arm64.deb Size: 4192 MD5sum: c8df7e3fafedd4a4cc68891a78fb4ffb SHA1: da22767899bd34b09ebe16c95503f910c3e430bc SHA256: cb557dc8352dde3df749d27ba8fbc55ad8e0ea870f140d8775485f172fb0ed5e SHA512: 1f759c713d834bc52a17cae006c0caf2b92a3484b44adb03c63fa4ea38cc33260943af2c969eb20ac113a88710befa7df4a67cfd116960d26214da03bf65b201 Description: debug symbols for devscripts Auto-Built-Package: debug-symbols Build-Ids: 853cd87f8e1f1c3d9d0be7e3b0f0d8e58c04a32a Package: ghostscript Priority: optional Section: text Installed-Size: 233 Maintainer: Debian Printing Team Architecture: arm64 Version: 9.53.3~dfsg-7+deb11u6+apertis1bv2022.3bb1 Provides: postscript-viewer Depends: libgs9 (= 9.53.3~dfsg-7+deb11u6+apertis1bv2022.3bb1), libc6 (>= 2.17) Suggests: ghostscript-x Filename: pool/development/g/ghostscript/ghostscript_9.53.3~dfsg-7+deb11u6+apertis1bv2022.3bb1_arm64.deb Size: 102220 MD5sum: 97640a34262c08b4e8783aec5042fb01 SHA1: 3f840949c67eba73edc991d22327d23ba983710c SHA256: 0491c08fe099b0cf30dd1c7aae894cfb1cf77b8c78f02b24d23a98fcb5190c79 SHA512: 05f19fb5b424f488706792b3bf7f32ce2863f4c337c6136d481a674a4b85839240a67d60df5b31f64a8c55a923aeb5790209749b3fa58fb212b0f98e4c4ff560 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: 21 Maintainer: Debian Printing Team Architecture: arm64 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_arm64.deb Size: 5976 MD5sum: 793195626ad10fa52915be19f0e93538 SHA1: d6742236c9bd81166d8bbe31e6ae1aabc51c0a04 SHA256: 52540002de9b482d231287ec5736a2882eaa8d8977d67a258c1c16c5d7636a5d SHA512: c6121aa3aac5642ae93f7980f80ac82f47fbc5a04690ede79751a862a4442897bb3b0dabe2e163e247d630ea8dfc275fc8d1436022d5286bbefe3185192239b5 Description: debug symbols for ghostscript Auto-Built-Package: debug-symbols Build-Ids: 5f210390578f03c2dd16993c0005ebad7a884ef8 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: 225 Maintainer: Debian Printing Team Architecture: arm64 Source: ghostscript Version: 9.53.3~dfsg-7+deb11u6+apertis1bv2022.3bb1 Depends: ghostscript (= 9.53.3~dfsg-7+deb11u6+apertis1bv2022.3bb1), libc6 (>= 2.17), libx11-6, libxt6 Filename: pool/development/g/ghostscript/ghostscript-x_9.53.3~dfsg-7+deb11u6+apertis1bv2022.3bb1_arm64.deb Size: 96380 MD5sum: 83cefb703a73a7e3ab45434e1c790761 SHA1: a73325a372532e060fce44b66179effe18d2cb5b SHA256: 110853daacd4e124f25f3f9e287e0d6e333985f4748117fec8e01528ac2d84dc SHA512: 5462d22e758072c46f42514883f3891060ca42b101a1fe98241b22883a2e02487346f26d3ba91cee49c4866f1c21da21393114791f6131adb996431d209f890a 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: arm64 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_arm64.deb Size: 100540 MD5sum: c9824a36fc1370a8e28aef7051c563af SHA1: 01ff333ef7975daab79742c0a2b015f8174b96e4 SHA256: fb1f0f73f9aff9d003cd8dc2873474f3b212169836daa753339db2c85b688eb1 SHA512: 1e2d5d38c9c689e095c59ce5cbb16c0b6a205b1305a13cf611b8a9ca3a53d6ed9d7ddf2cc0a02f2ceb9b66c028875b4f7071bca5e631f757b2d9878c75e21b4a Description: debug symbols for ghostscript-x Auto-Built-Package: debug-symbols Build-Ids: 38c2d2652e462b29d75fbd725f597982dbe4f4f5 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: arm64 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_arm64.deb Size: 84212 MD5sum: 89264533210cf956d58d28eeb58faff0 SHA1: 499bd5df69a99cc8c3ac35bf5fc4e411a864421d SHA256: 3162a75ea68f100e773b9648cd24f5fc4905d3c35e4cf7646e9b2a87842da242 SHA512: 4fae857b336ffbf4748435b18bd30ed5b8b0cabb2244c9a920c0703c94c80b30bc8f9d28af04f41e14bd4abae4d336b9ca1d95afd3140b7dbd527f511d2cb9c4 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: 16194 Maintainer: Debian Printing Team Architecture: arm64 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_arm64.deb Size: 2075144 MD5sum: 997911abc5cdeecdfe0d8a574771bbb8 SHA1: d364ea11fc9ccd07f0606cf677ada3c7a5bfc7e5 SHA256: ca042c0151675b7cbde20af64c8773c9be2662d8b6387d904400875102e85a05 SHA512: 23add248fc87cca1131ae24a248f39fe6b9b815039cd85beb9f3e4841d4c2528fa126875037292a41408cb4eef7875542ede3965913da7654890859a4a631e91 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: 8216 Maintainer: Debian Printing Team Architecture: arm64 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_arm64.deb Size: 7829352 MD5sum: 716b01be6139ae5117078ac2c40fa3e0 SHA1: bfc08113949b4ec13780d7efbe2e627ab59720d9 SHA256: 0ee5313d8359e6f224d8fcb078fd7cf6e09b8932ea21b15a0af030aeaa42a6c8 SHA512: ebf7a3b5c7a490e83c11eb5b44803e797bd8420d4e0694f7585226655cd681137971084a5863a90d3cceca3e10bb2492aa22fb31570c8d4ecc041afce2a27da4 Description: debug symbols for libgs9 Auto-Built-Package: debug-symbols Build-Ids: 32d89beafcf5b933515683ef2cc77712f8bfe199 Multi-Arch: same Package: librust-nodrop+nodrop-union-dev Priority: optional Section: rust Installed-Size: 6 Maintainer: Debian Rust Maintainers Architecture: arm64 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_arm64.deb Size: 1092 MD5sum: 8ee2eaedfa1f0f4ece449536baf97e05 SHA1: fa21c13e908e52e892509ee9f361e27857207937 SHA256: 7b26ffe1e3e9675195bb59c0482679a9fd713e3191648bd7e41014040f5210a9 SHA512: 78a4ee45a5821c46ca3601c8f7bccfc24b6b0b1ef0b186ecb6015a55457f81c0356bfbe90d5b3fa9cf716706552a46e5d6f70b403cb90db059da76f204808419 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: arm64 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_arm64.deb Size: 1096 MD5sum: a0570f51ee92a8bf29606a1d73d90cec SHA1: d1e202692b65af070aeded9733ce4da294f67aff SHA256: 9f245de3185d4838fdb9e482bd35e0bbbd703e6d80dcedb22b9a7797d0e1b1d3 SHA512: a9582b99629467d2cd186b5e1a083b55ea4f75c45fe52936ab16edec7a6fa2ffe5494af458dcd75e135df089be5a38707ec3a58a68f83297e8197857f158bad9 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: arm64 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_arm64.deb Size: 9292 MD5sum: fb48384fb12776587db462ed61ff13ed SHA1: e8ec8191c3f3e7f39f061240b9bb1fbf9b45fcfa SHA256: 604238efa0b16b9048ec94f5ceb08a4dcd8acba4ae4ecbbca074fa1d7c3d6627 SHA512: 5b07969a2539456eea10fd1e9243cb2c1a79ef1a33b7e33a45d87d40491e34349f342aa5fb4ff2888a637822dc46044cbb561620a0ad3bc54821e52c22f7b469 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: 4069 Maintainer: LaMont Jones Architecture: arm64 Version: 3.5.23-0+deb11u1+apertis0bv2022.3bb1 Replaces: mail-transport-agent Provides: mail-transport-agent Depends: libc6 (>= 2.17), 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_arm64.deb Size: 1517556 MD5sum: 2f9a3725256bf6d7d66b34af1253564d SHA1: d2ef7989b092f02921e35cca9c914b887c052471 SHA256: 4e53649ecb6b67e81c1172e7a47b1cbba97b0c0f83f2435f16a3a3b7089100a9 SHA512: 558f40ea55536428180c2a29cf23d3b796bbd63fc0d380c527f20cdd877d5781799cdccde5451aad40a239c539ddb2be163d11b1959d2cb20a04b1d8a366dcfd 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: 404 Maintainer: LaMont Jones Architecture: arm64 Source: postfix Version: 3.5.23-0+deb11u1+apertis0bv2022.3bb1 Depends: libc6 (>= 2.17), 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_arm64.deb Size: 362472 MD5sum: 2df193db34cea498bf0cd574b4017537 SHA1: 5204ad3a64b9b21f160ee8c153a6a4a476a1e5ce SHA256: be04b2ba5fd56eb6186d8c64fc259e384611bf62a75b80281f834bd5bde31876 SHA512: 43d572a0768922540c85fa2b2c0eec9ccc8151f517cf4dada6b56ec0ca296b28d4a4ed6f2af2d42f41fa5bdcde086a269cb415a5ddf1234bf500ad4425f2c09b 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: arm64 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_arm64.deb Size: 9944 MD5sum: 1bb59170fd7bd92207a8bad38205e3cc SHA1: 22c769671050430c3bcfc361034a4932bb2c6470 SHA256: b0c42031e1e8454696b287562399bbf131232f7d36c99ac4612c80702ac6455a SHA512: 4f9bce4773a4f1f7c30b5dc7bd805227b3a5dcae74f32a8981cc273c1fdda063c8dc1a4949738eb4094dcb229a6bf401d30ff0af8ff5dc3770388ab2bdc95a37 Description: debug symbols for postfix-cdb Auto-Built-Package: debug-symbols Build-Ids: 01574d8a71e89aa403bf8afecc4f0d1a3b4469a7 Package: postfix-dbgsym Priority: optional Section: debug Installed-Size: 2820 Maintainer: LaMont Jones Architecture: arm64 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_arm64.deb Size: 2093820 MD5sum: ff2b46ea7200435bad3fb4c108cae603 SHA1: ce0210f07f92928d52caec3eb46a35a69be41f25 SHA256: f21527cccd232c064dc0aa275c9cb719e51d32e8ffea34daef79c34f2b8b45cf SHA512: 85c749f54af471a91e0e61cdc701fe0ee4da9995e78ea2cd05b257701c1444e182c235c1134b8ef6c6e72892c5172ebd7a92a325ffa467ced0d814a44608c062 Description: debug symbols for postfix Auto-Built-Package: debug-symbols Build-Ids: 07231766e6c6c0da3a2faf32623108ec763593e8 07b8814616134dc7846e613c321704ccdeb642f0 0acee40f21384e98602cd818adb4c79df3d7e513 0d21b3a4ca27d106a1a533d9c3cd5770784d7e9e 13808a7c824754eab2dec27d772518d731a80abb 1407e3e2783bd44db16c0c7b3f02a31a16a9168b 1988aa01795102980afca646317730f966e44bb0 1cd6ac9807b54f003ff31c3673cca93a24932080 1e76c66929cebcea7df21006041eac8752b88f8a 2e0a59cb6b902125faa4bd806993ceb8528cccf4 2f6f700ad05d438b4d1bffd19596c393d113acd1 31b4c08065913a279b70a40ed329ccc78c9517d9 3361f4f0cb0ebb7bb497b702c9ee1631b1682be3 3be3a2f97a193dc789646dd1e6abf5fd9f537eba 3d2d90c54e17cfde29e096461bad6614337e4746 40e1006366f34be59c9e1afca0d370cb2ae45b96 419e68cdf7bed209d32ad3c28a5d11f2edd6afba 425b250718eb27d9af5617a3a94dab103ed56e0a 47a9173c647bd2054ee9d8e10ce401fe670b857a 4c6e2fbb9b2141e896edca38f27f4915747d71a6 51254587c6b008445e3a1bf38d5929cf36c305a0 5248b9e3dbec4c0521a9d7073cd49eec2b0d672d 5f9a00dfc552e3ad853da88fe8f25fc936ca3cd7 60037f5300bd485d17351bb4fdf9a1ef1efe44bd 61a23ababcdf8715f31215a48bad098f52abf208 696c7642dc04bf29c744c1858d2147806ce51d89 7fde5abcee4f7695493b9cba5191294cc1dce4f8 84d043b7ddb7947ddd4e9d4648b0ce5f09f4c3f8 8a3f0569c16577b4c8cab47b097e39908b672a4f 8b7188fa5df332951ca691eabab7a1869cbd1ca2 907c13af8e4a424db60ffe6955093dee42998839 91d52da1068e6c764276befa8b0ddbc8e69eee08 945d5290151e456eac774bb0e3eb9c2c5d070432 98271693a9b06317aec979cb2693685afbe82098 9a1d37c7ffe43b058fa8e4672598c61aac6ad147 9b31db482ea3091d5a7412ec3279e80e14bbb716 a77749a442e6b0adbe52664abe45fe50fb04494c b0b6eba9887c651c025b31c6ff259b4ace087224 bf0f687b4eee8dae5dfffd193521d2c554198974 c54f03a20922dde3498f58e7f6e06283e45c24a4 cf3f5b21b8ecd0ce9062f1484117b915494fbe70 d058add75e031ba290cef1a37011af76686e52fb d7ccfa023007d53f6f08f9aa01bf6285c017d3db df5720948263a6f22d788a30d10e516ccb7c1dc3 e31a4df056b15ed37afbc933834ac7eecc9bb5c9 e3af1546cda34755792418fd111abc119d0e2438 e7afe241000644e0398b029139c844feaf02e0d8 f1d59f1046d1986da40c2a00ab5d23420d8ada15 f23dcfa64897285b976ca549bcf268ecd55658e0 f6642bef2dc0713f8e9258e16fd2899a7d95b2eb f967e0dd18b78b464ce141f02fb3e7e55873d8b2 fe761430cef7ce9aa1bed0b105c0987e8017c98c 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: 435 Maintainer: LaMont Jones Architecture: arm64 Source: postfix Version: 3.5.23-0+deb11u1+apertis0bv2022.3bb1 Replaces: postfix (<< 3.1.3-7~) Depends: libc6 (>= 2.17), 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_arm64.deb Size: 379884 MD5sum: 220cc71f26164763d14adaaaa64b004d SHA1: e19e5d5912a7a467d88ac55ede28a370f301d9b8 SHA256: 4d465b7e473da98f768e5bffcd02080e6993c2bf8eb69b03a7b473d924aee0a9 SHA512: a40c312c1228b1e1efc1c8b3edd6dc82bc4470a12887352942ac34c5f5d7e1ca1c87840e6d9554e362cd637aafe9a5b53f6c2a2de3cc3a7789e6a5f9877f94fa 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: arm64 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_arm64.deb Size: 21544 MD5sum: f06b728e5aec0727e5f2ac753709e67b SHA1: 045082ef34124934ff0471111447bb865091b2a7 SHA256: d1437474a3e7a9312429038d822cf798b42c07853ac95e19015734fd42362068 SHA512: e38462ad95eaa9ad283dbf30153385d551f41aaa968cabed5f5c64b7bc811e68c7c628a8352eada790e8fc88a6f75aa37187b4ad95b816c130617fdba810fb6f Description: debug symbols for postfix-ldap Auto-Built-Package: debug-symbols Build-Ids: 1a9c5e0b961ab1a046a21fb433a28d785676fcc2 Package: postfix-lmdb Priority: optional Section: mail Installed-Size: 420 Maintainer: LaMont Jones Architecture: arm64 Source: postfix Version: 3.5.23-0+deb11u1+apertis0bv2022.3bb1 Replaces: postfix (<< 3.1.3-7~) Depends: libc6 (>= 2.17), 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_arm64.deb Size: 367796 MD5sum: 42fa33ca539dee251edbe650afa04c99 SHA1: 309940f22b0a6b0a2a10367b477d6dcf337ccce4 SHA256: 0adc7adb42a873121d6c91548e2e46fe27e3216154883e612420c4bccb90974d SHA512: 76bdc5c457fc3fad940445934c5211e24aa39790bdc806d134b20869d6116dc5c85dfcec0bce8359cf017b92dbfd2c233f2fc7451dd6b6c289814ba8fe5b0c26 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: arm64 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_arm64.deb Size: 18440 MD5sum: e1903197c9e24ed499c97e54a4e52d36 SHA1: c8b55613f68f5965f3657523a9829a6861b3b84f SHA256: 378ae42a8bca1ddfed34366e4a1640ee1dcb7fb20bcd5272f6c72608b352c474 SHA512: 7370b49e4527cf82b8fb23e5e9fa2f50580790c38bb755d456cba8209fcf6c4fbb27219d88f74325d68b0eb4e2453571700c54d9a278130d085cb4893ed79fa6 Description: debug symbols for postfix-lmdb Auto-Built-Package: debug-symbols Build-Ids: b96f50a0d9775b72c5d1d7d3f87e90ec60ad3fac Package: postfix-mysql Priority: optional Section: mail Installed-Size: 420 Maintainer: LaMont Jones Architecture: arm64 Source: postfix Version: 3.5.23-0+deb11u1+apertis0bv2022.3bb1 Replaces: postfix (<< 3.1.3-7~) Depends: libc6 (>= 2.17), 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_arm64.deb Size: 370128 MD5sum: fb0026c2feb8add99117c058094576db SHA1: 0b89ed396faca3f0b72d2ea28078f8ce682d2f90 SHA256: c5d01a2f07171531a793afc7db0a11d4de57a43498ab42c9b90f8ec4288e9430 SHA512: 0a0ce7cc7ada8a10562e6a36ce2a2f5ed49a8a579023ffacbd4baaf3456f640fc57efa21d2bc614b4b2232e77a81a64ba875f024446686415d07e1370457d85b 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: 39 Maintainer: LaMont Jones Architecture: arm64 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_arm64.deb Size: 23488 MD5sum: 3dce11f8605a42b1135719c16e2e454c SHA1: 565c26f2edfca7fb35fed94ae94e6eea99c59bb8 SHA256: 572a2f83928f31a04324b5a96ffb70727c8510aaa062fc3040b3941fa45cab7f SHA512: 83571a8ef3c96174bf290fb8d05f05947ce5f1e1c5b280b0674b64e0a7e498d3f6eade85706a8006e6cbfa84845bc981cf61173fc6ba0040f15b2d082381daa9 Description: debug symbols for postfix-mysql Auto-Built-Package: debug-symbols Build-Ids: 39d5875ec96b5b01bc68059ee9a93b5fb3394426 Package: postfix-pcre Priority: optional Section: mail Installed-Size: 418 Maintainer: LaMont Jones Architecture: arm64 Source: postfix Version: 3.5.23-0+deb11u1+apertis0bv2022.3bb1 Replaces: postfix (<< 3.1.3-7~) Depends: libc6 (>= 2.17), 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_arm64.deb Size: 368104 MD5sum: cf2d830a8ee713f7a7194339a1799f7a SHA1: f69340c6dcf83811037207ebf1d17d8aa1e03513 SHA256: a1bb81ba636bb17a1a687585d71d5516ce2e1718f21195f29fa912a8047b570d SHA512: 0d5a80c09874336f93345626dd9b16b6e7385eb18e0fe807e63155e4e226bc7480c9c5929f5f2c843ad8c637ebba04de9c580c7ed8110d492b163e20f8a084da 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: arm64 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_arm64.deb Size: 14404 MD5sum: 17040dbbd54239a117b6fdf8b6a8162d SHA1: ac0f66f58592a454ffc53baa225d04982a9026f2 SHA256: 733efa6ca99d23add63cbdac232abcb9fec9f119f312ee326fa2acb58c4f905b SHA512: d60e64ac754a04bb3f5511382d48c5d1c93d9e929fcd8312467e033e2d1b47cc7564187a9a0bae64d431cc60df993c7f468fc9a53e93d08aec6028fd34745337 Description: debug symbols for postfix-pcre Auto-Built-Package: debug-symbols Build-Ids: 09c485f3c1146af3658b324c024134eb861ee464 Package: postfix-pgsql Priority: optional Section: mail Installed-Size: 419 Maintainer: LaMont Jones Architecture: arm64 Source: postfix Version: 3.5.23-0+deb11u1+apertis0bv2022.3bb1 Replaces: postfix (<< 3.1.3-7~) Depends: libc6 (>= 2.17), 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_arm64.deb Size: 368880 MD5sum: 517090519036798af8ceb34851a29eec SHA1: 0ed6339ab3dfb48dcb04622ceeac368f4dbc92f7 SHA256: a255daec9fc32d8702ae3c0f0633a29a129a42f9dc311ab76bfe88a65ae82fe0 SHA512: 5402e9c7026637c41ace4dc0c9e6b1ae58d31d66653be2053693f992f72dc48b9376a50abf5a533c7cab9e54bd654d65a551a49bf1bcded663bb969808c555f9 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: arm64 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_arm64.deb Size: 13256 MD5sum: bf3aacf22f370ed7c3426bf9b42aac7c SHA1: f6d216a049ff696b7f6cc54ec59b256e5fe165f2 SHA256: 1f94a2962ad8dda466e66bc9ee66ae984c96ee5f49db341b1a273c0d1abfc078 SHA512: 389c810a1eefd77605603a5fb70a2be613e90b33dc86b4d5be8055075ec5d7c75d5fa856c65380f49c8ef2f24b575c4c1159a63b75b36b578d2c9e97484e9321 Description: debug symbols for postfix-pgsql Auto-Built-Package: debug-symbols Build-Ids: a9ffb4fb0ca71cdeaef468c30ee32ba8d0019693 Package: postfix-sqlite Priority: optional Section: mail Installed-Size: 412 Maintainer: LaMont Jones Architecture: arm64 Source: postfix Version: 3.5.23-0+deb11u1+apertis0bv2022.3bb1 Replaces: postfix (<< 3.1.3-7~) Depends: libc6 (>= 2.17), 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_arm64.deb Size: 366112 MD5sum: 23fffce661883bebb2ab0ce9142a0dc1 SHA1: 84ae3319d19871ce8adf344bd3bec058297e45c6 SHA256: 589dde86eba0c64fbef49cfaa2259e2cb2bce2fa9c53b15febad388b9cfe65f5 SHA512: 622e46ac0aee451a7d438add6772fd45594958e36fd7fb66cbefd26d23d1c93556148ee91134599c95c85e742c7785f3a2e7137283722cb98f55ccaf8f794f0f 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: 23 Maintainer: LaMont Jones Architecture: arm64 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_arm64.deb Size: 7848 MD5sum: 72b3b9a706effefe9612cfbb1ad4a8b8 SHA1: f2bf0bac6cc0221819f3fad2a30107217edb8352 SHA256: 36838d119c6f31f204a7b0cd748c9697d8cc48266d9fe24755b410640d36d692 SHA512: 1ee173e6cb24e8d5957d4b143700f86bcb6dc0a9666f19fbefc917b71d03d930f0785dba43212f0065b3fb3475700a0ea3dd71ff60ed738a74137e6269ebffc8 Description: debug symbols for postfix-sqlite Auto-Built-Package: debug-symbols Build-Ids: 2c1fa9cf463c241a2f92bcf4237a84db16779458 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