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

Changelog

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

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

 -- Jelmer Vernooij <email address hidden>  Wed, 15 Jun 2022 16:15:43 +0100

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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmakefile-dom-perl_0.008-3.dsc 2.2 KiB abe7587cad6b31b7df04eafff6b9041b02ba9ed73dadbe81876a78e4bf2d6983
libmakefile-dom-perl_0.008.orig.tar.gz 94.7 KiB df54998f4c523489ab0c4d8b2fae44c9bb04a98c63a7d5004d0179e5dcf75824
libmakefile-dom-perl_0.008-3.debian.tar.xz 3.4 KiB b1dd3e109c09330d56a66f79641878d9f21b26564b4bc3037ba45234ae910574

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.