Dpkg
view release on metacpan or search on metacpan
[ Guillem Jover ]
* Use shipped perl modules when calling perl programs at build time.
* Switch perl programs to use the new Dpkg::ErrorHandling and Dpkg::Arch
perl modules.
* Add support for format strings in Dpkg::ErrorHandling functions.
* Move build and host arch detection code from dpkg-architecture to
Dpkg::Arch.
* Add initial udeb support:
- Support new fields Package-Type, Subarchitecture, Kernel-Version
and Installer-Menu-Item. Closes: #383916
- New '--type' option for dpkg-scanpackages.
* Make dpkg-dev Conflict on dpkg-cross << 2.0.0 which was sourcing
dpkg-buildpackage expecting it to be a shell script. Closes: #445852
* Get rid of undefined macros from man pages. Thanks to Colin Watson
for the analysis.
[ Updated dselect translations ]
* Czech (Miroslav Kure).
[ Added programs translations ]
lib/Dpkg/Control/FieldsCore.pm view on Meta::CPAN
allowed => CTRL_FILE_BUILDINFO,
separator => FIELD_SEP_COMMA,
dependency => 'union',
dep_order => 12,
},
'installed-size' => {
name => 'Installed-Size',
allowed => ALL_PKG & ~CTRL_TMPL_PKG,
},
'installer-menu-item' => {
name => 'Installer-Menu-Item',
allowed => ALL_PKG,
},
'kernel-version' => {
name => 'Kernel-Version',
allowed => ALL_PKG,
},
'label' => {
name => 'Label',
allowed => CTRL_REPO_RELEASE,
},
t/Dpkg_Control_Fields.t view on Meta::CPAN
Essential
Protected
Build-Essential
Build-Profiles
Built-For-Profiles
Kernel-Version
),
@bin_dep_fields,
qw(
Homepage
Installer-Menu-Item
Task
Tag
Description
),
],
},
CTRL_DSC() => {
name => '.dsc',
fields => [
qw(
t/Dpkg_Control_Fields.t view on Meta::CPAN
qw(
Package
Package-Type
Source
Version
Kernel-Version
Built-For-Profiles
Auto-Built-Package
Architecture
Subarchitecture
Installer-Menu-Item
Build-Essential
Essential
Protected
Origin
Bugs
Maintainer
Installed-Size
),
@bin_dep_fields,
qw(
t/Dpkg_Control_Fields.t view on Meta::CPAN
qw(
Package
Package-Type
Source
Version
Kernel-Version
Built-For-Profiles
Auto-Built-Package
Architecture
Subarchitecture
Installer-Menu-Item
Build-Essential
Essential
Protected
Origin
Bugs
Maintainer
Installed-Size
),
@bin_dep_fields,
@bin_files,
t/Dpkg_Control_Fields.t view on Meta::CPAN
Conffiles
Description
Triggers-Pending
Triggers-Awaited
Auto-Built-Package
Build-Essential
Built-For-Profiles
Built-Using
Static-Built-Using
Homepage
Installer-Menu-Item
Kernel-Version
Package-Type
Subarchitecture
Tag
Task
),
],
},
);
( run in 1.119 second using v1.01-cache-2.11-cpan-49f99fa48dc )