The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "distribution:Dpkg Debian"

Dpkg::Vendor::Debian - Debian vendor class River stage one • 6 direct dependents • 8 total dependents

This vendor class customizes the behavior of dpkg scripts for Debian specific behavior and policies. Note: This is a private module, its API can change at any time....

GUILLEM/Dpkg-1.22.6 - 10 Mar 2024 21:52:57 UTC

Dpkg::Changelog::Debian - parse Debian changelogs River stage one • 6 direct dependents • 8 total dependents

This class represents a Debian changelog file as an array of changelog entries (Dpkg::Changelog::Entry::Debian). It implements the generic interface Dpkg::Changelog. Only methods specific to this implementation are described below, the rest are inher...

GUILLEM/Dpkg-1.22.6 - 10 Mar 2024 21:52:57 UTC

Dpkg::Changelog::Entry::Debian - represents a Debian changelog entry River stage one • 6 direct dependents • 8 total dependents

This class represents a Debian changelog entry. It implements the generic interface Dpkg::Changelog::Entry. Only functions specific to this implementation are described below, the rest are inherited....

GUILLEM/Dpkg-1.22.6 - 10 Mar 2024 21:52:57 UTC

Dpkg::Deps - parse and manipulate dependencies of Debian packages River stage one • 6 direct dependents • 8 total dependents

The Dpkg::Deps module provides classes implementing various types of dependencies. The most important function is deps_parse(), it turns a dependency line in a set of Dpkg::Deps::{Simple,AND,OR,Union} objects depending on the case....

GUILLEM/Dpkg-1.22.6 - 10 Mar 2024 21:52:57 UTC

Dpkg::Source::Package - manipulate Debian source packages River stage one • 6 direct dependents • 8 total dependents

This module provides a class that can manipulate Debian source packages. While it supports both the extraction and the creation of source packages, the only API that is officially supported is the one that supports the extraction of the source packag...

GUILLEM/Dpkg-1.22.6 - 10 Mar 2024 21:52:57 UTC

Dpkg::Control::Info - parse files like debian/control River stage one • 6 direct dependents • 8 total dependents

It provides a class to access data of files that follow the same syntax as debian/control....

GUILLEM/Dpkg-1.22.6 - 10 Mar 2024 21:52:57 UTC

Dpkg::Source::Format - manipulate debian/source/format files River stage one • 6 direct dependents • 8 total dependents

This module provides a class that can manipulate Debian source package debian/source/format files....

GUILLEM/Dpkg-1.22.6 - 10 Mar 2024 21:52:57 UTC

Dpkg - module with core variables River stage one • 6 direct dependents • 8 total dependents

The Dpkg module provides a set of variables with information concerning this system installation. It is also the entry point to the Dpkg module hierarchy....

GUILLEM/Dpkg-1.22.6 - 10 Mar 2024 21:52:57 UTC

Dpkg::Control::Tests - parse files like debian/tests/control River stage one • 6 direct dependents • 8 total dependents

It provides a class to access data of files that follow the same syntax as debian/tests/control....

GUILLEM/Dpkg-1.22.6 - 10 Mar 2024 21:52:57 UTC

Dpkg::Arch - handle architectures River stage one • 6 direct dependents • 8 total dependents

The Dpkg::Arch module provides functions to handle Debian architectures, wildcards, and mapping from and to GNU triplets. No symbols are exported by default. The :all tag can be used to import all symbols. The :getters, :parsers, :mappers and :operat...

GUILLEM/Dpkg-1.22.6 - 10 Mar 2024 21:52:57 UTC

Dpkg::Path - some common path handling functions River stage one • 6 direct dependents • 8 total dependents

It provides some functions to handle various path....

GUILLEM/Dpkg-1.22.6 - 10 Mar 2024 21:52:57 UTC

Dpkg::Control - parse and manipulate official control-like information River stage one • 6 direct dependents • 8 total dependents

The Dpkg::Control object is a smart version of Dpkg::Control::Hash. It associates a type to the control information. That type can be used to know what fields are allowed and in what order they must be output. The types are constants that are exporte...

GUILLEM/Dpkg-1.22.6 - 10 Mar 2024 21:52:57 UTC

Dpkg::Source::BinaryFiles - manipulate debian/source/include-binaries files River stage one • 6 direct dependents • 8 total dependents

This module provides a class to handle the debian/source/include-binaries file. Note: This is a private module, its API can change at any time....

GUILLEM/Dpkg-1.22.6 - 10 Mar 2024 21:52:57 UTC

Dpkg::Vendor - get access to some vendor specific information River stage one • 6 direct dependents • 8 total dependents

The files in $Dpkg::CONFDIR/origins/ can provide information about various vendors who are providing Debian packages. Currently those files look like this: Vendor: Debian Vendor-URL: https://www.debian.org/ Bugs: debbugs://bugs.debian.org If the vend...

GUILLEM/Dpkg-1.22.6 - 10 Mar 2024 21:52:57 UTC

Dpkg::Version - handling and comparing dpkg-style version numbers River stage one • 6 direct dependents • 8 total dependents

The Dpkg::Version module provides pure-Perl routines to compare dpkg-style version numbers (as used in Debian packages) and also an object oriented interface overriding perl operators to do the right thing when you compare Dpkg::Version object betwee...

GUILLEM/Dpkg-1.22.6 - 10 Mar 2024 21:52:57 UTC

Dpkg::Dist::Files - handle built artifacts to distribute River stage one • 6 direct dependents • 8 total dependents

This module provides a class used to parse and write the debian/files file, as part of the list of built artifacts to include in an upload. Note: This is a private module, its API can change at any time....

GUILLEM/Dpkg-1.22.6 - 10 Mar 2024 21:52:57 UTC

Dpkg::Changelog::Parse - generic changelog parser for dpkg-parsechangelog River stage one • 6 direct dependents • 8 total dependents

This module provides a set of functions which reproduce all the features of dpkg-parsechangelog....

GUILLEM/Dpkg-1.22.6 - 10 Mar 2024 21:52:57 UTC

Dpkg::Control::FieldsCore - manage (list of official) control fields River stage one • 6 direct dependents • 8 total dependents

The modules contains a list of field names with associated meta-data explaining in which type of control information they are allowed. The types are the CTRL_* constants exported by Dpkg::Control....

GUILLEM/Dpkg-1.22.6 - 10 Mar 2024 21:52:57 UTC

Dpkg::Control::HashCore::Tie - ties a Dpkg::Control::Hash object River stage one • 6 direct dependents • 8 total dependents

This module provides a class that is used to tie a hash. It implements hash-like functions by normalizing the name of fields received in keys (using Dpkg::Control::Fields::field_capitalize()). It also stores the order in which fields have been added ...

GUILLEM/Dpkg-1.22.6 - 10 Mar 2024 21:52:57 UTC
19 results (0.027 seconds)