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

Changelog

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

  [ gregor herrmann ]
  * Add perl-xs-dev to list of virtual packages.

  [ Dominique Dumont ]
  * 'cme fix dpkg' can now remove autotools and autoreconf dep
    when debhelper >= 10
  * fix debhelper compat only in Build dependencies, i.e. don't try
    to fix runtime debhelper dependency
  * control: put back runtime depends on plain debhelper (oh the irony)
  * fix typo in Dpkg::Control::Source model
  * C::M::Dependency:
    * skip check when check param is 'no'
    * fix typo in warning message
  * control: declare compliance with policy 4.4.1

 -- Dominique Dumont <email address hidden>  Sun, 01 Dec 2019 18:46:33 +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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libconfig-model-dpkg-perl_2.127.dsc 2.4 KiB 717c705188047708ac731d13aa9cf224911e9b2f3ae5f018a98aaa12a674569e
libconfig-model-dpkg-perl_2.127.tar.xz 274.9 KiB 8eeafb9acf877a35c8f5270cea252561a4676165f91485b9429051fb98dad160

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.