Package: devscripts Priority: optional Section: devel Installed-Size: 2653 Maintainer: Devscripts Maintainers Architecture: armhf Version: 2.21.3+deb11u1+apertis2bv2022.3bb1 Replaces: hardening-includes, ubuntu-dev-tools (<< 0.124~) Depends: dpkg-dev (>= 1.18.19), fakeroot, file, gnupg | gnupg2, gpgv | gpgv2, libfile-dirlist-perl, libfile-homedir-perl, libfile-touch-perl, libfile-which-perl, libipc-run-perl, libmoo-perl, libwww-perl, patchutils, sensible-utils, wdiff, perl:any, python3:any, libc6 (>= 2.4) Recommends: apt (>= 1.3~pre3), dctrl-tools, dput | dupload, libdistro-info-perl, libdpkg-perl, libencode-locale-perl, libgit-wrapper-perl, libgitlab-api-v4-perl, liblist-compare-perl, libstring-shellquote-perl, libtry-tiny-perl, liburi-perl, licensecheck, lintian, man-db, patch, pristine-tar, python3-apt, python3-debian (>= 0.1.15), python3-magic, python3-requests, python3-unidiff, python3-xdg, strace, unzip, wget | curl, xz-utils, debian-keyring, equivs, liblwp-protocol-https-perl, libsoap-lite-perl Suggests: adequate, at, autopkgtest, bls-standalone, bsd-mailx | mailx, build-essential, check-all-the-things, cvs-buildpackage, debhelper, devscripts-el, diffoscope, disorderfs, dose-extra (>= 4.0), duck, faketime, gnuplot, how-can-i-help, libauthen-sasl-perl, libdbd-pg-perl, libfile-desktopentry-perl, libnet-smtps-perl, libterm-size-perl, libtimedate-perl, libyaml-syck-perl, mmdebstrap, mozilla-devscripts, mutt, piuparts, postgresql-client, pristine-lfs, quilt, ratt, reprotest, ssh-client, svn-buildpackage, w3m Breaks: hardening-includes, ubuntu-dev-tools (<< 0.147~) Filename: pool/development/d/devscripts/devscripts_2.21.3+deb11u1+apertis2bv2022.3bb1_armhf.deb Size: 1096476 MD5sum: 9b9ba04b0b667944def41635769ac1eb SHA1: f20c335efcec9c6717c04e75fc5cc616b65aef33 SHA256: 19c9102fecb5fe9eae13a8388aaf9dfd2402c9b40af925259aab179c6be18b01 SHA512: 1ef38108a4f8c5ae887a8c19bdb84ceaa3880fbfbadbd15cada7dc36b04589f08335ece8ef4a9458494d63799c4b8ee2edff1f9667f9224b3013f5238a6c01a4 Description: scripts to make the life of a Debian Package maintainer easier Contains the following scripts, dependencies/recommendations shown in brackets afterwards: . - annotate-output: run a command and prepend time and stream (O for stdout, E for stderr) for every line of output. - archpath: Prints arch (tla/Bazaar) package names. Also supports calculating the package names for other branches. [tla | bazaar] - bts: A command-line tool for accessing the Debian Bug Tracking System, both to send mails to control@bts.debian.org and to access the web pages and SOAP interface of the BTS. [www-browser, libauthen-sasl-perl, libnet-smtps-perl, libsoap-lite-perl, liburi-perl, libwww-perl, bsd-mailx | mailx] - build-rdeps: Searches for all packages that build-depend on a given package. [dctrl-tools, dose-extra, libdpkg-perl] - chdist: tool to easily play with several distributions. [dctrl-tools] - checkbashisms: check whether a /bin/sh script contains any common bash-specific constructs. - cowpoke: upload a Debian source package to a cowbuilder host and build it, optionally also signing and uploading the result to an incoming queue. [ssh-client] - cvs-debi, cvs-debc: wrappers around debi and debc respectively (see below) which allow them to be called from the CVS working directory. [cvs-buildpackage] - cvs-debrelease: wrapper around debrelease which allows it to be called from the CVS working directory. [cvs-buildpackage, dupload | dput, ssh-client] - cvs-debuild: A wrapper for cvs-buildpackage to use debuild as its package building program. [cvs-buildpackage, fakeroot, lintian, gnupg |gnupg2] - dcmd: run a given command replacing the name of a .changes or .dsc file with each of the files referenced therein. * - dd-list: given a list of packages, pretty-print it ordered by maintainer. * - debbisect: bisect snapshot.debian.org to find which change in the archive introduced a certain problem. [mmdebstrap, python3-debian] - debc: List contents of current package. Do this after a successful "debuild" to see if the package looks all right. - debchange (abbreviation dch): Modifies debian/changelog and manages version numbers for you. It will either increment the version number or add an entry for the current version, depending upon the options given to it. [libdistro-info-perl, libsoap-lite-perl]* - debcheckout: checkout the development repository of a Debian package. * - debclean: Clean a Debian source tree. Debclean will clean all Debian source trees below the current directory, and if requested, also remove all files that were generated from these source trees (that is .deb, .dsc and .changes files). It will keep the .diffs and original files, though, so that the binaries and other files can be rebuilt if necessary. [fakeroot]* - debcommit: Commits changes to cvs, darcs, svn, svk, tla, bzr, git, or hg, using new entries in debian/changelog as the commit message. Also supports tagging Debian package releases. [cvs | darcs | subversion | svk | tla | bzr | git-core | mercurial, libtimedate-perl] - debdiff: A program which examines two .deb files or two .changes files and reports on any difference found in their file lists. Useful for ensuring that no files were inadvertently lost between versions. Can also examine two .dsc files and report on the changes between source versions. For a deeper comparison one can use the diffoscope package. [wdiff, patchutils]* - debdiff-apply: Apply unified diffs of two Debian source packages, such as those generated by debdiff, to a target Debian source package. Any changes to debian/changelog are dealt with specially, to avoid the conflicts that changelog diffs typically produce when applied naively. May be used to check that old patches still apply to newer versions of those packages. [python3-debian, python3-unidiff, quilt] - debi: Installs the current package by using the setuid root debpkg script described below. It assumes that the current package has just been built (for example by debuild), and the .deb lives in the parent directory, and will effectively run dpkg -i on the .deb. The ability to install the package with a very short command is very useful when troubleshooting packages. - debpkg: A wrapper for dpkg used by debi to allow convenient testing of packages. For debpkg to work, it needs to be made setuid root, and this needs to be performed by the sysadmin -- it is not installed as setuid root by default. (Note that being able to run a setuid root debpkg is effectively the same as having root access to the system, so this should be done with caution.) Having debpkg as a wrapper for dpkg can be a Good Thing (TM), as it decreases the potential for damage by accidental wrong use of commands in superuser mode (e.g., an inadvertent rm -rf * in the wrong directory is disastrous as many can attest to). - debrelease: A wrapper around dupload or dput which figures out which version to upload, and then calls dupload or dput to actually perform the upload. [dupload | dput, ssh-client] - debrebuild: A script that provided a .buildinfo file reports the instructions on how to try to reproduce the reported build. [sbuild | mmdebstrap, libdistro-info-perl] - debrepro: A script that tests reproducibility of Debian packages. It will build a given source directory twice, with a set of variation between the first and second build, and compare the binary packages produced. If diffoscope is installed, it is used to compare non-matching binaries. If disorderfs is installed, it is used during the build to inject non-determinism in filesystem listing operations. [faketime, diffoscope, disorderfs] - debrsign: This transfers a .changes/.dsc pair to a remote machine for signing, and runs debsign on the remote machine over an SSH connection. [gnupg | gnupg2, debian-keyring, ssh-client] - debsign: Use GNU Privacy Guard to sign the changes (and possibly dsc) files created by running dpkg-buildpackage with no-sign options. Useful if you are building a package on a remote machine and wish to sign it on a local one. This script is capable of automatically downloading the .changes and .dsc files from a remote machine. [gnupg |gnupg2, debian-keyring, ssh-client]* - debsnap: grab packages from https://snapshot.debian.org [libwww-perl, libjson-perl] - debuild: A wrapper for building a package (i.e., dpkg-buildpackage) to avoid problems with insufficient permissions and wrong paths etc. Debuild will set up the proper environment for building a package. Debuild will use the fakeroot program to build the package by default, but can be instructed to use any other gain-root command, or can even be installed setuid root. Debuild can also be used to run various of the debian/rules operations with the same root-gaining procedure. Debuild will also run lintian to check that the package does not have any major policy violations. [fakeroot, lintian, gnupg | gnupg2]* - deb-reversion: increases a binary package version number and repacks the package, useful for porters and the like. - deb-why-removed: shows the reason a package was removed from the archive. [libdpkg-perl] - dep3changelog: generate a changelog entry from a DEP3-style patch header. - desktop2menu: given a freedesktop.org desktop file, generate a skeleton for a menu file. [libfile-desktopentry-perl] - dget: Downloads Debian source and binary packages. Point at a .changes or .dsc to download all references files. Specify a package name to download it from the configured apt repository. [wget | curl] - diff2patches: extracts patches from a .diff.gz file placing them under debian/ or, if present, debian/patches. [patchutils] - dpkg-depcheck, dpkg-genbuilddeps: Runs a specified command (such as debian/rules build) or dpkg-buildpackage, respectively, to determine the packages used during the build process. This information can be helpful when trying to determine the packages needed in the Build-Depends etc. lines in the debian/control file. [build-essential, strace] - dscextract: extract a single file from a Debian source package. [patchutils] - dscverify: check the signature and MD5 sums of a dsc file against the most current Debian keyring on your system. [gnupg | gnupg2, debian-keyring] - edit-patch: add/edit a patch for a source package and commit the changes. [quilt | dpatch | cdbs] - getbuildlog: download package build logs from Debian auto-builders. [wget] - git-deborig: try to produce Debian orig.tar using git-archive(1). [libdpkg-perl, libgit-wrapper-perl, liblist-compare-perl, libstring-shellquote-perl, libtry-tiny-perl] - grep-excuses: grep britney's excuses to find out what is happening to your packages. [libdbd-pg-perl, libterm-size-perl, libyaml-syck-perl, wget, w3m] - hardening-check: report the hardening characteristics of a set of binaries. - list-unreleased: searches for packages marked UNRELEASED in their changelog. - ltnu (Long Time No Upload): List all uploads of packages by the given uploader or maintainer and display them ordered by the last upload of that package, oldest uploads first. - manpage-alert: locate binaries without corresponding manpages. [man-db] - mass-bug: mass-file bug reports. [bsd-mailx | mailx] - mergechanges: merge .changes files from the same release but built on different architectures. - mk-build-deps: Given a package name and/or control file, generate a binary package which may be installed to satisfy the build-dependencies of the given package. [equivs] - mk-origtargz: Rename upstream tarball, optionally changing the compression and removing unwanted files. [libfile-which-perl, unzip, xz-utils, file] - namecheck: Check project names are not already taken. - nmudiff: prepare a diff of this version (presumably an NMU against the previously released version (as per the changelog) and submit the diff to the BTS. [patchutils, mutt] - origtargz: fetch the orig tarball of a Debian package from various sources, and unpack it. [pristine-tar] - plotchangelog: display information from a changelog graphically using gnuplot. [libtimedate-perl, gnuplot] - pts-subscribe: subscribe to the PTS (Package Tracking System) for a limited period of time. [bsd-mailx | mailx, at] - rc-alert: list installed packages which have release-critical bugs. [wget | curl] - reproducible-check: reports on the reproducible status of installed packages. For more details please see . - rmadison: remotely query the Debian archive database about packages. [liburi-perl, wget | curl] - sadt: run DEP-8 tests. [python3-debian] - salsa: manipulates salsa.debian.org repositories and users [libgitlab-api-v4-perl] - suspicious-source: output a list of files which are not common source files. [python3-magic] - svnpath: Prints the path to the Subversion repository of a Subversion checkout. Also supports calculating the paths for branches and tags in a repository independent fashion. Used by debcommit to generate svn tags. [subversion] - tagpending: runs from a Debian source tree and tags bugs that are to be closed in the latest changelog as pending. [libsoap-lite-perl] - transition-check: Check a list of source packages for involvement in transitions for which uploads to unstable are currently blocked. [libwww-perl, libyaml-syck-perl] - uscan: Automatically scan for and download upstream updates. Uscan can also call a program such as uupdate to attempt to update the Debianised version based on the new update. Whilst uscan could be used to release the updated version automatically, it is probably better not to without testing it first. Uscan can also verify detached OpenPGP signatures if upstream's signing key is known. [file, gpgv | gpgv2, gnupg | gnupg2, libfile-dirlist-perl, libfile-touch-perl, libfile-which-perl, liblwp-protocol-https-perl, libmoo-perl, libwww-perl, unzip, xz-utils]* - uupdate: Update the package with an archive or patches from an upstream author. This will be of help if you have to update your package. It will try to apply the latest diffs to your package and tell you how successful it was. [patch] - what-patch: determine what patch system, if any, a source package is using. [patchutils] - whodepends: check which maintainers' packages depend on a package. - who-permits-upload: Retrieve information about Debian Maintainer access control lists. [gnupg | gnupg2, libencode-locale-perl, libwww-perl, debian-keyring] - who-uploads: determine the most recent uploaders of a package to the Debian archive. [gnupg | gnupg2, debian-keyring, debian-maintainers, wget] - wnpp-alert: list installed packages which are orphaned or up for adoption. [wget | curl] - wnpp-check: check whether there is an open request for packaging or intention to package bug for a package. [wget | curl] - wrap-and-sort: wrap long lines and sort items in packaging files. [python3-debian] - /usr/share/doc/devscripts/examples: This directory contains examples of procmail and exim scripts for sorting mail arriving to Debian mailing lists. Multi-Arch: foreign Package: devscripts-dbgsym Priority: optional Section: debug Installed-Size: 17 Maintainer: Devscripts Maintainers Architecture: armhf Source: devscripts Version: 2.21.3+deb11u1+apertis2bv2022.3bb1 Depends: devscripts (= 2.21.3+deb11u1+apertis2bv2022.3bb1) Filename: pool/development/d/devscripts/devscripts-dbgsym_2.21.3+deb11u1+apertis2bv2022.3bb1_armhf.deb Size: 4352 MD5sum: 26466f19b1a2910e6fae7a0b1a3318ad SHA1: 7319bc3096547e1171615e3e6e428ce2abff4807 SHA256: 361b8ffbc997ad9479065662b88bac66f115a17a41d4b241927ac24887e76411 SHA512: 29439382e4a29cc2244b83f61fc56bafc18f1f99a9f70bca5876c08c56a20d4a0f941c1f9b039b2a5c26ee6f33858ce91eefaa8011d70f59f1ae652baee8e6c8 Description: debug symbols for devscripts Auto-Built-Package: debug-symbols Build-Ids: 189247f27f2f493935b77b624a287054cf1e39c3 Package: ghostscript-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: 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: 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: librust-nodrop+nodrop-union-dev Priority: optional Section: rust Installed-Size: 6 Maintainer: Debian Rust Maintainers Architecture: armhf Source: rust-nodrop Version: 0.1.13-1+apertis1bv2022.3bb1 Provides: librust-nodrop-0+nodrop-union-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop-0.1+nodrop-union-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop-0.1.13+nodrop-union-dev (= 0.1.13-1+apertis1bv2022.3bb1) Depends: librust-nodrop-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop-union-0.1+default-dev (>= 0.1.8-~~) Filename: pool/development/r/rust-nodrop/librust-nodrop+nodrop-union-dev_0.1.13-1+apertis1bv2022.3bb1_armhf.deb Size: 1092 MD5sum: 206e68b2ca3e2550de7eb300294d9dde SHA1: 0ebd69af5025b34c31c34b492367bc0139cd22f1 SHA256: 8d613e764311e77d9cee693824b4084265750310ff05b786e8ad8c75e86a55ce SHA512: 1d50f6820dad64a970ce14f9c42a277abd474f010d38b69ba88e6e6b02fa8f6e4a44d95d2c38b4479c0c9f4eb19a40620ceb7dcc82e54c3ae2c3a24042626cc7 Description: Wrapper type to inhibit drop (destructor) - feature "nodrop-union" Use std::mem::ManuallyDrop instead! . This metapackage enables feature nodrop-union for the Rust nodrop crate, by pulling in any additional dependencies needed by that feature. Multi-Arch: same Package: librust-nodrop+use-union-dev Priority: optional Section: rust Installed-Size: 6 Maintainer: Debian Rust Maintainers Architecture: armhf Source: rust-nodrop Version: 0.1.13-1+apertis1bv2022.3bb1 Provides: librust-nodrop-0+use-union-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop-0.1+use-union-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop-0.1.13+use-union-dev (= 0.1.13-1+apertis1bv2022.3bb1) Depends: librust-nodrop-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop-union-0.1+default-dev (>= 0.1.8-~~) Filename: pool/development/r/rust-nodrop/librust-nodrop+use-union-dev_0.1.13-1+apertis1bv2022.3bb1_armhf.deb Size: 1096 MD5sum: 3fe0c264f6c5f354d54fa4ec9c9c27ac SHA1: 9989be7211dce991e57da7c0326a37fdf7b39fa4 SHA256: b53a9d6122a936af1529aad3430ca0ff1b82bce030372588b751712d5aef2612 SHA512: 0c07daf4f0cfaa8b0a649d70f51e74b66196d3a8a572288eaa527260d30cd6896a36d0e98a0d562fe1c10466881d863c7bc31069919843c5ed456bf1d5eaac1f Description: Wrapper type to inhibit drop (destructor) - feature "use_union" Use std::mem::ManuallyDrop instead! . This metapackage enables feature use_union for the Rust nodrop crate, by pulling in any additional dependencies needed by that feature. Multi-Arch: same Package: librust-nodrop-dev Priority: optional Section: rust Installed-Size: 38 Maintainer: Debian Rust Maintainers Architecture: armhf Source: rust-nodrop Version: 0.1.13-1+apertis1bv2022.3bb1 Provides: librust-nodrop+default-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop+std-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop+use-needs-drop-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop-0+default-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop-0+std-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop-0+use-needs-drop-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop-0-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop-0.1+default-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop-0.1+std-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop-0.1+use-needs-drop-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop-0.1-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop-0.1.13+default-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop-0.1.13+std-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop-0.1.13+use-needs-drop-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop-0.1.13-dev (= 0.1.13-1+apertis1bv2022.3bb1) Suggests: librust-nodrop+nodrop-union-dev (= 0.1.13-1+apertis1bv2022.3bb1), librust-nodrop+use-union-dev (= 0.1.13-1+apertis1bv2022.3bb1) Filename: pool/development/r/rust-nodrop/librust-nodrop-dev_0.1.13-1+apertis1bv2022.3bb1_armhf.deb Size: 9292 MD5sum: 050d8779954621bdc9953283ae907a6d SHA1: 303918fb5e6a8e53ee37998b33d8267a5dd53722 SHA256: 47dc60d281e1b22cbecf76a07e947993c02fd34b6e21cb1a3192f4e187f081d6 SHA512: 32a4ad8a60a86aef884c3a776b4ffc73742025b76660ee781ac50ad0d87a86a204730706d4369537b91464e74f34e3b02f7facebc036a46988e3b77a40923fbd Description: Wrapper type to inhibit drop (destructor) - Rust source code Use std::mem::ManuallyDrop instead! . This package contains the source for the Rust nodrop crate, packaged by debcargo for use with cargo and dh-cargo. Multi-Arch: same Package: lintian Priority: optional Section: devel Installed-Size: 6143 Maintainer: Debian Lintian Maintainers Architecture: all Version: 2.104.0+apertis5bv2022.3bb1 Replaces: funny-manpages (<< 1.3-5.1) Depends: binutils, bzip2, diffstat, dpkg (>= 1.17.14), dpkg-dev, file, gettext, gpg, intltool-debian, libapt-pkg-perl, libarchive-zip-perl, libcapture-tiny-perl, libclass-xsaccessor-perl, libclone-perl, libconfig-tiny-perl, libcpanel-json-xs-perl, libdata-dpath-perl, libdata-validate-domain-perl, libdevel-size-perl, libdigest-sha-perl, libdpkg-perl, libemail-address-xs-perl, libfile-basedir-perl, libfile-find-rule-perl, libfont-ttf-perl, libhtml-html5-entities-perl, libipc-run3-perl, libjson-maybexs-perl, liblist-compare-perl, liblist-moreutils-perl, liblist-utilsby-perl, libmoo-perl, libmoox-aliases-perl, libnamespace-clean-perl, libpath-tiny-perl, libperlio-gzip-perl, libproc-processtable-perl, libsereal-decoder-perl, libsereal-encoder-perl, libtext-glob-perl, libtext-levenshteinxs-perl, libtext-markdown-discount-perl, libtext-xslate-perl, libtime-duration-perl, libtime-moment-perl, libtimedate-perl, libtry-tiny-perl, libtype-tiny-perl, libunicode-utf8-perl, liburi-perl, libxml-libxml-perl, libyaml-libyaml-perl, lzip | clzip, lzop, man-db, patchutils, perl, t1utils, unzip, xz-utils, perl:any Suggests: binutils-multiarch, libtext-template-perl Breaks: funny-manpages (<< 1.3-5.1), pkg-js-tools (<< 0.9.4), pkg-perl-tools (<< 0.53) Filename: pool/development/l/lintian/lintian_2.104.0+apertis5bv2022.3bb1_all.deb Size: 1274612 MD5sum: 3546ba30f4ab4ab75775df1a6d656022 SHA1: 073b27ee479714d328e4f4fb8b51a7d2aa7cab75 SHA256: aacf3a2275fae57075884223b0d49ea2f27adadd58f551c1d719099cd4d047b0 SHA512: 52a685f2fc8e98320a9ab08933f3eb85e63210a8e87fe041e16c628ea15ced85cd425e37704c04c8ed078fc95d1ea721de8d0b591af9419d63925393146c71d0 Description: Debian package checker Lintian dissects Debian packages and reports bugs and policy violations. It contains automated checks for many aspects of Debian policy as well as some checks for common errors. . This package is useful for all people who want to check Debian packages for compliance with Debian policy. Every Debian maintainer should check packages with this tool before uploading them to the archive. . This version of Lintian is calibrated for Debian Policy version 4.5.1. Homepage: https://lintian.debian.org/ Multi-Arch: foreign Package: postfix-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: 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