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

Changelog

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

  * Dependency checker:
    * updated list of known virtual packages
  * copyright scanner:
    * improved © cleanup
    * user can now provide missing information before © information
      is coalesced. This should improve © update on older software.
      See Config::Model::Dpkg::Copyright man page for more details.
      (Closes: #795195)
  * Copyright checker:
    * warn and fix trailing slashes in Files-Excluded
    * warn and fix MIT license to Expat (Closes:  #797321)
    * warn and fix BSD3 license (Closes:  #797322)
    * during update, also override directory data with info found in files...
  * Copyright parser:
    * improved Files cleanup
    * trim traling white space from key parameter like Files
  * Patch model: Added Bug-Debian field
  * added TODO file (help welcome)

 -- Dominique Dumont <email address hidden>  Sat, 17 Oct 2015 18:10:35 +0200

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

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libconfig-model-dpkg-perl_2.069.dsc 2.3 KiB eaa310002a660de202b3c0c914836290331e27675df8d1749069b517ecd441b9
libconfig-model-dpkg-perl_2.069.tar.xz 118.0 KiB f757c6a6841e002e52a5ee8926735aa580093ec0338ba1acd33173f1ee671a42

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.