dpkg 1.21.1-ok5 source package in openKylin
Changelog
dpkg (1.21.1-ok5) yangtze; urgency=medium * 修复:在openkylin脚本中dpkg在编译软件包时出现报错的问题,移除对Debian的继承,引导脚本在openKylin中路径及变量的设置及使用。 -- shangxiaoyang <email address hidden> Wed, 08 Feb 2023 09:53:56 +0800
dpkg (1.21.1-ok5) yangtze; urgency=medium * 修复:在openkylin脚本中dpkg在编译软件包时出现报错的问题,移除对Debian的继承,引导脚本在openKylin中路径及变量的设置及使用。 -- shangxiaoyang <email address hidden> Wed, 08 Feb 2023 09:53:56 +0800
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
dpkg_1.21.1.orig.tar.gz | 10.9 MiB | 75ecbe716ae8bfe2c01f3a4816c021be10bb16c571149fb6c790faf5ddff6f05 |
dpkg_1.21.1-ok5.debian.tar.xz | 17.0 KiB | f6936dfb0429cd6856579bd400f33962b0483dbb74ddd5a88d3bd956256bafc1 |
dpkg_1.21.1-ok5.dsc | 2.3 KiB | a7fd8030db5717f8e51016275133a403dca3bd1b223c935946956214d62055b0 |
This package provides the low-level infrastructure for handling the
installation and removal of Debian software packages.
.
For Debian package development tools, install dpkg-dev.
This package provides the development tools (including dpkg-source)
required to unpack, build and upload Debian source packages.
.
Most Debian source packages will require additional tools to build;
for example, most packages need make and the C compiler gcc.
dselect is a high-level interface for managing the installation and
removal of Debian software packages.
.
Many users find dselect intimidating and new users may prefer to use
apt-based user interfaces.
This package provides the header files and static library necessary to
develop software using libdpkg, the same library used internally by dpkg.
.
Note though, that the API is to be considered volatile, and might change
at any time, use at your own risk.
This package provides the perl modules used by the scripts
in dpkg-dev. They cover a wide range of functionality. Among them
there are the following public modules:
.
- Dpkg: core variables
- Dpkg::Arch: architecture handling functions
- Dpkg::Build::Info: build information functions
- Dpkg::BuildFlags: set, modify and query compilation build flags
- Dpkg::BuildOptions: parse and manipulate DEB_BUILD_OPTIONS
- Dpkg::BuildProf
- Dpkg::Changelog: parse changelogs
- Dpkg::Changelog
- Dpkg::Changelog
- Dpkg::Checksums: generate and parse checksums
- Dpkg::Compression: simple database of available compression methods
- Dpkg::Compressi
- Dpkg::Compressi
- Dpkg::Conf: parse dpkg configuration files
- Dpkg::Control: parse and manipulate Debian control information
(.dsc, .changes, Packages/Sources entries, etc.)
- Dpkg::Control:
- Dpkg::Control:
- Dpkg::Control:
- Dpkg::Control:
- Dpkg::Control:
- Dpkg::Control:
- Dpkg::Deps: parse and manipulate dependencies
- Dpkg::Deps::Simple: represents a single dependency statement
- Dpkg::Deps:
- Dpkg::Deps::Union: list of unrelated dependencies
- Dpkg::Deps::AND: list of AND dependencies
- Dpkg::Deps::OR: list of OR dependencies
- Dpkg::Deps:
- Dpkg::Exit: push, pop and run exit handlers
- Dpkg::Gettext: wrapper around Locale::gettext
- Dpkg::IPC: spawn sub-processes and feed/retrieve data
- Dpkg::Index: collections of Dpkg::Control (Packages/Sources files for
example)
- Dpkg::Interface
- Dpkg::Path: common path handling functions
- Dpkg::Source:
- Dpkg::Source:
- Dpkg::Substvars: substitute variables in strings
- Dpkg::Vendor: identify current distribution vendor
- Dpkg::Version: parse and manipulate Debian package versions
.
All the packages listed in Suggests or Recommends are used by some of the
modules.