libconfig-model-dpkg-perl 2.143 source package in Ubuntu

Changelog

libconfig-model-dpkg-perl (2.143) unstable; urgency=medium

  * Team upload.
  * Add a test for a calculated virtual package dh-sequence-something.
  * Config::Model::Dpkg::Dependency: change handling of virtual packages.
    Add a private method _is_virtual which returns true for known virtual
    packages and also for established patterns (currently "dh-sequence-*"),
    and use this method instead of checking only the known list.
    Thanks to Dominique Dumont for proposing this approach.
    (Closes: #971784)

 -- gregor herrmann <email address hidden>  Mon, 25 Jan 2021 18:34:01 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libconfig-model-dpkg-perl_2.143.dsc 3.0 KiB 3aba5edd53ed13e248e6e883f8292583b7738af067d8b70c95f48d2608ecf96a
libconfig-model-dpkg-perl_2.143.tar.xz 473.3 KiB 9b1562e5443a5e55aa7c26906770f8650fe22c6ca269c2ff255a385dce60726f

Available diffs

No changes file available.

Binary packages built by this source

libconfig-model-dpkg-perl: editor for Dpkg source files with validation

 This package provides Config::Model::Dpkg, a plugin for Config::Model
 and cme. Once this package is installed, cme is able to handle dpkg
 source file.
 .
 For instance, the command 'cme edit dpkg' provides a graphical editor
 for most files of a package source.
 .
 The command 'cme check dpkg' provide a command line that will check the
 package file, a bit like lintian. But this command must be run in the
 source package directory and can be run before building the package.
 .
 Likewise, the command 'cme fix dpkg' will fix most of the warnings
 found by the command above.
 .
 The command 'cme update dpkg' will update debian/copyright file
 from the content of the package source file.
 .
 If the recommended package libconfig-model-tkui-perl is installed,
 you can run 'cme edit dpkg' to edit your package files with a GUI.
 .
 You can also run cme with a more restricted scope with:
  * cme edit|check|fix dpkg-control
  * cme edit|check|fix dpkg-copyright
 .
 For best results, you should install the latest available version
 of libmodule-corelist-perl.