libmakefile-dom-perl 0.008-2 source package in Ubuntu

Changelog

libmakefile-dom-perl (0.008-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
  * Fix autopkgtest. Add build dependency on libtest-base-perl. During
    build, Test::Base is taken from inc/; for autopkgtest it seems safer
    to install the build dependency than to copy all of inc/ into the
    testbed.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.0.0.
  * Bump debhelper compatibility level to 9.

 -- gregor herrmann <email address hidden>  Wed, 02 Aug 2017 11:20:56 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe perl
Focal release universe perl
Bionic release universe perl

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmakefile-dom-perl_0.008-2.dsc 2.3 KiB 63e17b07fb4e16580468cd455ac373585c30a7a43f9c12f1209fd24a73244155
libmakefile-dom-perl_0.008.orig.tar.gz 94.7 KiB df54998f4c523489ab0c4d8b2fae44c9bb04a98c63a7d5004d0179e5dcf75824
libmakefile-dom-perl_0.008-2.debian.tar.xz 3.3 KiB dd8ae1bf2ed6f818c327ecaf76922692db2e9a40e5b3bf9f8b67ea40843a4098

Available diffs

No changes file available.

Binary packages built by this source

libmakefile-dom-perl: Perl DOM implementation for Makefiles

 Makefile::DOM serves as an advanced lexer for (GNU) makefiles. It losslessly
 parses makefiles as "documents". The results are data structures similar to DOM
 trees, holding every single bit of the information in the original input files,
 including white spaces, blank lines and makefile comments, so it's possible to
 reproduce the original makefiles from the DOM trees. In addition, each node of
 the DOM trees is modifiable and so is the whole tree.